/* ==========================================================================
   
飾り

========================================================================== */
.co_y {
    color: #FACC14;
}
.co_g {
    color: #079668;
}
.att {
    display: block;
    width: 100%;
}
.bg_logo {
    background-color: #E9E8DF;
    background: url("../img/bg/bg_lp_ci.png") top center repeat-x;
    background-size: contain;
}
.bg_logof {
    background-color: #FFFAE7;
    background: url("../img/bg/bg_goodmark.png") center center repeat;
}
@media screen and (max-width: 768px) {
    .bg_logo {
        background-color: #E9E8DF;
        background: url("../img/bg/bg_lp_ci_sp.png") top center repeat-x;
    }
}
/* ==========================================================================
   
プラン

========================================================================== */
.plan_contents_box {
    width: 100%;
    margin-bottom: 5%;
    border-radius: 20px;
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3%;
    padding-bottom: 2%;
    box-shadow: 10px 10px 0px 0 rgb(100, 100, 100);
}
.bg_plan_a {
    background-color: #079668;
}
.plan_title_header {
    padding-top: 1%;
    padding-bottom: 3%;
    padding-left: 2%;
    text-align: center;
}
.plan_contents_box2 {
    background-color: #FFF9E4;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}
.lp_plantitle {
    font-size: 31px;
    font-size: 3.1rem;
    font-weight: bold;
    line-height: 1.3em;
    color: #ffffff;
}
.lp_plantitle span {
    display: block;
    font-size: 25px;
}
@media screen and (max-width: 768px) {
    .plan_contents_box {
        width: 100%;
        margin-bottom: 5%;
        border-radius: 20;
        text-align: left;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 7%;
        padding-bottom: 2%;
    }
    .plan_title_header {
        padding-top: 1%;
        padding-bottom: 10%;
        padding-left: 5%;
        display: block;
        width: 100%;
    }
    .plan_contents_box2 {
        background-color: #FFF9E4;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 3%;
        padding-bottom: 3%;
        border-radius: 5px;
        display: inline-block;
        width: 100%;
    }
	
	.lp_plantitle {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.3em;
    color: #ffffff;
}
.lp_plantitle span {
    display: block;
    font-size: 16px;
	font-size: 1.6rem;
}
	
}
.dkc_lp_ttl_header {
    width: 100%;
    display: block;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 3%;
    text-align: center;
}
.dkc_lp_ttl {
    font-size: 29px;
    font-size: 2.9rem;
    font-weight: bold;
    color: #111111;
}
.dkc_lp_ttl_cap {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 0.5em;
}

@media screen and (max-width: 768px) {
.dkc_lp_ttl {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    color: #111111;
	line-height: 1.3em;
	padding-top: 3%;
	padding-bottom: 5%;
}
	
.dkc_lp_ttl span{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #111111;
}	
.dkc_lp_ttl_cap {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 0.5em;
}
	
}
.marker_y2 {
    display: inline;
    /* ← これが一番重要 */
    background: linear-gradient(transparent 50%, #FFD010 50%);
}
.dkc_lp_ttl_icon2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    margin: 0 auto 6px;
    /* ← 下に余白 */
    padding-bottom: 0;
}
.btn_header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 10%;
}
.btntextchange_faq {
    /*テキストの基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    border: solid 7px #111;
    width: 450px;
    min-width: 50px;
    height: 110px;
    line-height: 1.2em;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 22px;
    letter-spacing: 0.01em;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: 900;
    outline: none;
    transition: all .2s;
    border-radius: 55px;
    background-color: #07b53b;
    margin-top: 5%;
    margin-bottom: 5%;
}
.btntextchange_faq:hover {
    background-color: #f6c944;
    color: #F4F4D3;
}
.btntextchange_faq:visited {
    color: #ffffff;
}
.btntextchange_faq:active {
    color: #ffffff;
}
.btntextchange_faq span {
    /*絶対配置でテキストの位置を決める*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*アニメーションの指定*/
    transition: all .5s;
    /*ブロック要素にしてテキスト折り返しなし*/
    display: block;
    white-space: nowrap;
}
/*差し替わるテキストの設定*/
.btntextchange_faq span:nth-child(2) {
    opacity: 1;
    /*透過0に*/
    color: #111;
}
/*hoverするとテキストが入れ替わる設定*/
.btntextchange_faq:hover span:nth-child(1) {
    opacity: 1;
    /*透過0に*/
    color: #111;
}
.btntextchange_faq:hover span:nth-child(2) {
    opacity: 1;
    /*不透明に*/
    color: #111;
}
.top-left {
    position: absolute;
    top: 60px;
    right: -63px;
    width: 50%;
    height: 50%;
}
.btn_right_box {
    padding-right: 1%;
}
@media screen and (max-width: 738px) {
    /*表示するテキストが切り替わる*/
    .btntextchange_faq {
        position: relative;
        /*ボタンの形状*/
        border: solid 3px #111;
        min-width: 50px;
        height: 80px;
        padding: 10px;
        font-size: 20px;
        letter-spacing: 0.01em;
        text-align: center;
        display: block;
        text-decoration: none;
        color: #fff;
        ffont-weight: 900;
        outline: none;
        transition: all .2s;
        border-radius: 50px;
        background-color: #07b53b;
        margin-top: 5%;
        margin-bottom: 5%;
        width: 280px;
    }
    .top-left {
        position: absolute;
        top: 35px;
        right: -60px;
        width: 60%;
        height: 60%;
        display: none;
    }
}
.dkc_plan_ttl {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 3px solid #079668;
    display: inline;
    color: #079668;
	margin-top: 1%;
    margin-bottom: 5%;
}
#dkc_plan {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
}
#dkc_plan .outline {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    border-bottom: #dddddd 1px solid;
}
#dkc_plan .outline>dt {
    width: 150px;
    padding-bottom: 3%;
    margin-bottom: 1%;
    color: #079668;
    font-weight: bold;
    text-align: left;
}
#dkc_plan .outline>dd {
    -webkit-box-flex: 1;
    flex: 1;
    padding-bottom: 3%;
    margin-bottom: 1%;
    text-align: left;
}
@media screen and (max-width: 768px) {
	
	#dkc_plan {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
}
	
    #dkc_plan .outline {
        flex-direction: column;
        /* スマホでは縦並び */
        padding-bottom: 4%;
    }
    #dkc_plan .outline>dt {
        width: 100%;
        /* 100%にして縦並び */
        padding-bottom: 1%;
    }
    #dkc_plan.outline>dd {
        width: 100%;
        /* 100%にして縦並び */
        line-height: 1.6;
    }
	
	.dkc_plan_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 3px solid #079668;
    display: inline;
    color: #079668;
	margin-top: 10%;
    margin-bottom: 5%;
}
}
/* ==========================================================================
   
profile

========================================================================== */
.profile_lp_wrap {
    display: flex;
    align-items: stretch;
    /* 高さを揃える（デフォルトだが明示） */
    gap: 5%;
}
.profile_lp_box {
    width: 100%;
    margin-right: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 10%;
    height: auto;
    background-color: #FFFAE7;
    border: 5px solid #FACC14 !important;
    border-radius: 20px;
    text-align: left;
    box-shadow: 10px 10px 0px 0 rgb(100, 100, 100);
}
.profile_lp_box_g {
    width: 100%;
    margin-right: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 10%;
    height: auto;
    background-color: #FAFCFB;
    border: 5px solid #079668 !important;
    border-radius: 20px;
    text-align: left;
    box-shadow: 10px 10px 0px 0 rgb(100, 100, 100);
}
.profile_lp_box,
.profile_lp_box_g,
.program_lp_box,
.plan_contents_box,
.plan_contents_box2 {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.profile_lp_header {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 5%;
    padding-top: 0%;
    padding-bottom: 5%;
    display: inline-block;
    border-bottom: #111111 4px solid;
}
.profile_lp_box_L {
    width: 25%;
    float: left;
    display: block;
    padding-right: 1%;
    padding-bottom: 0%;
}
.profile_lp_box_R {
    width: 75%;
    float: right;
    display: block;
    padding-top: 5%;
    padding-left: 5%;
    padding-bottom: 0%;
}
.profile_lp_name {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: bold;
    color: #111111;
}
.profile_lp_name span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
    line-height: 0.1em;
}
.profile_lp_cap {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 0.09em;
    padding-bottom: 0%;
}
.profile_txt {}

	.profile_lp_box_L img{
	width: 100%;
	padding-left: 0%;
	padding-top: 0%;
	}

