@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
/*/ LP /////////////////////////////////////////////////////*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	letter-spacing: 1.5pt;
	position: relative;
	word-break: break-all;
	background: #fafafa;
	font-feature-settings: "palt";
}
.container {
	width: 100%;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	text-decoration: none;
	color: #333;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/* ------------------------------------------------------------

	PC	
============================================================ */

/*--------main--------*/
#main {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	text-align: center;
	background: url(../../2017ss_order_shoes/images/main_bg.jpg) center center;
	background-size: 130%;
	position: relative;
}
#main h1 {
	max-width: 900px;
	margin: -62px 0 0 -450px;
	position: absolute;
	top: 50%;
	left: 50%;
}

/*--------itemBox--------*/
.bgColor {
	background: #fffaf6 url(http://russet.jp/common_images/layouts2015/bg.png);
	padding: 5% 0;
}
#itemBox,
#tabBoxes {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
#itemBox {
	padding: 5% 0;
}
#itemBox .intro {
	margin: 0 auto 5%;
	font-size: 16px;
	line-height: 2;
	max-width: 800px;
}
#tabMenu li {
    float:left;
    width: 25%;
	box-sizing: border-box;
	padding: 0 1.25%;
	font-size: 20px;
	line-height: 1;
	font-family: 'EB Garamond', serif;
}
#tabMenu li img {
	margin-bottom: 10px;
}
#tabMenu li .arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
#tabMenu li .arrow::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
#tabBox1,#tabBox2,#tabBox3,#tabBox4 {
    max-width: 980px;
	margin: 5% auto;
	padding: 5% 2.5%;
	border: 1px solid #333;
	box-sizing: border-box;
}
#tabBoxes h2 {
	font-size: 40px;
	margin: 0 0 40px;
	font-weight: normal;
	font-family: 'EB Garamond', serif;
	line-height: 1.2;
}
#tabBoxes ul li {
	display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    width: 32.853%;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 0 2.5%;
}
#tabBoxes ul li p {
	margin: 0;
}
#tabBoxes ul li dl dt {
	font-size: 27px;
	margin: 10px 0 5px;
	text-shadow: 1px 1px 0px #333, -1px 1px 0px #333, 1px -1px 0px #333, -1px -1px 0px #333;
	color: #fff;
	font-weight: bold;
	font-family: 'EB Garamond', serif;
	line-height: 1;
}
#tabBoxes ul li dl dd {
	text-align: left;
	margin: 0;
}
#tabBoxes .itemBox {
	overflow: hidden;
	padding-top: 40px;
	margin-top: 20px;
	border-top: 1px #999 dashed;
}
#tabBoxes .itemBox .itemImage {
	float: left;
	width: 40%;
	margin-left: 5%;
	font-size: 11px;
}
#tabBoxes .itemBox .itemText {
	float: left;
	width: 55%;
}
#tabBoxes .itemBox .itemText h3 {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 2.5%;
}
#tabBoxes .itemBox .itemText p {
	width: 75%;
	font-size: 12px;
	text-align: left;
	margin: 0 auto 2.5%;
}

/*--------#coupon--------*/
#coupon p {
	max-width: 900px;
	margin: 0 auto 20px;
	text-align: left;
}
#coupon p em {
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.35;
	color: #cc0000;
}
#coupon p span {
	font-weight: bold;
}

/*--------.couponBtn--------*/
.couponBtn {
	position: relative;
	position: fixed;
	bottom: 180px;
	right: 20px;
	width: 150px;
	height: auto;
	z-index: 999;
}
.couponTxt {
	position: absolute;
	z-index: 999;
}
.couponBg {
	position: absolute;
}

/*--------link--------*/
#link {
	max-width: 950px;
	margin: 80px auto 0;
	padding: 0;
}
#link li {
	width: 47.5%;
	margin: 0 5% 0 0;
	padding: 0;
	border: solid 1px #CDD6DC;
	background: #fff;
	text-align: center;
	float: left;
	display: block;
}
#link li:nth-child(even) {
	margin: 0;
}
#link li a {
	margin: 0;
	padding: 30px 0;
	color: #585752;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
