@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Lato|Noto+Sans');


html {
	font-size: 62.5%;
	width: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	word-wrap: break-word;
	color: #111;
	background: #fff;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



/* reset
--------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"] {
    outline: 0;
    border: 0px;
    background: transparent;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
select::-ms-expand {
    display: none;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
li {
	list-style-type: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
img {
	border: 0;
}

a {
	color: inherit;
    text-decoration: none;
}



/* common
-------------------------------------------------------------*/
select {
	width: 100%;
    padding: 10px;
    border: 1px solid #111;
    background: #fff;
	font-size: 20px;
	font-size: 2rem;
}
.cf::after {
	content: "";
	display: table;
	clear: both;
}
.sm-txt {
	font-size: 10px;
	font-size: 1rem;
}
.font-weight-bold {
	font-weight: bold;
}
.font-weight-normal {
	font-weight: normal;
}
.text-red {
	color: #cc3333;
}
.text-blue {
	color: #333ccc;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.asterisk {
	padding-left: 1em;
	text-indent: -1em;
}
.asterisk > span {
	display: inline-block;
    width: 1em;
    text-indent: 0;
}
.underline {
	text-decoration: underline;
}
.highlighter {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.asterisk > span.highlighter {
	display: inline;
}
.inner-wrap {
	width: 1000px;
	margin: 0 auto;
}
.bg-ede {
	background: #ededed;
}
.bg-111 {
	background: #111;
	color: #fff;
}
.bg-333 {
	background: #333;
	color: #fff;
}
.bg-666 {
	background: #666;
	color: #fff;
}
.bg-yel {
	background: #fdd000;
}
.breadcrumbs {
    width: 100%;
    border-bottom: solid 1px #ccc;
	margin-bottom: 100px;
}
.breadcrumbs ol {
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    padding: 10px 0 5px;
}
.breadcrumbs li {
    font-size: 12px;
    font-size: 1.2rem;
	color: #111;
	margin-bottom: 5px;
}
.breadcrumbs li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    padding: 0 15px;
    color: #ccc;
}
.breadcrumbs li:last-child {
	font-weight: bold;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.breadcrumbs li a:hover {
	opacity: 0.6;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
h1.caption, h2.caption {
	text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #111;
	position: relative;
}
h1.caption span.sp-caption, h2.caption span.sp-caption {
	display: inline-block;
	font-size: 28px;
	font-size: 2.8rem;
}
h1.caption span, h2.caption span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}
.fade-up, .fade-up li, .fade-up article {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
ul.fade-up li, .fade-up article {
  transition: .8s;
  transition-delay: .8s;
}
main .lead {
	font-size: 18px;
    font-size: 1.8rem;
    line-height: 3.4rem;
	text-align: center;
    padding: 0 40px 20px;
}
.btn {
	position: relative;
    display: inline-block;
	color: #111;
    background: transparent;
    border: solid 1px #111;
    border-radius: 6px;
    box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .25s ease,color .25s ease;
    transition: background-color .25s ease,color .25s ease;
}
.btn:hover {
    color: #fff;
    background-color: #111;
}
.btn a {
	display: block;
}
a.txt-btn {
	display: inline-block;
    text-align: center;
    color: #111;
    background: #fff;
	border: solid 1px #111;
	border-radius: 6px;
    margin: 0 5px;
    padding: 5px 20px;
    text-decoration: none;
    box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
}
a.txt-btn:hover {
	opacity: 1;
    color: #fff;
    background-color: #111;
}
.asterisk a.txt-btn {
	text-indent: 0;
}



/* header
-------------------------------------------------------------*/
nav.rakuten-nav {
	font-size: 12px;
	font-size: 1.2rem;
}
nav.rakuten-nav, nav.guide-nav {
	text-align: right;
}
.rakuten-nav li {
	display:inline;
    padding-left: 20px;
}
.rakuten-nav li a:hover {
	text-decoration: underline;
}
.main-nav {
	height: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.header-logo a {
	position: relative;
	display: block;
	width: 220px;
	height: 70px;
}
.header-logo a:hover,.guide-nav li:hover {
	opacity: 0.6;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	cursor: pointer;
}
.header-logo img {
	width: 76px;
	height: 84%;
}
.header-logo p {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
nav.guide-nav {
	font-size: 14px;
	font-size: 1.4rem;
    margin-left: auto;
}
.guide-nav ul {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flow: row
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-justify-content: flex-end;
    -ms-flex-pack:
	justify-content: flex-end;
}
.guide-nav li {
	display: inline;
	margin-left: 20px;
}
.guide-nav li.guide01 {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/icon/basket.svg) left center / auto 20px no-repeat;
}
.guide-nav li.guide02 {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/icon/wallet.svg) left center / auto 20px no-repeat;
}
.guide-nav li.guide03 {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/icon/truck.svg) left center / auto 20px no-repeat;
}
.guide-nav li.guide04 {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/icon/receipt.svg) left center / auto 20px no-repeat;
}
.guide-nav li.guide05 {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/icon/question.svg) left center / auto 20px no-repeat;
}
.guide-nav li a {
	display: block;
    padding: 24px 0 24px 24px;
}
.guide-nav li.guide01 a {
	padding-left: 28px;
}
.guide-nav li.guide03 a {
	padding-left: 27px;
}
.guide-nav li.guide04 a {
	padding-left: 19px;
}
.main-category {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	height: 60px;
	/*margin-bottom: 126px;*/
	margin-bottom: 175px;
}
.full_content {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	clear: both;
	position: relative;
}
.menu {
	height: 60px;
    float: left;
    list-style: none;
    padding: 16px;
    text-align: center;
    display: block !important;
    cursor: pointer;
    color: #FFF;
}
.menu:first-child {
	margin-left:0;
}
.hover {
	font-weight: bold;
	display: block !important;
	border-bottom: 3px solid #fdd000;
}
ul.content {
	width: 1000px;
	height: 126px;
	color: #111;
	background: #FFF;
	position: absolute;
	top: 60px;
	left: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
ul.content li {
	flex-basis: 20%;
	height: 42px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
ul.content li a {
	display: block;
    padding: 10px 14px 10px 50px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
ul.content li a span {
	display: inline-block;
}
.machine01 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/chainsaw.png) 10px center / auto 25px no-repeat;
}
.machine02 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/chipper.png) 20px center / auto 25px no-repeat;
}
.machine03 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/wood-splitting.png) 20px center / auto 32px no-repeat;
}
.machine04 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/tiller.png) 20px center / auto 35px no-repeat;
}
.machine05 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/earth-auger.png) 20px center / auto 30px no-repeat;
}
.machine06 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/sprayer.png) 20px center / auto 40px no-repeat;
}
.machine07 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/lawn-mower.png) 17px center / auto 25px no-repeat;
}
.machine08 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/vacuum.png) 18px center / auto 25px no-repeat;
}
.machine09 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/snow-remover.png) 18px center / auto 26px no-repeat;
}
.machine10 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/compacter.png) 20px center / auto 28px no-repeat;
}
.machine11 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/generator.png) 19px center / auto 25px no-repeat;
}
.machine12 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/ice-shaver.png) 21px center / auto 25px no-repeat;
}
.machine13 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/seniorcar.png) 10px center / auto 25px no-repeat;
}
.machine14 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/snowparts.png) 10px center / auto 25px no-repeat;
}
.machine15 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/pump.png) 25px center / auto 25px no-repeat;
}
.machine16 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/compacter.png) 20px center / auto 25px no-repeat;
}
.machine17 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/compressor.png) 10px center / auto 25px no-repeat;
}
.machine18 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/pelletizer.png) 20px center / auto 25px no-repeat;
}
.machine19 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/trowel.png) 20px center / auto 25px no-repeat;
}
.machine20 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/welding.png) 20px center / auto 25px no-repeat;
}
.machine22 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/hg-dgpw1908-1.png) 15px center / auto 25px no-repeat;
	background-size: 22px;
}
.training01 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/spinbike.png) 16px center / auto 30px no-repeat;
}
.training02 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/bench.png) 16px center / auto 27px no-repeat;
}
.training03 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/trainingwear.png) 16px center / auto 27px no-repeat;
}
.leisure01 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/boat.png) 13px center / auto 20px no-repeat;
}
.leisure02 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/bike.png) 20px center / auto 25px no-repeat;
}
.leisure03 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/battery.png) 20px center / auto 25px no-repeat;
}
.leisure04 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/Fuelcan.png) 20px center / auto 25px no-repeat;
}
.leisure05 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/rollerboard.png) 20px center / auto 25px no-repeat;
}
.leisure06 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/rack.png) 20px center / auto 25px no-repeat;
}
.leisure07 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/carriercart.png) 20px center / auto 25px no-repeat;
}