@media screen and (max-width: 768px) {
    .profile_lp_box {
        width: 100%;
        margin-right: 0;
        padding-bottom: 7%;
        height: auto;
        border: solid #FACC14;
        border: 10px solid;
        border-radius: 30px;
        margin-bottom: 7%;
    }
    .profile_lp_header {
        margin-top: 0%;
        margin-bottom: 7%;
        padding-top: 0%;
        padding-bottom: 7%;
        display: inline-block;
    }
    .profile_lp_box_L {
        width: 100%;
        display: block;
        padding-bottom: 5%;
    }
    .profile_lp_box_R {
        width: 100%;
        padding-left: 1%;
        padding-bottom: 5%;
    }
	
	.profile_lp_name {
    font-size: 33px;
    font-size: 3.3rem;
    font-weight: bold;
    color: #111111;
}
.profile_lp_name span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    display: block;
    line-height: 0.1em;
}
.profile_lp_cap {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 0.09em;
    padding-bottom: 3%;
}
	.profile_lp_box_L img{
	width: 80%;
	padding-left: 10%;
	padding-top: 5%;
	}
	
	
}
/* ==========================================================================
   
CONCEPT

========================================================================== */
.concept_copy {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 7%;
    padding-bottom: 5%;
}
.concept_txt {
font-weight: 500;
line-height: 1.6em;	
}
.concept_bg {
    position: relative;
    width: 100%;
    top: 0;
    padding-top: 15%;
    padding-bottom: 15%;
    padding-left: 20%;
    padding-right: 20%;
    display: block;
    text-align: center;
    z-index: 7;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #FACC14;
    background-image: url("../img/bg/bg_aboutus.jpg");
}
@media screen and (max-width: 768px) {
    .concept_bg {
        background-image: url(../img/bg/bg_aboutus_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 0%;
        padding-top: 30%;
        padding-bottom: 30%;
        padding-left: 7%;
        padding-right: 7%;
        background-attachment: inherit;
        background-color: #FACC14;
        position: relative;
        z-index: 8;
        display: block;
        overflow: hidden;
    }
	
	.concept_copy {
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 5%;
    padding-bottom: 5%;
}
	.concept_txt {
	font-weight: bold;
	}
}
/* ==========================================================================
   
JOURNEY

========================================================================== */
#journey dt {
    font-size: 21px;
    font-size: 2.1rem;
    display: inline;
    background: linear-gradient(transparent 50%, #FFD010 50%);
    font-weight: bold;
}
#journey dd {
    border-bottom: #777777 3px dotted;
    padding-top: 0%;
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.journey_bg {
    position: relative;
    width: 100%;
    top: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 25%;
    padding-right: 25%;
    display: block;
    text-align: center;
    z-index: 7;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #E9E8DF;
    /*	background-image: url("../img/bg/bg_aboutus.jpg");*/
}
/* ==========================================================================
   
PROGRAM

========================================================================== */
.program_bg {
    position: relative;
    width: 100%;
    top: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    display: block;
    text-align: center;
    z-index: 7;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #FFF9E1;
    /*	background-image: url("../img/bg/bg_aboutus.jpg");*/
}
.program_lp_box {
    width: 100%;
    margin-right: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 10%;
    height: auto;
    background-color: #FAF1F1;
    border: 5px solid #C04D47 !important;
    border-radius: 20px;
    text-align: left;
    box-shadow: 10px 10px 0px 0 rgb(100, 100, 100);
}
.program_lp_ttl {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #C04D47;
    padding-bottom: 3%;
}
.program_lp_txt {}
#program1 dt {
    font-size: 21px;
    font-size: 2.1rem;
    color: #C04D47;
    font-weight: bold;
}
#program1 dd {
    border-bottom: #777777 3px dotted;
    padding-top: 0%;
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.bg_plan_y {
    background-color: #FACC14;
}
.bg_plan_g {
    background-color: #079668;
}
#program2 .plan_contents_box2 dt {
    font-size: 21px;
    font-size: 2.1rem;
    color: #FACC14;
    font-weight: bold;
}
#program2 .plan_contents_box2 dd {
    border-bottom: #777777 3px dotted;
    padding-top: 0%;
    padding-bottom: 5%;
    margin-bottom: 5%;
}

