@charset "utf-8";

html {
  font-size: 62.5%; /* 基準10px */
  scroll-behavior: smooth; /* スムーズスクロール */
}

body {
  color: #555555;
  font-size: 11.5px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Segoe UI", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, system-ui, sans-serif;
  text-decoration: none;
  background-color: #e0ddd8;
  background-image: url("/image/bg_main.gif");
  background-repeat: repeat;
  margin: 0;
  padding: 0
}
		  

h1, h2, h3, h4 {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.2em
}

table {
  border: 0;
  box-sizing: border-box;
  line-height: normal
}

tr, td {
  color: #555555
}

header, nav {
  margin: 0;
  padding: 0
}

div {
  color: #555;
  font-size: 11px;
  text-decoration: none;
  margin: 0;
  padding: 0
}

img, p {
  margin: 0;
  padding: 0;
  border: 0
}

img {
  height: auto
} /* CLS対応でwidthを記載するため */

br {
  letter-spacing: 0
}

a {
  color: #555;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.02)
}

a:link {
  color: #555555;
  text-decoration: none
}

a:visited {
  color: #555555;
  text-decoration: none
}

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

/* link btn basic */
a.btn {
display: block;
width: fit-content;
border: 1px solid #bbb;
line-height: 2.5em;
padding: 0 3em;
margin: 0.5em auto 1em 0;
border-radius: 0.3em;
background-color: #aaa;
color: #f5f5f5;
}
a.btn:hover {
border: 1px solid #bbb;
background-color: #bbb;
color:#fff;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0
}

div {
  box-sizing: border-box
}

.bgcolor {
  background-image: url(image/bg.gif)
}

@font-face {
  font-family: 'YakuHanJP';
  font-weight: 400;
  src: url(/font/YakuHanJP-Regular.woff2) format("woff2"), url(/font/YakuHanJP-Regular.woff) format("woff"), url(/font/YakuHanJP-Regular.eot);
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab';
  font-weight: 400;
  src: url(/font/RobotoSlab-Regular.woff2) format("woff2"), url(/font/RobotoSlab-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Sk-Modernist';
  src: url('font/sk-modernist-regular-webfont.eot');
  src: url('/font/sk-modernist-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/font/sk-modernist-regular-webfont.woff') format('woff'), url('/font/sk-modernist-regular-webfont.ttf') format('truetype'), url('/font/sk-modernist-regular-webfont.svg') format('svg');
  font-display: swap;
}

/* Font Set（Robot and JP）*/
h2.menu_en, #navi_NewPC, #main_menu_pc li a, #SmartMenu li, .FooterTitle01, .P_stE, .font_robot, .font_robot_Jp {
  font-family: 'Roboto Slab', -apple-system, Verdana, meiryo, "Hiragino Kaku Gothic Pro", メイリオ, sans-serif
}

/* Font Set SK*/
table#DesignerInfo .spbold, div#P_D01 .spbold, table#P_D02 .spbold, #P_BrandInfo .spbold, v.P_brandnameE, .name, .brand, .price, #brandTable, .font_sk {
  font-family: "Sk-Modernist-bold", -apple-system, Verdana, meiryo, "Hiragino Kaku Gothic Pro", メイリオ, saans-serif
}

/* Text Japanese 読み物 */
.guide_detail, .maintext, .font_txt {
  font-family: -apple-system, "BlinkMacSystemFont", Hiragino Kaku Gothic Pro, メイリオ, Meiryo, system-ui, sans-serif
}

/* Page Centering */
#wrapper01 {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: 0;
  width: 95%;
  max-width: 1220px;
  min-width: 1022px
}

/* Header Top */
div#header01 {
  color: #b5b5b5;
  font-size: 5px;
  line-height: 10px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 0px 12px;
  height: 14px;
  vertical-align: middle
}

#header01 h1 {
  color: #b5b5b5;
  font-size: 5px;
  line-height: 10px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding: 0px 12px
}

#header01 p {
  color: #b5b5b5;
  font-size: 5px;
  line-height: 10px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding: 0px 12px;
  margin: 0
}

