@charset "UTF-8";

:root {
    --main-color: #51318F;
    --bg-color: #E4E4F0;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: var(--bg-color);
    color: #333;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
a {
    transition: .3s;
}
a:hover {
    opacity: .8;
}
.wrap {
    max-width: 1080px;
    width: 100%;
    margin: auto;
}
.inner {
    max-width: 880px;
    width: 90%;
    margin: auto;
}
.en {  
    font-family: 'Oswald', sans-serif;
}
li.indent {
    padding-left: 1rem;
    text-indent: -1rem;
}
.sec__ttl {
    display: block;
    max-height: 70px;
    margin: auto;
}
.for-sp {
    display: none;
}
.btn img{
    width: 100%;
    max-width: 600px;
}
.text-link {
    color: var(--main-color);
    text-decoration: underline;
}
.mb1 {margin-bottom: 1.25em!important;}
@media screen and (max-width:767px) {
    .sec__ttl {
        max-height: 50px;
    }
    .for-pc {
        display: none;
    }
    .for-sp {
        display: inline;
    }
}
/* キービジュアル
========================================== */
.kv img {
    width: 100%;
}
/* エントリー
========================================== */
.entry {
    margin-top: 60px;
}
.entry__box {
    width: 100%;
    color: var(--main-color);
    background-color: #fff;
    border: 1px solid var(--main-color);
    text-align: center;
    padding: 30px 40px;
}
.entry__schedule {
    font-size: 20px;
    font-weight: 600;
    background-color: var(--bg-color);
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
}
.entry__schedule .year {
    font-size: 24px;
    font-weight: 400;
    margin-right: 5px;
}
.entry__schedule .day,
.entry__schedule .time {
    font-size: 32px;
    font-weight: 400;
}
.entry__team {
    font-size: 40px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 20px;
}
.entry__team span {
    font-size: 32px;
    font-weight: 400;
    margin-right: 10px;
}
.entry__btn {
    display: block;
    position: relative;
}
.entry__btn .comment-img {
    width: 50%;
    max-width: 315px;
    height: auto;
    position: absolute;
    top: -45%;
    left: 50%;
    transform: translateX(-50%);
}
.entry__term {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    letter-spacing: 0.05em;
}
.entry__term span {
    font-size: 28px;
}
.entry__person {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding: 0.5em 1em;
    margin-top: 1em;
    background-color: #fff000;
    border: 2px solid var(--main-color);
    /* border-radius: 50px; */
}
.entry__note {
    font-weight: 500;
    text-align: left;
}
.entry__note .guideline__head {
    font-size: 18px;
}
.entry__note .guideline__description {
    font-size: 14px;
    color: #333;
}
.entry__box .line {
    width: 100%;
    border-bottom: 1px solid var(--main-color);
    margin: 30px 0;
}
.entry__end {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    padding: 1em;
}
.entry__schedule .icon-img {
    position: absolute;
    top: -20px;
    left: 0;
    width: 150px;
    height: 150px;
}
@media screen and (max-width:767px) and (min-width:580px) {
    .entry__btn .comment-img {
        max-width: 230px;
        top: -29%;
    }
}
@media screen and (max-width:579px) {
    .entry__btn .comment-img {
        top: -45%;
    }
}
@media screen and (max-width:767px) {
    .entry {
        margin-top: 30px;
    }
    .entry__box {
        padding: 20px;
    }
    .entry__schedule {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .entry__schedule .year {
        font-size: 16px;
    }
    .entry__schedule .day,
    .entry__schedule .time {
        font-size: 18px;
    }
    .entry__team {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .entry__team span {
        font-size: 18px;
        margin-right: 5px;
    }
    .entry__term {
        font-size: 14px;
        margin-top: 14px;
    }
    .entry__term span {
        font-size: 18px;
    }
    .entry__person {
        font-size: 14px;
    }
    .entry__end {
        font-size: 14px;
        line-height: 1.4;
        padding: 0.5em;
    }
    .entry__schedule .icon-img {
        top: -20px;
        left: -10px;
        width: 60px;
        height: 60px;
    }
    .--hasIcon {
        padding-left: 2em;
    }
}

/* 募集要項 .guideline
========================================== */
.guideline {
    margin-top: 80px;
}
.guideline__box {
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--main-color);
    padding: 30px 40px;
    margin-top: 30px;
    font-weight: 500;
}
.guideline__head {
    font-size: 20px;
    color: var(--main-color);
    letter-spacing: 0.1em;
    line-height: 1.7;
}
.guideline__head:not(:first-of-type) {
    margin-top: 18px;
}
.guideline__description {
    line-height: 1.7;
}
.guideline__description .impact {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--main-color);
    background: linear-gradient(0, #fff000 0, #fff000 20%, transparent 21%);
}
.guideline__img {
    max-width: 520px;
    width: 90%;
    margin: auto;
}
.guideline__img__note {
    margin-top: 12px;
}
.guideline__subtxt {
    background-color: #F3F4F4;
    padding: 0.8em;
    margin-top: 20px;
    line-height: 1.5;
}
.guideline__note {
    border: 1px solid #D8CBEF;
    padding: 10px 15px;
    line-height: 1.8;
    margin-top: 20px;
}
.guideline__note__head {
    font-size: 19px;
    color: var(--main-color);
}

@media screen and (max-width:767px) {
    .guideline {
        margin-top: 60px;
    }
    .guideline__box {
        margin-top: 20px;
        padding: 20px;
        font-size: 14px;
    }
    .guideline__description {
        line-height: 1.5;
    }
    .guideline__head {
        font-size: 17px;
    }
    .guideline__note {
        padding: 10px;
    }
    .guideline__note__head {
        font-size: 16px;
    }
}

/* 試合スケジュール .schedule
========================================== */
.schedule {
    font-weight: 500;
    margin-top: 80px;
}
.schedule__lead {
    text-align: center;
    color: var(--main-color);
    letter-spacing: 0.1em;
    margin-top: 30px;
}
/* アコーディオン　プラスとマイナス
************************** */
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	background-color: #fff;
	display: block;
	width: 36px;
	height: 36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn::before, .toggle_btn::after {
	display: block;
	content: '';
	background-color: var(--main-color);
	position: absolute;
	width: 18px;
	height: 2px;
    border-radius: 5px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 18px;
}
.schedule__acordion__btn.open .toggle_btn:before {
	content: normal;
}
/* アコーディオン ボタン
************************** */
.schedule__acordion__btn {
    font-size: 22px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
    cursor: pointer;
    background-color: var(--main-color);
    line-height: 3;
    border-radius: 10px;
    margin-top: 30px;
    transition: .3s;
    position: relative;
}
.schedule__acordion__btn.open {
    border-radius: 10px 10px 0 0;
}
.schedule__acordion__contents {
    display: none;
}
.schedule__acordion__contents table{
    width: 100%;
    background-color: #fff;
    font-size: 18px;
    color: var(--main-color);
    line-height: 1.2;
    border: 2px solid var(--main-color);
    border-radius: 0 0 10px 10px;
    border-spacing: 0;
    border-collapse: separate;
}
.schedule__acordion__contents table td.--end {
    font-size: 14px;
}
.schedule__acordion__contents tbody tr:last-child td:first-of-type{   
    border-radius: 0 0 0 8px;
}
.schedule__acordion__contents tbody tr:last-child td:last-of-type{
    border-radius: 0 0 8px 0;
}
.schedule__acordion__contents tbody tr.rowspan td:last-of-type {
    border-radius: 0 0 8px 0;
}
.schedule__acordion__contents tbody tr.norowspan td:last-of-type {
    border-radius: 0 0 0 0;
}
.schedule__acordion__contents thead{
    text-align: center;
}
.schedule__acordion__contents thead td:not(:first-of-type){
    border-left: 1px solid var(--bg-color);
}
.schedule__acordion__contents td{
    padding: 0.8em 1em;
    border-bottom: 1px solid var(--main-color);
    vertical-align: middle;
}
.schedule__acordion__contents td.--schedule {
    padding: 0;
    /* vertical-align: bottom; */
    /* padding-bottom: 0.8em; */
}
.schedule__acordion__contents td.--schedule .day{
    display: block;
    font-size: 28px;
    text-align: right;
    padding-left: 0.5em;
}
.schedule__acordion__contents td.--schedule .week{
    display: block;
    text-align: center;
}
.schedule__acordion__contents td.--schedule .time{
    font-size: 24px;
}
.schedule__acordion__contents td.--person,
.schedule__acordion__contents td.--term {
    font-size: 16px;
}
.schedule__acordion__contents td.--person.--fs {
    font-size: 15px;
}
.schedule__acordion__contents td.--team,
.schedule__acordion__contents td.--term,
.schedule__acordion__contents td.--person {
    border-left: 1px solid var(--bg-color);
}
.schedule__acordion__contents td.--team {width: 23%;}
.schedule__acordion__contents td.--term {width: 22%;}
.schedule__acordion__contents td.--person {width: 20%;}

.schedule__acordion__contents .undecided td.--schedule,
.schedule__acordion__contents .undecided-second.--middle td.--schedule {
    border-bottom: none;
}
.schedule__acordion__contents table .undecided,
.schedule__acordion__contents table .undecided-second {
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .schedule {
        margin-top: 60px;
    }
    .schedule .sec__ttl.for-sp {
        display: block;
        max-height: 70px;
    }
    .schedule__lead {
        font-size: 14px;
        line-height: 1.5;
    }
    .schedule__acordion__btn {
        font-size: 18px
    }
    .toggle_btn {
        width: 24px;
        height: 24px;
    }
    .toggle_btn:before {
        height: 12px;
    }
    .toggle_btn::after {
        width: 12px;
    }
    .schedule__acordion__contents table {
        font-size: 12px;
        line-height: 1.5;
    }
    .schedule__acordion__contents td {
        padding: 0 0.5em;
    }
    .schedule__acordion__contents td.--schedule {
        width: calc(30% / 3);
    }
    .schedule__acordion__contents td.--schedule .day{
        font-size: 16px;
    }
    .schedule__acordion__contents td.--schedule .week{
        font-size: 11px;
        white-space: nowrap;
    }
    .schedule__acordion__contents td.--schedule .time{
        font-size: 12px;
    }
    .schedule__acordion__contents td.--team {
        width: 27%;
    }
    .schedule__acordion__contents td.--term {
        width: 19%;
        font-size: 11px;
    }
    .schedule__acordion__contents table td.--end {
        font-size: 10px;
    }
    .schedule__acordion__contents td.--person {
        width: 23%;
        font-size: 10px;
    }
    .schedule__acordion__contents td.--person.--fs {
        font-size: 10px;
    }
}

/* dアカウントをお持ちでない方はコチラ .daccount
========================================== */
.daccount a {
    display: block;
    margin: 80px auto;
    text-align: center;
}
@media screen and (max-width:767px) {
    .daccount a {
        margin: 40px auto;
    } 
}

/* お問い合わせ先 .contact
========================================== */
.contact {
    margin-top: 80px;
}
.contact__box {
    max-width: 800px;
    width: 90%;
    padding: 30px 0;
    text-align: center;
    font-weight: 500;
    background-color: #fff;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    margin: 0 auto 80px;
}
.contact__name {
    font-size: 20px;
    margin-top: 20px;
}
.contact__tel {
    color: var(--main-color);
    margin-top: 20px;
}
.contact__tel .num {
    font-size: 38px;
}
.contact__email {
    color: var(--main-color);
    margin-top: 15px;
}
.contact__email .num {
    font-size: 26px;
}
.contact__time {
    font-size: 14px;
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    .contact {
        margin-top: 40px;
    } 
    .contact__box {
        padding: 20px;
        margin: 0 auto 40px;
    } 
    .contact__name {
        font-size: 14px;
        margin-top: 10px;
    }
    .contact__tel {
        font-size: 14px;
        margin-top: 10px;
    }
    .contact__tel .num {
        font-size: 24px;
    }
    .contact__email {
        font-size: 14px;
        margin-top: 10px;
    }
    .contact__email .num {
        font-size: 20px;
    }
    .contact__time {
        font-size: 12px;
        margin-top: 10px;
    }
}

/* ドコモショップ限定
========================================== */
.shoponly__txt {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    /* background-color: #cf0f31; */
    border: 3px solid #cf0f31;
    color: #cf0f31;
    width: fit-content;
    padding: 0.5em 2em;
    margin: 1em auto;
}
.shoponly__img {
    width: 90%;
    max-width: 500px;
    margin-bottom: 20px;
}
.shoponly__description {
    font-size: 18px;
}
.shoponly__box {
    border: 1px solid #cf0f31;
    padding: 1rem;
    margin: 0.5em 0;
}
.shoponly__description .line-y{
    display: inline;
    background: linear-gradient(to top, #fcee21 0% 20%, transparent 20% 100%);
}
.entry__note .guideline__description.shoponly__description {
    font-size: 16px;
    font-weight: 500;
}
.shoponly__description .accent {
    font-weight: 600;
    color: #cf0f31;
}
.shoponly__term {
    line-height: 1.4;
}
.shoponly__term .accent {
    font-size: 16px;
    line-height: 1.25;
    color: #cf0f31;
}
.shoponly__note {
    font-size: 15px;
}
.shoponly__schedule {
    width: 80%;
    background-color: #e4e4f0;
    padding: 20px 5%;
    margin: 20px auto;
}
.shoponly__schedule__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}
.shoponly__schedule__list dt {
    width: 35%;
    margin-bottom: 15px;
}
.shoponly__schedule__list dd {
    width: 65%;
    margin-bottom: 15px;
}
.shoponly__schedule__day {
    font-size: 18px;
}
.shoponly__schedule__num {
    font-size: 22px;
}
.shoponly__schedule__term {
    font-size: 14px;
    font-weight: 400;
}
.shoponly__schedule__team {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    border-left: 1px solid var(--main-color);
    padding: 0.2em 0 0.2em 1em;
}
.schedule__acordion__contents td.mirai__term {
    padding: 0 0.3em 0 0.7em;
}
@media screen and (max-width:767px) {
    .shoponly__txt {
        font-size: 18px;
        padding: 0.5em;
    }
    .shoponly__description {
        font-size: 16px;
    }
    .shoponly__img {
        width: 100%;
        margin-bottom: 10px;
    }
    .shoponly__note {
        font-size: 12px;
    }
    .shoponly__schedule {
        width: 100%;
        margin: 0 auto 20px;
    }
    .shoponly__schedule p {
        text-align: left;
        font-size: 14px;
    }
    .shoponly__schedule__list dt {
        width: 43%;
        margin-bottom: 10px;
    }
    .shoponly__schedule__list dd {
        width: 57%;
        margin-bottom: 10px;
    }
    .shoponly__schedule__day {
        font-size: 14px;
    }
    .shoponly__schedule__num {
        font-size: 16px;
    }
    .shoponly__schedule__term {
        font-size: 12px;
    }
    .shoponly__term .accent {
        font-size: 12px;
    }
    .shoponly__schedule__team {
        font-size: 18px;
        padding: 0.2em 0 0.2em 0.6em;
    }
}