@charset "utf-8";



/*　-----------------------　eqContainer　-----------------------　*/


.eqContainer.eq_1 {
    grid-template-rows: 370px  370px  370px 160px 160px;
}

.eqContainer.eq_1 > div:nth-of-type(10) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 6;
}

/*----------*/

.eqContainer.eq_2 {
    grid-template-rows: 370px  370px;
}

/*----------*/

.eqContainer.eq_3 {
    grid-template-rows: 370px 370px 370px;
}

.eqContainer.eq_3 > div:nth-of-type(2) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}

/*----------*/

.eqContainer.eq_4 {
    grid-template-rows: 160px 160px;
}

.eqContainer.eq_4 > div:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}





@media screen and (max-width: 1400px) {

.eqContainer.eq_1 {
    grid-template-rows: 28vw 28vw 28vw 12.3vw 12.3vw;
}
/*----------*/
.eqContainer.eq_2 {
    grid-template-rows: 28vw 28vw;
}
/*----------*/
.eqContainer.eq_3 {
    grid-template-rows: 28vw 28vw 28vw;
}
/*----------*/
.eqContainer.eq_4 {
    grid-template-rows: 12.3vw 12.3vw;
}
}

@media screen and (max-width: 1100px) {

.eqContainer.eq_1 {
    grid-template-rows: auto auto auto auto auto auto;
}
/*----------*/
.eqContainer.eq_2 {
    grid-template-rows: auto auto;
}
/*----------*/
.eqContainer.eq_3 {
    grid-template-rows: auto auto auto auto auto;
}
/*----------*/
.eqContainer.eq_4 {
    grid-template-rows: auto auto;
}
}

@media screen and (max-width: 900px) {

.eqContainer.eq_1 > div:nth-of-type(10) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
}
/*----------*/

.eqContainer.eq_2 > div:nth-of-type(2) {
}
/*----------*/

.eqContainer.eq_3 > div:nth-of-type(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.eqContainer.eq_3 > div:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}

.eqContainer.eq_3 > div:nth-of-type(8) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 7;
}


.eqContainer.eq_3 > div:nth-of-type(9) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
}

.eqContainer.eq_3 > div:nth-of-type(10) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 7;
}
/*----------*/

.eqContainer.eq_4 > div:nth-of-type(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

}


@media screen and (max-width: 639px) {
}








































