@charset "utf-8";

.first-view {
    height: calc(100vh - 100px);
    background-image: url(../images/index/bg-stadium.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.first-view-text {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-bottom: 80px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1 {
    font-family: sans-serif;
    font-size: 56px;
    line-height: 72px;
}

.first-view-text p {
    font-size: 18px;
    margin-top: 20px;

}

.lead {
    max-width: 1200px;
    margin: 60px auto;
}

.lead h1 {
    text-align: center;
    padding-bottom: 10px;
}
.lead p {
    line-height: 2;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Sawarabi Gothic', sans-serif;
}

.link-button-area {
    text-align: center;
    margin-top: 40px;
}

.link-button {
    background-color: #f4dd64;
    display: inline-block;
    min-width: 180px;
    line-height: 48px;
    border-radius: 24px;
    font-family: sans-serif;
    font-size: 14px;
}

.link-button:hover {
    background-color: #d8b500;
}
.Definition {
    width: 100%;
    background-color: #f8f2fa;
    text-align: center;
    padding-top: 40px;
    margin: 0, auto;
    padding-bottom: 40px;
    line-height: 2;

}
.Definition p {
    text-align: left;
    display: inline-block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Sawarabi Gothic', sans-serif;
}
.why {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 2;
}
.why  p {
    text-align: left;
    display: inline-block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Sawarabi Gothic', sans-serif;
}
.Vision {
    background-color: #f8f2fa;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 2;
}
.Vision p {
    text-align: left;
    display: inline-block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Sawarabi Gothic', sans-serif;
}

.Mission{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 2;
}
.Mission p {
    text-align: left;
    display: inline-block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Sawarabi Gothic', sans-serif;
}
.Value {
    background-color: #f8f2fa;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 2;
}
.Value p {
    text-align: left;
    display: inline-block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Sawarabi Gothic', sans-serif;
}
.Longterm {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 2;
}
.Longterm p {
    text-align: left;
    display: inline-block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Sawarabi Gothic', sans-serif;
}
.Activity {
    background-color: #f8f2fa;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 2;
}
.Activity p {
    text-align: left;
    display: inline-block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Sawarabi Gothic', sans-serif;
}
.community {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 2;
    font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Sawarabi Gothic', sans-serif;
}
.note {
    background-color: #f8f2fa;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Sawarabi Gothic', sans-serif;
}
@media (max-width: 800px){

.first-view {
    height: calc(100vh - 50px);
    background-image: url(../images/index/bg-stadium-sp.jpg);
    align-items: flex-start;
}
.first-view-text {
    padding-top: 60px;
    padding-left: 20px;
}
.first-view-text h1 {
    font-size: 36px;
    line-height: 48px;
}
.first-view-text p {
    font-size: 14px;
    margin-top: 15px;
}

.lead {
    padding-left: 20px;
    padding-right: 20px;
}

.lead p {
    text-align: left;
}
}
