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

/* 非表示領域 */
#head_rogo, #head_navi, .footer_link {
	display:none;
}

.spo {
	display:block;
}
/* イメージ100調整 */
/* width100調整 */


#visual {
    max-height: 100vh;
}

#visual_txt {
    font-size: 200%;
    height: 100vh;
}
#visual_txt .vit01 {
    right: 5%;
    top:40%;
}
#visual_txt .vit02 {
    left: 5%;
    top:40%;
}
.select_img img {
    width: 100%;
    height: auto;
}
.section_dea #index_select_salan {
    flex-direction: column-reverse;
}
.section_dea #index_select_salan.row {
    flex-direction: column-reverse;
}
.section_dea {
    background-size: contain;
    background-image: url(../img/sp_dea.jpg);
}
.section_dea .section_dea_zen {
    background-size: contain;
    background-image: url(../img/sp_zen.jpg);
}
div#index_select_01 {
    width: 100%;
    padding: 10px 5%;
    box-sizing: border-box;
    margin-bottom: 60px;
}
div#index_select_01:after {
    width: 100%;
    display: none;
}
.select_txt {
    width: 100%;
    margin-bottom: 56px;
}
.select_title:after {
    left: calc(50% - 50px);
    width: 100px;
}
.select_title {
    text-align: right;
}
h3.index_select_title:after {
    right: 205px;
    left: unset;
}
.index_site_link {
    width: 88%;
}
.section_dea:nth-child(2) {
    margin-top: 300px;
}
.section_dea_zen h3.index_select_title:after {
    right: 99px;
}
footer#footer_dea {
    margin-top: 210px;
}
.foot_dea_block img, .foot_zen_block img {
    width: 100%;
    height: auto;
}
div#index_select_01 {
    background-color: rgba(10,10,10,0.7);
}
}