@charset "euc-jp";

/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*-------------------------------------------
共通
-------------------------------------------*/
body {
  background-color: #fff;
  color: #212121;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #2b98f2;
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}

p {
  line-height: 1.5rem;
  margin: 0;
}

h2 {
  margin: 0 0 12px;
  font-size: 128.57143%;
  font-weight: normal;
  line-height: 1.2;
}

h3 {
  font-size: 114.28571%;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 20px 0 .5rem;
}

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

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.u-wrap img {
  vertical-align: bottom;
}

.u-cf:before {
  content: "";
  display: table;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * layout
 */
.outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section {
  border-bottom: solid 1px #e0e0e0;
}

.section__inner {
  padding: 20px;
}

/* ツールバー */
.toolbar {
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.toolbar__inner {
  margin: 0;
  padding: 0;
}

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar__item a {
  color: #212121;
  padding: 0 20px;
  height: 60px;
  display: table;
}
.toolbar__item a .u-wrap {
  display: table-cell;
}
.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item--menu {
  float: left;
}
.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}

.toolbar__item--cart {
  float: right;
}
.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.toolbar__item--cart .toolbar__item__count--in {
  color: #ff5722;
}

/* ヘッダー */
.section--shopname {
  padding-top: 65px;
}

.shopname {
  text-align: center;
  margin: 0;
  font-size: 114.28571%;
}
.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
}

/* フッター */
.footer {
  margin: 1px 0 0;
  border-top: 1px solid #e0e0e0;
}

.linklist {
  padding: 0;
  margin: 0;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #212121;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.linklist__item--point {
  background: #212121;
}
.linklist__item--point a {
  color: #fff;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item__icon {
  width: 10%;
  height: auto;
  text-align: right;
}

.section--sns {
  text-align: center;
}

.snslink {
  text-align: center;
  margin: 0 3px 0;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-table;
  width: 44px;
  height: 44px;
}
.snslink i {
  display: table-cell;
  vertical-align: middle;
}

.snslink--twitter {
  background: #00acee;
}

.snslink--facebook {
  background: #3b579d;
}

.snslink--instagram {
  background: #393939;
}

.snslink--google {
  background: #d95333;
}

.snslink--pinterest {
  background: #c9232d;
}

.section--address {
  text-align: center;
}

