/* column.css */
body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
}


ul .no {
  pointer-events: none;
  opacity: 0.3;
}

#column {
    position: relative;
}



/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media all and (min-width: 751px) {

    .pc_non{display: none;}

    .column_wrap {
        padding: 70px 132px 0;
    }


    .column .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/racer_bg.png) no-repeat top left, linear-gradient(180deg, #F6FF00, #FCA900);
    background-size: cover;
    top: 0;
    z-index: -1;
    transform: translateZ(0);
}

#column * {
    font-family: 'M PLUS 1p';
    box-sizing: border-box;
}

#column div.tit{
    width: 100%;
    height: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/column_tit_bg_pc.jpg)no-repeat center, #FFB41E;
}

#column ul.btn_wrap{
    width: 100%;
    padding: 12px 400px;
    background: rgba(233, 255, 15, 0.5);
    border-top: 8px solid #000;
    border-bottom: 8px solid #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
#column ul.btn_wrap::before{
    content: "";
    width: 1400px;
    height: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/column_btnwrap_tri_pc.svg) no-repeat center center;
    pointer-events: none;
}
#column ul.btn_wrap li a{
    display: flex;
    width: 358px;
    height: 104px;
    background: url(../images/column_btn_bg.svg);
    padding-left: 24px; 
    align-items: center;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin: 8px -4px;
    text-align: center;
    transition: all 0.2s;
    cursor: pointer;
}
#column ul.btn_wrap li a img{
    margin-right: 20px;
}
#column ul.btn_wrap li a.active{
    background: url(../images/column_btn_ac_bg.svg);
    color: #fff;
    transform: translateY(4px);
    position: relative;
    pointer-events: none;
}
#column ul.btn_wrap li a.active img{
    filter: brightness(10);
}
#column ul.btn_wrap li a.active::before{
    content: "";
    width: 343px;
    height: 114px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/column_btn_ac_tri.svg) no-repeat center center;
    pointer-events: none;
}

#column li.main:not(.active){
    visibility: hidden;
    height: 0;
    margin: 0 auto;
    padding: 0;
    opacity: 0;
}
#column li.main:not(.active) *{
    display: none;
}
#column li.main{
    width: 1200px;
    background: url(../images/column_main_bg.svg) no-repeat bottom -64px left -56px, #FCF7E6;
    border-radius: 16px;
    margin: 40px auto 64px;
    padding: 40px 0 64px;
    transition: opacity 0.5s;
}
#column li.main.active{
    visibility: visible;
    height: auto;
    opacity: 1;
}

#column div.head{
    width: 1084px;
    margin: auto;
    display: grid;
    flex-wrap: wrap;
    position: relative;
    grid-template-rows: 380px 150px;
    grid-template-columns: 464px 1fr;
}
#column div.head::before{
    content: "";
    position: absolute;
    width: 174px;
    height: 50px;
    top: -20px;
    left: -24px;
    background: url(../images/column_head_mark_pc.svg) no-repeat left;
}
#column div.head img{
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    width: 100%;
    border: #000 solid 3px;
    border-bottom: none;
}
#column div.head p.sub{
    position: absolute;
    left: 0;
    top: calc(380px - 36px);
    background: #000;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 64px 0 24px;
}
#column div.head p.tit{
    display: inline-block;
    border: #000 solid 3px;
    background: #F7F500;
    font-weight: 800;
    font-size: 34px;
    line-height: 48px;
    padding: 28px 24px 0;
}
#column div.head p.tit span{
    font-weight: 900;
    font-size: 60px;
}
#column div.head .read{
    background: #fff;
    font-size: 18px;
    line-height: 2em;
    font-weight: bold;
    text-align: center;
    padding-top: 16px;
    border: #000 solid 3px;
    border-left: none;
    position: relative;
}
#column div.head .read p{
    border-bottom: 1px dotted #000;
    display: inline;
}
#column div.head .read::before{
    content: "";
    position: absolute;
    width: 238px;
    height: 277px;
    background: url(../images/column_head_readmark_pc.svg) no-repeat bottom right;
    right: -56px;
    bottom: -70px;
    z-index: 0;
    pointer-events: none;
}

