* {
    margin: 0;
    padding: 0;
}
ul, li {
    list-style: none;
}

div#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 9999;
}
div#modal>div#videoContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45%;
    padding-bottom: 25.3125%;
    transform: translate(-50%,-50%);
    background-color: white;
}
div#modal>div#videoContainer>div#iframeBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
div#modal>div#videoContainer>div#iframeBox>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#modal>div#videoContainer>div#cross {
    position: absolute;
    top: 0;
    right: -10%;
    width: 10%;
    padding-bottom: 10%;
    background-color: white;
}
div#modal>div#videoContainer>div#cross>span {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: black;
    border-radius: 10px;
    transform: translate(-50%,-50%);    
}
div#modal>div#videoContainer>div#cross>span:first-child {
    transform: rotate(-45deg)
}
div#modal>div#videoContainer>div#cross>span:last-child {
    transform: rotate(45deg)
}

div#fixed {
    position: fixed;
    top: 50%;
    right: 7%;
    width: 9%;
    transform: translateY(-50%);
    z-index: 9995;
}
div#fixed>ul {
    background-color: #272727;
    padding: 1vw;
}
div#fixed>ul>li {
    margin-top: .5vw;
}
div#fixed>ul>li>a {
    display: block;
    width: 100%;
}
div#fixed>ul>li>a>img {
    display: block;
    width: 100%
}

div#warn>img {
    display: block;
    width: 100%;
}

div#title>img {
    display: block;
    width: 100%;
}

div#first {
    padding: 3vw 0;
}
div#first>div#wrap {
    position: relative;
    width: 60%;
    margin: auto;
}
div#first>div#wrap>img {
    position: absolute;
    cursor: pointer;
}
div#first>div#wrap>img:first-child {
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
}
div#first>div#wrap>img:nth-child(2) {
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
}
div#first>div#wrap>div#slideWrap{
    width: 100%;
    overflow: hidden;
}
div#first>div#wrap>div#slideWrap>ul {
    display: flex;
    width: 500%;
    transition: all .5s;
}
div#first>div#wrap>div#slideWrap>ul>li {
    width: 20%;
}
div#first>div#wrap>div#slideWrap>ul>li>img {
    display: block;
    width: 100%;
}

div#second {
    background-color: #f2f2f2;
    padding: 3vw 0;
}
div#second>img {
    display: block;
    width: 60%;
    margin: auto;
}

div#third {
    background-color: #fffeea;
    padding: 3vw 0;
}
div#third>img:first-child {
    display: block;
    width: 45%;
    margin: auto;
}
div#third>div#thirdContent {
    width: 60%;
    margin: auto;
    padding-top: 3vw;
    padding-bottom: 1vw;
}
div#third>div#thirdContent>ul {
    display: flex;
    width: 100%;
}
div#third>div#thirdContent>ul>li {
    width: 20%;
    border: solid #ccc 1px;
    border-bottom: solid black 1px;
    cursor: pointer;
}
div#third>div#thirdContent>ul>li:nth-child(1) {
    background-image: url(/landing/hygiene/PC/images/b1f.png);
    background-size: 100%;
}
div#third>div#thirdContent>ul>li:nth-child(2) {
    background-image: url(/landing/hygiene/PC/images/b2f.png);
    background-size: 100%;
}
div#third>div#thirdContent>ul>li:nth-child(3) {
    background-image: url(/landing/hygiene/PC/images/b3f.png);
    background-size: 100%;
}
div#third>div#thirdContent>ul>li:nth-child(4) {
    background-image: url(/landing/hygiene/PC/images/b4f.png);
    background-size: 100%;
}
div#third>div#thirdContent>ul>li:nth-child(5) {
    background-image: url(/landing/hygiene/PC/images/b5f.png);
    background-size: 100%;
}
div#third>div#thirdContent>ul>li>img {
    display: block;
    width: 100%;
    opacity: 0;
}
div#third>div#thirdContent>ul>li.on {
    border: solid black 1px;
    border-bottom: none;
}
div#third>div#thirdContent>ul>li.on>img {
    opacity: 1;
}
div#third>div#thirdContent>div#timg {
    position: relative;
    padding-top: 2vw;
}
div#third>div#thirdContent>div#timg>div {
    position: relative;
    display: none;
}
div#third>div#thirdContent>div#timg>div.on {
    display: block;
}
div#third>div#thirdContent>div#timg>div>img {
    display: block;
    width: 100%;
}
div#third>div#thirdContent>div#timg>div>div {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    padding-bottom: 19.6875%;
    cursor: pointer; 
}
div#third>div#thirdContent>div#timg>div>div>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#third>div#thirdContent>div#timg>div>div>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    transform: translate(-50%,-50%);
}
div#third>div#thirdContent>div#timg>div>div>div>img {
    width: 100%;
}
div#third>img:last-child {
    display: block;
    width: 55%;
    margin: auto;
}

div#fourth {
    position: relative;
    padding: 3vw 0;
}
div#fourth>img {
    display: block;
    width: 60%;
    margin: auto;
}
div#fourth>div#fourSlide {
    position: absolute;
    top: 45%;
    right: 21.5%;
    width: 25%;
    overflow: hidden;
}
div#fourth>div#fourSlide>ul {
    display: flex;
    width: 300%;
    transition: all .5s;
}
div#fourth>div#fourSlide>ul>li {
    width: 33.333333%;
}
div#fourth>div#fourSlide>ul>li>img {
    display: block;
    width: 100%;
}


div#fifth {
    position: relative;
    background-color: #ffe0e4;
    padding: 3vw 0;
}
div#fifth>img {
    display: block;
    width: 60%;
    margin: auto;
}
div#fifth>a {
    position: absolute;
}
div#fifth>a:nth-child(2) {
    top: 10%;
    left: 20.4%;
    width: 14%;
    height: 17.2vw;
}
div#fifth>a:nth-child(3) {
    top: 10%;
    left: 35.4%;
    width: 14%;
    height: 17.2vw;
}
div#fifth>a:nth-child(4) {
    top: 10%;
    left: 50.4%;
    width: 14%;
    height: 17.2vw;
}
div#fifth>a:nth-child(5) {
    top: 10%;
    left: 65.5%;
    width: 14%;
    height: 17.2vw;
}

div#sixth {
    position: relative;
    background-color: #3c3c3c;
    padding: 3vw 0;
}
div#sixth>img {
    display: block;
    width: 60%;
    margin: auto;
}
div#sixth>a {
    position: absolute;
}
div#sixth>a:nth-child(2) {
    top: 41%;
    left: 30.6%;
    width: 15%;
    height: 2vw;
}
div#sixth>a:nth-child(3) {
    top: 41%;
    left: 59.6%;
    width: 17%;
    height: 2vw;
}















