@charset "UTF-8";

body {
    position: relative;
}

/*情報提供バー*/
.provision {
    text-align: center;
}

.balloon-right {
    position: relative;
    display: inline-block;
    margin: 45px 10px 10px 10px;
    padding: 10px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
}

.balloon-right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.balloon-right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #555;
    z-index: 1;
}

.balloon-right p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.provision-btn {
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    border: solid 3px #E61744;
    background: #E61744;
    color: #fff;
    box-sizing: border-box;
    transition: 0.3s;
}

.provision-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}

@media (max-width: 768px) {
    .balloon-right {
        width: 100%;
        margin: 50px auto 15px;
    }

    .balloon-right:before {
        content: "";
        position: absolute;
        top: auto;
        right: auto;
        margin-top: auto;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 2;
    }

    .balloon-right:after {
        content: "";
        position: absolute;
        top: auto;
        right: auto;
        margin-top: auto;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
        z-index: 1;
    }

    .provision-btn {
        width: 100%;
    }
}

/*オンライン*/
.online {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.online p {
    text-align: center;
    font-size: 200%;
}

.online img {
    width: 100%;
}

.online img:hover {
    opacity: 0.7;
}

/*キャンプファイアー*/
.canpfire {
    position: relative;
    padding: 50px 0 50px 0;
    text-align: center;
}

.canpfire-title {
    font-size: 200%;
    font-weight: bold;
    color: #E61744;
}

.canpfire-img {
    width: 100%;
    max-width: 450px;
}

.canpfire a:hover>img {
    opacity: 0.5;
}

.canpfire-wrap {
    width: 100%;
    text-align: center;
}

.canpfire-btn {
    position: relative;
    display: inline-block;
    width: 90%;
    max-width: 400px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background-color: #E61744;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
    padding: 15px;
    z-index: 2;
    transition: 0.3s;
}

.canpfire-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}

.text {
    display: inline-block;
}

.supporter-title {
    margin-top: 30px;
}

.supporter-text {
    position: relative;
    text-align: right;
    margin-bottom: 0;
}

.supporter-table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 60px;
}

.supporter-table tr:nth-child(even) {
    background: #e3e9ff;
}

.supporter-table th {
    padding: 15px;
}

.supporter-table td {
    padding: 15px;
    font-size: 16px;
}

.supporter-table tr:nth-child(-n+16) {
    font-size: 130%;
}

.supporter-table a {
    display: inline-block;
    padding: 5px 20px;
    background: #E61744;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    margin-right: 15px;
    transition: 0.3s;
}

.supporter-table a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}

@media (max-width: 992px) {

    .supporter-table th,
    .supporter-table td {
        display: block;
        width: 100%;
    }

    .supporter-table td:empty {
        display: none;
    }

    .canpfire-img {
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .canpfire-title {
        font-size: 20px;
    }
}

/* 2021- new supporter 
--------------------------------------------------*/
.supporter-box {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 10px;
    background: #FFF;
    padding: 30px;
    margin: 30px 0;
    box-shadow: 3px 3px 10px rgb(230, 23, 68, 0.2);
}

.supporter-box_img {
    position: relative;
    width: 200px;
    height: 120px;
    margin-right: 30px;
    text-align: center;
}

.supporter-box_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 200px;
    height: auto;
    max-height: 120px;
}

.supporter-box_title {
    display: inline-block;
    vertical-align: middle;
}

.supporter-box_title h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.supporter-box_link {
    width: 160px;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.supporter-box .rank {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    box-shadow: 3px 3px 10px rgb(230, 23, 68, 0.2);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    color: #333;
}

.supporter-box .rank-3 {
    background-image: url(../supporter/img/rank3.svg);
}

.supporter-text img {
    margin-top: -5px;
}

.supporter-box a {
    display: inline-block;
    padding: 8px 16px;
    text-align: center;
    width: 100%;
    max-width: 360px;
    background: #E61744;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
}

.supporter-box a:nth-child(2) {
    margin-top: 16px;
}

.supporter-box a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}

