@charset "UTF-8";
/* CSS Document */
body{
    font-family: 'Noto Sans JP', sans-serif;
}

.top_header{
	width: 375px;
	margin: 0px;
	background-color: white;
	position: fixed ;
	height: 64px;
	z-index: 2;
}

a{
    text-decoration: none
}

ul{
    list-style: none
}

.logo_img{
	padding-top:5px;
	height: 50px;
	float:left;
}

#menu_img{
    width: 100px;
    height: 30px;
	padding-top: 21px;
	padding-left: 70px;
	position:fixed;
    cursor: pointer;
}
.section{
	position: relative;
	float: inherit;
	padding: 0px 0px 5px 0px;
	width: 355px ;
	
}

.section-sec2{
    text-align: center;
    color: #808080;
}

#sec_1{
	padding-top: 70px;
}

#sec2-img{
	width: 80%;
    padding: 10px 0px 10px 40px
}
	
#hide{
    float: right;
    cursor: pointer;
}

.section_img{
    width:355px;
}

.menu-wrapper.active span{
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
.menu-wrapper.active span{
	left: 50%;
	opacity: 0;
	
}

.menu{background-color: white; height: 250px; display: none;}
.menu ul{padding: 10px 60px 0px 40px;}
.menu ul li a{color: #808080;  line-height: 260%;}
.onanimation{display: block;}

#link-1{
    padding-left: 180px;
    font-family: 'Noto Sans JP', sans-serif; 
}

#link-2{
    padding-left: 150px;
    font-family: 'Noto Sans JP', sans-serif;
}
.document{
    padding-left: 55px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #808080;
}

.document_sec1{
    text-align: center;
    padding-bottom: 30px;
}
#doc-1{
    color: #808080;
    padding-left: 68px;
    font-size: 30px;
}

#doc-2{
    padding-left: 25px;
    font-size: 25px;
    color: #808080;
}



.background-sec3{
    background-color: #A3A3A3;
    height: 20px;
    width: 230px;
    margin: auto;
}
.document-sec3{
    font-family: 'Noto Sans JP', sans-serif;
    color: white;
    font-size: 12px;
    text-align: center;
}

.sec-img-3{
    width: 80%;
    margin:auto;
    padding: 10px 0px 0px 30px;
}

.link-img{
    padding-top: 20px;
    padding-bottom: 40px;
    float: right;
    width: 400px;
}

.line-up-wrapper p{
    padding-top: 40px;
}
@media screen and (max-width:480px){
}

.line-up{
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex; }

/* 画面幅が768px以上の場合、横スクロールを解除 */
@media screen and (min-width: 768px) {
  .line-up{
    overflow-x: inherit;
    padding: 0 8px 6px; } }

.line-up li{
    width: 100%;
    padding: 0px 10px 0px 10px;
}

.line-up > li:not(:last-child) {
  margin-right: 5px; }

.line-up > li:last-child {
  padding-right: 5px; }

@media screen and (min-width: 768px) {
  .line-up > li:last-child {
    padding-right: 0; } }

.line-up-img {
    width: 150px;
    display: inline-block; /* インラインブロック化 */
    vertical-align: bottom;
    margin: 5px 0px;
    padding: 10px;
    border: 2px solid #B2B2B2;
}

.line-up-img2{
    height: 142px;
    width: 140px
}

.footer-img{
    height: 300px;
    padding: 50px 20px 10px 70px
}

.line-up div{
    color: #808080;
    font-size: 15px
}