@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

body {
    background: #eb0a14;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
}
.clmBlock{
    margin-left: 50%;
    position: relative;
}
h2 {
    font-size: 170%;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: 5px 10px;
    line-height: 1.8;
    color: #FFF;
    background: linear-gradient(270deg, #52e295 0%, #93da93 24%, #edba91 51%, #61bbdc 78%, #2fd4bf 100%);
    font-weight: 800;
    text-shadow: 1px 1px 0 #00000026;
}
.mainLead {
    font-size: 130%;
    line-height: 1.55;
    font-weight: 800;
    color: #1abeb9;
}
.lead {
    font-size: 100%;
    line-height: 1.6em;
    font-weight: 500;
}
.contentBox + .btn {
    max-width: 560px;
    margin: 0 auto;
}
.contentBox + .btn a{
    width: 100%;
    border-radius: 0 0 40px 40px;
    padding: 30px;
    background: #E70012;
}
.red{
    color: #dd0000;
    font-weight: 500;
}
.linethrough{
    text-decoration: line-through #dd0000;
}
/* PC-959-770 */
@media screen and (min-width:769px) and (max-width:1120px ) {
.clmBlock {
    margin-left: 0;
}
}

/* SP-max-769 */
@media screen and (max-width: 769px){
section:first-of-type {
    padding-top: 0;
}
.clmBlock {
    margin-left: 0;
}
h2 {
    font-size: 150%;
}
}


/*=========================================
    bg
===========================================*/
.bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(102deg, #b0fad3 0%, #93da93 20%, #e5d591 54%, #6be1dd 88%, #9cf3e8 100%);
}

.bg .bg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/static/kobukuro/official/feature/osakamarathon2026/images/bg_txtscroll_Qx2HfaAL.png);
    background-size: 500vh;
    animation: bgscroll_r 60s linear infinite;
    background-repeat: repeat-x;
    mix-blend-mode: color-burn;
    top: -5px;
    left: 0;
}

@keyframes bgscroll_r {
 0% {background-position: 0 0%;}
 100% {background-position: -500vh 0%;}
}

.bg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/static/kobukuro/official/feature/osakamarathon2026/images/bg_noise.jpg);
    background-size: 800px;
    mix-blend-mode: soft-light;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.loading_inner {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    background: #eb0713;
    z-index: 999;
    align-items: center;
    justify-content: center;
    transition: 0.7s 1.5s;
    opacity: 1;
}

.loaded .loading_inner {
    opacity: 0;
    transform: scale(1.3);
}

.loading_img {
    width: 40%;
    max-width: 300px;
    transform: scale(1.1);
    opacity: 0;
    transition: 0.5s;
}

.loaded .loading_img {
    transform: scale(1);
    opacity: 1;
}