.supporter-home {
    margin-bottom: 30px;
}

.supporter-home a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: solid 2px #E61744;
    background: #FFF;
    color: #E61744;
    text-align: center;
    transition: 0.3s;
}

.supporter-home a::before {
    position: absolute;
    left: 15px;
    content: "\f015";
    font-family: "FontAwesome";
    font-weight: 900;
}

.supporter-home a:hover {
    color: #E61744;
    text-decoration: none;
    opacity: 0.8;
}

.supporter-menu {
    margin-bottom: 30px;
}

.supporter-menu a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin-top: 16px;
    border-radius: 8px;
    background: #E61744;
    color: #fff;
    font-size: 12px;
    text-align: center;
    transition: 0.3s;
}

.supporter-menu a::after {
    position: absolute;
    right: 15px;
    content: "\f105";
    font-family: "FontAwesome";
}

.supporter-menu a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}


@media (max-width: 992px) {

    .supporter-box {
        flex-flow: wrap;
    }

    .supporter-box_img {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .supporter-box_title {
        display: block;
        width: 100%;
    }

    .supporter-box_link {
        position: relative;
        display: block;
        width: 100%;
        top: 0;
        right: 0;
        transform: none;
        margin-top: 20px;
    }

    .supporter-box .rank {
        right: -5px;
    }
}

/*ヘッダー*/
#header {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url("../img/header.svg");
    background-position: center;
    background-size: contain;
    -webkit-animation: bgroop 80s linear infinite;
    animation: bgroop 80s linear infinite;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 2000px 0;
    }
}

@keyframes bgroop {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 2000px 0;
    }
}

#header-top {
    position: absolute;
    top: -12px;
    width: 100%;
    height: 200px;
    background-image: url("../img/header-top.svg");
    background-position: center;
    background-size: cover;
    z-index: 1;
}

#header h1 {
    padding-top: 40px;
    text-align: center;
    color: #333;
    font-size: 47px;
    font-weight: 900;
}

.title {
    position: relative;
    width: 500px;
    height: 200px;
    z-index: 2;
}

.neesan {
    width: 450px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    #header {
        height: 300px;
    }

    #header h1 {
        padding-top: 30px;
    }

    #header-top {
        height: 150px;
    }

    .title {
        width: 300px;
        height: 120px;
    }

    .neesan {
        width: 250px;
        height: 200px;
    }
}


/*ナビゲーション*/
nav {
    width: 100%;
    background-color: #E61744;
}

#gnav {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    font-size: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.nav-menu {
    height: 70px;
    text-align: center;
    font-size: 16px;
    background-color: #E61744;
}

.nav-menu i {
    margin-top: 5px;
    font-size: 25px;
    transition: 0.3s;
}

.nav-menu a {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: #ffffff;
    border-left: dotted 2px #fff;
    transition: .3s;
}

.last a {
    border-right: dotted 2px #fff;
}

@media (max-width: 768px) {
    .nav-menu a {
        border-left: none
    }

    .first {
        border-right: dotted 2px #fff;
        border-bottom: dotted 2px #fff;
    }

    .second,
    .third,
    .fourth {
        border-bottom: dotted 2px #fff;
    }

    .third,
    .fifth {
        border-right: dotted 2px #fff;
    }

    .last a {
        border-right: none;
    }
}

.nav-menu a:hover {
    color: #ffffff;
    text-decoration: none;
}

.nav-menu a:hover>i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

/*コンテンツ*/
#contents01 {
    padding: 30px 0 50px 0;
}

#contents02 {
    padding: 30px 0 50px 0;
}

#contents03 {
    padding: 30px 0 50px 0;
}

#contents04 {
    padding: 30px 0 50px 0;
}

.text-line {
    display: inline-block;
}