.copyright {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.powered {
  font-size: 85.71429%;
  color: #212121;
}
.powered img {
  width: 190px;
  margin: 0 0 -3px 3px;
}

/* ドロワー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.drawer__item--close {
  padding: 20px;
  text-align: right;
}
.drawer__item--close a {
  color: #212121;
}

.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}

.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.drawer__item--accordion .linklist__item {
  border: none;
}
.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/*
 * top
 */
.u-hidden {
  display: none !important;
}
.moreinfo {
  overflow: hidden;
  max-height: 70px;
}
.u-moreinfo--active {
  max-height: none;
}
.section--info .button--more {
  margin: 20px auto 0;
}
.section--info .button--more span {
  margin: 0 5px 0 0;
}

/*
 * product
 */
.linklist--breadcrumb .linklist__item__icon {
  width: 6%;
  text-align: left;
}

.prices {
  margin: 0 0 20px;
}

.price {
  font-size: 128.57143%;
  font-weight: bold;
}

.price--regular {
  text-decoration: line-through;
  color: #aaa;
}

.price--rate {
  color: #f44336;
}

.taglist {
  margin: 0 0 20px;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist .button--tag {
  margin: 0 6px 10px 0;
}

.description {
  margin: 0 0 20px;
}

.buy__inner {
  margin: 0 0 20px;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 50%;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  width: 50%;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}

.share {
  width: 88px;
  float: left;
  text-align: center;
  margin: 10px 0 0;
}

.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

.u-oneimage {
  padding: 0 !important;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  padding: 0 10px 20px;
  margin: 0;
}

.box {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.box .box__inner {
  display: block;
  padding: 10px 10px 6px;
  word-wrap: break-word;
}
.box .box__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative
}
.box .box__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.box .box__image--rank-1:before {
  border: 10px solid transparent;
  border-top: 10px solid #ffeb3b;
  border-left: 10px solid #ffeb3b;
}
.box .box__image--rank-2:before {
  border: 10px solid transparent;
  border-top: 10px solid #e0e0e0;
  border-left: 10px solid #e0e0e0;
}
.box .box__image--rank-3:before {
  border: 10px solid transparent;
  border-top: 10px solid #8d6e63;
  border-left: 10px solid #8d6e63;
}
.box .box__image--rank-none:before {
  border: none;
}
.box .box__name {
  margin: 0 0 5px;
  color: #212121;
}
.box .box__price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price__soldout {
  margin: 0 0 5px;
  color: #f44336;
}
.box .box__caption {
  font-size: 85.71429%;
  color: #999;
  line-height: 1rem;
}

.u-tile:nth-child(odd) {
  clear: left;
}

.section--slide h2, .section--main h2 {
  padding: 20px 20px 0;
}

.section--together .box {
  width: 33.33%;
}

.slidelist {
  margin: -10px 0 10px !important;
}
.slidelist .slick {
  padding: 0;
}
.slidelist .slick-list {
  padding: 0 10px;
}
.slidelist .slick-slide {
  padding: 0;
}
.slidelist .slide__inner {
  display: block;
  padding: 10px 10px 5px;
  word-wrap: break-word;
}
.slidelist .slide__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative;
}
.slidelist .slide__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.slidelist .slide__image--rank-1:before {
  border: 8px solid transparent;
  border-top: 8px solid #ffeb3b;
  border-left: 8px solid #ffeb3b;
}
.slidelist .slide__image--rank-2:before {
  border: 8px solid transparent;
  border-top: 8px solid #e0e0e0;
  border-left: 8px solid #e0e0e0;
}
.slidelist .slide__image--rank-3:before {
  border: 8px solid transparent;
  border-top: 8px solid #8d6e63;
  border-left: 8px solid #8d6e63;
}
.slidelist .slide__image--rank-none:before {
  border: none;
}
.slidelist .slide__name {
  font-size: 85.71429%;
  line-height: 1.2rem;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price {
  font-size: 85.71429%;
  line-height: 1.2rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price--soldout {
  color: #f44336;
}

.slick-list {
  padding: 0 10px;
}

.result {
  margin: 10px 0 20px;
}
.result span {
  font-size: 114.28571%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.pager {
  padding: 0 20px;
}

.rest {
  text-align: center;
  margin: 20px 0 35px;
}
.rest span {
  font-size: 114.28571%;
  font-weight: bold;
}

.pager__prev {
  float: left;
  line-height: 1;
  margin: 0 0 20px;
}
.pager__next {
  float: right;
  line-height: 1;
  margin: 0 0 20px;
}

.subs_title {
  padding: 0 20px 20px;
  border-bottom: solid 1px #e0e0e0;
}

.section--list .boxlist {
  padding: 10px 10px 0;
  margin: 0;
}

.freespace01 {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.freespace02 {
  font-size: 85.71429%;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist__title h3 {
  margin: 10px 0 2px;
}

.deflist__body {
  margin: 0 0 15px;
  font-size: 85.71429%;
}

.section--privacy p {
  font-size: 85.71429%;
}

.section--search .button {
  float: right;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 85.71429%;
}

/*
 * パーツ
 */
.slick-slide img {
  margin: 0 auto;
}

.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--blue {
  background: #2b98f2;
  color: #fff;
}

.button--orange {
  background: #ff5722;
  color: #fff;
}

.button--line {
  border: 1px solid #2196f3;
  color: #2196f3;
}

.button--more {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
  padding: 5px;
}

.button--sort {
  font-size: 71.42857%;
  padding: 5px 8px;
  width: 28%;
}

.button--tag {
  font-size: 71.42857%;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  padding: 14px 0;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 13px 0;
  margin: 10px 0;
  width: 100%;
  line-height: 1;
}

.button--large {
  font-size: 114.28571%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}

.button--disabled {
  background: #e6e6e6;
  color: #bbb;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"].keyword--small {
  width: 68%;
  height: 44px;
}
input[type="number"].buy__num, input[type="text"].buy__num {
  padding: 8px 10px;
  width: 15%;
}
input[type="text"].buy__name-title {
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pulldown {
  width: 100%;
  height: 44px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

/*
 * モーダル
 */
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}
/*お知らせ*/
#osirase, #osirase2 {
	padding:10px;
  	text-align:center;
}
#osirase strong, #osirase2 strong  {
	color:#c63434;
}
/*バナー（大）*/
.spb616 {
	display:block;
	margin:20px 6px;
	max-width:100%;
}
.spb616 img {
	display:block;
	width:100%;
  	border:1px solid #ccc;
}
/*コーディネート事例インデックスの設定*/
#coordinate, .plan {
	max-width:100%;
	overflow:hidden;
	padding:24px 0 0 0; 
	margin:0 0 0 0;
}
#coordinate h1 {
	margin:0 0 24px 0;	
}
#coordinate h1 img {
	width:100%;
}

#coordinate h2, .plan h2 {
	margin:0;
	color: #5c0003;
	font-size:16px;
	line-height:32px;
	text-align:center;
	border-bottom:1px solid #5c0003;
}
.plan h2, #coordinate h2 {
	padding-top:24px;
}
#coordinate h2 span, .plan h2 span {
	font-size:24px;
	line-height:32px;
}
#coordinate h3 {
	margin:0 8px 32px 8px;
	padding:24px 0 0 0;
	font-size:14px;
	font-weight:normal;
	line-height:28px;
	letter-spacing:1px;
	text-align:center;
}
#coordinate ul {
	margin:0 8px;
	padding:24px 0 0 0;
	list-style:none;
}
#coordinate ul li {
	display:inline-block;
	margin:0 0 24px 0;
}
#coordinate ul img {
	width:30%;
	float:left;
}
#coordinate ul h4, #coordinate ul strong {
	width:68%;
	float:right;
}
#coordinate ul h4 {
	font-size: 14px;
	line-height:20px;	
	margin:0;
}
#coordinate ul strong {
	font-weight:normal;
	font-size: 12px;
	line-height:20px;
	color: #f92b00;
	letter-spacing: 1px;
}
#coordinate ul span {
	width:68%;
	float:right;
	display:block;
	line-height:18px;
	font-size:12px;
}
.plan ul {
	max-width:100%;
	list-style:none;
	padding:24px 0;
	margin:0 8px;
	font-size:0;
}
.plan ul li {
	vertical-align:top;
	width:50%;
	display:inline-block;
}
.plan ul li a {
	display:block;
	max-width:100%;
	padding:8px;
	text-decoration:none;
	color:#333;
	background-color:#fff;
}
.plan ul li a * {
	width:100%;
	display:block;	
	font-weight:normal;
}
.plan ul strong {
	font-size:12px;	
	padding:8px 0;
	line-height:18px;
	height:36px;	
}
.plan ul span {
	display:none;
}
#zairan {
  	max-width:100%;
  	text-align:center;
  	font-size:20px;
  	letter-spacing:4px;
  	color:#dc143c;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
  	padding:8px;
  	margin:8px 0 0 0;
  	font-weight:bold;
  	text-decoration:none;
}
#zairan span {
  	font-size:12px;
   	font-weight:normal;
}
#zairan, #zairan span {
	display:block;
}
/** こんな方にオススメ **/
#konna {
	margin:48px 0;
	padding:8px;
	background:#b5e9e7;	
}
#konna p {
	border:4px solid #fff;
	border-bottom:0;
	margin:0;
	padding:32px 0 16px 0;
	line-height:24px;
	height:24px;
	text-align:center;
	font-size:18px;
	letter-spacing:1px;
	color:#333;
}
#konna p em {
	font-size:24px;
	font-style:normal;
}
#konna ul {
	border:4px solid #fff;
	border-top:0;
	list-style:none;
	padding:0 16px 48px 16px;
	margin:0;
}
#konna ul li{
	border-bottom:2px solid #fff;
	height:48px;
	line-height:48px;
	font-size:12px;
	position: relative;
}
#konna ul li span {
	padding:0 0 0 32px;
	display:block;
	position: relative;
}
#konna ul li span::before {
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	content: '＞';
	width: 10px;
	height: 10px;
	padding:6px;
	background-color:#fff;
	color:#c8161a;
	font-size:10px;
	font-weight:bold;
	line-height:10px;
	border:2px solid #ccc;
	transform: rotate(90deg);
}
#link_fp5 {
	border:1px solid #666;
	display:block;
	padding:12px;
	margin:12px 12px 24px 12px;
	text-decoration:none;
	font-weight:bold;
	color:#fd6000;
	font-size:20px;
	line-height:42px;
	height:42px;
	letter-spacing:2px;
	text-align:center;
	position:relative;
}
#link_fp5::before {
	position: absolute;
	top: 12px;
	left: 12px;
	display: block;
	content: '→';
	width: 14px;
	height: 14px;
	padding:10px;
	background-color:#fff;
	color:#fd6000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:14px;
	border:4px solid #fd6000;
	border-radius:40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-border-radius: 40px;
}
/** コーディネートへのリンク **/
a.codlink * {
	cursor:pointer;
	display:block;
}
a.codlink {
	width:100%;
	height:120px;
	position:relative;
	margin:24px 0;
	display:block;
	background:#eee;
}
a.codlink img {
	float:right;
	margin:0;
	width:120px;
	height:120px;
}
a.codlink span {
	float:left;
	position:relative;
	margin:0;
	text-decoration:none;
	font-weight:bold;
	color:#cc3333;
	font-size:12px;
	line-height:17px;
	padding:42px 0 0 12px;
}
a.codlink em {
	display:none;
}
/*新春バナー*/
#snsyn {
	max-width:100%;
	height:170px;
	background:#eee;
	position:relative;
	z-index:0;
	margin:0 auto 32px auto;
}
#snsyn strong {
	text-align:center;
	position:absolute;
	top:10px;
	right:10px;
	width:150px;
	height:150px;
	display:block;
	color:#fff;
	background:#b51a1e;
	border-radius:75px;
	font-size:30px;
	letter-spacing:4px;
	line-height:40px;
	z-index:3;
}
#snsyn em {
	padding:20px 0 0 0;
	display:block;	
	font-size:12px;
	letter-spacing:0;
	line-height:20px;
}
#snsyn span {
	color:#fff;
	border-top:5px solid #ae7300;
	border-bottom:5px solid #ae7300;
	position:absolute;
	background:#c48c01;
	top:40px;
	z-index:2;
	padding:20px 30% 20px 3%;
	width:67%;
	display:block;
	font-size:16px;
	letter-spacing:0;
	line-height:20px;
}
/*カテゴリー一覧*/
#sp_outlet {
	border:1px solid #ccc;
	display:block;
	background:#ffd112;
	max-width:100%;
	margin:20px 6px;
	text-align:center;
  	letter-spacing:2px;
	text-decoration:none;
	padding:8px 0 24px 0;
	font-size:28px;
  	font-weight:bold;
	line-height:40px;
	color:#e50006;
	position:relative;
}
#sp_outlet span {
	width:100%;
	display:block;
	font-size:10px;
	color:#fff;
	line-height:20px;
	height:20px;
	overflow:hidden;
	padding:2px 0;
	background:#5c0100;
	position:absolute;
	bottom:0px;
}
.sp_rk, .sp_ic, .sp_img, #sp_cp, .sp_pop2 {
	width:100%;
	border-collapse:collapse;
	text-align:center;
	margin:0;
	padding:0;
}
.sp_rk td, .sp_ic td, #sp_cp td, .sp_pop2 td {
	padding:4px;
	vertical-align:top;
}
.sp_rk td img, .sp_ic td img, .sp_img td img, #sp_cp img, .sp_pop2 img {
	width:100%;
}
.sp_rk td a, .sp_ic td a, #sp_cp td a, .sp_pop2 a {
	display:block;
	margin:4px 0 0 0;
	padding:0;
}

