@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
    letter-spacing: 0.07em;
    line-height: 1.5;
	opacity: 0;
}
body.anim{
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode:forwards;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
@keyframes fadeIn{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.wrapper{
	margin: 0;
}

/* バナー */
.top-bn,.top-bn_ht,.sp-bn{
	opacity: 0;
	transition: all 0.3s;
}

.top-bn {
	position: fixed;
	top: auto;
	bottom: 3%;
	left: 20px;
	font-size: 77%;
	z-index: 99;
}
.top-bn_ht {
	position: fixed;
	top: auto;
	bottom: 3%;
	right: 20px;
	font-size: 77%;
	z-index: 99;
}
.top-bn img {
	width: 140px;
}
.top-bn a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
}
.top-bn_ht a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
}
.top-bn_ht img {
	width: 140px;
}
.sp-bn{
	display: none;
}
@media screen and (max-width: 768px){
	.top-bn a,
	.top-bn_ht a {
		display: none;
	}
	.sp-bn {
		width: 100%;
		position: fixed;
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 99;
		display: flex;
		justify-content: center;
	}
	.sp-bn a img {
		width: 100%;
	}
}

/*------------------------------------------------------------
　共通スタイル
------------------------------------------------------------*/
.MODULE.wrap {
	padding: 72px 0 140px; 
}
@media screen and (max-width: 768px) {
	.MODULE.wrap {
		padding: 32px 24px; 
	} 
}
.MODULE h2 {
	margin: 0 0 42px; 
}
.MODULE h2.title_about {
	margin-bottom: 75px;
	position: relative;
	left: -50px; }
.MODULE h2.title_about span {
	position: relative;
	background: #FFF;
	z-index: auto;
	display: inline-block;
	padding: 10px 10px 20px; 
}
.MODULE h2.title_about span img {
	display: inline-block;
	max-width: 80px; 
}
.MODULE h2.title_about span::after {
	content: "";
	display: block;
	width: 1px;
	height: 200px;
	background: #69828c;
	position: absolute;
	top: auto;
	bottom: -60px;
	left: 20px;
	right: auto;
	margin: auto;
	transform: rotate(-35deg);
	z-index: -1; 
}
.MODULE h2.title_product {
	margin-bottom: 75px; 
}
.MODULE h2.title_product span {
	position: relative;
	background: #66828d;
	z-index: auto;
	display: inline;
	padding: 10px 10px 20px; 
}
.MODULE h2.title_product span img {
	display: inline-block; 
}
.MODULE h2.title_product span::after {
	content: "";
	display: block;
	width: 1px;
	height: 200px;
	background: #FFF;
	position: absolute;
	top: auto;
	bottom: -60px;
	left: 0px;
	right: auto;
	margin: auto;
	transform: rotate(35deg);
	z-index: -1; 
}
.MODULE .btnArea.center {
	text-align: center; 
}
.MODULE .btnArea a {
	display: inline-block; 
}
.MODULE .btnArea a.arw {
	background: url("../images/arw_01.png") no-repeat right 10px center;
	background-size: 7px 9px;
	border: 1px solid #FFF;
	padding: 12px 42px 12px 22px;
	color: #FFF;
	font-family: 'trajan-pro-3', serif;
	transition: all 200ms ease-in-out;
	position: relative; 
}
.MODULE .btnArea a.arw:hover {
	background: url("../images/arw_03.png") no-repeat right 10px center #FFF;
	background-size: 7px 9px;
	color: #66828d; 
}
.MODULE .btnArea a.arw img {
	vertical-align: middle;
	max-width: 106px; 
}
.MODULE .btnArea a.arw:hover .viewmore_on {
	opacity: 1; 
}
.MODULE .btnArea a.arw:hover .viewmore_off {
	opacity: 0; 
}
.MODULE .btnArea a .viewmore_on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 22px;
	right: auto;
	margin: auto;
	opacity: 0; 
}
@media screen and (max-width: 768px) {
	.MODULE h2.title_about {
		left: -10px; 
	}
	.MODULE h2.title_about span {
		display: inline-block; 
	}
	.MODULE h2.title_about img {
		width: 80px; 
	} 
}
.motion-animate {
	transform: translateY(0);
	opacity: 1; 
}

  /* PC Only */
@media screen and (min-width: 769px) {
	.pcOnly {
	display: block !important; }

	.spOnly {
	display: none !important; } 
}
/* SP Only */
@media screen and (max-width: 768px) {
	.pcOnly {
	display: none !important; }

	.spOnly {
	display: block !important; } 
}

