
/*=====================================================
    screen
=======================================================*/

* html div#screen{
    height:100%;
}
div#screen{
    width: 100%;
    margin:0px auto;
    min-height: 100%;
}
body > #screen {
    height: auto;
}


/*=====================================================
    screen
=======================================================*/
#screen{
   min-height: 100%;
   position: relative;
}

/*=====================================================
    section
=======================================================*/
section{
    padding: 30px 0;
    position: relative;
}
div.subSection{
    margin-bottom:30px;
}

/*=====================================================
    wrapper
=======================================================*/
div.wrapper{
    margin:0 auto;
    max-width: 1100px;
    padding: 0 5%;
}
div.narrow{
    width:90%;
    margin: 0 auto;
}

/*=====================================================
    header
=======================================================*/
#header{
    background: #f5f5f5;
    color:#000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    line-height:1;
    font-size:90%;
    z-index:100001;
    border-top:3px solid #cc0000;
}
#header div.wrapper{
    max-width:none;
}
#header div.wrapper{
    padding:0;
}
#header div.headerInner{
    padding: 10px 0px 0 0px;
    margin: 0 auto;
    overflow: hidden;
}
#header a{
    color:#000;
}
#header img{
    display:block;
}
#header h1#BRIDE{
    width: 60px;
    margin:0 0 10px 20px;
}
#header h1#BRIDE img{
    height:60px;
    display: block;
    margin:0 auto;
}
#header #headerEdirb{
    position: absolute;
    left: 120px;
    top:25px;
    width:70px;
}
#header #headerEdirb img{
    width:100%;
    display: block;
}

#header #headerSimulation {
    position: absolute;
    left: 210px;
    top: 17px;
    width: 60px;
}

#header #headerSimulation img{
    width:100%;
    display: block;
}

@media screen and (max-width: 479px) {
    #header #headerSimulation {
        position: absolute;
        right: 60px;
        left: auto;
        top: 10px;
        width: 11%;
    }
    #header #headerSimulation img{
        width:100%;
        display: block;
    }
    #header #headerForm {
        position: absolute;
        right: 110px;
        left: auto;
        top: 10px;
        width: 54px;
    }
    #header #headerForm img{
        width:100%;
        display: block;
    }


}

/*=====================================================
    #sns
=======================================================*/
#sns{

    display: inline-block;
    margin-right:30px;
    vertical-align: bottom;
}
#sns div.fb-like{
    display: inline-block;
}
#sns #twitter-widget-0{
    display: inline-block;
    vertical-align: bottom;
    margin-right:10px;

}

#sns div#gsc {
    display: inline-block;
    vertical-align: bottom;
    width: 240px;
    height: 25px;
    position: relative;
}

@media only screen and (max-width: 679px) {
    #subInfo {
        top: 5px !important;
    }
    #sns div#gsc {
        display: block;
    }
}

@media only screen and (max-width: 479px) {

    #sns{
        text-align: center;
        margin-right: 0;
    }

    #sns div#gsc {
        text-align: center;
        display: block;
        vertical-align: bottom;
        width: auto;
        height: 25px;
        position: relative;
        margin: 5px 0;
    }
    #sns div#gsc a.gsst_a {
        padding: 3px 4px 4px 0;
        background: none;
        border-bottom: 0;
    }
}



/*=====================================================
    #bread
=======================================================*/
#bread{
    padding: 7px 10px;
    font-size:82%;
    border-bottom:1px solid #ccc;
    border-top:1px solid #ddd;
    background: #efefef;
    box-shadow:0 3px 3px rgba(0, 0, 0 ,0.1);
    margin:0 0 0;
}
#bread li{
    display:inline-block;
    vertical-align: middle;
}
#bread li a{
    display:inline-block;
    padding:0px 5px ;
    color:#999;
}
#bread li:after{
    content:'>';
    display:inline-block;
    padding:0px 5px;
    font-size:80%;
    color:#999;
}
#bread li:last-child:after{
    content:'';
}
#bread li.current{
    color:#000;
    padding:2px 5px;
}


