@charset "UTF-8";

/*スタイルシートの中で sanitize.css を読み込み、リセットします。*/
@import url(/css/sanitize.css);
/*フォントを統一するためにGoogle の 日本語対応の Web フォント を利用します。*/
/*
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 1.6rem;
	line-height: 1.8em;	
	-webkit-text-size-adjust: 100%;
  background-color: #1a1a1a;
	width: 100%;
	margin: 0 auto;
	color: #FFF;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  color: #fff;
  text-decoration: none;
}
html, body {
width: auto !important;
overflow-x: hidden !important;
}

a:hover {
	color: #e40033;
	text-decoration: none;
}

a,a:hover {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

a img:hover {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;	
}

sup {
    vertical-align: super;
}

.pc_none{display:none;}
.floatL{float:left;}
.floatR{float:right;}
.textL{text-align:left;}
.textR{text-align:right;}
.textC{text-align: center;}
.txt_indent{
	padding-left:1em;
	text-indent:-1em;
}
.txtS{
	font-size: 80%;
}
.red{color:#e40033;}
.bold{font-weight:bold;}
.img_center{vertical-align:inherit;}
.inBlock{display: inline-block}
.flex{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.m_b10{margin-bottom: 10px;}
.m_b20{margin-bottom: 20px;}
.m_t20{margin-top: 20px;}

@media screen and (max-width: 767px) {
	.m_b0_sp{margin-bottom: 0;}
	.m_b10_sp{margin-bottom: 10px;}
	.m_b20_sp{margin-bottom: 20px;}
}

/* コンテンツ共通
---------------------------------------------------------------------- */
#wrapper{
	width: 100%;
	margin: 0 auto;
}

.secWrap01{
	width: 960px;
	margin: 0 auto;
}

.fontDinL{
	font-family: din-condensed, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.fontDinR{
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.ttl{
	text-align: center;
	background: #FFF;
	padding: 30px 0;
}

.brSp{
	display: none;
}

.boxGray{
	display: inline-block;
	color: #FFF;
	background: #888f94;
	min-width: 100px;
	text-align: center;
	padding: 0 10px;
}




@media screen and (max-width: 1079px) {
	.secWrap01{
		width: 90%;
		padding: 5% 0;
	}
	
}

@media screen and (max-width: 767px) {
	.brPc{
		display: none;
	}
	
	.brSp{
		display: block;
	}

}


/* ヘッダー
---------------------------------------------------------------------- */
header{
	width: 100%;
	margin: 0 auto;
	background: url("../images/mv_pc.jpg") no-repeat;
	background-size: cover;
	position: relative;
	height: 100vh;
	border-bottom: #e60033 3px solid;
}

.headBgNone{
	background: none;
	height:30vh;
}

header h2{
	position: absolute;
	width: 110px;
	top: 40px;
	left: 60px;
}


.logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

header .logo p{
	width: 370px;
}

.headBgNone .header .logo p {
  width: 110px;
}

.headBgNone .header .logo{
	top: 20%;
	left: 50%;
	transform: translate(-50%, -20%);
	-webkit-transform: translate(-50%, -20%);
	-ms-transform: translate(-50%, -20%);	
}

header nav{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.85);
	height: 68px;
}

header nav ul{
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 0;
}

header nav ul li{
	color: #FFF;
	width: 10%;
	text-align: center;
}

header nav ul li a{
	color: #FFF;
}

header nav ul .shopBox{
	width: 17%;
}

header nav ul .shopBox a{
	background: #2e2e2e;
	padding: 10px 25px;
	color: #FFF;
	
	font-size: 1.8rem;
}
header nav ul .shopBox a:hover{
	background: #e5e5e5;
	color: #313131;
}


/*ドロップダウン*/
header nav .gNavi ul {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

header nav .gNavi ul > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    background: rgb(29, 33, 19);
}

header nav .gNavi ul > li a {
    display: block;
    color: #fff;
}

header nav .gNavi ul > li a:hover {
    color: #999;
}


.gNavi ul li ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}



header nav .gNavi ul > header nav .gNavi ul li.menu__single {
    position: relative;
}

.menu__single a i{
	padding-left: 5px;
}

.gNavi ul li.menu__single .menu__second-level {
    position: absolute;
    top: 40px;
    width: 20%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	display: block;
	background: rgba(0,0,0,0.85);
	padding: 20px 20px 10px;
}

.gNavi ul li.menu__single .menu__second-level i{
	padding-right: 10px;
}

.gNavi ul li.menu__single .menu__second-level li{
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.gNavi ul li.menu__single:hover .menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

/*.gNavi{
	z-index: 1000;
	position: absolute;
}

.gNavi.fixed{
    position: fixed;
    top: 0;
}
.gNavi {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.navSp{
	display: none;
}


@media screen and (max-width: 1079px) {
	header nav ul{
		width: 100%;
	}
	
	
}

@media screen and (max-width: 767px) {
	header{
		width: 100%;
		background: url("../images/mv_sp.jpg") no-repeat bottom;
		background-size: cover;
		height: 100vh;
	}
	
	header .logo p{
		width: 100%;
	}
	
	.logo {
		width: 80%;
		margin: 0 auto;
		top: 47%;
		left: 50%;
		transform: translate(-50%, -47%);
		-webkit-transform: translate(-50%, -47%);
		-ms-transform: translate(-50%, -47%);
	}	

	
	
	
}


/*-----Gnavi-----*/
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}


