@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

a {
  color: #464e54;
}

a:hover {
  color:#5e5e5e;
}

/* ドロップダウンメニュー */

.dropmenu {
  *zoom: 1;
  list-style-type: none;
  position: relative;
  z-index: 1000;
}

.dropmenu li a {
  display: block;
  line-height: 2.2;
}

.dropmenu li:hover ul {
  display: block;
}

.dropmenu li ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  width: 100%;
}

.dropmenu li {
  position: relative;
  margin: 0;
  padding: 0;
}

.dropmenu li ul li {
  width: 100%;
  background-color: #fff;
  padding: 0.5em 1em;
  text-align: left;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

/* ナビメニュースタイル */

.cp_navi {
	background-color: #fff;
	display: block;
	/* margin: 1em 1%; */
	overflow: hidden;
	width: auto;
    border-top: 3px solid #ffc4c4;
/*    border-bottom: 3px solid #dcdcdc; */
}
.cp_navi ul {
	margin: 0;
	padding: 0;  
}
.cp_navi ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	        transition: all 0.2s;
}
.cp_navi > ul > li > a > .caret {
	border-top: 4px solid #aaaaaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}
.cp_navi > ul > li > a {
	display: block;
	line-height: 56px;
	padding: 0 10px;
	text-decoration: none;
}
.cp_navi > ul > li:hover {
	background-color: #ffc4c4;
}
.cp_navi > ul > li:hover > a {
	color: #fff;
}
.cp_navi > ul > li:hover > a > .caret {
	border-top-color: rgb( 255, 255, 255 );
}
.cp_navi > ul > li > div {
	background-color: #fdd;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 165px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	       transition: opacity 0.2s;
}
.cp_navi > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
.cp_navi > ul > li > div ul > li {
	display: block;
}
.cp_navi > ul > li > div ul > li > a {
	color: #ffffff;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}
.cp_navi > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
}

/* colormekit.cssの上書き */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #ccc;
}

.btn {
  border-radius: 0;
}

.btn-xlg,
.btn-sm,
.btn-xs {
  border-radius: 0;
}

.btn-xs {
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 2!important;
  border: none!important;
}

select {
  border-radius: 2;
  border: 0px solid #ccc!important;
  background-color: #eee!important;
}

input[type="text"] {
  border: 0px solid #ccc;
  background-color: #eee;
  height: 30px;
  border-radius: 2;
  -webkit-appearance: none;
}

/* bxSlider */
.bx-wrapper .bx-pager {
  bottom: 20px !important;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 22px !important;
  height: 4px !important;
}

/*
 * layout
 */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.pc-header {
  margin: 0 auto;
  max-width: 1200px;
}

#footer {
  background-color: #4D3D42;
  color: #fff;
}

#footer a {
  color: #fff;
}

address {
  margin-bottom: 0;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}

#contents .topicpath-nav li {
  padding: 0;
}

#contents .topicpath-nav a {
  margin-left: 5px;
}

/*
 * side
 */
/*
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}*/


/* スマホ用ドロワーメニュー */
.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 {
  border-bottom: 1px solid #e0e0e0;
}

.drawer__item--close a {
  color: #212121;
}

.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__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

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

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

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

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}

.drawer__item--accordion .linklist__item {
  border: 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;
}

.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

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

.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

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

/* スマホ */
.toolbar {
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  top: 0;
  right: 0;
  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--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 a {
  color: #212121;
  padding: 0 20px;
  height: 60px;
  display: table;
  font-size: 85.71429%;
  font-weight: bold;
}

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

.toolbar__item a .u-wrap {
  display: table-cell;
}

.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

.section--shopname {
  padding-top: 65px;
}

.section__inner {
  padding: 15px 30px 15px 30px;
}

.section__inner form,
.drawer__item__name form {
  margin-bottom: 0;
}

.shopname {
  text-align: center;
  margin: 0;
  font-size: 114.28571%;
}

.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
}

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

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;
  border: 1px solid #ccc;
}

input[type="text"].keyword--small {
  width: 72%;
  height: 44px;
}

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

.button--small {
  font-size: 100%;
  padding: 15px 0;
  width: 25%;
  line-height: 1;
  border: none;
}

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

/*
 * temp
 */