.sp_img td a {
	display:block;
	margin:0;
	padding:0;
}
.sp_img td {
	vertical-align:top;
	padding:6px;
}
#sp_cp {
	font-size:12px;
	line-height:20px;
}
#sp_cp td {
	width:50%;
	padding-bottom:12px;
}
#ip7 h5, #ip7 .memo p, #ip7 .qua p, #ip7 .detail p, .ip_memo p, .ip_memor p, .ip_detail p, .itempage h5, .itempage .memo p {
	border:1px solid #ccc;
  	font-size:16px;
  	line-height:24px;
  	padding:8px;
}
#ip7 .midashi, .itempage .midashi {
	text-align:center;
  	font-size:20px;
  	font-weight:bold;
  	line-height:40px;
   	letter-spacing:1px;
  	margin:24px 0;
	padding:16px 0;
   	border-top:1px solid #ccc;
   	border-bottom:1px solid #ccc;
}
#ip7 .detail, #ip7 .photo {
	list-style:none;
  	padding:0;
}
#ip7 .memo td, #ip7 .qua td, #ip7 .detail li, .ip_memo td, .ip_memor td, .ip_detail td, .itempage  .memo td {
	display:inline-block;
  	width:100% !important;
}
#ip7 .photo {
	font-size:0;
}
#ip7 .photo li {
	display:inline-block;
  	width:50%;
  	margin:0 0 24px 0;
}
#ip7 .photo li a {
	display:block;
  	width:90%;
  	margin:0 5%;
}
#ip7 .photo img {
  	width:100%;
}
.ip_memo img, .ip_memor img {
  	width:90%;
  	margin:32px 5%;
}
#ip7 .memo p, #ip7 .qua p, .itempage .memo p {
	margin:24px 0;
}
#ip7 .detail li, .ip_detail p {
	margin:0 0 32px 0;
}
#ip7 .detail img, .ip_detail img {
	width:90%;
	margin:0 5%;
}
#ip7 .memo h2, #ip7 .qua h3, #ip7 .detail h4, .ip_detail h3 {
  	margin:32px 0;
	font-size:16px;
	line-height:24px;
    text-align:center;
	font-weight:bold;
   	letter-spacing:1px;
}
#ip7 .qua {
	margin:32px 0;
}
#ip7 .qua img {
	width:90%;
  	margin:0 5%;
}
#pdet2 {
  	width:100%;
  	height:80px;
	background:no-repeat center/100% url("https://img21.shop-pro.jp/PA01425/590/etc/logo_de.jpg");
}
#pphot {
  	width:100%;
  	height:80px;
	background:no-repeat center/100% url("https://img21.shop-pro.jp/PA01425/590/etc/logo_ph.jpg");
}
#pinfo {
  	width:100%;
  	height:80px;
	background:no-repeat center/100% url("https://img21.shop-pro.jp/PA01425/590/etc/logo_in.jpg");
}
#ip7 #info tr, .ip_kyotsu tr {
	vertical-align:top;
}
#ip7 #info td, .ip_kyotsu td  {
	padding:0 0 12px 0;
}
#mate_wn {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/mate_wn.jpg) ;
}
#mate_nr {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/mate_nr.jpg) ;
}
#mate_tm {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/mate_tm.jpg) ;
}
#mate_el {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/mate_el.jpg) ;
}
#mate_bc {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/mate_bc.jpg) ;
}
#mate_al {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/mate_al.jpg) ;
}
#mate_cd {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/mate_cd.jpg) ;
}
#mate_pi {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/mate_pi.jpg) ;
}
#mate_old {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/mate_old.jpg) ;
}
#mate_mp {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/mate_mp.jpg) ;
}
#mate_be {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/mate_be.jpg) ;
}
#mate_rb {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/mate_rb.jpg) ;
}
#mate_ch {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/mate_ch.jpg) ;
}