#column div.para{
    width: 100%;
    padding: 0 120px;
    z-index: 1;
    position: relative;
}
#column div.para p.question{
    font-size: 20px;
    font-weight: 800;
    color: #2291FF;
    margin: 32px 0 16px;
    text-align: justify;
}
#column div.para p.question::before{
    content: "──";
}
#column div.para p.answer{
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 36px;
    text-align: justify;
}
#column div.para p.answer span.name{
    font-weight: 900;
    display: inline-block;
    background: rgba(34, 145, 255, 0.4);
    width: 2.4em;
    text-align: center;
    margin-right: 0.6em;
}
#column div.para a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 532px;
    height: 48px;
    margin: 16px auto 0;
    background: linear-gradient(90deg, #2291FF,#F86DF3);
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 48px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 8px;
}
#column div.para a img{
    margin: 0 0 0 8px;
}
#column div.para .img{
    width: 1200px;
    height: 800px;
    margin: -94px -120px -82px;
    padding: 134px 120px 0;
    background: url(../images/column_picbg_pc.svg) no-repeat top center / contain;
    position: relative;
    z-index: -1;
}
#column div.para .img p{
    text-align: right;
    font-size: 16px;
    padding-top: 4px;
}

#column div.after{
    width: 960px;
    margin: 56px auto 0;
    background: #fff;
    border: #000 solid 4px;
    padding: 36px 40px 32px;
    position: relative;
    font-size: 18px;
    line-height: 2em;
    font-weight: bold;
    text-align: justify;
}
#column div.after img{
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}
#column div.after p{
    border-bottom: 1px dotted #000;
    display: inline;
}
#column div.after::before{
    content: "";
    position: absolute;
    width: 155px;
    height: 152px;
    background: url(../images/column_after_mark.svg)no-repeat center center / contain;
    top: -140px;
    right: -88px;
}
#column div.after::after{
    content: "";
    position: absolute;
    width: 142px;
    height: 148px;
    background: url(../images/column_after_pen.svg)no-repeat center center / contain;
    bottom: 16px;
    right: -72px;
}


    #column a{
        transition: all 0.2s;
    }
    #column a:hover{
        opacity: 0.8;
        transform: translateY(2px);
    }

}


/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {

.sp_non{display: none;}

.column .bg {
    position: fixed;
    width: 100%;
    height: 110vh;
    background: linear-gradient(180deg, #F6FF00, #FCA900);
    background-size: cover;
    top: 0;
    z-index: -1;
    transform: translateZ(0);
}

#column * {
    font-family: 'M PLUS 1p';
    box-sizing: border-box;
}

#column div.tit{
    width: 100%;
    height: 456px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/column_tit_bg_sp.jpg)no-repeat center bottom;
    padding-top: 120px;
}

#column ul.btn_wrap{
    width: 100%;
    padding: 12px 16px;
    background: rgba(233, 255, 15, 0.5);
    border-top: 8px solid #000;
    border-bottom: 8px solid #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#column ul.btn_wrap::before{
    content: "";
    width: 100%;
    height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/column_btnwrap_tri_sp.svg) no-repeat center center;
    pointer-events: none;
    z-index: 1;
}
#column ul.btn_wrap li a{
    display: flex;
    width: 358px;
    height: 104px;
    background: url(../images/column_btn_bg.svg);
    padding-left: 24px; 
    align-items: center;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin: 8px -4px;
    text-align: center;
    transition: all 0.2s;
}
#column ul.btn_wrap li a img{
    margin-right: 20px;
}
#column ul.btn_wrap li a.active{
    background: url(../images/column_btn_ac_bg.svg);
    color: #fff;
    transform: translateY(4px);
    position: relative;
    pointer-events: none;
}
#column ul.btn_wrap li a.active img{
    filter: brightness(10);
}
#column ul.btn_wrap li a.active::before{
    content: "";
    width: 343px;
    height: 114px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/column_btn_ac_tri.svg) no-repeat center center;
    pointer-events: none;
}

#column li.main:not(.active){
    visibility: hidden;
    height: 0;
    margin: 0 auto;
    padding: 0;
    opacity: 0;
}
#column li.main:not(.active) *{
    display: none;
}
#column li.main{
    width: 100%;
    background: url(../images/column_main_bg.svg) no-repeat top 224px right -64px, url(../images/column_main_bg.svg) no-repeat bottom 24px left -120px, url(../images/column_main_sp-top_bg.svg) no-repeat top, url(../images/column_main_sp-bottom_bg.svg) no-repeat bottom, rgba(255, 255, 255, 0.9);
    border-radius: 0;
    margin: 0 auto;
    padding: 100px 0 140px;
    overflow: hidden;
    transition: opacity 0.5s;
}
#column li.main.active{
    visibility: visible;
    height: auto;
    opacity: 1;
}