@media screen and (max-width: 767px) {
	#nav-open {
			width: 35px;
			top: 0;
	}
	
	.header .nav{
		display: none;
	}
	
	header h2 {
		width: 70px;
		position: static;
		align-self :center;
		margin-left: 10%;
	}	
	
	/*ハンバーガーメニュー*/
	.navSp{
		display: block;
		background: rgba(0,0,0,0.85);
		height: 80px;
		padding: 13px;
		position: fixed;
    width: 100%;
    z-index: 99999;
	}
	.navSp .flex{
		justify-content: space-between;
		padding-top: 5px;
	}
	.menu-btn {
    position: fixed;
    top: 10px;
    left: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
			content: '';
			display: block;
			height: 3px;
			width: 25px;
			border-radius: 3px;
			background-color: #ffffff;
			position: absolute;
	}
	.menu-btn span:before {
			bottom: 8px;
	}
	.menu-btn span:after {
			top: 8px;
	}
	#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
			bottom: 0;
			transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
			top: 0;
			transform: rotate(-45deg);
	}
	#menu-btn-check {
    display: none;
	}
	.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: none;
	}
	.menu-content ul {
			padding: 70px 10px 0;
	}
	.menu-content ul li {
			border-bottom: solid 1px #ffffff;
			list-style: none;
		width: 100%;
		text-align: left;
	}
	.menu-content ul li a {
			display: block;
			width: 100%;
			font-size: 15px;
			box-sizing: border-box;
			color:#ffffff;
			text-decoration: none;
			padding: 9px 15px 10px 0;
			position: relative;
	}
	.menu-content ul li a::before {
			content: "";
			width: 7px;
			height: 7px;
			border-top: solid 2px #ffffff;
			border-right: solid 2px #ffffff;
			transform: rotate(45deg);
			position: absolute;
			right: 11px;
			top: 16px;
	}
	.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: none;
    transition: all 0.5s;/*アニメーション設定*/
	}
	#menu-btn-check:checked ~ .menu-content {
			left: 0;/*メニューを画面内へ*/
	}
	
	header nav ul{
		display: block;
	}
	
	
	.navSp .shopBox{
		align-self :center;
	}
	
	.navSp .shopBox a{
		font-size: 2.2rem;
		/*padding: 5px 10px;*/
		color: #FFF;
	}
	.navSp .shopBox i{
		font-size: 2.4rem;
	}
	
}




/* mission
---------------------------------------------------------------------- */
.mission01{
	background: url("../images/bg_mission.jpg") no-repeat;
	background-size: cover;
	text-align: center;
}

.mission01 h1{
	font-size: 2.8rem;
	line-height: 1.8em;
	font-weight: bold;
	padding-top: 50px;
	margin-bottom: 50px;
}

.mission01 .txt p{
	font-size: 1.8rem;
	margin-bottom: 30px;
	line-height: 1.5em;
}

.mission01 .img{
	padding: 40px 0 70px;
}

.mission02{
	padding: 70px 0 80px;
	text-align: center;
}

.mission02 h3{
	margin: 20px 0 60px;
}



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

}

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

	.mission01 .txt p{
		letter-spacing: -0.02em;
	}
	
	.mission01 .btn{
		width: 100%;
	}
	
	.mission02 {
		padding: 5% 0 10%;
	}	
	
}


/* NEWS
---------------------------------------------------------------------- */
.news{
	margin-top: 50px;
	padding-bottom: 50px;
	color: #444;
}

.newsIn{
	width: 900px;
	background: #FFF;
	margin: 0 auto;
	padding: 30px 50px 40px;
}

.newsIn h2{
	text-align: center;
	margin:0 auto 20px;
	width: 114px;
	padding: 20px 0;
}

.newsIn dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}

.newsIn dl dt{
	width: 20%;
	padding: 15px 20px 15px 20px;
	font-size: 1.6rem;
}


.newsIn .iconNew{
	display: inline-block;
	background: #d4002a;
	color: #FFF;
	padding: 0 10px;
	font-size: 1.2rem;
	margin-left: 10px;
	line-height: 1.8rem;
}

.newsIn dl dd{
	width: 78%;
	padding: 15px 20px 15px 0;
}

.newsIn dd a{
	text-decoration: underline;
	color: #d4002a;
}

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

	.newsIn {
			width: 90%;
	}
	
	.newsIn dl dt{
		width: 25%;
	}

	.newsIn dl dd{
		width: 73.7%;
	}
	
}

@media screen and (max-width: 767px) {
	.newsIn {
		padding: 7%;
	}
	
	.newsIn dl dt {
    width: 100%;
    padding: 15px 0 0 15px;
    margin: 0;
	}

	.newsIn dl dd {
    width: 100%;
    padding: 5px 15px 15px 15px;
	}
	
}



/* PRODUCT
---------------------------------------------------------------------- */
.product .ttl{
	border-bottom: 20px #e60033 solid;
}

/*.productTtl{
	background: #121212;
	
}*/

.productTtl .bnrElite{
	text-align: center;
	margin: 30px auto;
}

.productTtlIn{
	background: url("../images/img_product_pc@2x.png") no-repeat bottom center;
	background-size: cover;
	min-height:802px;
	padding: 60px 40px;
	position: relative;
}

.productTtlIn .txt{
	margin-top: 30px;
}

.productTtlIn .notes{
	position: absolute;
	bottom: 30px;
	left: 40px;
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: #FFF;
}

/*商品*/
.productLine{
	border-top: #e60033 5px solid;
}

.productArea{
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}

.productBox{
	position: relative;
}

.productBox h4{
	margin-top: 50px;
}

.productBox dl{
	margin: 30px auto 40px;
	font-size: 1.4rem;
	line-height: 1.6em;
}

.productBox dl dt{
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: bold;
}

.productBox dl dt,
.productBox dl dd{
	margin-bottom: 20px;
}