/*=====================================================
    nav
=======================================================*/
#nav{
    /*
    position: absolute;
    right:1%;
    bottom: 12px;
    top: 12px;
    */
}
#subInfo{
    text-align: right;
    padding:0px 0 0 0;
    position: absolute;
    right: 3%;
    top: 25px;
}

/*=====================================================
    global
=======================================================*/

ul#global {
    padding:5px 0px;
    text-align: center;
    border-top:1px solid #ddd;
}
ul#global li{
    display:inline-block;
    font-weight:normal;
}
ul#global li:first-child a{

}
ul#global > li a{
    color:#000;
    padding: 6px 8px;
    display:inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 110%;
    border-radius: 3px;
}
ul#global > li a:hover{
    color:#cc0000 !important;
    background-color: #fff;
    box-shadow:  0 0 1px 1px rgba( 0, 0, 0, 0.1);
}
ul#global li.active a{
    background: #cc0000;
    color:#fff;
}
ul.sec {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
#global > li.menu-sec {
    position: relative;
}
ul#global > li.menu-sec > a:hover {
	background: #bd1a21 !important;
	cursor: default;
	color: #fff !important;
	border: #bd1a21 !important;
}
li.menu-sec ul.sec {
    position: absolute;
    top: 40px;
    left: -8px;
    width: 14em;
    background: #bd1a21;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu-sec ul.sec li {
	text-align: center;
	display: block !important;
	margin: 5px 0;
}
li.menu-sec ul.sec li a{
	display: block;
	width: calc(100% - 32px);
	text-align: left;
}
li.menu-sec:hover ul.sec {
    top: 36px;
    visibility: visible;
    opacity: 1;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 3px 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#global {
	*zoom: 1;
}

/*=====================================================
    spNav
=======================================================*/
#spNav{
    display: none;
    position:absolute;
    width:20px;
    top:25px;
    right:15px;
    height:20px;
    margin-top:-10px;
}
#spNav div{
    width:100%;
    height:3px;
    background: #000;
    position:absolute;
    transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;

}

#spNav div.border_0{
    top:2px;
}
#spNav div.border_1{
    top:8px;
}
#spNav div.border_2{
    top:14px;
}
#spNav.active div{
    background:#999;
}
#spNav.active .border_0{
    top:6px;
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#spNav.active .border_1{
    opacity:0;
}
#spNav.active .border_2{
    top:6px;
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*=====================================================
    container
=======================================================*/

#container{
    padding:0 0 54px 0;
    position:relative;
    word-wrap: break-word
}

#container p,
#container div,
#container td,
#container th,
#container dd,
#container dt,
#container li,
#container section,
#container article{
    line-height: 160%;
}



/*=====================================================
    bread
=======================================================*/
ul.bread{
    margin:0 0 20px 0;
    font-size:85%;
}
ul.bread li{
    display:inline;
}
ul.bread li:after{
    content : '>';
    padding:0 6px;
    font-size:80%;
}
ul.bread li:last-child:after{
    content : '';
}
ul.bread li a{
    color: #666;
}
ul.bread li.current{
    color:#000;
}

/*=====================================================
    sideMenu
=======================================================*/
ul.sideMenu{
    border-top:1px solid #000;
}
ul.sideMenu a{
    display: block;
    padding:5px 5px ;
    color:#000;
}
ul.sideMenu li{
    border-bottom:1px solid #ddd;
}
ul.sideMenu li.current a{
    color:#cc0000;
}

/*====================================================================
    leftSection rightSection
====================================================================*/
div.leftSection{
    width:76%;
    float:left;
}
div.rightSection{
    width:20%;
    float:right;
}