@media screen and (max-width: 738px) {

.program_lp_box {
    width: 100%;
    margin-right: 0%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 10%;
    height: auto;
    background-color: #FAF1F1;
    border: 5px solid #C04D47 !important;
    border-radius: 20px;
    text-align: left;
    box-shadow: 10px 10px 0px 0 rgb(100, 100, 100);
}
	
.program_lp_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #C04D47;
    padding-bottom: 5%;
}	
	
#program1 dt {
    font-size: 18px;
    font-size: 1.8rem;
    color: #C04D47;
    font-weight: bold;
	letter-spacing: 0.02em;
	padding-bottom: 2%;
}
#program1 dd {
    border-bottom: #777777 3px dotted;
    padding-top: 0%;
    padding-bottom: 7%;
    margin-bottom: 7%;
}	
	
#program2 .plan_contents_box2 dt {
    font-size: 18px;
    font-size: 1.8rem;
    color: #FACC14;
    font-weight: bold;
	letter-spacing: 0.02em;
	padding-bottom: 2%;
}
#program2 .plan_contents_box2 dd {
    border-bottom: #777777 3px dotted;
    padding-top: 0%;
    padding-bottom: 7%;
    margin-bottom: 7%;
}	
	
	
}	
/* ==========================================================================
   
VOICE

========================================================================== */
.voice_txt {
    padding-top: 2%;
    padding-bottom: 1%;
    font-size: 21px;
    font-size: 2.1rem;
}
#vioce2 .plan_contents_box2 dt {
    font-size: 21px;
    font-size: 2.1rem;
    color: #FACC14;
    font-weight: bold;
}
#vioce2 .plan_contents_box2 dd {
    border-bottom: #777777 3px dotted;
    padding-top: 0%;
    padding-bottom: 5%;
    margin-bottom: 5%;
}
#vioce3 .plan_contents_box2 dt {
    font-size: 21px;
    font-size: 2.1rem;
    color: #079668;
    font-weight: bold;
}
#vioce3 .plan_contents_box2 dd {
    border-bottom: #777777 3px dotted;
    padding-top: 0%;
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.voice_ttl_header {
    display: flex;
    align-items: center;
    gap: 25px;
    text-align: left;
}
.lp_voice_ttl {
    font-size: 31px;
    font-size: 3.1rem;
    font-weight: bold;
    line-height: 1.3;
    color: #ffffff;
    text-align: left;
}
.voice_img {
    width: 150px;
    flex-shrink: 0;
    margin-top: -50px;
    /* ← 微調整ならこれ */
}

