@charset "utf-8";
main{
    background: #F5F3F1;
}
.category_top_wrap .category_title{
    align-items: flex-end;
}
.category_top_wrap .category_title span{
    display: inline-block;
    color: #fff;
    text-align: left;
    margin: 0 0 0 20px;
    line-height: 70%;
    font-size: 20px;
}
.category_top_wrap .category_title span small{
    display: block;
    font-size: 11px;
}
.concept_wrap{
    padding: 0 15px;
    width: 100%;
    max-width: 1530px;
    margin: 50px auto 0;
}
div.concept_wrap > p.center{
    margin: 0 auto 2em;
}
div.concept_wrap > p.center.large{
    margin: 2em auto 0;
    line-height: 1;
}
div.concept_wrap > p:nth-child(2){
    line-height: 100%;
    margin: 2em auto;
}
.concept_wrap > .img_wrap:nth-of-type(1){
    width: 60%;
    max-width: 250px;
    margin: 0 auto;
}
.concept_wrap > .img_wrap:nth-of-type(1).rat_icon{
    max-width: 540px;
}
div.concept_wrap > .rat_icon ~ p:nth-child(2){
    margin: 0 auto 2em;
}
div.concept_wrap p.large{
    font-size: 35px;
}
div.concept_wrap p.large small{
    font-size: 13px;
    margin-bottom: -30px;
}
div.concept_wrap p{
    line-height: 250%;
}
.concept_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 1100px;
    margin: 1em 0;
}
.concept_list dt{
    width: 20%;
    margin: 0 auto 1em 0;
    border-bottom: 1px solid #2D1707;
}
.concept_list dd{
    width: 70%;
    margin: 0 0 1em auto;
    border-bottom: 1px solid #B1B1B1;
}
.reserv_link a{
    display: block;
    background: #640F0F;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    max-width: 1100px;
    margin: 0 auto;
}
.concept_link{
    margin: 100px auto;
}
.two_column{
    margin: 1em auto;
}
.two_column > p{
    line-height: 250%;
}
.two_column p,
.two_column div{
    margin: 0 0 1em;
}
.two_column p{
    line-height: 2;
}
div.concept_wrap > div.two_column > p:nth-child(1){
    padding: 0 15px 0 0;
}
div.concept_wrap > div.two_column > p:nth-child(7){
    padding: 0 0 0 15px;
}
.movie{
    position: relative;
    width: 100%;
    padding-top: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.movie iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.red_u.block{
    opacity: 1;
    position: relative;
}
.red_u.block::after{
    content:"";
    width: 0;
    border-bottom: 1px solid #CB1B1B;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 1s all;
}
.red_u.block.run::after{
    width: 100%;
    transition: 1s all;
}
.two_column.img > .half:nth-of-type(2){
    transition-delay: .3s;
    padding-top: 20%;
}
.two_column.text .half{
    width: 100%;
}
.concept_link{
    position: relative;
    font-size: 18px;
}
div.concept_link p{
    margin: 0;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: 1em!important;
    color: #fff;
    text-align: center;
}
div.concept_link p small{
    font-size: .5em;
    color: #fff;
    display: block;
}
@media(min-width: 500px){
    .movie{
        padding-top: 65%;
    }
}
/* 768px for table*/
@media (min-width: 768px) {
    div.concept_link{
        font-size: 25px;
    }
    .movie{
        padding-top: 400px;
    }
}

@media (min-width: 1200px) {
    .category_top_wrap .category_title span{
        font-size: 40px;
    }
    .category_top_wrap .category_title span small{
        font-size: 18px;
    }
    div.concept_wrap p.center.large{
        font-size: 60px;
        margin: 1em auto 0;
    }
    div.concept_wrap p,
    div.concept_wrap p.large small{
        font-size: 20px;
    }
    div.concept_wrap > p:nth-child(2).large.center{
        margin: 1em auto;
    }
    .concept_list dt,
    .concept_list dd{
        font-size: 20px;
    }
    .concept_list dt{
        width: 160px;
    }
    .concept_list dd{
        width: calc(100% - 200px);
    }
    .reserv_link a{
        font-size: 30px;
        padding: 65px;
    }
    .two_column.text .half{
        width: 50%;
    }
    div.concept_link{
        font-size: 70px;
    }
}

@media (min-width: 1620px) {
}