/*=====================================================
    footer
=======================================================*/
#footer{
    background:#222;
    color:#999;
    position:absolute;
    bottom:0px;
    width:100%;
    line-height: 1;
    font-size:90%;
}
#footer a{
    color:#999;
}
#footer a:hover{
    color:#fff;
}
#footer div.inner{
    padding: 15px 20px;
    position: relative;
}
#footer ul.lineNav {
    display:inline-block;
    vertical-align: middle;
}
#footer ul.lineNav li{
    display:inline-block;
}
#footer ul.lineNav li a{
        padding: 0 10px;
}
#footer #copyright{
    position:absolute;
    right: 20px;
    top: 50%;
    color:#999;
    margin-top: -0.5em;
}
#footer ul.sns {
    display:inline-block;
    vertical-align: middle;
}
#footer ul.sns li{
    display:inline-block;
    padding: 0 2px;
}
#footer ul.sns li a{
        padding: 0 ;
        opacity:0.7;
}
#footer ul.sns li a img{
       display: inline-block;
       width:25px;
}
#footer .footer-note {
    text-align: center;
    margin: 1em auto 2em;
    line-hight: 1.4em;
}

#footerseatBanner{
    padding:20px 0;
    text-align: center;
    border-bottom:1px solid #fff;
    background-color:#fff;
}
#footerseatBanner li{
    display: inline-block;
    background-color: #fff;
    width:32.3%;
    margin:0 3%;
    max-width:314px;
}
#footerseatBanner li:last-child {
    display: none;
}
#footerseatBanner li img{
    display: block;
    width:100%;
}

#footer.test {
    text-align: center;
}
#footer.test #footerLower {
    
}
#footer.test ul.sns {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: 0 auto;
}
#footer.test ul.sns li a {
    opacity: 1;
}
#footer.test ul.sns li a img {
    width: 100%;
}
#footer.test hr {
    border-top: 1px solid #8c8b8b;
}
#footer.test .lineNav {
    margin-bottom: 2em;
}
#footer.test #secured {
    width: 100%;
    background: #fff;
}
#footer.test #copyright {
/* position: absolute; */
right: 0px;
/* top: 50%; */
position: inherit;
color: #999;
margin-top: 1em;
}

/*=====================================================
    br
=======================================================*/
.forSP{
    display:none;
}


/*=====================================================
    spNav
=======================================================*/
#spNav{
    display: none;
}

#containerCover{
    position: fixed;
    height:100%;
    width:100%;
    background: rgba( 0, 0, 0, 0.8);
    display: none;
    z-index:1000;
    top:0;
    left:0;
}

/*=====================================================
    device
=======================================================*/

/*
    tab
*/
@media only screen and (max-width: 767px) {

    div.wrapper{
        width:auto;
    }
    body{
        font-size:90%;
    }
    section:not(#introduction){
        padding:0 0;
    }
    section:not(#introduction) div.wrapper {
        padding:3% 3% ;
    }
    #nav {
        margin-top: 0px;
        position: static;
    }
    ul#global a {
        padding: 7px 7px;
        text-align: center;
        overflow: hidden;
    }
    #header h1#BRIDE img{
        height:45px;
    }
    #header #headerEdirb {
        left: 120px;
        position: absolute;
        top: 20px;
        width: 60px;
    }
    div.narrow{
        width:auto;
    }
}

/*
    iphone landspcae
*/
@media only screen and (max-width: 736px) {

    div.wrapper{
        width:auto;
    }
}
/*
    smart phone
*/

@media only screen and (max-width: 800px) and (min-width: 480px) {
    #top #container {
    padding-top: 54px;
    }
}