/* font */
.txt_l {
  text-align: left;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.txt_fwn {
  font-weight: normal;
}

.txt_fwb {
  font-weight: bold;
}

.txt_10 {
  font-size: 10px;
}

.txt_12 {
  font-size: 12px;
}

.txt_14 {
  font-size: 14px;
}

.txt_16 {
  font-size: 16px;
}

.txt_18 {
  font-size: 18px;
}

.txt_20 {
  font-size: 20px;
}

.txt_24 {
  font-size: 24px;
}

.txt_28 {
  font-size: 28px;
}

.txt_c_333 {
  color: #333;
}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto {
  margin: 0 auto;
}

.mar_0 {
  margin: 0;
}

.mar_t_0 {
  margin-top: 0;
}

.mar_r_0 {
  margin-right: 0;
}

.mar_b_0 {
  margin-bottom: 0;
}

.mar_l_0 {
  margin-left: 0;
}

.mar_5 {
  margin: 5px;
}

.mar_t_5 {
  margin-top: 5px;
}

.mar_r_5 {
  margin-right: 5px;
}

.mar_b_5 {
  margin-bottom: 5px;
}

.mar_l_5 {
  margin-left: 5px;
}

.mar_t_10 {
  margin-top: 10px;
}

.mar_r_10 {
  margin-right: 10px;
}

.mar_b_10 {
  margin-bottom: 10px;
}

.mar_l_10 {
  margin-left: 10px;
}

.mar_t_20 {
  margin-top: 20px;
}

.mar_r_20 {
  margin-right: 20px;
}

.mar_b_20 {
  margin-bottom: 20px;
}

.mar_l_20 {
  margin-left: 20px;
}

.mar_t_30 {
  margin-top: 30px;
}

.mar_r_30 {
  margin-right: 30px;
}

.mar_b_30 {
  margin-bottom: 30px;
}

.mar_l_30 {
  margin-left: 30px;
}

.mar_t_50 {
  margin-top: 50px;
}

.mar_r_50 {
  margin-right: 50px;
}

.mar_b_50 {
  margin-bottom: 50px;
}

.mar_l_50 {
  margin-left: 50px;
}

/* padding */
.pad_v_10 {
  padding: 10px 0;
}

.pad_v_20 {
  padding: 20px 0;
}

.pad_v_30 {
  padding: 30px 0;
}

.pad_0 {
  padding: 0;
}

.pad_t_0 {
  padding-top: 0;
}

.pad_r_0 {
  padding-right: 0;
}

.pad_b_0 {
  padding-bottom: 0;
}

.pad_l_0 {
  padding-left: 0;
}

.pad_5 {
  padding: 5px;
}

.pad_t_5 {
  padding-top: 5px;
}

.pad_r_5 {
  padding-right: 5px;
}

.pad_b_5 {
  padding-bottom: 5px;
}

.pad_l_5 {
  padding-left: 5px;
}

.pad_10 {
  padding: 10px;
}

.pad_t_10 {
  padding-top: 10px;
}

.pad_r_10 {
  padding-right: 10px;
}

.pad_b_10 {
  padding-bottom: 10px;
}

.pad_l_10 {
  padding-left: 10px;
}

.pad_20 {
  padding: 20px;
}

.pad_t_20 {
  padding-top: 20px;
}

.pad_r_20 {
  padding-right: 20px;
}

.pad_b_20 {
  padding-bottom: 20px;
}

.pad_l_20 {
  padding-left: 20px;
}

.pad_30 {
  padding: 30px
}

.pad_t_30 {
  padding-top: 30px;
}

.pad_r_30 {
  padding-right: 30px;
}

.pad_b_30 {
  padding-bottom: 30px;
}

.pad_l_30 {
  padding-left: 30px;
}

/* border */
.bor_t_1 {
  border-top: 1px solid #eee;
}

.bor_r_1 {
  border-right: 1px solid #eee;
}

.bor_b_1 {
  border-bottom: 1px solid #eee;
}

.bor_l_1 {
  border-left: 1px solid #eee;
}

/* vertical align */
.va-10 {
  vertical-align: -10%;
}

.va-20 {
  vertical-align: -20%;
}

.va-30 {
  vertical-align: -30%;
}

.va-35 {
  vertical-align: -35%;
}

.va-40 {
  vertical-align: -40%;
}

@media (max-width: 980px) {

  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  /* ~768px */
  #contents {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  /* ~480px */
}



/*
 * icons
 */
.icon-user {
  background-position: -208px 0px;
}

.icon-lg-b.icon-user {
  background-position: -312px 0px;
}

.icon-adduser {
  background-position: -240px 0px;
}

.icon-lg-b.icon-adduser {
  background-position: -360px 0px;
}

.icon-login {
  background-position: -48px -80px;
}

.icon-lg-b.icon-login {
  background-position: -72px -120px;
}

.icon-logout {
  background-position: -32px -80px;
}

.icon-lg-b.icon-logout {
  background-position: -48px -120px;
}

.icon-home {
  background-position: -176px -16px;
}

.icon-lg-b.icon-home {
  background-position: -264px -24px;
}

.icon-mail {
  background-position: -64px 0px;
}

.icon-lg-b.icon-mail {
  background-position: -96px 0px;
}

.icon-pencil {
  background-position: -96px 0px;
}

.icon-lg-b.icon-pencil {
  background-position: -144px 0px;
}

.icon-help {
  background-position: -272px -80px;
}

.icon-lg-b.icon-help {
  background-position: -408px -120px;
}

.icon-cart {
  background-position: -176px -64px;
}

.icon-lg-b.icon-cart {
  background-position: -264px -96px;
}

.icon-search {
  background-position: -208px -16px;
}

.icon-lg-b.icon-search {
  background-position: -312px -24px;
}

.icon-chevron_up {
  background-position: -0px -144px;
}

.icon-lg-b.icon-chevron_up {
  background-position: -0px -216px;
}

.icon-chevron_down {
  background-position: -352px -128px;
}

.icon-lg-b.icon-chevron_down {
  background-position: -528px -192px;
}

.icon-close {
  background-position: -80px -80px;
}

.icon-lg-b.icon-close {
  background-position: -120px -120px;
}

.icon-b.icon-database {
  background-position: -128px -64px;
}

.icon-lg-b.icon-database {
  background-position: -192px -96px;
}

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}