ul.content li a:hover {
	opacity: 1;
	color: #fff;
	background-color: #111;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
}
ul.content li a::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
ul.content li a:hover::after {
  top: 0;
  background: #111;
}
#slide-line {
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color:#fdd000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


/* search area */
.main-category form {
    padding: 10px 20px 10px 0;
}
.main-category .search_area {
	width: 260px;
	display: inline-block;
	background: #fff;
	border-radius: 6px;
	position: relative;
}
.main-category .search_area dt {
	margin-right: 40px;
    padding: 5px 0 5px 10px;
}
.main-category .search_area dt input {
	font-size: 16px;
    font-size: 1.6rem;
	line-height: 30px;
    width: 100%;
    height: 30px;
    color: #111;
    border: none;
    background-color: rgba( 255, 255, 255, 0 );
}
.main-category .search_area dd input {
	width: 40px;
	height: 40px;
	padding: 9px 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.search_area dd input:hover {
	opacity: 0.7;
}
/* placeholder文字色 */
input::-webkit-input-placeholder{
    color: #999;
}
input::-moz-placeholder{
    color: #999;
}
input:-moz-placeholder{
    color: #999;
}
input:-ms-input-placeholder{
    color: #999;
}
/* フォーカス時にplaceholderの文字を消す */
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
a.cart-btn {
	width: 60px;
    height: 60px;
    background: url(https://www.rakuten.ne.jp/gold/haige/images/header/icon/cart.svg) center center / auto 30px no-repeat;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
a.cart-btn:hover, .menu-trigger:hover {
	opacity: 0.6;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}

/* menu */
.menu-trigger {
	width: 85px;
	height: 40px;
	border-radius: 6px;
	margin: 10px 0 10px 20px;
	color: #111;
	background: #fff;
	position: relative;
	cursor: pointer;
}
.menu-trigger span {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
a.menu-trigger:hover {
	opacity: 1;
}
.menu-trigger span {
	position: absolute;
    left: 7px;
    width: 14px;
    height: 2px;
    background-color: #111;
}
.menu-trigger span:nth-of-type(1) {
	top: 15px;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 13px;
}
.menu-trigger p {
	font-size: 18px;
	font-size: 1.8rem;
    text-align: right;
    padding: 6px 5px;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 9999;
}
.modal {
	width: 100%;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: rgba(0, 0, 0, 0.9);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}
.modal::after {
	display: table;
	content: '';
	clear: both;
}
.modal .inner-wrap {
	position: relative;
}
.button {
    cursor: pointer;
	width: 80px;
    height: 80px;
    color: #111;
    background-color: #fff;
	opacity: 0.5;
	padding: 10px;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
	z-index: 9999;
}
.button:hover {
	opacity: 1;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
}
.css-close {
	display: inline-block;
    position: relative;
    margin: 0px 4px 0 4px;
    padding: 0;
    width: 2px;
    height: 40px;
    background: #111;
    transform: rotate(45deg);
}
.css-close:before {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    width: 40px;
    height: 2px;
    margin-top: -1px;
    background: #111;
}
.button p {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.modal .header-logo {
	height: 90px;
	padding-top: 12px;
}
.advantage, .main-menu nav > ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;	text-align: left;
}
.advantage li {
	width: 188px;
	position: relative;
	text-align: center;
}
.advantage li a {
    display: block;
    height: 188px;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
}
.advantage li.advantage01 a  {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/advantage/advantage01.svg) center 25px / auto 50px no-repeat #333;
}
.advantage li.advantage02 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/advantage/advantage02.svg) center 25px / auto 50px no-repeat #333;
}
.advantage li.advantage03 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/advantage/advantage03.svg) center 25px / auto 50px no-repeat #333;

}
.advantage li.advantage04 a {
    background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/advantage/advantage04.svg) center 25px / auto 50px no-repeat #333;
}
.advantage li.advantage05 a {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/advantage/advantage05.svg) center 25px / auto 50px no-repeat #333;
}
.advantage li a:hover {
    background-color: #ccc;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.advantage li p {
	width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
	position: absolute;
	top: 65%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.advantage li span {
	display: block;
	line-height: 1.4;
}
.main-menu nav {
    line-height: 2.4;
	padding: 40px 0 80px;
}
.main-menu nav a:hover {
	text-decoration: underline;
}
.main-menu nav > ul > li {
	width: 235px;
	font-weight: bold;
}
.main-menu nav > ul > li > ul {
    margin-top: 5px;
	padding-top: 5px;
	border-top: solid 1px #fff;
}
.main-menu nav > ul > li > ul > li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	padding-right: 10px;
}
.main-menu nav > ul > li > ul > li > ul {
	text-indent: 1.5rem;
}
/* menu */
.main-img {
    width: 100%;
	background: #111;
}
.slider-container {
	display: none;
	position: relative;
}
.slider-container.initialized {
	display: block;
	width: 100%;
}
div.slider img {
	/*max-width: 500px;*/ /*元に戻すときに復活させる*/
	max-width: 1000px; /*元に戻すときに消去*/

}
div.slider a img:hover {
	opacity: 0.8;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}