/*--------footer--------*/
footer {
	width: 100%;
	margin: 80px 0 20px 0;
	text-align: center;
}
footer #footer_logo {
	max-width: 140px;
	height: auto;
}
footer #copyright {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: solid 1px #ccc;
	font-size: 13px;
}
/*--------.online_btn--------*/
.online_btn {
	display: block;
	text-align: center;
	text-decoration: none !important;
	width: 70%;
	margin: 5px auto 0;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
	border: 1px solid #333;
}
.online_btn br {
	display: inherit !important;
}
/*--------animation--------*/
.load {
	-webkit-animation: spin 30s linear infinite;
	-moz-animation: spin 30s linear infinite;
	-ms-animation: spin 30s linear infinite;
	-o-animation: spin 30s linear infinite;
	animation: spin 30s linear infinite;
}
@-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
}
}
@-ms-keyframes spin {
 0% {
-ms-transform: rotate(0deg);
}
 100% {
-ms-transform: rotate(360deg);
}
}
@-o-keyframes spin {
 0% {
-o-transform: rotate(0deg);
}
 100% {
-o-transform: rotate(360deg);
}
}
@keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animation01 {
	/* --秒待ってからアニメーションする */
	-webkit-animation-duration: 0.8s;
	animation-delay: 0.8s;
	-khtml-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
}
.animation02 {
	/* --秒待ってからアニメーションする */
	-webkit-animation-duration: 1.5s;
	animation-delay: 1.5s;
	-khtml-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
}

/* ------------------------------------------------------------

	SP
============================================================ */
@media screen and (max-width: 580px) {

/*--------main--------*/
#main {
	background-size: 150%;
	height: 500px;
}
#main h1 {
	width: 100%;
	margin: -22px 0 0 -50%;
}

/*--------itemBox--------*/
#itemBox .intro {
    margin: 40px auto;
	width: 90%;
    font-size: 14px;
	text-align: left;
}
#tabMenu {
	margin: 40px auto;
	width: 95%;
}
#tabMenu li {
    width: 45%;
	margin: 0 2.5% 30px;
	font-size: 14px;
}
#tabMenu li:nth-child(3),
#tabMenu li:nth-child(4) {
	margin: 0 2.5%;
}
#tabBox1,#tabBox2,#tabBox3,#tabBox4 {
    width: 90%;
	padding: 10% 5%;
}
#tabBoxes h2 {
	font-size: 24px;
	letter-spacing: 0.5pt;
	margin-bottom: 5%;
}
#tabBoxes ul li,
#tabBoxes ul li p {
    width: 100%;
}
#tabBoxes ul li dl dt {
	font-size: 24px;
}
#tabBoxes .itemBox .itemImage,
#tabBoxes .itemBox .itemText {
	float: none;
	width: 90%;
	margin: 0 auto;
}
#tabBoxes .itemBox .itemText h3 {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 2.5%;
}
#tabBoxes .itemBox .itemText p {
	width: 100%;
}

/*--------#coupon--------*/
#coupon p {
	width: 90%;
	margin: 0 auto ;
}
#coupon p em {
	font-size: 24px;
	text-align: center;
}


/*--------coupon--------*/
.couponBtn {
	bottom: 130px;
	right: 10px;
	width: 100px;
	height: auto;
}

/*--------link--------*/
#link {
	width: 90%;
	padding: 0;
}
#link li {
	width: 100%;
	margin: 0 0 20px 0;
}
#link li:nth-child(even) {
	margin: 0;
}
#link li a {
	width: 100%;
	margin: 0;
	font-size: 12px;
}
/*--------footer--------*/
footer #copyright {
	font-size: 11px;
}
/*--------.online_btn--------*/
.online_btn {
	font-size: 12px;
}
}