@media only screen and (max-width: 479px) {
    .forSP{
        display: block;
    }
    #screen{
       position: static;
    }
    body{
        font-size:90%;
    }
    #header{
        border:none;
        top:0;
        left:0;
        position: fixed;
        width:100%;
        box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
        z-index:10000;
    }
    #header h1#BRIDE{
        padding:10px;
        margin:0;
    }
    #header h1#BRIDE img{
        height:30px;
    }
    #header #headerEdirb{
        position: absolute;
        left: 75px;
        top:15px;
        width:50px;
    }
    #header div.headerInner{
        padding:0;
        border-bottom:1px solid #ccc;
    }
    #bread{
        padding:5px;
    }
    #bread li{
       line-height:140%;
    }
    #nav {
        margin-top: 0px;
        display: none;
        border-top:1px solid #999;
    }
    ul#global {
        border:none;
        padding:0;
    }
    ul#global li{
        display:block;
    }
    ul#global li a{
        padding:12px 15px;
        border-bottom:1px solid #333;
        display:block;
        background: #222;
        color: #ccc;
        text-align: left;
        font-weight: normal;
        border-radius: 0;
    }
    ul#global li.active a{
        border-radius: 0;
    }
    #subInfo a:hover,
    ul#global li a:hover{

    }
    #sns{
        padding:5px ;
    }
    #spNav{
        display: block;
        text-align: left;
    }
    #spNav a{
        text-align: left;
    }
    #subInfo a{
        border-radius:0;
        width:auto;
        display: block;
        padding:15px 15px 15px 35px;
        background-color: #222;
        border-bottom:1px solid #333;
        color:#ccc;
    }
    #subInfo {
        margin: 0 0 0px;
        text-align: left;
        position: static;
        width:auto;
        border-radius:0;
        padding:0;
        right:0;
        float:none;
        border:none;
        background-color: #fff;
    }
    #container{
        padding:0;
    }

    section:not(#introduction) div.wrapper {
        padding:4% 4% ;
    }
    #footer{
        position: static;
    }

    #footer div.inner{
        padding:15px 10px 0px 10px;
        text-align: center;
    }
    #footer ul.lineNav{
        text-align: center;
        padding:10px 0;
        border-bottom:1px solid #000;
    }
    #footer #copyright{
        position:static;
        color:#999;
        text-align: center;
        display: block;
        padding:15px 0;
    }
    
#footer.test {
    text-align: center;
}
#footer.test #footerLower {
    
}
#footer.test ul.sns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
#footer.test ul.sns li {
	flex: 0 1 48.8%;
	margin-bottom: 0.6vw;
}
#footer.test ul.sns li a {
    opacity: 1;
}
#footer.test ul.sns li a img {
    width: 100%;
}
#footer.test hr {
    border-top: 1px solid #8c8b8b;
}
#footer.test .lineNav {
    margin-bottom: 2em;
}
#footer.test #secured {
    width: 100%;
    background: #fff;
}
#footer.test #copyright {
/* position: absolute; */
right: 0px;
/* top: 50%; */
position: inherit;
color: #999;
margin-top: 1em;
}


    div.rightSection,
    div.leftSection{
        width:auto;
        float:none;
    }
    #containerCover{
    }
    ul.sideMenu{
        border:1px solid #000;
        border-bottom: none;
        margin-bottom:10px;
    }
    ul.sideMenu li{
        border-bottom:1px solid #000;
    }
     ul.sideMenu li a{
       padding: 10px 10px;
       background: #f5f5f5;
    }
    /* originalはindex.css */
	#banner5 li{
	    width:49% !important;
	    margin: 0.1rem 0.1% !important;
	}
}




/*=====================================================
    layoutへ
=======================================================*/
#screen {
        padding-top: 0px !important;
    }