.slider .slick-slide > img {
	display: block;
	width: 100vw;
	height: auto;
}
.slider-nav .slick-slide > img {
	display: block;
	width: 100%;
	height: auto;
}
:focus {
    outline: 0;
}
/* お知らせ */
.info {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	position: relative;
}
.info .bg-666 {
	width: 200px;
    background: #666;
    text-align: center;
    position: relative;
}
.info h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.info-area {
	width: 680px;
	padding: 18px 0 20px;
}
.info dl {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	padding-bottom: 20px;
}
.info dt, .info dd {
	padding-left: 40px;
}
.info dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info dd a {
	text-decoration: underline;
}
.info dd a:hover {
	text-decoration: none;
	opacity: 0.6;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.info .btn {
	color: #fff;
	border: solid 1px #fff;
    background: transparent;
	border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.info .btn a {
	padding: 6px 13px 7px 16px;
}
.info .btn:hover {
    color: #111;
    background: #fff;
}



/* main
-------------------------------------------------------------*/
.block {
	padding: 60px 0px 80px;
}
main ul.nav-btn {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
}
main ul.nav-btn li {
    -webkit-flex-basis: 46%;
    flex-basis: 46%;
 	text-align: center;
    margin: 2%;
	position: relative;
}
main ul.nav-btn li a {
	display: block;
	height: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.8);
}
main ul.nav-btn li a:hover {
	background: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}
.usage {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.usage li {
	text-align: center;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	max-width: 235px;
	height: 235px;
	margin: 7.5px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}
.usage li:hover {
	opacity: 0.6;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.usage li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.usage li .bg-white {
	width: 100%;
	height: 100px;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.usage li .bg-white > div {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.usage li h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 12px;
}
.usage li p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}
.usage li p span {
	display: inline-block;
}
.usage01 {
    background: url(https://www.rakuten.ne.jp/gold/haige/images/top/usage/usage01.png) center center / 236px 236px no-repeat;
}
.usage02 {
    background: url(https://www.rakuten.ne.jp/gold/haige/images/top/usage/usage02.png) center center / 236px 236px no-repeat;
}
.usage03 {
    background: url(https://www.rakuten.ne.jp/gold/haige/images/top/usage/usage03.png) center center / 236px 236px no-repeat;
}
.usage04 {
    background: url(https://www.rakuten.ne.jp/gold/haige/images/top/usage/usage04.png) center center / 236px 236px no-repeat;
}
.usage05 {
    background: url(https://www.rakuten.ne.jp/gold/haige/images/top/usage/usage05.png) center center / 236px 236px no-repeat;
}
.usage06 {
    background: url(https://www.rakuten.ne.jp/gold/haige/images/top/usage/usage06.png) center center / 236px 236px no-repeat;
}
.usage07 {
    background: url(https://www.rakuten.ne.jp/gold/haige/images/top/usage/usage07.png) center center / 236px 236px no-repeat;
}
.usage08 {
    background: url(https://www.rakuten.ne.jp/gold/haige/images/top/usage/usage08.png) center center / 236px 236px no-repeat;
}

.csv-item {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.csv-item li {
	-webkit-flex-basis: 19%;
    flex-basis: 19%;
	height: 235px;
    margin: 5px;
    position: relative;
}
.csv-item li a:hover {
	opacity: 0.6;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}
.csv-item li img {
    width: 100%;
}
.csv-price {
    width: 100%;
	color: #cc3333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: 0.1em;
}



/*トップへ戻るボタン*/
.topBtn {
	position:fixed;
	bottom:20px;
	right:20px;
	display:block;
	background-color: rgba(100, 100, 100, 0.8);
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:22px;
	border-radius:30px;
	padding-top:30px;
	box-sizing:border-box;
	z-index: 9999;
}
.topBtn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-size: 1.5rem;
}
.topBtn:hover {
  opacity:0.7;
}

/*layout*/
body {
  position:relative; /*topBtnの親要素に指定*/
}



/* footer
-------------------------------------------------------------*/
#footer .flow {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 17px 0;
}
#footer .flow article {
	position: relative;
	-webkit-flex-basis: 24%;
    flex-basis: 24%;
	max-width: 240px;
    height: 300px;
	margin: 5px;
	padding: 10px;
}
#footer .flow article::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fdd000;
    content: "\f061";
    position: absolute;
    top: 50%;
    left: -2%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    z-index: 9999;
}
#footer .flow article:first-child::before {
	display: none;
}
#footer .flow .bg-yel {
	width: 90px;
    height: 90px;
	margin-bottom: 7px;
    text-align: center;
    border-radius: 6px;
	position: relative;
}
#footer .flow .bg-yel span {
	display: inline-block;
    width: 70px;
    height: 25px;
    color: #fff;
    background: #111;
    border-radius: 6px;
    margin: 10px;
	padding: 3px;
	letter-spacing: 0.1em;
}
#footer .flow .bg-yel p {
	width: 90px;
    font-weight: bold;
    position: absolute;
    top: 63%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#footer .flow p {
	margin: 5px 0;
}
#footer .flow span.text-red {
	margin-right: 2px;
}
#footer .flow article.step1 {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/shopping.svg) right 26px top 13px / auto 85px no-repeat #fff;
}
#footer .flow article.step2 {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/mail.svg) right 30px top 23px / auto 66px no-repeat #fff;
}
#footer .flow article.step2_5 {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/staff.svg) right 20px top 24px / auto 70px no-repeat rgba(255, 255, 255, 0.6);
	border: dashed 1px #fdd000;
}
#footer .flow article.step3 {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/shipping.svg) right 17px top 22px / auto 68px no-repeat #fff;
}
#footer .flow article.step4 {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/staff.svg) right 20px top 24px / auto 70px no-repeat #fff;
	margin-left: 130px;
}
#footer .flow article.step5 {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/warehouse.svg) right 34px top 25px / auto 66px no-repeat #fff;
}
#footer .flow article.step6 {
	background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/received.svg) right 32px top 25px / auto 70px no-repeat #fff;
}
#footer .main-menu {
	padding: 80px 0 0 0;
}
/* map */
#map_area {
    width: 100%;
    height: 600px;
    position: relative;
    background: #fff;
    overflow: hidden;
}
#map {
	width: 100%;
	height: 600px;
}
#map img {
	width: 105px;
}
#map_area .inner-wrap {
	position: relative;
}
#map_area .map-wrap {
	font-size: 14px;
	font-size: 1.4rem;
    position: absolute;
    top: -520px;
    right: 0;
    width: 325px;
    height: 460px;
	color: #111;
    background: #fff;
    box-sizing: border-box;
    padding: 25px 40px 40px 40px;
}
#map_area .logo {
    position: relative;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	height: 90px;
	background: url(https://www.rakuten.ne.jp/gold/haige/images/logo/logo02.svg) left top / 104px 68px no-repeat;
	margin-bottom: 30px;
}
#map_area .logo::after {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 245px;
    height: 1px;
    background: #111;
}
#map_area .logo:hover {
	opacity: 0.6;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}