#column div.head{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#column div.head::before{
    content: "";
    position: absolute;
    width: 133px;
    height: 48px;
    top: -24px;
    left: 0;
    background: url(../images/column_head_mark_sp.svg);
}
#column div.head img{
    border: #000 solid 3px;
    width: 100%;
}
#column div.head p.sub{
    position: absolute;
    left: 0;
    top: calc(364px - 36px);
    background: #000;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 36px;
}
#column div.head p.tit{
    display: inline-block;
    width: 100%;
    height: 95px;
    border: #000 solid 3px;
    border-top: none;
    background: #F7F500;
    font-weight: 800;
    font-size: 34px;
    line-height: 95px;
    padding: 0;
    text-align: center;
}
#column div.head p.tit span{
    font-weight: 900;
    font-size: 60px;
}
#column div.head .read{
    width: 100%;
    background: #fff;
    font-size: 26px;
    line-height: 1.9em;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 28px;
    border: #000 solid 3px;
    border-top: none;
    position: relative;
}
#column div.head .read p{
    border-bottom: 1px dotted #000;
    display: inline;
}
#column div.head .read::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 125px;
    background: url(../images/column_head_readmark_sp.svg) no-repeat bottom right;
    bottom: -4px;
    right: -4px;
}

#column div.para{
    width: 100%;
    padding: 0 36px;
}
#column div.para p.question{
    font-size: 26px;
    font-weight: 800;
    color: #2291FF;
    margin: 40px 0 24px;
    text-align: justify;
}
#column div.para p.question::before{
    content: "──";
}
#column div.para p.answer{
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: 46px;
    text-align: justify;
}
#column div.para p.answer span.name{
    font-weight: 900;
    display: inline-block;
    background: rgba(34, 145, 255, 0.4);
    width: 2.4em;
    text-align: center;
    margin-right: 0.6em;
}
#column div.para a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    margin: 32px auto 0;
    background: linear-gradient(90deg, #2291FF,#F86DF3);
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 48px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 8px;
}
#column div.para a img{
    margin: 0 0 0 8px;
}
#column div.para .img{
    width: 750px;
    height: 725px;
    margin: -64px -36px -140px -36px;
    padding: 72px 0 0;
    background: url(../images/column_picbg_sp.svg) no-repeat top center / contain;
}
#column div.para .img p{
    text-align: right;
    font-size: 24px;
    margin: -48px 36px 0;
}

#column div.after{
    width: 678px;
    margin: 88px auto 0;
    background: #fff;
    border: #000 solid 4px;
    padding: 48px 40px 40px;
    position: relative;
    font-size: 26px;
    line-height: 1.9em;
    font-weight: bold;
    text-align: justify;
}
#column div.after img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 70px;
}
#column div.after p{
    border-bottom: 1px dotted #000;
    display: inline;
}
#column div.after::before{
    content: "";
    position: absolute;
    width: 155px;
    height: 152px;
    background: url(../images/column_after_mark.svg)no-repeat center center;
    top: -88px;
    right: -48px;
}
#column div.after::after{
    content: "";
    position: absolute;
    width: 142px;
    height: 148px;
    background: url(../images/column_after_pen.svg)no-repeat center center / contain;
    bottom: -24px;
    right: -42px;
}


}

/***********************************************************************
Key frame
**********************************************************************/
.anime {
    opacity: 0;
}

.tit img.anime.mov{
    animation: 0.5s ease 0s 1 normal both running fade-in-bottom;
}
ul.btn_wrap.anime.mov{
    animation: 0.5s ease 0.15s 1 normal both running fade-in-bottom;
}
ul.contents_wrap.anime.mov{
    animation: 0.5s ease 0.3s 1 normal both running fade-in-bottom;
}

@keyframes fade-in-bottom {
    0% {
    transform: translateY(50px);
    opacity: 0;
    }
    100% {
    transform: translateY(0px);
    opacity: 1;
    }
}

@keyframes scale-width {
    0% {
        transform: scaleX(0);
        transform-origin: center;
    }
    100% {
        transform: scaleX(1);
        transform-origin: center;
    }
}