@media screen and (max-width: 800px){
    #screen {
        padding-top: 51px !important;
    }
    #header_pc{
        display: none;
    }
    .block_sp {
	    padding: 4% 4%;
    }
    #truck_sp{
        display: flex;
    }
    #truck_sp li{
        width: 45%;
        margin:2.5%;
    }
    #truck_sp li img{
        width: 100%;
    }
    #header{
        border:none;
        top:0;
        left:0;
        position: fixed;
        width:100%;
        box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
        z-index:10000;
    }
    #header h1#BRIDE{
        padding:10px;
        margin:0;
    }
    #header h1#BRIDE img{
        height:30px;
    }
    #header #headerEdirb{
        position: absolute;
        left: 75px;
        top:15px;
        width:50px;
    }
    #header div.headerInner{
        padding:0;
        border-bottom:1px solid #ccc;
    }
    #nav {
        margin-top: 0px;
        display: none;
        border-top:1px solid #999;
    }
    ul#global {
        border:none;
        padding:0;
    }
    ul#global li{
        display:block;
    }
    ul#global li a{
        padding:12px 15px;
        border-bottom:1px solid #333;
        display:block;
        background: #222;
        color: #ccc;
        text-align: left;
        font-weight: normal;
        border-radius: 0;
    }
    ul#global li.active a{
        border-radius: 0;
    }
    #subInfo a:hover,
    ul#global li a:hover{

    }
    #sns{
        padding:5px ;
    }
    #sns{
        text-align: center;
        margin-right: 0;
    }
    #sns li {
	    display: inline;
    }

    #sns div#gsc {
        text-align: center;
        display: block;
        vertical-align: bottom;
        width: auto;
        height: 25px;
        position: relative;
        margin: 5px 0;
    }
    #sns div#gsc a.gsst_a {
        padding: 3px 4px 4px 0;
        background: none;
        border-bottom: 0;
    }
    #spNav{
        display: block;
        text-align: left;
    }
    #spNav a{
        text-align: left;
    }
    #subInfo a{
        border-radius:0;
        width:auto;
        display: block;
        padding:15px 15px 15px 35px;
        background-color: #222;
        border-bottom:1px solid #333;
        color:#ccc;
    }
    #subInfo {
        margin: 0 0 0px;
        text-align: left;
        position: static;
        width:auto;
        border-radius:0;
        padding:0;
        right:0;
        float:none;
        border:none;
        background-color: #fff;
    }
    #header #headerSimulation {
        position: absolute;
        right: 60px;
        left: auto;
        top: 10px;
        width: 11%;
    }
    #header #headerSimulation img{
        width:100%;
        display: block;
    }
    /*#header.lang-e #headerSimulation {
        position: absolute;
        right: 40px;
        left: auto;
        top: 10px;
        width: 40px;
    }
    #header.lang-e #headerSimulation img{
        width:100%;
        display: block;
    }*/
    #bread{
        margin-top: 0!important;
    }
    
}

@media screen and (min-width: 801px){
    #header_sp,
    .block_sp,
    br._sp {
        display: none;
    }
    #header {
    position: static;
}
#subInfo {
    position: static;
}
.lang-e #subInfo {
    position: absolute;
}
h1#BRIDE_ {
    width: 60px;
    margin: 0 0!important;
}
h1#BRIDE_ img {
    width: 60px;
    display: block;
    margin: 0 auto;
}

#headerNav{
    max-width: 100%;
    margin: 10px 10px;
}
ul#headerNavInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul#headerNavInner li {
    display: inline-block;
    font-weight: normal;
}
#headerEdirb_ {
    width: 70px;
    display: block;
}
#headerEdirb_ img {
    width: 100%;
    display: block;
}
/* 固定 */
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}



#globalNavi{
    background: #f5f5f5;
    z-index: 100001;
}
#global_bg {
    background: #bd1a21; 
}
ul#global {
    max-width: 1100px;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    border: none;
}
ul#global li a{
    color: #fff;
}
.lang-e ul#global li a{
    color: #000;
    padding: 6px 8px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 110%;
    border-radius: 3px;
}
#subInfo { 
    max-width: 1100px;
    margin: 0 auto;
}
#sns ul li{
    display: inline-block;
}
.nav_item1{flex-basis: 60px;}
.nav_item2{flex-basis: 70px;}
.nav_item3{
    flex-basis: 60px;
    padding-right: 30px;
}
.nav_item4{flex-basis: auto;}
.nav_item5{flex-basis: auto;}
.nav_item1,.nav_item2,.nav_item3,.nav_item4{
    margin-right:10px; 
}
#truck img,#camper img{
    max-width: 100%;
}
}
@media screen and (min-width: 801px){
	#header div.headerInner {
		overflow: inherit;
	}
	ul#global {
		padding: 0;
	}
	ul#global>li {
		padding: 5px 0;
	}