@media screen and (max-width: 738px) {
.voice_txt {
    padding-top: 5%;
    padding-bottom: 10%;
    font-size: 18px;
    font-size: 1.8rem;
}
	
.lp_voice_ttl {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.3;
    color: #ffffff;
    text-align: left;
}	
	
.voice_ttl_header {
    display: flex;
    align-items: top;
    gap: 10px;
    text-align: left;
}	
	
#vioce2 .plan_contents_box2 dt {
font-size: 18px;
        font-size: 1.8rem;
    color: #FACC14;
    font-weight: bold;
	padding-bottom: 3%;
}
#vioce2 .plan_contents_box2 dd {
    border-bottom: #777777 3px dotted;
    padding-top: 0%;
    padding-bottom: 7%;
    margin-bottom: 7%;
}
#vioce3 .plan_contents_box2 dt {
font-size: 18px;
        font-size: 1.8rem;
    color: #079668;
    font-weight: bold;
	padding-bottom: 3%;
}
#vioce3 .plan_contents_box2 dd {
    border-bottom: #777777 3px dotted;
    padding-top: 0%;
    padding-bottom: 7%;
    margin-bottom: 7%;
}	
	
	
}	
/* ==========================================================================
   
EVENT HIGHLIGHTS

========================================================================== */
.section_block_report {
    position: relative;
    z-index: 6;
    padding-top: 5%;
    padding-bottom: 1%;
    width: 100%;
}
.report_ttl {
    text-align: center;
    padding-bottom: 3%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
.report_lp_box_a {
    width: 100%;
    margin-right: 0%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    height: auto;
    background-color: #FAF1F1;
    border: 5px solid #C04D47 !important;
    border-radius: 20px;
    text-align: left;
    box-shadow: 10px 10px 0px 0 rgb(100, 100, 100);
    font-size: 18px;
    font-size: 1.8rem;
}
.report_lp_box_g {
    width: 100%;
    margin-right: 0%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    height: auto;
    background-color: #E4F3EF;
    border: 5px solid #079668 !important;
    border-radius: 20px;
    text-align: left;
    box-shadow: 10px 10px 0px 0 rgb(100, 100, 100);
    font-size: 18px;
    font-size: 1.8rem;
}
@media screen and (max-width: 738px) {
    .section_block_report {
        position: relative;
        z-index: 6;
        padding-top: 10%;
        padding-bottom: 1%;
        width: 100%;
    }
	
	.report_ttl {
    text-align: center;
    padding-bottom: 7%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
	line-height: 1.5em;	
}
	
	
.report_lp_box_a {
    width: 100%;
    margin-right: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    height: auto;
    background-color: #FAF1F1;
    border: 5px solid #C04D47 !important;
    border-radius: 20px;
    text-align: left;
    box-shadow: 10px 10px 0px 0 rgb(100, 100, 100);
    font-size: 16px;
    font-size: 1.6rem;
}
.report_lp_box_g {
    width: 100%;
    margin-right: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    height: auto;
    background-color: #E4F3EF;
    border: 5px solid #079668 !important;
    border-radius: 20px;
    text-align: left;
    box-shadow: 10px 10px 0px 0 rgb(100, 100, 100);
    font-size: 16px;
    font-size: 1.6rem;
}	
	
	
}
/* ==========================================================================
   
SPONSORS

========================================================================== */
.sponsores_txt {
    padding-top: 0%;
    padding-bottom: 1%;
    font-size: 21px;
    font-size: 2.1rem;
    text-align: center;
}
.sponsores_copy {
    font-size: 29px;
    font-size: 2.9rem;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}
.sponsores_img {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
    padding-bottom: 0%;
}
.sponsores_img img {
    width: 100%;
}
.btntextchange_sponsors {
    /*テキストの基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    border: solid 7px #111;
    width: 450px;
    min-width: 50px;
    height: 110px;
    line-height: 1.2em;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 22px;
    letter-spacing: 0.01em;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: 900;
    outline: none;
    transition: all .2s;
    border-radius: 55px;
    background-color: #079668;
    margin-top: 5%;
    margin-bottom: 5%;
}
.btntextchange_sponsors:hover {
    background-color: #f6c944;
    color: #F4F4D3;
}
.btntextchange_sponsors:visited {
    color: #ffffff;
}
.btntextchange_sponsors:active {
    color: #ffffff;
}
.btntextchange_sponsors span {
    /*絶対配置でテキストの位置を決める*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*アニメーションの指定*/
    transition: all .5s;
    /*ブロック要素にしてテキスト折り返しなし*/
    display: block;
    white-space: nowrap;
}
/*差し替わるテキストの設定*/
.btntextchange_sponsors span:nth-child(2) {
    opacity: 1;
    /*透過0に*/
    color: #111;
}
/*hoverするとテキストが入れ替わる設定*/
.btntextchange_sponsors:hover span:nth-child(1) {
    opacity: 1;
    /*透過0に*/
    color: #111;
}
.btntextchange_sponsors:hover span:nth-child(2) {
    opacity: 1;
    /*不透明に*/
    color: #111;
}
@media screen and (max-width: 738px) {
	
.sponsores_txt {
    padding-top: 0%;
    padding-bottom: 5%;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
}
.sponsores_copy {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.7em;
    padding-top: 7%;
    padding-bottom: 5%;
    text-align: center;
	letter-spacing: 0.01em;
}	
	
    .sponsores_img {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 0%;
    }
    .btntextchange_sponsors {
        position: relative;
        /*ボタンの形状*/
        border: solid 3px #111;
        min-width: 50px;
        height: 80px;
        padding: 10px;
        font-size: 20px;
        letter-spacing: 0.01em;
        text-align: center;
        display: block;
        text-decoration: none;
        color: #ffffff;
        ffont-weight: 900;
        outline: none;
        transition: all .2s;
        border-radius: 50px;
        background-color: #079668;
        margin-top: 5%;
        margin-bottom: 5%;
        width: 280px;
    }
}
/* ==========================================================================
   
OVERVIEW

========================================================================== */
.overview_lp_box {
    width: 100%;
    margin-right: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 10%;
    height: auto;
    background-color: #ffffff;
    border-radius: 20px;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
}
#overview .outline {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    border-bottom: #dddddd 1px solid;
}
#overview .outline>dt {
    width: 150px;
    padding-bottom: 3%;
    margin-bottom: 1%;
    color: #FACC14;
    font-weight: bold;
}
#overview .outline>dd {
    -webkit-box-flex: 1;
    flex: 1;
    padding-bottom: 3%;
    margin-bottom: 1%;
}

