/*------------------------------------------------------------------
                シンコールの抗ウイルス　TOP
---------------------------------------------------------------------*/
/* 共通CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-family: "NotoSansCJKjp";
}

.switch img.pc{
    display: block;
}

.switch img.sp{
    display: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}
.flexBox {
    display: flex;
}
.flexBox1 {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

#antivirus {
    margin-top: 24px;
    margin-bottom: 0!important;
}

.wrap {
    width: 940px;
    margin: 0 auto;
}

h1 {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 465px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

img.swiper-img {
    width: 100%;
    object-fit: contain; /* ← 全体を見せる */
    display: block;
}

/* ヘッダー上書き */
header ul {
    justify-content: center;
    align-items: center;
}

header a.custom-button {
    margin-top: 0!important;
}

.header-search-box input {
    font-size: 1rem!important;
}

.header-search-box {
    height: 39px;
}

/* ぱんくず */
.pankuzu {
    width: 100%;
    max-width: 1064px;
    padding: 0 20px;
    margin: 12rem auto 0;
}

.pankuzu ul {
    display: flex;
    list-style: none;
    margin-bottom: 2rem;
}

.pankuzu li {
    margin-right: 0.5rem;
    font-size: 12px;
}

.pankuzu li a {
    text-decoration: underline;
    color: #426599;
}

/* スワイパー背景 */
.swiper {
    width: 100%;
    height: 90vh;
}

#swiper-bg {
    position: relative!important;
    z-index: -10;
}

.swiper-container {
    position:fixed!important;
    top: 0;
    left:0;
    width:100%;
}

.swiper-wrapper {
    display: flex!important;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    min-height: auto;
    background-position: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
/*topテキスト部分*/
#topTextBox {
    position: relative;
    margin-top: 40%;
    background-color: white;
    z-index: 10;
    max-width: 100vw!important;
}

.allWrap {
    z-index: -50;
    background-color: white;
}