/* Header Middle */
#header_table {
  background-color: #ffffff;
  width: 100%;
  margin: 0 0 0;
  padding: 0;
  borde: 0;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  display: table;
  position: relative;
}

#header1 {
  display: table-cell;
  width: 275px;
  text-align: left;
  vertical-align: middle;
  padding: 10px 0 3px 10px
}

#webo_logo {
  width: 275px;
  height: auto;
  vertical-align: middle
}

#header2 {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
  padding: 0 0 6px 0
}

#newBox_sp {
  display: none
}

#header3 {
  display: table-cell;
  width: 110px;
  text-align: right;
  vertical-align: middle;
  padding: 8px 20px 0 0
}

#viewcart {
  padding: 0;
  margin: 0;
  width: 60px;
  height: 60px
}

/* Middle Table */
#middle_table {
  width: 100%;
  display: flex; /* フレックス親要素 */
  flex-direction: row;
  position: relative
}

#maincontents {
  width: calc(100% - 220px);
  background-color: #ffffff;
  padding: 0;
  border: 0;
  border-radius: 4px;
  margin: 0;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  text-align: center
} /* Contents */

#mainmenu_r {
  display: block;
  flex: 0 0 220px; /* 残りのスペース */
  margin: 0;
  padding: 0 0 0 8px;
  border: 0;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
} /* PC Nav*/


/* 検索 by Google */
#srchBox {
  display: inline-block;
  margin: 0 4px 3px 0
}

div.searchbox {
  margin: 0;
  padding: 2px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  width: auto;
}

.gcse-searchbox-only {
  width: 70%;
  margin: auto
}

table.gsc-search-box {
  margin: 2px !important
}

form.gsc-search-box {
  margin: 0 !important;
}

.gsib_a {
  padding: 0 !important;
}

table.gsc-search-box {
  padding: 0px !important;
  margin: 0px !important;
}

table.gsc-search-box td.gsc-input {
  padding-right: 0px !important;
}

input.gsc-input {
  width: 224px !important;
}

.gsc-input-box {
  border: 0 !important;
}

/* PC Top menu */
#header_waku_pc {
  width: 100%;
  padding: 3px;
  border: 0;
  border-radius: 0 0 4px 4px;
  margin: 0 0 8px 0;
  box-sizing: border-box;
  display: block;
  background-color: #5d6266
}

#main_menu_pc {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto
}

#main_menu_pc li {
  margin: 0;
  font-size: 11px;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  border-right: solid 1px #777777;
  list-style: none
}

#main_menu_pc li a {
  padding: 2px 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0
}

#main_menu_pc li a:link {
  color: #dcd6c2
}

#main_menu_pc li a:visited {
  color: #dcd6c2
}

#main_menu_pc li a:hover {
  color: #ebe8dd
}

/* Smart Phone menu -Parent- */
#header_waku_sp {
  display: none;
  width: 100%;
  font-size: 0;
  background-color: #444444;
  margin: 0;
  padding: 0.8vw 0;
  box-sizing: border-box;
  letter-spacing: -0.4em;
}

#SmartMenu {
  width: 100%;
  position: relative;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 0;
  box-sizing: border-box;
  border: 0
}

#SmartMenu li {
  float: left;
}

#SmartBox1, #SmartBox2, #SmartBox3, #SmartBox4, #SmartBox5, #SmartBox6 {
  width: 100%
}

#SmartMenu a {
  color: #D4CFC8;
  font-size: min(2.9vw, 18px);
  line-height: 3.1em;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
  background-color: #4F5357;
  border-left: 0.4vw solid #444444;
  box-shadow: 0px 2px 3px -1px #404040;
  border-radius: 1px;
  ;
  text-align: center;
  margin: 0;
  padding: 0 ;
  position: relative;
  box-sizing: border-box
}

#SmartMenu li:nth-child(1) a {
  width: 18.5vw;
  border-left: 0
}

#SmartMenu li:nth-child(2) a {
  width: 18vw;
}

