/*navi*/
#mn_story { cursor: default; pointer-events: none; filter: invert(15%) opacity(90%);}

/*contents*/
#con_sp h2 { width: 40%; max-width: 300px; margin: 0 auto;}
#con_sp h2 .title { display: block; width: 100%; height: 0; padding-top: 30.909090909090909%; padding-top: -webkit-calc(170 / 550 * 100%); padding-top: calc(170 / 550 * 100%); background-repeat: no-repeat; -webkit-background-size: contain; background-size: contain;}
.txt a { color: rgba(140, 127, 0, 1);}
.txt a:hover { color: rgba(195, 13, 35, 1);}

/*for_W768-*/
@media all and (min-width: 768px) { 
.img_set { width: 95%; margin: 0 auto; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center;}
.img_set .cimg_sp-y { width: 49%; margin: 1em 0 0 0;}
}