/*
ul#global.test>li:nth-child(2)> a:hover {
	color: #fff !important;
	background: #bd1a21 !important;
	box-shadow: none !important;
}
ul#global.test .second-li {
	position: relative;
}
ul#global.test .second-li>ul {
	position: absolute;
	top: 36px;
	display: flex;
	flex-direction: column;
	z-index: 10;
	width: 12em;
	visibility: hidden;
    opacity: 0;
}
ul#global.test .second-li>ul li {
	background: #bd1a21;
	text-align: left;
}
ul#global.test .second-li:hover ul,
ul#global.test .second-li > ul:hover {
	visibility: visible;
    opacity: 1;
}
ul#global.test .second-li > ul li a {
	width: calc(100% - 16px);
}
ul#global.test .second-li > ul li:hover {
	background: #fff;
}
*/
    ul#headerNavInner li:nth-child(-n + 3) {
        flex-grow:.4;
    }
    ul#headerNavInner li:nth-child(4) {
        flex-grow:3;
    }
    ul#headerNavInner li:nth-child(n+5) {
        flex-grow:.3;
    }
    ul#headerNavInner li:nth-child(n+8) {
        flex:0 1 230px;
    }
    #header a.contact-button, #header a.faq-button {
        
        height: 26px!important;
        margin-top: 0px !important;
        padding: 3px 6px !important;
        color:#666 !important;
        border-radius: 3px;
        border:1px solid #ccc !important;
        font-weight: 500;
        cursor: pointer;
        display: inline-block;
        line-height: 20px !important;
        font-size: 14px !important;
        text-align: center;
        background:#fff !important;
    }
    #subInfo {
        max-width: 100% !important;
        margin: 0 auto;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    #subInfo #sns {
        display: inline;
        margin: 0;
    }
    #subInfo #sns ul {
        margin: 0 auto;
        display:flex;
        justify-content: center;
    }
    #subInfo #sns ul li {
        margin:0 10px;
    }    
}
@media screen and (min-width: 960px){
}
@media screen and (min-width: 1100px){
    #truck img,#camper img{
        max-width: 380px;
    }
    #headerNav{
        max-width: 1100px;
        margin: 10px auto;
    }
    ul#global {
        margin: 0 auto;
    }
    .nav_item1,.nav_item2,.nav_item3,.nav_item4{
    margin-right:0; 
    }
    .nav_item3{
    padding-right: 0px;
    }
    .nav_item4{
    padding-right: 0px;
    }
}


/* ======================
TOP　バナー　改修20191015
========================*/

.main_select.pc {
	display: block;
}
.main_select.sp {
	display: none;
}
.main_select ul{
	display: flex;
	max-width: 1100px;
	padding: 0 5%;
	margin: 0 auto;
	justify-content: space-between;
}
.main_select ul li{
	width: 32%;
}

#banner2 ul {
    display: flex;
    justify-content: space-between;
}
#banner2 ul li{
	width: 32%;
	display: block;
    margin: 0.2% 0;
}

#footer ul.sns {
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin: 1em auto 2em;
    flex-wrap: wrap;
}
#footer ul.sns li {
    padding: 0 1%;
    width: 18%;
    margin-bottom: 1em;
}
#footer ul.sns li a img {
    width: 100%;
}
#footer ul.sns li a {
    opacity: 1;
}

#footer ul.lineNav {
    display: block;
    text-align: center;
    margin-bottom: 2em;
}

#footer #copyright {
    position: static;
    margin-top: 0;
    text-align: center;
}
.norton {
	background: #FFF;
    padding: 0;
}

@media screen and (max-width:800px){
	#footer {
		position: static;
	}
}

@media screen and (max-width:480px){
	.slick-dots {
		bottom: -30px !important;
		background: #fff;
	}
	.main_select.pc {
		display: none;
	}
	.main_select.sp {
		display: block;
		margin-top: 50px;
	}
	.main_select {
	    margin-top: 50px;
	}
	.main_select ul{
		display: block;
	}
	.main_select ul li{
		width: 100%;
	}
	/*
	.main_select ul{
		margin-bottom: 1em;
		padding: 20px 0 0;
	}
	.main_select ul li{
		width: 33%;
	}
	*/
	#banner2 ul{
		display: block;
		margin-bottom: 1em;
	}
	#banner2 ul li{
		width: 100%;
		margin: 5% 0;
	}
	#footer ul.sns {
		padding: 1em;
	    flex-wrap: wrap;
	    margin-bottom: 0;
	}
	#footer ul.sns li {
	    padding: 0 1%;
	    width: 48%;
	}
	#footer ul.lineNav {
	    margin-bottom: 0;
	}
	
}