#SmartMenu li:nth-child(3) a {
  width: 17.5vw;
}

#SmartMenu li:nth-child(4) a {
  width: 18vw;
}

#SmartMenu li:nth-child(5) a {
  width: 17vw;
}

#SmartMenu li:nth-child(6) a {
  width: 11vw;
  border-right: 0
}

/* ハンバーガー  */
button.hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  margin: 0;
  width: 60%;
  font-size: min(2.9vw, 18px);
  height: 1.45em;
  position: relative;
  vertical-align: middle;
}

.hamburger_bar {
  display: block;
  width: 100%;
  height: 0.34vw;
  border-radius: 0.17vw;
  position: absolute;
  left: 0;
  background: #D4CFC8;
  margin: 0
}

.hamburger_bar:nth-child(1) {
  top: 0;
}

.hamburger_bar:nth-child(2) {
  top: calc(50% - 0.17vw);
  transform: translateY(-50%);
}

.hamburger_bar:nth-child(3) {
  top: calc(100% - 0.34vw);
  transform: translateY(-100%);
}

/* Smart Phone Menu  */
#SmartMenu a:link {
  color: #D4CFC8;
}

#SmartMenu a:visited {
  color: #D4CFC8
}

#SmartMenu a:active {
  color: #C3C0BC;
  background-color: #60656F;
}

#SmartMenu a.active { /*開いたあとの状態*/
  color: #C3C0BC;
  background-color: #60656F;
}

/* Smart Phone Menu -Child- */
.SmartMenu_sub {
  margin: 0;
  padding: 0.75vw 0;
  font-size: 0;
  letter-spacing: normal;
  background-color: #444444;
}

.SmartMenu_sub li {
  color: #444444;
  font-size: min(2.8vw, 18px);
  line-height: 2.5em;
  background-color: #DCD9D3;
  text-align: center;
  margin: 1.1vw 0 1.1vw 1.8666vw;
  padding: 0;
  width: 30.8vw;
  border-radius: 0.5333vw;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden
}

.SmartMenu_sub a {
  color: #444444;
  display: inline-block;
  width: 100%;
  padding: 6px 0;
}

.SmartMenu_sub a li, .SmartMenu_sub a:link li, .SmartMenu_sub a:visited li {
  color: #444444
}

.SmartMenu_sub a:active {
  color: #547281
}

.SmartMenu_sub a:hover, .SmartMenu_sub a.touched {
  color: #E7E5DD;
  background-color: #77797b
}

#SmartBoxes div {
  display: none
}

/* -----------------------------------------------------------------
PC Side Menu 
--------------------------------------------------------------------*/
#navi_NewPC {
  margin: 0 0 8px 0;
  padding: 0;
  width: 212px;
  display: block;
  background-color: #545C68;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden
}

#mainmenu_r_top {
  width: 212px;
  margin: 0;
  padding: 4px 0 10px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  vertical-align: top;
  overflow: hidden
}

/* PC Side New  */
#navi_NewPC a {
  color: #e4e2d9;
  font-size: 22px;
  line-height: 56px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: center
}
#navi_NewPC a:visited {
  color: #e4e2d9
}
#navi_NewPC a:hover {
  color: #f2f0e9;
  background-color: #5d6877
}

/* PC Side Tree Menu  */
.pc_menuT {
  margin: 0;
  padding: 10px 5px 5px 8px;
  display: block;
  cursor: pointer
} /* icon img */

/* クリック領域を一面に */
a.pc_menu {
  margin: 0;
  padding: 10px 24px 5px 8px;
  display: block;
  cursor: pointer;
  border-top: 1px solid #dddddd;
  position: relative;
}
/* ＋（横線／縦線） */
a.pc_menu::before,
a.pc_menu::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 14px;       /* アイコンサイズ */
  height: 2px;       /* 線の太さ */
  background: #aaa; /* 文字色に追随 */
  transform: translateY(-50%);
  pointer-events: none;
}
/* open時 - */
a.pc_menu.open::after {
  opacity: 0;
}  
/* top line cancel */
a.pc_menuT{
	border:0!important
}