.productBox .notes{
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.productBox .img{
	position: absolute;
	bottom: 50px;
	right: 0;
}

.prdtBg{
	background: #333333;
}

.productBox input,
.productBox .btnBuy{
	margin-left: -0.6em;
}

.loadingPrdt dl{
	margin-bottom: 20px;
}

.loadingPrdt .img {
    bottom: 60px;
}

.loadingPrdt .btnDetail{
	margin-bottom: 50px;
}

.loadingPrdt .btnDetail a{
	display: inline-block;
	color: #FFF;
	padding: 9px 20px;
	border: 1px solid #FFF;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4em;
}

.loadingPrdt .btnDetail a span{
	border-bottom: solid 1px #FFF;
	vertical-align: text-bottom;
}

.prdtImg{
	background:url("../images/img_all@2x.jpg") no-repeat center top;
	background-size: cover;
	width: 100vw;
	height: 100vh;
}

@media screen and (max-width: 1079px) {
	.productTtlIn{
		/*background-size: contain;*/
		/*min-height: 60vh;*/
	}
	
	.productTtl .bnrElite{
		width: 90%;
		margin: 20px auto;
	}
	
	.productArea{
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
	}
	
	.productBox {
    position: relative;
	}
	
	.prdtImg{
		height: 50vh
	}

}

@media screen and (max-width: 768px) {	
		/*商品*/
	.productBox{
		width: 100%;
		margin: 0 auto;
		padding: 40% 0 50px;
	}
	
	.productBox .img{
		top: 50px;
		left: 20%;
	}
	
	.hmbPrdt{
		padding: 50% 0 50px;
	}

	.productBox .hmbPrdtImg{
		left: 38%;
	}
	
	.productBox .basePrdtImg{
		left: 25%;
	}
	
	.productBox .loadingPrdtImg{
		left: 32%;
	}
	
}

@media screen and (max-width: 767px) {	
	.productTtlIn{
		background: url("../images/img_product_sp@2x.png") no-repeat bottom center;
		background-size: contain;
		min-height: 60vh;
		padding: 10% 5% 200px;
	}
	
	.productTtlIn .txt{
		line-height: 1.5em;
	}

	.productTtlIn .notes{
		font-size: 1.2rem;
		line-height: 1.4em;
	}
	
	.productTtlIn .notes{
		position: static;
		margin-top: 20px;
		color: #DCDCDC;
	}
	
	/*商品*/
	.productArea {
    padding: 5% 0;
	}
	
	.productBox{
		padding: 200px 0 50px;
	}
	
	.productBox h4{
		width: 80%;
	}

	.productBox .img{
		top: 50px;
		left: 0;
		pointer-events:none;
	}
	.productBox .hmbPrdtImg{
		top: 30px;
	}

	
	.productBox dl {
    margin-bottom: 50px;
	}
	
	.gelPrdt h4{
		width: 90%;
	}
	
	.hmbPrdt h4{
		width: 70%;
	}
	
	.basePrdt h4{
		width: 75%;
	}
	
	.loadingPrdt h4{
		width: 100%;
	}
	
	.loadingPrdt dl{
		margin-bottom: 0;
	}
	
	.productBox form{
		z-index: 999999;
	}
	.prdtImg{
		height: 40vh
	}
}




/* TIPS
---------------------------------------------------------------------- */
.tips{
	border-top: 20px #e60033 solid;
}

.tipsBox{
	width: 960px;
	margin: 50px auto;
	padding: 50px;
	background: #4d4d4d;
	
}

.tips h3{
	margin-bottom: 30px;
}

.title-border {
display: flex;
align-items: center;
}
.title-border:before,
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 2rem;
}
.title-border:after {
margin-left: 2rem;
}

.tips01{
	margin-bottom: 60px;
}

.tips01 dt,
.tips02 dt{
	position: relative;
	padding-left: 80px;
	margin-bottom: 30px;
}

.tips02 dt{
	padding-left: 100px;
	line-height: 1.5em;
}

.tips01 dt:before{
	content: url("../images/tips_01.png");
	position: absolute;
	left: 0;
	top:-17px;
}

.tips01 dd h4{
	background: #1a1a1a;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 2px;
}

.tips01 dd p{
	background: url("../images/bg_redline.jpg") repeat;
	text-align: center;
	padding: 50px 0;
}

.tips02 dt:before{
	content: url("../images/tips_02.png");
	position: absolute;
	left: 0;
	top:-10px;
}

@media screen and (max-width: 1079px) {
	.tipsBox {
    width:100%;
    margin: 0 auto; 
	}
	
	.tips01 dd p {
    padding: 50px 30px;
	}
	
}

@media screen and (max-width: 767px) {
	.tipsBox {
		padding: 50px 5%;
	}	
	
	.tips01 dt:before,
	.tips02 dt:before{
    top: 0;
	}
	.tips01 dt,
	.tips02 dt{
		line-height: 1.4em;
	}
	
	.tips01 dd p {
    padding: 5% 6%;
	}
	
}


/* SAURIST
---------------------------------------------------------------------- */
.saurist{
	width: 100%;
	margin: 0 auto;
	background: #333333;
}

.saurist .ttl{
	border-top: 20px #e60033 solid;
}

.sauristImg{
	background: url("../images/img_saurist@2x.jpg") no-repeat center top;
	background-size: cover;
	width: 100vw;
  height: 100vh;
}

.sauristArea{
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}

.sauristArea h3{
	border-bottom: 2px solid #FFF;
	margin-bottom: 30px;
}

.sauristArea h4{
	font-size: 3.4rem;
	text-align: center;
	margin: 8% auto 5%;
	letter-spacing: 0.03em;
}

.sauristArea .flex{
	margin-top: 30px;
	justify-content: flex-start;
}

.sauristBox{
	width:26%;
	margin-bottom: 40px;
	margin-right: 105px;
	display: flex;
  flex-direction: column;
	position: relative;
}