#overview ul {
}
#overview li {
list-style: none;
font-size: 90%;	
}

dd {
    display: block;
    unicode-bidi: normal;
}
.attention_ttl {
    font-weight: bold;
    color: #C04D47;
    padding-top: 3%;
}
.attention_txt {
    font-size: 90%;
    font-weight: bold;
    color: #C04D47;
    padding-left: 1%;
}
@media screen and (max-width: 768px) {
    #overview .outline {
        flex-direction: column;
        /* スマホでは縦並び */
        padding-bottom: 4%;
    }
    #overview .outline>dt {
        width: 100%;
        /* 100%にして縦並び */
        padding-bottom: 1%;
    }
    #overview.outline>dd {
        width: 100%;
        /* 100%にして縦並び */
        line-height: 1.6;
    }
}
/* ==========================================================================
   
CONTACT

========================================================================== */
.contact_lp_ttl_header {
    width: 100%;
    display: block;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 3%;
    text-align: center;
}
.contact_lp_ttl {
    font-size: 29px;
    font-size: 2.9rem;
    font-weight: bold;
    color: #ffffff;
}
.contact_lp_ttl_cap {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 0.5em;
}
#contact_lp_bg {
    color: #ffffff;
    background: url("../img/bgcontact.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 0%;
    background-position: top;
    background-attachment: fixed;
    background-color: #222222;
    position: relative;
    z-index: 8;
    display: block;
}
.rsvn_box {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
    display: inline-block;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}