#toso_u {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/toso_u.jpg) ;
}
#toso_o {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/toso_o.jpg) ;
}
#toso_c {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/toso_c.jpg) ;
}
#toso_l {
	margin:16px 0;
	width:100%;
	height:120px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/toso_l.jpg) ;
}
#tnote {
	margin:16px 0;
	width:100%;
	height:100px;
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/tnote.jpg) ;
}
#cau {
	text-align:center;
  	font-size:16px;
  	line-height:32px;
	margin:24px 0;
	color:#cc3333;
	text-decoration:underline;
	font-weight:bold;
}
.blog {
	display:block;
  	max-width:100%;
  	text-align:center;
  	font-size:16px;
  	font-weight:bold;
  	line-height:60px;
  	letter-spacing:2px;
  	margin:32px 0;
  	border:1px solid #ccc;
}
#nokisaki, #kaikon {
	width:100%;
  	height:170px;
  	display:block;  	
}
#kaikon {
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/kaikon.jpg) ;
}
#nokisaki {
	background:no-repeat center/100% url(https://img21.shop-pro.jp/PA01425/590/etc/nokisaki.jpg) ;
}
dl.ip7t {
	margin:72px 0 32px 0;
	padding:32px 0;
	background:#eee;
}
dl.ip7t dt {
	display:none;
}
dl.ip7t dd {
  	text-align:center;
  	font-size:16px;
  	font-weight:bold;
	margin:0 auto;
	line-height:32px;
	width:84%;
}
/*旧商品ページ*/
.itempage h2 {
	display:none;
}
.itempage table {
	margin:0 0 32px 0;	
}
.ip_photos_s a {
  	width:90%;
	display:block;
  	margin:5%;
}
.itempage dl {
   	width:100%;
  	border-top:1px solid #ccc;
  	border-bottom:1px solid #ccc;
  	list-style:none;
  	padding:32px 0;
}
.itempage dt, .itempage dd {
	display:inline-block;
  	width:40%;
  	margin:0;
  	padding:0 5%;
  	font-size:16px;
	line-height:24px;
  	text-align:center;
   	letter-spacing:1px;
}
/*TooHOMEに関する設定*/
#lifestage h4 {
	background:#1c1c1c;
	color:#fff;
	padding:24px 0;
	margin:24px 0 48px 0;
	text-align:center;
	font-size:12px;
	line-height:12px;
}
#lifestage {
	padding:12px 0;
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#lifestage ul {
	margin:24px 12px;
	padding:12px 0;
	border-radius:80px;
	background:#eee;
	max-width:100%;
	list-style:none;
	position:relative;
	border:1px solid #1c1c1c;
	overflow:visible;
}
#lifestage ul li {
	text-align:center;
	display:block;
	font-size:8px;
}
#lifestage ul li p {
	font-size:16px;
	line-height:16px;
	margin:0;
	padding:6px 0;	
}
#lifestage ul li p span {
	font-size:16px;
	line-height:16px;
	margin:0;
	padding:12px 0;	
}
#lifestage b {
	position:relative;
	height:20px;
	margin:0 auto 48px auto;
	display:block;
	background:#ccc;
	width: 16px;
}
#lifestage b::before {
	color:#ccc;
	position: absolute;
	bottom:-26px;
	left:-12px;
	display: block;
	content: '▼';
	width: 40px;
	height: 40px;
	font-size:40px;
	font-weight:bold;
}
#lifestage ul#plana {
	background:#fff;
	border:1px solid #cc373b;
}
#lifestage ul#planb {
	background:#fff;
	border:1px solid #52667e;
}
#lifestage ul#planc {
	background:#fff;
	border:1px solid #e88745;
}
#lifestage ul.plan::before {
	color:#fff;
	position: absolute;
	top:-19px;
	left:12px;
	display: block;
	width: 96px;
	height: 30px;
	font-size:14px;
	line-height:30px;
	text-align:center;
	border-radius:6px;
}
#lifestage ul#plana::before {
	background:#cc373b;
	content: 'Aプラン';
}
#lifestage ul#planb::before {
	background:#52667e;
	content: 'Bプラン';
}
#lifestage ul#planc::before {
	background:#e88745;
	content: 'Cプラン';
}

