.pc_hide{display:block}.sp_hide{display:none}@media screen and (max-width:767px){.pc_hide{display:none}.sp_hide{display:block}}.grid{display:-ms-grid;display:grid;-ms-grid-rows:30vh 30vh 30vh;grid-template-rows:30vh 30vh 30vh;-ms-grid-columns:40vw 40vw 1fr;grid-template-columns:40vw 40vw 1fr;grid-auto-rows:30vh;-ms-grid-auto-rows:30vh;grid-auto-columns:40vw;-ms-grid-auto-columns:40vw;grid-row-gap:10px;-ms-grid-row-gap:10px;grid-column-gap:10px;-ms-grid-column-gap:10px}.grid section:nth-child(1){background-color:#b0c4de}.grid section:nth-child(2){background-color:#e6e6fa}.grid section:nth-child(3){background-color:#f0f8ff}.grid section:nth-child(4){background-color:#7fffd4}.grid section:nth-child(5){background-color:#66cdaa}.grid section:nth-child(6){background-color:#fffacd}.grid section:nth-child(7){background-color:wheat}.grid section:nth-child(8){background-color:tan}#item1{grid-row:1 / span 2;-ms-grid-row:1;-ms-grid-row-span:2}#item2{grid-column:2 / 4;-ms-grid-column:2;-ms-grid-column-span:2}#item4{grid-row:2 / 4;-ms-grid-row:2;-ms-grid-row-span:2}