/*------------------------------------------------------------
　トップページ専用ヘッダー
------------------------------------------------------------*/

.top_header {
    width: 100vw;
    height: 205px;
    border-top: 10px solid #66828d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
}
.top_header .logo {
	float: left;
    margin: 32px 0 0;
    margin-left: 3%;
}
.top_header .iconArea {
	float: right;
    margin: 30px 0 0;
    width: auto;
    display: flex;
	margin-right: 4.5%;
    margin-top: 50px;
}
.top_header .iconArea ul{
	display:flex;
}
.top_header .iconArea ul > li {
	list-style: none;
	margin: 0 0 0 20px; 
}
.top_header .iconArea ul li{
	list-style: none;
	margin-left:10px;
}
.top_header .iconArea ul > li:nth-of-child(1) {
	list-style: none;
	margin: 0 0 0 20px; 
}
.top_header .iconArea ul > li:nth-of-child(2) {
	list-style: none;
	margin: 0 0 0 20px; 
}
.top_header .iconArea ul > li a {
	display: block; 
}
.top_header .iconArea ul > li img {
	width: auto;
	height: 50px; 
}
@media screen and (max-width: 768px) {
	.top_header {
		padding: 0 12px;
		height: 110px; 
	}
	.top_header .logo img {
		max-width: 130px;
		height: auto; 
	}
	.top_header .iconArea {
		margin-top: 12px; 
	}
	.top_header .iconArea ul > li {
		margin-left: 0px; 
	} 
}

#gtell_toggle-t {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 30px;
	right:57px;
	z-index: 100; 
}
@media screen and (max-width: 768px) {
	#gtell_toggle-t {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 30px;
		right:15px;
		z-index: 100; 
	}
}
#gtell_toggle-t:hover{
	opacity:0.7;
}
#gtell_toggle-t div {
	position: relative;
	top:10px;
}
#gtell_toggle-t div img{
	margin-top:-10px;
	width: 40px;
}
#gtell_toggle-t div span {
	display: block;
	height: 2px;
	background:#66828d;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	opacity:0;
}
#gtell_toggle-t div span:nth-child(2) {
	top: 0px; 
}
#gtell_toggle-t div span:nth-child(3) {
	top: 10px; 
}
#gtell_toggle-t div span:nth-child(4) {
	top: 20px; 
}
#gtell-t.open #gtell_toggle-t div img{
	opacity:0;
}
#gtell-t.open #gtell_toggle-t div span:nth-child(2) {
	opacity:1;
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg); 
}
#gtell-t.open #gtell_toggle-t div span:nth-child(3) {
	opacity:1;
	width: 0;
	left: 50%; 
}
#gtell-t.open #gtell_toggle-t div span:nth-child(4) {
	opacity:1;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg); 
}
#gtell-t .gtell-t {
	display: none;
	position: absolute;
	top: 80px;
	right:0px;
	width: auto;
	background: #66828d;
	z-index: 100;
	padding:0 20px;
}
#gtell-t .gtell-t > ul {
	display:block;
	padding-bottom: 40px; 
}
#gtell-t .gtell-t > ul > li {
	display:block;
	margin:20px auto;
	color:#fff;
	font-size:12px;
	text-align:center;
	letter-spacing:2px;
	list-style: none; 
}
#gtell-t .gtell-t > ul > li:nth-child(1){
	margin:30px auto;
	font-size:18px;
}
#gtell-t .gtell-t > ul > li:nth-child(2){
	margin:20px auto;
	font-size:18px;
}
#gtell-t .gtell-t > ul > li a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 8px;
	font-weight: 400;
	display: block;
	box-sizing:border-box;
	margin:20px;
	margin-bottom:30px;
	padding: 5px 20px;
	color: #4f714c;
	background: #ffff49;
	font-size:24px;
	position:relative
}
#gtell-t .gtell-t > ul > li a:after{
	font-family: 'FontAwesome';
	content: "＞";
	position: absolute;
	top:26%;
	right: 10px;
	font-size:14px;
}

#gtell_toggle-t {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50px;
    right: 57px;
    z-index: 100;
	margin-right: 7%;
}