.topText {
    width: 980px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.topText p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.topText span {
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 50px;
}
.topText img.pc {
    display: block;
    margin-top: 70px;
}

/*抗ウイルスlinkエリア*/
.linkArea {
    background-color: #f6f9fc;
    padding: 45px 0;
    z-index: 10;
}
.linkBox {
    width: 800px;
    margin: 0 auto;
    justify-content: space-between;
}
.linkBox_hv {
    position: relative;
}
.linkBox a:hover img:nth-of-type(2){
    opacity: 0;
}
.linkBox img {
    width: 375px;
}
.linkBtn01,
.linkBtn02 {
    margin-bottom: 45px;
}
.linkBtn_hv {
    position: absolute;
    left: 0;
    z-index: 10;
}

/*SIAAエリア*/
.siaaArea {
    width: 800px;
    margin: 50px auto;
}

.wrap-tab{
    overflow: hidden;
    width: 940px;
    margin: 50px auto 0;
}
.list-tab{
    display: flex;
}
.list-tab > li{
    display: block;
    padding: 1.5rem 0;
    width: 100%;
    color: black;
    text-align: center;
    border: 1px solid #b2b2b2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1.8rem;
    background-color: white;
}
.list-tab .active{
    opacity: 0;
}
.tab-content01{
    position: relative;
    display: none;
    padding: 6rem 5rem;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    background-color: #fcfeff;
    margin-bottom: 100px;
}
.tab-content02{
    position: relative;
    display: none;
    padding: 6rem 5rem;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    background-color: #f9f9fc;
    margin-bottom: 100px;
}
.tab-content03{
    position: relative;
    display: none;
    padding: 6rem 5rem;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    background-color: #fbfcf9;
    margin-bottom: 100px;
}
.tab-content04{
    position: relative;
    display: none;
    padding: 6rem 5rem;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    background-color: #fefaf6;
    margin-bottom: 100px;
}
.tab-content.active{
    display: block;
}

/*タブ内*/
.tabSubTitle01 {
    width: 112px;
    height: 25px;
    font-size: 1.8rem;
    color: #0091cd;
    border-bottom: 2px solid #0091cd;
    margin-right: 20px;
    margin-bottom: 10px;
}
.tabSubTitle02 {
    width: 112px;
    height: 25px;
    font-size: 1.8rem;
    color: #736ba3;
    border-bottom: 2px solid #736ba3;
    margin-right: 20px;
    margin-bottom: 10px;
}
.tabSubTitle03 {
    width: 112px;
    height: 25px;
    font-size: 1.8rem;
    color: #65ae6d;
    border-bottom: 2px solid #65ae6d;
    margin-right: 20px;
    margin-bottom: 10px;
}
.tabSubTitle04 {
    width: 112px;
    height: 25px;
    font-size: 1.8rem;
    color: #dc7e4c;
    border-bottom: 2px solid #dc7e4c;
    margin-right: 20px;
    margin-bottom: 10px;
}
/*.tabSubTitle2 {*/
/*    width: 112px;*/
/*    height: 25px;*/
/*    font-size: 1.8rem;*/
/*    color: #736ba3;*/
/*    border-bottom: 2px solid #736ba3;*/
/*    margin-right: 15px;*/
/*    margin-bottom: 10px;*/
/*}*/
.tabSubTitle01 span,
.tabSubTitle02 span,
.tabSubTitle03 span,
.tabSubTitle04 span {
    font-size: 1.45rem;
}
.tabSubTitle01 .text01,
.tabSubTitle02 .text01,
.tabSubTitle03 .text01,
.tabSubTitle04 .text01 {
    font-size: 1.25rem;
}
.tabSubTitle01 .text02,
.tabSubTitle02 .text02,
.tabSubTitle03 .text02,
.tabSubTitle04 .text02 {
    font-size: 1.4rem;
}
.tabBox {
    width: 750px;
    -webkit-flex-wrap: wrap;
}
.tabBox div {
    margin: 0 9px 10px;
}
.tabBox img {
    width: 100px;
    height: 100px;
    display: block;
}
.tabBox div p {
    padding: 5px 0;
}
.tabBox div .p2 {
    padding: 0 0 5px;
}
.tabBox a img:hover {
    opacity: 0.7;
}
.tabBox p a:hover {
    text-decoration: underline;
}

.tabBox2 {
    width: 840px;
    -webkit-flex-wrap: wrap;
}
.tabBox2 div {
    margin: 0 9px 10px;
}
.tabBox2 img {
    width: 100px;
    height: 100px;
    display: block;
}
.tabBox2 div p {
    padding: 5px 0;
}
.tabBox2 a img:hover {
    opacity: 0.7;
}
.tabBox2 p a:hover {
    text-decoration: underline;
}

.bakTab01 {
    position: absolute;
    top: -57px;
    left: -0.5px;
    /*z-index: -1;*/
    display: block;
    padding: 1.5rem 0;
    width: 235px;
    color: #0091cd;
    text-align: center;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    font-size: 1.8rem;
    background-color: #fcfeff;
}
.bakTab02 {
    position: absolute;
    top: -57px;
    left: 234px;
    /*z-index: -1;*/
    display: block;
    padding: 1.5rem 0;
    width: 235px;
    color: #736ba3;
    text-align: center;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    font-size: 1.8rem;
    background-color: #f9f9fc;
}
.bakTab03 {
    position: absolute;
    top: -57px;
    left: 469px;
    /*z-index: -1;*/
    display: block;
    padding: 1.5rem 0;
    width: 235px;
    color: #65ae6d;
    text-align: center;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    font-size: 1.8rem;
    background-color: #fbfcf9;
}
.bakTab04 {
    position: absolute;
    top: -57px;
    left: 704px;
    /*z-index: -1;*/
    display: block;
    padding: 1.5rem 0;
    width: 235px;
    color: #dc7e4c;
    text-align: center;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    font-size: 1.8rem;
    background-color: #fefaf6;
}
.flexBox1.antivirus_catalog_wall_flex_parent,
.flexBox1.antivirus_catalog_floor_flex_parent {
    display: flex;
    justify-content: center;
}
.antivirus_catalog_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
.antivirus_catalog_flex.item2 > a{
    width: calc(50% - 25px);
    transition: 0.3s;
}
.antivirus_catalog_flex.item3 > a{
    width: calc(33% - 15px);
    transition: 0.3s;
}
.antivirus_catalog_imgbox {
    background-color: #fff;
    padding:20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.antivirus_catalog_link {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: underline;
    transition: 0.3s;
}

.antivirus_catalog_link.wall {
    color: #0091cd;
}
.antivirus_catalog_link.curtain {
    color: #736ba3;
}
.antivirus_catalog_link.floor {
    color: #65ae6d;
}
.antivirus_catalog_link.chair {
    color: #dc7e4c;
}
.antivirus_catalog_flex > a:hover {
    opacity: 0.7;
}
.antivirus_catalog_flex > a:hover .antivirus_catalog_link{
    text-decoration: none;
}

/*推奨使用場所*/
.subTitle {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 0 12px;
    margin: 50px auto;
    text-align: center;
    color: #528fcc;
    border-top: 2px solid #528fcc;
    border-bottom: 2px solid #528fcc;
}
.recommendBox {
    position: relative;
    margin-bottom: 50px;
}
.recommendBox a:hover img:nth-of-type(2) {
    opacity: 0;
}
.recommendTextBox {
    width: 240px;
    margin-right: 35px;
}
.recommendText01 {
    width: 230px;
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: 3px;
    padding-bottom: 8px;
    color: #528fcc;
    border-bottom: 2px solid #528fcc;
}
.recommendText02 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 20px;
    padding-top: 8px;
}
.recommendImgBox {
    width: 486px;
    margin: 0 20px;
    justify-content: space-between;
}
.vm_btn {
    position: absolute;
    top: 40%;
    right: 0;
    width: 142px;
    height: 28px;
}

/*関連動画*/
.movie {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 20rem;
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin: 0.5rem auto;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mv_text {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 70px;
}
.mv_text span{
    font-size: 1.3rem;
    font-weight: normal;
}

footer a {
    text-decoration: underline;
}

@media screen and (max-width: 1155px) {
.switch img.pc{
    display: block;
}

.switch img.pc{
    display: none;
}

.switch img.sp{
    display: block;
}

h1.pc {
    display: none!important;
}

}

@media screen and (max-width:1024px) {
.hammenu.open {
    display: block;
    height: 100vh;
    margin-top: 2.4rem;
}

.search-input {
    width: 100%;
    height: 39px!important;
    border: 1px solid #BFBFBF;
    border-radius: 8px 0 0 8px;
    padding: 20px 15px!important;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
}

.logo-and-icons .search-menu-sp.open {
    display: block;
    margin-top: 2.4rem;
    padding: 16px 16px 32px;
}

.search-menu-sp.open button {
    background-color: #426599;
    border: 0;
    width: 50px;
    height: 39px!important;
    height: auto;
    padding: 10px!important;
    border-radius: 0 4px 4px 0;
    justify-content: center;
    align-items: center;
    margin-top: 0 auto;

}

.search-menu-sp.open input::placeholder {
    font-size: 1.6rem!important;
}


/* ぱんくず */
.pankuzu {
    width: 100%;
    max-width: 1064px;
    padding: 0 20px;
    margin: 8rem auto 0;
}

.pankuzu ul {
    display: flex;
    list-style: none;
    margin-bottom: 0rem;
}

.pankuzu li {
    margin-right: 0.5rem;
    font-size: 12px;
}

.pankuzu li a {
    text-decoration: underline;
    color: #426599;
}

/* スワイパー背景 */
.swiper {
    width: 100%;
    height: 100vh;
}

#swiper-bg {
    position: relative!important;
    z-index: -10;
}

.swiper-container {
    position:fixed!important;
    top:0;
    left:0;
    width:100%;
    max-width: 100vw!important;
    height: 90vh;
    margin-top: 400px;
}

.swiper-wrapper {
    display: flex!important;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    min-height: auto;
    height: auto;
    margin-top: -6rem;
    background-position: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.allWrap {
    z-index: -50;
    background-color: white;
    width: 100%;
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

.antivirus_pc img.pc {
    display: none;
}

.siaaArea .antivirus_pc {
    display: none!important;
}

.linkArea .antivirus_pc ,
.recommendImgBox .antivirus_pc ,
.siaaArea .antivirus_pc {
    display: none!important;
}

.sp {
    display: block;
    margin: 0 auto;
    padding-bottom: 3rem;
}
.flexBox1 {
    display: initial;
}

/*topムービー*/
#header{
    position: relative;
}

#video {
    min-width: 100%;
}
.swiper-wrapper {
    margin-top: 8rem;
}
.swiper-container {
    margin-top: initial;
    padding: none!important;
    overflow-x: hidden;
    margin-top: 0!important;
}

/*topテキスト部分*/
#topTextBox {
    position: relative;
    margin-top: 40%;
    background-color: white;
    z-index: 10;
}

.h1_text img.pc{
    display: none;
}

.topText {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 80px;
    flex-direction: column;
    justify-content: space-between;
}

.topText img.pc{
    display: none;
}

h1.switch {
    width: 100%;
}

.switch img.sp {
    display: block;
    margin-top: 3.5rem;
    width: 70%;
    margin: 6rem auto 0;
    padding-bottom: 0;
}

.topText p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    padding-top: 15%;
}
.topText span {
    font-size: 1.8rem;
    font-weight: 500;
}
.topText img {
    margin: 30px auto 0;
}

