main {
  font-size: 1.6rem;
  color: #231715;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
main * {
  padding: 0;
  margin: 0;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  font-weight: normal;
}
main a {
  color: #231715;
  text-decoration: none;
}
main a:hover, main a:visited {
  color: inherit;
}
main ul, main ol {
  list-style: none;
}

.l-main__inner {
  min-width: 1280px;
  overflow-x: hidden;
}
@media screen and (max-width: 48em) {
  .l-main__inner {
    min-width: auto;
    overflow: hidden;
  }
}

.c-btn01, .c-btn01--type02, .c-btn01--type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn01--type01 {
  margin-top: 40px;
}
.c-btn01--type02 {
  margin-top: 75px;
}
@media screen and (max-width: 48em) {
  .c-btn01--type02 {
    margin-top: 55px;
  }
}
.c-btn01Link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: inline-block;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 500;
  padding: 18px 35px;
  background: #009944;
}
@media (hover: hover) {
  .c-btn01Link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .c-btn01Link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  .c-btn01Link:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .c-btn01Link:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
}
.c-btn01Link:visited {
  color: #ffffff;
}
.c-btn01Text {
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding-left: 20px;
}
.c-btn01Text::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
  left: 0;
}

.c-link01, .c-link01--type01 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 18px;
}
@media (hover: hover) {
  .c-link01:where(:-moz-any-link, :enabled, summary):hover, .c-link01--type01:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .c-link01:where(:any-link, :enabled, summary):hover, .c-link01--type01:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 48em) {
  .c-link01, .c-link01--type01 {
    font-size: 1.3rem;
  }
}
.c-link01::before, .c-link01--type01::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 2px #009944;
  border-right: solid 2px #009944;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
  left: 0;
}
@media screen and (max-width: 48em) {
  .c-link01::before, .c-link01--type01::before {
    top: 6px;
  }
}
@media screen and (max-width: 48em) {
  .c-link01--type01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 48em) {
  .c-link01--type01::before {
    top: 9px;
  }
}

.c-table01 {
  table-layout: fixed;
  width: 100%;
}
.c-table01 tr th, .c-table01 tr td {
  text-align: left;
}
.c-table01 tr th.c-table01__col--type01, .c-table01 tr th.c-table01__col--type04, .c-table01 tr th.c-table01__col--type05, .c-table01 tr td.c-table01__col--type01, .c-table01 tr td.c-table01__col--type04, .c-table01 tr td.c-table01__col--type05 {
  width: 65.5172413793%;
}
@media screen and (max-width: 48em) {
  .c-table01 tr th.c-table01__col--type01, .c-table01 tr th.c-table01__col--type04, .c-table01 tr th.c-table01__col--type05, .c-table01 tr td.c-table01__col--type01, .c-table01 tr td.c-table01__col--type04, .c-table01 tr td.c-table01__col--type05 {
    width: 52.4781341108%;
  }
}
.c-table01 tr th.c-table01__col--type02, .c-table01 tr td.c-table01__col--type02 {
  width: 3.4482758621%;
}
@media screen and (max-width: 48em) {
  .c-table01 tr th.c-table01__col--type02, .c-table01 tr td.c-table01__col--type02 {
    width: 2.0408163265%;
  }
}
.c-table01 tr th.c-table01__col--type03, .c-table01 tr td.c-table01__col--type03 {
  width: 31.0344827586%;
}
@media screen and (max-width: 48em) {
  .c-table01 tr th.c-table01__col--type03, .c-table01 tr td.c-table01__col--type03 {
    width: 45.4810495627%;
  }
}
.c-table01 thead tr th {
  padding-bottom: 20px;
}
@media screen and (max-width: 48em) {
  .c-table01 thead tr th {
    padding-bottom: 15px;
  }
}
.c-table01 tbody tr td {
  padding: 25px 15px;
  vertical-align: top;
}
@media screen and (max-width: 48em) {
  .c-table01 tbody tr td {
    padding: 15px 7px;
  }
}
.c-table01 tbody tr td.c-table01__col--type01 {
  background: #ffffff;
}
.c-table01 tbody tr td.c-table01__col--type03 {
  background: #F1EEE8;
}
.c-table01 tbody tr td.c-table01__col--type04 {
  position: relative;
}
.c-table01 tbody tr td.c-table01__col--type04::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 15px solid #D0D922;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
@media screen and (max-width: 48em) {
  .c-table01 tbody tr td.c-table01__col--type04::before {
    border-top: 10px solid #D0D922;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}
.c-table01 tbody tr td.c-table01__col--type05 {
  background: #ffffff;
  border: 2px solid #D0D922;
}
.c-table01 tbody tr:not(:last-of-type) td.c-table01__col--type01, .c-table01 tbody tr:not(:last-of-type) td.c-table01__col--type03 {
  border-bottom: 1px solid #E5DDD0;
}
.c-table01__title01 {
  font-size: 3.2rem;
  font-family: "Kaisei Opti", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 48em) {
  .c-table01__title01 {
    font-size: 1.8rem;
  }
}
.c-table01__title02 {
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 48em) {
  .c-table01__title02 {
    font-size: 1.4rem;
  }
}
.c-table01__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 48em) {
  .c-table01__detail {
    display: block;
  }
}
.c-table01__detailCatch, .c-table01__detailCatch--type01 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 135px;
}
@media screen and (max-width: 48em) {
  .c-table01__detailCatch, .c-table01__detailCatch--type01 {
    min-width: auto;
  }
}
.c-table01__detailCatch--type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 8px;
  min-width: 215px;
}
@media screen and (max-width: 48em) {
  .c-table01__detailCatch--type01 {
    padding-right: 0;
    width: 161px;
    min-width: auto;
  }
}
.c-table01__detailCatchTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 48em) {
  .c-table01__detailCatchTitle {
    font-size: 1.15rem;
  }
}
.c-table01__detailCatchTitleNum {
  font-size: 2.4rem;
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 48em) {
  .c-table01__detailCatchTitleNum {
    font-size: 1.7rem;
  }
}
.c-table01__detailCatchCategory {
  display: block;
  max-width: 100%;
  height: auto;
  width: 80px;
}
@media screen and (max-width: 48em) {
  .c-table01__detailCatchCategory {
    width: 64px;
  }
}
.c-table01__detailCatchCategoryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.c-table01__detailRead {
  padding-top: 6px;
}
@media screen and (max-width: 48em) {
  .c-table01__detailRead {
    padding-top: 3px;
  }
}
.c-table01__detailRead--type01 {
  padding-top: 12px;
}
@media screen and (max-width: 48em) {
  .c-table01__detailRead--type01 {
    padding-top: 3px;
  }
}
.c-table01__detailReadText {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 48em) {
  .c-table01__detailReadText {
    font-size: 1.4rem;
  }
}
.c-table01__detailReadText:not(:last-of-type) {
  margin-bottom: 7px;
}