@media screen and (max-width: 768px) {
	
	.top_header{
		padding:0px
	}
	.top_header .iconArea{
		padding:0 12px;
	}
	#gtell .gtell {
		display: none;
		position: absolute;
		top: 84px;
		right:0px;
		width: 100%;
		background: #66828d;
		z-index: 100;
		padding:0;
	}
	#gnavi.none #nav_toggle{
		display:none;
	}
	#gtell-t .gtell-t{
		display: none;
		position: absolute;
		top: 65px;
		right:0px;
		width: 100%;
		background: #66828d;
		z-index: 100;
		padding:0;
	}
	#gtell_toggle-t div {
		margin-top:-7px;	
	}
	#gtell_toggle-t div img{
		margin-top:-40px;
		margin-left:-10px;
		width: 28.95px;
	}
	#gtell_toggle-t div span {
		margin-left:-10px;
		margin-top:-12px;	
	}
	#gtell-t .gtell-t > ul > li:nth-child(1),#gtell .gtell > ul > li:nth-child(1){
		margin:15px auto;
		font-size:16px;
	}
	#gtell-t .gtell-t > ul > li:nth-child(2),#gtell .gtell > ul > li:nth-child(2){
		margin:5px auto;
		font-size:14px;
	}
	#gtell-t .gtell-t > ul > li,#gtell .gtell > ul > li {
		display:block;
		margin:10px auto;
		color:#fff;
		font-size:10px;
		text-align:center;
		letter-spacing:2px;
		list-style: none; 
	}
	#gtell .gtell > ul > li a ,#gtell-t .gtell-t > ul > li a {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		letter-spacing: 8px;
		font-weight: 400;
		display: block;
		box-sizing:border-box;
		margin:5px 45px;
		padding: 2px 10px;
		color:#66828d;
		background: #fff;
		font-size:18px;
	}
	#gnavi.none #nav_toggle{
		display:none;
	}
	#gtell .gtell > ul > li a:after{
		font-family: 'FontAwesome';
		content: "＞";
		position: absolute;
		top: 17%;
		right: 10px;
		font-size:14px;
	}
	#gtell-t .gtell-t > ul > li a:after{
		font-family: 'FontAwesome';
		content: "＞";
		position: absolute;
		top: 18%;
		right: 10px;
		font-size:14px;
	}
}



/*------------------------------------------------------------
　　FIRSTVIEW
------------------------------------------------------------*/
.firstview {
	width: 100vw;
	min-width: 1050px;
	height: 100vh;
	background: url("../images/fistview_bg.jpg") no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative; 
	top: 30px;
}
.firstview .flex {
	height: 100%;
	z-index: 2;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center; 
}
.firstview .flex strong {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	font-size: 40px;
	color: #0a3e4e;
	letter-spacing: 8px; 
	margin-bottom: 200px;
}
.firstview .flex figure {
	position: absolute;
	bottom: 0px;
	right: 70px; 
}
.firstview .flex figure img {
	max-width: 120px;
	height: auto; 
}
.firstview .flex .scroll {
	width: 100%;
	background-position: center center;
	background-size: 40px;
	background-image: url("../img/index/arw_02.png");
	background-repeat: no-repeat;
	height: 60px;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 10; 
}
.firstview .flex .fistview_item {
	transform: translate3d(0, 20px, 0);
	opacity: 0;
	z-index: 20; 
}
.firstview .flex .fistview_item.move {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	transition: transform 1s ease,opacity .5s ease; 
}
@media screen and (max-width: 768px) {
	.firstview {
		min-width: 100%;
		padding-bottom: 0;
		background: url("../images/fistview_sp.jpg") no-repeat center top;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		background-size: cover; }
	.firstview .flex {
		display: block; }
	.firstview .flex strong {
		font-size: 24px;
		padding: 0 0 0 10%;
		position: absolute;
		bottom: 130px;
		left: 0;
		writing-mode: vertical-rl;
	}
	.firstview .flex figure {
		bottom: 0;
		right: 5%; }
	.firstview .flex figure img {
		max-width: 87px; }
	.firstview .flex .scroll {
		width: 100%;
		background-color: #FFF;
		background-position: center center;
		background-size: 10%;
		background-image: url("../img/index/arw_02.png");
		background-repeat: no-repeat;
		height: 60px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10; 
	} 
}
@media screen and (min-width: 769px){
	.top_display {
		width: 1050px;
		margin: 0 auto;
		position: relative;
		top: 0;
		left: 0;
	}
}

#top_page #gnavi{
	position: relative;
	transition: all 0.3s;
}