.contact_lp_txt {
    padding-top: 5%;
}
.contact2s {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0%;
}
.contact2s:after {
    content: "";
    display: block;
    width: 49%;
    height: 0;
}
.contact2 {
    width: 49%;
    margin-bottom: 3%;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
}
.contact2 img {
    width: 100%;
    margin-bottom: 5%;
}
/* 左側（1番目）のみ右に縦ラインを入れる */
.contact2:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: -1%;
    width: 3px;
    height: 80%;
    background-color: rgba(150, 150, 150, 0.7);
}
/* SP：縦ライン削除 */
@media screen and (max-width: 768px) {
    .contact2:nth-child(odd)::after {
        content: none;
    }
    .contact2s {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .contact2s:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
    }
    .contact2 {
        width: 100%;
        margin-bottom: 5%;
    }
    .contact2_img {
        margin-bottom: 5%;
    }
}
@media screen and (max-width: 738px) {
    #contact_lp_bg {
        color: #ffffff;
        background-image: url("../img/bgcontactsp.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 0%;
        padding-top: 25%;
        padding-bottom: 25%;
        padding-left: 5%;
        padding-right: 5%;
        background-attachment: inherit;
        background-color: #0062a2;
        position: relative;
        z-index: 8;
        display: block;
        overflow: hidden;
    }
	
	.contact_lp_ttl {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    color: #ffffff;
	line-height: 1.3em;	
}
.contact_lp_ttl_cap {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 0.5em;
	padding-top: 3%;
        padding-bottom: 5%;
}
	
.contact_lp_txt {
    padding-top: 3%;
	padding-bottom: 5%;
}	
	
	
}
.btntextchange_instagram {
    /*テキストの基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    border: solid 7px #111;
    width: 450px;
    min-width: 50px;
    height: 110px;
    line-height: 1.2em;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 22px;
    letter-spacing: 0.01em;
    display: block;
    text-decoration: none;
    color: #ffffff !important;
    font-weight: 900;
    outline: none;
    transition: all .2s;
    border-radius: 55px;
    background-color: #A52671;
    margin-top: 5%;
    margin-bottom: 5%;
}
.btntextchange_instagram:hover {
    background-color: #620341;
    color: #F4F4D3;
}
.btntextchange_instagram:visited {
    color: #ffffff;
}
.btntextchange_instagram:active {
    color: #ffffff;
}
.btntextchange_instagram span {
    /*絶対配置でテキストの位置を決める*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*アニメーションの指定*/
    transition: all .5s;
    /*ブロック要素にしてテキスト折り返しなし*/
    display: block;
    white-space: nowrap;
}
/*差し替わるテキストの設定*/
.btntextchange_instagram span:nth-child(2) {
    opacity: 1;
    /*透過0に*/
    color: #fff;
}
/*hoverするとテキストが入れ替わる設定*/
.btntextchange_instagram:hover span:nth-child(1) {
    opacity: 1;
    /*透過0に*/
    color: #fff;
}
.btntextchange_instagram:hover span:nth-child(2) {
    opacity: 1;
    /*不透明に*/
    color: #fff;
}
/* Instagramアイコン */
.btntextchange_instagram .btn_icon {
    position: absolute;
    left: 45px;
    /* ボタン左からの位置 */
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    pointer-events: none;
    /* クリック阻害防止 */
    color: #ffffff;
}
@media screen and (max-width: 738px) {
    .btntextchange_instagram {
        position: relative;
        /*ボタンの形状*/
        border: solid 3px #111;
        min-width: 50px;
        height: 80px;
        padding: 10px;
        font-size: 20px;
        letter-spacing: 0.01em;
        text-align: right;
        display: block;
        text-decoration: none;
        color: #111;
        outline: none;
        transition: all .2s;
        border-radius: 50px;
        background-color: #A52671;
        margin-top: 5%;
        margin-bottom: 5%;
        width: 300px;
    }
	
	.btntextchange_instagram span {
    /*絶対配置でテキストの位置を決める*/
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*アニメーションの指定*/
    transition: all .5s;
    /*ブロック要素にしてテキスト折り返しなし*/
    display: block;
    white-space: nowrap;
}
	
	/* Instagramアイコン */
.btntextchange_instagram .btn_icon {
    position: absolute;
    left: 10px;
    /* ボタン左からの位置 */
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    pointer-events: none;
    /* クリック阻害防止 */
    color: #ffffff;
}
}