@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 768px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-resolution: 192dpi),
only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}

/* 商品詳細ページのbxSliderの筋消し用 */
@media (min-width: 481px) {
  .wrapper {
    max-width: 430px;
  }
}

@media (min-width: 550px) {
  .wrapper {
    max-width: 500px;
  }
}

@media (min-width: 600px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 700px) {
  .wrapper {
    max-width: 650px;
  }
}

@media (min-width: 800px) {

  .wrapper,
  .pc-header {
    max-width: 750px;
  }
}

@media (min-width: 900px) {

  .wrapper,
  .pc-header {
    max-width: 820px;
  }
}

@media (min-width: 1000px) {

  .wrapper,
  .pc-header {
    max-width: 950px;
  }
}

@media (min-width: 1100px) {

  .wrapper,
  .pc-header {
    max-width: 1050px;
  }
}

@media (min-width: 1150px) {

  .wrapper,
  .pc-header {
    max-width: 1100px;
  }
}

@media (min-width: 1200px) {

  .wrapper,
  .pc-header {
    max-width: 1120px;
  }
}

@media (min-width: 1250px) {

  .wrapper,
  .pc-header {
    max-width: 1200px;
  }
}

/* フリーページ用 */

* {
	margin: 0;
	padding: 0;
}

section {
	padding: 10px;
	background: #f5f5f5;
	margin-bottom: 10px;
}

div.ph {
	width: 150px;
}

div.ph img {
	width: 100%;
  border: 1px #dcdcdc solid;
}

div.exp {
	width: 44%;
    border-right: 1px #dcdcdc dotted ;
}

p.ctg_box {
  display: inline-block;
  font-size: x-small;
  border: solid 0.5px #696969;
  padding: 0 4px;
  margin: 0 0 5px;
}

p.product_name {
   font-weight: bold;
   font-size: 14px;
   padding-bottom: 15px;
}

p.atn {
   font-weight: bold;
   color: #d14c1f;
}

p.atncpn {
   font-weight: bold;
   color: #d14c1f;
  border:1px solid;
  margin-bottom:10px;
  text-align:center;
}

h3.set23{
  padding: 5px 5px;
  background: #ff9e9e;
  color:#fff;
  text-align:center;
  border-radius:20px;
}