/* PC Side menu (not img) */

.PCmenu_EN{
	margin: 3px 0 0 10.5px;
	font-size: 21px;
	line-height: 1em;
	font-family: 'Roboto Slab';
	color: #4E5960;
}

.PCmenu_JP{
	font-size: 11px;
	line-height: 1.9em;
	color: #666;
	margin: 0 0 0 11px;
}

.PCmenu_titleEN{
	margin: 16px 0 0 20px;
	font-size: 21px;
	line-height: 1em;
	font-family: 'Roboto Slab';
	color: #4E5960;
}

.PCmenu_titleJP{
	font-size: 11px;
	line-height: 1.8em;
	color: #666;
	margin: 0 0 16px 20px;
}

/* Shipping */
.PCmenu{
	color: #666;
	margin: 0 20px 16px ;
	text-align:justify;
	}

/* Child */

ul.menuPC {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  margin-left: 27px
}

ul.menuPC:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #ccc
}

ul.menuPC li {
  position: relative;
  margin: 0;
  padding: 3px 12px
}

ul.menuPC li a {
	position: relative;
	color: #555555;
	font-size: 13px;
	line-height: 36px;
	margin: 0;
	padding: 0 0.1em;
	min-width: 80%;
	display: inline-block;
	border-radius: 0.2em
}

ul.menuPC li a:visited {
  color: #555555
}

ul.menuPC li a:hover {
  color: #7191AC;
  background-color: #f0f0f0
}

ul.menuPC li:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 8px;
  height: 0;
  border-top: 1px solid #ccc
}

ul.menuPC li:last-child:before {
  top: 20px;
  bottom: 0;
  height: auto;
  background: RGBA(255, 255, 255, 1)
}

/* outlet */
.PCmenu_out{
	color: #AD7FA1!important;
}

/* Brand Selector */

#brandselect1 {
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: #505044;
  box-sizing: border-box
}

#navi_brand01 {
  overflow: hidden;
  width: 90%;
  margin: 24px auto 16px;
  text-align: center;
  box-sizing: border-box
}

#navi_brand01 select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

#navi_brand01 select::-ms-expand {
  display: none
}

#navi_brand01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff
}

#navi_brand01::before {
  position: absolute;
  top: 0.9em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none
}

#navi_brand01 select {
  padding: 8px 38px 8px 8px
}

#navi_mail {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: solid 1px #d5d5d5;
  box-sizing: border-box
}

#navi_faq {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: solid 1px #d5d5d5;
  box-sizing: border-box
}

/* Banner */
.bana_bg a {
  width: 100%;
  margin: 8px 0 100px;
  padding: 0;
  box-sizing: border-box;
  display: block;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  overflow: hidden
}
.bana_bg a:hover{
  opacity: 0.8;
}

/* MouseOver */
a:link img {
  filter: alpha(opacity=100);
  opacity: 1
}

a:visited img {
  filter: alpha(opacity=100);
  opacity: 1
}

a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7
}

/* ScrollUp */
#ScrollUp {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  text-align: center;
  position: absolute;
  background-color: #ffffff;
  border-radius: 4px;
  right: 0;
  bottom: 0;
  width: 212px;
  box-sizing: border-box;
  border: 0;
  padding: 0 0 5px
}

#ScrollUpIcon {
  width: 14px;
  height: 14px;
  border-top: 2px solid #556677;
  border-left: 2px solid #556677;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 12px auto 0;
  border-radius: 2px
}

/* Ranking and Recommend */
#recommend_f1 {
  background-color: #ffffff;
  width: 100%;
  border: 0;
  border-radius: 4px;
  margin: 8px 0 0 0;
  padding: 0 0 32px;
  box-sizing: border-box;
  overflow: hidden
}

.FooterTitle01 {
  font-size: 28px;
  line-height: 1em;
  margin: 26px auto 44px 26px;
  color: #6f6c68;
  letter-spacing: normal
}

#recommendBox {
  font-size: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0 24px
}

#recommendBox li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 16px;
  display: inline-block;
  text-align: center
}

