@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@300;400;500;600;700&display=swap);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

input,
textarea {
    padding: 0;
    margin: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption,
th {
    text-align: left;
}

a:focus {
    outline: none;
}

.clearfix::after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    content: ".";
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /* ¥ */
    /* /
    height: auto;
    overflow: hidden;
    /  **/
}

.both {
    clear: both;
}

.inline_block {
    *display: inline;
    *zoom: 1;
}

table {
    width: 100%;
}

a,
a:hover {
    transition: 0.7s;
    transition: 0.7s;
    transition: 0.7s;
}

a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.txtRed {
    color: #da0202;
}

/* text-align
---------------------------------------------*/
.txtR {
    text-align: right;
}

.txtC {
    text-align: center;
}

/* vertical-align
---------------------------------------------*/
.v-middle {
    vertical-align: middle;
}

.v-bottom {
    vertical-align: bottom;
}

/* margin
---------------------------------------------*/
.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

/* font-size
---------------------------------------------*/
.txt80 {
    font-size: 80% !important;
}

.txt90 {
    font-size: 90% !important;
}

.txt110 {
    font-size: 110% !important;
}

.txt120 {
    font-size: 120% !important;
}

.txt130 {
    font-size: 130% !important;
}

.txt150 {
    font-size: 150% !important;
}

.txt170 {
    font-size: 170% !important;
}

strong {
    font-weight: bold;
}

/* border
---------------------------------------------*/
hr {
    height: 1px;
    border: none;
    margin: 15px 0px;
}

.line-dotted {
    border-bottom: dotted 1px #9a9a9a;
}

.line-dashed {
    border-bottom: dashed 1px #9a9a9a;
}

.line-solid {
    border-bottom: solid 1px #bfbfbf;
}

/* For modern browsers */
.cf::before,
.cf::after {
    display: block;
    overflow: hidden;
    content: "";
}

.cf::after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
}

.ColL {
    float: left;
}

.ColR {
    float: right;
}

/* リンク系 */
a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #111;
}

.wrapper {
    max-width: 800px;
    padding-top: 350px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .wrapper {
        width: 95%;
        padding-top: 35%;
    }
}

.mainvisial {
    position: relative;
}
.mainvisial--back {
    display: block;
    max-width: 1366px;
    margin: auto;
}
.mainvisial--txt {
    position: absolute;
    bottom: -35%;
    left: 50%;
    display: block;
    max-width: 1114px;
    transform: translateX(-50%);
}

.result {
    margin: 30px 0;
}

.deadline {
    margin-bottom: 30px;
}

h2 {
    padding: 0;
    margin: 0;
}

.summary {
    margin-bottom: 40px;
}
.summary .boxR {
    width: 550px;
}
.summary h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 2.3;
    color: #e60012;
}
.summary p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .summary h3 {
        font-size: 18px;
    }
    .summary p {
        font-size: 15px;
    }
}

.summary_donation_wrapper {
    display: flex;
    gap: 40px;
}

.summary_donation_wrapper p {
    display: inline-block;
}

.summary_donation_wrapper img {
    display: inline-block;
    margin-top: -30px;
}

@media screen and (max-width: 768px) {
    .summary_donation_wrapper {
        display: block;
        gap: 40px;
    }

    .summary_donation_wrapper img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
}

.tshirt {
    margin-bottom: 40px;
}
.goods {
    height: 413px;
    padding: 95px 20px 0 25px;
    margin-bottom: 40px;
    background: url(../images/goods_bg.png) no-repeat 0 0;
}
.goods .img02 {
    margin: -20px 15px 20px;
}

.point {
    padding: 60px 25px 15px;
    margin-bottom: 40px;
    background: url(../images/point_bg.png) no-repeat 0 0;
}
.point table {
    width: 837px;
    padding: 0;
    margin: 0 25px 44px;
    overflow: hidden;
}
.point table th {
    width: 88px;
    height: 30px;
    padding: 10px 10px 0;
    vertical-align: top;
    border-bottom: 1px dotted #ccc;
}
.point table td {
    padding: 5px;
    vertical-align: middle;
    border-bottom: 1px dotted #ccc;
}
.point img {
    clear: both;
}

.zipfm {
    padding: 30px;
    margin-bottom: 40px;
    font-size: 80%;
    background: url(../images/guests_bg.jpg) no-repeat 0 0;
}
.zipfm h3 {
    font-size: 150%;
    font-weight: bold;
}