div.navi {
	width: 30%;
    padding-left: 12px;
	display: inline-block;
}

div.navi2 {
	width: 30%;
    padding-left: 12px;
    display: inline-block;
}

div.navi2 p {
    padding: 5px 0px;
}

p.kakaku {
   font-size: 14px;
  margin-top:15px;
}

div.btn1 {
   display: flex;
   align-items: center;
  justify-content: center;
  text-decoration: none;
	border-radius: 5px;
	width: auto;
    max-width: 600px;
	background: #f00;
	color: #fff !important;
    height: 40px ;
    font-size: 14px ;
    background-color: #ffa500 ;
    -webkit-transition: all .3s ;
    transition: all .3s ;
    font-family: sans-serif;
  margin-bottom:5px;
}

div.btn1 input:hover {
    background-color: #ffb700;
}

div.btn1 a:link, div.btn1 a:visited, div.btn1 a:hover, div.btn1 a:active {
    color:#fff ;
}

div.btn1:hover {
  	color: #fff;
    background-color: #ffb700 !important;
}

div.btn2 {
   display: flex;
   align-items: center;
  justify-content: center;
  text-decoration: none;
	border-radius: 20px;
	width: auto;
    max-width: 600px;
	background: #ff9e9e;
	color: #fff !important;
    height: 40px ;
    font-size: 16px ;
      font-weight: bold ;
    background-color: #ff9e9e ;
    -webkit-transition: all .3s ;
    transition: all .3s ;
  margin-bottom:5px;
}

div.btn2 input:hover {
    background-color: #ffb2b2;
}

div.btn2 a:link, div.btn2 a:visited, div.btn2 a:hover, div.btn2 a:active {
    color:#fff ;
}

div.btn2:hover {
  	color: #fff;
    background-color: #ffb2b2 !important;
}

a.linkbtn{
 display: block;
    text-decoration: none;
}

div.ph , div.exp {
	display: inline-block;
	padding: 10px;
}

div.ph , div.exp {
	vertical-align: top;
}

@media screen and (max-width:768px) {
	
div.ph , div.exp {
	display: inline-block;
}
  
div.navi2 , div.navi {
	display: block;
}

div.ph {
	width: 200px;
	margin: 0 auto;
}

div.exp {
	width: 60%;
  border-right: none;
}

div.navi2 , div.navi {
	width: 96%;
}
  
div.navi2 , div.navi {
    padding-bottom: 12px;
  border-top: 1px dotted #dcdcdc;
  }
}

@media (max-width: 480px) {
	
div.ph , div.exp , div.navi {
	display: block;
}

div.ph {
	width: 150px;
	margin: 0 auto;
}

div.exp {
	width: 95%;
    border-bottom: 1px #dcdcdc dotted ;
    border-right: none;
}

div.navi {
	width: 94%;
}
  
div.navi2 {
	width: 94%;
    padding: 10px;
}
  
p.atn {
   font-size: 14px;
}
  
p.kakaku {
   margin-top: 0;
}
}

.cartjs_cart_in input {
  height: 40px !important;
  font-size: 14px !important;
    background-color: #333!important;
    color: #fff !important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    -webkit-transition: all .3s!important;
    transition: all .3s!important;
    margin-bottom: 0px!important;
    width: 100%!important;
}

.cartjs_cart_in input:hover {
    background-color: #f5f5f5 !important
    color: #333 !important
}
div .cartjs_cart_in{
width: 100%!important;
	}
div .cartjs_product_name{
font-size:16px !important;
}
.cartjs_product_table td {
font-size:14px !important;
font-weight:normal !important;
	}

.cartjs_product_table th {
	font-size:14px !important;
	padding-right: 20px;
}

.icon-w.icon-mail {
  background-position: -64px 0px;
}

div.cartjs_product_table table {
	width: auto !important;
    margin: 0 0 15px !important;
}

div.cartjs_cart_in {
	text-align: left !important
}

.cartjs_sales_price th, .cartjs_sales_price td, .cartjs_product_num th, .cartjs_product_num td {
     padding-bottom: 5px !important;
}

.cartjs_box {
     padding: 10px 0 0 !important;
}

.pro_title {/*親div*/
  position: relative;/*相対配置*/
  }

