html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}

body,html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
    font-family:"aktiv-grotesk","游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;    
}

#wrapper {
	width: 100%;
    height: 100%;     
    background: url(../images/image2.jpg);   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top {
    width: 100%;
    height: 100%;     
    background: url(../images/image2.jpg);   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.header {    
    width: calc(100% - 40px);
    min-height: 57px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-top: 30px;
}

.header img {
    max-width: 50px;
    max-height: 50px;
}

.main {
    width: 100%;
    position: relative;
    color: white;
}

.main .contents {
    width: calc(100% - 40px);
    padding-left: 40px;
    padding-top: 10px;
    font-size: 12px;
    white-space: break-spaces;
    line-height: 1.4em;
    font-family: 'Courier New';
}

.main .contents .link {
    color: white;
    cursor: pointer;
    text-decoration: none;   
}

.main .term {
    width: 400px;
}

.main .contents label {
    text-decoration: underline;
}

.footer {
    color: white;
    padding-left: 40px;
    width: calc(100% - 40px);
    position: absolute;
    height: 60px;
    bottom: 0px;
    left: 0px;
    font-family: 'Courier New';
}

.footer .top-link {
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
}

.footer label {
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}

.footer a,
.footer span {
    color: white;
    text-decoration: none;
    font-family: 'Courier New';
    padding-right: 10px;
    font-size: 12px;
}

.footer a:not(:last-of-type),
.footer span {
    border-right: solid 1px white;
}

.footer span.select {
    color: red;
}

.main_footer {
    display: none;
}

.about_header {
    min-height: 10px;
}

/*----------------scroller----------------*/
.simply-scroll-container { 
	position: relative;
}

.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Container DIV */
.simply-scroll { 
	width: 100vw;
	height: 250px;
	margin-bottom: 1em;
    background: transparent;
}

.simply-scroll .simply-scroll-clip {
	width: 100vw;
	height: 250px;
}
	
.simply-scroll .simply-scroll-list li {
    height: 250px;
    width: unset;
	float: left; 
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simply-scroll .simply-scroll-list li img {
    cursor: pointer;
}

#scroller .group-one {
    width: 250px;
}
#scroller .group-two {
    height: 250px;
}

.scroll-div {
    position: absolute;
    width: 550px;
    height: 550px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}

.scroll-div img {
    max-width: 100%;
    max-height: 100%;
}

/*-----------------スマホ-----------------*/
@media screen and (max-width: 767px) {    
    #wrapper {
        background: url(../images/mobile2.jpg);   
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;   
        min-height: 100%;    
        height: auto;
    }

    .top {
        background: url(../images/mobile2.jpg);   
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;   
        min-height: 100%;    
        height: auto;  
    }

    .header {
        padding-top: 30px;
        width: calc(100% - 20px);
        padding-left: 20px;
    }    

    .about_header {
        padding-top: 0px;
    }

    .main .contents {
        padding-left: 20px;
        width: calc(100% - 20px);
        font-family: 'Courier New';        
    }

    .about-footer {
        position: relative;
    }

    .footer {
        padding-left: unset;
        width: 100%;
        text-align: center;
    }

    .footer .top-link {
        display: inline-block;
        margin-bottom: 5px;
        cursor: pointer;
    }

    .main .main_footer {
        margin-top: 130px;        
        height: 60px !important;
        text-align: center;
        font-size: 12px;
        width: 100%;
        font-family: 'Courier New';
        display: inline-block;
    }

    .main_footer label {
        font-size: 12px;
        margin-bottom: 10px;
        display: inline-block;
        font-family: 'Courier New';
    }

    .main .main_footer a {
        color: white;
        text-decoration: none;  
        font-family: 'Courier New';      
    }

    .main .main_footer .select {
        color: red;
        font-family: 'Courier New';
    }

    .main_footer a:not(:last-of-type),
    .main_footer span {
        border-right: solid 1px white;
        padding-right: 10px;
    }

    .term_footer {
        display: none;
    }

    .scroll-div {
        position: absolute;
        max-width: 90vw;
        max-height: 90vh;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        
        z-index: 100;
        display: none;
    }
}