#map_area .logo a {
	display: block;
    height: 90px;
}
#map_area p > span {
	display: inline-block;
}
.map-wrap dl {
    width: 100%;
    margin-top: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.map-wrap dt {
    width: 80px;
}
.map-wrap dl dd {
	border-left: 1px solid #ccc;
    padding-left: 20px;
}
#map_area .btn {
	color: #fff;
    border: solid 1px #181818;
	background-color: #111;
	font-size: 16px;
    font-size: 1.6rem;
	letter-spacing: 0.2em;
	width: 235px;
    margin: 30px auto 5px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
#map_area .btn:hover {
	color: #111;
    background: transparent;
}
#map_area .btn a {
    padding: 15px;
}
/* Copyright */
#copyright {
	text-align: center;
	padding: 20px;
}


/* fixed header
-------------------------------------------------------------*/
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 60px;
	transition: .3s;
	transform: translateY(-100%);
	background: #111;
	border-bottom: solid 2px #fff;
}
.clone-nav ul {
    display: -webkit-flex;
    display: flex;
}
.clone-nav li.logo-wt {
	margin-right: auto;
}
.clone-nav li.logo-wt img {
	height: 52px;
    padding-top: 4px;
}
.clone-nav li:hover {
	opacity: 0.6;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}
.clone-nav li.fixed-search:hover {
	opacity: 1;
}
.clone-nav li.fixed-search form {
    padding: 9px 20px 9px;
}
.clone-nav li.fixed-search .search_area {
	width: 260px;
	display: inline-block;
	background: #fff;
	border-radius: 6px;
	position: relative;
}
.clone-nav li.fixed-search .search_area dt {
	margin-right: 40px;
    padding: 5px 0 5px 10px;
}
.clone-nav li.fixed-search .search_area dt input {
	font-size: 16px;
    font-size: 1.6rem;
	line-height: 30px;
    width: 100%;
    height: 30px;
    color: #111;
    border: none;
    background-color: rgba( 255, 255, 255, 0 );
}
.clone-nav li.fixed-search .search_area dd input {
	width: 40px;
	height: 40px;
	padding: 9px 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.clone-nav li.cart-btn a {
	display: block;
    width: 60px;
    height: 60px;
    background: url(https://www.rakuten.ne.jp/gold/haige/images/header/icon/cart.svg) center center / auto 30px no-repeat;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.clone-nav li.faq {
	font-size: 18px;
	font-size: 1.8rem;
    margin-left: 20px;
	background: url(https://www.rakuten.ne.jp/gold/haige/images/header/icon/question-wt.svg) left center / auto 30px no-repeat;
}
.clone-nav li.faq a {
	display: block;
	color: #fff;
	padding: 16px 0 14px 35px;
}
.is-show {
	transform: translateY(0);
}



@media screen and (max-width:1000px) {
/* header
-------------------------------------------------------------*/
	/* category */
	ul.content li a span {
		display: inline-block;
	}
}


@media screen and (max-width:1000px) and (min-width:961px) {
	.inner-wrap {
		width: 960px;
	}


/* header
-------------------------------------------------------------*/
	.full_content {
	    width: 960px;
	}
	ul.content {
		width: 960px;
	}
	.main-menu nav > ul > li {
		width: 220px;
	}
	.slider-nav-container {
		max-width: 100%;
	}


/* main
-------------------------------------------------------------*/
	.usage li {
		max-width: 225px;
		height: 225px;
		margin: 7.5px;
	}
	.csv-item li {
		-webkit-flex-basis: 18.9%;
		flex-basis: 18.9%;
		height: 225px;
		margin: 5px;
		position: relative;
	}

/* footer
-------------------------------------------------------------*/
	#footer .flow article {
		-webkit-flex-basis: 23.9%;
		flex-basis: 23.9%;
		height: 230px;
	}
}





@media screen and (min-width:961px) {
	.slider .slick-slide {
		margin: 10px 5px;
	}
	.slider-nav img {
		width: 100%;
		/*border-bottom: solid 10px transparent;*/
	}
	.slider-nav .slick-current img {
		/*border-bottom: solid 10px #fdd000;*/
	}
	#map iframe {
		height: 600px;
	}
}



@media screen and (max-width:960px) {
	/* header
	-------------------------------------------------------------*/
	.block {
		padding: 40px 0 60px;
	}
	/* category */
	.main-category {
		height: 50px;
	}
	.full_content {
		height: 50px;
	}
	ul.content li {
		font-size: 12px;
		font-size: 1.2rem;
	}
	/* search */
	.main-category form {
		padding: 7px 10px 7px 0;
	}
	.main-category .search_area dt input {
		line-height: 26px;
		height: 26px;
	}
	.main-category .search_area dd input {
		height: 36px;
	}
	/* cart */
	a.cart-btn {
		width: 60px;
		height: 50px;
		background-size: auto 25px;
	}
	/* menu */
	.menu-trigger {
		width: 70px;
		height: 36px;
		margin: 7px 0 7px 10px;
	}
	.menu-trigger span {
		left: 6px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 13px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 18px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 11px;
	}
	.menu-trigger p {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 8px 4px 6px;
	}
	.button {
		width: 60px;
		height: 60px;
		padding: 5px;
	}
	.css-close {
		height: 30px;
	}
	.css-close:before {
		left: -14px;
		width: 30px;
	}
	.button p {
		font-size: 13px;
		font-size: 1.3rem;
	}
	/* main-img */
	.slider-nav img {
		width: 100%;
		/*border-bottom: solid 5px transparent;*/
	}
	.slider-nav .slick-current img {
		/*border-bottom: solid 5px #fdd000;*/
	}
	/* info */
	.info {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.info dt, .info dd {
		padding-left: 30px;
	}
	/* main
	-------------------------------------------------------------*/
	.breadcrumbs li::after {
		padding: 0 10px;
	}
	h1.caption span.sp-caption, h2.caption span.sp-caption {
		font-size: 20px;
		font-size: 2rem;
	}
	/* .clone-nav */
	.clone-nav {
		height: 50px;
	}
	.clone-nav li {
		height: 48px;
	}
	.clone-nav li.logo-wt img {
		height: 42px;
		padding-top: 4px;
	}
	.clone-nav li.fixed-search .search_area dt input {
		line-height: 26px;
		height: 26px;
	}
	.clone-nav li.fixed-search .search_area dd input {
		height: 36px;
	}
	.clone-nav li.cart-btn a {
		width: 48px;
		height: 48px;
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/icon/cart.svg) center center / auto 26px no-repeat;
	}
	.clone-nav li.faq {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/icon/question-wt.svg) left center / auto 26px no-repeat
	}
	.clone-nav li.faq a {
		padding: 10px 0 10px 32px;
	}

}


