@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.century {
  font-family: "Questrial", sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}
@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}
/*----------------------------------------
HEADER
-----------------------------------------*/
/*----------------------------------------
FOOTER
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .footer--other--front {
    margin-top: 0 !important;
  }
}
/*----------------------------------------
MAIN
-----------------------------------------*/
input[type=text],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media screen and (min-width: 769px) {
  #TOP {
    overflow: hidden;
  }
  #TOP .mv {
    background: url(../img/top2022/mv.jpg) no-repeat;
    padding: 25vh 0;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  #TOP .oih, #TOP .ose {
    padding: 55px 0;
  }
  #TOP .oih__blk, #TOP .ose__blk {
    position: relative;
    text-align: center;
  }
  #TOP .oih__blk::before, #TOP .ose__blk::before {
    position: absolute;
    top: -57px;
    left: -20%;
  }
  #TOP .oih__blk h2, #TOP .ose__blk h2 {
    margin-bottom: 20px;
  }
  #TOP .oih__blk__link, #TOP .ose__blk__link {
    margin-top: 20px;
  }
  #TOP .oih__blk__link a, #TOP .ose__blk__link a {
    display: inline-block;
    background: #222222;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
    border: 1px solid #222;
    border-radius: 0 0 20px 0;
  }
  #TOP .oih__blk__link a:hover, #TOP .ose__blk__link a:hover {
    background: #fff;
    color: #222;
  }
  #TOP .oih {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(255, 255, 255)), to(rgb(255, 221, 239)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgb(255, 221, 239) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffddef",GradientType=1);
  }
  #TOP .oih__blk::before {
    content: url(../img/top2022/bg_txt01.png);
  }
  #TOP .ose {
    background: rgb(255, 223, 225);
    background: -webkit-gradient(linear, left top, right top, color-stop(34%, rgb(255, 223, 225)), to(rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgb(248, 219, 153) 34%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfe1",endColorstr="#ffffff",GradientType=1);
  }
  #TOP .ose__blk::before {
    content: url(../img/top2022/bg_txt02.png);
    top: -35px;
    left: 5%;
  }
  #TOP .ose__blk__link a {
    padding: 15px 20px;
  }
  #TOP .event2022 .event__link {
    margin-top: 40px;
    text-align: center;
  }
  #TOP .event2022 .event__link a {
    display: inline-block;
    background: #222222;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
    border: 1px solid #222;
    border-radius: 0 0 20px 0;
    width: 350px;
  }
  #TOP .event2022 .event__link a:hover {
    background: #fff;
    color: #222;
  }
  #TOP .mv2023 {
    color: #fff;
  }
  #TOP .mv2023__ttl {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #TOP .mv2023__lead {
    text-align: center;
  }
  #TOP .mv2023__links {
    margin-top: 60px;
  }
  #TOP .mv2023__links__blk:last-of-type {
    margin-top: 60px;
  }
  #TOP .mv2023__links__blk__ttl {
    width: 210px;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, from(#e71f61), to(#e82490));
    background: linear-gradient(90deg, #e71f61, #e82490);
    position: relative;
    padding: 5px 0;
  }
  #TOP .mv2023__links__blk__ttl::after {
    content: "";
    border-style: solid;
    border-width: 0px 0 30px 15px;
    border-color: transparent transparent transparent #e82490;
    height: 0;
    width: 0;
    position: absolute;
    right: -14px;
    top: 0;
  }
  #TOP .mv2023__links__blk__ttl::before {
    content: "";
    display: block;
    width: calc(50vw - 500px);
    height: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#e6112e), to(#e71f61));
    background: linear-gradient(90deg, #e6112e, #e71f61);
    position: absolute;
    top: 0;
    right: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #TOP .mv2023__links__blk__ttl::before {
    width: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  #TOP .mv2023__links__blk ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #TOP .mv2023__links__blk ul li {
    min-width: 190px;
    width: 20%;
    position: relative;
    padding-bottom: 60px;
    margin-top: 10px;
  }
  #TOP .mv2023__links__blk ul li .img {
    text-align: center;
  }
  #TOP .mv2023__links__blk ul li .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #TOP .mv2023__links__blk ul li .btn a {
    width: 130px;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    border-radius: 30px;
    background: #fff;
    color: #222;
    border: 2px solid #222;
  }
  #TOP .mv2023__links__blk ul li .btn a:hover {
    background: #222;
    color: #fff;
    border-color: #fff;
  }
  #TOP .mv2023__btn {
    margin-top: 70px;
    text-align: center;
  }
  #TOP .mv2023__btn a {
    width: 260px;
    padding: 22px;
    line-height: 1;
    display: inline-block;
    border-radius: 0 0 20px 0;
    color: #fff;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, right top, from(#e6112f), to(#e8248f));
    background: linear-gradient(90deg, #e6112f, #e8248f);
    text-align: center;
  }
  #TOP .mv2023__btn a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#e8248f), to(#e6112f));
    background: linear-gradient(90deg, #e8248f, #e6112f);
  }
}
@media screen and (min-width: 769px) and (max-width: 1160px) {
  #TOP .info2023 .info__df__lft {
    margin-left: 0;
  }
  #TOP .info2023 .more {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  #TOP .event2022--2023 {
    background: url(../img/top2022/mv.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  #TOP .mv2023--first {
    min-height: unset;
  }
  #TOP .mv2023--first__box {
    margin-top: 50px;
    color: #222222;
  }
  #TOP .mv2023--first__box h3 {
    margin-bottom: 20px;
  }
  #TOP .mv2023--first, #TOP .mv2023--fcl {
    padding: 15vh 0;
  }
  #TOP .firstBlk {
    background: #fff;
    padding: 60px 0 90px;
  }
  #TOP .firstBlk__blk:last-of-type {
    margin-top: 60px;
  }
  #TOP .firstBlk__blk__ttl {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, from(#e71f61), to(#e82490));
    background: linear-gradient(90deg, #e71f61, #e82490);
    position: relative;
    padding: 5px 5px 5px 0;
    margin-bottom: 20px;
  }
  #TOP .firstBlk__blk__ttl::after {
    content: "";
    border-style: solid;
    border-width: 0px 0 30px 15px;
    border-color: transparent transparent transparent #e82490;
    height: 0;
    width: 0;
    position: absolute;
    right: -14px;
    top: 0;
  }
  #TOP .firstBlk__blk__ttl::before {
    content: "";
    display: block;
    width: calc(50vw - 500px);
    height: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#e6112e), to(#e71f61));
    background: linear-gradient(90deg, #e6112e, #e71f61);
    position: absolute;
    top: 0;
    right: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #TOP .firstBlk__blk__ttl::before {
    width: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  #TOP .firstBlk__blk__img {
    margin-bottom: 30px;
  }
  #TOP .firstBlk__blk__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #TOP .firstBlk__blk__lists li {
    min-width: 190px;
    width: 20%;
    position: relative;
    margin-top: 10px;
  }
  #TOP .firstBlk__blk__lists li .imgttl {
    text-align: center;
    margin-bottom: 15px;
  }
  #TOP .firstBlk__blk__lists li .imgttl--pitch {
    margin-bottom: 27px;
  }
  #TOP .firstBlk__blk__lists li .imgttl--onetxt {
    margin-bottom: 22px;
  }
  #TOP .firstBlk__blk__lists li .ttl {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
    min-height: 60px;
    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;
  }
  #TOP .firstBlk__blk__lists li .txt {
    padding: 0 7%;
    text-align: justify;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  #TOP {
    overflow: hidden;
  }
  #TOP .mv {
    padding: 200px 0 100px;
  }
  #TOP .mv::before {
    content: "";
    background: url(../img/top2022/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #TOP .mv__search {
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 300;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #TOP .mv__search P {
    line-height: 1.4;
  }
  #TOP .mv__search .txt--1st {
    margin-bottom: 20px;
  }
  #TOP .mv__search__select {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #TOP .mv__search__select::-ms-expand {
    display: none;
  }
  #TOP .mv__search__select::before {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }
  #TOP .mv__search__select--01::before {
    border-top: 6px solid #e50012;
  }
  #TOP .mv__search__select--02 {
    margin: 20px 10px;
  }
  #TOP .mv__search__select select {
    padding: 10px 38px 10px 10px;
    color: #666666;
    font-size: 1.6rem;
    background: #fff;
    width: 270px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: 1px solid #666;
    border-radius: 5px;
    outline: none;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  #TOP .mv__search__select select.select01 {
    color: #e50012;
    width: 245px;
  }
  #TOP .mv__info {
    margin-top: 60px;
    text-align: center;
  }
  #TOP .mv__info h2 {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.18em;
    border-radius: 10px;
    background: #e50012;
    background: -webkit-gradient(linear, left top, right top, from(#e50012), to(#c3247b));
    background: linear-gradient(to right, #e50012, #c3247b);
    background: -webkit-linear-gradient(right, #e50012, #c3247b);
  }
  #TOP .mv__info ul {
    margin-top: 30px;
  }
  #TOP .mv__info ul .img span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.3rem;
    font-weight: bold;
    background: #000;
    color: #fff;
    padding: 8px 10px;
    z-index: 1;
    text-align: left;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #TOP .mv__info ul .txt {
    text-align: justify;
  }
  #TOP .mv__info ul li {
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  #TOP .oih, #TOP .ose {
    padding: 80px 0 60px;
  }
  #TOP .oih__blk, #TOP .ose__blk {
    position: relative;
    text-align: center;
  }
  #TOP .oih__blk::before, #TOP .ose__blk::before {
    position: absolute;
  }
  #TOP .oih__blk h2, #TOP .ose__blk h2 {
    margin-bottom: 20px;
  }
  #TOP .oih__blk p, #TOP .ose__blk p {
    text-align: justify;
  }
  #TOP .oih__blk__link, #TOP .ose__blk__link {
    margin-top: 35px;
  }
  #TOP .oih__blk__link a, #TOP .ose__blk__link a {
    display: inline-block;
    background: #222222;
    color: #fff;
    font-weight: bold;
    padding: 11px 40px;
    border-radius: 0 0 20px 0;
    line-height: 1.6;
  }
  #TOP .oih {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgb(255, 255, 255)), to(rgb(255, 221, 239)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 5%, rgb(255, 221, 239) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffddef",GradientType=1);
  }
  #TOP .oih__blk::before {
    content: "";
    top: -105px;
    right: -5%;
    width: 350px;
    height: 190px;
    background: url(../img/top2022/bg_txt01_sp.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #TOP .ose {
    padding-top: 90px;
    background: rgb(255, 223, 225);
    background: -webkit-gradient(linear, left top, right top, color-stop(34%, rgb(255, 223, 225)), to(rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgb(248, 219, 153) 34%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfe1",endColorstr="#ffffff",GradientType=1);
  }
  #TOP .ose__blk::before {
    content: "";
    top: -125px;
    left: -5%;
    width: 350px;
    height: 190px;
    background: url(../img/top2022/bg_txt02_sp.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #TOP .ose__blk__link a {
    padding: 11px 20px;
  }
  #TOP .event2022 .event__link {
    margin-top: 40px;
    text-align: center;
  }
  #TOP .event2022 .event__link a {
    display: inline-block;
    background: #222222;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
    border: 1px solid #222;
    border-radius: 0 0 20px 0;
    width: 300px;
  }
  #TOP .mv2023 {
    color: #fff;
    padding-top: 130px;
  }
  #TOP .mv2023__ttl {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #TOP .mv2023__links {
    margin-top: 60px;
  }
  #TOP .mv2023__links__blk:last-of-type {
    margin-top: 60px;
  }
  #TOP .mv2023__links__blk__ttl {
    width: 210px;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, from(#e71f61), to(#e82490));
    background: linear-gradient(90deg, #e71f61, #e82490);
    position: relative;
    padding: 6px 0;
  }
  #TOP .mv2023__links__blk__ttl::after {
    content: "";
    border-style: solid;
    border-width: 0px 0 30px 15px;
    border-color: transparent transparent transparent #e82490;
    height: 0;
    width: 0;
    position: absolute;
    right: -14px;
    top: 0;
  }
  #TOP .mv2023__links__blk__ttl::before {
    content: "";
    display: block;
    width: 10vw;
    height: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#e6112e), to(#e71f61));
    background: linear-gradient(90deg, #e6112e, #e71f61);
    position: absolute;
    top: 0;
    right: 100%;
  }
  #TOP .mv2023__links__blk ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #TOP .mv2023__links__blk ul li {
    width: 50%;
    position: relative;
    padding-bottom: 60px;
    margin-top: 10px;
  }
  #TOP .mv2023__links__blk ul li .img {
    text-align: center;
  }
  #TOP .mv2023__links__blk ul li .img--spsml {
    width: 71%;
    display: block;
    margin: 0 auto;
  }
  #TOP .mv2023__links__blk ul li .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #TOP .mv2023__links__blk ul li .btn a {
    width: 130px;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 7px 0;
    border-radius: 10px;
  }
  #TOP .mv2023__links__blk ul li .btn a:hover {
    background: #000;
  }
  #TOP .mv2023__btn {
    margin-top: 70px;
    text-align: center;
  }
  #TOP .mv2023__btn a {
    width: 260px;
    padding: 22px;
    line-height: 1;
    display: inline-block;
    border-radius: 0 0 20px 0;
    color: #fff;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, right top, from(#e6112f), to(#e8248f));
    background: linear-gradient(90deg, #e6112f, #e8248f);
    text-align: center;
  }
  #TOP .mv2023__btn a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#e8248f), to(#e6112f));
    background: linear-gradient(90deg, #e8248f, #e6112f);
  }
}
@media screen and (max-width: 768px) and (max-width: 1160px) {
  #TOP .info2023 .info__df__lft {
    margin-left: 0;
  }
  #TOP .info2023 .more {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #TOP .event2022--2023 {
    background: url(../img/top2022/mv.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  #TOP .mv2023--first {
    min-height: unset;
  }
  #TOP .mv2023--first__box {
    margin-top: 30px;
    color: #222222;
  }
  #TOP .mv2023--first__box h3 {
    margin-bottom: 10px;
  }
  #TOP .firstBlk {
    background: #fff;
    padding: 60px 0 90px;
  }
  #TOP .firstBlk__blk:last-of-type {
    margin-top: 60px;
  }
  #TOP .firstBlk__blk__ttl {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, from(#e71f61), to(#e82490));
    background: linear-gradient(90deg, #e71f61, #e82490);
    position: relative;
    padding: 6px 5px 6px 0;
    margin-bottom: 20px;
  }
  #TOP .firstBlk__blk__ttl::after {
    content: "";
    border-style: solid;
    border-width: 0px 0 30px 15px;
    border-color: transparent transparent transparent #e82490;
    height: 0;
    width: 0;
    position: absolute;
    right: -14.5px;
    top: 0;
  }
  #TOP .firstBlk__blk__ttl::before {
    content: "";
    display: block;
    width: 10vw;
    height: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#e6112e), to(#e71f61));
    background: linear-gradient(90deg, #e6112e, #e71f61);
    position: absolute;
    top: 0;
    right: 100%;
  }
  #TOP .firstBlk__blk__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 375px;
    margin: 0 auto;
  }
  #TOP .firstBlk__blk__lists li {
    width: 50%;
    position: relative;
    margin-top: 20px;
  }
  #TOP .firstBlk__blk__lists li .imgttl {
    text-align: center;
    margin-bottom: 15px;
  }
  #TOP .firstBlk__blk__lists li .imgttl--pitch {
    margin-bottom: 25px;
  }
  #TOP .firstBlk__blk__lists li .imgttl--pitch img {
    width: 71%;
  }
  #TOP .firstBlk__blk__lists li .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
    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;
  }
  #TOP .firstBlk__blk__lists li .txt {
    padding: 0 7%;
    text-align: justify;
    letter-spacing: 0;
  }
  #TOP .firstBlk__blk__lists li:first-of-type .ttl, #TOP .firstBlk__blk__lists li:nth-of-type(2) .ttl {
    min-height: 51px;
  }
}