@charset "utf-8";
/* 1rem = 10px */
html { font-size: 62.5%; }
a { text-decoration: none; }

/* Header
---------------------------------------------------------- */
.header , footer {
    font: 100% / 1.4em 'Franklin Gothic Medium';
    letter-spacing: 0.1em;
    color: #000;
    /* background-size: contain; */
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.header {
    background-color: #fff;
    overflow: hidden;
    padding: 6px;
    max-width: 1080px;
    margin: 0 auto;
    font-size: 1.6rem;
}
.header img {
    width: 150px;
    float: left;
}
.header .top {
    color: #009260;
    font-size: 104%;
    font-weight: bold;
    float: left;
    padding-top: 18px;
    padding-left: 12px;
}
.header .top a {
    color: #000000;
}
.header .top a span {
    color: #009260;
}
@media screen and (max-width: 768px) {
    .header img{
        width:20%;
        float:left;
    }
    .header .top{
        color:#009260;
        font-size:63%;
        font-weight:bold;
        float:left;
        padding-top:0.5%;
        padding-left:12px;
        width: 70%;
    }
}
/* Footer
---------------------------------------------------------- */
footer {
    background: #006844;
    padding: 10px 0;
    text-align: center;
    font-size: 10px;
    color: #fff;
    overflow: hidden;
    display: block;
    clear: both;
}
.foottittle {
    border-bottom: 1px solid #FFFFFF;
    font-size: 1.3em;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    line-height: 135%;
    padding-top: 5px;
    padding-bottom: 8px;
}
.footinfo {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-bottom: 0px;
}
.m_b_20 {
    margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
    .foottittle,
    .footinfo {
        width: 90%;
    }
}

/* PC/SP表示制御
---------------------------------------------------------- */
.u-pcOnly { display: block; }
.u-spOnly { display: none; }

@media screen and (max-width: 768px) {
    .u-pcOnly { display: none; }
    .u-spOnly { display: block; }
}

/* main.l-main
---------------------------------------------------------- */
.l-main {
    color: #191919;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    font-size: 1.4rem;
}
.l-main img { width: 100%; }
.l-main a { text-decoration: underline; color: #191919; }
.l-main a:hover { text-decoration: none; opacity: 0.8; }
.l-main ul li { list-style: none; }


/* 共通 */
.p-about__inner,
.p-prize__inner,
.p-present__inner {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0 5rem;
}
.c-heading {
    color: #009261;
    text-align: center;
    font-family: Outfit;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.c-heading__description {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 4rem;
}
.c-heading__descriptionItem {
    font-size: 0.6em;
}

/* ボタンスタイル */
.c-button {
    display: block;
    width: 100%;
    margin-top: 2rem;
    padding: 1.4rem;
    background: #fff;
    color: #9E7D00;
    border: 2px solid #9E7D00;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    transition: opacity 0.3s;
}
.c-button:hover {
    opacity: 0.8;
}
/* 非表示要素 */
.js-hidden {
    display: none !important;
}

/* ※注意事項 */
.c-notice {
    width: fit-content;
    margin: 0 auto;
    padding-left: 1em;
    position: relative;
}
.c-notice__item:before {
    content: "※";
    position: absolute;
    left: 0;
}
@media (min-width: 520px) {
    .c-button {
        max-width: 60%;
        margin: 2rem auto 0;
    }
}
@media (min-width: 960px) {
    .l-main {
        font-size: 1.6rem;
    }
    .p-about__inner,
    .p-prize__inner,
    .p-present__inner {
        max-width: 900px;
        padding: 8rem 0 10rem;
    }
    .c-heading {
        font-size: 3.2rem;
        margin-bottom: 2rem;
    }
    .c-heading__description {
        font-size: 4.2rem;
        margin-bottom: 8rem;
    }
    .c-button {
        margin: 3rem auto 0;
    }
    .c-notice {
        margin: 0 auto;
    }
}

/* メインビジュアル
---------------------------------------------------------- */
.p-mainVisual__image {
    width: 100%;
}
@media (min-width: 1081px) {
    .p-mainVisual__image img {
        min-height: 490px;
        object-fit: cover;
    }
}

/* about
---------------------------------------------------------- */
.p-about__item {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    padding: 3rem 0;
}
.p-about__item:last-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 3rem;
}
.p-about__itemTitle {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.p-about__itemDescription {
    width: 100%;
    line-height: 2;
}
.p-about__itemDescriptionText {
    margin-bottom: 2rem;
}
.p-about__link {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}
.p-about__link a {
    width: 100%;
    text-decoration: none;
    background-color: #009261;
    padding: 1rem;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}
.p-about__link a:hover {
    opacity: 0.8;
}
.p-about__listItem {
    padding-left: 1em;
    position: relative;
}
.p-about__listItem:before {
    content: "・";
    position: absolute;
    left: 0;
}

.p-about__detail {
    width: 100%;
    border-radius: 10px;
    background-color: #FEF0BF;
    padding: 2rem;
}
.p-about__detailText {
    line-height: 2;
}
.p-about__detailTextItem {
    font-weight: bold;
}
@media (min-width: 520px) {
    .p-about__link {
        max-width: 60%;
    }
}
@media (min-width: 960px) {
    .p-about__item {
        padding: 4rem 7rem;
        justify-content: space-between;
    }
    .p-about__itemTitle {
        max-width: 15%;
        font-size: 2rem;
        text-align: left;
    }
    .p-about__itemDescription {
        max-width: 80%;
    }
    .p-about__link {
        max-width: 75%;
        margin: 0;
    }
    .p-about__detail {
        padding: 4rem 6rem;
    }    
}

/* Campaign Prizes
---------------------------------------------------------- */
.p-prize {
    background-color: #FCC800;
}
.p-prize__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    margin-bottom: 3rem;
}
.p-prize__item {
    background-color: #fff;
    border-radius: 15px;
    padding: 2rem 2rem 3rem;
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.p-prize__title {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background-color: #088C5D;
    color: #fff;
    padding: 1rem 0;
    border-radius: 50px;
    border: 4px solid #fff;
    position: absolute;
    top: -2rem;
    left: -1rem;
    width: 7rem;
    height: 7rem;
}
.p-prize__titleEn {
    font-size: 2em;
    font-family: Outfit;
}
.p-prize__image {
    margin-bottom: 2rem;
}
.p-prize__image--small {
    max-width: 35%;
    width: 100%;
    margin: 0 auto 2rem;
}
.p-prize__imageInner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.p-prize__imageItem {
    width: 100%;
}
.p-prize__copyright {
    font-size: 1rem;
    text-align: right;
}
.p-prize__name {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
}
.p-prize__item .c-notice {
    margin-bottom: 1.5rem;
}
.p-prize__description {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background-color: #FEF4CC;
    padding: 0.5rem 0;
    border-radius: 5px;
}
.p-prize__descriptionItem {
    font-size: 1.4rem;
    font-weight: normal;
}
.p-prize__descriptionItem--block {
    display: block;
}

/* 対象試合 */
.p-prize__detail {
    margin-top: 3.5rem;
}
.p-prize__detailTitle {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}
.p-prize__detailDescription {
    text-align: center;
    margin-bottom: 2rem;
}
.p-prize__detailListItem {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #ccc;
}
.p-prize__detailListItem:first-child {
    border-top: 1px solid #ccc;
}
.p-prize__detailListItemDateWrapper {
    width: 100%;
}
.p-prize__detailListItemDate {
    display: inline-block;
    margin-right: 2rem;
}
.p-prize__detailListItemDate-sat {
    color: #1F74BF;
}
.p-prize__detailListItemDate-sun {
    color: #D91717;
}
.p-prize__detailListItemTeam {
    font-weight: bold;
    font-weight: 600;
}
@media (min-width: 520px) {
    .p-prize__list {
        gap: 4rem 2rem;
    }
    .p-prize__item--half {
        max-width: calc((100% - 2rem) / 2);
    }
    .p-prize__imageInner {
        gap: 2rem;
    }
    .p-prize__imageItem {
        max-width: calc((100% - 2rem) / 2);
    }
    .p-prize__image--small {
        max-width: 20%;
    }
    .p-prize__descriptionItem {
        display: block;
    }
    .p-prize__detailListItem {
        padding: 1.5rem 1rem;
        gap: 1rem;
    }
    .p-prize__detailListItemDateWrapper, .p-prize__detailListItemTeam {
        max-width: calc((100% - 1rem) / 2);
        text-align: center;
    }
    .p-prize__detailListItemDate {
        margin-right: 0.5rem;
    }
}
@media (min-width: 960px) {
    .p-prize__list {
        gap: 7rem 8rem;
        margin-bottom: 6rem;
    }
    .p-prize__item {
        padding: 5rem;
    }
    .p-prize__item--half {
        max-width: calc((100% - 8rem) / 2);
        padding: 3rem 3rem 4rem;
    }
    .p-prize__title {
        font-size: 2.4rem;
        width: 14rem;
        height: 14rem;
        border-radius: 70px;
        border: 8px solid #fff;
        padding: 2.5rem 0;
        top: -4rem;
        left: -4rem;
    }
    .p-prize__descriptionItem, .p-prize__descriptionItem--block {
        display: inline;
    }
    .p-prize__image--small {
        max-width: 17.5%;
    }
    .p-prize__name {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    .p-prize__description {
        font-size: 2rem;
        padding: 1rem;
    }
    .p-prize__descriptionItem {
        font-size: 1.6rem;
    }
    .p-prize__detailListItem {
        padding: 2rem 10rem;
        justify-content: flex-end;
        gap: 6rem;
    }
    .p-prize__detail {
        margin-top: 5rem;
    }
    .p-prize__detailTitle {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .p-prize__detailDescription {
        margin-bottom: 3rem;
    }
    .p-prize__detailListItemDateWrapper {
        max-width: 50%;
        text-align: left;
        width: 100%;
    }
    .p-prize__detailListItemTeam {
        max-width: calc(100% - 6rem - 50%);
        width: 100%;
        text-align: left;
    }
}

/* Present
---------------------------------------------------------- */
.p-present {
  background-color: #FDE380;
}
.p-present__content {
    background-color: #fff;
    border-radius: 15px;
    padding: 3rem 2rem;
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: 0 auto 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.p-present__title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    background-color: #088C5D;
    color: #fff;
    padding: 1.25rem 0;
    line-height: 1.1;
    border-radius: 50px;
    border: 4px solid #fff;
    position: absolute;
    top: -2rem;
    left: -1rem;
    width: 8rem;
    height: 8rem;
}
.p-present__textArea {
    text-align: center;
    width: 100%;
}
.p-present__description {
    font-weight: bold;
    margin-bottom: 1rem;
    background-color: #FEF4CC;
    padding: 1rem 0.5rem;
    border-radius: 5px;
}
.p-present__descriptionItem {
    font-weight: normal;
}
.p-present__name {
    font-weight: bold;
}
.p-present__nameItem {
  font-size: 1.8rem;
  display: block;
}
.p-present__image {
  width: 100%;
}
.p-present__image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 520px) {
}
@media (min-width: 960px) {
  .p-present__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5rem 5rem 7rem;
    margin-bottom: 6rem;
  }
  .p-present__title {
    font-size: 3rem;
    width: 14rem;
    height: 14rem;
    border-radius: 70px;
    border: 8px solid #fff;
    padding: 2.5rem 0;
    line-height: 1.2;
    top: -4rem;
    left: -4rem;
  }
  .p-present__textArea {
    max-width: 50%;
  }
  .p-present__description {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding: 1.5rem;
  }
  .p-present__descriptionItem {
    font-size: 1.6rem;
  }
  .p-present__name {
    font-size: 2rem;
    line-height: 2;
  }
  .p-present__nameItem {
    font-size: 2.8rem;
  }
  .p-present__image {
    max-width: calc(100% - 50% - 2rem);
  }
}