.pro_title p {
  position: absolute;/*絶対配置*/
  color: #696969;
  font-weight: bold; /*太字に*/
  font-size: 18px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 0;
  background-color: rgba(255,255,255,0.8);
  width:100%;
  text-align:center;
  }

.pro_title img {
  width: 100%;
  }

.pro_setu {
  margin: 20px 0;
  }

/* カテゴリータイトル画像 */

.ctg_timg {
  margin-bottom: 20px;
}

.ctg_timg h3 {
  position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	margin: 0;
	padding: 0 .5em;
	color: #fff;
  font-size: 20px;
	line-height: 1.4;
	font-family: "Dosis", sans-serif;
	letter-spacing: .1em;
	transform: translateY(-50%);
    text-align:center;
  }

.ctg_timg img {
  width: 100%;
  }


.cover::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(153, 153, 153,.1) radial-gradient(rgba(0,0,0,.3) 15%, transparent 0) center / 5px 5px;
}

/*//スライド3枚中央

#p-slider {
  overflow: hidden; //横スクロールさせないようにする
}
#p-slider .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important; //両サイドが表示される
  //z-index: 1; //スマホやタブレットでスワイプできないときに指定
}*/

/* トップのナビメニュー */
.top_navi{
    text-align:center;
}

/*
.top_navi li {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
*/
.top_navi li+ li {
/*  border-left: 0; 
  border-right: 1px solid #eee;
  border-left: 1px solid #eee; */
}


.ci_line {
  width: 100%;
	display: flex;
  justify-content: space-between;
}
.tel_num {
	width: 350px;
}
.tel_num2 {
	width: 450px;
}

.tel_mb{
    padding: 20px;
}

/* スライダーのコントロール位置修正 */

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    position: inherit !important;
}

/* ヘッダーSNSアイコン横並び */
.sns_aicon{
    display: block;
    margin: 15px 0 0 10px!important;
}
.sns_aicon li {
  	display: inline;
	padding:0 5px;
}
.sns_aicon li img {
	max-width: 35px;
}
/* スライダーPCスマホ表示切り替え 
#slider_1 { display: block !important; }
#slider_2 { display: none !important; }

@media only screen and (max-width: 480px) {
#slider_1 { display: none !important; }
#slider_2 { display: block !important; }
}*/


/* サイドバナー用エフェクト */
.side_bn{
	border: solid 1px #d1d1d1;
}

.side_hv img{
  transition-duration: 0.3s;
}

.side_hv:hover img{
  opacity: 0.7;
  transition-duration: 0.3s;
}
/*カートボタンのリンク*/
.cartlink {
  padding:10px; 
  max-width:400px;
}
/*DRサポート円形見出し*/
.circle_drsap h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
}

.circle_drsap h2:before,
.circle_drsap h2:after {
  position: absolute;
  content: '';
}

.circle_drsap h2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

