@charset "utf-8";

@media screen and (max-width: 1100px) {
    #l-headerEntry {
        display: none;
    }
    .p-days p {
        font-size: clamp(4rem, 1.968rem + 5.65vw, 7.5rem);
    }
    .p-about__eventCol {
        width: 95%;
    }
    .p-about__eventCol .p-about__eventPic {
        width: 44%;
    }
    .p-about__eventCol .p-about__eventText {
        width: 48%;
    }
    .p-about__eventCol img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .p-about__eventCol ul li {
        width: 40%;
    }
    .p-course__map {
        width: 95%;
    }
	.p-course__map iframe {
        height: 400px;
    }
    .p-specialsAid {
        width: 95%;
    }
	.p-specialsAidImage img {
		height: auto;
		width:100%;
	}
    .p-specialsAidImage ul {
        column-gap: 14px;
    }
    .p-specialsAidImage li {
        width: calc(calc(100% - 42px) / 4);
    }
    .p-specialsAidImage picture {
        display: block;
    }
    .p-specialsAidImage picture img {
        height: auto;
        width: 100%;
    }
    .p-specialsAidText ul {
        margin-left: 6%;
        width: 44%;
    }
    .p-specialsAidPickup {
        padding: 25px;
        text-align: left;
    }
    .p-specialsGuestIntro {
        width: 95%;
    }
    .p-specialsGuestIntro .p-specialsGuestIntroPic {
        width: 52.3%;
    }
    .p-specialsGuestIntro .p-specialsGuestIntroPic img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .p-specialsGuestIntro .p-specialsGuestIntroText {
        width: 44%;
    }
    .p-outlineAccordion > ul {
        width: 95%;
    }
    .p-outlinePrice li span:last-child {
        display: block;
    }
    .p-outlineInnerTitle {
        white-space: nowrap;
    }
    .ul-receipt li span:first-child,
    .ul-schedule li span:nth-child(2) {
        white-space: nowrap;
    }
    .p-pastMovie ul {
        width: 95%;
    }
    #footEntryBtn {
        display: block;
    }
    #c-footer {
        padding-bottom: 130px;
    }
    .p-cool {
        width: 95%;
    }
    .p-coolInner {
        flex-direction: column;
    }
    .p-coolLeft {
        margin-bottom: 16px;
        width: 100%;
    }
    .p-coolRight {
        width: 100%;
    }
    .p-coolRight img {
        height: auto;
        width: 100%;
    }
    .p-sfBox {
        width: 95%
    }
}
@media screen and (max-width: 1000px) {
    .p-newsSlider {
        width: 90%;
    }
    .news-prev {
        left: -35px;
        z-index: 99;
    }
    .news-next {
        right: -35px;
        z-index: 99;
    }
    .p-news li {
        width: 45%!important;
    }
    .p-news li a {
        width: 100%;
    }
    .p-news li picture img {
        height: auto;
        width: 100%;
    }
    .p-aboutLead {
        margin: 0 auto;
        width: 95%;
    }
    .ul-kikan,
    .dl-rule {
        padding-top: 32px;
    }
    .p-course__btn li {
        width: 49%;
    }
}
@media screen and (max-width: 850px) {
    .p-about__eventCol dl dd > i {
        display: block;
        margin-bottom: 4px;
    }
    .p-about__eventCol dl dd u {
        margin-top: 4px;
        display: block;
    }
}
@media screen and (max-width: 768px) {

/*----------------------------
共通部品
-----------------------------*/
.pc_only { display: none!important; }
.sp_only { display: block!important; }
a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
}
/*----------------------------
ヘッダー
-----------------------------*/
header {
    height: 70px;
}
header h1 img {
    width: 109px;
    height: 41px;
}
#l-headerRight {
    display: none;
}
#l-spmenuOpen {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
#l-spmenuOpen span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 2px;
	background-color: var(--c-white);
    width: 100%;
}
#l-spmenuOpen span:nth-of-type(1) {
	top: 15px;
}
#l-spmenuOpen span:nth-of-type(2) {
	top: 25px;
}
#l-spmenuOpen.active span:nth-of-type(1) {
	top: 19px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
}
#l-spmenuOpen.active span:nth-of-type(2){
	top: 31px;
    left: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
}
#g-nav.panelactive{
    display: block;
	z-index:999;
}
#g-nav-btn a span {
    font-size: clamp(2rem, 1.647rem + 0.98vw, 2.4rem);
}

/*----------------------------
フッター
-----------------------------*/
#footEntryBtn div {
    width: 70%;
}
#footEntryBtn div a {
    padding: 12px 8px;
    height: auto;
    min-width: auto;
}
#footEntryBtn div a span {
    font-size: clamp(1.8rem, 1.27rem + 1.47vw, 2.4rem);
}
#footEntryBtn div a span::after {
    margin-left: 10px;
}
.p-aboutLead p {
    font-size: clamp(1.6rem, 1.247rem + 0.98vw, 2rem);
}