/*見出し*/
#contents h2 {
    color: #E61744;
    font-size: 28px;
    position: relative;
    padding: .5em .5em .5em 2em;
    border-top: 2px solid #E64568;
    border-bottom: 2px solid #E64568;
    margin-bottom: 50px;
}

#contents h2::before,
#contents h2::after {
    position: absolute;
    content: '';
    border-radius: 100%
}

#contents h2::before {
    top: .7em;
    left: .6em;
    z-index: 2;
    width: 18px;
    height: 18px;
    background-color: #E61744;
    opacity: 0.7;
}

#contents h2::after {
    top: 1em;
    left: .95em;
    width: 13px;
    height: 13px;
    background-color: #E64568;
    opacity: 0.5;
}

/*プロフィール*/
.prof-img {
    display: block;
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.prof-text {
    margin-top: 30px;
}

/*プロフィール画像アニメーション*/
.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

.keyframe {
    animation-name: anim_sc;
    transform: scale(0.85, 0.85);
}

@keyframes anim_sc {
    100% {
        transform: scale(1, 1);
    }
}

.achievements {
    margin-top: 40px;
}

.achievements h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.achievements-wrap {
    padding: 20px;
    background: rgba(230, 23, 68, 0.1);
}

.achievements-list {
    height: 280px;
    overflow-y: scroll;
    list-style: none;
    padding-left: 0;
}

.achievements-list p {
    color: #E61744;
    font-size: 18px;
    font-weight: bold;
}

.achievements dl {
    position: relative;
    display: flex;
    flex-flow: wrap;
    padding-left: 90px;
}

.achievements dt {
    position: absolute;
    left: 0;
}

.achievements dd {
    display: block;
    width: 100%;
}

@media (max-width: 992px) {
    .achievements dl {
        flex-flow: column;
        padding-left: 0;
    }

    .achievements dt {
        position: relative;
    }
}

/*出動依頼*/
#go-sample blockquote {
    position: relative;
    margin: 0;
    padding: 45px 15px 5px 30px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #e3e9ff;
}

blockquote:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 16px;
    width: 38px;
    height: 40px;
    text-align: center;
    content: "\f12a";
    font-family: "FontAwesome";
    color: #FFF;
    font-size: 18px;
    line-height: 40px;
    background: #668CD9;
    font-weight: bold;
    font-style: normal;
}

blockquote:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 40px;
    height: 0;
    width: 0;
    border-left: 19px solid #668CD9;
    border-right: 19px solid #668CD9;
    border-bottom: 10px solid transparent;
}

.blockquote-title {
    position: absolute;
    top: 9px;
    left: 70px;
    color: #668CD9;
    border-bottom: dotted 2px #668CD9;
    font-size: 1.1em;
    font-weight: bold;
}

@media (max-width: 992px) {
    #go-sample blockquote {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    #go-sample blockquote {
        padding: 40px 15px 5px 15px;
    }

    blockquote:before {
        left: 8px;
    }

    blockquote:after {
        left: 8px;
    }

    .blockquote-title {
        left: 60px;
    }
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote p:before {
    content: "\f054";
    font-family: "FontAwesome";
    color: #668CD9;
    font-weight: bold;
    font-style: normal;
    margin-right: 15px;
}

.work-btn-text {
    position: relative;
    display: inline-block;
    margin: 15px 0 15px 130px;
    padding: 0 0 6px 0;
    width: calc(90% - 130px);
    color: #e61744;
    font-size: 16px;
    box-sizing: border-box;
}

.work-btn-text::before {
    position: absolute;
    content: "";
    display: inline-block;
    bottom: -15px;
    left: -130px;
    width: 110px;
    height: 100px;
    background-position: top center;
    background-image: url(../img/work-img.png);
    background-size: 150px;
}

.work-btn {
    display: inline-block;
    width: 90%;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #E61744;
    transition: 0.3s;
}