/*抗ウイルスlinkエリア*/
.linkArea {
    background-color: #f6f9fc;
    padding: 30px 0 15px;
}
.linkBox {
    width: 90%;
    margin: 0 auto;
    justify-content: initial;
    text-align: center;
}

/* 画像のはみ出し防止 */
.linkBox img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

.linkBtn01,
.linkBtn02,
.linkBtn03,
.linkBtn04 {
    margin-bottom: 15px;
}

/*SIAAエリア*/
.siaaArea {
    width: 80%;
    margin: 50px auto;
}

/*list一覧タブ切り替え*/
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p{
    margin: 0;
}
.wrap-tab{
    overflow: hidden;
    width: 90%;
    margin: 50px auto 0;
}
.list-tab{
    display: flex;
}
.list-tab > li{
    display: block;
    padding: 1.5rem 0;
    width: 100%;
    color: black;
    text-align: center;
    border: 1px solid #b2b2b2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1.2rem;
}
.tab-content01{
    display: none;
    padding: 4rem 0;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    background-color: #fcfeff;
    margin-bottom: 100px;
}
.tab-content02{
    display: none;
    padding: 4rem 0;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    background-color: #f9f9fc;
    margin-bottom: 100px;
}
.tab-content03{
    display: none;
    padding: 4rem 0;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    background-color: #fbfcf9;
    margin-bottom: 100px;
}
.tab-content04{
    display: none;
    padding: 4rem 0;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    background-color: #fefaf6;
    margin-bottom: 100px;
}
.tab-content.active{
    display: block;
}