@media screen and (max-width:960px) and (min-width:601px) {
	select {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.inner-wrap {
		width: 600px;
	}
/* header
-------------------------------------------------------------*/
	/* main-nav */
	.header-logo a {
		width: 80px;
	}
	.header-logo p {
		display: none;
	}
	nav.guide-nav {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.guide-nav li {
		margin-left: 14px;
	}
	.guide-nav li.guide01 {
		background-size: auto 16px;
	}
	.guide-nav li.guide02 {
		background-size: auto 16px;
	}
	.guide-nav li.guide03 {
		background-size: auto 16px;
	}
	.guide-nav li.guide04 {
		background-size: auto 16px;
	}
	.guide-nav li.guide05 {
		background-size: auto 16px;
	}
	.guide-nav li a {
		padding-left: 20px;
	}
	.guide-nav li.guide01 a {
		padding-left: 21px;
	}
	.guide-nav li.guide03 a {
		padding-left: 22px;
	}
	.guide-nav li.guide04 a {
		padding-left: 16px;
	}

	/* category */
	.full_content {
	    width: 600px;
	}
	h3.menu {
		height: 50px;
		font-size: 13px;
		font-size: 1.3rem;
		padding: 16px 9px;
	}
	ul.content {
		width: 600px;
		top: 50px;
	}
	ul.content li a {
		padding: 15px 6px 16px 25px;
	}
	.machine01 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/chainsaw.png) 5px center / auto 20px no-repeat;
	}
	.machine02 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/chipper.png) 3px center / auto 23px no-repeat;
	}
	.machine03 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/wood-splitting.png) 5px center / auto 29px no-repeat;
	}
	.machine04 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/tiller.png) 5px center / auto 30px no-repeat;
	}
	.machine05 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/earth-auger.png) 5px center / auto 28px no-repeat;
	}
	.machine06 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/sprayer.png) 16px center / auto 35px no-repeat;
	}
	.machine07 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/lawn-mower.png) 0px center / auto 26px no-repeat;
	}
	.machine08 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/vacuum.png) 3px center / auto 24px no-repeat;
	}
	.machine09 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/snow-remover.png) 2px center / auto 24px no-repeat;
	}
	.machine10 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/compacter.png) 5px center / auto 27px no-repeat;
	}
	.machine11 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/generator.png) 14px center / auto 25px no-repeat;
	}
	.machine12 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/ice-shaver.png) 6px center / auto 25px no-repeat;
	}
	.machine22 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/hg-dgpw1908-1.png) 6px center / auto 25px no-repeat;
	}
	.training01 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/spinbike.png) 5px center / auto 26px no-repeat;
	}
	.training02 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/bench.png) 5px center / auto 24px no-repeat;
	}
	.leisure01 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/boat.png) 3px center / auto 17px no-repeat;
	}
	.leisure02 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/bike.png) 3px center / auto 23px no-repeat;
	}
	.leisure03 a {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/category/battery.png) 5px center / auto 23px no-repeat;
	}
	ul.content li.machine08 a, ul.content li.machine11 a, ul.content li.leisure03 a {
		padding: 6px 6px 6px 25px;
	}
	/* search */
	.main-category .search_area {
		width: 180px;
	}
	.advantage li {
		width: 115px;
	}
	.advantage li a {
		height: 115px;
	}
	.advantage li.advantage01 a, .advantage li.advantage02 a, .advantage li.advantage03 a, .advantage li.advantage04 a, .advantage li.advantage05 a {
		background-size: auto 40px;
		background-position: center 10px;
		border-radius: 6px;
	}
	.advantage li p {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
		top: 70%;
	}
	.main-menu nav {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 2;
		padding: 30px 0 60px;
	}
	.main-menu nav > ul > li {
		width: 135px;
	}
	.slider .slick-slide {
		margin: 10px 5px;
	}
	.slider-nav-container {
		max-width: 100%;
	}

	/* info */
	.info .bg-666 {
	    width: 130px;
	}
	.info-area {
		width: 380px;
		padding: 30px 0;
	}
	.info .btn {
		width: 70px;
		height: 35px;
	}
	.info .btn a {
		padding: 6px 4px 7px 12px;
	}