.work-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.sub-btn {
    position: relative;
    display: inline-block;
    width: 90%;
    line-height: 60px;
    margin-top: 16px;
    color: #e61744;
    border: solid 1px #e61744;
    text-align: center;
    background: rgba(230, 23, 68, 0.1);
}

.sub-btn:hover {
    text-decoration: none;
    opacity: 0.8;
}

.sub-btn::after {
    position: absolute;
    right: 16px;
    content: "\f054";
    font-family: "FontAwesome";
    color: #e61744;
    font-weight: bold;
    font-style: normal;
}

@media (min-width: 1200px) {
    .btn-sticky {
        margin: 30px 0;
    }
}

@media (max-width: 992px) {

    .work-btn-text {
        width: auto;
    }

    .work-btn,
    .sub-btn {
        width: 100%;
    }

}

.btn-sticky:before {
    position: absolute;
    top: 5px;
    margin-left: 10px;
    content: "\f554";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    opacity: 0;
    transition: 0.3s;
}

.btn-sticky a:hover {
    color: #E61744;
    border-left: solid 50px #E61744;
    text-decoration: none;
}

.btn-sticky:hover:before {
    opacity: 1;
}


/*SNSリンク*/
.sns-link a {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 50px;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    line-height: 50px;
}

.sns-link i {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    transition: 0.3s;
}

.sns-link a:hover {
    color: #fff;
    text-decoration: none;
}

.sns-link a:hover i {
    width: 100%;
}

.facebook {
    border: solid 3px #3C5A99;
}

.facebook-text {
    color: #3C5A99;
    font-weight: bold;
}

.sns-link .fa-facebook-square {
    background-color: #3C5A99;
}

.twitter {
    border: solid 3px #0f1419;
}

.twitter-text {
    color: #0f1419;
    font-weight: bold;
}

.sns-link .fa-x-twitter {
    background-color: #0f1419;
}

.instagram {
    border: solid 3px #f13f79;
}

.instagram-text {
    color: #f13f79;
    font-weight: bold;
}

.sns-link .fa-instagram-square {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
}

.youtube {
    border: solid 3px #DA1725;
}

.youtube-text {
    color: #DA1725;
    font-weight: bold;
}

.sns-link .fa-youtube-square {
    background-color: #DA1725;
}

.tiktok {
    border: solid 3px #000000;
}

.tiktok-text {
    color: #000000;
    font-weight: bold;
}

.sns-link .fa-tiktok {
    background-color: #000000;
}

div .gatabu {
    text-align: center;
    background-color: #ff8d33;
    padding-left: 0;
}

/*フッター*/
.sponsor {
    padding: 40px 0;
    background-color: rgba(230, 23, 68, 0.1);
}

.sponsor-inner {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1110px;
}

.sponsor-inner h2 {
    position: relative;
    padding-bottom: 30px;
    text-align: center;
    color: #E61744;
    font-size: 1.8rem;
    font-weight: bold;
}

.sponsor-inner h2::after {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #E61744;
}

.sponsor-inner ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.sponsor-inner li {
    display: inline-block;
    margin: 5px;
}

.sponsor-inner li img {
    width: 240px;
    height: auto;
}

.sponsor-inner li img:hover {
    opacity: 0.6;
}

@media (max-width: 578px) {

    .sponsor-inner h2 {
        font-size: 1.6rem;
    }

    .sponsor-inner li {
        width: 155px;
    }

    .sponsor-inner li img {
        width: 155px;
        height: auto;
    }
}

@media (min-width: 577px) {
    .sponsor-inner .br {
        display: none;
    }
}

.footer {
    position: relative;
    padding: 60px 0 40px;
    width: 100%;
    color: #ffffff;
    background-color: #E61744;
}

.footer-inner {
    text-align: center;
}

.footer-inner a {
    color: #fff;
}

.mail {
    color: #E61744;
    background: #fff;
    padding: 5px 20px;
    margin-right: 15px;
    border-radius: 20px;
}

.copyright {
    display: block;
    text-align: center;
    padding-top: 40px;
}