.official_tshirt {
    padding: 40px 0;
    background: url(../images/official_tshirt_bg.png) no-repeat center/cover;
}
.official_tshirt--lead {
    display: block;
    width: fit-content;
    padding: 0 40px;
    margin: 0 auto 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    background: url(../images/icon_slash_left.svg) no-repeat left bottom/25px, url(../images/icon_slash_right.svg) no-repeat right bottom 0/25px;
}
.official_tshirt--inner {
    position: relative;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 535px 1fr;
    gap: 20px;
    width: min(1120px, 100%);
    padding: 60px 20px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
    .official_tshirt--inner {
        grid-template-columns: 1fr;
        width: 95%;
    }
    .official_tshirt--inner div:nth-child(2) {
        width: 100%;
        margin: auto;
    }
    .official_tshirt--inner div:last-child {
        width: 100%;
        margin: auto;
    }
}
.official_tshirt--end {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    background: rgba(60, 60, 60, 0.8);
}
@media screen and (max-width: 768px) {
    .official_tshirt--end {
        font-size: 20px;
    }
}
.official_tshirt--contents h3 {
    text-align: center;
}
.official_tshirt--contents a {
    display: block;
    width: 360px;
    padding: 20px 0;
    margin: 0 auto 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    background: #21ac38;
    border-radius: 55px;
}
.official_tshirt--contents a span {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .official_tshirt--contents a {
        width: 95%;
        padding: 15px 0;
    }
}
.official_tshirt--unit_price {
    text-align: center;
    font-size: 33px;
    font-weight: 700;
}
.official_tshirt--unit_price em {
    font-size: 53px;
    font-weight: 700;
}
.official_tshirt--unit_price em:last-child {
    margin-left: 20px;
}
.official_tshirt--kinds {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 115%;
    margin-left: -5%;
}
.official_tshirt--size {
    display: flex;
    justify-content: space-between;
    width: 260px;
}
.official_tshirt--size li {
    font-weight: 500;
}
.official_tshirt--size li:not(:first-of-type, :last-of-type)::after {
    padding-left: 5px;
    content: "/";
}
@media screen and (max-width: 768px) {
    .official_tshirt--size {
        width: 75%;
        margin: auto;
    }
}
.official_tshirt--color {
    display: flex;
    justify-content: space-between;
    width: 335px;
}
.official_tshirt--color li {
    font-weight: 500;
}
.official_tshirt--color li:not(:first-of-type, :last-of-type)::after {
    content: "/";
}
@media screen and (max-width: 768px) {
    .official_tshirt--color {
        width: 85%;
        margin: auto;
    }
}
.official_tshirt--supplement {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.05em;
}
.official_tshirt--txt {
    margin: 15px 0 10px;
    font-weight: bold;
    color: #e52625;
    text-align: center;
}

.marathon_lottery img {
    display: block;
    width: min(875px, 100%);
    margin: 80px auto 95px;
}
@media screen and (max-width: 768px) {
    .marathon_lottery {
        width: 95%;
        margin: auto;
    }
}

.marathon_requirements img {
    display: block;
    width: min(1069px, 100%);
    margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
    .marathon_requirements {
        width: 95%;
        margin: auto;
    }
}

.marathon_application img {
    display: block;
    width: min(1069px, 100%);
    margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
    .marathon_application {
        width: 95%;
        margin: auto;
    }
}

#form h2 {
    background: url(../images/bg_application.jpg) no-repeat center/cover;
    padding: 60px 0;
}


#form h2 p.title {
    font-size: 36px;
    line-height: 1.38;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
    font-weight: bold;
}
#form h2 p.title span {
    margin-left: 10px;
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
#form h2 p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    #form h2 {
        padding: 40px 0;
    }
    #form h2 p.title {
        margin-bottom: 16px;
    }
}



#form h2 a {
    display: block;
    width: 360px;
    padding: 20px 0;
    margin: 0 auto 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    background: #ccc;
    border-radius: 55px;
    border: 4px #fff solid;
    pointer-events: none;
}
#form h2 a.open  {
    color: #fff;
    background: #E62624;
    pointer-events: unset;
}


#form h2 a span {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

#form h2 a.open span {
    color: #fff;
}