/*------------------------------------------------------------
　　ABOUT
------------------------------------------------------------*/
.INDEX.first .flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between; 
}
.INDEX.first .flex .txtArea {
	width: 51%; 
}
.INDEX.first .flex .txtArea strong {
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	font-size: 36px;
	color: #0a3e4e;
	line-height: 1.4;
	margin: 0 0 32px; 
}
.INDEX.first .flex .txtArea p {
	margin: 0 0 18px;
	color: #69828c;
	line-height: 28px;
	letter-spacing: 3px; 
	font-size: 15px;
}
.INDEX.first .flex .txtArea p:last-of-type {
	margin-bottom: 0; 
}
.INDEX.first .flex figure {
	width: 45%;
	position: relative; 
}
.INDEX.first .flex figure img {
	margin: 35px 0 0;
	max-width: calc(100% - 35px);
	height: auto; 
}
.INDEX.first .flex figure:after {
	content: "";
	width: 80%;
	height: 30%;
	background: #66828d;
	position: absolute;
	top: 0%;
	right: 0;
	z-index: -1; 
}
.INDEX.first .flex .about_description img {
	max-width: 442px;
	width: 100%; 
}
@media screen and (max-width: 768px) {
	.INDEX.first .flex figure:after {
		content: "";
		width: 80%;
		height: 80%;
		background: #66828d;
		position: absolute;
		top: -3%;
		right: 0;
		z-index: -1; 
	}
	.INDEX.first .flex .txtArea {
		width: 100%;
		order: 2; 
	}
	.INDEX.first .flex .txtArea p {
		letter-spacing: 1px; 
	}
	.INDEX.first .flex .txtArea strong {
		font-size: 28px;
		margin: 0 0 24px; 
	}
	.INDEX.first .flex figure {
		width: 100%;
		order: 1;
		margin: 0 10% 15%; 
	}
	.INDEX.first .flex figure img {
		margin: 20px 0 0;
		max-width: calc(100% - 20px); 
	}
}

.MODULE .btnArea.center{
	margin-top:20px;
}
.MODULE .btnArea.center.makeup{
	margin-top:3px;
}
.INDEX.second .flex > li:nth-child(4) dl dt img {
	max-width: 190px;
}
.INDEX.second .flex > li:last-child dl dt img {
	max-width: 227px;
}
.INDEX_int.MODULE .btnArea a.arw{
	border: 1px solid #fff;
	background: url("../images/arw_01b.png") no-repeat right 10px center;
	background-size:10px;
}

	@media screen and (min-width: 769px) {
		.about{
			width: 100%;
			max-width: 1100px;
			margin: auto;
		}
	}
	

/*------------------------------------------------------------
　　PRODUCT
------------------------------------------------------------*/
#spmore-toggle{
	display:none;
}
.spmore-li{
	display:block;
}
.INDEX.second {
	background: #66828d;
	color: #FFF;
	position: relative;
	overflow: hidden; 
}
.INDEX.second .flex {
	padding-top: 180px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between; 
}
.INDEX.second .flex > li {
	list-style: none;
	width: 22%; 
}
.INDEX.second .flex > li:nth-child(1) figure {
	transition: all 800ms 200ms ease-in; 
}
.INDEX.second .flex > li:nth-child(3) figure {
	transition: all 800ms 400ms ease-in; 
}
.INDEX.second .flex > li:nth-child(4) figure {
	transition: all 800ms 600ms ease-in; 
}
.INDEX.second .flex > li:nth-child(5) figure {
	transition: all 800ms 800ms ease-in; 
}
.INDEX.second .flex > li figure {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	justify-content: center;
	align-items: center;
	height: 375px;
	opacity: 1;
	transform: translateX(0) translateY(0px); 
}
.INDEX.second .flex > li figure img {
	height: 100%;
	width: auto; 
}
.INDEX.second .flex > li figure img.m {
	width: 90%;
	height: auto; 
}
.INDEX.second .flex > li dl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	text-align: center;
	padding: 32px 0 24px; 
}
.INDEX.second .flex > li dl dt {
	font-size: 14px;
}
.INDEX.second .flex > li dl dd {
	font-size: 20px; 
}
.INDEX.second .flex > li:first-child dl dt img {
	max-width: 186px; 
}
.INDEX.second .flex > li:nth-child(3) dl dt img {
	max-width: 211px; 
}
.INDEX.second .flex > li:nth-child(4) dl dt img {
	max-width: 190px; 
}
.INDEX.second .flex > li:last-child dl dt {
	padding-bottom: 0; 
}
.INDEX.second .flex > li:last-child dl dt img {
	max-width: 227px; 
}
.INDEX.second .product_title {
	position: absolute;
	top: -82px;
	left: -400px;
	max-width: 750px; 
}
@media screen and (max-width: 768px) {
	#spmore-toggle{
		display:block;
		width:160px;
		height:53.5px;
		margin:0 auto;
		margin-bottom:60px;
	}
	.spmore-li{
		display:none;
	}
	.spmore-li.open{
		display:block;
	}
	#spmore-toggle.open{
		display:none;
	}
	.INDEX.second .flex > li {
		width: 100%;
		margin: 0 0 20%; 
	}
	.INDEX.second .flex > li figure {
		height: auto; 
	}
	.INDEX.second .flex > li figure img {
		width: auto;
	max-height: 300px; 
}
	.INDEX.second .flex > li figure img.m {
		width: 50%; 
	}
	.INDEX.second .flex > li dl {
		padding: 14px 0 12px; 
	}
	.INDEX.second .flex > li dl dt {
		padding-bottom: 5% !important; 
	}
	.INDEX.second .product_title {
		max-width: 500px;
		top: -149px;
		left: -55px; 
	} 
}
.pr_title_pc{
	display:block;
	margin:0 auto;
}
.pr_title_pc img{
	width:200px;
}
.pr_title_sp{
	display:none;
}
	