/* main
-------------------------------------------------------------*/
	h1.caption, h2.caption {
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	main .lead {
		font-size: 17px;
		font-size: 1.7rem;
	}
	.caption span {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.usage li {
		max-width: 140px;
		height: 140px;
		margin: 5px;
		background-size: 140px 140px;
	}
	.usage li .bg-white {
		height: 80px;
	}
	.usage li h3 {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 5px 0 10px;
	}
	.usage li p {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.csv-item li {
		height: 150px;
		margin: 3px;
	}
	.csv-price {
		font-size: 16px;
		font-size: 1.6rem;
	}
/* footer
-------------------------------------------------------------*/
	/* flow */
	#footer .flow article {
		-webkit-flex-basis: 31.3%;
		flex-basis: 31.3%;
		max-width: 188px;
		height: auto;
		margin: 5px;
	}
	#footer .flow article::before {
		left: -5.5%;
	}
	#footer .flow article.step1 {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/shopping.svg) right 16px top 18px / auto 65px no-repeat #fff;
	}
	#footer .flow article.step2 {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/mail.svg) right 22px top 30px / auto 45px no-repeat #fff;
	}
	#footer .flow article.step2_5 {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/staff.svg) right 13px top 28px / auto 47px no-repeat rgba(255, 255, 255, 0.6);
	}
	#footer .flow article.step3 {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/shipping.svg) right 13px top 32px / auto 45px no-repeat #fff;
	}
	#footer .flow article.step4 {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/staff.svg) right 13px top 28px / auto 47px no-repeat #fff;
		margin-left: 5px;
	}
	#footer .flow article.step5 {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/warehouse.svg) right 22px top 30px / auto 45px no-repeat #fff;
	}
	#footer .flow article.step6 {
		background: url(https://www.rakuten.ne.jp/gold/haige/images/icon/received.svg) right 22px top 30px / auto 48px no-repeat #fff;
	}
	#footer .flow .bg-yel {
		width: 80px;
		height: 80px;
	}
	#footer .flow .bg-yel span {
		width: 60px;
	}
	#footer .flow .bg-yel p {
		line-height: 1.4;
		top: 65%;
	}
	#footer .main-menu {
		padding: 40px 0 0 0;
	}
	/* map */
	#map_area {
		height: 400px;
	}
	#map {
		height: 400px;
	}
	#map iframe {
		height: 400px;
	}
	#map_area .map-wrap {
		font-size: 12px;
		font-size: 1.2rem;
		top: -380px;
		width: 250px;
		height: 360px;
		padding: 15px 20px 20px 20px;
	}
	#map_area .logo {
		height: 60px;
		background: url(https://www.rakuten.ne.jp/gold/haige/images/logo/logo02.svg) left top / 74px 48px no-repeat;
		margin-bottom: 20px;
	}
	.map-wrap dl {
	    margin-top: 20px;
	}
	.map-wrap dt {
		width: 60px;
	}
	.map-wrap dl dd {
		padding-left: 15px;
	}
	#map_area .btn {
		font-size: 14px;
		font-size: 1.4rem;
		width: 200px;
		margin: 42px auto 5px;
	}
	#map_area .btn a {
		padding: 10px;
	}
	/* clone-nav */
	.clone-nav li.fixed-search form {
		padding: 6px 20px 6px 0;
	}
}
@media screen and (max-width:600px) {
	.rakuten-nav {
		display: none;
	}
	.main-nav {
		height: 50px;
	}
	.header-logo {
		margin: 0 auto;
	}
	.header-logo a {
		width: 80px;
		height: 50px;
		margin-top: 4px;
	}
	.header-logo p {
		display: none;
	}
	nav.guide-nav {
		display: none;
	}
	.main-category {
		margin: 0 auto;
	}
	.full_content {
		display: none;
	}
	.main-category form {
		width: 100%;
		padding: 7px 3px 7px 0;
	}
	.main-category .search_area {
		width: 100%;
	}
	div.slider {
		display:  block;
	}
	div.slider img {
		width: 100vw;
		/*max-width: 100%;*/　/*元に戻すときに復活させる*/
		max-width: 100vw;　/*元に戻すときに消去*/

	}

	.slick-slide{
		width:100vw !important;
	}

	.info {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 0;
	}
	.block {
		padding: 30px 0 50px;
	}
	.caption span {
		font-size: 10px;
		font-size: 1rem;
	}
	.advantage, .main-menu nav > ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.advantage li p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.main-menu nav {
		line-height: 2;
		padding: 0px 0 50px;
	}
	.main-menu nav > ul > li {
		width: 220px;
		margin-bottom: 40px;
	}
	#map {
		height: 300px;
	}
	#map iframe {
		height: 300px;
	}
	#map_area .map-wrap {
		top: 0;
		width: 100%;
		padding: 30px 0;
		position: relative;
	}
	#map_area .logo::after {
		width: 100%;
	}
	#map_area .btn {
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0;
	}
	#map_area .btn a {
		padding: 10px;
	}
	/* clone-nav */
	.clone-nav li.cart-btn a {
		width: 40px;
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/icon/cart.svg) center center / auto 24px no-repeat;
	}
	.clone-nav li.faq {
		font-size: 16px;
		font-size: 1.6rem;
		margin-left: 10px;
		background: url(https://www.rakuten.ne.jp/gold/haige/images/header/icon/question-wt.svg) left center / auto 24px no-repeat;
	}
	.clone-nav li.faq a {
		padding: 11px 0 11px 30px;
	}
}
@media screen and (max-width:600px) and (min-width:481px) {
	select {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.inner-wrap {
		width: 480px;
	}
	.slider-nav img {
		border-top: solid 5px transparent;
	}
	.slider-nav .slick-current img {
		border-top: solid 5px #fdd000;
	}
	.info .bg-666 {
		width: 100%;
		padding: 20px;
		margin-bottom: 20px;
	}
	.info dl {
		padding-bottom: 10px;
	}
	.info dt {
		width: 25%;
		padding-left: 0;
	}
	.info dd {
		padding-left: 0;
	}
	.info .btn {
		width: 70px;
		height: 30px;
		bottom: 20px;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
	.info .btn a {
		padding: 3px 3px 5px 10px;
	}
	.info-area {
		width: 83%;
		padding: 0;
	}
	h1.caption, h2.caption {
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 20px;
	}
	main .lead {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 3rem;
	}
	.usage li {
		-webkit-flex-basis: 23.5%;
		flex-basis: 23.5%;
		max-width: 112px;
		height: 112px;
		margin: 3px;
		background-size: 112px 112px;
	}
	.usage li .bg-white {
		height: 70px;
	}
	.usage li h3 {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	.usage li p {
		font-size: 10px;
		font-size: 1rem;
		line-height: 1.4;
	}
	.csv-item li {
		-webkit-flex-basis: 23%;
		flex-basis: 23%;
		height: 145px;
		margin: 4px;
	}
	.csv-price {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#footer .flow article {
		-webkit-flex-basis: 47.9%;
		flex-basis: 47.9%;
		max-width: 230px;
		height: auto;
	}
	#footer .flow article.step4 {
		margin-left: 5px;
	}
	#footer .main-menu {
		padding: 40px 0 0 0;
	}
	.advantage li {
		-webkit-flex-basis: 31.3%;
		flex-basis: 31.3%;
		max-width: 150px;
		height: auto;
		margin: 5px;
	}
	.advantage li.advantage04 {
		position: relative;
		top: -22px;
		left: 80px;
	}
	.advantage li.advantage05 {
		position: relative;
		top: -22px;
		right: 80px;
	}
	.advantage li a {
		height: 150px;
	}
	.advantage li.advantage01 a, .advantage li.advantage02 a, .advantage li.advantage03 a, .advantage li.advantage04 a, .advantage li.advantage05 a {
		background-size: auto 45px;
		background-position: center 20px;
	}
	.main-menu nav {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#map_area .map-wrap {
		height: 300px;
	}
	#map_area .logo {
		width: 100%;
		height: 47px;
		background: url(https://www.rakuten.ne.jp/gold/haige/images/logo/logo02.svg) left top / 62px 40px no-repeat;
		margin-bottom: 20px;
	}
	#map_area .logo a {
		height: 45px;
	}
	#map_area p > span {
		margin-left: 20px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.map-wrap .hours {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.map-wrap dl {
		width: 43%;
	}
	.map-wrap dt {
		width: auto;
		margin-right: 20px;
	}
	#map_area .btn {
		width: 200px;
		position: absolute;
		right: 5px;
		bottom: 35px;
	}
	.clone-nav li.fixed-search form {
		padding: 6px 8px 6px 0;
	}
	.clone-nav li.fixed-search .search_area {
		width: 280px;
	}
}
@media screen and (min-width:481px) {
	.info dl:last-child {
		padding-bottom: 0;
	}
}
@media screen and (max-width:480px) {
	select {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.inner-wrap {
		width: 100%;
		padding: 10% 4%;
	}
	.main-nav.inner-wrap {
		padding: 0;
	}
	.main-category {
		padding: 0 10px;
	}
	.clone-nav .inner-wrap {
	    padding: 0 10px;
	}
	.clone-nav li.faq a {
		padding: 0;
	}
	.menu-trigger {
		margin: 7px 0 7px 5px;
	}
	.button {
		position: fixed;
	}
	.info {
		 padding: 20px 0;
	}
	.info .bg-666 {
		display: none;
	}
	.info-area {
		width: 100%;
		padding: 0;
	}
	.info dl {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}
	.info dt {
		width: 100%;
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0;
	}
	.info dd {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.info .btn {
		width: 160px;
		height: 40px;
		font-size: 14px;
		font-size: 1.4rem;
		margin: 10px auto;
		position: relative;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
	.info .btn a {
		padding: 8px 10px 8px 20px;
	}
	.info .btn a:before {
		content: "お知らせ";
	}
	.breadcrumbs {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 50px;
	}
	.breadcrumbs ol {
		padding: 10px 10px 5px;
	}
	h1.caption, h2.caption {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	h1.caption span.sp-caption, h2.caption span.sp-caption {
		display: block;
		font-size: 18px;
		font-size: 1.8rem;
	}
	main .lead {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 2.4rem;
		padding: 0 10px 20px;
	}
	main ul.nav-btn li {
		font-size: 13px;
		font-size: 1.3rem;
	}
	main ul.nav-btn li a {
		padding: 10px 0;
	}
	main ul.nav-btn li a span.vertical {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	a.txt-btn {
		margin: 0;
		padding: 5px 10px;
	}
	.usage li {
		-webkit-flex-basis: 48%;
		flex-basis: 48%;
		margin: 1%;
		height: 44vw;
		background-size: 100%;
	}
	.usage li .bg-white {
		height: 22vw;
	}
	.usage li .bg-white > div {
		padding: 0 10px;
	}
	.usage li h3 {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 4px;
	}
	.usage li p {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.csv-item li {
		-webkit-flex-basis: 31.9%;
		flex-basis: 31.9%;
		margin: 2px;
		height: 39vw;
		min-height: 130px;
		max-height: 180px;
	}
	.csv-price {
		font-size: 15px;
		font-size: 1.5rem;
	}
	#footer .flow article {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
		height: auto;
		margin: 2% 0%;
	}
	#footer .flow article::before {
		display: none;
	}
	#footer .flow article.step1 {
		background-size: auto 95px;
		background-position: right 14% top 8px;
	}
	#footer .flow article.step2, #footer .flow article.step2_5, #footer .flow article.step3, #footer .flow article.step4, #footer .flow article.step5, #footer .flow article.step6 {
		background-size: auto 80px;
		background-position: right 10% top 20px;
	}
	#footer .flow article.step4 {
		margin-left: 0;
	}
	#footer .flow .bg-yel {
		width: 90px;
		height: 90px;
		margin-bottom: 10px;
		border-radius: 10px;
	}
	#footer .flow .bg-yel span {
		width: 90%;
		height: 30px;
		border-radius: 7px;
		margin: 5%;
		padding: 5px;
	}
	#footer .flow .bg-yel p {
		width: 90%;
		top: 65%;
	}
	#footer .main-menu {
		padding: 2vw 0 0 0;
	}
	.advantage li {
		-webkit-flex-basis: 48%;
		flex-basis: 48%;
		width: 100%;
		margin: 1%;
	}
	.advantage li a {
		height: 45.1vw;
	}
	.advantage li.advantage01 a, .advantage li.advantage02 a, .advantage li.advantage03 a, .advantage li.advantage04 a, .advantage li.advantage05 a {
		background-size: 15vw;
		background-position: center 18%;
	}
	.main-menu nav {
		font-size: 16px;
		font-size: 1.6rem;
	    padding: 20px 3%;
	}
	.main-menu nav > ul > li {
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		padding: 5px 0;
		margin-bottom: 0;
		border-bottom: solid 1px #ccc;
	}
	.main-menu nav > ul > li:first-child {
		border-top: solid 1px #ccc;
	}
	.main-menu nav > ul > li > ul {
		display: none;
		border: none;
		margin-top: 0;
	}
	.main-menu nav > ul > li > ul > li {
		border-top: solid 1px #333;
	}
	.main-menu nav > ul > li > ul > li a {
		width: 94%;
		padding: 5px;
		display: inline-block;
	}
	.main-menu nav > ul > li > ul > li > ul {
		text-indent: 1rem;
	}
	.main-menu nav > ul > li > ul > li > ul > li {
	    border-top: solid 1px #333;
	}
	.accordion_icon,
	.accordion_icon span {
		display: inline-block;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.accordion_icon {
		position: relative;
		width: 20px;
		height: 20px;
		float: right;
		margin-top: 8px;
	}
	.accordion_icon span {
		position: absolute;
		right: 0;
		width: 50%;
		height: 2px;
		background-color: #ccc;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
	}
	.accordion_icon span:nth-of-type(1) {
		top: 5px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	.accordion_icon span:nth-of-type(2) {
		top: 5px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
	.accordion_icon.active span:nth-of-type(1) {
		display:none;
	}
	.accordion_icon.active span:nth-of-type(2) {
		top: 5px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	#map_area {
		height: 820px;
	}
	#map_area .map-wrap {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 30px;
	}
	#map_area .logo {
		width: 100%;
		height: 75px;
		background: url(https://www.rakuten.ne.jp/gold/haige/images/logo/logo02.svg) left top / 80px 53px no-repeat;
		margin-bottom: 30px;
	}
	#map_area .logo a {
		height: 55px;
	}
	#map_area p > span {
		display: block;
	}
	.map-wrap dl {
		width: 100%;
	}
	.map-wrap dl dd {
		padding-left: 30px;
	}
	#map_area .btn {
		width: 160px;
		position: absolute;
		right: 30px;
		bottom: 45px;
	}
	.clone-nav li.logo-wt img {
		height: 38px;
		margin-right: 13px;
		padding-top: 7px;
	}
	.clone-nav li.fixed-search {
		width: 100%;
	}
	.clone-nav li.fixed-search form {
		padding: 6px 4px 6px 0;
	}
	.clone-nav li.fixed-search .search_area {
		width: 100%;
	}
	.clone-nav li.cart-btn {
		width: 40px;
	}
	.clone-nav li.faq {
		width: 46px;
		margin-left: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-position: center center;
	}
}