.marathon_fb {
    box-sizing: border-box;
    width: min(1050px, 100%);
    padding: 35px min(4vw, 25px);
    margin: 0 auto 45px;
    text-align: center;
    border: 3px solid #fdb633;
    border-radius: 30px;
}
.marathon_fb p {
    font-size: 1.6rem;
    font-weight: bold;
}
.marathon_fb a {
    display: inline-block;
    width: 33%;
    padding: 10px 23px;
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #00af44;
    border-radius: 50px;
}
@media screen and (max-width: 768px) {
    .marathon_fb {
        width: 95%;
    }
    .marathon_fb p {
        font-size: 1.2rem;
    }
    .marathon_fb a {
        width: 80%;
    }
}

.kiyaku {
    box-sizing: border-box;
    width: min(64.42vw, 880px);
    height: 240px;
    padding: 40px min(4vw, 25px);
    margin: 30px auto 22px;
    overflow: auto;
    border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
    .kiyaku {
        width: 90%;
        padding: 20px min(4vw, 25px);
    }
}

.kiyaku h3 {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
}

.kiyaku_check {
    margin-bottom: 41px;
    text-align: center;
}

.keiyaku {
    box-sizing: border-box;
    width: min(64.42vw, 880px);
    height: auto;
    padding: 40px min(4vw, 25px);
    margin: 45px auto 22px;
    border: 1px solid #707070;
}

@media screen and (max-width: 768px) {
    .keiyaku {
        width: 90%;
        padding: 20px min(4vw, 25px);
    }

}
.keiyaku h3 {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
}

.keiyaku_check {
    margin-bottom: 41px;
    text-align: center;
}

.footer {
    margin-top: 50px;
    background: #e7e7e7;
}
.footer .inner {
    box-sizing: border-box;
    max-width: 940px;
    padding: 30px 5px;
    margin: 0 auto;
}

.syusai {
    padding: 20px 0;
}

.syusai img {
    display: block;
    max-width: 680px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .syusai img {
        width: 90%;
    }
}

#loading {
    position: absolute;
    bottom: -400px;
    left: 50%;
    z-index: 6000;
    padding: 2em 4em;
    font-size: 130%;
    font-weight: bold;
    background: #fff;
    border: 5px solid #ff92af;
}

button {
    background: none;
    border: none;
}

.attentionbox {
    padding: 20px;
    font-size: 90%;
    background: #f99;
}
.attentionbox h2 {
    font-size: 130%;
    font-weight: bold;
}
.attentionbox .inner {
    max-width: 940px;
    margin: 0 auto;
}

.kekkabox {
    padding: 20px;
    margin: 0 auto 40px;
    font-size: 110%;
    text-align: center;
    background: #f99;
}
.kekkabox h2 {
    font-size: 140%;
    font-weight: bold;
}
.kekkabox .inner {
    margin: 0 auto;
}

#confirm {
    padding-top: 360px;
}
@media screen and (max-width: 768px) {
    #confirm {
        padding-top: 30%;
    }
}

.slashbox {
    width: 95%;
    padding-top: 360px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .slashbox {
        padding-top: 35%;
    }
}

.thanks_page {
    text-align: center;
}
.thanks_page #form img {
    width: 500px;
    object-fit: contain;
}
.thanks_page--line {
    width: fit-content;
    margin: auto;
    word-break: break-all;
    overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
    .thanks_page #form img {
        width: 100%;
    }
}

.copyright {
    padding: 10px 0;
    color: #fff;
    background: #221914;
}
.copyright p {
    text-align: center;
}
.copyright div {
    width: min(1280px, 100%);
    padding: 10px 0;
    margin: auto;
}
.copyright img {
    width: 457px;
}
@media screen and (max-width: 768px) {
    .copyright div {
        text-align: center;
    }
    .copyright img {
        width: 90%;
        margin: auto;
    }
}

#contact #header {
    height: 110px;
}
#contact #sitemap #sitemapheader {
    border-bottom: none;
}

.danger {
    color: #f00;
}

.form_input {
    position: relative;
}
.form_input__end {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 36px;
    color: #e70035;
    font-weight: 800;
}
@media screen and (max-width: 768px) {
    .form_input__end {
        font-size: 24px;
    }
}

.table-default.contact span.red {
    display: inline-block;
    float: right;
    padding: 0 2px 0 5px;
    font-size: 80%;
    color: #fff;
    letter-spacing: 3px;
    background: #e70035;
    border-radius: 3px;
}

.table-default.contact span.gray {
    display: inline-block;
    float: right;
    padding: 0 2px 0 5px;
    font-size: 80%;
    color: #fff;
    letter-spacing: 3px;
    background: #bcbcbc;
    border-radius: 3px;
}