.circle_drsap h2:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.circle_drsap h2 i {
  font-size: 10px;
  font-size: 2rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.circle_drsap h2 span {
  position: relative;
  z-index: 1;
}

.dline {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #FFC778;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}
  /*営業日カレンダー*/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 1 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 11px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #fcaf9c;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}
<!--ワカサプリLP-->
.waka-container {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.image-waka-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.image-waka-container img {
    max-width: 100%;
    height: auto;
}
<!--wakaLP2-->
.waka2-container {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    width: 100%;
}
.waka2-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.image-waka2-container {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
}
.image-waka2-container img {
    max-width: 100%;
    height: auto;
}
.text-waka2-container {
    flex: 1 1 100%;
    padding: 20px;
    text-align: left;
}

@media (min-width: 600px) {
    .image-waka2-container, .text-waka2-container {
        flex: 1;
        padding: 0;
    }

    .text-waka2-container {
        padding-left: 20px;
    }
}
<!--wakatop-->
.wakatop-container {
    max-width: 100%;
    text-align: center;
}
.image {
    max-width: 100%;
    height: auto;
}


.testcontainer {
    text-align: center;
}

.testarc-text {
    width: 200px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.testarc-text span {
    position: absolute;
    width: 200%;
    height: 200%;
    transform: translate(-25%, -75%);
    border-radius: 50%;
    text-align: center;
    line-height: 200px;
    font-size: 14px;
    transform-origin: center;
}

.testtitle p {
    margin: 0;
    font-size: 2em;
}

@media (max-width: 600px) {
    .testtitle p {
        font-size: 1.5em;
    }
}
<!-- 390review -->

    .390container {
      max-width: 480px;
      margin: 0 auto;
      padding: 1.5rem;
    }
    .390header {
      text-align: center;
      margin-bottom: 2rem;
    }
    .390header img {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 1rem;
    }
    .390header h1 {
      font-size: 1.5rem;
      color: #0078b7;
    }
    .390description {
      background-color: #ffffff;
      border-radius: 8px;
      padding: 1rem;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      margin-bottom: 1.5rem;
    }
    .390description p {
      font-size: 0.95rem;
      line-height: 1.6;
    }
    .390product {
      margin-bottom: 2rem;
    }
    .390product img {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 0.5rem;
    }
    .390btn {
      display: block;
      width: 100%;
      text-align: center;
      padding: 0.75rem;
      background-color: #ffa000;
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 1rem;
      text-decoration: none;
      transition: background-color 0.3s;
    }
    .390btn:hover {
      background-color: #e69100;
    }
    .390register {
      margin-top: 1rem;
      text-align: center;
    }
    .390register a {
      display: inline-block;
      margin-top: 0.5rem;
      padding: 0.5rem 1rem;
      background-color: #0078b7;
      color: #fff;
      border-radius: 5px;
      text-decoration: none;
      font-size: 0.95rem;
    }
    .390register a:hover {
      background-color: #00609b;
    }

.carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  padding: 1rem;
  -webkit-overflow-scrolling: touch;
}
.carousel::-webkit-scrollbar {
  display: none;
}

.carousel .feature-item {
  flex: none;
  scroll-snap-align: start;
  width: 300px; /* 画像幅と合わせる */
}
table {
  border-collapse: collapse;
}
table, table + p, table + div {
  margin-top: 0 !important;
}
/* ==== お知らせ：li内の3項目を横一列 ==== */
.news-list .item{
  display:flex;
  align-items:flex-start;
  gap:0 20px;
  padding:20px 20px;
  border-bottom:1px solid #CCC;
}
.news-list .item .date{
  margin:0;
  min-width:140px;
  padding-right:20px;
  font-size:16px;
  color:#999;
}
.news-list .item .category{
  margin:0;
  min-width:140px;
  padding-right:20px;
}
.news-list .item .title{
  margin:0 !important;
  width:auto !important;      /* ここが肝（100%を無効化） */
  flex:1 1 auto;
  min-width:0;
}

/* スマホで本文だけ2段目にしたい場合（不要なら削除） */
@media (max-width:767px){
  .news-list .item{ flex-wrap:wrap; }
  .news-list .item .date{ min-width:100px; }
  .news-list .item .title{ flex-basis:100%; margin-top:10px; }
}
/* ==== お知らせ：1行1本のボーダーにする（liに枠線） ==== */
.news-list .item{
  display:flex;
  align-items:flex-start;
  gap:0 20px;
  padding:20px 20px;
  border-bottom:1px solid #CCC;   /* ← 枠線はliに */
}
.news-list .item:first-child{ border-top:1px solid #CCC; }

/* aには枠線もパディングも付けない（リセット） */
.news-list .item a{
  display:inline !important;
  border:0 !important;
  padding:0 !important;
  text-decoration:none;
  color:inherit;
}

/* 横並び用の幅指定 */
.news-list .item .date{
  margin:0;
  min-width:140px;
  padding-right:20px;
  font-size:16px;
  color:#999;
}
.news-list .item .category{
  margin:0;
  min-width:140px;
  padding-right:20px;
}
.news-list .item .category span{
  background:#999; color:#fff; display:inline-block;
  padding:5px 20px; font-size:12px; line-height:1;
}
.news-list .item .title{
  margin:0;
  width:auto !important;      /* 既存の width:100% を打ち消す */
  flex:1 1 auto;
  min-width:0;
}

/* スマホ：必要なら本文だけ下段へ */
@media (max-width:767px){
  .news-list .item{ flex-wrap:wrap; }
  .news-list .item .date{ min-width:100px; }
  .news-list .item .title{ flex-basis:100%; margin-top:10px; }
}