.sauristBox .new{
	position: absolute;
	background: #c9b287;
	color: #FFF;
	font-size: 1.4rem;
	padding: 0 10px;
	top:-10px;
	left: -10px;
}

.sauristBox .profileBtn{
	margin-top: auto;
}

.sauristBox .profileIcon{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.sauristBox .profileIcon li{
	padding-left: 10px;
}

.sauristBox:nth-child( 3n ) {
	margin-right: 0;
}

.sauristBox ul{
	font-size: 1.4rem;
}

.sauristBox .profile{
	margin: 20px 0 15px;
	line-height: 1.9em;
}

.sauristBox .profile li{
	line-height: 1.4em;
	margin-bottom: 9px;
}

.sauristBox .profile .name{
	font-size: 1.8rem;
	margin-bottom: 0;
}

.sauristBox .profile .player{
	font-size: 1.2rem;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.sauristBox .profileBtn .insta{
	width: 20px;
}

.profileBtn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ambassadorArea .profile .name{
	margin-bottom: 20px;
}

.ambassadorArea .eyeron .name{
	margin-bottom: 0;
}

.ambassadorArea .eyeron .player{
	margin-bottom: 20px;
}

.sauristImg02{
	background: url("../images/img_run@2x.jpg") no-repeat center top;
	background-size: cover;
	width: 100vw;
  height: 100vh;	
}




@media screen and (max-width: 1079px) {
	.sauristImg {
    height: 50vh;
	}
	
	.sauristArea {
    width: 90%;
	}
	
	.sauristBox {
    margin-right: 10%;
	}
	
	.sauristImg02{
		height: 50vh
	}

}


@media screen and (max-width: 767px) {
	.sauristImg {
    height: 40vh;
	}
	
	.sauristArea .flex{
		display: block;
	}
	
	.ambassador{
		margin-top: 15%;
	}

	.sauristBox{
		width: 100%;
		margin: 0 auto 40px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction:  row;
	}
	
	.sauristBox p{
		width: 42%;
	}
	
	.sauristBox div{
		width: 54%;
	}
	.sauristBox .profile{
		margin-top: 0;
	}
	.sauristBox .profile li{
		font-size: 1.2rem;
	}
	
	.sauristBox .profile .name{
		font-weight: bold;
	}

	.sauristBox:nth-child( 3n ) {
		margin-right: auto;
	}
	
	.sauristImg02{
		height: 40vh
	}
	
	.sauristBox .new{
	width: auto;
	top:-20px;
	}


}





/* アプリ
---------------------------------------------------------------------- */
.app{
	background: #FFF;
}

.appMvBg{
	background: url("../images/img_app_pc@2x.jpg") center top no-repeat;
	background-size: cover;
}

.appMv{
	width: 1000px;
	margin: 0 auto;
	position: relative;	
	padding: 100px 0 200px;
}

.appIn {
	width: 45%;
	float: right;
}

.appIn h2{
	border-bottom: 2px solid #FFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.appIn h3{
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.appIn ol{
	counter-reset: section;
	margin-bottom: 30px;
}

.appIn ol li::before{
 	counter-increment: section;
  content: counter(section)'.'; 
	padding-right: 5px;
}
	
.appIn ul{
	display: flex;
	flex-wrap: wrap;
}

.appIn ul li{
	width: 34%;
}



@media screen and (max-width: 1079px) {
	.appMv {
    width: 100%;
	}
	.appIn {
		width: 45%;
		float: right;
		padding-right: 40px;
	}	
	
}


@media screen and (max-width: 767px) {
	.appMvBg{
		background: url(../images/img_app_sp@2x.jpg) -27px top no-repeat;
    background-size: cover;
	}
	
	.appMv {
    padding: 20px 0 9%;
	}
	.appIn {
    width: 50%;
    padding-right: 15px;
	}
	.appIn h2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
	}
	.appIn h3 {
    font-size: 1.6rem;
		margin-bottom: 0;
	}
	.appIn ol {
    margin-bottom: 15px;
	}
	
	.appIn ol li{
		font-size: 1.2rem;
		line-height: 1.8em;
	}
	.appIn ol li::before {
    padding-right: 3px;
	}
	
	.appIn ul li {
    width: 65%;
		margin-bottom: 10px;
	}
	
}



/* FAQ
---------------------------------------------------------------------- */
#Faq{
	background: #1a1a1a;
}

.faq{
	width: 630px;
	margin: 50px auto;
}

.faq h3{
	text-align: center;
	margin-bottom: 20px;
}

.faq .question {
	display: flex;
	position: relative;
	background: #333333;
	padding: 15px 50px 15px 20px;
	margin-bottom: 1px;
	font-size: 1.8rem;
}

.faq label {
	display: block;
	cursor :pointer;
	transition: all 0.5s;
}

/* チェックボックスは表示しない */
.faq input {
	display: none;
}

/* 開けることを示すための下矢印と答えをチェックボックスが入る前の状態にセット */

.faq .collapse-handle {
	height: 14px;
	width: 30px;
	background: url("../images/icon_faq_down.svg") no-repeat;
	position: absolute;
	right: 1em;
	top: 20px;
}

.faq .answer {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
	margin-bottom: 10px;
	font-size: 1.4rem;
}

/* チェックボックスにチェックが入ったら、以下の要素が変更になる */

.checkbox:checked + label .collapse-handle {
	height: 14px;
	width: 30px;
	background: url("../images/icon_faq_up.svg") no-repeat;
	position: absolute;
	right: 1em;
	top: 20px;
}

.checkbox:checked + label + .answer {
	height: auto;
	opacity: 1;
	background: #333333;
	display: flex;
	align-items: flex-start;
	padding: 15px 20px;

}


@media screen and (max-width: 1079px) {
	.faq{
		width: 90%;
		margin: 50px auto;
	}
	
	
}


@media screen and (max-width: 767px) {
	.faq .question {
		font-size: 1.6rem;
		line-height: 1.6em;
	}
}


/* プレスリリース
---------------------------------------------------------------------- */
.headBgNone .header .infoLogo{
	position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
}


.headBgNone .header .infoLogo h1 {
    width: 110px;
}


.prWrap{
	color:#444;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	padding-bottom: 50px;
}

.prWrap a{
	color: #d4002a;
	word-break: break-all;
}

.prList .news {
    margin-top: 0;
}

.prList .news h2.ttl {
  width: 114px;
	border: none;
}

.prWrap .ttl{
	width: 930px;
	margin: 0 auto 30px;
	text-align: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #414141;
}

.prWrap .ttl h2{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4em;
}

.prWrap .ttl h2 span{
	font-size: 1.8rem;
}

.prWrap .ttl .date{
	margin-top: 20px;
}

.prArea{
	width: 930px;
	margin: 0 auto;
	padding: 0 20px;
}

.prArea p{
	text-indent: 1em;
	margin-bottom: 20px;
}

.prArea .noIndent{
	text-indent: 0;
}

.prArea figure{
	text-align: center;
	margin: 30px auto;
}

.prBox{
	margin-bottom: 30px;
}

.prBox h3{
	font-weight: bold;
	background: #333;
	color: #fff;
	padding: 5px 20px;
	margin-bottom: 20px;
}

.prBox .box01{
    margin: 2em 0;
    padding: 0.5em 1em;
    border: double 5px #696969;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.prBox .box02 ol{
	background: #ebebeb;
	padding: 20px 40px;
}

.prBox .list01{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

.prBox .list01 dt{
	width: 23%;
	font-weight: bold;
	padding-right: 10px;
}

.prBox .list01 dd{
	width: 75%;
	margin-bottom: 20px;
}

.prBox .list01 .list02{
	align-items: flex-start;
}

.prBox .list01 .list02 ol{
	width: 65%;
}

.prBox .list01 .list02 figure{
	width: 30%;
}

.prBox .list01 .list02 figure{
	line-height: 1.4em;
}

.prBox .list03 p,
.prBox .list03 ol{
	width: 70%;
}

.prBox .list03 figure{
	width: 28%;
	margin: 0 0 0 15px;
}

.prBox .list04{
	margin-top: 50px;
}

.prBox .list04 figure{
	width: 30%;
	margin: 0 auto;
}

.prBox .list04 .txt{
	width: 62%;
	padding-top: 20px;
}

.prBox .list04 h5{
	margin-top: 20px;
}

.prBox .list04 p {
	text-indent: 0;
}

.prBox .list05{
	width: 70%;
	padding-right: 30px;
}

.prBox .list05 h4{
	font-weight: bold;
	background: #333;
	color: #fff;
	padding: 5px 30px;
	display: inline-block;
	margin-bottom: 10px;
}
 
.prWrap .back{
	text-align: center;
	margin-top: 50px;
}

.prWrap .back i{
	padding-right: 5px;
}

/*2021-06-29-03*/
.prBox .pr210629Box figure{
	width: 35%;
}

.pr210629Box .txtBox{
	width: 60%;
} 

.prBox .pr210629Box .txtBox .txt {
    width: 100%;
}
.prBox .pr210629Box .txtBox .txt  dt {
    width: 32%;
}

.prBox .pr210629Box .txtBox .txt  dd {
    width: 68%;
}


/*2021-06-30*/
.pr210630 .prBox{
	margin-top: 80px;
}

/*2021-07-27*/
.pr210727 .list01{
	width: 70%;
}

.pr210727 .list01  dd .list01in dt{
	width: 20%;
}

.pr210727 .prArea .prBox .list01inImg{
	width: 30%;
	margin: 0;
}

/*2021-08-10*/
.pr2108010 .prBox .list01 {
	width: 100%;
}

/*2022-09-06*/
.pr220906 .list01 .flex,
.pr220906 .list02 .flex{
	justify-content: space-between;
}

.pr220906 .list01 p{
	width: 72%;
}

.pr220906 .list01 figure{
	width: 20%;
	text-align: left;
  margin: 0;
}

.pr220906 .list02 p{
	width: 58%;
}

.pr220906 .list02 figure{
	width: 40%;
	text-align: left;
  margin: 0;
}

/*2022-10-17*/
.pr221017 .list01{
	width: 100%;
	justify-content: space-between;
	margin-bottom: 30px;
}

.pr221017 .list01 div{
	width: 65%;
}

.pr221017 .list01 div dl{
	display: flex;
	flex-wrap: wrap;
}

.pr221017 .list01 div dl dt{
	width: 15%;
}

.pr221017 .list01 div dl dd{
	width: 85%;
	padding-left:1em;
	text-indent:-1em;
}

.pr221017 .list01 div p {
	text-indent: 0;
}

.pr221017 .list01 figure{
	width: 30%;
	margin: 0;
}

.pr221017 .list02 figure{
	width: 80%;
	margin-top: 0;
}

.pr221017 .list02 p{
	margin-bottom: 0;
}


/*2022-10-27*/
.pr221027 .list01 div p{
	text-indent: 0;
}

.pr221027 .list01 .feature ol{
	margin-bottom: 20px;
}

.pr221027 .list01 .feature ol li{
	padding-left:1em;
	text-indent: -1em;
}

.pr221027 .list01 .gest{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.pr221027 .list01 .gest figure{
	margin: 0;
	width: 20%;
}

.pr221027 .list01 .gest dl{
	width: 78%;
}

.pr221027 .list02 div dl{
	display: flex;
	flex-wrap: wrap;
}

.pr221027 .list02 div dl dt{
	width: 15%;
}

.pr221027 .list02 div dl dd{
	width: 85%;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 15px;
}

.pr221027 .smcLogo{
	width: 40%;
	margin: 20px auto;
}

.pr221027 .list03{
	margin-top: 30px;
}

.pr221027 .list03 .product{
	margin-bottom: 30px;
}

.pr221027 .list03 .product figure{
	width: 20%;
}

.pr221027 .list03 .product dl{
	width: 76%;
	padding-top: 10px;
}

.pr221027 .list03 .product dl dd{
	margin-bottom: 10px;
}


@media screen and (max-width: 767px) {
	.headBgNone .header .logo {
			width: 30%;
	}

	.headBgNone .header .logo p {
			width: 100%;
	}
	
	.headBgNone {
    background: none;
    height: 80px;
	}
	
	.prWrap .ttl {
    width: 90%;
	}
	
	.prArea {
    width: 90%;
	}
	
	.prBox .box02 ol{
		padding: 20px 20px 20px 35px;
	}
	
	
	.prBox .list01 {
    width: 100%;
	}
	
	.prBox .list01 dt {
    width: 100%;
	}
	
	.prBox .list01 dd {
    width: 100%;
	}
	
	.prBox .list01 .list02 ol {
    width: 100%;
	}
	.prBox .list01 .list02 figure {
    width: 100%;
	}
	
	.prBox .list03 p,
	.prBox .list03 ol {
    width: 100%;
	}
	
	.prBox .list03 figure {
    width: 100%;
    margin: 0 auto 20px;
	}
	
	/*2021-06-29-03*/
	.pr210629Box .txtBox {
    width: 100%;
	}
	
	.prBox .pr210629Box .txtBox .txt dt,
	.prBox .pr210629Box .txtBox .txt dd{
    width: 100%;
	}
	
	/*2021-07-27*/
	.pr210727 .list01 dd .list01in dt {
    width: 32%;
	}
	
	.pr210727 .list01 dd .list01in dd {
    width: 68%;
	}

	.pr210727 .prArea .prBox .list01inImg {
    width: 100%;
    margin: 20px auto;
	}	
	
	/*2021-08-10*/
	.prBox .list04 figure{
		width: 100%;
	}

	.prBox .list04 .txt{
		width: 100%;
	}
	
	/*2022-01-28*/
	.prBox .list05 {
    width: 100%;
    padding-right: 0;
	}
	
	/*2022-10-17*/
	.pr221017 .list01 div,
	.pr221017 .list01 figure{
    width: 100%;
	}
	
	.pr221017 .list01 div dl dt {
    width: 100%;
	}
	
	.pr221017 .list01 div dl dd {
    width: 100%;
	}
	
	.pr221017 .list02 figure {
    width: 100%;
	}
	
	
	/*2022-10-27*/
	.pr221027 .list01 .gest figure {
    margin: 0 auto 20px;
    width: 70%;
	}
	
	.pr221027 .list01 .gest dl {
    width: 100%;
	}
	
	.pr221027 .list01 .gest dl dd{
		padding-left:1em;
		text-indent:-1em;
	}
	
	.pr221027 .smcLogo {
    width: 80%;
	}
	
	.pr221027 .list02 div dl dt {
    width: 100%;
		font-weight: bold;
	}
	
	.pr221027 .list02 div dl dd {
    width: 100%;
	}
	
	.pr221027 .list02 div dl .noIndent{
		text-indent: 0;
		padding-left: 0;
	}
	
	.pr221027 .list03 .product figure {
    width: 70%;
	}
	
	.pr221027 .list03 .product dl {
    width: 100%;
	}

}

/* マガジンページ
---------------------------------------------------------------------- */
.magazineWrap .magazineLogo{
	color: #FFF;
}

.magazineWrap figure{
	width: 100%;
	margin: 0 auto;
}

.magazineWrap .bgGray{
	background: #f4f4f4;
	color: #313131;
}

.magaListArea{
	background: #f4f4f4;
	padding: 30px 0;
	justify-content: flex-start;/*3列になったらspace-betweenに変える*/
}

.magazineList{
	width: 33%;
	background: #FFF;
	color: #313131;
	margin: 2px;
}

.magazineList a{
	color: #313131;
}

.magazineList ul{
	padding: 30px 20px;
	
}

.magazineList ul .magaListTtl{
	line-height: 1.4em;
}

.magazineList ul .magaListTtl span{
	font-size: 1.4rem;
}

.magazineList ul .magaListName{
	font-size: 1.4rem;
	font-family: adobe-caslon-pro, serif;
	margin-top: 20px;
}

.magazineMv{
	position: relative;
}

.magazineMv h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 5rem;
	line-height: 0.8em;
	text-align: center;
}

.magazineMv h2 span{
	display: block;
	font-size: 2rem;
	text-align: center;
	font-family: adobe-caslon-pro, serif;
}

.magazineTtl{
	text-align: center;
	position: relative;
}

.magazineTtl:before {
  position: absolute;
	bottom: 50px;
	left: calc(50% - 20px);
	width: 50px;
	height: 4px;
	content: '';
	border-radius: 50px;
	background: #313131;
}

.magazineTtl .date{
	font-size: 2.3rem;
	text-align: center;
	font-family: adobe-caslon-pro, serif;
}



.magazineTtl .name{
	font-family: adobe-caslon-pro, serif;
}

.magazineTtl .name span{
	display: block;
	font-size: 1.6rem;
}

.magazineTtl h3{
	font-size: 3rem;
	font-weight: bold;
	margin: 30px auto;
	line-height: 1.2em;
}

.magazineTtl h3 span{
	font-size: 1.6rem;
	display: block;
	font-weight: 100;
	margin-top: 10px;
}

.magazineTxt{
	width: 660px;
	margin: 0 auto;
	padding: 80px 0;
}

.magazineImg{
	position: relative;
}

.magazineImg .txt{
	position: absolute;
	bottom: 5px;
	right: 20px;
	text-shadow:0 0 10px #000;
}

.magazineImg .txtL{
	left:20px;
}

.magazineTxt .subTtl{
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	font-size: 2rem;
}

.magazineTxt .subTtl:before {
  position: absolute;
	bottom: -20px;
	left: calc(50% - 20px);
	width: 50px;
	height: 4px;
	content: '';
	border-radius: 50px;
	background: #313131;
}


.magazineTxt p,
.magazineWrap .column2 .rightBox p{
	margin-bottom: 20px;
}

.magazineWrap .column2 .leftBox{
	width: 50%;
	background: #FFF;
}

.magazineWrap .column2 .rightBox{
	width: 50%;
	background: #FFF;
	padding: 50px;
	color: #313131;
}

.mg2201 .magazineTxt h3{
	line-height: 1.4em;
}

.magaginList h4{
	font-size: 2rem;
}

.magazineKobayashi .magazineMv h2{
	font-size: 3rem;
}


/*研究結果*/
.magazineReserch .magazineTtl .fontDinR{
	font-size: 3.4rem;
}

.magazineUl{
	margin-bottom: 30px;
}

.magazineUl .list01{
	font-size: 2.2rem;
}


.magaginBox .link a{
	color:#e60033;
	text-decoration: underline;
}

.magaginBox .link a:hover{
	opacity: 0.5;
}

.magazineTxt .terms{
	color: #006cb8;
	margin-bottom: 50px;
}

.magazineTxt .terms dl{
	margin-bottom: 20px;
}

.magazineTxt .terms dl dt{
	background: #006cb8;
	padding: 0 20px;
	display: inline-block;
	color: #FFF;
}

.magazineWrap .reserchResult{
	background: #FFF;
	text-align: center;
	color:#313131;
	padding-bottom: 50px;
}

.reserchOl {
  position: relative;
  margin: 0;
  padding: 0 10px 0 6px;
  list-style: none;
  font-weight: bold;
}
.reserchOl li {
  position: relative;
  margin: 12px 20px 0 24px;
  padding: 0;
  line-height: 1.5;
}

.reserchOl {
  counter-reset: li;
	margin-bottom: 30px;
}
.reserchOl > li:before {
  position: absolute;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) "";
  left: -34px;
  top: -1px;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  background: #006cb8;
  padding: 6px 0;
}

.reserchArrow{
	background: #888f94;
	color: #FFF;
	text-align: center;
	padding: 30px;
	margin-bottom: 20px;
}

.magazineReserch .red{
	color: #e60033;
}



@media screen and (max-width: 767px) {
	.magazineTxt {
    width: 90%;
		padding: 50px 0;
	}
	
	.magazineMv h2{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
		font-size: 3.8rem;
}
	
	.magazineElite h2{
		font-size: 2.8rem;
		line-height: 1em;
	}
	
	.magazineMv h2 span{
		font-size: 1.3rem;
	}
	
	.magazineElite h2 .sp_none{
		display: none;
	}
	
	.magazineList{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.magazineTtl h3 {
    font-size: 2.8rem;
	}
	
	.magazineImg{
		background: #f4f4f4;
	}
	
	.magazineImg .txt {
    position: static;
    text-shadow: 0 0 0 #FFF;
		color: #313131;
		padding: 10px;
		line-height: 1.2em;
		font-size: 1.2rem;
	}
	
	
	
	.magazineWrap .column2 .leftBox{
		width: 100%;
	}
	
	.magazineWrap .column2 .rightBox {
    width: 100%;
    background: #f4f4f4;
		padding: 0;
	}
	
	.magazineWrap .column2 .rightBox div{
		width: 90%;
		margin: 0 auto;
		padding: 50px 0;
	}
	
	.magaginList ul li{
		margin-bottom: 10px;
	}
	
	/*研究結果頁*/
	.magazineReserch .kuki .rightBox{
		order: 2;
	}

	.magazineReserch .kuki .leftBox{
		order: 1;
	}
	
}


/* システム移行の登録手順
---------------------------------------------------------------------- */
.transitionArea .red{
	color: #e60033;
}


.transitionArea header{
	border-bottom: none;
}

.transitionArea .infoLogo h1 {
  width: 110px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}

.transitionArea .headBgNone{
	height: auto;
}


.transitionArea main{
	background: #FFF;
	padding: 50px 0;
	color: #313131;
}

.transitionArea h2{
	text-align: center;
}

.transitionArea h3{
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	margin: 100px auto 50px;
}

.transitionArea .beginning .period{
	margin: 60px auto;
	width: 90%;
}

.transitionArea .beginning .period .box{
	background: #60666b;
	color: #FFF;
	text-align: center;
	font-size: 2.4rem;
	width: 300px;
	margin: 0 auto;
	padding: 5px 30px;
	font-weight: bold;
	line-height: 1.8em;
}

.transitionArea .beginning .period .date{
	text-align: center;
	font-size: 2.6rem;
	margin: 20px auto;
	font-weight: bold;
}

.transition h3{
	background: #1a1a1a;
	color: #FFF;
	padding: 20px 0;
}

.transition .ttlPc p{
	text-align: center;
	margin-bottom: 20px;
}

.transition .ttlPc p a{
	color: #e60033;
	text-decoration: underline;
}

.transitionBox{
	margin-bottom: 60px;
	border-bottom: 1px solid #ababab;
}

.transition dl{
	justify-content: flex-start;
}

.transition dl .number{
	background: #1a1a1a;
	color: #FFF;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 1.8em;
	font-size: 3.4rem;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.transition dl dd{
	margin: 15px 0 0 20px;
	font-size: 1.8rem;
	line-height: 1.6em;
	font-weight: bold;
	width: 90%;
}

.transition dl dd span{
	font-size: 80%;
}

.transition dl dd .txtL{
	font-size: 120%;
}

.transitionBox p{
	margin: 30px auto 60px;
	text-align: center;
}

.transitionBox .transition01Sp .red,
.transitionBox .transition01Pc .red{
	font-size: 1.8rem;
}

.transitionBox .transition01Sp{
	width: 100%;
	margin: 25px auto 0;
}

.transitionBox .btn .arrow{
	margin-bottom: 5px;
	font-size: 2rem;
}

.transitionBox .btn .arrow:last-child{
	margin-bottom: 50px;
}

.transitionBox .btn .arrow span{
	display: block;
	font-size: 1.6rem;
	color: #e60033;
}

.transitionBox .btn i{
	padding: 10px;
}

.transition .contact h4{
	font-size: 2rem;
	margin-bottom: 10px;
}

.transition .contact .telPc{
	font-size: 2.8rem;
}

.transition .contact .telSp{
	display: none;
}

.transition .btnForm p a{
	background: #1a1a1a;
	color: #FFF;
	padding: 5px 30px;
	display: inline-block;
	margin-top: 20px;
}

.transition .btnForm p a:hover{
	background: #f1f1f1;
	color: #313131;
}


@media screen and (max-width: 767px) {
	.transitionArea .infoLogo h1{
		width: 70px;
	}
	
	.transitionArea h2 {
    width: 50%;
    margin: 0 auto;
	}
	
	.transitionArea h3{
		width: 90%;
		text-align: center;
		line-height: 1.4em;
		margin: 10% auto 5%;
	}
	
	.transitionArea .beginning .period .date{
		font-size: 2rem;
	}
	
	.transition h3{
		width: 100%;
		font-size: 2rem;
    padding: 20px;
	}

	.transition dl .number {
		width: 50px;
		height: 50px;
		font-size: 3rem;
	}
	
	.transition dl dd {
    margin: 5px 0 0 20px;
    line-height: 1.4em;
    width: 79%;
	}
	
	.transitionBox {
    margin-bottom: 40px;
	}
	
	.transitionBox p {
    margin: 30px auto 40px;
	}
	
	.transition .contact .telPc{
		display: none;
	}
	
	.transition .contact .telSp{
		display: block;
	}
	
	.transition .contact .telSp{
		font-size: 2.8rem;
	}
	
	.transition .contact .telSp a{
		color: #313131;
	}

}


/* 送料有料化
---------------------------------------------------------------------- */
.shipping h3{
	background: #1a1a1a;
	color: #FFF;
	padding: 20px 0;
}

.shippingArea .ttl{
	line-height: 1.4em;
}

.shippingBox{
	background: #e5e5e5;
	padding: 50px 50px;
	margin-bottom: 20px;
}

.shippingBox dl{
	justify-content: flex-start;
	width: 60%;
	margin: 0 auto 30px;
}

.shippingBox dl dt{
	margin-right: 30px;
}

.shippingBox .revise{
	width: 40%;
	margin: 0 auto;
	font-size: 2rem;
}

.shippingBox .arrow{
	text-align: center;
}

.shipping .txt{
	margin-top: 80px;
}

.shippingArea .btn{
	text-align: center;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	
	.shippingArea h3{
		width: 100%;
	}

	.shippingBox {
		padding: 30px 20px;
	}
	
	.shippingBox dl {
    width: 90%;
	}
	
	.shippingBox .revise {
    width: 100%;
    font-size: 1.8rem;
	}
	
	.shippingArea .btn{
		width: 90%;
		margin: 50px auto;
	}
	
}

/* フッター
---------------------------------------------------------------------- */
footer{
	border-top: 20px #e60033 solid;		
}

.footIn{
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}

.footIn h2{
	width: 170px;
	margin: 0 auto;
}

.footIn .iconSns{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px auto;
}

.footIn .iconSns li{
	width: 20px;
	margin: 0 10px;
}

.footIn nav ul{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1rem;
}

.footIn nav ul li{
	padding: 0 20px;
}

.footIn .brandLink{
	margin-bottom: 30px;
}

.footIn .brandLink h3{
	text-align: center;
	font-size: 1.2rem;
}

.footIn .brandLink ul li{
	position: relative;
	padding-right: 25px;
	font-size: 1.4rem;
}

.footIn .brandLink ul .fontDinL{
	font-size: 1.8rem;
}




.footIn .brandLink ul li::after{
	content: "/";
	position: absolute;
	right: 0;
}

.footIn .brandLink ul li:last-child::after{
	content: none;
}

.copy{
	text-align: center;
	font-size: 1rem;
}


@media screen and (max-width: 1079px) {
	.footIn{
		width: 100%;
	}
	
	
}


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


/*----------------------------------------------------
	tb
----------------------------------------------------*/

@media screen and (max-width: 979px) {
	.tab_none{display:none;}

	img{
		max-width:100%;
		height:auto;
	}

	/* コンテンツ共通
	---------------------------------------------------------------------- */


	/* ヘッダー
	---------------------------------------------------------------------- */


	/* トップページ
	---------------------------------------------------------------------- */


	/* フッター
	---------------------------------------------------------------------- */

}
	
/*----------------------------------------------------
	sp
----------------------------------------------------*/

@media screen and (max-width: 767px) {
	
	.sp_none{display:none;}
		.pc_none{display: block;}
	img{
		max-width:100%;
		height:auto;
	}

	/* コンテンツ共通
---------------------------------------------------------------------- */


/* ヘッダー
---------------------------------------------------------------------- */


/* トップページ
---------------------------------------------------------------------- */


/* フッター
---------------------------------------------------------------------- */

}