.p-groupHistoryKy01 {
  padding-bottom: 70px;
  background: #eceadd;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy01 {
    padding-bottom: 45px;
  }
}
.p-groupHistoryKy01__band {
  height: 365px;
  background: url(../img/group-history/bg_ayumi01.png) no-repeat center/cover;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy01__band {
    height: 180px;
  }
}
.p-groupHistoryKy01__bandInner {
  width: 1160px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy01__bandInner {
    width: auto;
    padding: 0 20px;
  }
}
.p-groupHistoryKy01__breadcrumb {
  padding-top: 15px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy01__breadcrumb {
    padding-top: 8px;
  }
}
.p-groupHistoryKy01__breadcrumbList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-groupHistoryKy01__breadcrumbItem {
  position: relative;
  font-size: 1.4rem;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.p-groupHistoryKy01__breadcrumbItem:not(:last-of-type) {
  padding-right: 15px;
}
.p-groupHistoryKy01__breadcrumbItem:not(:last-of-type)::before {
  content: "/";
  position: absolute;
  right: 4px;
  font-size: 1.4rem;
}
.p-groupHistoryKy01__breadcrumbLink {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #ffffff;
}
@media (hover: hover) {
  .p-groupHistoryKy01__breadcrumbLink:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-groupHistoryKy01__breadcrumbLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-groupHistoryKy01__title {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 110px;
  font-size: 4.8rem;
  color: #ffffff;
  font-family: "Kaisei Opti", sans-serif;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy01__title {
    top: 55px;
    font-size: 2.4rem;
  }
}
.p-groupHistoryKy01__detail {
  margin-top: 30px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy01__detail {
    margin-top: 15px;
  }
}
.p-groupHistoryKy01__detailInner {
  width: 1160px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy01__detailInner {
    width: auto;
    padding: 0 20px;
  }
}
.p-groupHistoryKy01__detailText {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy01__detailText {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
  }
}
.p-groupHistoryKy02 {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy02 {
    height: 180px;
  }
}
.p-groupHistoryKy02__inner {
  width: 1160px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy02__inner {
    width: auto;
    padding: 0 20px;
  }
}
.p-groupHistoryKy02__breadcrumb {
  position: relative;
  padding-top: 15px;
  z-index: 2;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy02__breadcrumb {
    padding-top: 8px;
  }
}
.p-groupHistoryKy02__breadcrumbList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-groupHistoryKy02__breadcrumbItem {
  position: relative;
  font-size: 1.4rem;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.p-groupHistoryKy02__breadcrumbItem:not(:last-of-type) {
  padding-right: 15px;
}
.p-groupHistoryKy02__breadcrumbItem:not(:last-of-type)::before {
  content: "/";
  position: absolute;
  right: 4px;
  font-size: 1.4rem;
}
.p-groupHistoryKy02__breadcrumbLink {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #ffffff;
}
@media (hover: hover) {
  .p-groupHistoryKy02__breadcrumbLink:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-groupHistoryKy02__breadcrumbLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-groupHistoryKy02__bg {
  display: block;
  max-width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  height: 222px;
  z-index: 1;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy02__bg {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 55px;
    height: 86px;
  }
}
.p-groupHistoryKy02__wrap {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy02__wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 60px;
  }
}
.p-groupHistoryKy02__read {
  font-size: 2.4rem;
  color: #ffffff;
  font-family: "Kaisei Opti", sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.05em;
  margin-bottom: 5px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy02__read {
    font-size: 1.8rem;
    margin-bottom: 2px;
  }
}
.p-groupHistoryKy02__title, .p-groupHistoryKy02__title--type01 {
  font-size: 6.4rem;
  color: #ffffff;
  font-family: "Kaisei Opti", sans-serif;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy02__title, .p-groupHistoryKy02__title--type01 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 48em) {
  .p-groupHistoryKy02__title--type01 {
    font-size: 2.6rem;
  }
}
.p-groupHistoryInduction {
  padding-bottom: 200px;
  background: #eceadd;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryInduction {
    padding-bottom: 85px;
  }
}
.p-groupHistoryInduction__inner {
  width: 1160px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryInduction__inner {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 48em) {
  .p-groupHistoryInduction__content {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.p-groupHistoryInduction__contentItem:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryInduction__contentItem:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.p-groupHistoryInduction__contentLink {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  display: block;
  padding: 0 0 0 15px;
}
@media (hover: hover) {
  .p-groupHistoryInduction__contentLink:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-groupHistoryInduction__contentLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 48em) {
  .p-groupHistoryInduction__contentLink {
    padding: 75px 0 0;
  }
}
.p-groupHistoryInduction__contentIcon {
  display: block;
  max-width: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  width: 104px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryInduction__contentIcon {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    width: 83px;
  }
}
.p-groupHistoryInduction__contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 15px 110px;
  border-radius: 5px;
  background: #ffffff;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryInduction__contentBox {
    display: block;
    padding: 45px 30px 30px;
  }
}
.p-groupHistoryInduction__contentDetail {
  width: 42.7450980392%;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryInduction__contentDetail {
    width: 100%;
    margin-bottom: 25px;
  }
}
.p-groupHistoryInduction__contentTitle, .p-groupHistoryInduction__contentTitle--type03, .p-groupHistoryInduction__contentTitle--type02, .p-groupHistoryInduction__contentTitle--type01 {
  font-size: 2rem;
  font-family: "Kaisei Opti", sans-serif;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-bottom: 8px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryInduction__contentTitle, .p-groupHistoryInduction__contentTitle--type03, .p-groupHistoryInduction__contentTitle--type02, .p-groupHistoryInduction__contentTitle--type01 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 15px;
  }
}
.p-groupHistoryInduction__contentTitle--type01 {
  color: #00561F;
}
.p-groupHistoryInduction__contentTitle--type02 {
  color: #009944;
}
.p-groupHistoryInduction__contentTitle--type03 {
  color: #709200;
}
.p-groupHistoryInduction__contentRead {
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryInduction__contentRead {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-groupHistoryInduction__contentCatch {
  margin-top: 15px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryInduction__contentCatch {
    display: none;
  }
}
.p-groupHistoryInduction__contentThumbnail {
  width: 55.6862745098%;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryInduction__contentThumbnail {
    width: 100%;
  }
}
.p-groupHistoryInduction__contentThumbnailImg {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-groupHistoryInduction__contentThumbnailCatch {
  display: none;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryInduction__contentThumbnailCatch {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
}
.p-groupHistoryInduction__contentNow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-groupHistoryInduction__contentNowImg {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-groupHistoryCommentary {
  padding: 75px 0 90px;
  background: #eceadd;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary {
    padding: 35px 0 60px;
  }
}
.p-groupHistoryCommentary__inner {
  width: 1160px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__inner {
    width: auto;
    padding: 0 20px;
  }
}
.p-groupHistoryCommentary__front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 95px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__front {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__front {
    display: block;
    margin-bottom: 60px;
  }
}
.p-groupHistoryCommentary__frontDetail {
  width: 48.275862069%;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontDetail {
    width: 100%;
  }
}
.p-groupHistoryCommentary__frontTitle {
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-bottom: 25px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontTitle {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.p-groupHistoryCommentary__frontText {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontText {
    font-size: 1.4rem;
  }
}
.p-groupHistoryCommentary__frontText:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontText:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.p-groupHistoryCommentary__frontCover {
  width: 48.275862069%;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontCover {
    width: 100%;
    margin-top: 15px;
  }
}
.p-groupHistoryCommentary__frontCoverFigureImg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-groupHistoryCommentary__frontCoverFigureText {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontCoverFigureText {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.p-groupHistoryCommentary__frontTopic {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontTopic {
    margin-top: 60px;
  }
}
.p-groupHistoryCommentary__frontTopicInner {
  padding: 56px;
  border-radius: 5px;
  background: #ffffff;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontTopicInner {
    padding: 20px 25px;
  }
}
.p-groupHistoryCommentary__frontTopicImg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-groupHistoryCommentary__frontTopicImgText {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: right;
  margin-top: 5px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontTopicImgText {
    font-size: 1.3rem;
  }
}
.p-groupHistoryCommentary__frontTopicTitle {
  font-size: 2.4rem;
  color: #009944;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontTopicTitle {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.p-groupHistoryCommentary__frontTopicText {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontTopicText {
    font-size: 1.4rem;
  }
}
.p-groupHistoryCommentary__frontTopicTextWrap > * + *, .p-groupHistoryCommentary__frontTopicTextWrap--type01 > * + * {
  margin-top: 30px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontTopicTextWrap > * + *, .p-groupHistoryCommentary__frontTopicTextWrap--type01 > * + * {
    margin-top: 20px;
  }
}
.p-groupHistoryCommentary__frontTopicTextWrap--type01 {
  position: relative;
  min-height: 304px;
  padding-right: 32.8244274809%;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontTopicTextWrap--type01 {
    min-height: auto;
    padding-right: 0;
  }
}
.p-groupHistoryCommentary__frontTopicTextWrap--type01 .p-groupHistoryCommentary__frontTopicImgWrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 29.0076335878%;
  margin-top: 0;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__frontTopicTextWrap--type01 .p-groupHistoryCommentary__frontTopicImgWrap {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__catch {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.p-groupHistoryCommentary__catchItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__catchItem {
    display: block;
  }
}
.p-groupHistoryCommentary__catchItem:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__catchItem:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.p-groupHistoryCommentary__catchDetail {
  width: 65.5172413793%;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__catchDetail {
    width: 100%;
    margin-bottom: 15px;
  }
}
.p-groupHistoryCommentary__catchCategory {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.p-groupHistoryCommentary__catchTitle {
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__catchTitle {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.p-groupHistoryCommentary__catchText {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__catchText {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-groupHistoryCommentary__catchText:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__catchText:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.p-groupHistoryCommentary__catchTextNote {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__catchTextNote {
    font-size: 1.2rem;
  }
}
.p-groupHistoryCommentary__catchTextNoteLink {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  display: inline-block;
  padding-left: 18px;
}
@media (hover: hover) {
  .p-groupHistoryCommentary__catchTextNoteLink:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-groupHistoryCommentary__catchTextNoteLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-groupHistoryCommentary__catchTextNoteLink::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 2px #009944;
  border-right: solid 2px #009944;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  left: 0;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__catchTextNoteLink::before {
    top: 6px;
  }
}
.p-groupHistoryCommentary__catchCover {
  width: 31.0344827586%;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__catchCover {
    width: 100%;
  }
}
.p-groupHistoryCommentary__catchCoverFigureImg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-groupHistoryCommentary__catchCoverFigureText {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryCommentary__catchCoverFigureText {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
.p-groupHistoryTrend {
  padding: 125px 0;
  background: #F4F7EA;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryTrend {
    padding: 55px 0;
  }
}
.p-groupHistoryTrend__inner {
  width: 1160px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryTrend__inner {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 48em) {
  .p-groupHistoryTrend__front {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.p-groupHistoryLead {
  padding: 90px 0;
  background: #eceadd;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryLead {
    padding: 90px 0 65px;
  }
}
.p-groupHistoryLead__inner {
  width: 1160px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryLead__inner {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 48em) {
  .p-groupHistoryLead__content {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.p-groupHistoryLead__contentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 3.4482758621%;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryLead__contentList {
    gap: 5px 0;
  }
}
.p-groupHistoryLead__contentItem {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 48em) {
  .p-groupHistoryLead__contentItem {
    width: 100%;
  }
}
.p-groupHistoryLead__contentLink {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  display: block;
}
@media (hover: hover) {
  .p-groupHistoryLead__contentLink:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-groupHistoryLead__contentLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-groupHistoryLead__contentLink.is-disable {
  opacity: 0.3;
  pointer-events: none;
}
.p-groupHistoryLead__contentThumbnail {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-groupHistoryLead__contentTitle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  font-size: 2rem;
  color: #ffffff;
  font-family: "Kaisei Opti", sans-serif;
  font-weight: bold;
  letter-spacing: 0.075em;
  width: calc(100% - 50px);
  padding: 0 25px;
}
.p-groupHistoryLead__contentTitleText {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.p-groupHistoryLead__contentTitleText::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12px;
  left: 0;
}
.p-groupHistoryLead__link {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 48em) {
  .p-groupHistoryLead__link {
    margin-top: 35px;
  }
}

.p-topMv {
  position: relative;
  background: url(../img/top/bg_mixed01.png) no-repeat top center/auto 791px, #EFF4F1;
}
@media screen and (max-width: 48em) {
  .p-topMv {
    padding-bottom: 35px;
    background: #EFF4F1;
  }
}
.p-topMv__inner {
  width: 1160px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 588px;
}
@media screen and (max-width: 48em) {
  .p-topMv__inner {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 48em) {
  .p-topMv__inner {
    display: block;
    height: auto;
  }
}
.p-topMv__breadcrumb {
  position: absolute;
  top: 15px;
  right: 60px;
}
@media screen and (max-width: 48em) {
  .p-topMv__breadcrumb {
    top: 8px;
    right: 20px;
  }
}
.p-topMv__breadcrumbList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-topMv__breadcrumbItem, .p-topMv__breadcrumbItem--current {
  position: relative;
  font-size: 1.4rem;
  color: #666464;
}
.p-topMv__breadcrumbItem:not(:last-of-type), .p-topMv__breadcrumbItem--current:not(:last-of-type) {
  padding-right: 15px;
}
.p-topMv__breadcrumbItem:not(:last-of-type)::after, .p-topMv__breadcrumbItem--current:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  right: 5px;
  font-size: 1.4rem;
}
.p-topMv__breadcrumbItem--current {
  font-weight: 500;
}
.p-topMv__breadcrumbLink {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #666464;
}
@media (hover: hover) {
  .p-topMv__breadcrumbLink:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-topMv__breadcrumbLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-topMv__title {
  width: 100%;
  max-width: 308px;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .p-topMv__title {
    max-width: min(64vw, 240px);
  }
}
.p-topMv__titleWrap {
  padding: 0 0 50px;
}
@media screen and (max-width: 48em) {
  .p-topMv__titleWrap {
    margin: 0 -20px;
    padding: 178px 0 216px;
    background: url(../img/top/bg_mixed02.png) no-repeat top center/auto 196px, url(../img/top/bg_mixed03.png) no-repeat bottom center/auto 195.5px;
  }
}
.p-topMv__titleImg {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-topMv__detail {
  width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .p-topMv__detail {
    width: 100%;
    max-width: 480px;
  }
}
.p-topMv__detailText {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .p-topMv__detailText {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-topGuidance {
  padding-bottom: 100px;
  background: #EFF4F1;
}
.p-topGuidance__inner {
  width: 1160px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .p-topGuidance__inner {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 48em) {
  .p-topGuidance__induction {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.p-topGuidance__inductionItem {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.25s, -webkit-transform 1.25s;
  transition: opacity 1.25s, -webkit-transform 1.25s;
  transition: opacity 1.25s, transform 1.25s;
  transition: opacity 1.25s, transform 1.25s, -webkit-transform 1.25s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 404px;
}
.p-topGuidance__inductionItem.is-fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 48em) {
  .p-topGuidance__inductionItem {
    min-height: 470px;
  }
}
.p-topGuidance__inductionItem:not(:last-of-type) {
  margin-bottom: 35px;
}
@media screen and (max-width: 48em) {
  .p-topGuidance__inductionItem:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.p-topGuidance__inductionLink {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}
@media (hover: hover) {
  .p-topGuidance__inductionLink:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-topGuidance__inductionLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-topGuidance__inductionBg {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topGuidance__inductionFrame, .p-topGuidance__inductionFrame--type01 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  padding: 8px;
}
@media (hover: hover) {
  .p-topGuidance__inductionFrame:where(:-moz-any-link, :enabled, summary):hover, .p-topGuidance__inductionFrame--type01:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-topGuidance__inductionFrame:where(:any-link, :enabled, summary):hover, .p-topGuidance__inductionFrame--type01:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 48em) {
  .p-topGuidance__inductionFrame, .p-topGuidance__inductionFrame--type01 {
    display: block;
  }
}
.p-topGuidance__inductionFrame--type01::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 2px solid #005628;
  -o-border-image: linear-gradient(-135deg, #005628 0%, #00974B 33.3%, #9DC138 66.6%, #D0D922 100%) 1;
     border-image: linear-gradient(-135deg, #005628 0%, #00974B 33.3%, #9DC138 66.6%, #D0D922 100%) 1;
  z-index: 1;
}
.p-topGuidance__inductionDetail {
  position: relative;
  padding-left: 35px;
  z-index: 2;
}
@media screen and (max-width: 48em) {
  .p-topGuidance__inductionDetail {
    padding: 30px 20px 0;
  }
}
.p-topGuidance__inductionDetailWrap {
  padding-left: 45px;
  width: 465px;
}
@media screen and (max-width: 48em) {
  .p-topGuidance__inductionDetailWrap {
    padding-left: 0;
    width: 100%;
  }
}
.p-topGuidance__inductionDetailText {
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 48em) {
  .p-topGuidance__inductionDetailText {
    font-size: 1.4rem;
  }
}
.p-topGuidance__inductionTitle {
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
}
@media screen and (max-width: 48em) {
  .p-topGuidance__inductionTitle {
    padding-left: 30px;
    margin-bottom: 15px;
  }
}
.p-topGuidance__inductionTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 48em) {
  .p-topGuidance__inductionTitle::before {
    width: 20px;
    height: 20px;
  }
}
.p-topGuidance__inductionTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9px;
  width: 7px;
  height: 7px;
  border-top: solid 2px #009944;
  border-right: solid 2px #009944;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 48em) {
  .p-topGuidance__inductionTitle::after {
    left: 6px;
    width: 4px;
    height: 4px;
  }
}
.p-topGuidance__inductionTitleImg {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-topColumn {
  padding-bottom: 100px;
  background: #EFF4F1;
}
.p-topColumn__inner {
  width: 1160px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .p-topColumn__inner {
    width: auto;
    padding: 0 20px;
  }
}
.p-topColumn__wrap {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.25s, -webkit-transform 1.25s;
  transition: opacity 1.25s, -webkit-transform 1.25s;
  transition: opacity 1.25s, transform 1.25s;
  transition: opacity 1.25s, transform 1.25s, -webkit-transform 1.25s;
}
@media screen and (max-width: 48em) {
  .p-topColumn__wrap {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.p-topColumn__wrap.is-fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-topColumn__wrap:not(:last-of-type) {
  margin-bottom: 125px;
}
@media screen and (max-width: 48em) {
  .p-topColumn__wrap:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.p-topColumn__title {
  position: relative;
  margin-bottom: 45px;
}
.p-topColumn__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #009944;
  z-index: 1;
}
.p-topColumn__titleImg {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  padding: 0 55px;
  margin: 0 auto;
  background: #EFF4F1;
  z-index: 2;
}
@media screen and (max-width: 48em) {
  .p-topColumn__titleImg {
    padding: 0 10px;
  }
}
.p-topColumn__lineupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (max-width: 48em) {
  .p-topColumn__lineupList {
    gap: 35px 0;
  }
}
.p-topColumn__lineupItem {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 48em) {
  .p-topColumn__lineupItem {
    width: 100%;
  }
}
.p-topColumn__lineupLink {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}
@media (hover: hover) {
  .p-topColumn__lineupLink:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-topColumn__lineupLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-topColumn__lineupThumbnailImg {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-topColumn__lineupThumbnailText {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 15px;
  padding-left: 18px;
}
@media screen and (max-width: 48em) {
  .p-topColumn__lineupThumbnailText {
    font-size: 1.8rem;
  }
}
.p-topColumn__lineupThumbnailText::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 2px #009944;
  border-right: solid 2px #009944;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
  left: 0;
}
@media screen and (max-width: 48em) {
  .p-topColumn__lineupThumbnailText::before {
    top: 11px;
  }
}

.u-text--white01 {
  color: #ffffff !important;
}
.u-text--black01 {
  color: #231715 !important;
}
.u-text--gray01 {
  color: #666464 !important;
}
.u-text--gray02 {
  color: #F1EEE8 !important;
}
.u-text--gray03 {
  color: #E5DDD0 !important;
}
.u-text--red01 {
  color: #ff0000 !important;
}
.u-text--blue01 {
  color: #0000ff !important;
}
.u-text--yellow01 {
  color: #D0D922 !important;
}
.u-text--yellow02 {
  color: #eceadd !important;
}
.u-text--yellow03 {
  color: #F4F7EA !important;
}
.u-text--green01 {
  color: #EFF4F1 !important;
}
.u-text--green02 {
  color: #005628 !important;
}
.u-text--green03 {
  color: #009944 !important;
}
.u-text--green04 {
  color: #00561F !important;
}
.u-text--green05 {
  color: #709200 !important;
}
.u-bg--white01 {
  background-color: #ffffff !important;
}
.u-bg--black01 {
  background-color: #231715 !important;
}
.u-bg--gray01 {
  background-color: #666464 !important;
}
.u-bg--gray02 {
  background-color: #F1EEE8 !important;
}
.u-bg--gray03 {
  background-color: #E5DDD0 !important;
}
.u-bg--red01 {
  background-color: #ff0000 !important;
}
.u-bg--blue01 {
  background-color: #0000ff !important;
}
.u-bg--yellow01 {
  background-color: #D0D922 !important;
}
.u-bg--yellow02 {
  background-color: #eceadd !important;
}
.u-bg--yellow03 {
  background-color: #F4F7EA !important;
}
.u-bg--green01 {
  background-color: #EFF4F1 !important;
}
.u-bg--green02 {
  background-color: #005628 !important;
}
.u-bg--green03 {
  background-color: #009944 !important;
}
.u-bg--green04 {
  background-color: #00561F !important;
}
.u-bg--green05 {
  background-color: #709200 !important;
}

.u-d--block {
  display: block !important;
}
.u-d--inline-block {
  display: inline-block !important;
}
.u-d--inline {
  display: inline !important;
}
.u-d--none {
  display: none !important;
}
.u-d--pc-block {
  display: block !important;
}
@media screen and (max-width: 48em) {
  .u-d--pc-block {
    display: none !important;
  }
}
.u-d--pc-none {
  display: none !important;
}
@media screen and (max-width: 48em) {
  .u-d--pc-none {
    display: block !important;
  }
}
.u-d--sp-block {
  display: none !important;
}
@media screen and (max-width: 48em) {
  .u-d--sp-block {
    display: block !important;
  }
}
.u-d--sp-none {
  display: block !important;
}
@media screen and (max-width: 48em) {
  .u-d--sp-none {
    display: none !important;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}
.u-mt5 {
  margin-top: 5px !important;
}
.u-mt10 {
  margin-top: 10px !important;
}
.u-mt15 {
  margin-top: 15px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mt25 {
  margin-top: 25px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-mt35 {
  margin-top: 35px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mt45 {
  margin-top: 45px !important;
}
.u-mt50 {
  margin-top: 50px !important;
}
.u-mt55 {
  margin-top: 55px !important;
}
.u-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 48em) {
  .u-mt--sp0 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mt--sp5 {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mt--sp10 {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mt--sp15 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mt--sp20 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mt--sp25 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mt--sp30 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mt--sp35 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mt--sp40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mt--sp45 {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mt--sp50 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mt--sp55 {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mt--sp60 {
    margin-top: 60px !important;
  }
}
.u-mr0 {
  margin-right: 0px !important;
}
.u-mr5 {
  margin-right: 5px !important;
}
.u-mr10 {
  margin-right: 10px !important;
}
.u-mr15 {
  margin-right: 15px !important;
}
.u-mr20 {
  margin-right: 20px !important;
}
.u-mr25 {
  margin-right: 25px !important;
}
.u-mr30 {
  margin-right: 30px !important;
}
.u-mr35 {
  margin-right: 35px !important;
}
.u-mr40 {
  margin-right: 40px !important;
}
.u-mr45 {
  margin-right: 45px !important;
}
.u-mr50 {
  margin-right: 50px !important;
}
.u-mr55 {
  margin-right: 55px !important;
}
.u-mr60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 48em) {
  .u-mr--sp0 {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mr--sp5 {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mr--sp10 {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mr--sp15 {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mr--sp20 {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mr--sp25 {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mr--sp30 {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mr--sp35 {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mr--sp40 {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mr--sp45 {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mr--sp50 {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mr--sp55 {
    margin-right: 55px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mr--sp60 {
    margin-right: 60px !important;
  }
}
.u-mb0 {
  margin-bottom: 0px !important;
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 48em) {
  .u-mb--sp0 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mb--sp5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mb--sp10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mb--sp15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mb--sp20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mb--sp25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mb--sp30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mb--sp35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mb--sp40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mb--sp45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mb--sp50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mb--sp55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-mb--sp60 {
    margin-bottom: 60px !important;
  }
}
.u-ml0 {
  margin-left: 0px !important;
}
.u-ml5 {
  margin-left: 5px !important;
}
.u-ml10 {
  margin-left: 10px !important;
}
.u-ml15 {
  margin-left: 15px !important;
}
.u-ml20 {
  margin-left: 20px !important;
}
.u-ml25 {
  margin-left: 25px !important;
}
.u-ml30 {
  margin-left: 30px !important;
}
.u-ml35 {
  margin-left: 35px !important;
}
.u-ml40 {
  margin-left: 40px !important;
}
.u-ml45 {
  margin-left: 45px !important;
}
.u-ml50 {
  margin-left: 50px !important;
}
.u-ml55 {
  margin-left: 55px !important;
}
.u-ml60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 48em) {
  .u-ml--sp0 {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-ml--sp5 {
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-ml--sp10 {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-ml--sp15 {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-ml--sp20 {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-ml--sp25 {
    margin-left: 25px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-ml--sp30 {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-ml--sp35 {
    margin-left: 35px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-ml--sp40 {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-ml--sp45 {
    margin-left: 45px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-ml--sp50 {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-ml--sp55 {
    margin-left: 55px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-ml--sp60 {
    margin-left: 60px !important;
  }
}

.u-pt0 {
  padding-top: 0px !important;
}
.u-pt5 {
  padding-top: 5px !important;
}
.u-pt10 {
  padding-top: 10px !important;
}
.u-pt15 {
  padding-top: 15px !important;
}
.u-pt20 {
  padding-top: 20px !important;
}
.u-pt25 {
  padding-top: 25px !important;
}
.u-pt30 {
  padding-top: 30px !important;
}
.u-pt35 {
  padding-top: 35px !important;
}
.u-pt40 {
  padding-top: 40px !important;
}
.u-pt45 {
  padding-top: 45px !important;
}
.u-pt50 {
  padding-top: 50px !important;
}
.u-pt55 {
  padding-top: 55px !important;
}
.u-pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 48em) {
  .u-pt--sp0 {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pt--sp5 {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pt--sp10 {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pt--sp15 {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pt--sp20 {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pt--sp25 {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pt--sp30 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pt--sp35 {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pt--sp40 {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pt--sp45 {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pt--sp50 {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pt--sp55 {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pt--sp60 {
    padding-top: 60px !important;
  }
}
.u-pr0 {
  padding-right: 0px !important;
}
.u-pr5 {
  padding-right: 5px !important;
}
.u-pr10 {
  padding-right: 10px !important;
}
.u-pr15 {
  padding-right: 15px !important;
}
.u-pr20 {
  padding-right: 20px !important;
}
.u-pr25 {
  padding-right: 25px !important;
}
.u-pr30 {
  padding-right: 30px !important;
}
.u-pr35 {
  padding-right: 35px !important;
}
.u-pr40 {
  padding-right: 40px !important;
}
.u-pr45 {
  padding-right: 45px !important;
}
.u-pr50 {
  padding-right: 50px !important;
}
.u-pr55 {
  padding-right: 55px !important;
}
.u-pr60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 48em) {
  .u-pr--sp0 {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pr--sp5 {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pr--sp10 {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pr--sp15 {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pr--sp20 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pr--sp25 {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pr--sp30 {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pr--sp35 {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pr--sp40 {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pr--sp45 {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pr--sp50 {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pr--sp55 {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pr--sp60 {
    padding-right: 60px !important;
  }
}
.u-pb0 {
  padding-bottom: 0px !important;
}
.u-pb5 {
  padding-bottom: 5px !important;
}
.u-pb10 {
  padding-bottom: 10px !important;
}
.u-pb15 {
  padding-bottom: 15px !important;
}
.u-pb20 {
  padding-bottom: 20px !important;
}
.u-pb25 {
  padding-bottom: 25px !important;
}
.u-pb30 {
  padding-bottom: 30px !important;
}
.u-pb35 {
  padding-bottom: 35px !important;
}
.u-pb40 {
  padding-bottom: 40px !important;
}
.u-pb45 {
  padding-bottom: 45px !important;
}
.u-pb50 {
  padding-bottom: 50px !important;
}
.u-pb55 {
  padding-bottom: 55px !important;
}
.u-pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 48em) {
  .u-pb--sp0 {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pb--sp5 {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pb--sp10 {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pb--sp15 {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pb--sp20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pb--sp25 {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pb--sp30 {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pb--sp35 {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pb--sp40 {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pb--sp45 {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pb--sp50 {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pb--sp55 {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pb--sp60 {
    padding-bottom: 60px !important;
  }
}
.u-pl0 {
  padding-left: 0px !important;
}
.u-pl5 {
  padding-left: 5px !important;
}
.u-pl10 {
  padding-left: 10px !important;
}
.u-pl15 {
  padding-left: 15px !important;
}
.u-pl20 {
  padding-left: 20px !important;
}
.u-pl25 {
  padding-left: 25px !important;
}
.u-pl30 {
  padding-left: 30px !important;
}
.u-pl35 {
  padding-left: 35px !important;
}
.u-pl40 {
  padding-left: 40px !important;
}
.u-pl45 {
  padding-left: 45px !important;
}
.u-pl50 {
  padding-left: 50px !important;
}
.u-pl55 {
  padding-left: 55px !important;
}
.u-pl60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 48em) {
  .u-pl--sp0 {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pl--sp5 {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pl--sp10 {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pl--sp15 {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pl--sp20 {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pl--sp25 {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pl--sp30 {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pl--sp35 {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pl--sp40 {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pl--sp45 {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pl--sp50 {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pl--sp55 {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 48em) {
  .u-pl--sp60 {
    padding-left: 60px !important;
  }
}