@charset "utf-8";
/* CSS Document */

.container {
    width: 96%;
    margin: 125px auto 0 auto;
    overflow: hidden;
}

/* news
---------------------------------------------------------------------------------------------------------------------*/
#main {
	max-width: 980px;
    width: 100%;
	max-width: 980px;
	margin: auto;
    position: relative;
}

.shopnews-main{
    margin-top:90px;
}

.news {
    width: 100%;
    float: left;
	margin: 60px 0 0 0;
}

.news_title {
	width: 100%;
	margin: 0;
	height: 100%;
}
.news_title img {
	width: 40%;
    margin: 0;
}


.english {
    font-size: .9vw;
    color: #9b9b9b;
    margin-top: 5px !important;
}
.news-area {
    width: 60%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5%;
    overflow: hidden;
}
.news-area h2 {
	font-weight: bold;
    margin: 50px 0 0 0;
    font-size: 19.3px;
    line-height: 25px;
}
.news-area .samu-m {
    width: 100%;
    float: left;
	margin-bottom: 1%;
	    border: 1px solid #eeeeee;
    box-sizing: border-box;
}
.news-area p {
    width: 100%;
    font-size: 14px;
    line-height: 160%;
    float: left;
}
.news .bottom {
    border: none;
}

.news-area .index_top_video {

}
.news-area .index_top_video video {
    width: 100%;
    margin: 0%;
    height: auto;
}

.news-area p.date{
    margin: 0 0 1% 0;
    text-align: right;
}


/* fixed_menu
---------------------------------------------------------------------------------------------------------------------*/

.fixed_menu{    
	width: 33%;
    position: fixed;
    left: 62%;
	/* top: 125px; */
    top:190px;
	float:right;
    /*margin-top: -5%;*/
}

.fixed_menu_ttl{
    font-size:20px;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: bold;
}

.fixed_menu .menu_box{    
	width: 100%;
	overflow:hidden;
	/* padding: 8% 0; */
    padding:15px 0;
	border-bottom:1px solid #999999;
}
.fixed_menu .top{
	margin-top: 10px;
	border-top: double 4px #231815;
}
.fixed_menu .bottom{    
	border-bottom: double 4px #231815;
}
.fixed_menu .menu_box img{    
    width: 45%;
    margin-right: 2%;
    float: left;
	border: 1px solid #eeeeee;
    box-sizing: border-box;

}
.fixed_menu .menu_box p{    
	width: 53%;
    float: left;
    font-size: 13px;
    line-height: 19px;
    margin: 0;
	word-break: break-all;
}


@media screen and (min-width: 980px) {
.fixed_menu{    
	width: 330px;
    margin-top:90px;
}
}
@media screen and (max-width: 1030px) {/************ for SP**************************************************************************************/
.fixed_menu{ display:none;}
.news-area {
    width: 96%;
    margin: 0 2%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5%;
    overflow: hidden;
}
}

@media screen and (max-width: 770px) {/************ for SP**************************************************************************************/

}
@media screen and (max-width: 480px) {/************ for SP**************************************************************************************/

.container {
    margin: 80px auto 0 auto;
}

#main {
    width: 100%;
    margin: 0;
    position: relative;
}
.news_title {
    
    height: 100%;
}
.news_title img {
    width: 100%;
	margin-left: 0;
    float: inherit;
}


.news {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}
.news-area h2 {
	font-weight: bold;
	margin: 50px 0 0 0;
	font-size: 3.5vw;
	line-height: 5vw;
}
.news-area .samu-m {
    width: 100%;
    margin: 0 0 1% 0;
}
.news-area p {
    width: 100%;
	font-size: 3vw;
    line-height: 4vw;
}

}
@media screen and (max-width: 320px) {/************ for SP**************************************************************************************/

}

/* news share */

.urlCopy {
    text-align: center;
  }
  
  .articleFooter {
    width: 95%;
    max-width: 700px;
    display: grid;
    grid-template-columns: 20% 50% 30%;
    grid-template-rows: 100px;
    margin: 0 auto;
    height: auto;
    align-items: center;
  }
  
  .shareBtn {
    display: grid;
    grid-template-columns: 40% 20% 20% 20%;
    width: 100%;
    align-items: center;
  }
  
  .shareBtn img {
    height: auto;
    padding-left: 20px;
  }
  
  .lineBtn {
    display: block;
    width: 95%;
    max-width: 700px;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0 auto;
    border: 1px solid #333;
    font-weight: 14px;
    padding: 2%;
    white-space: nowrap;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .lineBtn img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  
  @media screen and (max-width: 768px) {
    .articleFooter {
        grid-template-columns: 1fr;
        grid-auto-flow: column;
        white-space: nowrap;
        text-align: center;
        justify-content: center;
    }
  
    .shareBtn {
        width: 60%;
        margin: 0 auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }
  
  }
  
