#recommendBox a:link {
  color: #999999;
  margin: 0;
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  border-radius: 3px;
  display: inline-block;
  overflow: hidden
}

#recommendBox img {
  display: block;
  width: 100%;
  margin: auto;
  vertical-align: bottom
}

#recommend_f2 {
  background-color: #ffffff;
  width: 100%;
  border: 0;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  margin: 8px 0 0 0;
  padding: 0 0 32px;
  box-sizing: border-box;
  overflow: hidden;
  letter-spacing: -0.5em
}

#bestsellerBox {
  font-size: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0 24px;
  display: flex;
}

#bestsellerBox img {
  width: 100%;
}

#bestsellerBox li {
  font-size: 12.5px;
  line-height: 17px;
  letter-spacing: normal;
  width: 25%;
  padding: 0 16px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  vertical-align: bottom
}

#bestsellerBox a:link {
  color: #999999;
  display: inline-block;
  margin: 0 0 0
}

#bestsellerBox a:visited {
  color: #999999
}

#bestsellerBox a:hover {
  color: #888888
}

#bestsellerBox .Rankname {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  background-color: #888888;
  box-sizing: border-box;
  padding: 1px 15px 0px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  border-radius: 1.5px
}

/* グレーのフッター内 */
#footer {
  width: 100%;
  border: 0;
  border-radius: 0 0 5px 5px;
  margin: 0 0 8px 0;
  padding: 16px 13px 0;
  box-sizing: border-box;
  background-color: #404347
}

#footer02 {
  position: relative;
  margin: 0;
  padding: 0 16px;
  width: 100%;
  font-size: 0;
  box-sizing: border-box
}

.footer_SP2 {
  display: none
}

a.SP2 {
  display: none
}

.footerIcon {
  width: 23%;
  padding: 5px 29px;
  font-size: 10px;
  line-height: 1.5em;
  color: #eeeeee;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  margin: 12px 0 0 12px;
  border-bottom: 1pt solid #888888
}

.footerIcon img {
  display: block;
  margin: 0 auto;
  width: 65px
}

a:link .footerIcon {
  color: #bbbbbb
}

a:visited .footerIcon {
  color: #bbbbbb
}

a:hover .footerIcon {
  color: #cccccc
}

.footer_howto {
  width: 23%;
  margin: 16px 0 0 12px;
  padding: 15px 5px 8px 8px;
  font-size: 9.5px;
  line-height: 17px;
  letter-spacing: 1px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1pt solid #888888
}

a:link .footer_howto {
  color: #bbbbbb
}

a:visited .footer_howto {
  color: #bbbbbb
}

a:hover .footer_howto {
  color: #cccccc
}

H4.howto {
  color: #cccccc;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  font-weight: bold
}

a:link H4.howto {
  color: #bbbbbb
}

a:visited H4.howto {
  color: #bbbbbb
}

a:hover H4.howto {
  color: #cccccc
}

#footer_payment {
  width: 100%;
  text-align: center;
  margin: 40px 0 30px;
  padding: 0;
  display: block
}

#footerPayment {
  width: 45%;
  margin: 0 auto
}

#footer_bottom {
  color: #bbbbbb;
  font-weight: normal;
  font-size: 11px;
  line-height: 26px;
  text-align: center
}

#footer_bottom a:link {
  color: #bbbbbb;
  margin: 0 15px
}

#footer_bottom a:visited {
  color: #bbbbbb
}

#footer_bottom a:hover {
  color: #cccccc
}

/*ランキング アイコン*/
.rankIcon {
  display: block;
  font-size: 16px; /*最大15px*/
  height: 1.8em;
  border-radius: 0.2em;
  color: #ffffff;
  width: 4em;
  vertical-align: middle;
  text-align: center;
  line-height: 1.8em;
  margin: 0 auto 1.6vw;
  padding: 0.14vw 0 0;
  position: relative
}

.rankIcon:before {
  content: "";
  position: absolute;
  bottom: -1vw;
  left: 50%;
  margin-left: -0.5vw;
  border: 6px solid transparent;
  z-index: 0;
  box-sizing: content-box;
  width: 0
}