/*----------------------------
コンテンツ
-----------------------------*/
.p-days p {
    margin: 0 auto;
    width: 95%;
}
.p-newsSlider {
    width: 80%;
}
.p-about__eventCol dl dd span i {
    display: block;
    margin-bottom: 4px;
}
.p-about__eventCol dl dt span,
.p-about__eventCol dl dd,
.p-about__eventCol .p-about__eventText p {
    font-size: clamp(1.5rem, 1.323rem + 0.49vw, 1.7rem);
}
.p-about__eventCol dl dd span {
    font-size: clamp(1.2rem, 1.023rem + 0.49vw, 1.4rem);
}
.p-about__eventSubTitle {
    font-size: clamp(2.1rem, 1.747rem + 0.98vw, 2.5rem);
    margin: 0 auto 40px;
    line-height: 1.4;
    width: 95%;
}
.p-about__eventSubTitle span {
    display: inline-block;
}
.c-entryBtn, .c-entryBtn-price {
    width: 70%;
}
.c-entryBtn-aid {
    width: 90%;
}
.c-entryBtn a, .c-entryBtn-price a, .c-entryBtn-aid a {
    padding: 16px 8px;
    height: auto;
    width: auto;
}
.c-entryBtn a span, .c-entryBtn-price a span, .c-entryBtn-aid a span {
    font-size: clamp(1.5rem, 0.7049rem + 2.2086vw, 2.4rem);
}
.c-entryBtn a span::after, .c-entryBtn-price a span::after, .c-entryBtn-aid a span::after {
    margin-left: 10px;
}
.p-outlineInner {
    display: block;
}
.p-outlineInnerTitle {
    width: 100%;
}
.p-outlineInnerExp {
    margin-top: 30px;
    width: 100%;
}
.ul-kikan, .dl-rule {
    padding-top: 0;
}
.p-pastMovie {
    padding: 50px 0;
}
.p-pastMovie ul {
    flex-direction: column;
    gap: 32px;
}
.p-pastMovie ul li {
    margin: 0 auto;
    width: 90%;
}
.p-outlineInnerTitle {
    font-size: clamp(1.8rem, 1.623rem + 0.49vw, 2rem);
}
.p-outlineInnerExp ol li span,
.p-outlineInnerExp ul li span,
.p-outlineLead,
.p-outlineText,
.p-outlineQuali li,
.p-outlineInnerExp dl dt span,
.p-outlineInnerExp dl dt.faq span,
.p-outlineInnerExp dl dd p,
.p-outlineInnerExp dl dd ol li,
.p-outlineInnerExp dl dd ul li,
.p-outlineInnerExp dl dd ul li.faq,
.p-outlineInnerExp dl dd ul li.faq::before,
.myfirstk1Prof {
    font-size: clamp(1.2rem, 1.023rem + 0.49vw, 1.4rem);
}
.p-outlineInnerExp dl dt.faq::before {
	font-size: clamp(1.4rem, 1.223rem + 0.69vw, 1.6rem);
}
.p-outlinePrice .p-outlinePriceTitle,
.myfirstk1Works {
    font-size: clamp(1.9rem, 1.723rem + 0.49vw, 2.1rem);
}
.p-outlineInnerExp dl dd span {
    font-size: clamp(1.2rem, 1.023rem + 0.49vw, 1.4rem);
}
.sankasyou {
    flex-direction: column;
}
.sankasyouPic {
    width: 100%;
	text-align: center;
}
.c-pdfBtn {
    width: 80%;
}
.c-pdfBtn a {
    padding: 12px 8px;
    height: auto;
    width: 100%;
}
.p-outlineInnerExp dl dd ul li.havetolist {
    font-size: 1.5rem;
}
.c-pdfBtn a span {
    font-size: clamp(1.7rem, 1.17rem + 1.47vw, 2.3rem)!important;
}
.c-title::before {
    font-size: clamp(4rem, 3.117rem + 2.45vw, 5rem);
}
.p-specialsTitle {
    margin-bottom: 40px;
}
.p-specialsTitle h3 {
    font-size: clamp(3rem, 2.117rem + 2.45vw, 4rem);
}
.p-specialsTitle h3.influ {
    background-size: contain;
    background-position: center bottom;
}
.webp .p-specialsTitle h3.influ {
    background-image: url(../img/bg_bicycle_influ.webp) !important;
}
.no-webp .p-specialsTitle h3.influ {
    background-image: url(../img/bg_bicycle_influ.png) !important;
}
.p-specialsAidLead p {
    font-size: clamp(1.8rem, 1.623rem + 0.49vw, 2rem);
}
.p-specialsAidImage li {
    width: calc(calc(100% - 14px) / 2);
}
.p-specialsAidText {
    flex-direction: column;
}
.p-specialsAidText ul {
    width: 94%;
}
.p-specialsAidPickup span {
    font-size: clamp(2.8rem, 2.358rem + 1.23vw, 3.3rem);
}
.p-specialsAidPickup span:first-of-type b {
    font-size: clamp(3.4rem, 2.87rem + 1.47vw, 4rem);
}
.p-specialsAidPickup span i {
    display: block;
    font-style: normal;
}
.p-specialsAidResult img {
    width: 100%;
	height: auto;
}
.p-specialsGuestIntro {
    flex-direction: column;
}
.p-specialsGuestIntro .p-specialsGuestIntroPic {
    width: 100%;
}
.p-specialsGuestIntro .p-specialsGuestIntroText {
    margin-top: 32px;
    width: 100%;
}
.myfirstk1 {
    flex-direction: column;
}
.myfirstk1Pic {
    width: 100%;
	text-align: center;
}
.myfirstk1Text {
    margin-top: 20px;
    max-width: none;
    width: 100%;
}
.p-influence__vs {
    margin-left: -2.5%;
    margin-right: -2.5%;
}
.p-influence__head {
    font-size: clamp(1.7rem, 0.198rem + 4.17vw, 3.4rem);
}
.p-sfContBox {
    flex-direction: column;
}
.p-sfTitleBox {
    display: none;
}
.p-sfTitleBox--sp {
    display: block;
}
.p-sfContBoxInner {
    width: 100%;
}
.p-sfContBoxName picture {
    width: 60%;
	text-align: center;
    margin: 0 auto;
}
.p-special__Text {
    margin: 0 auto 40px;
    width: 95%;
}
.p-course__app {
    padding: 40px 16px;
}
.p-course__appStart {
    margin: 0 auto;
    width: 90%;
}
.p-course__appStart span {
    font-size: clamp(1.8rem, 1.2699rem + 1.4724vw, 2.4rem);
}
.p-course__appAtt li {
    font-size: clamp(1.3rem, 1.1233rem + 0.4908vw, 1.5rem);
}
.p-about__sponsorshipList {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.p-about__sponsorshipList li {
    max-width: none;
    width: calc(calc(100% - 20px) / 2);
	margin: 20px 0;
}
.p-about__sponsorshipList li:first-child {
    max-width: none;
}
.p-about__sponsorshipList li span {
    font-size: 114%;
}
.txtonlyco {
	margin: 0 20px;
}

}