.th_n {
	margin:48px 6px 0 6px;
	padding:6px 0;
	background:#e4dac1;
	height: 20px;
	border-radius:20px 20px 0 0;
	position:relative;
	z-index:1;
}
.th_n em {
	color:#f7f4e7;
	bottom:0px;
	left:12px;
	position: absolute;
	z-index:2;
	display: block;
	content: 'Too HOME';
	height: 30px;
	font-size:30px;
	font-weight:bold;
	font-style:normal;
}
.th_n span {
	display: block;
	color:#1c1c1c;
	font-size:16px;
	line-height:16px;
	height:16px;
	text-align:center;
	letter-spacing:4px;
	position:relative;
	z-index:5;
	text-shadow:2px 2px 0 #e4dac1, -2px -2px 0 #e4dac1,
	-2px 2px 0 #e4dac1F, 2px -2px 0 #e4dac1,
	0px 2px 0 #e4dac1,  0-2px 0 #e4dac1,
	-2px 0 0 #e4dac1, 2px 0 0 #e4dac1;
}
.th_n2 {
	background:#f7f4e7;
	font-size:12px;
	letter-spacing:0;
	line-height:22px;
	margin:0 6px 48px 6px;
	text-align:center;
	padding:24px 12px 32px 12px;
	border-radius:0 0 20px 20px;
}
#th_nagare li {
	position:relative;
	vertical-align:top;
	background:#38776c;
	color:#fff;
	width:24%;
	height:160px;
	display:inline-block;
	margin:0 0 0 6%;
}
#th_nagare li p {
	font-size:12px;
	padding:6px;
	margin:0;
	line-height:20px;
}
#th_nagare li strong {
	font-size:14px;
	padding:6px 0 0 6px;
	display:block;
	line-height:20px;
	letter-spacing:1px;
}
#th_nagare li::before {
	color:#38776c;
	position: absolute;
	top:45%;
	right:-26px;
	display: block;
	content: '▲';
	width: 14px;
	height: 14px;
	font-size:14px;
	font-weight:bold;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#th_nagare li.ed {
	overflow:hidden;
}
#th_nagare {
	padding:24px 0 72px 0;
	height:160px;

}
#th_blog {
	padding:0;
	margin:0 0 72px 0;
	font-size:0;
}
#th_blog li {
	display:inline-block;
	border-bottom:1px solid #ccc;
}
#th_blog li a img {
	width:30%;
	margin:12px 0;
	float:left;
}
#th_blog li * {
	display:block;
}
#th_blog li a {
	border:2px solid #fff;
	padding:22px 2%;
	overflow:hidden;
	text-decoration:none;
	cursor:pointer;
}
#th_blog li a:hover {
	border:2px solid #cc3333;
}
#th_blog li a strong {
	width:64%;
	font-size:14px;
	line-height:20px;
	float:right;
	padding:12px 0 0 2%;
	color:#1c1c1c;	
}
#th_blog li a span {
	padding:16px 0 0 0;
	font-size:14px;
	float:right;
	color:#666;
}
.th_h2 {
	background: linear-gradient(rgb(95, 140, 160) 0%,rgb(95, 158, 160) 48%,rgb(95, 158, 160) 18%);
	padding:72px 0;
	font-size:8px;
	line-height:22px;
	text-align:center;
	margin:48px 0;
	color:#fff;
}