.table-default.contact {
    box-sizing: border-box;
    width: min(1050px, 100%);
    padding: 0 min(4vw, 25px);
    margin: 0 auto 30px;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-default.contact td {
    width: 720px;
    padding: 15px;
    border: dotted 1px #ccc;
}
@media screen and (max-width: 768px) {
    .table-default.contact td {
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
}
.table-default.contact tr th {
    width: 240px;
    padding: 15px;
    text-align: left;
    background: #fefef0;
    border: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
    .table-default.contact tr th {
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
}
.table-default.contact tr td .shirts_side_subtitle {
    float: left;
    width: 60px;
}
@media screen and (max-width: 768px) {
    .table-default.contact tr td .shirts_side_subtitle {
        float: none;
        width: 100%;
    }
}
.table-default.contact tr td .shirts_side_color {
    float: left;
    width: 500px;
}
.table-default.contact tr td .shirts_side_color label {
    display: inline-block;
    width: 247px;
    white-space: nowrap;
}
.table-default.contact tr td .shirts_side_color label .color_1 {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    vertical-align: middle;
    background-color: #fff;
    border: #000 1px solid;
}
.table-default.contact tr td .shirts_side_color label .color_2 {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    vertical-align: middle;
    background-color: #b2cbe4;
}
.table-default.contact tr td .shirts_side_color label .color_3 {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    vertical-align: middle;
    background-color: #e6eb94;
}
.table-default.contact tr td .shirts_side_color label .color_4 {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    vertical-align: middle;
    background-color: #9f166a;
}
@media screen and (max-width: 768px) {
    .table-default.contact tr td .shirts_side_color {
        float: none;
        width: 100%;
    }
}
.table-default.contact tr td .shirts_side_size {
    float: left;
    width: 490px;
}
.table-default.contact tr td .shirts_side_size label {
    display: inline-block;
    width: 70px;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .table-default.contact tr td .shirts_side_size {
        float: none;
        width: 100%;
    }
}
.table-default.contact tr .red {
    color: #fff;
}
.table-default.contact tr input[type=text],
.table-default.contact tr textarea {
    pointer-events: none;
    width: 80%;
    padding: 3px 2px;
    font-size: 105%;
    border: 2px solid #bababa;
}
.table-default.contact tr input[type=text]#name01, .table-default.contact tr input[type=text]#name02,
.table-default.contact tr textarea#name01,
.table-default.contact tr textarea#name02 {
    width: 34%;
}
@media screen and (max-width: 768px) {
    .table-default.contact tr input[type=text]#name01, .table-default.contact tr input[type=text]#name02,
    .table-default.contact tr textarea#name01,
    .table-default.contact tr textarea#name02 {
        width: 100%;
    }
}
.table-default.contact tr input[type=text].danger,
.table-default.contact tr textarea.danger {
    background: #ff9;
}
@media screen and (max-width: 768px) {
    .table-default.contact tr input[type=text],
    .table-default.contact tr textarea {
        width: 100%;
    }
}
.table-default.contact tr textarea {
    height: 120px;
}
@media screen and (max-width: 768px) {
    .table-default.contact {
        width: 95%;
        margin: auto;
    }
}

.formSendbtn {
    margin-top: 30px;
    overflow: hidden;
    text-align: center;
}
.formSendbtn input[type=submit] {
    display: block;
    width: 404px;
    height: 77px;
    text-indent: -9999px;
    border: none;
}
.formSendbtn input[type=submit]:hover {
    cursor: pointer;
    opacity: 0.6;
}
.formSendbtn input[type=submit].confirm {
    margin: 0 auto;
    background: url(../images/form_btn_confirm.png) no-repeat 0 0 transparent;
}
@media screen and (max-width: 768px) {
    .formSendbtn input[type=submit].confirm {
        width: 100%;
        background: url(../images/form_btn_confirm.png) no-repeat left 13px center/95%;
    }
}
.formSendbtn input[type=submit].submit {
    float: left;
    background: url(../images/btn_send.png) no-repeat 0 0 transparent;
}
.formSendbtn a.back {
    display: block;
    float: left;
    width: 324px;
    height: 77px;
    margin-right: 30px;
    margin-left: 100px;
    text-indent: -9999px;
    background: url(../images/btn_back.png) no-repeat 0 0 transparent;
}

/* ↓トップ専用↓ */
/* ↑トップ専用↑ */