@media screen and (max-width:768px){
	.pr_title_pc{
		display:none;
	}
	.pr_title_sp{
		display:block;
		margin:0 auto;
	}
}
.MODULE.wrap_model{
	padding-top:100px;
}
.INDEX.second .flex > li:nth-child(2) dl dt img{
	max-width:211px;
}
@media screen and (max-width: 768px) {
	.wrap_model {
		padding: 32px 24px; 
	} 
}
.product-warning {
	display: block;
	width: 1050px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-size: 10px;
	margin-top: 30px;
	letter-spacing: 1px;
	font-style: normal;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.product-warning-sp {
	display: none;
}
@media screen and (max-width: 640px){
	.product-warning-sp {
		width: 100%;
		text-align: center;
		display: block;
		margin: 0 auto;
		color: #fff;
		font-size: 10px;
		letter-spacing: 1px;
		margin-top: 20px;
		margin-bottom: 30px;
		font-style: normal;
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}
	.product-warning {
		display: none;
	}
}

/*------------------------------------------------------------
　　NEWS
------------------------------------------------------------*/

.news_section{
	padding-bottom:80px;
	max-width:800px;
	margin:auto;
	color: #555;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 80%;
    letter-spacing: 0.07em;
    line-height: 1.5;
}
.news_list{
	width:70%;
	margin:auto;
	max-height:230px;
	overflow-y:scroll;
}
.news_list li{
	margin-bottom:10px;
	font-size:12px;
}
.news_list li a{
	color:#555;
	letter-spacing:2px;
}
.news_list time{
	margin-right:10px;
		display:block;
}
.news_section{
	padding-bottom:0;
}
@media screen and (max-width:640px){
	.newsarea{
		margin-top:50px;
	}
	.news_section{
		padding-bottom:40px;
	}
	.news_list{
		width:76%;
	}
	.news_list time{
		display:block;
	}
}
.product-warning{
	display:block;
	width:1050px;
	margin:0 auto;
	text-align:left;
	color:#fff;
	font-size:10px;
	margin-top:30px;
	letter-spacing:1px;
	font-style: normal; 
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.br-sp{
	display:none;
}
.product-warning-sp{
	display:none;
}
@media screen and (max-width:640px){
	.product-warning{
		display:none;
	}
	.product-warning-sp{
		width:100%;
		text-align:center;
		display:block;
		margin:0 auto;
		color:#fff;
		font-size:10px;
		letter-spacing:1px;
		margin-top: 20px;
		margin-bottom:30px;
		font-style: normal; 
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}
	.br-sp{
		display:block;
	}
}
.MODULE h2.newslogo img {
	width:65px ;
	margin-left:8px;
}

@media screen and (max-width: 768px) {
	.MODULE h2.newslogo img {
		width:62px ;
	}
}

#top_page #gnavi.scroll{
	position: fixed;
}
.wrapper.scroll{
	margin-top: 85px;
}


















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


}