#rank1 {
  background-color: #c7bea0
}

#rank1:before {
  border-top: 5px solid #c7bea0
}

#rank2 {
  background-color: #b4b7b8
}

#rank2:before {
  border-top: 5px solid #b4b7b8
}

#rank3 {
  background-color: #b4aca7
}

#rank3:before {
  border-top: 5px solid #b4aca7
}

#rank4 {
  background-color: #a7b4b4
}

#rank4:before {
  border-top: 5px solid #a7b4b4
}

#bestsellerBox il img {
  margin: 0 auto
}

/* レコメンド */
#recommend_f2 span.name, #recommend_f2 span.brand, #recommend_f2 span.price {
  border-top: 1px #fff;
  padding: 3px 0 1 5px;
  width: 95%;
  display: block;
  box-sizing: border-box
}

#recommend_f2 span.name + br {
  display: none
}

#recommend_f2 span.brand + br {
  display: none
}

#recommend_f2 span.price + br {
  display: none
}

/* 一般使用 */
br.pc {
  display: inline
} /*PC専用の改行*/

br.sp {
  display: none
} /*スマホ専用の改行*/

.webo_blue {
  color: #8aa0b5
}

.blue {
  color: #6b8dac
}

.pink {
  color: #db448a
}

.pink_dull {
  color: #c16f86!important
}

/* 共通 */
.m01 .sold {
  color: #c16f86
}

.dark_red {
  color: #700C0C
}

.n10px {
  font-size: 10px;
  line-height: normal;
  word-spacing: normal;
  letter-spacing: normal
} /*スマホでは18px*/

.bold {
  font-weight: bold
}

.attention_ye {
  color: #d7ca00;
  font-size: 14px;
  background-color: #555;
  margin: 0;
  padding: 3px
}

.delate {
  text-decoration: line-through
}

/*汎用テーブルレイアウト*/
.TableBody {
  display: table
}

.TableCell01, .TableCell02 {
  display: table-cell;
  vertical-align: middle
}

/* リンク用アンダーライン（一般）*/
.underline {
  text-decoration: underline
}

a.underline {
  color: #8196a9;
  text-decoration: underline
}

a.underline:link {
  color: #8196a9;
}

a.underline:visited {
  color: #8196a9;
}

a.underline:hover {
  color: #8196a9;
  background-color: #eee
}