.btntextchange_instagram2 {
    /*テキストの基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    border: solid 5px #111;
    width: 350px;
    min-width: 50px;
    height: 70px;
    line-height: 1.2em;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    letter-spacing: 0.01em;
    display: block;
    text-decoration: none;
    color: #a52671 !important;
    outline: none;
    transition: all .2s;
    border-radius: 55px;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
    margin-top: 7%;
    margin-bottom: 7%;
	font-weight: 900;
}
.btntextchange_instagram2:hover {
    background-color: #d292b8;
    color: #F4F4D3;
}
.btntextchange_instagram:visited {
    color: #ffffff;
}
.btntextchange_instagram2:active {
    color: #ffffff;
}
.btntextchange_instagram2 span {
    /*絶対配置でテキストの位置を決める*/
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*アニメーションの指定*/
    transition: all .5s;
    /*ブロック要素にしてテキスト折り返しなし*/
    display: block;
    white-space: nowrap;
}
/*差し替わるテキストの設定*/
.btntextchange_instagram2 span:nth-child(2) {
    opacity: 1;
    /*透過0に*/
    color: #fff;
}
/*hoverするとテキストが入れ替わる設定*/
.btntextchange_instagram2:hover span:nth-child(1) {
    opacity: 1;
    /*透過0に*/
    color: #fff;
}
.btntextchange_instagram2:hover span:nth-child(2) {
    opacity: 1;
    /*不透明に*/
    color: #fff;
}
/* Instagramアイコン */
.btntextchange_instagram2 .btn_icon {
    position: absolute;
    left: 35px;
    /* ボタン左からの位置 */
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    pointer-events: none;
    /* クリック阻害防止 */
    color: #ffffff;
}
@media screen and (max-width: 738px) {
    .btntextchange_instagram2 {
        position: relative;
        /*ボタンの形状*/
        border: solid 5px #111;
        min-width: 50px;
        height: 70px;
        padding: 10px;
        font-size: 14px;
        letter-spacing: 0.01em;
        text-align: right;
        display: block;
        text-decoration: none;
        color: #111;
        outline: none;
        transition: all .2s;
        border-radius: 50px;
		background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
        margin-top: 7%;
        margin-bottom: 7%;
        width: 250px;
		font-weight: 900;
    }
	
	.btntextchange_instagram2 span {
    /*絶対配置でテキストの位置を決める*/
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*アニメーションの指定*/
    transition: all .5s;
    /*ブロック要素にしてテキスト折り返しなし*/
    display: block;
    white-space: nowrap;
}
	
	/* Instagramアイコン */
.btntextchange_instagram2 .btn_icon {
    position: absolute;
    left: 15px;
    /* ボタン左からの位置 */
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    pointer-events: none;
    /* クリック阻害防止 */
    color: #ffffff;
}
	
.btntextchange_instagram2:hover {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
    color: #F4F4D3;
}	
	
}

/* ==========================================================================
   
   #フローティングバナーSP。

   ========================================================================== */
.floating_sp {
    position: fixed;
    right: 1%;
    bottom: 3%;
    z-index: 999;
    display: none;
}
@media screen and (max-width: 738px) {
    .floating_sp {
        position: fixed;
        right: -5%;
        bottom: 2%;
        z-index: 999;
        text-align: center;
        display: block;
    }
    .floating_sp a {
        display: block;
        padding: 0px;
        text-decoration: none;
        /*  opacity: 0.6;*/
    }
}


/* ==========================================================================
   
   #フローティングバナーSP。

   ========================================================================== */

.sponsores_box {
background-color: #ffffff;
padding-top: 3%;
margin-top: 3%;
padding-bottom: 5%;
}

.sponsores_box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PCは3列 */
  gap: 20px;
  padding: 0;
  margin: 0;
}

.sponsores_box li {
  list-style: none;
}

.sponsores_box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* ロゴ中央寄せ */
}

/* SP用 */
@media screen and (max-width: 768px) {
  .sponsores_box ul {
    grid-template-columns: repeat(2, 1fr); /* SPは2列 */
  }

  .sponsores_box {
    margin-left: 3%;
    margin-right: 3%;
  }
}