/* SP-max-769 */
@media screen and (max-width: 769px){

.bg {
    background: linear-gradient(151deg, #b0fad3 0%, #93da93 20%, #e5d591 54%, #6be1dd 88%, #9cf3e8 100%);
}

.bg .bg1 {
    background-size: 365vh;
}

@keyframes bgscroll_r {
 0% {background-position: 0 0%;}
 100% {background-position: -365vh 0%;}
}


}



/*=========================================
    kv
===========================================*/
.kv {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    padding: 50px 0 50px 5%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.kv .mainLogo {
    max-width: 100vh;
    margin-bottom: 11%;
    filter: drop-shadow(0 5px 14px #159d6529);
}


.kv .links li{

}
.kv .links li:last-child{

}
.kv .links li a {
    display: block;
    color: #FFF;
    font-size: 95%;
    letter-spacing: 0.1em;
    border: 4px solid;
    width: fit-content;
    padding: 20px 35px;
    border-radius: 80px;
    font-weight: 800;
}

.kv .links li a:hover {
    background: #fff;
    color: #90e09d;
    border-color: #fff;
}

/* PC-959-770 */
@media screen and (min-width:769px) and (max-width:1120px ) {



}


/* SP-max-769 */
@media screen and (max-width: 769px){

.kv {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 800px;
    height: auto;
    min-height: 0;
    max-height: 100%;
    aspect-ratio: initial;
    padding: 60px 20px 0px;
    margin: 0 auto 35px;
}

.kv .mainLogo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 auto 30px;
}

.kv .links {
    position: relative;
    left: auto;
    bottom: auto;
}
.kv .links li a {
    margin-top: 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    border-width: 3px;
}
}


/*=========================================
    movie
===========================================*/
.movieBox{
    padding-bottom: 0;
}
.movieBox .contentBox{
    padding: 0;
    background: transparent;
    border-radius: 20px;
    overflow: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/*=========================================
    goods
===========================================*/
.goodsBox{

}
.goodsBox .resaleTit {
    font-size: 140%;
    font-weight: 800;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: 5px 10px;
    line-height: 1.8;
    background: linear-gradient(270deg, #52e295 0%, #93da93 24%, #edba91 51%, #61bbdc 78%, #2fd4bf 100%);
    color: #FFF;
    letter-spacing: 0.02em;
    text-shadow: 1px 1px 0 #00000026;
}
.whatskiai {
    padding: 22px;
    border-radius: 16px 16px 0 16px;
    color: #FFF;
    background: #eb0a14;
    position: relative;
}
.whatskiai:before {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 0;
    height: 40px;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 50%, 50% 100%, 0 100%);
    background: #eb0a14;
    transform: translate(100%);
}

.whatskiai dt{
    font-weight: 600;
    font-size: 120%;
    border-bottom: 1px dashed;
    padding: 0 0 8px;
    margin: 0 0 8px;
}
.whatskiai dd{

}
.goodsBox .btn a{
    pointer-events: none;
}
.goodsBox .btn.active a{
    pointer-events: auto;
}

/* SP-max-769 */
@media screen and (max-width: 769px){
.whatskiai:before {
    clip-path: polygon(0 70%, 30% 100%, 0 100%);
}
}
/*=========================================
    download
===========================================*/
.downloadBox{

}
.downloadBox .period{
    padding: 16px;
    border-radius: 16px;
    border: 4px solid #eb0a14;
}
.downloadBox .period dt{
    color: #eb0a14;
    font-weight: 600;
    font-size: 120%;
    border-bottom: 1px dashed #eb0a14;
    padding: 0 0 8px;
    margin: 0 0 8px;
}
.downloadBox .period dd{
    color: #eb0a14;
    font-weight: 500;
    letter-spacing: 0.05em;
}
/*=========================================
    sns
===========================================*/
.snsBox {
    color: #07555f;
}

.snsBox h2{
}
.snsBox .contentBox {
    background: #d3ffef;
    border-radius: 40px 40px 0 0;
}
.snsBox .hashtag {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 130%;
    max-width: 560px;
    margin: 0 auto;
    padding: 30px;
    background: #eb0a14;
    border-radius: 0 0 40px 40px;
    color: #fff;
}
.snsBox .hashtag dt{
    font-size: 70%;
}
.snsBox .hashtag dd{
    background: #0f1419;
    line-height: 1em;
    padding: 5px 15px 4px;
    margin-left: 10px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 600;
    font-size: 140%;
}
.snsBox .tagList{
    display: flex;
    flex-wrap: wrap;
}
.snsBox .tagList li{
    margin: 0 0 10px;
}
.snsBox .tagList li:last-child{
    margin: 0;
}
.snsBox .tagList li a {
    display: inline-block;
    color: #07555f;
    border-radius: 100px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid;
    box-shadow: 2px 2px 0 #07555f;
    background: #fff;
}

/* SP-max-769 */
@media screen and (max-width: 769px){
.snsBox .hashtag dd {
    font-size: 120%
}
}
/*=========================================
    footer
===========================================*/
footer{
    padding: 0 100px 160px;
}
footer .txtBox{
    text-align: center;
    margin-bottom: 48px;
    color: #FFF
}
footer .txtBox .subTit{
    line-height: 1.3em;
    margin-bottom: 16px;
    font-weight: 500;
}
footer .txtBox .tit{
    font-size: 200%;
    margin-bottom: 40px;
}
footer .txtBox .btn{

}
footer .txtBox .btn a{
}
footer .credit{
    display: block;
    font-size: 50%;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    line-height: 2em;
}

/* SP-max-769 */
@media screen and (max-width: 769px){
footer {
    padding: 0 20px 100px;
}
}