@media screen and (max-width: 640px) {
    .p-specialsAidLead p br:first-of-type {
        display: none;
    }
    .p-days {
        padding: 50px 0;
    }
    .p-about__eventCol {
        display: block;
    }
    .p-about__eventCol .p-about__eventText,
    .p-about__eventCol .p-about__eventPic {
        margin-bottom: 16px;
        width: 100%;
    }
    .p-about__eventCol dl dd u,
    .p-about__eventCol dl dd span i,
    .p-about__eventCol dl dd > i {
        display: inline;
    }
    .p-about__eventCol ul li {
        max-width: 190px;
    }
    .p-course__btn li {
        width: 100%;
    }
    #c-footer dl {
        margin: 22px auto;
        width: 95%;
    }
    #c-footer {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 576px) {
    .p-specialsTitle h3 {
        background-position: center 0;
    }
}
@media screen and (max-width: 520px) {
    .p-outlineInnerExp dl dd > span {
        display: block;
    }
    .p-about__btn ul {
        flex-direction: column;
        row-gap: 4px;
    }
    .p-course__appBtn ul {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 460px) {
    .p-aboutLead p {
        text-align: left;
        line-height: 1.8;
    }
    .p-aboutLead p br {
        display: none;
    }
    .p-outlineInnerExp ul.ul-kikan li span:last-child {
        display: block;
    }
    .p-about__eventCol .p-about__eventText p,
    .p-outlineLead,
    .p-outlineText {
        line-height: 1.8;
    }
    .ul-receipt li,
    .ul-schedule li {
        display: block;
    }
    .ul-receipt li span:first-child,
    .ul-schedule li span:first-child {
        border-bottom: 2px solid var(--c-news-blue);
        display: block;
        margin-top: 24px;
        width: 100%;
    }
    .ul-receipt li span:last-child,
    .ul-schedule li span:last-child {
        display: block;
    }
    .p-outlineInnerExp ol li {
        width: 100%;
    }
    .p-newsSlider {
        width: 78%;
    }
    .news-arrows button {
        height: 24px;
        width: 24px;
    }
    .news-prev {
        left: -28px;
    }
    .news-next {
        right: -28px;
    }
    .p-about__eventCol ul {
        gap: 20px;
    }
    .p-outlineInnerExp dl dt::before {
        margin-right: 4px;
    }
    .p-specialsTitle {
        margin: 0 auto 40px;
        width: 95%;
    }
    .p-specialsTitle h3  {
        background-size: contain;
        background-position: center bottom;
    }
}
@media screen and (max-width: 380px) {
    .p-about__eventCol dl dd u,
    .p-about__eventCol dl dd span i,
    .p-about__eventCol dl dd > i {
        display: block;
    }
    .c-entryBtn a span::after,
    .c-entryBtn-price a span::after,
    .c-entryBtn-aid a span::after {
        height: 17px;
        width: 18px;
    }
    .c-entryBtn i, .c-entryBtn-price i {
        width: 100%;
    }
    .c-entryBtn i span, .c-entryBtn-price i span, .c-entryBtn-aid i span {
        font-size: 1.8rem;
    }
}