/*タブ内*/
.tabSubTitle01 {
    width: 290px;
    height: 25px;
    font-size: 1.2rem;
    color: #0091cd;
    border-bottom: 2px solid #0091cd;
    margin: 10px auto;
}
.tabSubTitle02 {
    width: 290px;
    height: 25px;
    font-size: 1.2rem;
    color: #736ba3;
    border-bottom: 2px solid #736ba3;
    margin: 10px auto;
}
.tabSubTitle03 {
    width: 290px;
    height: 25px;
    font-size: 1.2rem;
    color: #65ae6d;
    border-bottom: 2px solid #65ae6d;
    margin: 10px auto;
}
.tabSubTitle04 {
    width: 290px;
    height: 25px;
    font-size: 1.2rem;
    color: #dc7e4c;
    border-bottom: 2px solid #dc7e4c;
    margin: 10px auto;
}
/*.tabBigBox {*/
/*    width: 337px;*/
/*}*/
.tabBox {
    width: 334px;
    padding: 0 16px;
    -webkit-flex-wrap: wrap;
    margin: 0 auto;
}
.tabBox div {
    width: 92px;
    margin: 15px 4px 0;
}
.tabBox img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}
.tabBox div p {
    padding: 5px 0;
}
.tabBox div .p2 {
    padding: 0 0 5px;
}
.tabBox2 {
    width: 334px;
    padding: 0 16px;
    -webkit-flex-wrap: wrap;
    margin: 0 auto;
}
.tabBox2 div {
    width: 92px;
    margin: 15px 4px 0;
}
.tabBox2 img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}
.tabBox2 div p {
    padding: 5px 0;
}