/* スマホ&タブレット */
@media(max-width : 1024px) {

  /*汎用*/
  .PC_only {
    display: none;
  }

  /*ベーシックな設定*/
  html, body, #wrapper01 {
    width: 100.0vw;
    max-width: 100.0vw;
    min-width: inherit;
  } /* ビューポートを固定 */

  #header_table {
    background-color: #ffffff
  } /*ロゴ部分の背景*/

  /* 検索 */
  div.searchbox {
    padding: 0.8vw;
    border-radius: 0.8vw;
    border: 1px solid #888888
  }

  .xSmall {
    font-size: 1.3333vw;
    -webkit-text-size-adjust: 100%
  }

  .n10px {
    font-size: 2.4vw;
    -webkit-text-size-adjust: 100%
  }

  div#header01 {
    background-color: #ffffff
  }

  #header1 {
    width: auto;
    padding: 0 0 2.1333vw 2.1333vw;
    vertical-align: middle
  }

  #webo_logo {
    width: 36.66vw;
    margin: 0 auto 0 0;
  }

  #header2 {
    padding: 0 0 0.7vw;
    vertical-align: middle;
  }

  #new_sp {
    font-size: min(2.6vw, 18px);
    line-height: 2.4em;
    color: #595E64;
    text-align: center;
    margin: auto 0 0;
    padding: 1px 1em 0;
    border: 0;
    width: 23vw;
    border-radius: 0.3em;
    background-color: #e4e1d6;
    letter-spacing: 1px
  }

  #header3 {
    width: 17%;
    padding: 0 3.2vw 1.6vw;
    text-align: right
  }

  #viewcart {
    padding: 0;
    width: 8.9vw;
    height: 8.9vw
  }

  #header_waku {
    border-radius: 0;
    border: 0
  }

  #header_waku_sp {
    display: block
  }

  #header_waku_pc {
    display: none
  }

  #srchBox {
    display: none
  }

  #header_table {
    border-radius: 0;
    border: 0
  }

  /* コンテンツ全体スマホ */
  #maincontents {
    width: 100% !important; /**/
    max-width: 100%;
    border: 0;
    border-radius: 0;
    margin: 0;
  }

  #mainmenu_r {
    display: none
  }

  /* フッタースマホ */
  #footer {
    width: 100%;
    padding: 4.2667vw 0 3.2vw;
    border: 0;
    border-radius: 0;
    margin: 0;
    background-color: #404347;
    letter-spacing: -0.4em;
  }

  #newBox_sp {
    display: inline-block;
  }

  #footer02 {
    padding: 2vw 1.3333vw
  }

  a.SP2 {
    display: inline
  }

  .footer_SP2 {
    width: 45.8667vw;
    display: inline-block;
    padding: 2vw;
    margin: 2.6667vw 0 0 1.6vw;
    border: 1px solid #bbbbbb;
    color: #bbbbbb;
    font-size: min(2.2vw,14px);
    line-height: 1.7em;
    border-radius: 0.6667vw;
    box-sizing: border-box;
    vertical-align: middle;
    letter-spacing: normal
  }

  H4.sp2 {
    color: #bbbbbb;
    font-size: 3.6vw;
    line-height: 4.5333vw;
    margin: 0;
    padding: 0;
    font-weight: bold
  }

  H4.howto {
    color: #eeeeee;
    font-size: 2.6667vw;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
    font-weight: bold
  }

  #conceptSP {
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin: 3.2vw 0 2.1333vw
  }

  #conceptSP a {
    color: #707070;
    background-color: #aaaaaa;
    border-bottom: 0.4vw solid #777777;
    border-radius: 0.8vw 0.8vw 1.0667vw 1.0667vw;
    font-size: 3.0667vw;
    padding: 2.1333vw 13.3333vw;
    margin: 0 auto;
    text-shadow: 0.1333vw 0.1333vw 0.1333vw rgba(255, 255, 255, 0.2);
    box-sizing: content-box;
    box-shadow: 0.1333vw 0.2667vw 0.2667vw rgba(0, 0, 0, 0.2);
    display: inline-block
  }

  #conceptSP a:active {
    color: #eeeeee;
    border-bottom: 0 solid #aaaaaa;
    margin: 0.4vw 0 0
  }

  .footerIcon {
    background-color: transparent;
    width: 22.1333vw;
    padding: 0.8vw 0.3vw;
    margin: 1.6vw 0 0 1.6vw;
    border: 1px solid #bbbbbb;
    font-size: min(2vw,13px);
    line-height: 1.9em;
    color: #eeeeee;
    border-radius: 0.6667vw;
    box-sizing: border-box;
    letter-spacing: normal;
    -webkit-text-size-adjust: 100%
  }

  .footerIcon img {
    width: 12.0vw
  }

  .footer_howto {
    background-color: transparent;
    width: 45.8667vw;
    margin: 2.13vw 0 0 1.6vw;
    border: 1px solid #bbbbbb;
    color: #bbbbbb;
    font-size: min(2.2vw,14px);
    line-height: 1.5em;
    border-radius: 0.6667vw;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 2.0vw;
    letter-spacing: 0.1em
  }

 #footer_payment {
   margin: 2em 0 2em;
 }

  #footerPayment {
    width: 85%;
    margin: 0 auto;
  }

  #footer_bottom {
    font-size: 1.8vw;
    line-height: 4.0vw;
    margin: 0;
    padding: 0;
    letter-spacing: normal
  }

  #footer_bottom a:link {
    color: #bbbbbb;
    margin: 0 2.2vw;
    -webkit-text-size-adjust: 100%
  }

  #footer_bottom a:visited {
    color: #bbbbbb
  }

  #footer_bottom a:visited {
    color: #bbbbbb
  }

  #footer_bottom a:hover {
    color: #dddddd
  }

  br.pc {
    display: none
  } /*PC専用の改行*/

  br.sp {
    display: inline
  } /*スマホ専用の改行*/

  /* --レコメンド-- */
  #recommend_f1 {
    background-image: url(/image/bg2.gif); /*背景*/
    border: 0;
    border-radius: 0
  }

  #recommend_f2 {
    background-image: url(/image/bg2.gif); /*背景*/
    margin: 1.06vw 0 0 0;
    padding: 0 0 4.266vw;
    border: 0;
    border-radius: 0
  }

  #recommendBox {
    padding: 0 3vw;
  }

  #recommendBox li {
    width: 33.3%;
    padding: 0 1vw;
    box-sizing: border-box
  }

  #recommendBox a:link {
    border-radius: 0.4vw;
  }

  #recommendBox img {
    width: 100%;
    height: auto
  }

  #recommend_f2 span.name, #recommend_f2 span.brand, #recommend_f2 span.price {
    border-top: 0.2667vw
  }

  /* --ベストセラー-- */
  #bestsellerBox {
    padding: 0 3vw; /*左右のスペース*/
  }

  #bestsellerBox li {
    width: 33.3%;
    padding: 0 1.0667vw; /*要素の間隔*/
    box-sizing: border-box;
  }
}