.bakTab01 {
    position: absolute;
    top: -48px;
    left: -0.3%;
    width: 25.5%;
    font-size: 1.2rem;
}
.bakTab02 {
    position: absolute;
    top: -48px;
    left: 24.7%;
    width: 25.5%;
    font-size: 1.2rem;
}
.bakTab03 {
    position: absolute;
    top: -48px;
    left: 49.8%;
    width: 25.5%;
    font-size: 1.2rem;
}
.bakTab04 {
    position: absolute;
    top: -48px;
    left: 74.7%;
    width: 25.5%;
    font-size: 1.2rem;
}
.antivirus_catalog_flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.antivirus_catalog_flex.item2 > a,
.antivirus_catalog_flex.item3 > a{
    width: calc(100% - 100px);
}
.antivirus_catalog_flex > a:not(:last-child){
    margin-bottom: 50px;
}
.antivirus_catalog_flex > a:last-child{
    margin-bottom: 20px;
}
.antivirus_catalog_link {
    font-size: 12px;
    margin-top: 15px;
}




/*推奨使用場所*/
.subTitle {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 0 12px;
    margin: 50px auto;
    text-align: center;
    color: #528fcc;
    border-top: 2px solid #528fcc;
    border-bottom: 2px solid #528fcc;
}
.recommendBox {
    position: relative;
    margin-bottom: 50px;
}
.recommendBox a:hover img:nth-of-type(2) {
    opacity: initial;
}
.recommendTextBox {
    width: 95%;
    margin: 0 auto;
}
.recommendText01 {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 3px;
    padding-bottom: 8px;
    color: #528fcc;
    border-bottom: 2px solid #528fcc;
}
.recommendText02 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 20px;
    padding-top: 8px;
}
.recommendImgBox {
    width: 95%;
    margin: 10px auto;
    justify-content: space-between;
}
.recommendBox a {
    width: 142px !important;
}
.vm_btn {
    position: initial;
    width: 142px;
    height: 28px;
    margin: 15px auto 35px;
}
.sp_vm_btn {
    text-align: center;
}

/*関連動画*/
.movie {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0;
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin: 0.5rem auto;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mv_text {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 70px;
}
.mv_text span{
    font-size: 1rem;
    font-weight: normal;
}
}


/* 抗ウイルス商品ロゴ部分微調整--768,660,500,400px */
@media screen and (max-width: 768px) {
#topTextBox {
    margin-top: 55%;
}

.switch img.sp {
    width: 70%;
    margin: 4.5rem auto 0;
}
}

@media screen and (max-width: 660px) {
#topTextBox {
    margin-top: 60%;
}
}

@media screen and (max-width: 500px) {
#topTextBox {
    margin-top: 70%;
}

.switch img.sp {
    width: 70%;
    margin: 4.5rem auto 0;
}
}

@media screen and (max-width: 400px) {
#topTextBox {
    margin-top: 70%;
}
}
/* 抗ウイルス商品ロゴ部分微調整--768,660,500,400px END*/