/* タブレット専用 */
@media (min-width: 768px) and (max-width: 1024px) {

  /* タブレット用 サブメニュー 4列 */
  .SmartMenu_sub li {
    color: #444444;
    font-size: min(2.8vw, 16px);
    line-height: 2.6em;
    background-color: #DCD9D3;
    text-align: center;
    margin: 0.5em 0 0.5em 1.6%;
    padding: 0;
    width: 23% !important;
    border-radius: 0.3em;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden
  }

  /*タブレットで表示したくない要素*/
  .sp_none {
    display: inline-block;
  }

  /* タブレット用 footer 4列 */
  #recommendBox li {
    width: 25%;
    padding: 0 1vw;
    box-sizing: border-box;
    display: inline-block;
  }

  #bestsellerBox li {
    width: 25%;
    padding: 0 1vw;
    box-sizing: border-box;
    font-size: 1.666vw;
    line-height: 2.266vw;
    display: inline-block;
  }

  #bestsellerBox img {
    margin: 0
  }
}

/* スマホ専用 footer 3列 */
@media(max-width : 767px) {

  /*ランキング アイコン SP*/
  .rankIcon {
    display: block;
    font-size: 2.5vw;
    height: 1.8em;
    border: 0;
    border-radius: 0.5vw;
    color: #ffffff;
    width: 4em;
    vertical-align: middle;
    text-align: center;
    line-height: 1.8em;
    margin: 0 auto 1.6vw;
    padding: 0.13vw 0 0;
    position: relative
  }

  /* ひげ */
  .rankIcon:before {
    content: "";
    position: absolute;
    bottom: -1.333vw;
    left: 50%;
    margin-left: -0.9333vw;
    border: 0.6vw solid transparent;
    z-index: 0;
    box-sizing: content-box;
    width: 0
  }

  /*4列目非表示*/
  #recommendBox li.sp_none {
    display: none
  }

  #bestsellerBox li.sp_none {
    display: none
  }

  .FooterTitle01 {
    font-size: 4vw;
    margin: 3vw auto 5vw 3vw;
  }

  /*スマホで表示したくない要素（タブレット注意）*/
  .sp_none {
    display: none
  }

  /*品名文字サイズ*/
  #bestsellerBox .Rankname {
    color: #535357;
    font-size: 2.4vw;
    line-height: 3.8vw;
    letter-spacing: 0.05em;
    padding: 0.13vw 2vw 0;
    background-color: inherit;
  }

  #bestsellerBox img {
    width: 100%;
    height: auto;
    filter: brightness(0.97);
    border-radius: 0.3vw;
  }
}