@charset "UTF-8";
/*リセットstyleを定義*/
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  clear: both;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/*ポジション*/
.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  width: 0px;
}

/*フォントstyleを定義*/
body {
  font-family: "Helvetica Neue", Helvetica, "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-family: 'Noto Sans Japanese', sans-serif;
}

.w_b {
  word-wrap: break-word;
}

.nomal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.under {
  text-decoration: underline;
}

.through {
  text-decoration: line-through;
}

.no_line a {
  text-decoration: none;
}

.no_line a:hover {
  text-decoration: underline;
}

* {
  line-height: 16px;
}

.fs_24 {
  font-size: 24px;
  line-height: 36px;
}

.fs_20 {
  font-size: 20px;
  line-height: 30px;
}

.fs_18 {
  font-size: 18px;
  line-height: 24px;
}

.fs_16 {
  font-size: 16px;
  line-height: 21px;
}

.fs_14 {
  font-size: 14px;
  line-height: 18px;
}

.fs_12 {
  font-size: 12px;
  line-height: 14px;
}

.fs_10 {
  font-size: 10px;
  line-height: 12px;
}

.letter-sp1 {
  letter-spacing: 1px;
}

.letter-sp2 {
  letter-spacing: 2px;
}

.letter-sp-1 {
  letter-spacing: -1px;
}

.letter-sp-2 {
  letter-spacing: -2px;
}

/*カラーstyleを定義*/
/*primary-color*/
.red {
  color: #ce3838;
}

.blue {
  color: #005c84;
}

/*blue*/
/*purple*/
/*sky blue*/
/*dark green*/
/*green*/
/*yellow*/
/*orange*/
/*border*/
/*background color*/
/*アイコンを定義*/
/*矢印*/
/*social*/
/*ブレイクポイントとなるstyleを定義*/
/*主に設定を行うファイル。 compassのimport、プリフィックスの指定、変数の定義 etc..*/
/*scssのmixin styleを定義する*/
/*ベースとなるstyleを定義。 html要素、body要素、section要素 etc..*/
/*共通要素*/
html, body {
  height: 100%;
  margin: 0;
}

body {
  color: #333;
  -webkit-text-size-adjust: 100%;
  position: relative;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
}

a {
  border: 0;
  outline: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  list-style: none;
}

img {
  border-style: none;
  line-height: 1.0;
  width: 100%;
  display: block;
}

header, section, article, aside, figure {
  display: block;
}

table {
  display: table;
  border-spacing: 2px;
  border-color: grey;
}

td, th {
  display: table-cell;
  vertical-align: middle;
}

/* Bg Style
-------------------------------------------------- */
/*コンテンツ全体に関わる背景指定を定義*/
/* layout Style
-------------------------------------------------- */
/*コンテンツの配置を定義*/
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.a_left {
  text-align: left;
}

.a_center {
  text-align: center;
}

.a_right {
  text-align: right;
}

.d_block {
  display: block;
}

.d_inline {
  display: inline;
}

.d_i_block {
  display: inline-block;
}

.dis_no_desk {
  display: none;
}

@media screen and (max-width: 768px) {
  .dis_no_desk {
    display: inline-block;
  }
}

.dis_no_sp {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .dis_no_sp {
    display: none;
  }
}

.dis_none {
  display: none;
}

/* Paragraph style
-------------------------------------------------- */
/*段落、文章などのstyleを定義*/
/* Title Style
-------------------------------------------------- */
/*h要素等のタイトルstyleを定義*/
.title_bar {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .title_bar {
    margin-top: 40px;
  }
}

.title_bar h1 {
  border-top: 2px solid #111;
  text-align: center;
  height: 95px;
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .title_bar h1 {
    height: 60px;
    font-size: 24px;
  }
}

.title_bar h1 > span {
  position: relative;
  top: -18px;
  padding: 0 20px;
  background: #fff;
  display: inline-block;
  line-height: 28px;
  color: #111;
  letter-spacing: 1px;
}

.title_bar h1 > span > span {
  font-size: 14px;
  background: none;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .title_bar h1 > span > span {
    font-size: 12px;
    margin-top: 0;
  }
}

.title_bar h1.s_line {
  height: 50px;
}

/* Navigation & Menu Style
-------------------------------------------------- */
/*ナビゲーション及びメニューパーツstyleを定義*/
/*パン屑*/
.l_box_bc {
  margin-bottom: 20px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .l_box_bc {
    padding: 0;
    height: auto;
    margin-bottom: 0;
    white-space: nowrap;
  }
}

.l_box_bc a.member_bc_top {
  background-image: url("../img/home.png");
  background-position: 3px 1px;
  background-size: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  padding: 24px 8px 0 0;
  height: 0;
  width: 18px;
  overflow: hidden;
}

ul.lang_sel {
  width: 49%;
  margin-bottom: 20px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
ul.lang_sel li {
  /*display: inline-block;*/
  vertical-align: top;
}
ul.lang_sel li a.language {
  position: inherit;
  display: block;
  padding: 0 2px 0 13px;
  font-size: 10px;
}
ul.lang_sel li a.language:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
    background: url(../../../site/tsite/img/icon/icon_arror_05.jpg) no-repeat center center;
    width: 5px;
    height: 8px;
}

@media screen and (max-width: 768px) {
  .l_box_bc a.member_bc_top {
    background-position: left;
    width: 14px;
  }
}

.l_box_bc a,
.l_box_bc span,
.l_box_bc h1 {
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  line-height: 24px;
  display: inline-block;
  height: 24px;
}

/*パン屑*/
.list_bcl {
  font-size: 10px;
  line-height: 24px;
  color: #888;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .list_bcl {
    line-height: 18px;
  }
}

.list_bcl li {
  display: inline;
  /*&:last-child {
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
		}*/
}

@media screen and (max-width: 768px) {
  .list_bcl li {
    height: 22px;
    line-height: 22px;
  }
}

.list_bcl a {
  text-decoration: none;
  color: #888;
}

/*ステップ*/
.step {
  margin: 20px 0;
}

.step ul {
  list-style: none;
  overflow: hidden;
}

.step ul li {
  width: 275px;
  float: left;
  color: #aaa;
  text-decoration: none;
  padding: 6px 0 6px 65px;
  background: #eee;
  position: relative;
  display: block;
  float: left;
  text-align: center;
  font-size: 12px;
}

.step ul li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #eee;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.step ul li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.step ul li.br_ac {
  background: #888;
  color: #fff;
}

.step ul li.br_ac:after {
  border-left: 30px solid #888;
}

.step ul li:first-child {
  padding: 6px 0 6px 30px;
}

.step ul li.br_sec {
  padding: 6px 0 6px 50px;
}

.step ul li:last-child {
  padding: 6px 30px 6px 50px;
}

.step ul li:last-child:after, .step ul li:last-child:before {
  border: 0;
}

@media screen and (max-width: 768px) {
  .step {
    margin: 10px 0;
  }
  .step ul li {
    width: 32%;
    height: 34px;
    line-height: 34px;
    font-size: 11px;
  }
  .step ul li:after {
    border-left: 10px solid #eee;
  }
  .step ul li:before {
    border-left: 10px solid white;
  }
  .step ul li.br_ac:after {
    border-left: 10px solid #888;
  }
  .step ul li:first-child, .step ul li.br_sec {
    padding: 0 0 0 2%;
  }
  .step ul li:last-child {
    padding: 0;
  }
}

/*新規登録step*/
.new_step ul li {
  width: 145px;
  padding: 6px 0 6px 45px;
}

.new_step ul li span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .new_step ul li span {
    display: none;
  }
}

/*注文step*/
.order_step ul li {
  width: 145px;
}

@media screen and (max-width: 768px) {
  .order_step ul li,
  .new_step ul li {
    width: 17.5%;
    font-size: 9px;
    padding: 0 0 0 4%;
  }
  .order_step ul li:last-child,
  .new_step ul li:last-child {
    padding: 0 0 0 3%;
  }
  .order_step ul li:first-child,
  .new_step ul li:first-child {
    padding: 0 0 0 1%;
  }
  .order_step ul li:after,
  .new_step ul li:after {
    border-left: 6px solid #eee;
  }
  .order_step ul li:before,
  .new_step ul li:before {
    border-left: 6px solid white;
  }
  .order_step ul li.br_ac:after,
  .new_step ul li.br_ac:after {
    border-left: 6px solid #888;
  }
}

@media screen and (max-width: 330px) {
  .step ul li {
    font-size: 10px;
  }
}

/*sbステップ*/
.sb_step {
  position: absolute;
  top: -70px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .sb_step {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin: 10px 0;
  }
}

.sb_step ul li {
  width: auto;
}

@media screen and (max-width: 768px) {
  .sb_step ul li {
    width: 23%;
    padding: 10px 0 10px 2%;
  }
}

/*2ステップ*/
.two_step ul li {
  width: 436px;
}

@media screen and (max-width: 768px) {
  .two_step ul li {
    width: 49%;
  }
}

/*4ステップ*/
.four_step ul li {
  width: 196px;
  padding: 0 0 0 4%;
}

@media screen and (max-width: 768px) {
  .four_step ul li {
    width: 23%;
  }
  .four_step ul li:last-child {
    padding: 0 0 0 3%;
  }
  .four_step ul li:first-child {
    padding: 0 0 0 1%;
  }
  .four_step ul li:after {
    border-left: 6px solid #eee;
  }
  .four_step ul li:before {
    border-left: 6px solid white;
  }
  .four_step ul li.br_ac:after {
    border-left: 6px solid #888;
  }
}

.four_step .br_ac {
  padding: 6px 0 6px 50px;
}

@media screen and (max-width: 768px) {
  .four_step .br_ac {
    padding: 0 0 0 2%;
  }
}

@media screen and (max-width: 768px) {
  /*.sb_step ul li:first-child, 
	.step ul li.br_sec, 
	.sb_step ul li:last-child { 
		padding: 0 0 0 2% ;
	}*/
}

/*Topへ戻る*/
.pagetop {
  display: none;
  width: 50px;
  height: 50px;
  background: url("../img/icon/icon_totop_2x.png") no-repeat center;
  background-size: 50px;
  position: fixed;
  right: 2%;
  bottom: 50px;
  z-index: 99;
}

.pagetop:hover {
  background-image: url("../img/icon/icon_totop_ah_2x.png");
}

/* Button Style
-------------------------------------------------- */
/*ボタンパーツstyleを定義*/
/*もっと見るボタン*/
.c_footer {
  height: 50px;
  text-align: center;
  width: 300px;
  margin: 20px auto 0;
  border: 2px solid #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_footer:hover {
  background: #aaa;
}

.c_footer a {
  color: #aaa;
  font-weight: 700;
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  display: block;
}

.c_footer:hover {
  color: #fff;
}

/*メインボタン*/
.bk_bg_btn {
  background: #111;
  color: #fff;
  width: 240px;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.bk_bg_btn:hover {
  background: #555;
  text-decoration: none;
}

.bk_bg_input_btn {
  background: #111;
  border: 1px solid #111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
}

.bk_bg_input_btn:hover {
  background: #555;
  border: 1px solid #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bk_line_btn {
  border: 1px solid #111;
  color: #111;
  cursor: pointer;
  width: 100%;
  height: 34px;
}

/*サブボタン グレーボタン*/
.gy_bg_btn {
  background: #aaa;
  color: #fff;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  padding: 2px 6px;
  text-align: center;
  cursor: pointer;
  width: auto;
  height: 22px;
}

.gy_bg_btn:hover {
  background: #ccc;
  border: 1px solid #ccc;
  text-decoration: none;
}

.read_more,
.member_btn_bc,
.gray_line_btn {
  color: #111;
  width: 240px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #e5e5e1;
  height: 40px;
  line-height: 40px;
}

.read_more:hover,
.member_btn_bc:hover,
.gray_line_btn:hover {
  color: #666;
}

.read_more {
  margin: 0 auto;
}

.read_more a {
  display: block;
}

.read_more a:before {
  background: url(../img/icon/icon_arrow_more.png) no-repeat left center;
  content: "";
  width: 7px;
  height: 14px;
  padding-right: 20px;
  display: inline-block;
}

.read_more a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.member_btn_ad {
  border: #fff 1px solid;
  background: #111;
  margin: 40px auto 0;
  padding: 0;
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  width: 240px;
  color: #fff;
  cursor: pointer;
}

.member_btn_bc {
  font-weight: normal;
  margin: 30px auto 0;
  display: block;
  cursor: pointer;
}

/* Box Style
-------------------------------------------------- */
/*boxコンテンツstyleを定義*/
#contents {
  width: 100%;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  #contents {
    margin: 20px auto 0;
    width: 92%;
    padding: 0 4%;
  }
}

#contents .contents-left-box {
  display: inline-block;
  width: 300px;
  margin-right: 50px;
  vertical-align: top;
}

#contents .contents-right-box {
  display: inline-block;
  width: 600px;
  vertical-align: top;
}

#contents h3 {
  border-top: 1px solid #aaa;
  text-align: center;
  height: 80px;
  font-size: 300%;
}

@media screen and (max-width: 768px) {
  #contents h3 {
    font-size: 26px;
    height: 50px;
  }
}

#contents h3 > span {
  position: relative;
  top: -20px;
  padding: 0 60px;
  background: #fff;
  font-family: 'Hind Vadodara', sans-serif;
  font-weight: normal;
  display: inline-block;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  #contents h3 > span {
    padding: 0 6%;
    line-height: 22px;
  }
}

#contents h3 > span > span {
  font-size: 16px;
  background: none;
  color: #aaa;
}

@media screen and (max-width: 768px) {
  #contents h3 > span > span {
    font-size: 14px;
  }
}

#contents h3 .inbox {
  padding: 0 2%;
}

#contents a > img:hover {
  opacity: 0.7;
}

#contents .inner_box {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #contents .inner_box {
    width: 100%;
    padding: 0;
  }
}

/*3列*/
.three_col .goods_box {
  width: 241px;
}

/*横幅100% 3列*/
.full_three_col .goods_box {
  width: 317px;
}

/*4列*/
.four_col .goods_box {
  width: 232px;
}

/*5列*/
.five_col .goods_box {
  width: 135px;
}

/*pc4列 スマホ1列*/
.pc4sp1 li {
  width: 232px;
  padding: 0;
  margin: 0 20px 40px 0;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .pc4sp1 li {
    width: 100%;
    padding: 0;
    height: auto;
    margin: 0 0 20px;
    vertical-align: top;
    margin-top: 30px;
  }
  .pc4sp1 li img {
    width: 25%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: middle;
  }
  .pc4sp1 li .r_txt {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
  }
}

/*スマホカルーセル*/
.carousel-box,
.carousel-box-small {
  margin: 0 auto 50px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-box li,
.carousel-box-small li {
  padding: 0;
  margin: 0 5px 30px;
  display: inline-block;
  vertical-align: top;
}

.carousel-box li .r_txt span,
.carousel-box-small li .r_txt span {
  text-align: left;
  margin: 0;
  padding: 0;
}

.carousel-box li .r_txt .name,
.carousel-box-small li .r_txt .name {
  height: 36px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  margin: 10px 0;
  line-height: 18px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.carousel-box li .r_txt .s_u_price,
.carousel-box li .r_txt .s_price,
.carousel-box-small li .r_txt .s_u_price,
.carousel-box-small li .r_txt .s_price {
  display: inline-block;
}

.carousel-box .slick-prev,
.carousel-box .slick-next,
.carousel-box-small .slick-prev,
.carousel-box-small .slick-next {
  border: 10px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: initial;
  bottom: 0;
  z-index: 10;
}

.carousel-box .slick-prev:before,
.carousel-box .slick-next:before,
.carousel-box-small .slick-prev:before,
.carousel-box-small .slick-next:before {
  display: none;
}

.carousel-box .slick-prev,
.carousel-box-small .slick-prev {
  left: -10px;
  border-right-color: rgba(150, 150, 150, 0.7);
}

.carousel-box .slick-next,
.carousel-box-small .slick-next {
  right: -10px;
  border-left-color: rgba(150, 150, 150, 0.7);
}

.carousel-box .slick-dots,
.carousel-box-small .slick-dots {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .carousel-box .slick-dots,
  .carousel-box-small .slick-dots {
    bottom: -3px;
  }
}

@media screen and (max-width: 768px) {
  .carousel-box .slick-slide,
  .carousel-box-small .slick-slide {
    margin: 0 5px;
    padding: 0 0 20px;
  }
}

.carousel-box .slick-slide span,
.carousel-box-small .slick-slide span {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .carousel-slider-small > .slick-dots {
    bottom: 5px;
  }
  .carousel-slider-small .s_price,
  .carousel-slider-small .price_o {
    font-size: 10px !important;
  }
}

/*人気の商品、最近チェックした商品*/
#contents .l_box_list_r {
  margin: 100px 0 0;
  margin-bottom: 70px;
}

#contents .l_box_list_r h3.carriagefree {
  border: none;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  #contents .l_box_list_r h3.carriagefree {
    font-size: 14px;
    height: auto;
    padding: 10px 0;
  }
}

#contents .l_box_list_r h3.carriagefree span {
  background: url(../img/check_icon.svg) no-repeat;
  background-size: 26px;
  background-position: 0px 20px;
  width: 26px;
  height: 70px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  top: 0;
}

@media screen and (max-width: 320px) {
  #contents .l_box_list_r h3.carriagefree span {
    background-size: 22px;
    width: 22px;
  }
}

@media screen and (max-width: 768px) {
  #contents .l_box_list_r {
    padding-top: -70px;
    margin-top: 70px;
  }
}

#contents .l_box_list_r p {
  border-bottom: 1px solid #333;
  color: #333;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
}

#contents .l_box_list_r p span {
  font-size: 12px;
  color: #555;
  font-weight: normal;
  margin-left: 20px;
}

#contents .l_box_list_r p a {
  color: #fff;
}

#contents .l_box_list_r p a:hover {
  color: #eee;
}

#list .l_box_list_r h2 {
  border-bottom: 1px solid #333;
  color: #333;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
}

.l_box_list,
.l_box_list_s {
  width: auto;
  float: left;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l_box_list,
  .l_box_list_s {
    padding: 0;
    width: 100%;
    height: auto;
  }
}

.l_box_list_ss {
  width: auto;
  float: left;
  overflow: hidden;
  height: 230px;
}

.l_box_list .goods_box,
.l_box_list_s .goods_box,
.l_box_list_ss .goods_box,
.l_box_list_r .goods_box {
  padding: 20px 7px;
  width: 230px;
  height: 310px;
  float: left;
}

@media screen and (max-width: 768px) {
  .l_box_list .goods_box,
  .l_box_list_s .goods_box,
  .l_box_list_ss .goods_box,
  .l_box_list_r .goods_box {
    padding: 4% 1%;
    width: 31%;
    height: auto;
  }
}

.page_inlink {
  padding-top: 200px;
  margin-top: -200px;
}

.l_box_list_s .goods_box .r_txt .name,
.l_box_list_r .goods_box .r_txt .name {
  display: block;
  margin-top: 10px;
  padding: 0 10px;
  height: 36px;
  line-height: 18px;
  font-size: 13px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 768px) {
  .l_box_list_s .goods_box .r_txt,
  .l_box_list_r .goods_box .r_txt {
    font-size: 12px;
  }
}

/*whats_new*/
.whats_new_list_box {
  margin-bottom: 4px;
  display: block;
}

@media screen and (max-width: 768px) {
  .sort {
    display: inline-block;
  }
  .whats_new_list_prev_sp {
    float: left;
  }
  .whats_new_list_next_sp {
    float: right;
  }
  .l_box_du_box .whats_new_page_pc, .l_box_du_box_b .whats_new_page_pc {
    display: none;
  }
}

/*l_box_position*/
.l_box_p0 {
  padding: 0;
}

.l_box_outbox .l_box_du_box .l_box_db, .l_box_outbox .l_box_du_box_b .l_box_db {
  display: block;
}

/*支払方法*/
.l_box_btn p.f_right {
  border-top: 1px dotted #bbb;
}

.l_b_pay_m .l_box_left {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .l_b_pay_m .l_box_btn {
    float: none;
    min-width: 150px;
  }
  .l_b_pay_m .l_box_data_inbox {
    width: 100%;
    margin: 0;
  }
  #mypage .l_b_pay_m .l_box_btn_bh {
    height: auto;
    width: 92%;
    margin: 0 4%;
  }
  .l_b_pay_m .l_box_left {
    width: 100%;
  }
  .l_b_pay_m .l_box_btn .h_a, .l_b_pay_m .l_box_btn .b_t {
    min-width: 260px;
  }
}

/* paging Style
-------------------------------------------------- */
.page {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding: 30px 0;
  display: block;
  text-align: center;
  height: 20px;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .page {
    display: none;
    width: 100%;
  }
}

.page a, .page span {
  margin-left: 6px;
  padding: 0 12px;
  display: inline-block;
  font-size: 16px;
}

.page span {
  color: #aaa;
}

.page p {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}

.page .ellipsis {
  padding: 0;
}

.page_sp_prev {
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  margin-top: -10px;
}

.page_sp_next {
  border-top: 1px solid #ddd;
  margin-top: 40px;
}

.page_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .page_sp {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.page_sp a, .page_sp span {
  margin: 10px 0 0 6px;
  padding: 0 10px;
  display: inline-block;
  line-height: 28px;
  height: 28px;
}

.page_sp span {
  color: #aaa;
}

.page_sp p {
  border-top: 1px solid #ccc;
  text-align: center;
  line-height: 34px;
  height: 34px;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
}

.page a,
.page_sp a {
  text-decoration: none;
  color: #666;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}

.page a:hover,
.page_sp a:hover {
  border-bottom: 2px solid #555;
}

/* List Style
-------------------------------------------------- */
/*リストパーツstyleを定義*/
/*ポイント表示*/
.goods_box .goods_point,
.carousel-box .slick-slide .goods_point {
  display: block;
  font-size: 12px;
}

.goods_box .goods_point span,
.carousel-box .slick-slide .goods_point span {
  font-size: 10px;
}

.goods_box .goods_store {
  display: block;
  color:#aaa;
  font-size: 11px;
  max-width: 232px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* margin-top: 10px; */
}


/* Separate  Style
-------------------------------------------------- */
/*区切りstyleを定義*/
/* Form Style
-------------------------------------------------- */
/*フォームパーツstyleを定義*/
/*check box*/
.new_input input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}

.new_input input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 2;
  cursor: pointer;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .new_input input[type="checkbox"] + label {
    margin-right: 12px;
    font-size: 16px;
    line-height: 1.25;
  }
}

@media (min-width: 1px) {
  .new_input input[type="checkbox"] {
    display: none;
    margin: 0;
  }
  .new_input input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  .new_input input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background: #ffffff;
  }
  .new_input input[type="checkbox"] + label {
    padding: 0 10px 0 32px;
    line-height: 22px;
    margin: 0;
  }
  .new_input input[type="checkbox"] + label::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .new_input input[type="checkbox"] + label {
    padding: 0 10px 0 25px;
    line-height: 30px;
    height: 30px;
  }
  .new_input input[type="checkbox"] + label::before {
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) and (max-width: 768px) {
  .new_input input[type="checkbox"] + label::before {
    width: 20px;
    height: 20px;
    margin-top: -10.5px;
  }
}

@media (min-width: 1px) {
  .new_input input[type="checkbox"] + label::before {
    border: 2px solid #ccc;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .new_input input[type="checkbox"] + label::before {
    border-width: 1px;
  }
}

@media (min-width: 1px) {
  .new_input input[type="checkbox"]:checked + label::before {
    border-color: #555;
    background-color: #eee;
  }
  .new_input input[type="checkbox"]:checked + label::after {
    left: 6px;
    width: 10px;
    height: 6px;
    margin-top: -5px;
    border-left: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .new_input input[type="checkbox"]:checked + label::after {
    left: 4px;
    width: 13px;
    height: 6px;
    margin-top: -4px;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }
}

/*radio button*/
input[type="radio"] {
  display: inline-block;
  margin-right: 6px;
}

input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 2;
  cursor: pointer;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  input[type="radio"] + label {
    margin-right: 12px;
    line-height: 1.25;
  }
}

@media (min-width: 1px) {
  input[type="radio"] {
    display: none;
    margin: 0;
  }
  input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background: #ffffff;
  }
  input[type="radio"] + label {
    padding: 0 10px 0 31px;
    line-height: 22px;
  }
  input[type="radio"] + label::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  input[type="radio"] + label {
    padding: 0 0 0 27px;
    line-height: 18px;
  }
  input[type="radio"] + label::before {
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
}

@media (min-width: 1px) {
  input[type="radio"][disabled] {
    cursor: default;
  }
  input[type="radio"] + label {
    background: none;
  }
  input[type="radio"][disabled] + label {
    color: #999999;
    cursor: default;
  }
  input[type="radio"] + label::before {
    border: 2px solid #cccccc;
    border-radius: 30px;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  input[type="radio"] + label::before {
    border-width: 1px;
  }
}

@media (min-width: 1px) {
  input[type="radio"][disabled] + label::before {
    border-color: #999999;
  }
  input[type="radio"]:checked + label::before {
    border-color: #555;
    background-color: #fff;
  }
  input[type="radio"][disabled]:checked + label::before {
    border-color: #999999;
    background-color: #ffffff;
  }
  input[type="radio"]:checked + label::after {
    left: 6px;
    top: 9px;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    background: #555;
    border-radius: 6px;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  input[type="radio"]:checked + label::after {
    left: 4px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
}

@media (min-width: 1px) {
  input[type="radio"][disabled]:checked + label::after {
    background: #999999;
  }
}

/*select box*/
.select-group {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70px;
  height: 37px;
  padding: 0;
  margin-right: 6px;
  vertical-align: middle;
  border: 1px solid #ddd;
  background-color: #fff;
  background-repeat: no-repeat;
}

.select-group:after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-top: 4px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  z-index: 100;
}

.select_pref {
  width: 100px;
}

select {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 32px;
  padding: 0;
  text-indent: 8px;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}

select:after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-top: 4px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  z-index: 100;
}

input {
  -webkit-appearance: textfield;
  background-color: white;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  cursor: auto;
  padding: 1px;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-transition: background-color 9999s;
  transition: background-color 9999s;
}

.receipt_input {
  margin: 100px 0;
}

@media screen and (max-width: 768px) {
  .receipt_input {
    margin: 70px 0;
  }
}

.receipt_input #receipt_load {
  width: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .receipt_input #receipt_load {
    margin: 30px auto 0;
  }
}

.receipt_input #download_receipt {
  text-decoration: underline;
}

.horizontal_form {
  padding: 0 10px;
}

.horizontal_form label {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 0 0;
  margin: 0;
  line-height: 44px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .horizontal_form label {
    width: 100%;
    padding: 0;
  }
}

.horizontal_form label span {
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
}

.horizontal_form .horizontal_form_input_box {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.horizontal_form .horizontal_form_input_box .horizontal_form_input {
  border: 1px solid #aaa;
  border-radius: 0;
  background: #fff;
  font-size: 16px;
  padding: 0 2%;
  height: 42px;
  line-height: 42px;
  width: 540px;
}

@media screen and (max-width: 768px) {
  .horizontal_form .horizontal_form_input_box .horizontal_form_input {
    width: 100%;
  }
}

.horizontal_form .member_btn_ad {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .horizontal_form .member_btn_ad {
    margin: 10px 0 0;
  }
}

/* Header Style
-------------------------------------------------- */
/*ヘッダーコンテンツstyleを定義*/
header {
  height: 100px;
}

#header {
  display: block;
  background: #fff;
  width: 100%;
  height: 100px;
  border-bottom: 4px solid #111;
  position: fixed;
  top: 0;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  header {
    height: 90px;
  }
  #header {
    display: none;
  }
}

#header .h_tpoint, #header_sp .h_tpoint {
  background: #e5e5e1;
  height: 30px;
}

#header .h_tpoint > .inner_box, #header_sp .h_tpoint > .inner_box {
  height: 100px;
}

@media screen and (max-width: 768px) {
  #header .h_tpoint > .inner_box, #header_sp .h_tpoint > .inner_box {
    height: auto;
  }
}

#header .h_tpoint .tp_raw a, #header_sp .h_tpoint .tp_raw a {
  background: url(../img/tpoint/tp_hd.png) no-repeat center right;
  background-position: 0 4px;
  background-size: 180px;
  display: block;
  width: 180px;
  height: 18px;
  padding: 6px 0;
}

@media screen and (max-width: 768px) {
  #header .h_tpoint .tp_raw a, #header_sp .h_tpoint .tp_raw a {
    background: url(../img/tpoint/tp_hd_sp.png) no-repeat center right;
    background-size: 180px;
  }
}

#header .h_tpoint .tp_set, #header .h_tpoint .tp_unk, #header .h_tpoint .tp_raw, #header_sp .h_tpoint .tp_set, #header_sp .h_tpoint .tp_unk, #header_sp .h_tpoint .tp_raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .h_tpoint .tp_set .first_guide span, #header .h_tpoint .tp_unk .first_guide span, #header .h_tpoint .tp_raw .first_guide span, #header_sp .h_tpoint .tp_set .first_guide span, #header_sp .h_tpoint .tp_unk .first_guide span, #header_sp .h_tpoint .tp_raw .first_guide span {
  background: url(../img/firstguide_icon_bk.svg) no-repeat;
  background-size: 17px;
  background-position: 10px 1px;
  vertical-align: text-bottom;
  display: inline-block;
  width: 26px;
  height: 17px;
  margin-right: 2px;
}

#header .h_tpoint .tp_set .first_guide a, #header .h_tpoint .tp_unk .first_guide a, #header .h_tpoint .tp_raw .first_guide a, #header_sp .h_tpoint .tp_set .first_guide a, #header_sp .h_tpoint .tp_unk .first_guide a, #header_sp .h_tpoint .tp_raw .first_guide a {
  background: none;
  width: initial;
  height: initial;
  display: inline;
  text-decoration: underline;
}

#header .h_tpoint p, #header_sp .h_tpoint p {
  font-size: 11px;
  height: 30px;
  line-height: 30px;
}

#header .h_tpoint p img, #header_sp .h_tpoint p img {
  width: 20px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

#header .inner_box {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
}

#header .inner_box .h_logo {
  width: 120px;
  display: inline-block;
  vertical-align: top;
}

#header .inner_box .h_logo a {
  display: block;
}

#header .inner_box .h_logo img {
  display: inline-block;
  vertical-align: middle;
}

#header .inner_box nav {
  width: auto;
  display: inline-block;
  vertical-align: top;
  /*ナビゲーション*/
}

#header .inner_box nav .g-navi {
  width: 100%;
}

#header .inner_box nav .g-navi ul li {
  display: inline-block;
  padding: 0 10px;
}

#header .inner_box nav .h_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  /*検索*/
  /*検索ボックス*/
  /*login*/
}

#header .inner_box nav .h_right ul li {
  float: right;
  margin-left: 20px;
  font-size: 12px;
}

#header .inner_box nav .h_right .saerch {
  cursor: pointer;
  position: relative;
  width: 26px;
  height: 50px;
  margin: 24px 0 0 20px;
}

#header .inner_box nav .h_right .head_search_form {
  display: none;
  width: 100%;
  height: 64px;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 10;
}

#header .inner_box nav .h_right .head_search_form fieldset {
  border: none;
  padding: 0;
}

#header .inner_box nav .h_right .head_search_form fieldset .txt_box {
  width: 100%;
  height: 64px;
  background: rgba(0, 0, 0, 0.9);
  font-size: 0.9rem;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

#header .inner_box nav .h_right .head_search_form fieldset .txt_box .inner_box {
  width: 1000px;
  height: 46px;
  padding: 9px 0;
  margin: 0 auto;
}

#header .inner_box nav .h_right .head_search_form fieldset .txt_box input:focus {
  outline: 0px #ff0000 dashed;
}

#header .inner_box nav .h_right .head_search_form fieldset .txt_box .search_area {
  font-size: 1.0rem;
  background: transparent;
  border: 0px solid #333333;
  padding: 12px;
  float: left;
  width: 908px;
  height: 46px;
  line-height: 46px;
  opacity: 0.85;
  background-color: #FFFFFF;
}

#header .inner_box nav .h_right .head_search_form fieldset .txt_box .search_area:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#header .inner_box nav .h_right .head_search_form fieldset .txt_box .search_txt_box_close {
  float: left;
  cursor: pointer;
  margin: 0;
  font-size: x-large;
  height: 46px;
  width: 46px;
  background: #dadada;
}

#header .inner_box nav .h_right .head_search_form fieldset .txt_box .search_txt_box_close img {
  margin: 14px 0 0 14px;
  width: 18px;
  height: 18px;
}

#header .inner_box nav .h_right .head_search_form fieldset .txt_box .search_button {
  float: left;
  cursor: pointer;
  margin: 0;
  font-size: x-large;
  height: 46px;
  width: 46px;
  background-color: #C0C0C0;
  background: url(../img/icon/search.png), #C0C0C0;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: center;
  border: 1px solid #c0c0c0;
}

#header .inner_box nav .h_right .cart {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 70px;
}

#header .inner_box nav .h_right .cart a {
  background: url(../img/cart_icon_bk.png) no-repeat center center;
  background-size: 30px;
  background-position: 0 22px;
  width: 35px;
  height: 70px;
  color: #fff;
  overflow: hidden;
  display: block;
  text-indent: 100%;
  position: relative;
}

#header .inner_box nav .h_right .saerch_scroll {
  display: none;
}

#header .inner_box nav .h_right .member {
  width: 134px;
  height: 38px;
  padding: 16px 0;
  position: relative;
  margin: 0;
}

#header .inner_box nav .h_right .member p {
  font-size: 11px;
  line-height: 20px;
  padding-right: 20px;
  text-align: right;
  border-right: 1px solid #ddd;
}

#header .inner_box nav .h_right .member p span {
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: right;
  padding-right: 4px;
  vertical-align: middle;
}

#header .inner_box nav .h_right .member p:after {
  content: '';
  background: url(../img/icon/icon_arrow_bottom.png) no-repeat center right;
  background-size: 10px;
  width: 10px;
  height: 7px;
  margin-left: 6px;
  display: inline-block;
}

#header .inner_box nav .h_right .member ul li {
  float: none;
  margin: 0;
  height: 40px;
  line-height: 40px;
}

#header .inner_box nav .h_right .member ul li a {
  color: #fff;
  font-size: 11px;
  text-align: center;
}

#header .inner_box nav .h_right .member:hover ul {
  visibility: visible;
  opacity: 1;
}

#header .inner_box nav .h_right .member:hover ul li a {
  visibility: visible;
  opacity: 1;
}

#header .inner_box nav .h_right .member ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  width: 130px;
  top: 66px;
  right: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px;
}

#header .inner_box nav .h_right .member ul li {
  width: 100%;
  text-align: center;
}

#header .inner_box nav .h_right .member ul li a {
  visibility: hidden;
  opacity: 0;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  text-align: left;
  padding-left: 20px;
}

#header .inner_box nav .h_right .member ul li a:hover {
  color: #595959;
  text-decoration: none;
}

#header .inner_box nav .h_right .login,
#header .inner_box nav .h_right .my_page,
#header .inner_box nav .h_right .shopbag {
  width: auto;
  float: right;
}

#header .inner_box nav .h_right .login {
  font-size: 14px;
}

#header .inner_box nav .h_right .login a:first-child {
  padding-right: 10px;
  margin-right: 6px;
  border-right: 1px solid #ccc;
}

#header .inner_box nav .g-navi {
  width: 550px;
  margin: 0 auto;
  padding-left: 24px;
}

#header .inner_box nav .g-navi > ul {
  letter-spacing: -0.5em;
}

#header .inner_box nav .g-navi > ul > li {
  display: inline-block;
  position: relative;
  padding: 0;
  letter-spacing: normal;
}

#header .inner_box nav .g-navi > ul > li:first-child {
  padding-left: 0;
}

#header .inner_box nav .g-navi > ul > li:hover a:before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 2px solid transparent;
  border-bottom-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}

#header .inner_box nav .g-navi > ul > li > a {
  text-decoration: none;
  font-weight: 300;
}

#header .inner_box nav .g-navi > ul > li > a span {
  position: relative;
  font-size: 16px;
  padding-bottom: 4px;
}

#header .inner_box nav .g-navi > ul > li > a span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #555;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#header .inner_box nav .g-navi > ul > li > a span:hover::after {
  width: 100%;
}

#header .inner_box nav .g-navi > ul > li > a span.drop_d {
  background: url(../img/nav_arrow.png) no-repeat right;
  padding: 0 14px 4px 0;
}

#header .inner_box nav .g-navi > ul > li .category-li {
  width: 88px;
  display: inline-block;
}

#header .inner_box nav .g-navi > ul > li > a,
#header .inner_box nav .g-navi > ul > li .category-li {
  padding: 0 15px;
  height: 70px;
  display: inline-block;
}

#header .inner_box nav .g-navi > ul > li > a:hover,
#header .inner_box nav .g-navi > ul > li .category-li:hover {
  font-weight: 700;
}

#header .inner_box nav .g-navi > ul > li > .navi_hv {
  position: absolute;
  z-index: 11;
  top: 70px;
  right: -110px;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  -webkit-transition: height 500ms ease-out;
  transition: height 500ms ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

#header .inner_box nav .g-navi > ul > li > .navi_hv > ul > li {
  width: 49%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}

#header .inner_box nav .g-navi > ul > li > .navi_hv > ul > li > a {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 0;
}

#header .inner_box nav .g-navi > ul > li > .navi_hv > ul > li > a:hover {
  text-decoration: none;
  color: #595959;
}

#header .inner_box nav .g-navi > ul > li > .navi_hv > ul > li > span {
  font-size: 15px;
  border-bottom: 1px #ccc solid;
  display: block;
  height: 36px;
  line-height: 36px;
  color: #111;
}

#header .inner_box nav .g-navi > ul > li > .navi_hv > ul > li > span:hover {
  text-decoration: none;
  color: #aaa;
}

#header .inner_box nav .g-navi > ul > li > .navi_hv.navi_one_col {
  width: 126px;
  right: -34px;
}

#header .inner_box nav .g-navi > ul > li > .navi_hv.navi_one_col > ul > li {
  width: 100%;
}

#header .inner_box nav .g-navi > ul > li:hover .navi_hv {
  height: auto;
  width: 310px;
  padding: 10px 30px 14px;
  line-height: 60px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
  border-top: 4px solid #111;
  z-index: 100;
}

#header .inner_box nav .g-navi > ul > li:hover .navi_hv.navi_one_col {
  width: 126px;
}

#header .inner_box nav .g-navi > ul > li .navi_lg .navi_inner_box > ul > li {
  width: 173px;
  margin: 0 20px 20px 0;
}

#header .inner_box nav .g-navi .g-navi-list.active > a,
#header .inner_box nav .g-navi .g-navi-list.active > span {
  font-weight: 700;
  border-bottom: 2px solid #111;
  height: 68px;
}

#header .inner_box nav .g-navi .category-li:after {
  content: '';
  background: url(../img/icon/icon_arrow_bottom.png) no-repeat center right;
  background-size: 10px;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  display: inline-block;
}

#header .inner_box nav .g-navi .n_img {
  width: 380px;
  float: right;
  margin-right: 20px;
}

#header .inner_box nav .g-navi .n_img img {
  width: 100%;
}

@media screen and (max-width: 800px) {
  #header .inner_box nav .g-navi .n_img img {
    margin-top: 30px;
  }
}

#header .inner_box #header_sp {
  display: none;
}

#header .inner_box .header_info {
  position: absolute;
  top: -12px;
  font-size: 11px;
  color: #888;
  width: 420px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#header_sp {
  display: none;
}

/*カート商品数*/
.cart_num_icon {
  color: #fff;
  line-height: 16px;
  font-size: 9px;
  display: block;
  width: 16px;
  text-align: center;
  padding: 0;
  background-color: #ce3838;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  text-indent: 0;
  margin-top: -18px;
}

@media screen and (max-width: 320px) {
  .cart_num_icon {
    right: -4px;
  }
}

.cart_num_over_99 {
  width: auto;
  padding: 0 4px;
  border-radius: 6px;
  height: auto;
}

@media screen and (max-width: 320px) {
  .cart_num_over_99 {
    right: -5px;
  }
}

/*スマホヘッダー*/
@media screen and (max-width: 768px) {
  #header_sp {
    display: block;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  #header_sp .h_tpoint {
    padding-left: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 101;
  }
  #header_sp .gm {
    padding: 0;
    margin: 0;
    width: 100%;
    position: fixed;
    top: 30px;
    padding: 6px 0;
    border-bottom: 2px solid #111;
    background: #fff;
    z-index: 100;
    /*メニューボタン*/
  }
  #header_sp .gm #menuButton {
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 13;
  }
  #header_sp .gm #menuButton span {
    display: block;
    background: #666;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  #header_sp .gm #menuButton span:first-child {
    top: 16px;
  }
  #header_sp .gm #menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
  }
  #header_sp .gm #menuButton span:last-child {
    bottom: 16px;
  }
  #header_sp .gm #menuButton.active span:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  #header_sp .gm #menuButton.active span:nth-child(2) {
    opacity: 0;
  }
  #header_sp .gm #menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  #header_sp .gm .h_logo {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 8px 0;
    background: #fff;
    z-index: 12;
  }
  #header_sp .gm .h_logo a {
    display: block;
    text-align: center;
    width: 110px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #header_sp .gm .h_logo a {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  #header_sp .gm a {
    color: #fff;
    display: block;
  }
  #header_sp .gm a:hover {
    text-decoration: none;
  }
  #header_sp .gm .cart {
    position: absolute;
    top: 13px;
    right: 40px;
    width: 32px;
    height: 30px;
    background: url(../img/cart_icon_bk.png) no-repeat;
    background-size: 30px;
    z-index: 13;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #header_sp .gm .cart {
    top: 14px;
    right: 38px;
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  #header_sp .gm .cart a {
    overflow: hidden;
    display: block;
    height: 30px;
    text-indent: 100%;
  }
  #header_sp .gm #searchButton.search_btn {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url(../img/search_icon.png) no-repeat;
    background-size: 24px;
    z-index: 13;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #header_sp .gm #searchButton.search_btn {
    top: 14px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #header_sp.menuActive #gnavi_sp aside nav {
    z-index: 50;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #header_sp #gnavi_sp {
    position: fixed;
    top: 0;
    width: 100%;
    overflow: auto;
  }
  #header_sp #gnavi_sp.open {
    height: 100%;
    height: calc(var(--vh, 1vh) * 100);
  }
  #header_sp #gnavi_sp aside {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 90%;
    background: rgba(0, 0, 0, 0.9);
    line-height: 48px;
    text-align: center;
    position: relative;
    right: 100%;
    overflow: overlay;
    overflow-y: scroll;
    top: 90px;
    padding-bottom: 30px;
    /*検索窓*/
  }
  #header_sp #gnavi_sp aside .saerch {
    height: 70px;
    line-height: 70px;
  }
  #header_sp #gnavi_sp aside .saerch .txt_box {
    padding: 4%;
  }
  #header_sp #gnavi_sp aside .saerch .search_area {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 88%;
    vertical-align: middle;
    padding: 4%;
    position: relative;
    border: none;
    background: none;
    font-size: 14px;
    color: #333;
    opacity: 0.85;
    background-color: #FFFFFF;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #header_sp #gnavi_sp aside .saerch .search_area {
    width: 86%;
  }
}

@media screen and (max-width: 768px) {
  #header_sp #gnavi_sp aside .saerch .search_button {
    float: left;
    width: 12%;
    height: 40px;
    background: url(../img/search_icon.png), #C0C0C0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    border: none;
    padding: 0;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #header_sp #gnavi_sp aside .saerch .search_button {
    width: 14%;
  }
}

@media screen and (max-width: 768px) {
  #header_sp #gnavi_sp aside .memb_re {
    border-bottom: 1px solid rgba(70, 70, 70, 0.8);
    border-top: 1px solid rgba(70, 70, 70, 0.8);
  }
  #header_sp #gnavi_sp aside .memb_re a {
    display: block;
  }
  #header_sp #gnavi_sp aside .memb_re p {
    width: 49.8%;
    float: left;
  }
  #header_sp #gnavi_sp aside .memb_re p:first-child {
    border-right: 1px solid #555;
  }
  #header_sp #gnavi_sp aside .first_guide {
    color: #fff;
    text-align: left;
    border-bottom: 1px solid rgba(70, 70, 70, 0.8);
    padding: 8px 0;
  }
  #header_sp #gnavi_sp aside .first_guide h3 {
    padding: 0 18px 0 28px;
    border: none;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
  }
  #header_sp #gnavi_sp aside .first_guide h3 span {
    background: url(../img/firstguide_icon_wh.svg) no-repeat center right;
    background-size: 20px;
    vertical-align: middle;
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 4px;
  }
  #header_sp #gnavi_sp aside .first_guide p {
    padding: 0 18px 0 28px;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
    height: 48px;
  }
  #header_sp #gnavi_sp aside .list_menu p {
    text-align: left;
    padding-left: 28px;
    color: #fff;
    position: relative;
  }
  #header_sp #gnavi_sp aside .list_menu .trigger:after {
    color: #fff;
  }
  #header_sp #gnavi_sp aside .list_menu .acordion_tree {
    background: rgba(0, 0, 0, 0.9);
  }
  #header_sp #gnavi_sp aside .list_menu ul li {
    width: 100%;
    text-align: left;
  }
  #header_sp #gnavi_sp aside .list_menu ul li a {
    padding-left: 28px;
  }
  #header_sp #gnavi_sp aside .list_menu .sns_list a {
    width: 40px;
    display: inline-block;
    text-align: center;
    padding: 20px;
  }
  #header_sp .header_info {
    display: none;
  }
}

/*スクロール時ヘッダー固定*/
header > .fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 60px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}

header > .fixed #h_logo {
  margin: 14px 0;
  width: 70px;
  z-index: 100;
  position: absolute;
  left: 0;
}

header > .fixed #h_logo img {
  width: 70px;
}

header > .fixed .h_left {
  display: none;
}

header > .fixed .h_right {
  top: 0;
  height: 70px;
}

header > .fixed .h_right > div {
  height: 60px;
  line-height: 60px;
}

header > .fixed .h_right .shopbag,
header > .fixed .h_right .my_page {
  z-index: 100;
}

header > .fixed .h_right .shopbag a {
  background-position: 0 14px;
  width: 24px;
  height: 60px;
  overflow: hidden;
  display: block;
  text-indent: 100%;
}

header > .fixed .h_right .my_page a {
  background: url(../img/mypage_icon.png) no-repeat;
  background-size: 22px;
  background-position: 0 15px;
  width: 24px;
  height: 60px;
  overflow: hidden;
  display: block;
  text-indent: 100%;
}

header > .fixed .gm {
  height: 60px;
}

header > .fixed .gm #gnavi {
  width: 100%;
  top: 0;
  position: fixed;
  height: 60px;
  line-height: 60px;
  padding: 0;
}

header > .fixed .gm #gnavi > nav > ul > li {
  padding-left: 2%;
}

header > .fixed .gm #gnavi > nav > ul > li > .navi_hv {
  top: 60px;
}

header > .fixed .gm #gnavi > nav > ul > li:first-child {
  padding-left: 0;
}

/* Footer Style
-------------------------------------------------- */
/*フッターコンテンツstyleを定義*/
#footer {
  background: #f6f6f4;
  padding: 50px 20px;
  margin-top: 40px;
  /*footer category*/
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 0;
    margin: -1px 0 0;
  }
}

#footer .f_inbox {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  display: table;
}

@media screen and (max-width: 768px) {
  #footer .f_inbox {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

#footer .f_inbox .footer_logo {
  width: 180px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #footer .f_inbox .footer_logo {
    display: none;
  }
}

#footer .f_inbox .footer_category {
  width: 780px;
  padding: 0 0 40px 70px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #footer .f_inbox .footer_category {
    border: 0;
    padding: 0;
    width: 100%;
  }
}

#footer .f_inbox .footer_category .ft_r {
  width: 436px;
  float: right;
  position: absolute;
  bottom: 20px;
  right: 0;
}

@media screen and (max-width: 768px) {
  #footer .f_inbox .footer_category .ft_r {
    width: 100%;
    padding: 20px 0 0;
    position: relative;
    top: 0;
    text-align: center;
  }
}

#footer .f_inbox .footer_category .ft_r .ft_saerch {
  margin: 20px 0;
  width: 280px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #footer .f_inbox .footer_category .ft_r .ft_saerch {
    margin: 0;
  }
}

#footer .f_inbox .footer_category .ft_r .ft_saerch fieldset {
  border: none;
  padding: 0;
}

#footer .f_inbox .footer_category .ft_r .ft_saerch input.search_area {
  border: 1px #ccc solid;
  border-radius: 20px;
  height: 30px;
  padding: 2px 10px 0 30px;
  background: #fff url(../img/search_icon.png) no-repeat left;
  background-size: auto 18px;
  background-position: 10px 6px;
  width: 250px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}

#footer .f_inbox .footer_category .ft_r .sns {
  width: auto;
  display: inline-block;
  float: none;
}

@media screen and (max-width: 768px) {
  #footer .f_inbox .footer_category .ft_r .sns {
    margin: 20px 0;
  }
}

#footer .f_inbox .footer_category .ft_r .sns a {
  width: 30px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #footer .f_inbox .footer_category .ft_r .ft_r .ft_saerch,
  #footer .f_inbox .footer_category .ft_r .ft_r .sns {
    margin: 10px auto 20px;
    text-align: center;
    float: none;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer_category .footer_category_inbox,
  #footer .footer_category .footer_info_inbox,
  #footer .footer_category .footer_shoplist_inbox {
    border-top: 1px solid #ddd;
    float: none;
    clear: both;
  }
}

#footer .footer_category .footer_category_inbox .footer_title,
#footer .footer_category .footer_info_inbox .footer_title,
#footer .footer_category .footer_shoplist_inbox .footer_title {
  padding: 0 0 12px 12px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  #footer .footer_category .footer_category_inbox .footer_title,
  #footer .footer_category .footer_info_inbox .footer_title,
  #footer .footer_category .footer_shoplist_inbox .footer_title {
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0 6%;
    position: relative;
  }
}

#footer .footer_category .footer_category_inbox .footer_category_goods,
#footer .footer_category .footer_info_inbox .footer_category_goods,
#footer .footer_category .footer_shoplist_inbox .footer_category_goods {
  float: left;
  width: 250px;
}

#footer .footer_category .footer_category_inbox .footer_category_goods ul,
#footer .footer_category .footer_info_inbox .footer_category_goods ul,
#footer .footer_category .footer_shoplist_inbox .footer_category_goods ul {
  display: block;
}

#footer .footer_category .footer_category_inbox .footer_about_goods,
#footer .footer_category .footer_info_inbox .footer_about_goods,
#footer .footer_category .footer_shoplist_inbox .footer_about_goods {
  float: left;
  margin: 0 10px;
  width: 250px;
}

#footer .footer_category .footer_category_inbox .footer_category_block_h,
#footer .footer_category .footer_info_inbox .footer_category_block_h,
#footer .footer_category .footer_shoplist_inbox .footer_category_block_h {
  float: left;
  width: 20%;
}

@media screen and (max-width: 768px) {
  #footer .footer_category .footer_category_inbox .footer_category_block,
  #footer .footer_category .footer_category_inbox .footer_category_block_h,
  #footer .footer_category .footer_info_inbox .footer_category_block,
  #footer .footer_category .footer_info_inbox .footer_category_block_h,
  #footer .footer_category .footer_shoplist_inbox .footer_category_block,
  #footer .footer_category .footer_shoplist_inbox .footer_category_block_h {
    width: 100%;
    margin: 0;
    position: relative;
  }
}

#footer .footer_category .footer_category_inbox .footer_category_block ul li,
#footer .footer_category .footer_category_inbox .footer_category_block_h ul li,
#footer .footer_category .footer_info_inbox .footer_category_block ul li,
#footer .footer_category .footer_info_inbox .footer_category_block_h ul li,
#footer .footer_category .footer_shoplist_inbox .footer_category_block ul li,
#footer .footer_category .footer_shoplist_inbox .footer_category_block_h ul li {
  display: block;
  float: left;
  width: 250px;
  line-height: 34px;
}

@media screen and (max-width: 768px) {
  #footer .footer_category .footer_category_inbox .footer_category_block ul li,
  #footer .footer_category .footer_category_inbox .footer_category_block_h ul li,
  #footer .footer_category .footer_info_inbox .footer_category_block ul li,
  #footer .footer_category .footer_info_inbox .footer_category_block_h ul li,
  #footer .footer_category .footer_shoplist_inbox .footer_category_block ul li,
  #footer .footer_category .footer_shoplist_inbox .footer_category_block_h ul li {
    border-top: 1px solid #e7e8ea;
    background: #fff;
    margin: 0;
    display: block;
    float: none;
    text-align: left;
    height: 42px;
    width: auto;
  }
}

#footer .footer_category .footer_category_inbox .footer_category_block ul li a,
#footer .footer_category .footer_category_inbox .footer_category_block_h ul li a,
#footer .footer_category .footer_info_inbox .footer_category_block ul li a,
#footer .footer_category .footer_info_inbox .footer_category_block_h ul li a,
#footer .footer_category .footer_shoplist_inbox .footer_category_block ul li a,
#footer .footer_category .footer_shoplist_inbox .footer_category_block_h ul li a {
  padding: 0 0 0 12px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  color: #666;
}

@media screen and (max-width: 768px) {
  #footer .footer_category .footer_category_inbox .footer_category_block ul li a,
  #footer .footer_category .footer_category_inbox .footer_category_block_h ul li a,
  #footer .footer_category .footer_info_inbox .footer_category_block ul li a,
  #footer .footer_category .footer_info_inbox .footer_category_block_h ul li a,
  #footer .footer_category .footer_shoplist_inbox .footer_category_block ul li a,
  #footer .footer_category .footer_shoplist_inbox .footer_category_block_h ul li a {
    border: 0;
    padding: 0 5%;
    display: block;
    font-size: 14px;
    line-height: 42px;
    text-align: left;
    height: 42px;
    color: #666;
    overflow: hidden;
  }
}

#footer .footer_category .footer_category_inbox .footer_category_block ul li a:hover,
#footer .footer_category .footer_category_inbox .footer_category_block_h ul li a:hover,
#footer .footer_category .footer_info_inbox .footer_category_block ul li a:hover,
#footer .footer_category .footer_info_inbox .footer_category_block_h ul li a:hover,
#footer .footer_category .footer_shoplist_inbox .footer_category_block ul li a:hover,
#footer .footer_category .footer_shoplist_inbox .footer_category_block_h ul li a:hover {
  text-decoration: underline;
  color: #888;
}

#footer .footer_category .footer_category_inbox .footer_category_block ul li .footer_s_title,
#footer .footer_category .footer_category_inbox .footer_category_block_h ul li .footer_s_title,
#footer .footer_category .footer_info_inbox .footer_category_block ul li .footer_s_title,
#footer .footer_category .footer_info_inbox .footer_category_block_h ul li .footer_s_title,
#footer .footer_category .footer_shoplist_inbox .footer_category_block ul li .footer_s_title,
#footer .footer_category .footer_shoplist_inbox .footer_category_block_h ul li .footer_s_title {
  margin: 0 0 4px;
  padding: 0 0 0 13px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  height: 24px;
  color: #555;
  border: none;
}

@media screen and (max-width: 768px) {
  #footer .footer_category .footer_category_inbox .footer_category_block ul li .footer_s_title,
  #footer .footer_category .footer_category_inbox .footer_category_block_h ul li .footer_s_title,
  #footer .footer_category .footer_info_inbox .footer_category_block ul li .footer_s_title,
  #footer .footer_category .footer_info_inbox .footer_category_block_h ul li .footer_s_title,
  #footer .footer_category .footer_shoplist_inbox .footer_category_block ul li .footer_s_title,
  #footer .footer_category .footer_shoplist_inbox .footer_category_block_h ul li .footer_s_title {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin: 0;
    padding: 0 0 0 5%;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 42px;
    height: 42px;
    color: #333;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer_category .footer_category_inbox .footer_category_block ul li .trigger:after,
  #footer .footer_category .footer_category_inbox .footer_category_block_h ul li .trigger:after,
  #footer .footer_category .footer_info_inbox .footer_category_block ul li .trigger:after,
  #footer .footer_category .footer_info_inbox .footer_category_block_h ul li .trigger:after,
  #footer .footer_category .footer_shoplist_inbox .footer_category_block ul li .trigger:after,
  #footer .footer_category .footer_shoplist_inbox .footer_category_block_h ul li .trigger:after {
    content: " + ";
    position: absolute;
    height: 48px;
    top: 0;
    right: 16px;
    z-index: 10;
    color: #555;
    font-size: 16px;
  }
  #footer .footer_category .footer_category_inbox .footer_category_block ul li .trigger.active:after,
  #footer .footer_category .footer_category_inbox .footer_category_block_h ul li .trigger.active:after,
  #footer .footer_category .footer_info_inbox .footer_category_block ul li .trigger.active:after,
  #footer .footer_category .footer_info_inbox .footer_category_block_h ul li .trigger.active:after,
  #footer .footer_category .footer_shoplist_inbox .footer_category_block ul li .trigger.active:after,
  #footer .footer_category .footer_shoplist_inbox .footer_category_block_h ul li .trigger.active:after {
    content: " - ";
    position: absolute;
    height: 48px;
    top: -2px;
    right: 18px;
    font-size: 17px;
  }
}

#footer .footer_category .footer_category_inbox .pc_disp_n,
#footer .footer_category .footer_info_inbox .pc_disp_n,
#footer .footer_category .footer_shoplist_inbox .pc_disp_n {
  display: none;
}

#footer .footer_category .footer_category_inbox {
  float: left;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #footer .footer_category .footer_category_inbox {
    width: 100%;
  }
}

#footer .footer_category .footer_info_inbox {
  width: 260px;
  float: left;
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  #footer .footer_category .footer_info_inbox {
    width: 100%;
    float: none;
    margin: 0;
  }
}

#footer .footer_category .grouplink li {
  width: 250px!important;
}
#footer .footer_category .grouplink a {
  padding: 0!important;
  font-size: 0.6rem!important;
}
#footer .footer_category .grouplink a img {
  width: 45%;
}

.footer_TSUTAYA {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer_TSUTAYA {
    display: block;
    margin: 5px auto 8px;
    text-align: center;
    font-size: 0.6rem;
  }
  .footer_TSUTAYA img {
    width: 30%;
    margin: 0 auto;
  }
}

#footer .footer_category .footer_shoplist_inbox {
  display: none;
}

@media screen and (max-width: 768px) {
  #footer .footer_category .footer_shoplist_inbox {
    display: block;
  }
}

.ft_b {
  background: #e5e5e1;
  padding: 14px 0;
  text-align: center;
}

.ft_b ul li {
  width: auto;
  display: inline-block;
  padding: 0;
  border-left: 1px #555 solid;
  font-size: 11px;
  display: block;
}

.ft_b ul li:first-child {
  border: none;
}

.ft_b ul li a {
  color: #fff;
}

.ft_b li.f_copy {
  padding-left: 20px;
  border: none;
}

@media screen and (max-width: 768px) {
  .footer_s_title {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin: 0;
    padding: 0 0 0 5%;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 42px;
    height: 42px;
    color: #333;
    cursor: pointer;
  }
  .trigger:after {
    content: " + ";
    position: absolute;
    height: 48px;
    top: 0;
    right: 16px;
    z-index: 10;
    color: #555;
    font-size: 16px;
  }
  .trigger.active:after {
    content: " - ";
    position: absolute;
    height: 48px;
    top: -2px;
    right: 18px;
    font-size: 17px;
  }
  #member .footer_b_box nav div {
    position: relative;
    bottom: 0;
  }
}

#member .footer_b_box p.footer_title {
  padding-left: 0;
}

/* Scroll Style
-------------------------------------------------- */
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0px;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/* Slider Style
-------------------------------------------------- */
/*スライダーのstyleを定義*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 44%;
  padding: 0;
  border: 20px solid transparent;
  border-right-color: #fff;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    border: 16px solid transparent;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -80px;
  border-right-color: rgba(255, 255, 255, 0.7);
  border-left-color: transparent;
  /*[dir="rtl"] & {
        left: auto;
        right: -25px;
    }
    &:before {
        content: $slick-prev-character;
        [dir="rtl"] & {
            content: $slick-next-character;
        }
    }*/
}

@media screen and (max-width: 768px) {
  .slick-prev {
    left: -5px;
  }
}

.slick-next {
  right: -80px;
  border-left-color: rgba(255, 255, 255, 0.7);
  border-right-color: transparent;
  /*[dir="rtl"] & {
        left: -25px;
        right: auto;
    }
    &:before {
        content: $slick-next-character;
        [dir="rtl"] & {
            content: $slick-prev-character;
        }
    }*/
}

@media screen and (max-width: 768px) {
  .slick-next {
    right: -5px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 7px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: 2px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 32px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 32px;
  height: 2px;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 32px;
  height: 2px;
  font-size: 36px;
  line-height: 20px;
  text-align: center;
  background: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.25;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 30px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  overflow: hidden;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-slide span {
  padding: 10px 0;
  display: block;
  text-align: center;
  font-size: 14px;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .slider {
    margin-bottom: 40px;
  }
}

.slider .main-visual {
  max-width: 666px;
  margin: 0 auto;
  width: 100%;
  height: 500px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .slider .main-visual {
    height: auto;
  }
}

.slider .main-visual .slick-list {
  overflow: visible;
}

.slider .main-visual .slick-slide {
  height: auto;
}

.slider .main-visual .slider_left {
  position: absolute;
  width: 1000px;
  height: 500px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  left: -1000px;
}

.slider .main-visual .slider_right {
  position: absolute;
  width: 1000px;
  height: 500px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  right: -1000px;
}

.slider .main-visual .top-slider li {
  position: relative;
}

.slider .main-visual .top-slider li p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  width: 100%;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

/*商品詳細*/
.slide_goods {
  overflow: hidden;
  /*サムネイル*/
}

.slide_goods .goods-slider img {
  opacity: 0;
  height: 0px;
}

.slide_goods .goods-slider .slick-prev,
.slide_goods .goods-slider .slick-next {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  padding: 0;
  border: 20px solid transparent;
  border-right-color: #fff;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  z-index: 10;
}

.slide_goods .goods-slider .slick-prev:before,
.slide_goods .goods-slider .slick-next:before {
  content: '';
}

.slide_goods .goods-slider .slick-prev {
  border-right-color: rgba(130, 130, 130, 0.7);
  border-left-color: transparent;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .slide_goods .goods-slider .slick-prev {
    left: -5px;
  }
}

.slide_goods .goods-slider .slick-next {
  border-left-color: rgba(130, 130, 130, 0.7);
  border-right-color: transparent;
  right: -60px;
}

@media screen and (max-width: 768px) {
  .slide_goods .goods-slider .slick-next {
    right: -5px;
  }
}

.slide_goods .goods-slider:hover .slick-prev {
  opacity: 0.7;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .slide_goods .goods-slider:hover .slick-prev {
    left: -5px;
  }
}

.slide_goods .goods-slider:hover .slick-prev:hover {
  opacity: 1;
}

.slide_goods .goods-slider:hover .slick-next {
  opacity: 0.7;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .slide_goods .goods-slider:hover .slick-next {
    right: -5px;
  }
}

.slide_goods .goods-slider:hover .slick-next:hover {
  opacity: 1;
}

.slide_goods .goods-slider .slick-dots li,
.slide_goods .goods-slider .slick-dots button {
  width: 32px;
  height: 2px;
  padding: 0;
}

.slide_goods .goods-slider .slick-dots button:before {
  content: '';
  width: 32px;
  height: 2px;
}

.slide_goods .goods-slider img {
  opacity: 0;
  height: 0px;
}

.slide_goods .goods-slider li:first-child img {
  opacity: 1;
  height: auto;
}

.slide_goods .goods-slider .slick-slider {
  width: 600px;
  overflow: hidden;
}

.slide_goods .goods-slider .slick-slide {
  width: 600px;
}

.slide_goods .goods-slider-nav {
  margin: 10px -10px 10px 0;
}

@media screen and (max-width: 768px) {
  .slide_goods .goods-slider-nav {
    margin: 40px -10px 10px 0;
  }
}

.slide_goods .goods-slider-nav li {
  width: 109px;
  display: inline-block;
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 768px) {
  .slide_goods .goods-slider-nav li {
    width: 21.4%;
  }
}

@media screen and (max-width: 320px) {
  .slide_goods .goods-slider-nav li {
    width: 20.8%;
  }
}

@media screen and (max-width: 768px) {
  .slide_goods .slick-dots {
    bottom: -25px;
  }
}

/*カルーセル スライダー*/
.carousel-box .slick-prev,
.carousel-box .slick-next {
  bottom: -10px;
  top: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.carousel-box .slick-dots {
  bottom: -10px;
}

.carousel-box .slick-dots li,
.carousel-box .slick-dots button {
  width: 32px;
  height: 2px;
  padding: 0;
}

.carousel-box .slick-dots button:before {
  content: '';
  width: 32px;
  height: 2px;
}

.carousel-box .carousel-slider-small {
  margin-bottom: 20px;
}

.carousel-box .carousel-slider-small .slick-slide {
  height: 280px;
}

@media screen and (max-width: 768px) {
  .carousel-box .carousel-slider-small .slick-slide {
    height: 200px;
  }
}

/*top*/
#top #contents {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  /*特集*/
}

@media screen and (max-width: 768px) {
  #top #contents {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #top #contents .top_contents {
    width: 92%;
    padding: 0 4%;
  }
}

#top #contents .inner_box {
  /*トップバナーfade*/
  /*システムメンテナンス*/
  /*カテゴリ*/
  /*カテゴリスライド*/
  /*新商品*/
  /*goods_box*/
  /*新商品 goods_box*/
  /*新商品、ランキング*/
  /*新商品*/
  /*ランキング*/
  /*おすすめ*/
  /* 閲覧履歴 */
  /*ショップイベント*/
  /*インフォメーション*/
  /*ショップリスト*/
}

#top #contents .inner_box > div {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box > div {
    margin-bottom: 70px;
  }
}

#top #contents .inner_box .bnr_fade {
  width: 980px;
  border: 0;
  position: relative;
  margin: 0 auto 150px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .bnr_fade {
    width: auto;
    padding: 10px 0;
    margin: 0 0 70px;
    min-width: 320px;
  }
}

#top #contents .inner_box .bnr_fade .flex-control-nav {
  bottom: -50px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .bnr_fade .flex-control-nav {
    bottom: -16%;
  }
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .bnr_fade .slides img {
    width: 90%;
    margin: 0 auto;
  }
}

#top #contents .inner_box h2 {
  border-top: 2px solid #111;
  text-align: center;
  height: 95px;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box h2 {
    font-size: 24px;
    height: 60px;
  }
}

#top #contents .inner_box h2 > span {
  position: relative;
  top: -18px;
  padding: 0 19px 0 20px;
  background: #fff;
  font-weight: 700;
  display: inline-block;
  line-height: 28px;
  color: #111;
  letter-spacing: 1px;
}

#top #contents .inner_box h2 > span > span {
  font-size: 14px;
  font-weight: normal;
  background: none;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box h2 > span > span {
    margin-top: 0;
  }
}

#top #contents .inner_box .l_inbox {
  margin: 0 -20px 0 0;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .l_inbox {
    margin: 0 -10px 0 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .goods_list_h {
    width: 92%;
    padding: 0 4%;
  }
}

#top #contents .inner_box .maintenance {
  background: #333;
  text-align: center;
  line-height: 50px;
  margin-bottom: 80px;
  color: #fff;
}
#top #contents .inner_box .maintenance img {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 3px 0;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .maintenance {
    width: 92%;
    margin: 0 auto 70px;
    line-height: 14px;
    padding: 14px 0;
  }
}

#top #contents .inner_box .maintenance a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: block;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .maintenance a {
    font-size: 13px;
  }
}

#top #contents .inner_box .maintenance a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#top #contents .inner_box .maintenance a img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .maintenance span {
    display: block;
  }
}

#top #contents .inner_box .top-box {
  margin-bottom: 95px;
}

#top #contents .inner_box .top-box h2 {
  height: 70px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-box h2 {
    height: 50px;
    margin: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-box .trendword {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 2%;
    height: 96px;
    width: 96%;
  }
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-box .trendword ul {
    width: 800px;
    font-size: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#top #contents .inner_box .top-box .trendword ul li {
  width: 136px;
  margin: 0 4px 2px 0;
  display: inline-block;
  text-align: center;
  background: #eee;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-box .trendword ul li {
    width: 106px;
    margin: 4px;
    font-size: 12px;
  }
}

#top #contents .inner_box .top-box .trendword ul li a {
  display: block;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-box .trendword ul li a {
    padding: 0 5px;
  }
}

#top #contents .inner_box .top-box .trendword ul .long-txt {
  font-size: 13px;
  letter-spacing: -0.8px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-box .trendword ul .kw_2 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  #top #contents .inner_box .top-box .trendword ul .kw_3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #top #contents .inner_box .top-box .trendword ul .kw_4 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  #top #contents .inner_box .top-box .trendword ul .kw_5 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #top #contents .inner_box .top-box .trendword ul .kw_6 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  #top #contents .inner_box .top-box .trendword ul .kw_7 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #top #contents .inner_box .top-box .trendword ul .kw_8 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  #top #contents .inner_box .top-box .trendword ul .kw_9 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #top #contents .inner_box .top-box .trendword ul .kw_10 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  #top #contents .inner_box .top-box .trendword ul .kw_11 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #top #contents .inner_box .top-box .trendword ul .kw_12 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  #top #contents .inner_box .top-box .trendword ul .kw_13 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  #top #contents .inner_box .top-box .trendword ul .kw_14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
}

#top #contents .inner_box .top-left-box {
  width: 200px;
  float: left;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-left-box {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
}

#top #contents .inner_box .top-left-box h2 {
  border: none;
  text-align: left;
  height: 60px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-left-box h2 {
    text-align: center;
    border-top: 2px solid #111;
    margin: 0 4%;
    height: 60px;
  }
}

#top #contents .inner_box .top-left-box h2 > span {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-left-box h2 > span {
    padding: 0 19px 0 20px;
  }
}

#top #contents .inner_box .top-left-box h2 > span > span {
  letter-spacing: 0;
  margin-top: 6px;
}

#top #contents .inner_box .top-left-box nav {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-left-box nav {
    margin-bottom: 100px;
  }
}

#top #contents .inner_box .top-left-box .tw_title {
  letter-spacing: -0.2px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-left-box .tw_title {
    letter-spacing: 0;
  }
}

#top #contents .inner_box .top-left-box .category ul li {
  height: 36px;
  line-height: 36px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-left-box .category ul li a {
    display: block;
  }
  #top #contents .inner_box .top-left-box .category ul li a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 769px) {
  #top #contents .inner_box .top-left-box #mCSB_1_container {
    width: auto !important;
    left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-left-box .category ul {
    display: inline-block;
    border-top: 1px solid #ddd;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-left-box .category ul li {
    height: 50px;
    line-height: 50px;
    width: 50%;
    float: left;
    position: relative;
  }
  #top #contents .inner_box .top-left-box .category ul li:nth-child(odd) a {
    border-right: 1px solid #ddd;
  }
  #top #contents .inner_box .top-left-box .category ul li a {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    display: block;
    padding-left: 12px;
  }
  #top #contents .inner_box .top-left-box .category ul li a:after {
    background: url(../img/icon/icon_arrow_more.png) no-repeat left center;
    background-size: 6px;
    content: "";
    width: 7px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 20px;
  }
}

#top #contents .inner_box .top-left-box .category ul li img {
  display: none;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-left-box .category ul li img {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}

#top #contents .inner_box .top-right-box {
  width: 770px;
  float: right;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .top-right-box {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}

#top #contents .inner_box .contents-left-box .inbox ul li {
  padding: 10px 0;
}

#top #contents .inner_box .goods_list_h {
  margin-bottom: 104px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .goods_list_h {
    margin-bottom: 70px;
  }
}

#top #contents .inner_box #new_products p {
  width: 32%;
  float: left;
  padding: 0 0.66% 2%;
  text-align: center;
  min-height: 194px;
}

#top #contents .inner_box #new_products p span {
  display: block;
  padding: 0 50px;
  height: 40px;
  overflow: hidden;
}

#top #contents .inner_box .new_inbox .goods_box {
  width: 300px;
  float: left;
  padding: 0 10px 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .new_inbox .goods_box {
    width: 42%;
    padding: 0 4% 4%;
  }
}

#top #contents .inner_box .new_inbox .r_txt {
  display: block;
  width: 200px;
  margin: 10px auto;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .new_inbox .r_txt {
    width: 100%;
    max-height: 34px;
    font-size: 12px;
    line-height: 18px;
  }
}

#top #contents .inner_box .new_inbox .c_footer {
  width: 90%;
}

#top #contents .inner_box .new_items .read_more,
#top #contents .inner_box .ranking .read_more {
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .new_items .read_more,
  #top #contents .inner_box .ranking .read_more {
    margin-top: 25px;
  }
}

/* #top #contents .inner_box .new_items .l_inbox {
  height: 454px; 
  overflow: hidden;
} */

@media screen and (max-width: 768px) {
  #top #contents .inner_box .new_items .l_inbox {
    height: auto;
    overflow: auto;
  }
}

#top #contents .inner_box .new_items .l_inbox ul li:last-child {
  display: none;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .new_items .l_inbox ul li:last-child {
    display: inline-block;
  }
}

#top #contents .inner_box .ranking .l_inbox .goods_box {
  position: relative;
  min-height: 260px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .ranking .l_inbox .goods_box {
    min-height: auto;
  }
}

#top #contents .inner_box .ranking .l_inbox .goods_box .r_odr {
  background: #111;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 4px;
}

#top #contents .inner_box .ranking .l_inbox .goods_box .r_mark_same,
#top #contents .inner_box .ranking .l_inbox .goods_box .r_mark_up,
#top #contents .inner_box .ranking .l_inbox .goods_box .r_mark_down,
#top #contents .inner_box .ranking .l_inbox .goods_box .r_last {
  display: none;
}

#top #contents .inner_box .recommend .l_inbox .goods_box {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .recommend .l_inbox .goods_box {
    width: 100% !important;
    margin-top: 20px;
  }
  #top #contents .inner_box .recommend .l_inbox .goods_box:first-child {
    margin-top: 0;
  }
  #top #contents .inner_box .recommend .l_inbox .goods_box figure {
    width: 30%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: middle;
  }
  #top #contents .inner_box .recommend .l_inbox .goods_box figure img {
    width: 100%;
  }
  #top #contents .inner_box .recommend .l_inbox .goods_box .r_txt {
    width: 64%;
    display: inline-block;
    vertical-align: middle;
  }
  #top #contents .inner_box .recommend .l_inbox .goods_box .r_txt .name {
    margin: 0 0 10px;
  }
  #top #contents .inner_box .recommend .l_inbox .goods_box .r_txt > span {
    width: 100%;
  }
}

#top #contents .inner_box .goods_list_h.history {
  margin-bottom: 0;
}

#top #contents .inner_box .goods_list_h.history .carousel-box {
  margin-bottom: 0;
}

#top #contents .inner_box .goods_list_h.history .carousel-box .carousel-slider-small .slick-slide {
  height: 240px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .goods_list_h.history .carousel-box .carousel-slider-small .slick-slide {
    height: 200px;
  }
}

#top #contents .inner_box .shop_event {
  margin-bottom: 62px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .shop_event {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .shop_event .l_inbox {
    height: 656px;
    overflow: hidden;
  }
}

#top #contents .inner_box .shop_event .l_inbox .goods_box {
  text-align: left;
  position: relative;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .shop_event .l_inbox .goods_box {
    height: 330px;
    overflow: hidden;
  }
}

#top #contents .inner_box .shop_event .l_inbox .goods_box .r_txt span {
  display: block;
  font-size: 13px;
}

#top #contents .inner_box .shop_event .l_inbox .goods_box .r_txt .label {
  position: absolute;
  top: 0;
  right: 0;
}

#top #contents .inner_box .shop_event .l_inbox .goods_box .r_txt .genre {
  background: #93928b;
  padding: 3px 5px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  margin: 10px 0;
}

#top #contents .inner_box .shop_event .l_inbox .goods_box .r_txt .date {
  margin-bottom: 10px;
}

#top #contents .inner_box .shop_event .l_inbox .goods_box .r_txt .title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#top #contents .inner_box .information ul {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .information ul {
    width: 100%;
  }
}

#top #contents .inner_box .information ul li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .information ul li {
    overflow: auto;
    -webkit-line-clamp: initial;
    height: auto;
    line-height: normal;
    margin-bottom: 20px;
  }
}

#top #contents .inner_box .information ul li a > span {
  color: #888;
  padding-right: 40px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .information ul li a > span {
    display: block;
    padding: 0 0 6px;
  }
}

#top #contents .inner_box .shop_list {
  padding-top: 160px;
  margin-top: -160px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .shop_list {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .shop_list h2 {
    margin: 0 4%;
  }
}

#top #contents .inner_box .shop_list ul {
  font-size: 0;
  margin-right: -40px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .shop_list ul {
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
}

#top #contents .inner_box .shop_list ul li {
  display: inline-block;
  width: 220px;
  margin: 0 40px 20px 0;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .shop_list ul li {
    display: block;
    position: relative;
    width: 88%;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0 6%;
    border-top: 1px solid #ccc;
  }
  #top #contents .inner_box .shop_list ul li:after {
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a7a79d;
    border-width: 10px;
    float: right;
    margin-top: -9px;
    position: absolute;
    right: 0px;
    top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .shop_list ul li img {
    display: none;
  }
}

#top #contents .inner_box .shop_list ul li span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #top #contents .inner_box .shop_list ul li span {
    margin: 0;
    text-align: left;
  }
}

#top #contents .full_box {
  background: #f7f7f7;
  padding: 60px 0;
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  #top #contents .full_box {
    margin-bottom: 70px;
  }
}

#top #contents .full_box .feature {
  margin-bottom: 0;
}

#top #contents .full_box .feature h2 {
  border: none;
  margin-bottom: 30px;
}

#top #contents .full_box .feature h2 span {
  top: 0;
  background: none;
}

#top #contents .full_box .feature div.dis_blo {
  display: inline-block;
}

#top #contents .full_box .feature div.dis_none {
  display: none;
}

#top #contents .full_box .feature div.dis_blo,
#top #contents .full_box .feature div.dis_none {
  margin-bottom: 40px;
}

#top #contents .full_box .feature div.dis_blo img,
#top #contents .full_box .feature div.dis_none img {
  width: 500px;
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  #top #contents .full_box .feature div.dis_blo img,
  #top #contents .full_box .feature div.dis_none img {
    width: 100%;
    float: none;
  }
}

#top #contents .full_box .feature div.dis_blo h3,
#top #contents .full_box .feature div.dis_blo span,
#top #contents .full_box .feature div.dis_none h3,
#top #contents .full_box .feature div.dis_none span {
  width: 470px;
  float: left;
}

@media screen and (max-width: 768px) {
  #top #contents .full_box .feature div.dis_blo h3,
  #top #contents .full_box .feature div.dis_blo span,
  #top #contents .full_box .feature div.dis_none h3,
  #top #contents .full_box .feature div.dis_none span {
    width: auto;
    float: none;
  }
}

#top #contents .full_box .feature div.dis_blo h3,
#top #contents .full_box .feature div.dis_none h3 {
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  margin: 20px 0 10px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  #top #contents .full_box .feature div.dis_blo h3,
  #top #contents .full_box .feature div.dis_none h3 {
    margin: 30px 20px 20px;
  }
}

#top #contents .full_box .feature div.dis_blo span,
#top #contents .full_box .feature div.dis_none span {
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  #top #contents .full_box .feature div.dis_blo span,
  #top #contents .full_box .feature div.dis_none span {
    display: block;
    margin: 20px 20px 0;
  }
}

#top #contents .full_box .read_more {
  background: #f7f7f7;
  border: 2px solid #ccc;
}

.goods_list {
  padding: 20px;
}

#list h1.l_title {
  text-align: left;
  border-bottom: 2px #333 solid;
  padding: 10px;
  font-weight: normal;
  position: relative;
}

#list h1.l_title span {
  font-size: 20px;
  font-weight: normal;
  padding-right: 20px;
}

#list #contents {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  #list #contents {
    margin: 0 auto;
    padding: 4% 4% 0;
  }
}

.store_info_box .store_logo {
  width: 300px;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .store_info_box .store_logo {
    width: 190px;
    margin-bottom: 30px;
  }
}

.store_info_box .store_key {
  margin: 0 0 40px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .store_info_box .store_key {
    margin-bottom: 30px;
  }
}

.store_info_box h2 {
  margin: 0 auto 40px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  max-width: 580px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .store_info_box h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
    max-width: 100%;
  }
}

.store_info_box p {
  line-height: 30px;
  margin: 0 auto 60px;
  max-width: 680px;
}

@media screen and (max-width: 768px) {
  .store_info_box p {
    margin-bottom: 30px;
    line-height: 26px;
    max-width: 100%;
  }
}

.store_info_box p a {
  text-decoration: underline;
  font-weight: 700;
}

.l_title_box {
  position: relative;
  margin-bottom: 30px;
}

.l_title_box p.desc_ft {
  display: block;
  padding: 12px 10px 20px;
  color: #555;
}

#list input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/*並び変え*/
.narrow_m {
  padding: 40px 0 0;
  height: auto;
}

.narrow_o {
  border: 1px #555 solid;
  background: #fff;
  padding: 4px;
  position: absolute;
  right: 12px;
  top: 6px;
  height: 20px;
  width: 100px;
  overflow: hidden;
  z-index: 10;
}

.narrow_o:hover {
  height: auto;
}

.narrow_o p, .narrow_o span, .narrow_o a {
  margin: 0 0 6px;
  display: block;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #555;
  text-align: center;
}

.narrow_o span {
  background: #888;
  margin: 4px 0 0;
  color: #fff;
}

.narrow_o a {
  background: #fff;
  margin: 4px 0 0;
  text-decoration: none;
  color: #555;
}

.narrow_o a:hover {
  text-decoration: underline;
  height: auto;
}

#narrow_tab_open, #narrow_tab_close, #narrow_tab2_open, #narrow_tab2_close {
  cursor: pointer;
}

.narrow_o p.n_tab_hidden {
  display: none;
}

.narrow_m {
  padding: 20px 0 0 16px;
  height: auto;
}

.narrow_m p, .narrow_m a {
  margin: 0 6px 10px 0;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  height: 14px;
}

.narrow_m p {
  padding: 2px 10px 2px 0;
}

.narrow_m p {
  padding: 2px 10px 2px 0;
  font-weight: 700;
}

.narrow_m a {
  border-left: 1px solid #ddd;
  padding: 2px 0 2px 10px;
}

.narrow_m a:hover {
  text-decoration: underline;
}

.narrow_title {
  display: block;
}

.narrow_open, .narrow_close {
  display: none;
}

.narrow_tab_auto {
  height: auto;
}

.narrow_o p.n_tab_hidden {
  display: none;
}

#narrow_tab_open, #narrow_tab_close, #narrow_tab2_open, #narrow_tab2_close {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .dis_non {
    display: none;
  }
  .l_title_box {
    border: 0;
  }
  .l_title_box p.desc_ft {
    padding: 10px;
  }
  .narrow_m p.narrow_title {
    display: none;
  }
  .narrow_open, .narrow_close {
    border-top: 1px solid #070707;
    border-right: 1px solid #070707;
    border-bottom: 1px solid #333;
    border-left: 1px solid #070707;
    background: #111;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
    background: linear-gradient(top, #444 0%, #111 100%);
    -pie-background: linear-gradient(top, #444 0%, #111 100%);
    margin: -1px 12px 0 0;
    padding: 0;
    display: block;
    position: absolute;
    left: auto;
    right: 3px;
    top: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -2px;
    text-align: center;
    text-decoration: none;
    height: 28px;
    width: 20%;
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
  }
  .narrow_o {
    border: 0;
    position: static;
    height: auto;
    width: auto;
    overflow: visible;
  }
  .narrow_m {
    border: 0;
    border-radius: 0;
    padding: 2%;
  }
  .narrow_m {
    background: #eee;
    border-top: 1px solid #171717;
    padding: 4% 2% 0;
  }
  .narrow_o {
    border-radius: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2% 2% 0 2%;
  }
  .narrow_o p, .narrow_o_p {
    display: none;
  }
  .narrow_m p {
    position: absolute;
  }
  .narrow_o span, .narrow_o a, .narrow_m a {
    border: 0;
    margin: 0 2% 3% 2%;
    padding: 0;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 32px;
    text-align: center;
    height: 32px;
    width: 21%;
    color: #fff;
  }
  .narrow_o span,
  .narrow_o a {
    margin: 0 2% 2% 2%;
  }
  .narrow_o a {
    color: #888;
    letter-spacing: -1px;
  }
  .narrow_m a {
    background: #666;
    font-weight: 400;
    color: #eee;
    overflow: hidden;
  }
  li.db_l a {
    line-height: 12px;
    height: auto;
    padding: 4px 0;
    letter-spacing: -1px;
  }
  li.db_l a span {
    display: block;
  }
  .ip_pg ul li span {
    display: block;
  }
}

/*goods list*/
.goods_box .name, .goods_box .status,
#list .goods_box .status_sp {
  margin: 10px 0 0;
  display: block;
  font-size: 12px;
  line-height: 14px;
  height: 42px;
  overflow: hidden;
}

.l_inbox {
  display: inline-block;
  margin: 0 -20px 0 0;
}

@media screen and (max-width: 768px) {
  .l_inbox {
    margin: 0 -10px 0 0;
    border-collapse: collapse;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media screen and (max-width: 768px) {
  .l_inbox ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

.l_inbox ul .goods_box {
  padding: 0;
  margin: 0 20px 40px 0;
  display: inline-block;
  vertical-align: top;
  min-height: 356px;
}

@media screen and (max-width: 768px) {
  .l_inbox ul .goods_box {
    padding: 0;
    height: auto;
    margin: 0 0 20px;
    vertical-align: top;
    width: 47% !important;
    margin-right: 0px !important;
    min-height: auto;
  }
}

.l_inbox ul .goods_box .soldout {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  width: 90%;
  height: 40px;
}

.l_inbox ul .goods_box .name {
  height: 36px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  margin: 10px 0;
  line-height: 18px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*ランキング*/
.ranking-sogo .l_inbox .goods_box {
  width: 232px;
  margin: 0 20px 80px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ranking-sogo .l_inbox .goods_box {
    margin: 0 20px 50px 0;
  }
}

.ranking-sogo .l_inbox .goods_box .r_odr {
  background: #111;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 4px;
}

.ranking-sogo .l_inbox li:nth-child(-n+3) {
  width: 317px;
  min-height: 442px;
}

@media screen and (max-width: 768px) {
  .ranking-sogo .l_inbox li:nth-child(-n+3) {
    width: 100% !important;
    min-height: auto;
  }
}

.ranking-sogo .l_inbox .read_more {
  margin-top: 40px;
}

/*レビュー、特集一覧*/
#contents .article_list .l_inbox .goods_box {
  width: 317px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #contents .article_list .l_inbox .goods_box {
    width: 100% !important;
  }
}

#contents .article_list .l_inbox .goods_box .alt-title {
  display: block;
  padding: 20px 20px 10px;
  font-size: 16px;
  font-weight: 700;
  font-size: 14px;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#contents .article_list .l_inbox .goods_box .alt-txt {
  display: block;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#contents .article_list .l_inbox div {
  width: 317px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0 20px 40px 0;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #contents .article_list .l_inbox div {
    width: 100% !important;
    margin: 0 0 20px;
  }
}

#contents .article_list .l_inbox div h3 {
  display: block;
  border: none;
  padding: 20px 20px 10px;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#contents .article_list .l_inbox div span {
  display: block;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*レビュー一覧*/
#contents .review_list .alt-title {
  text-align: left;
}

#contents .review_list .alt-title footer .review_footer {
  margin-bottom: 10px;
}

#contents .review_list .alt-title footer .review_footer > div {
  width: 50px;
  display: inline-block;
}

#contents .review_list .alt-title footer .review_footer span {
  display: inline-block;
}

#contents .review_list .alt-title h3 {
  font-size: 16px;
  font-weight: 700;
  border: none;
  height: auto;
  text-align: left;
}

/*重複112*/
.r_txt {
  display: block;
  text-align: left;
}

.r_txt .price,
.r_txt .s_price,
.r_txt .price_o {
  color: #333;
  font-size: 12px;
}

.r_txt .s_price .price_f {
  font-size: 10px;
  text-decoration: line-through;
  color: #666;
}

.r_txt .s_price .s_price .price_o {
  color: #666;
}

.top_txt_title {
  display: none;
}

.no_goods_txt {
  font-size: 15px;
  line-height: 32px;
}

.no_goods_txt > span {
  padding: 20px 20px 0;
  display: block;
}

.no_goods_txt > span > span {
  display: block;
  margin: 0 auto 12px;
  line-height: 24px;
  text-align: left;
}

.no_goods_txt > span > span.ngt_block {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  /*#side_review { display:none; }*/
  #list .l_title {
    margin: 0;
    padding: 10px 90px 10px 5%;
    line-height: 23px;
    height: auto;
  }
  #list .l_title_fl {
    padding: 10px 5%;
  }
  #list #header .inner_box span.header_info {
    display: none;
  }
  #feature #header .inner_box span.header_info {
    display: none;
  }
  .no_goods_txt {
    line-height: 18px;
  }
  .no_goods_txt > span {
    margin: 0;
    padding: 20px 10px 0;
  }
}

.search_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .search_sp {
    display: block;
    padding: 0 0 20px;
  }
  .search_sp .txt_box {
    position: relative;
  }
  .search_sp .txt_box .search_area {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 50px 0 10px;
    border: 1px solid #ccc;
  }
  .search_sp .txt_box .search_button {
    background: url(../img/search_icon.png) no-repeat;
    width: 22px;
    height: 22px;
    background-size: 22px;
    border: none;
    position: absolute;
    top: 8px;
    right: 12px;
    padding: 0;
    cursor: pointer;
  }
}

/*Installation Guide*/
.guide {
  width: 980px;
  padding: 80px 0 80px 0;
  margin: -80px auto 0;
}

.guide h2 {
  display: block;
  color: #555;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 10px;
  font-size: 16px;
}

#contents .guide h3 {
  font-size: 14px;
  text-align: left;
  height: 30px;
  line-height: 30px;
  padding-left: 12px;
  border: none;
  background: #555;
  color: #fff;
  margin: 20px 0;
}

#contents .guide .proper_set h3 {
  background: #888;
}

.guide p img {
  width: 100%;
}

.guide .one_box p {
  padding-bottom: 2%;
}

.guide .guide_inbox p {
  padding: 0 4px 20px;
  display: inline-block;
  vertical-align: top;
}

.guide .guide_inbox p span {
  display: block;
  line-height: 22px;
  margin-top: 6px;
}

.guide .two_box p:first-child {
  padding-left: 0;
}

.guide .two_box p {
  width: 482px;
}

.guide .three_box {
  margin-bottom: 20px;
}

.guide .three_box p {
  width: 316px;
}

.guide .four_box p {
  width: 234px;
}

.guide .five_box p {
  width: 184px;
}

.txt_aten span {
  font-weight: 700;
  padding-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .guide {
    width: 96%;
  }
  #contents .guide h3 {
    margin: 14px 0 4px;
    height: auto;
  }
  .guide .guide_inbox p {
    width: 48%;
    padding: 2% 0.6%;
  }
  .guide .guide_inbox h4 {
    margin-top: 14px;
  }
  .guide .one_box p {
    width: 96%;
    padding: 2%;
  }
  .guide .three_box p span {
    height: auto;
    font-size: 13px;
    line-height: 18px;
  }
}

/*絞り込み*/
.search_box {
  margin-bottom: 30px;
}

.search_box .visible_button {
  font-size: 16px;
  color: #000;
  background: #e5e5e1;
  text-align: center;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  position: relative;
}

.search_box .visible_button:after {
  content: "+";
  position: absolute;
  right: 20px;
}

.search_box .visible_button.open:after {
  content: "-";
}

.search_box .search_box_main {
  padding: 0px;
  text-align: left;
}

.search_box .search_box_keyword {
  padding: 0px;
  text-align: left;
}

.search_box .keyword_title {
  font-size: 0.8rem;
}

.search_box .search_block {
  width: 100%;
  background: #f6f6f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1px;
  padding: 20px 0 20px 20px;
}

@media screen and (max-width: 768px) {
  .search_box .search_block {
    padding: 14px 0 14px 14px;
  }
}

.search_box dl:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.search_box table.sb_table th {
  float: left;
  font-size: 0.8rem;
  font-weight: bold;
  width: 180px;
  text-align: left;
}

.search_box .keyword_input {
  height: 40px;
  border: 1px solid #e5e5e1;
  border-radius: 0;
  -webkit-appearance: none;
  width: 300px;
  padding: 2px 10px;
  position: relative;
}

@media screen and (max-width: 320px) {
  .search_box .keyword_input {
    width: 260px;
  }
}

.search_box .inner_search_box_keyword form {
  position: relative;
  margin: 0;
}

.search_box .active {
  background: #dddddd;
  font-weight: bold;
}

.search_box .result {
  font-size: 0.8rem;
  text-align: left;
}

.search_box .result p {
  font-weight: bold;
  margin: 14px 0;
}

.search_box .result ul li {
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 10px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .search_box .result ul li {
    margin-bottom: 14px;
    padding: 0;
    display: block;
  }
}

.search_box .result ul li:first-child {
  padding: 0 10px 0 0;
}

.search_box .result ul li:last-child {
  border: none;
}

.search_box .result ul li > span {
  padding: 4px 8px;
  border: 1px solid #e5e5e1;
  margin-bottom: 6px;
  display: inline-block;
}

.search_box .result ul li > span > a {
  font-size: 13px;
}

.search_box .result ul li > span > a span.narrow_clear {
  font-size: 13px;
  padding: 0 0 0 10px;
  border: none;
}

.search_box .result ul li > span > a span.narrow_clear:hover {
  text-decoration: underline;
}

.search_box .result ul li > span:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .search_box table.sb_table th {
    float: none;
    font-size: 0.8rem;
    font-weight: bold;
    padding-left: 6px;
    width: 100%;
    text-align: left;
    display: block;
  }
  .search_box table.sb_table td {
    display: block;
    width: 100%;
  }
  .search_box .choice_calendar {
    display: block !important;
    margin: 0 auto;
  }
  .search_box .keyword_input {
    height: 33px;
    border: 1px solid #e5e5e1;
    border-radius: 0;
    -webkit-appearance: none;
    width: 300px;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  .search_box .keyword_input {
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .search_box .inner_search_box_keyword form {
    position: relative;
    margin: 0px auto;
    width: 100%;
  }
}

.search_box #cal_event {
  margin: 0px;
}

.search_box .choice_calendar {
  display: inline-block;
  border: 1px solid #e5e5e1;
  background: #ffffff;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  font-size: 14px;
  width: 216px;
  text-align: center;
  padding: 0 30px;
  position: relative;
}

.search_box .choice_calendar:after {
  content: "";
  border-style: solid dashed dashed;
  border-color: #000000 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 20px;
  top: 17px;
}

.search_box .category {
  font-size: 13px;
}

.search_box .category li {
  font-size: 12px;
  padding: 4px 8px;
  margin-right: 26px;
  display: inline-block;
}

.search_box .category li input {
  margin-right: 10px;
}

.search_box .category li a.sel {
  background: #dddddd;
  font-weight: bold;
  padding: 4px 8px;
}

.search_box .search_button {
  font-weight: bold;
  font-size: 15px;
  line-height: 2.5;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  width: 235px;
  height: 40px;
  margin: 30px auto 0;
  text-align: center;
}

.search_box .search_button:before {
  content: "";
  width: 13px;
  height: 17px;
  padding-right: 10px;
  display: inline-block;
  background: url(../img/icon/search.png?time=170330) no-repeat left center;
  margin-bottom: -3px;
}

.keyword_search_button {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 14px;
  height: 24px;
  width: 24px;
  background: url(../img/icon/search.png) no-repeat right top;
  background-size: 22px;
}

@media screen and (max-width: 768px) {
  .keyword_search_button {
    top: 5px;
  }
}

.list_info {
  margin: 50px 0 10px;
}

@media screen and (max-width: 768px) {
  .list_info {
    margin: 30px 0 10px;
  }
}

.list_info .total {
  display: table-cell;
  text-align: left;
  font-size: 15px;
}

.list_info .total .num {
  font-size: 24px;
}

/*商品詳細*/
#confirmation_modal.modal {
  border-radius: 0;
  padding: 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #confirmation_modal.modal {
    padding: 6%;
  }
}

#confirmation_modal.modal a.close-modal {
  top: 0 !important;
  right: 0 !important;
  color: transparent;
  background: transparent;
}

#confirmation_modal.modal .modal_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#confirmation_modal.modal .modal_body > h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

#confirmation_modal.modal .modal_body .input_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 20px;
}

#confirmation_modal.modal .modal_body .input_confirm > input {
  width: 22px;
  height: 22px;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: 0;
  cursor: pointer;
  position: relative;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #confirmation_modal.modal .modal_body .input_confirm > input {
    width: 20px;
    height: 20px;
  }
}

#confirmation_modal.modal .modal_body .input_confirm > .checked {
  background-color: #eee;
  border-color: #555;
}

#confirmation_modal.modal .modal_body .input_confirm > .checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 10px;
  height: 6px;
  margin-top: -5px;
  border-left: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#confirmation_modal.modal .modal_body .input_confirm > span {
  padding-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#confirmation_modal.modal .modal_body #modal_confirm_button {
  width: 100%;
  height: 40px;
  font-size: 100%;
  border: none;
}

#confirmation_modal.modal .modal_body #modal_confirm_button.disabled {
  background: #eee;
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}

#confirmation_modal.modal .modal_body #modal_confirm_button.enabled {
  background: #333;
  color: #fff;
  cursor: pointer;
  pointer-events: all;
}

#confirmation_modal.modal .icon-remove {
  background-image: none !important;
  color: #fff;
  text-indent: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 20px;
}

#goods #contents {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  #goods #contents {
    margin: 10px auto 0;
  }
}

#goods #contents .goods_top {
  /*関連商品*/
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top {
    margin-top: 10px;
  }
}

#goods #contents .goods_top .goods_top_imgbox {
  float: left;
  width: 60%;
  margin-right: 4%;
}

#goods #contents .goods_top .goods_top_txtbox {
  width: 36%;
  float: right;
  margin-top: 20px;
  /*カート、お気に入りボタン*/
}

#goods #contents .goods_top .goods_top_txtbox .l_box_store {
  display: inline-block;
  line-height: 30px;
  margin: 10px 0;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #111;
  font-size: 12px;
}

#goods #contents .goods_top .goods_top_txtbox h1 {
  padding: 0;
  font-size: 20px;
  line-height: 32px;
  color: #333;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_top_txtbox h1 {
    padding: 0 2%;
  }
}

#goods #contents .goods_top .goods_top_txtbox h1 span {
  font-size: 12px;
}

#goods #contents .goods_top .goods_top_txtbox h2 {
  font-size: 12px;
  line-height: 32px;
  color: #333;
}

#goods #contents .goods_top .goods_top_txtbox > span {
  line-height: 32px;
  color: #333;
  font-size: 12px;
}

#goods #contents .goods_top .goods_top_txtbox .goods_data_txtbox {
  padding: 20px 0 0;
  /*Tポイント*/
  /* goods_notice */
}

#goods #contents .goods_top .goods_top_txtbox .goods_data_txtbox p {
  min-height: 32px;
  line-height: 32px;
  font-size: 14px;
}

#goods #contents .goods_top .goods_top_txtbox .goods_data_txtbox p span {
  height: 32px;
  line-height: 32px;
}

#goods #contents .goods_top .goods_top_txtbox .goods_data_txtbox .g_d_tp img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

#goods #contents .goods_top .goods_top_txtbox .goods_data_txtbox .g_d_tp span {
  vertical-align: middle;
}

#goods #contents .goods_top .goods_top_txtbox .goods_data_txtbox .g_d_tp a {
  text-decoration: underline;
}

#goods #contents .goods_top .goods_top_txtbox .goods_data_txtbox .g_d_tp a:hover {
  color: #888;
}

#goods #contents .goods_top .goods_top_txtbox .goods_data_txtbox .goods_data_notice {
  margin-top: 10px;
}

#goods #contents .goods_top .goods_top_txtbox .goods_btn_cart,
#goods #contents .goods_top .goods_top_txtbox .goods_btn_favorite,
#goods #contents .goods_top .goods_top_txtbox .goods_btn_mail {
  width: 100%;
  margin-bottom: 20px;
  line-height: 48px;
  text-align: center;
  float: left;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_btn_cart,
  #goods #contents .goods_top .goods_top_txtbox .goods_btn_favorite,
  #goods #contents .goods_top .goods_top_txtbox .goods_btn_mail {
    margin: 0 0 10px;
  }
}

#goods #contents .goods_top .goods_top_txtbox .goods_btn_cart:hover,
#goods #contents .goods_top .goods_top_txtbox .goods_btn_favorite:hover,
#goods #contents .goods_top .goods_top_txtbox .goods_btn_mail:hover {
  opacity: 0.7;
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box {
  margin: 40px 0 0;
  /*販売期間*/
  /*お問い合わせリンク*/
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_cart_box {
    margin: 10px 0 20px;
  }
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .sales_term {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .sales_term span {
  white-space: nowrap;
  letter-spacing: 0;
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox {
  display: inline-block;
  width: 100%;
  /*サイズ*/
  /*売り切れ時*/
  /*入荷メールボタン*/
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_size form {
  margin-bottom: 10px;
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_size form span {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_size form span {
    width: 44%;
  }
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_size form span span {
  display: block;
  width: 100%;
  color: #005c84;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_size form span span {
    font-size: 12px;
    line-height: 12px;
  }
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_size form .goods_btn_cart {
  width: 156px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  float: none;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_size form .goods_btn_cart {
    width: 54%;
  }
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_size form .goods_btn_cart button {
  background-position: 10%;
  background-size: 26px;
  font-weight: normal;
  font-size: 13px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_size form .goods_btn_cart button {
    padding-left: 14%;
  }
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_btn_cart {
  background: #333;
  margin-right: 14px;
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_btn_cart button {
  background: url(../img/cart_icon_wh.png) no-repeat;
  background-size: 30px;
  background-position: 70px 12px;
  border: 0;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_btn_cart button {
    background-position: 20% 10px;
  }
}

@media screen and (max-width: 320px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_btn_cart button {
    background-position: 40px 10px;
  }
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_btn_empty {
  padding: 10px 0 20px;
  font-weight: 700;
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_btn_mail input {
  width: 100%;
  background: #888;
  border: 1px solid #888;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_btn_favorite {
  background: #aaa;
  border: 2px solid #aaa;
  font-weight: normal;
  padding-left: 40px;
  font-size: 14px;
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .fav_wh {
  background: url(../img/favorite_icon.png) no-repeat;
  background-size: 24px;
  background-position: 74px 14px;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .fav_wh {
    background-position: 20% 12px;
  }
}

@media screen and (max-width: 320px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .fav_wh {
    background-position: 16% 12px;
  }
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .fav_red {
  background: url(../img/favorite_icon_reg.png) no-repeat;
  background-size: 24px;
  background-position: 74px 14px;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .fav_red {
    background-position: 20% 12px;
  }
}

@media screen and (max-width: 320px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .fav_red {
    background-position: 16% 12px;
  }
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_favorite_n {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_ticket {
  border: 1px solid #ccc;
  width: 70px;
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_ticket {
    margin-bottom: 20px;
  }
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .goods_ticket:after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-top: 4px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  z-index: 100;
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .movie_btn {
  background: url(../img/play_icon.png) no-repeat;
  background-size: 30px;
  background-position: 100px 9px;
  padding-left: 34px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .movie_btn {
    background-position: 24% 9px;
  }
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_cart_inbox .movie_btn:hover {
  text-decoration: none;
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_contact {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#goods #contents .goods_top .goods_top_txtbox .goods_cart_box .goods_contact a {
  color: #888;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_top_imgbox,
  #goods #contents .goods_top .goods_top_txtbox {
    float: none;
    width: 100%;
  }
}

#goods #contents .goods_top .goods_data_title {
  padding: 0 20px 0 0;
  display: block;
  float: left;
  text-align: left;
  width: 80px;
  color: #888;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_data_title {
    width: 26%;
    padding: 0 4% 0 0;
  }
}

#goods #contents .goods_top .goods_data_txt {
  display: inline-block;
}

#goods #contents .goods_top .goods_data_txt span.goods_unit_price {
  padding: 0 0 2px;
  font-size: 18px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  color: #333;
}

#goods #contents .goods_top .goods_data_txt .goods_unit_price > span {
  font-size: 20px;
}

#goods #contents .goods_top .goods_data_txt .goods_price_d {
  font-size: 20px;
  color: #888;
  font-style: italic;
}

#goods #contents .goods_top .goods_data {
  position: relative;
  margin: 30px -4px 0 0;
  /*バリエーション*/
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_data {
    height: auto;
    overflow: visible;
    margin: 30px -1% 0 0;
  }
}

#goods #contents .goods_top .goods_data .goods_product_con {
  margin-bottom: 40px;
}

#goods #contents .goods_top .goods_data .goods_product_con > div {
  width: 84px;
  display: inline-block;
  margin: 10px 4px 0 0;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #goods #contents .goods_top .goods_data .goods_product_con > div {
    width: 23%;
    margin: 1% 1% 0 0;
  }
}

#goods #contents .goods_top .goods_data .goods_product_con h2 {
  color: #555;
  font-size: 14px;
}

#goods #contents .goods_top .goods_data .goods_product_con a {
  display: inline-block;
  color: #555;
}

#goods #contents .goods_top .goods_data .goods_product_con img {
  width: 100%;
}

#goods #contents .goods_top .goods_data .goods_product_con p {
  font-size: 11px;
  text-align: center;
  margin-top: 6px;
  height: 30px;
  line-height: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*カート遷移*/
#modal_add_cart {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

#modal_add_cart > div {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  margin-top: -150px;
  margin-left: -200px;
  font-size: 16px;
  line-height: 150%;
  padding: 30px;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #modal_add_cart > div {
    width: 80%;
    padding: 6%;
    font-size: 14px;
    margin-top: -64%;
    margin-left: -46%;
  }
}

#modal_add_cart > div .add_cart_message {
  padding-bottom: 30px;
  font-weight: 500;
}

#modal_add_cart > div .add_cart_message .add_cart_ok {
  color: #2d9548;
}

#modal_add_cart > div .add_cart_message img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-right: 10px;
}

#modal_add_cart > div .add_cart_goods_info {
  padding-bottom: 30px;
}

#modal_add_cart > div .add_cart_goods_info figure {
  width: 30%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #modal_add_cart > div .add_cart_goods_info figure {
    width: 50%;
    display: block;
    margin: 0 auto 20px;
  }
}

#modal_add_cart > div .add_cart_goods_info .add_cart_goods_detail {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  padding-left: 4%;
  text-align: left;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #modal_add_cart > div .add_cart_goods_info .add_cart_goods_detail {
    width: 100%;
    display: block;
    padding: 0;
  }
}

#modal_add_cart > div .add_cart_goods_info .add_cart_goods_detail .cart_goods_name {
  margin-bottom: 10px;
  max-height: 44px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#modal_add_cart > div .add_cart_goods_info .add_cart_goods_detail .cart_goods_price {
  margin-bottom: 10px;
}

#modal_add_cart > div .add_cart_goods_info .add_cart_goods_detail .add_cart_carriage {
  font-weight: 700;
}

#modal_add_cart > div ul li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #modal_add_cart > div ul li {
    width: 100%;
    display: block;
  }
}

#modal_add_cart > div ul li a {
  height: 40px;
  line-height: 40px;
  display: block;
  background: #333;
  color: #fff;
}

#modal_add_cart > div ul li a:hover {
  text-decoration: none;
}

#modal_add_cart > div li.add_cart_close {
  height: 40px;
  line-height: 36px;
  border: 2px solid #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 1%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #modal_add_cart > div li.add_cart_close {
    margin: 0 0 10px;
  }
}

#modal_add_cart .display_none {
  display: none;
}

/* カートボタン fixed */
.cart-btn-fixed {
  display: none;
}

@media screen and (max-width: 768px) {
  .cart-btn-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    width: 92%;
    background: #fafafa;
    background: rgba(0, 0, 0, 0.4);
    padding: 4%;
    text-align: center;
    color: #fff;
    z-index: 10;
  }
  .cart-btn-fixed .cbf-price {
    width: 34%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 4%;
    text-align: left;
    font-size: 12px;
  }
  .cart-btn-fixed .cbf-price .goods_unit_price {
    display: block;
    font-size: 16px;
  }
  .cart-btn-fixed .cbf-cart {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .cart-btn-fixed .cbf-cart .goods_cart_inbox {
    padding: 0;
  }
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_cart,
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_mail,
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_sale_end {
    width: 80%;
    float: left;
    margin: 0;
  }
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_cart p input,
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_mail p input,
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_sale_end p input {
    background-position: 12%;
    padding: 0 0 0 18%;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_cart p input,
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_mail p input,
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_sale_end p input {
    background-position: 9%;
    padding: 0 0 0 19%;
    font-size: 14px;
    background-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_mail input {
    width: 100%;
    background: #555;
    border: 1px solid #555;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
  }
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_favorite {
    background: url(../img/favorite_icon_whline.png) no-repeat;
  }
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_favorite.fav_red {
    background: url(../img/favorite_icon_reg.png) no-repeat;
  }
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_favorite,
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_favorite.fav_red {
    width: 14%;
    display: inline-block;
    vertical-align: middle;
    background-color: none;
    background-position: center;
    border: none;
    border-radius: 0;
    text-indent: 100px;
    margin: 0 0 0 6%;
    line-height: normal;
    padding: 0;
    background-size: 28px;
    height: 42px;
    line-height: 42px;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_favorite,
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_favorite.fav_red {
    background-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_favorite:hover,
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_btn_favorite.fav_red:hover {
    background-color: transparent;
  }
  .cart-btn-fixed .cbf-cart .goods_cart_inbox .goods_sale_end {
    background: none;
    color: #fff;
  }
}

.cart-btn-fixed .goods_btn_cart,
#cbf_cart_size_menu .goods_btn_cart {
  background: #333;
}

.cart-btn-fixed .goods_btn_cart button,
.cart-btn-fixed .goods_btn_cart .movie_btn,
#cbf_cart_size_menu .goods_btn_cart button,
#cbf_cart_size_menu .goods_btn_cart .movie_btn {
  background: url(../img/cart_icon_wh.png) no-repeat;
  background-size: 24px;
  background-position: 20px 8px;
  border: 0;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 320px) {
  .cart-btn-fixed .goods_btn_cart button,
  .cart-btn-fixed .goods_btn_cart .movie_btn,
  #cbf_cart_size_menu .goods_btn_cart button,
  #cbf_cart_size_menu .goods_btn_cart .movie_btn {
    background-position: 10px 8px;
    padding-left: 20px;
  }
}

.cart-btn-fixed .goods_btn_cart .movie_btn,
#cbf_cart_size_menu .goods_btn_cart .movie_btn {
  display: block;
  background: url(../img/play_icon.png) no-repeat;
  background-size: 24px;
  background-position: 30px 8px;
  width: auto;
}

/* サイズ選択 */
#cbf_cart_size_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  #cbf_cart_size_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
  }
  #cbf_cart_size_menu ul {
    position: absolute;
    bottom: -70vh;
    left: 0;
    width: 92%;
    padding: 4%;
    background-color: #fff;
    max-height: 70vh;
    overflow: auto;
  }
  #cbf_cart_size_menu ul li {
    padding: 10px 0;
  }
  #cbf_cart_size_menu ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-right: 2%;
  }
  #cbf_cart_size_menu ul li .goods_btn_cart {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
    margin: 0;
  }
}

/*製品説明テキスト*/
.goods_detail h2 {
  color: #555;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.goods_detail p {
  padding: 4px 10px;
  line-height: 22px;
  /*スペック*/
}

.goods_detail p .g_d_speck {
  margin: 0 0 10px 0;
}

/*注意事項*/
.g_d_warnning {
  margin-top: 50px;
}

.goods_c_box {
  margin: 0 0 100px;
}

@media screen and (max-width: 768px) {
  .goods_c_box {
    margin: 0 0 40px;
  }
}

.goods_c_box .goods_data_title {
  width: 96px;
}

/*商品情報*/
@media screen and (max-width: 768px) {
  .goods_detail.goods_info .goods_data_title {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .goods_detail.goods_info .g_d_speck {
    width: 70%;
  }
}

@media screen and (max-width: 320px) {
  .goods_detail.goods_info .g_d_speck {
    width: 70%;
  }
}

/*製品紹介*/
.goods_detail {
  margin: 80px 0;
}

@media screen and (max-width: 768px) {
  .goods_detail {
    margin: 40px 0;
  }
}

.goods_detail .inner_box {
  display: table;
}

.goods_detail .detail_o {
  background: #f7f7f7;
}

.goods_detail .detail_o p {
  padding: 0 4% 0 0;
}

.goods_detail .detail_e p {
  padding: 0 0 0 4%;
}

.goods_detail p > span {
  display: block;
}

.goods_detail .goods_data_title {
  width: 96px;
}

.goods_detail img {
  width: 100%;
}

.goods_detail .detail_o,
.goods_detail .detail_e {
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .goods_detail .detail_o,
  .goods_detail .detail_e {
    width: auto;
    padding: 0 2%;
  }
}

.goods_detail .detail_o p,
.goods_detail .detail_e p {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .goods_detail .detail_o p,
  .goods_detail .detail_e p {
    font-size: 12px;
    padding: 20px 2% 20px 0;
  }
}

.goods_detail h2 .toggle {
  float: right;
  /*margin-right: 0.7em;*/
  padding: 4px 30px;
  color: #333;
  cursor: pointer;
  font-weight: normal;
  font-size: 11px;
  border: 1px solid #eee;
}

/*.goods_detail h2 .toggle:hover {
  color: #888;
  text-decoration: underline;
}*/

.goods_detail .zh_cn,
.goods_detail .zh_tw {
  display: none;
}
/*
.goods_detail span.ja {
  display: inline;
}*/

.goods_detail span.active {
  border: 1px solid #333;
}

.goods_detail p.ja {
  display: block;
}

/*レビュー*/
.full_box.goods_rev {
  background: #f7f7f7;
  padding: 60px 0;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .full_box.goods_rev {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}

.full_box.goods_rev .inner_box h2 {
  text-align: center;
  height: 90px;
  font-size: 28px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .full_box.goods_rev .inner_box h2 {
    font-size: 24px;
    height: 60px;
  }
}

.full_box.goods_rev .inner_box h2 span {
  position: relative;
  top: 0px;
  padding: 0 20px;
  font-weight: 700;
  display: inline-block;
  line-height: 28px;
}

.full_box.goods_rev .inner_box h2 span > span {
  font-size: 14px;
  font-weight: normal;
  background: none;
  display: block;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .full_box.goods_rev .inner_box h2 span > span {
    margin-top: 6px;
  }
}

.full_box.goods_rev .inner_box #goods_review {
  margin: 0;
  padding: 70px;
  background: #fff;
  /*レビュー*/
}

@media screen and (max-width: 768px) {
  .full_box.goods_rev .inner_box #goods_review {
    margin: 0 4%;
    padding: 6%;
  }
}

.full_box.goods_rev .inner_box #goods_review .review_contents {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .full_box.goods_rev .inner_box #goods_review .review_contents {
    padding: 0;
  }
}

.full_box.goods_rev .inner_box #goods_review .review_contents .review_txtbox {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .full_box.goods_rev .inner_box #goods_review .review_contents .review_txtbox {
    width: 100%;
  }
}

.full_box.goods_rev .inner_box #goods_review .review_contents .review_txtbox h3 {
  border: none;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 10px;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .full_box.goods_rev .inner_box #goods_review .review_contents .review_txtbox h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.full_box.goods_rev .inner_box #goods_review .review_contents .review_txtbox h3:hover {
  text-decoration: none;
}

.full_box.goods_rev .inner_box #goods_review .review_contents .review_txtbox footer .goods_review_footer {
  margin-bottom: 20px;
}

.full_box.goods_rev .inner_box #goods_review .review_contents .review_txtbox footer .goods_review_footer img {
  margin: 0 10px 0 0;
  width: 48px;
  display: inline-block;
}

.full_box.goods_rev .inner_box #goods_review .review_article {
  width: 600px;
  margin: 0 auto;
  height: 1000px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .full_box.goods_rev .inner_box #goods_review .review_article {
    width: 100%;
    height: 770px;
  }
}

.full_box.goods_rev .inner_box #goods_review .review_article img {
  margin-top: 30px;
}

.full_box.goods_rev .inner_box #goods_review .review_disp_all {
  text-align: center;
  margin-top: -130px;
  height: 42px;
  padding: 70px 0 30px;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, white), color-stop(100%, white));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.full_box.goods_rev .inner_box #goods_review .review_disp_all span {
  background: #f7f7f7;
  border: 2px solid #ccc;
  color: #111;
  width: 240px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
}

.full_box.goods_rev .inner_box #goods_review .review_disp_all span:before {
  background: url(../img/icon/icon_arrow_more.png) no-repeat left center;
  content: "";
  width: 7px;
  height: 14px;
  padding-right: 20px;
  display: inline-block;
}

/*人気商品*/
.l_box_list_r p {
  border-bottom: 1px solid #333;
  color: #333;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .l_box_list_r p {
    margin-bottom: 10px;
  }
}

.l_box_list_r .goods_box .r_txt .name {
  display: block;
  margin-top: 10px;
  padding: 0 4px;
  height: 33px;
  line-height: 18px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.l_box_list {
  padding: 8px 0 16px 9px;
  float: left;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l_box_list {
    padding: 0;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .l_box_list .goods_box {
    padding: 4% 1%;
    width: 31%;
    height: auto;
  }
}

/*スライド*/
/*商品詳細画像*/
.slide_goods img {
  width: 100%;
  display: block;
}

.slide_goods .flex-control-thumbs {
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .goods_top_imgbox, .goods_top_txtbox {
    float: none;
    width: 100%;
  }
  .goods_top_txtbox h1 {
    padding: 2%;
  }
  .goods_data {
    height: auto;
    overflow: visible;
  }
  .goods_data_txtbox {
    padding: 14px 0;
  }
  .goods_btn_favorite {
    margin-right: 0;
    font-size: 14px;
  }
  .goods_detail .detail_o, .goods_detail .detail_e {
    width: auto;
    padding: 0 2%;
  }
  .goods_detail .detail_o p, .goods_detail .detail_e p {
    font-size: 12px;
    padding: 20px 2% 20px 0;
  }
  /*buttom*/
  .goods_cart_box {
    margin: 10px 0 20px;
  }
  .goods_btn_cart, .goods_btn_favorite {
    margin: 0 0 10px;
  }
  /*関連商品*/
  .goods_product_con > div {
    width: 22%;
    margin: 1%;
  }
  .goods_top .flex-control-thumbs li {
    width: 23%;
  }
  .goods_top .flex-control-thumbs {
    width: 100%;
    margin: 10px auto 0;
  }
  .goods_top .flex-direction-nav {
    display: none;
  }
}

/*送料無料になるおすすめ商品*/
#carriagefree .l_box_list_r {
  margin-top: 0;
}

#goods {
  /*差し込みバナー*/
}

#goods h3 {
  color: #555;
  border: none;
  border-bottom: 1px solid #555;
  padding: 0 0 10px 10px;
  font-size: 16px;
  height: auto;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 700;
}

#goods .goods_list_h {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #goods .goods_list_h {
    margin-bottom: 30px;
  }
}

#goods .goods_list_h .goods_slide {
  padding: 0;
  margin: 0;
  height: 200px;
  overflow: hidden;
}

#goods .goods_list_h .goods_slide ul {
  list-style-type: none;
  height: 100%;
  margin: 0;
  padding: 0 0 0 10px;
}

#goods .goods_list_h .goods_slide ul li {
  margin: 0 10px 0 0;
  width: 100px;
  padding: 0;
  float: left;
  height: 100%;
}

#goods .goods_list_h .goods_slide .name {
  height: 36px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  margin: 10px 0;
  line-height: 18px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#goods .goods_list_h .goods_slide img {
  width: 100px;
}

@media screen and (max-width: 768px) {
  #goods .goods_insert_bnr .goods_box {
    width: 100% !important;
  }
}

/*SNS*/
.goods_sns {
  margin: 40px 0;
  height: 20px;
}

.goods_sns_inbox {
  display: block;
  float: left;
  height: 20px;
  width: 80px;
}

.goods_sns_line {
  width: 96px;
}

@media screen and (max-width: 768px) {
  .goods_sns {
    margin: 10px 0 10px 4px;
  }
}

/*動画*/
#goods_movie > div {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #goods_movie > div iframe {
    width: 320px;
    width: 320px;
    height: 180px;
  }
}

@media screen and (max-width: 320px) {
  #goods_movie > div iframe {
    width: 290px;
  }
}

.pagetop {
  bottom: 90px;
}

/*mypage*/
#mypage {
  /*マイリスト*/
  /*購入履歴*/
  /*購入履歴リスト*/
  /*注文内容詳細*/
}

#mypage #contents_box #contents_l_box aside {
  border: none;
  margin-top: 0;
}

#mypage #contents_box #contents_l_box aside .mypage_aside {
  margin-bottom: 20px;
}

#mypage .mypage_menu {
  margin: 0 0 -1px;
  padding: 8px 16px 30px;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #mypage .mypage_menu {
    padding: 8px 0 30px;
  }
}

#mypage .mypage_menu li {
  display: block;
  padding: 10px 0;
  width: 31%;
  float: left;
}

@media screen and (max-width: 768px) {
  #mypage .mypage_menu li {
    width: 48%;
    margin: 3% 1%;
  }
}

#mypage .mypage_menu li:before {
  background: url(../img/icon/icon_arrow_more.png) no-repeat left center;
  content: "";
  width: 7px;
  height: 14px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#mypage .mypage_menu li a:hover {
  background-position: 7px -548px;
  text-decoration: underline;
  color: #aaa;
}

@media screen and (max-width: 768px) {
  #mypage .mypage_menu li a {
    background-image: url("../img/common_bg_sp.png");
    background-position: 7px -124px;
    background-size: 185px 192px;
  }
  #mypage .mypage_menu li a:hover {
    background-position: 7px -162px;
  }
}

#mypage .mypage_menu li a.mypage_menu_b {
  border: 0;
}

#mypage .l_box_outbox {
  /* movie */
}

#mypage .l_box_outbox .l_box_sub {
  background: #ddd;
  padding: 10px 20px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}

#mypage .l_box_outbox .l_box_sub > span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_outbox .l_box_sub {
    padding: 10px;
    border-width: 1px 0 1px 0;
    font-weight: 700;
    line-height: 22px;
    height: auto;
  }
}

#mypage .l_box_outbox .l_box_sub p {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_outbox .l_box_sub p {
    display: block;
  }
}

#mypage .l_box_outbox .l_box_sub p .l_box_sub_tlt {
  display: none;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_outbox .l_box_sub p .l_box_sub_tlt {
    display: inline-block;
  }
}

#mypage .l_box_outbox .l_box_sub a {
  padding: 0 4px 0 0;
  text-decoration: none;
  font-weight: normal;
}

#mypage .l_box_outbox .l_box_movie {
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_outbox .l_box_movie {
    margin: 30px 0;
  }
}

#mypage .l_box_outbox .l_box_movie .l_box_movie_title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_outbox .l_box_movie .l_box_movie_title {
    font-size: 16px;
  }
}

#mypage .l_box_outbox .l_box_movie .l_box_movie_bg {
  background: #000;
}

#mypage .l_box_outbox .l_box_movie .l_box_movie_bg > .l_box_movie_p {
  width: 70%;
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_outbox .l_box_movie .l_box_movie_bg > .l_box_movie_p {
    width: 100%;
  }
}

#mypage .l_box_outbox .l_box_movie .viewing_period {
  background: #5a5a5a;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

#mypage .l_box_outbox .l_box_du_box,
#mypage .l_box_outbox .l_box_du_box_b {
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  clear: both;
  text-align: right;
}

#mypage .l_box_outbox .l_box_du_box a,
#mypage .l_box_outbox .l_box_du_box_b a {
  padding: 0 4px 0 0;
  text-decoration: none;
}

#mypage .l_box_outbox .l_box_du_box {
  border-bottom: 1px solid #d7d7d7;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_outbox .l_box_du_box {
    margin: 10px 0 0;
    padding: 6px 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    font-weight: 700;
  }
}

#mypage .l_box_outbox .l_box_du_box_b {
  border-top: 1px solid #d7d7d7;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_outbox .l_box_du_box_b {
    font-weight: 700;
    border: 0;
    margin-top: 0;
  }
}

#mypage .l_box_outbox .l_box_block_s {
  padding: 20px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_outbox .l_box_block_s {
    padding: 20px 0  30px;
  }
}

#mypage .l_box_outbox .l_box_block_s .buy_h_img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ddd;
  margin-right: 20px;
  width: 90px;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_outbox .l_box_block_s .buy_h_img {
    width: 20%;
    margin-right: 2%;
    vertical-align: top;
  }
}

#mypage .l_box_outbox .l_box_block_s .buy_h_img .multiple_icon {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  border: none;
}

#mypage .l_box_outbox .l_box_block_s > form {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_outbox .l_box_block_s > form {
    width: 76%;
  }
}

@media screen and (max-width: 768px) {
  #mypage .l_box_outbox .l_box_block_s > form > span span {
    display: block;
  }
  #mypage .l_box_outbox .l_box_block_s > form > span .bold {
    display: inline-block;
  }
}

#mypage .l_box_outbox .l_box_block_s .bk_bg_input_btn {
  position: absolute;
  right: 0;
  top: 50px;
  font-size: 12px;
  height: 30px;
  padding: 0 8px;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_outbox .l_box_block_s .bk_bg_input_btn {
    top: auto;
    bottom: 20px;
  }
}

#mypage .mylist .l_box_myli_out {
  margin-right: -10px;
}

@media screen and (max-width: 768px) {
  #mypage .mylist .l_box_myli_out {
    margin-right: -10px;
    border-collapse: collapse;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

#mypage .mylist .l_box_myli_out .l_box_myli {
  float: left;
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
  width: 200px;
  height: 380px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  #mypage .mylist .l_box_myli_out .l_box_myli {
    height: 330px;
    padding: 2%;
    margin: 0 0 2%;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 44% !important;
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 320px) {
  #mypage .mylist .l_box_myli_out .l_box_myli {
    height: 300px;
  }
}

#mypage .mylist .l_box_myli_out .l_box_myli .l_box_block {
  width: auto;
  float: none;
}

@media screen and (max-width: 768px) {
  #mypage .mylist .l_box_myli_out .l_box_myli .l_box_block {
    width: 100%;
    border: 0;
  }
}

#mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_data {
  width: auto;
}

#mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_img {
  float: none;
  margin: 0 auto;
}

#mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_block {
  width: 190px;
}

#mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_data_inbox {
  height: 100px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_data_inbox {
    height: 80px;
    margin: 0;
    padding: 2px 4px 10px;
  }
}

#mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_data_inbox p {
  padding-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

#mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_data_inbox .l_box_goods_n {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 34px;
}

#mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_btn {
  margin: 0 0 10px;
  padding: 10px 0;
  float: none;
  width: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_btn {
    padding: 2%;
    width: auto;
    margin: 0 auto;
    height: auto;
  }
}

#mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_btn p {
  display: inline-block;
  font-size: 12px;
}

#mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_btn .l_box_btn_fav {
  display: inline-block;
  font-size: 11px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_btn .l_box_btn_fav {
    margin-left: 0;
  }
}

#mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_btn .bk_bg_input_btn {
  width: 100%;
  padding: 10px;
}

#mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_btn .l_box_btn_del {
  display: block;
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
}

#mypage .mylist .l_box_myli_out .l_box_myli .l_box_block .l_box_btn .l_box_btn_del:hover {
  opacity: 0.7;
}

#mypage .mylist .l_box_myli_out .l_box_myli > div a:hover {
  text-decoration: underline;
}

#mypage .mylist .l_box_myli_out .l_box_myli > div span {
  padding: 0 4px 0 0;
  display: inline-block;
}

#mypage .l_box_history_list .l_box_sub .l_box_history_select {
  background: #fff;
  height: 30px;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_history_list .l_box_sub .l_box_history_select {
    font-size: 12px;
    cursor: pointer;
  }
}

#mypage .l_box_history_list .l_box_sub .bk_bg_input_btn {
  font-size: 12px;
  vertical-align: top;
  height: 30px;
  padding: 0 8px;
}

#mypage .l_box_history_list .l_box_sub .btn_history_s {
  padding: 2px 12px 3px;
  height: 30px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_history_list .l_box_sub .btn_history_s {
    padding: 4px 12px;
    height: 30px;
  }
}

#mypage .l_box_history_list .l_box_sub .member_select-group {
  display: inline-block;
  height: 30px;
}

#mypage .l_box_history_list ul .l_box_block_s {
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  #mypage .l_box_history_list ul .l_box_block_s {
    border-bottom: 1px solid #ddd;
  }
}

#mypage .buy_h_d {
  margin: 20px 0;
}

#mypage .buy_h_d .l_box_history .l_box_block {
  width: 100%;
  margin: 4px -4px 0 0;
  /* イベント詳細 */
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block {
    margin: 10px 0 0;
    border: none;
  }
}

#mypage .buy_h_d .l_box_history .l_box_block th {
  background: #eee;
  font-weight: 700;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block tr.l_box_g_info_box,
  #mypage .buy_h_d .l_box_history .l_box_block tr.l_box_g_total_price_box,
  #mypage .buy_h_d .l_box_history .l_box_block th.l_box_g_total_price,
  #mypage .buy_h_d .l_box_history .l_box_block th.l_box_g_info,
  #mypage .buy_h_d .l_box_history .l_box_block th.l_box_g_address,
  #mypage .buy_h_d .l_box_history .l_box_block th.l_box_g_payment {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block tr.l_box_g_info_box th.l_box_g_amo,
  #mypage .buy_h_d .l_box_history .l_box_block tr.l_box_g_info_box th.l_box_g_price {
    display: none;
  }
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_info {
  width: 580px;
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_price {
  width: 250px;
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_amo {
  width: 164px;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_g_amo {
    width: auto;
  }
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_amo span {
  display: none;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_g_amo span {
    display: inline-block;
  }
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_st {
  border-bottom: none;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_st {
    height: 210px;
  }
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_st .l_box_data {
    width: 100%;
    display: block;
  }
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_st .l_box_data .l_box_img {
  margin-right: 20px;
  display: block;
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_st .l_box_data .l_box_img img {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_st .l_box_data .l_box_img img {
    width: 100px;
  }
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_st .l_box_data .l_box_data {
  float: left;
  width: 400px;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_st .l_box_data .l_box_data {
    width: auto;
  }
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_st .l_box_data .l_box_data .l_box_g_name {
  margin-bottom: 6px;
  font-size: 12px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_st .l_box_data .l_box_data a.bk_bg_input_btn {
  font-size: 12px;
  height: 28px;
  padding: 0 8px;
  margin-top: 10px;
  display: inline-block;
  line-height: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_st .l_box_data .l_box_data a.bk_bg_input_btn:hover {
  text-decoration: none;
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_st td.l_box_g_price,
#mypage .buy_h_d .l_box_history .l_box_block .l_box_st td.l_box_g_amo {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_st td.l_box_g_price,
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_st td.l_box_g_amo {
    position: relative;
    float: left;
    width: 100%;
  }
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_st td.l_box_g_price p,
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_st td.l_box_g_amo p {
    text-align: left;
    margin-left: 114px;
  }
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .event_detail_box {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .event_detail_box > td {
    display: block;
  }
}

#mypage .buy_h_d .l_box_history .l_box_block .event_detail_box > td #show_event_detail {
  display: block;
  height: 44px;
  line-height: 40px;
  width: 260px;
  margin: 20px auto;
  background: #888;
  border: none;
}

#mypage .buy_h_d .l_box_history .l_box_block .event_detail_box > td #event_detail {
  display: none;
  width: 70%;
  margin: auto;
  padding: 0 4% 4%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .event_detail_box > td #event_detail {
    width: 90%;
  }
}

#mypage .buy_h_d .l_box_history .l_box_block .event_detail_box > td #event_detail dl dt {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

#mypage .buy_h_d .l_box_history .l_box_block .event_detail_box > td #event_detail dl dd {
  margin-bottom: 30px;
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_address,
#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_payment {
  width: 500px;
  float: left;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_g_address,
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_g_payment {
    width: 100%;
  }
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_address th,
#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_payment th {
  width: 498px;
  display: block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_g_address th,
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_g_payment th {
    width: 100%;
  }
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_payment {
  text-align: center;
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_total_price {
  width: 1000px;
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_total_price .l_box_btn,
#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_total_price .h_a {
  min-width: 300px;
  text-align: right;
  margin-bottom: 10px;
  /*Tポイント*/
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_g_total_price .l_box_btn,
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_g_total_price .h_a {
    min-width: 100%;
  }
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_total_price .l_box_btn span,
#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_total_price .h_a span {
  width: 170px;
  display: inline-block;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_g_total_price .l_box_btn span,
  #mypage .buy_h_d .l_box_history .l_box_block .l_box_g_total_price .h_a span {
    width: 150px;
  }
}

#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_total_price .l_box_btn .tp_icon_pay,
#mypage .buy_h_d .l_box_history .l_box_block .l_box_g_total_price .h_a .tp_icon_pay {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#mypage .buy_h_d .l_box_info {
  margin-top: 20px;
}

#mypage .buy_h_d .l_box_block_s {
  padding: 10px;
  line-height: 28px;
  min-height: 30px;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_block_s {
    border: none;
  }
}

#mypage .buy_h_d .l_box_block_s > form > span,
#mypage .buy_h_d .l_box_block_s .bh_empty {
  padding: 0 0 0 14px;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_block_s > form > span {
    padding: 0;
    display: block;
    font-size: 14px;
  }
  #mypage .buy_h_d .l_box_block_s > form > span > span {
    display: block;
    font-size: 14px;
  }
}

#mypage .buy_h_d .l_box_block_s .l_box_btn {
  padding: 10px 0;
  float: right;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_block_s .l_box_btn {
    margin: 0 auto;
    height: auto;
  }
}

#mypage .buy_h_d .l_box_block_s .l_box_btn_bh {
  padding: 0;
}

#mypage .buy_h_d .l_box_block_s .history_date {
  padding: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  #mypage .buy_h_d .l_box_block_s .history_date {
    border-radius: 4px;
    background: #aaa;
    margin: 0 0 8px;
    padding: 8px 12px;
    font-weight: 700;
    line-height: 14px;
    height: 14px;
    width: 84px;
    color: #f5f5f5;
  }
}

.l_box_data .l_box_maker {
  padding: 0 0 6px;
}

@media screen and (max-width: 768px) {
  .l_box_data .l_box_maker {
    padding: 0 0 2px;
  }
}

.l_box_btn_cart {
  border-top: 1px solid #333;
  border-right: 0;
  border-bottom: 1px solid #8e8e8e;
  border-left: 0;
  display: block;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .l_box_btn_cart {
    padding: 6px 10px;
    font-size: 14px;
  }
}

/*about*/
#contents .term-list div section {
  margin-top: 30px;
}

#contents .term-list div section h3 {
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  margin-bottom: 6px;
}

#contents .contact_box {
  margin-bottom: 80px;
}

#contents .contact_box a {
  text-decoration: underline;
}

#contents .contact_box a:hover {
  color: #888;
}

/*規約*/
.term-list {
  padding: 0 115px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .term-list {
    padding: 0;
    margin: 20px 0 50px;
  }
}

.term-list > div {
  margin-bottom: 30px;
}

.term-list > div section ul {
  list-style-type: decimal;
  padding-left: 2em;
}

.term-list > div section ul ul {
  list-style-type: none;
}

.term-list > div section ul ul > li {
  text-indent: -2em;
}

.term-list > div section p {
  padding-left: 2em;
}

.term-list > div section aside {
  margin-top: 20px;
}

.term-list > div section aside p {
  font-weight: 700;
  margin-bottom: 8px;
  padding-left: 0;
}

.term-list > div section aside dl {
  width: 100%;
  border: 1px solid #ddd;
  border-top: 0;
  margin-bottom: 20px;
}

.term-list > div section aside dl dt, .term-list > div section aside dl dd {
  padding: 2%;
}

.term-list > div section aside dl dt {
  width: 34%;
  border-top: 1px solid #ddd;
  float: left;
  background: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .term-list > div section aside dl dt {
    width: 96%;
  }
}

.term-list > div section aside dl dd {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .term-list > div section aside dl dd {
    margin-left: -1px;
    word-break: break-all;
  }
}

/*notice*/
.notice {
  margin-top: 20px;
}

.notice > .notice_list > dl {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .notice > .notice_list > dl {
    width: 100%;
  }
}

.notice > .notice_list > dl dt {
  width: auto;
  float: left;
  line-height: 22px;
  color: #888;
}

.notice > .notice_list > dl dd {
  margin: 0 0 30px 140px;
}

@media screen and (max-width: 768px) {
  .notice > .notice_list > dl dd {
    clear: both;
    padding-bottom: 20px;
    margin: 8px 0 20px 0;
    border-bottom: 1px solid #ccc;
  }
}

.notice > .notice_list > dl dd a {
  line-height: 22px;
  color: #111;
}

.sentence_box h2 {
  border: none;
  padding: 40px 0;
  margin-bottom: 60px;
  height: auto;
  text-align: left;
  font-weight: 700;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .sentence_box h2 {
    font-size: 16px;
    height: auto;
    line-height: 24px;
    padding: 20px 0;
    margin-bottom: 30px;
  }
}

.sentence_box p {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sentence_box p {
    width: 100%;
  }
}

.sentence_box .disp_start_date {
  margin-bottom: 30px;
}

.sentence_box .notice_contents {
  margin-bottom: 20px;
  line-height: 24px;
}

/*article*/
.article_l {
  float: left;
  width: 720px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .article_l {
    width: 100%;
  }
}

.article_l .article_l_inbox h1 {
  margin: 0 0 20px;
  padding: 0 0 14px 14px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  border-bottom: 2px solid #555;
}

@media screen and (max-width: 768px) {
  .article_l .article_l_inbox h1 {
    padding: 0 0 14px;
  }
}

.article_l .article_l_inbox footer {
  /*sns*/
}

.article_l .article_l_inbox footer .article_data {
  padding: 10px 0 0 0;
  font-size: 12px;
  float: left;
}

@media screen and (max-width: 768px) {
  .article_l .article_l_inbox footer .article_data {
    padding: 6px 0 0;
  }
}

.article_l .article_l_inbox footer .article_data img {
  margin: 0 10px 0 0;
  width: 48px;
  display: inline-block;
}

.article_l .article_l_inbox footer .contents_sns_outbox {
  padding: 6px 14px 0 0;
  float: right;
}

.article_l .article_l_inbox footer .contents_sns_outbox .contents_sns {
  margin-left: 10px;
  float: right;
  height: 22px;
  width: auto;
}

.article_l .article_l_inbox .article_txt_outbox {
  width: 720px;
}

@media screen and (max-width: 768px) {
  .article_l .article_l_inbox .article_txt_outbox {
    width: 100%;
  }
}

.article_l .article_l_inbox .article_txt_outbox .review_img {
  margin-top: 30px;
}

.article_l .article_l_inbox .article_txt_outbox .article_index {
  padding: 20px 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.article_l .article_l_inbox .bk_bg_btn {
  margin: 50px auto;
}

.article_sub {
  padding: 20px 0 0 20px;
  float: left;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .article_sub {
    width: 100%;
    padding: 20px 0;
  }
}

.article_sub .article_sub_inbox,
.article_sub .article_more {
  margin: 0 0 20px;
  overflow: hidden;
}

.article_sub .article_sub_inbox p,
.article_sub .article_more p {
  background: #eee;
  padding: 6px 10px;
}

.article_sub .article_sub_inbox a,
.article_sub .article_more a {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 0;
  display: block;
  float: left;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .article_sub .article_sub_inbox > div {
    width: 49%;
    display: inline-block;
  }
}

.article_sub .article_sub_inbox > div a {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .article_sub .article_sub_inbox > div a {
    border: none;
  }
}

.article_sub .article_sub_inbox > div a img {
  width: 100px;
  margin: 0 auto;
}

.article_sub .article_sub_inbox > div a span {
  font-size: 12px;
  font-weight: 700;
}

.article_sub .article_sub_inbox > div a span span {
  font-weight: normal;
}

.article_sub .article_more .article_list_title {
  margin: 0 0 0 -58px;
  display: block;
  float: right;
  font-size: 13px;
  line-height: 18px;
  height: auto;
  width: 100%;
}

.article_sub .article_more .article_list_title span {
  margin: 0 10px;
  display: block;
  width: auto;
}

.article_sub .article_more img {
  margin: 0 0 10px;
  display: block;
  float: right;
  width: 48px;
}

.article_sub .article_ranking .article_ranking_block {
  border: 0;
  background: none;
  margin: 10px 0 0 20px;
  padding: 0 0 10px;
  display: block;
  float: left;
  width: 90px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .article_sub .article_ranking .article_ranking_block {
    width: 23%;
    padding: 4% 1%;
    margin: 0;
  }
}

.article_sub .article_ranking .article_ranking_block img {
  margin: 0;
  display: block;
  width: 100%;
}

.article_sub .article_ranking .article_more_footer {
  padding: 10px 5% 10px 0;
  font-weight: 400;
  text-align: right;
  width: 95%;
  border-bottom: 1px solid #ccc;
}

.article_sub .article_ranking .article_more_footer:before {
  background: url(../img/icon/icon_arrow_more.png) no-repeat left center;
  content: "";
  width: 7px;
  height: 14px;
  padding-right: 10px;
  display: inline-block;
}

/*カート*/
#cart #contents {
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  #cart #contents {
    margin: 40px auto 0;
  }
}

#cart #contents #contents_box {
  /*閲覧履歴*/
}

#cart #contents #contents_box #contents_l_box {
  margin-bottom: 100px;
}

#cart #contents #contents_box #contents_l_box .maintenance {
  padding: 0 2%;
  background: #333;
  line-height: 50px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .maintenance {
    line-height: 25px;
    padding: 14px 2%;
  }
}

#cart #contents #contents_box #contents_l_box .maintenance p {
  text-align: center;
  color: #fff;
}

#cart #contents #contents_box #contents_l_box .maintenance p img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

#cart #contents #contents_box #contents_l_box .l_box_title {
  background-image: url("");
  background-position: 21px 12px;
  background-size: 26px;
  background-repeat: no-repeat;
  padding: 16px 16px 16px 0;
  margin: 0;
  border-bottom: 2px #333 solid;
  position: relative;
}

#cart #contents #contents_box #contents_l_box .l_box_title h1 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_title h2 {
    border-radius: 0;
    font-size: 18px;
  }
}

#cart #contents #contents_box #contents_l_box .cart_more_txt {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .cart_more_txt {
    padding: 0 0 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  #cart #contents #contents_box #contents_l_box .cart_more_txt {
    font-size: 14px;
  }
}

#cart #contents #contents_box #contents_l_box .cart_more_txt span {
  background: url(../img/attention_icon.svg) no-repeat;
  background-size: 26px;
  background-position: 0px 5px;
  width: 26px;
  height: 39px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 320px) {
  #cart #contents #contents_box #contents_l_box .cart_more_txt span {
    background-size: 22px;
    width: 22px;
    height: 35px;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_contents {
  position: relative;
  padding: 32px 10px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_contents {
    padding: 0;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_contents .l_box_txt .cart_btn {
  margin: 30px 0;
  text-align: center;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox {
  display: block;
  /*合計*/
  /*カートstatus*/
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox {
    padding-bottom: 40px;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left {
  float: left;
  width: 660px;
  /*ギフトラッピングボタン*/
  /*Tポイント手続き*/
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left {
    width: 100%;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left h2 {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 14px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left h2 {
    margin: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left h2 {
    font-size: 15px;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block,
#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block_s {
  border-top: 0;
  display: block;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block {
  min-height: 140px;
  border-collapse: collapse;
  width: 660px;
  float: left;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block {
    padding: 0;
    height: auto;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block tbody {
    width: 100%;
    display: block;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block tr th {
  background: #ddd;
  border-right: 2px solid #fff;
  font-weight: normal;
  font-size: 12px;
  height: 26px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block tr th {
    display: none;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block tr .l_box_g_info {
  width: 610px;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st {
  border-bottom: 1px solid #ddd;
  /*商品情報*/
  /*価格*/
  /*数量*/
  /*マイリスト*/
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st {
    min-height: 150px;
    width: 100%;
    display: block;
    position: relative;
    padding: 14px 0;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st td {
  vertical-align: middle;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st td {
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data {
    border: none;
    border-bottom: 0;
    border-radius: 0;
    padding: 0;
  }
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data .l_box_img,
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data a.l_box_img {
    display: block;
    float: left;
    width: 80px;
    overflow: hidden;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data .l_box_img {
  display: block;
  float: left;
  width: 140px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data .l_box_img {
    width: 80px;
    padding-right: 0;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data .l_box_img img {
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data .l_box_img img {
    margin: 0;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data .l_box_g_name {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 60px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data .l_box_g_name {
    font-size: 13px;
    line-height: 18px;
    max-height: 54px;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data .l_box_g_attr {
  font-size: 12px;
  line-height: 20px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 20px;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data .l_box_maker a,
#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data .l_box_status {
  font-size: 12px;
  text-decoration: none;
  color: #888;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data a.l_box_maker a:hover {
  color: #aaa;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data .l_box_store {
  width: 140px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #111;
  margin: 10px 0;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_price,
#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_amo {
  width: 170px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_price,
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_amo {
    display: block;
    float: left;
    width: 86%;
  }
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_price p {
    text-align: left;
    margin-left: 110px;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_price span {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_amo {
    height: auto;
    padding: 0 0 6px;
  }
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_amo {
    width: auto;
    right: 0;
    top: 9px;
    position: absolute;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_amo .l_box_amo {
  padding: 0;
  text-align: center;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_amo .l_box_amo .l_box_amo_input {
  display: block;
  margin: 0 auto;
  width: 38px;
  text-align: right;
  padding: 2px 4px 2px 0;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_amo .l_box_amo .l_box_amo_input {
    width: 46px;
    padding: 6px 8px;
    font-size: 14px;
    display: block;
    margin: 6px auto 0;
    text-align: center;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_amo .l_box_amo .l_box_amo_btn {
  border: 1px solid #BBBBBB;
  border-radius: 2px;
  display: block;
  margin: 10px auto 0;
  font-size: 12px;
  width: 46px;
  height: 22px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_amo .l_box_amo .l_box_amo_btn {
    padding: 6px 8px;
    margin: 10px auto 0;
    height: auto;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_amo .l_box_amo span {
  padding: 0 4px 0 0;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_data, #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_price {
    display: block;
    float: left;
    width: 86%;
  }
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_img img {
    margin: 0;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_mylist {
  /*削除ボタン*/
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_mylist form {
  height: 36px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_mylist {
    width: 44px;
    position: absolute;
    bottom: 14px;
    right: 0;
    padding: 0;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_mylist .l_box_btn_fav {
  margin: 0 auto;
  border: none;
  font-size: 12px;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_mylist .l_box_btn_fav:hover {
  text-decoration: underline;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_mylist .fav_wh {
  background: url(../img/favorite_icon.png) no-repeat;
  background-size: 20px;
  background-position: 12px 10px;
  width: 46px;
  height: 36px;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_mylist .fav_red {
  background: url(../img/favorite_icon_reg.png) no-repeat;
  background-size: 20px;
  width: 46px;
  height: 36px;
  background-position: 12px 10px;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_mylist .l_box_btn_del {
  display: block;
  font-size: 12px;
  color: #555;
  margin: 10px auto 0;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_mylist .l_box_btn_del:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .l_box_st .l_box_g_mylist .l_box_btn_del {
    margin: 0 auto;
    padding: 0 6px;
    font-size: 10px;
    line-height: 26px;
    height: 26px;
    float: left;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .cart_btn_area {
  padding: 8px 8px 8px 22px;
  font-size: 12px;
  color: #333;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .l_box_block .cart_btn_area p {
  padding: 8px 0;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  width: auto;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .gift_wrapping {
  padding: 10px 0;
  display: block;
  width: 100%;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .gift_wrapping .gray_line_btn {
  width: 310px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: left;
  margin: 0 auto;
  border: none;
  position: relative;
}

@media screen and (max-width: 320px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .gift_wrapping .gray_line_btn {
    width: 100%;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .gift_wrapping .gray_line_btn::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #999;
  top: 24px;
  left: 22px;
}

@media screen and (max-width: 320px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .gift_wrapping .gray_line_btn::before {
    left: 24px;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .gift_wrapping .gray_line_btn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #999;
  bottom: 24px;
  left: 22px;
}

@media screen and (max-width: 320px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .gift_wrapping .gray_line_btn::after {
    left: 24px;
  }
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .gift_wrapping .gray_line_btn {
    margin: 0 auto;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .gift_wrapping .gray_line_btn a {
  background: url(../img/gift_icon.svg) no-repeat top left;
  background-size: 26px;
  background-position: 44px 10px;
  display: block;
  text-align: center;
  padding-left: 34px;
  color: #999;
}

@media screen and (max-width: 320px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .gift_wrapping .gray_line_btn a {
    background-size: 22px;
    background-position: 42px 13px;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .gift_wrapping .gray_line_btn a:hover {
  text-decoration: none;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .gift_wrapping .l_box_a_title {
  font-weight: 700;
  color: #555;
  font-size: 13px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .gift_wrapping .l_box_a_title {
    margin: 20px 0px 0px;
    padding: 10px 0px;
  }
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .member_contents_tp {
    margin: 10px 0 20px;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .member_contents_tp .tp_btn {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_left .member_contents_tp .tp_btn {
    text-align: center;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right {
  float: right;
  width: 304px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right {
    width: 100%;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total {
  min-height: 140px;
  float: right;
  border: 4px solid #999;
  width: 300px;
  padding: 20px;
  border-collapse: separate;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total {
    width: 100%;
    margin-top: 10px;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td {
  width: 300px;
  min-height: 140px;
  vertical-align: middle;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td p {
  text-align: left;
  padding: 4px 0;
  clear: both;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td p span {
  text-align: right;
  display: inline-block;
  width: 186px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td p span {
    width: auto;
    float: right;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td p .total_price {
  border-top: 1px solid #ddd;
  padding-top: 14px;
  margin-top: 10px;
  width: 100%;
  text-align: left;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td p .total_price span {
  width: 214px;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_price {
  text-align: right;
  display: inline-block;
  width: 100%;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_price .cart_difference_box {
  width: 100%;
  font-weight: 700;
  color: #005c84;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_price .cart_difference_box .cart_difference_price {
  width: auto;
  float: none;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_price .cart_free_postage {
  width: 100%;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_price .cart_free_postage a {
  font-weight: normal;
  text-decoration: underline;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_btn {
  margin-top: 30px;
  text-align: center;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_btn .bk_bg_btn,
#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_btn .gray_line_btn {
  margin: 14px 0 0;
  display: block;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  width: 252px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_btn .bk_bg_btn,
  #cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_btn .gray_line_btn {
    width: 100%;
  }
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_btn .bk_bg_btn span,
#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_btn .gray_line_btn span {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_btn .bk_bg_btn {
  background: #111;
  color: #fff;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .cart_btn .bk_bg_btn:hover {
  background: #555;
  text-decoration: none;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .l_box_info {
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  margin: 0;
  padding: 20px 10px;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .l_box_info a.member_btn_bc {
  background: #ccc;
  width: 23%;
  color: #fff;
  padding: 16px;
  border-radius: 3px;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .l_box_info a.member_btn_bc:hover {
  text-decoration: none;
  color: #333;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .l_box_right .l_box_total td .l_box_info a {
  text-decoration: underline;
}

#cart #contents #contents_box #contents_l_box .l_box_outbox .cart_status p {
  padding: 20px 0;
  display: block;
}

#cart #contents #contents_box .l_box_list_r .goods_box {
  height: auto;
  min-height: 354px;
  margin: 0 20px 20px 0;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box .l_box_list_r .goods_box {
    margin: 0 5px;
    padding: 0 0 20px;
    min-height: auto;
  }
}

#cart #contents #contents_box .l_box_list_r .goods_box.slick-slide {
  min-height: initial;
}

#cart #contents #contents_box .l_box_list_r .goods_box .name {
  height: 36px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  margin: 10px 0;
  line-height: 18px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#cart #contents #contents_box aside {
  border-top: 1px solid #cccccc;
  /*カートinfo*/
}

#cart #contents #contents_box aside .l_box_a_title {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #555;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box aside .l_box_a_title {
    margin: 0;
    padding: 10px 0;
    margin-top: 20px;
  }
}

#cart #contents #contents_box aside .l_box_aside {
  margin: 6px 0 0;
}

#cart #contents #contents_box aside .l_box_aside p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 22px;
}

#cart #contents #contents_box aside .l_box_aside p a {
  text-decoration: underline;
}

#cart #contents #contents_box .l_box_a_title {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #555;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  #cart #contents #contents_box .l_box_a_title {
    margin: 0;
    padding: 10px 0;
    margin-top: 20px;
  }
}

#cart #contents #contents_box .l_box_aside {
  margin: 6px 0 0;
}

#cart #contents #contents_box .l_box_aside p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 22px;
}

/*Tポイント*/
.cart_tp_area {
  display: block;
  clear: both;
  /*お支払方法*/
}

@media screen and (max-width: 768px) {
  .cart_tp_area {
    margin: 0 0 20px;
  }
}

.cart_tp_area img {
  width: 50px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 320px) {
  .cart_tp_area img {
    width: 36px;
  }
}

.cart_tp_area .pt_disp {
  width: 500px;
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  padding: 4px 0 4px 10px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cart_tp_area .pt_disp {
    width: auto;
  }
}

@media screen and (max-width: 320px) {
  .cart_tp_area .pt_disp {
    padding: 0 0 0 4px;
  }
}

.cart_tp_area .cart_payment_tp img {
  width: 30px;
  margin-right: 10px;
}

.cart_tp_area .cart_payment_tp .pay_tp {
  height: 38px;
  line-height: 38px;
}

@media screen and (max-width: 768px) {
  .cart_tp_area .cart_payment_tp .pay_tp {
    height: auto;
  }
}

.cart_tp_area .cart_payment_tp .get_tp {
  background: #fff;
  padding: 0 0 20px;
  height: 38px;
  line-height: 38px;
  font-weight: 700;
}

.cart_tp_area .cart_payment_tp .member_txt {
  margin-top: 10px;
  line-height: 30px;
}

.cart_tp_area .cart_payment_tp .tp_input .member_txt {
  margin: 10px;
}

/*会員ページ*/
#member #contents {
  margin: 70px auto 0;
}

@media screen and (max-width: 768px) {
  #member #contents {
    margin: 50px auto 0;
  }
}

#member #contents .inner_box {
  width: 1000px;
  padding: 0;
}

#member_box {
  width: 1000px;
  margin: 70px auto 0;
}

@media screen and (max-width: 768px) {
  #member_box {
    margin: 40px auto 0;
  }
}

#member_header {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#member_header img {
  width: 150px;
}

/*登録画面ヘッダー*/
#header_member {
  border-bottom: 4px solid #111;
}

#header_member #h_logo {
  padding: 23px 0;
  text-align: center;
}

#header_member #h_logo a {
  display: block;
}

#header_member #h_logo img {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #member header {
    height: 60px;
  }
  #header_member #h_logo {
    padding: 10px 0;
  }
  #header_member #h_logo img {
    width: 100px;
  }
}

#member #header_member {
  display: block;
}

/*ログイン・新規登録*/
#login #contents {
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  #login #contents {
    margin: 50px auto 0;
  }
}

#member_title {
  margin-top: 10px;
}

#member #contents_box,
#mypage #contents_box {
  padding: 0 0 90px;
}

#contents .member_info {
  display: block;
  line-height: 22px;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  #contents .member_info {
    margin-bottom: 0;
  }
}

.member_login_inbox {
  float: left;
  overflow: hidden;
  width: 499px;
}

@media screen and (max-width: 768px) {
  .member_login_inbox {
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: 100%;
    padding-bottom: 30px;
  }
}

.login_member {
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .login_member {
    border: none;
    border-bottom: 1px solid #ddd;
  }
}

.member_login, .member_regist {
  overflow: hidden;
  width: 100%;
}

.member_login {
  float: left;
}

.member_regist {
  float: right;
}

.member_regist .member_contents {
  padding: 30px 0 0 50px;
}

@media screen and (max-width: 768px) {
  .member_regist .member_contents {
    padding: 2%;
  }
}

.member_login h2,
.member_regist h2 {
  padding: 10px 0;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

.member_login h2 span,
.member_regist h2 span {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

.member_inbox h2 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #888;
}

@media screen and (max-width: 768px) {
  .member_inbox h2 {
    margin-bottom: 0;
  }
}

.member_txt {
  line-height: 22px;
}

.member_txt a {
  text-decoration: underline;
}

.member_txt a:hover {
  color: #888;
}

.member_inbox {
  margin: 0 0 30px;
}

.member_in {
  margin: 0 0 2px;
  padding: 8px 0;
  font-weight: 700;
  color: #333;
}

.member_in .required {
  color: #da5050;
  font-size: 13px;
  border: 1px solid #da5050;
  padding: 0 2px;
  margin-left: 14px;
}

@media screen and (max-width: 768px) {
  .member_in .required {
    font-size: 12px;
    margin-left: 10px;
  }
}

.member_login .member_in, .member_login .member_input_txt {
  width: 100%;
}

.member_input_txt, .member_input_txt_s, .member_input_txt_t {
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  height: 40px;
  max-width: 500px;
  overflow: hidden;
}

.member_input_date {
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  height: 42px;
  max-width: 500px;
  overflow: hidden;
  border: none;
}

.member_contents span.member_password_help {
  display: block;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  color: #555;
  font-weight: normal;
  text-align: center;
  padding: 10px 0 0;
}

.member_contents span.member_password_help a {
  text-decoration: underline;
}

.member_contents span.member_password_help a:hover {
  color: #888;
}

@media screen and (max-width: 768px) {
  #read input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  #header_member {
    display: none;
  }
  #contents .member_info {
    margin: 0;
  }
  .member_txt {
    padding: 0;
  }
}

/*フォーム*/
.memb_form .member_inbox {
  /*クレジットカード情報入力*/
}

.memb_form .member_inbox .member_title_s2 {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}

.memb_form .member_inbox .member_contents {
  padding: 30px;
  margin: 0 0 4%;
  border: 1px solid #333;
}

.memb_form .member_inbox .member_contents.order_comp:first-of-type {
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .memb_form .member_inbox .member_contents.order_comp:first-of-type {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .memb_form .member_inbox .member_contents {
    padding: 4% 0;
    border: 0;
  }
}

.memb_form .member_inbox .member_contents .member_in {
  margin: 0;
  padding: 8px 12px;
  font-weight: 700;
  color: #333;
  background: #eee;
}

.memb_form .member_inbox .new_input .creca_sele .member_info {
  padding: 10px 0;
}

.memb_form .member_inbox .new_input .creca_sele > div:last-child {
  border: none;
}

.memb_form .member_inbox .new_input .creca_sele div .member_in {
  background: none;
  padding: 10px 0;
  background: none;
}

.memb_form .m_txt_hf {
  width: auto;
  display: inline-block;
}

.memb_form .member_txt {
  margin-bottom: 20px;
}

.memb_form .member_txt img.np_size {
  width: 468px;
}

@media screen and (max-width: 768px) {
  .memb_form .member_txt img.np_size {
    width: 100%;
  }
}

.member_errer {
  color: #CB0003;
  display: block;
  clear: both;
  margin-top: 10px;
}

/*クーポン入力*/
.memb_form .cp_input {
  margin: 10px 0 0;
}

.memb_form .cp_input .member_input_txt_s {
  width: 200px;
  display: inline-block;
}

.memb_form .cp_input .member_input_txt_s input {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .memb_form .cp_input .member_input_txt_s {
    width: 67%;
    margin-right: 2%;
  }
}

.memb_form .cp_input .member_btn_bc {
  height: 36px;
  line-height: 36px;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .memb_form .cp_input .member_btn_bc {
    width: 30%;
  }
}

.memb_form .memb_notes {
  margin: 20px 0;
  padding-bottom: 20px;
  border: none;
}

@media screen and (max-width: 768px) {
  .memb_form .memb_notes {
    padding-bottom: 0;
  }
}

.memb_form .memb_notes .member_info {
  padding: 0;
}

.memb_form .memb_notes .member_textarea {
  border: none;
  margin-top: 10px;
}

/*備考*/
@media screen and (max-width: 768px) {
  .memb_form .member_txt {
    padding: 0;
  }
  #contents .memb_form .member_info {
    margin: 10px;
    padding: 0;
  }
  .memb_form .memb_notes .member_textarea {
    width: 96%;
    padding: 0 2%;
  }
  .memb_form .m_txt_hf {
    width: auto;
  }
}

/*新規会員登録*/
.member_login .member_in {
  width: 36%;
  float: left;
  margin: 0px;
}

.member_login .member_input_txt {
  width: 273px;
  float: left;
}

.member_login .member_contents .member_log_box {
  margin: 0 0 20px;
}

.member_login .member_contents .member_log_box span {
  padding-top: 10px;
}

/*ログイン画面*/
.new_log .member_st {
  margin-bottom: 20px;
}

.new_log .member_btn_ad {
  margin-top: 40px;
}

.new_input form > div {
  border-top: 1px solid #ddd;
  padding: 20px;
}

.new_input form > div:first-child {
  border: none;
}

.new_input > div > div {
  border-top: 1px solid #ddd;
  padding: 20px;
}

.new_input .member_in {
  padding: 6px 0;
  color: #333;
  float: left;
  width: 170px;
  margin: 0;
}

.member_contents {
  /*複数項目入力*/
  /*認証コード*/
}

.member_contents div .member_in .f_at_o {
  padding-top: 10px;
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #888;
}

@media screen and (max-width: 768px) {
  .member_contents div .member_in .f_at_o {
    display: inline-block;
    margin-left: 10px;
  }
}

.member_contents div .member_r {
  width: 660px;
  float: right;
}

@media screen and (max-width: 768px) {
  .member_contents div .member_r {
    width: 100%;
  }
}

.member_contents div .member_r .member_input {
  width: 100%;
  float: left;
}

@media screen and (max-width: 768px) {
  .member_contents div .member_r .member_input {
    margin: 0 0 10px;
  }
}

.member_contents div .member_r .member_input .m_area_s {
  width: 250px;
  float: left;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .member_contents div .member_r .member_input .m_area_s {
    margin-left: 0;
    width: 100%;
  }
}

.member_contents div .member_r .member_input div:first-child {
  margin-left: 0;
}

.member_contents div .member_r .member_input > p,
.member_contents div .member_r .member_input .m_area_s p {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}

.member_contents div .member_r .m_birth .member_input_txt_t {
  float: left;
}

.member_contents div .member_r .m_birth div:first-child {
  margin-right: 0;
}

.member_contents div .member_r .member_input_date {
  display: inline-block;
  border: 0;
  padding: 0 6px;
  line-height: 42px;
  width: 14px;
  float: left;
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  .member_contents div .member_r .member_input_date {
    padding: 0 3px;
  }
}

.member_contents div .member_r .member_input_txt_s {
  float: left;
  width: 250px;
}

@media screen and (max-width: 768px) {
  .member_contents div .member_r .member_input_txt_s {
    width: 100%;
  }
}

.member_contents div .member_r .member_input_txt_s input {
  padding: 4px 4%;
  width: 100%;
}

.member_contents .member_input_plural .member_r .member_input {
  margin-bottom: 20px;
}

.member_contents .authen_code .member_input_txt_s {
  height: 42px;
}

@media screen and (max-width: 768px) {
  .member_contents .authen_code .member_input_txt_s {
    width: 70%;
  }
}

.member_contents .authen_code .member_input_txt_s > input {
  height: 42px;
}

.member_contents .authen_code .member_btn_ad {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .member_contents .authen_code .member_btn_ad {
    width: 24%;
  }
}

/*認証完了*/
.reg-chk-btn {
  text-align: center;
  margin: 30px auto 0;
}

.reg-chk-btn a {
  display: inline-block;
  margin: 0 5px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .reg-chk-btn a {
    margin: 0 0 10px;
  }
}

.reg-chk-btn .gray_line_btn {
  font-weight: normal;
}

.form_attend {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.form_attend_co {
  font-size: 12px;
  color: #888;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .form_attend_co {
    margin: 0;
    height: 24px;
    line-height: 24px;
  }
}

.member_input .member_in_ss {
  width: 50%;
  float: left;
}

@media screen and (max-width: 768px) {
  .member_input .member_in_ss {
    width: 100%;
  }
}

.member_input_select, .member_input_select_s, .member_input_select_l {
  border: 1px solid #aaa;
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  height: 34px;
  width: 250px;
  min-width: 120px;
  position: relative;
  overflow: hidden;
}

.member_select-group {
  position: relative;
  z-index: 1;
  display: block;
  text-indent: 8px;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  border: 1px solid #aaa;
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  height: 34px;
  width: 220px;
  min-width: 120px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .member_select-group {
    width: 100px;
  }
}

.member_select-group:after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-top: 4px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  z-index: 100;
}

/*登録情報確認*/
.new_input,
.new_conf {
  /*戻るボタン*/
}

.new_input .member_st,
.new_conf .member_st {
  padding: 20px 0;
}

.new_input form > div,
.new_conf form > div {
  border-top: 1px solid #eee;
  padding: 20px 0;
}

.new_input form > div:lasr-child,
.new_conf form > div:lasr-child {
  border-bottom: 1px solid #eee;
}

.new_input form > div .member_in,
.new_conf form > div .member_in {
  width: 260px;
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 0;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .new_input form > div .member_in,
  .new_conf form > div .member_in {
    width: 100%;
    padding: 0;
  }
}

.new_input form > div .member_txt,
.new_conf form > div .member_txt {
  width: 600px;
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .new_input form > div .member_txt,
  .new_conf form > div .member_txt {
    width: 100%;
  }
}

.new_input form > .member_txt,
.new_conf form > .member_txt {
  padding: 14px 0;
}

@media screen and (max-width: 768px) {
  .new_input form > .member_txt,
  .new_conf form > .member_txt {
    padding: 0 0 14px;
  }
}

.new_input .member_btn_bc,
.new_conf .member_btn_bc {
  margin: 20px auto;
  display: block;
  border: none;
  font-weight: normal;
  color: #888;
}

.new_input .member_btn_bc:hover,
.new_conf .member_btn_bc:hover {
  text-decoration: underline;
}

/*ボタン*/
input[type="submit"] {
  -webkit-appearance: none;
}

.input_btn {
  text-align: center;
}

.input_btn .member_btn_bc, .input_btn .member_btn_ad {
  display: block;
}

a.member_btn_ad, a.member_btn_bc {
  text-decoration: none;
}

.member_btn_ad:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*会員登録済み*/
.memb_log {
  margin: 0 auto;
  float: none;
}

@media screen and (max-width: 768px) {
  #member_box {
    width: 92%;
    padding: 0 4%;
  }
  .member_info {
    padding: 10px;
    line-height: 22px;
  }
  .member_contents {
    /*padding: 20px 0;*/
  }
  #member #contents {
    padding: 0 4%;
    width: 92%;
  }
  #member #contents .inner_box {
    width: 100%;
  }
  #mypage #contents_box {
    padding: 0;
  }
  .member_inbox {
    width: auto;
  }
  .new_input form > div, .new_input > div > div {
    padding: 1%;
  }
  /*新規会員登録*/
  .member_login .member_in, .member_login .member_input_txt {
    width: 99%;
  }
  .new_input #member #contents .inner_box, .new_input .member_in, .new_input .member_r {
    width: auto;
  }
  #read .member_r {
    width: 100%;
  }
  .member_r .m_area_s, .member_r .member_input_txt_s {
    width: 100%;
  }
  .member_r .member_input .m_area_s {
    margin-bottom: 8px;
  }
  .member_r .member_input_txt_s {
    margin-bottom: 4px;
  }
  .f_at_o {
    padding: 0;
  }
  .member_r .new_input form > div {
    padding: 10px 0;
  }
  .page_link {
    padding: 60px 0 60px 0;
    margin: -40px 0 -40px 0;
  }
  /*登録情報確認*/
  .new_conf .member_in, .new_conf .member_txt {
    width: 100%;
    display: block;
    float: none;
    padding: 0;
  }
  .new_input form > div,
  #read form > div {
    padding: 20px 0 10px;
  }
  /*ログイン*/
  .member_login, .member_regist {
    margin-top: 10px;
    float: none;
    width: auto;
  }
  #member .footer_login {
    display: none;
  }
  /*ボタン*/
  .input_btn .member_btn_bc, .input_btn .member_btn_ad {
    width: 48%;
  }
  .member_btn_ad, .member_btn_bc, .member_btn_ad_not {
    width: 70%;
    margin: 20px auto 0;
  }
  .member_btn_bc {
    display: block;
  }
}

#member .member_inbox h2.member_title_s, #member .member_inbox h2.member_title_s2 {
  border: 0;
  background: #333;
  margin: 14px 14px 0;
  padding: 8px 14px;
  line-height: 20px;
  height: 20px;
}

#read .member_inbox h2.member_title_s2 {
  border: 0;
  background: #333;
  margin: 14px 14px 0;
  padding: 8px 14px;
  line-height: 20px;
  height: 20px;
}

#member .member_inbox h2.member_title_s2, #read .member_inbox h2.member_title_s2 {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.member_inbox .m_c_ot .member_in {
  padding: 10px 0 0;
}

.member_inbox .m_c_ot .member_txt {
  margin: 10px;
}

.member_inbox .member_in .member_in_atend {
  font-weight: normal;
}

/*パスワード変更*/
.new_passwerd .member_r {
  margin-bottom: 20px;
}

/*お問い合わせ*/
#contact h2, #contact h3 {
  border-top: 2px solid #111;
  text-align: center;
  height: 70px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #contact h2, #contact h3 {
    height: 50px;
  }
}

#contact h2 > span, #contact h3 > span {
  position: relative;
  top: -18px;
  padding: 0 20px;
  background: #fff;
  display: inline-block;
  line-height: 28px;
}

#contact h2 > span > span, #contact h3 > span > span {
  font-size: 14px;
  background: none;
  display: block;
  margin-top: 14px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #contact h2 > span > span, #contact h3 > span > span {
    font-size: 12px;
    margin-top: 0;
  }
}

#contact h2 {
  font-size: 24px;
}

#contact h3 {
  font-size: 18px;
  border-top: 1px solid #111;
}

#contact .member_st {
  margin-bottom: 10px;
}

#contact .contact_t {
  padding: 0;
}

#contact .contact_t .member_in {
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  background: #f6f6f3;
}

#contact .contact_t .member_in:before {
  content: '';
  background: url(../img/icon_q.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  #contact .contact_t .member_in {
    height: auto;
    line-height: normal;
    padding: 10px;
  }
}

#contact .contact_t .member_txt {
  padding: 10px 0 40px;
  margin-left: 0;
}

#contact .contact_t .member_txt:before {
  content: '';
  background: url(../img/icon_a.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
}

/*お届け先*/
.member_contents .p_b_20 {
  margin: 0 0 20px;
}

.member_contents .p_b_20 > p:first-child {
  margin: 0;
}

.memb_adress {
  border: 1px solid #333;
}

.memb_adress > div {
  border: none;
}

.memb_adress > div form {
  padding-bottom: 20px;
}

.memb_adress .member_txt {
  width: 898px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .memb_adress .member_txt {
    width: 92%;
    padding: 4%;
  }
}

@media screen and (max-width: 768px) {
  .memb_adress .address_choice input[type="radio"] + label {
    margin-bottom: 20px;
  }
}

.memb_adress .member_btn_ad {
  margin: 0 auto;
}

/*注文内容確認*/
.order_conf {
  padding: 30px 10px;
}

.order_conf .member_txt {
  width: 100%;
  display: inline-block;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .order_conf .member_txt {
    width: 92%;
    padding: 0 4%;
  }
}

.order_conf .order_cf_hf {
  width: 100%;
  float: left;
  padding: 20px 0 40px;
}

@media screen and (max-width: 768px) {
  .order_conf .order_cf_hf {
    width: 100%;
    padding: 0 0 20px;
  }
}

.order_conf .order_cf_hf .member_txt {
  padding: 0 20px;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .order_conf .order_cf_hf .member_txt {
    width: 100%;
    padding: 0;
  }
}

.order_conf .order_cf_hf .memb_adre {
  height: 104px;
}

.order_conf .sec_b {
  width: 458px;
  padding: 0 10px 20px 0;
}

@media screen and (max-width: 768px) {
  .order_conf .sec_b {
    width: 100%;
    padding: 0 0 20px;
  }
}

.order_conf .sec_b form {
  padding: 0;
}

.order_conf .p_r_0 {
  padding-right: 0;
}

.order_conf .sec_c {
  width: 940px;
}

@media screen and (max-width: 768px) {
  .order_conf .sec_c {
    width: 100%;
  }
}

.order_conf > div.order_cf_hf:first-child {
  margin-left: 0;
}

.order_conf .member_btn_bc {
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .order_conf .member_btn_bc {
    margin: 0 auto;
  }
}

/*お申込み商品*/
.appli_box .l_box_block {
  margin: 10px 0;
  width: 100%;
}

.appli_box .l_box_block th {
  background: #ddd;
  border-right: 2px solid #fff;
  font-weight: normal;
  font-size: 12px;
  height: 26px;
  vertical-align: middle;
}

.appli_box .l_box_block .l_box_g_info {
  width: 600px;
}

@media screen and (max-width: 768px) {
  .appli_box .l_box_block .l_box_g_info .l_box_data img {
    width: 100px;
  }
}

.appli_box .l_box_block th.l_box_g_amo,
.appli_box .l_box_block th.l_box_g_price {
  width: 170px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .appli_box .l_box_block th.l_box_g_amo,
  .appli_box .l_box_block th.l_box_g_price {
    display: none;
  }
}

.appli_box .l_box_block .l_box_st {
  height: auto;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .appli_box .l_box_block .l_box_st {
    width: 100%;
    padding: 16px 0;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .appli_box .l_box_block .l_box_st .l_box_data {
    width: 100%;
    display: block;
  }
}

.appli_box .l_box_block .l_box_st .l_box_data .l_box_img {
  display: block;
  float: left;
  width: 140px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .appli_box .l_box_block .l_box_st .l_box_data .l_box_img {
    width: 100px;
  }
}

.appli_box .l_box_block .l_box_st .l_box_data .l_box_img img {
  width: 100%;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .appli_box .l_box_block .l_box_st .l_box_data .l_box_img img {
    margin: 0;
  }
}

.appli_box .l_box_block .l_box_st .l_box_g_amo,
.appli_box .l_box_block .l_box_st .l_box_g_price {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .appli_box .l_box_block .l_box_st .l_box_g_amo,
  .appli_box .l_box_block .l_box_st .l_box_g_price {
    width: auto;
    display: block;
    text-align: left;
    margin-left: 120px;
  }
}

.appli_box .l_box_block .l_box_st .l_box_g_amo span,
.appli_box .l_box_block .l_box_st .l_box_g_price span {
  display: none;
}

@media screen and (max-width: 768px) {
  .appli_box .l_box_block .l_box_st .l_box_g_amo span,
  .appli_box .l_box_block .l_box_st .l_box_g_price span {
    display: inline-block;
  }
}

.appli_box .l_box_block .l_box_st .l_box_amo .member_errer {
  font-size: 12px;
  color: #d00;
  display: block;
}

.appli_box .member_txt {
  text-align: right;
  width: 900px;
  padding: 0 20px;
  /*注文確定　Tポイント*/
}

@media screen and (max-width: 768px) {
  .appli_box .member_txt {
    width: 100%;
    padding: 0;
  }
}

.appli_box .member_txt span {
  width: 155px;
  margin-bottom: 6px;
  display: inline-block;
}

.appli_box .member_txt .bill_price {
  font-size: 18px;
  font-weight: 700;
  width: auto;
}

.appli_box .member_txt .order_conf_tp {
  width: auto;
  display: block;
}

.appli_box .member_txt .order_conf_tp img {
  width: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .appli_box .member_txt .order_conf_tp img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .appli_box .member_txt .tp_in_blo img {
    display: inline-block;
  }
  .appli_box .member_txt .tp_in_blo span {
    width: auto;
    padding-left: 10px;
  }
}

.member_in_s {
  margin: 8px 12px 2px;
  padding: 12px 0 12px;
  font-weight: 700;
  color: #333;
}

.m_t_lp {
  padding: 0 10px 0 30px;
}

.recruit_input .member_txt {
  margin-bottom: 8px;
}

.member_txt_s {
  border-bottom: 1px solid #eee;
  margin: 0 0 16px;
  padding: 0 10px 24px;
  line-height: 24px;
}

.member_input_txt_t {
  display: inline-block;
  width: 62px;
}

.member_input_txt input, .member_input_txt_s input {
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 0 4%;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.member_input_txt_t input {
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 4px 4%;
  display: block;
  font-size: 16px;
  line-height: 40x;
  height: 40px;
  padding: 4px 19%;
  width: 100%;
}

.member_contents .h_34 {
  height: 34px;
}

.member_contents .h_34 input {
  height: 34px;
}

.member_input_select_s {
  display: inline-block;
  vertical-align: bottom;
  width: 24%;
  min-width: 80px;
  float: left;
}

.member_input_select_l {
  max-width: 373px;
  min-width: 260px;
}

.member_btn_ad_not {
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #222;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), color-stop(10%, #dfdfdf), to(#ddd));
  background: linear-gradient(top, #efefef 0%, #dfdfdf 10%, #ddd 100%);
  -pie-background: linear-gradient(top, #efefef 0%, #dfdfdf 10%, #ddd 100%);
  text-shadow: rgba(253, 253, 253, 0.8) 0 -1px 0;
  color: #111;
}

.member_btn_ad:hover {
  color: #fff;
}

#read .member_inbox h2, #info_review .member_inbox h2 {
  height: auto;
}

#read .member_inbox h2 span {
  font-size: 12px;
  font-weight: 400;
}

#read .member_inbox h2 span img {
  width: 86px;
  margin: 0 3px 6px 0;
}

@media screen and (max-width: 768px) {
  #member .member_inbox h2.member_title_s, #member .member_inbox h2.member_title_s2 {
    height: auto;
    font-size: 14px;
  }
}

/*支払い方法*/
#member .member_inbox .member_contents.card_used h2 {
  margin-bottom: 20px;
}

#member .member_inbox .member_contents.card_used .member_txt {
  margin: 10px 0 20px;
}

#member .member_inbox .member_contents.pay_times h2 {
  margin-bottom: 20px;
}

#member .member_inbox .member_contents.pay_times .member_txt,
#member .member_inbox .member_contents.pay_times .member_input_select_s {
  display: inline-block;
  width: 150px;
  margin: 0;
}

.member_payment_choice {
  padding: 16px 0 0;
  display: block;
}

.member_textarea {
  width: 100%;
}

.member_textarea > div {
  border: 1px solid #aaa;
  border-radius: 2px;
}

.member_textarea > div > textarea {
  border: 0;
  background: none;
  margin: 0;
  padding: 2%;
  display: block;
  height: 150px;
  width: 96%;
  resize: none;
}

/*メンバーフッタ*/
#member .footer_b_box {
  background: none;
}

@media screen and (min-width: 768px) {
  #member .footer_b_box nav > div h2, #member .footer_b_box nav > div ul {
    padding-right: 0;
    padding-left: 0;
  }
  #member .footer_b_box .footer_copy {
    padding-right: 0;
    padding-left: 0;
  }
}

/*お支払方法*/
.u_li {
  border-bottom: #ccc 1px dotted;
  padding: 8px 0 20px;
}

/*購入完了ページSNS*/
.comp_sns {
  margin: 10px 0 14px;
  height: 20px;
}

.comp_sns_inbox {
  display: block;
  float: left;
  height: 20px;
  width: 110px;
}

.comp_sns_line {
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_sns {
    border-radius: 6px;
    background: #f4f4f4;
    margin: 4px 0;
    padding: 4px 0;
    min-width: 200px;
    overflow: hidden;
  }
  .comp_sns_inbox {
    margin-right: 8px;
    width: 90px;
  }
  .comp_sns_fb {
    margin: 0;
  }
  .comp_sns_line {
    display: block;
    width: 30px;
  }
  .l_box_data_inbox .comp_sns_line a {
    padding: 0;
  }
  a.comp_goods_img {
    float: left;
    width: auto;
  }
}

/*JAN CODE一覧*/
.jan_list > div {
  padding: 20px 10px;
}

.jan_list > div p {
  width: 500px;
  float: left;
}

.jan_list > div .saerch {
  width: 300px;
  float: right;
  text-align: right;
  position: relative;
}

.jan_list > div .saerch .search_button {
  top: 0px;
}

.jan_list table tr {
  padding: 20px;
  display: block;
  border-bottom: 1px dotted #ccc;
}

.jan_list table tr:first-child {
  padding: 0;
  background: #ddd;
  padding: 6px 0 0 10px;
  text-align: left;
}

.jan_list table tr td:first-child, .jan_list table tr th:first-child {
  width: 600px;
}

.jan_list table tr td, .jan_list table tr th {
  width: 306px;
}

.jan_list table tr.j_ex {
  padding: 10px 16px;
}

.jan_list table tr.j_ex > td:first-child {
  width: 920px;
}

.jan_list table tr.j_ex td table tr {
  border: none;
  padding: 0;
}

.jan_list table tr.j_ex td table tr:first-child {
  background: none;
  padding: 4px 0;
}

@media screen and (max-width: 768px) {
  input[type="submit"] {
    -webkit-appearance: none;
  }
  .jan_list > div {
    padding: 0 0 12px;
  }
  .jan_list > div p {
    width: 100%;
    float: none;
  }
  .jan_list > div .saerch {
    float: none;
    width: 80%;
    margin: 20px auto 10px;
  }
  .jan_list > div .saerch .search_area {
    margin: 0;
    width: 100%;
  }
  .jan_list > div .saerch .search_btn {
    top: 4px;
    right: 24%;
  }
  .jan_list table {
    width: 100%;
    display: block;
  }
  .jan_list table tr {
    padding: 10px;
  }
  .jan_list table tr td:first-child, .jan_list table tr th:first-child {
    width: 50%;
  }
  .jan_list table tr.j_ex {
    padding: 4px;
  }
}

/*ヘルプ*/
.memb_help .member_in {
  /* padding: 260px 0 250px 0; */
  /* margin: -250px 0 -250px 0; */
}

@media screen and (max-width: 768px) {
  .memb_help .member_in {
    /* padding: 60px 0 60px 0; */
    /* margin: -60px 0 -60px 0; */
  }
}

.memb_help #postage,
.memb_help #same_day {
  /* padding: 100px 0 100px 0; */
  /* margin: -100px 0 -100px 0; */
}

@media screen and (max-width: 768px) {
  .memb_help #postage,
  .memb_help #same_day {
    /* padding: 50px 0 50px 0; */
    /* margin: -50px 0 -50px 0; */
  }
}

.memb_help .member_in.help_inner_link {
  padding: 118px 0 8px 0;
  margin: -110px 0 2px 0;
}

@media screen and (max-width: 768px) {
  .memb_help .member_in.help_inner_link {
    padding: 98px 0 8px 0;
    margin: -90px 0 2px 0;
  }
}

.memb_help .member_in_s.help_inner_link {
  padding: 112px 0 12px 0;
  margin: -100px 12px 2px 8px;
}

@media screen and (max-width: 768px) {
  .memb_help .member_in_s.help_inner_link {
    padding: 102px 0 12px 0;
    margin: -90px 12px 2px 12px;
  }
}

.memb_help .member_txt {
  margin-bottom: 30px;
  line-height: 34px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .memb_help .member_txt {
    line-height: 32px;
    font-size: 14px;
  }
}

.memb_help #postage, .memb_help #same_day {
  /*padding: 100px 0 100px 0;
		margin: -100px 0 -100px 0;*/
}

.memb_help a {
  text-decoration: underline;
  word-break: break-word;
}

.memb_help a:hover {
  color: #888;
}

@media screen and (max-width: 768px) {
  .memb_help .member_in {
    /*padding: 60px 0 60px 0;
      margin: -60px 0 -60px 0;*/
  }
  .memb_help #postage, .memb_help #same_day {
    /*padding: 50px 0 50px 0;
      margin: -50px 0 -50px 0;*/
  }
}

/*注文確定*/
#contents_box.cart_form .cart_remain_attention {
  text-align: center;
  margin: 40px 0;
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .cart_remain_attention {
    margin: 20px 0 40px;
    text-align: left;
  }
}

#contents_box.cart_form .cart_remain_attention span {
  background: url(../img/attention_icon.svg) no-repeat;
  background-size: 26px;
  background-position: 0px 5px;
  width: 26px;
  height: 39px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 320px) {
  #contents_box.cart_form .cart_remain_attention span {
    background-size: 22px;
    width: 22px;
    height: 35px;
  }
}

#contents_box.cart_form h2 {
  border: none;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form h2 {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  #contents_box.cart_form h2 {
    font-size: 14px;
  }
}

#contents_box.cart_form h2.cart_remain_attention {
  text-align: left;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form h2.cart_remain_attention {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  #contents_box.cart_form h2.cart_remain_attention {
    font-size: 14px;
  }
}

#contents_box.cart_form h2 span {
  background: url(../img/check_icon.svg) no-repeat;
  background-size: 26px;
  background-position: 0px 5px;
  width: 26px;
  height: 39px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 320px) {
  #contents_box.cart_form h2 span {
    background-size: 22px;
    width: 22px;
    height: 35px;
  }
}

#contents_box.cart_form .order_comp {
  /*合計*/
}

#contents_box.cart_form .order_comp .l_box_left {
  float: left;
  width: 600px;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left {
    width: 100%;
  }
}

#contents_box.cart_form .order_comp .l_box_left h2 {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 4px;
  border: none;
}

@media screen and (max-width: 320px) {
  #contents_box.cart_form .order_comp .l_box_left h2 {
    font-size: 15px;
  }
}

#contents_box.cart_form .order_comp .l_box_left .l_box_data .l_box_img {
  margin-right: 0;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block,
#contents_box.cart_form .order_comp .l_box_left .l_box_block_s {
  border-top: 0;
  display: block;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block {
  min-height: 140px;
  border-collapse: collapse;
  width: 600px;
  float: left;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block {
    padding: 0;
    height: auto;
    width: 100%;
  }
  #contents_box.cart_form .order_comp .l_box_left .l_box_block tbody {
    width: 100%;
    display: block;
  }
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block tr th {
  background: #ddd;
  border-right: 2px solid #fff;
  font-weight: normal;
  font-size: 12px;
  height: 26px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block tr th {
    display: none;
  }
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block tr .l_box_g_info {
  width: 470px;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st {
  border-bottom: 1px solid #ddd;
  /*商品情報*/
  /*数量*/
  /*マイリスト*/
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st {
    min-height: 150px;
    width: 100%;
    display: block;
    position: relative;
    padding: 14px 0;
  }
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st td {
  vertical-align: middle;
  padding-right: 4%;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_data {
    border: none;
    border-bottom: 0;
    border-radius: 0;
    padding: 0;
  }
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_data .l_box_img,
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_data a.l_box_img {
    display: block;
    float: left;
    width: 100px;
    overflow: hidden;
  }
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_data .l_box_img {
  display: block;
  float: left;
  width: 140px;
  padding-right: 20px;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_data .l_box_img img {
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_data .l_box_img img {
    margin: 0;
  }
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_data .l_box_g_name {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 42px;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_data .l_box_maker a,
#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_data .l_box_status {
  font-size: 12px;
  text-decoration: none;
  color: #888;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_data a.l_box_maker a:hover {
  color: #aaa;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_data .l_box_store {
  width: 140px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #111;
  margin: 10px 0;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_img
.l_box_g_price,
#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_amo {
  width: 170px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_img
.l_box_g_price,
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_amo {
    display: block;
    float: left;
    width: 86%;
  }
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_price p {
    text-align: left;
    margin-left: 122px;
  }
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_price span {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_amo {
    height: auto;
    padding: 0 0 6px;
  }
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_amo {
    width: auto;
    right: 0;
    top: 9px;
    position: absolute;
  }
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_amo .l_box_amo {
  padding: 0;
  text-align: center;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_amo .l_box_amo .l_box_amo_input {
  display: block;
  margin: 0 auto;
  width: 38px;
  text-align: right;
  padding: 2px 4px 2px 0;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_amo .l_box_amo .l_box_amo_input {
    width: 46px;
    padding: 6px 8px;
    font-size: 14px;
    display: block;
    margin: 6px auto 0;
    text-align: center;
  }
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_amo .l_box_amo .l_box_amo_btn {
  border: 1px solid #BBBBBB;
  border-radius: 2px;
  display: block;
  margin: 10px auto 0;
  font-size: 12px;
  width: 46px;
  height: 22px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_amo .l_box_amo .l_box_amo_btn {
    padding: 6px 8px;
    margin: 10px auto 0;
    height: auto;
  }
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_amo .l_box_amo span {
  padding: 0 4px 0 0;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_data, #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_price {
    display: block;
    float: left;
    width: 86%;
  }
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_img img {
    margin: 0;
  }
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_mylist {
  /*削除ボタン*/
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_mylist form {
  height: 36px;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_mylist {
    width: 44px;
    position: absolute;
    bottom: 14px;
    right: 0;
    padding: 0;
  }
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_mylist .l_box_btn_fav {
  margin: 0 auto;
  border: none;
  font-size: 12px;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_mylist .l_box_btn_fav:hover {
  text-decoration: underline;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_mylist .fav_wh {
  background: url(../img/favorite_icon.png) no-repeat;
  background-size: 20px;
  background-position: 12px 10px;
  width: 46px;
  height: 36px;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_mylist .fav_red {
  background: url(../img/favorite_icon_reg.png) no-repeat;
  background-size: 20px;
  width: 46px;
  height: 36px;
  background-position: 12px 10px;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_mylist .l_box_btn_del {
  display: block;
  font-size: 12px;
  color: #555;
  margin: 10px auto 0;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
}

#contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_mylist .l_box_btn_del:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_left .l_box_block .l_box_st .l_box_g_mylist .l_box_btn_del {
    margin: 0 auto;
    padding: 0 6px;
    font-size: 10px;
    line-height: 26px;
    height: 26px;
    float: left;
  }
}

#contents_box.cart_form .order_comp .l_box_right {
  float: right;
  width: 304px;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_right {
    width: 100%;
  }
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total {
  min-height: 140px;
  float: right;
  border: 4px solid #999;
  width: 300px;
  padding: 20px;
  border-collapse: separate;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_right .l_box_total {
    width: 100%;
    margin-top: 10px;
  }
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td {
  width: 300px;
  min-height: 140px;
  vertical-align: middle;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td p {
  text-align: left;
  padding: 4px 0;
  clear: both;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td p span {
  text-align: right;
  display: inline-block;
  width: 186px;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_right .l_box_total td p span {
    width: auto;
    float: right;
  }
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td p .total_price {
  border-top: 1px solid #ddd;
  padding-top: 14px;
  margin-top: 10px;
  width: 100%;
  text-align: left;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td p .total_price span {
  width: 214px;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_price {
  text-align: right;
  display: inline-block;
  width: 100%;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_price .cart_difference_box {
  width: 100%;
  font-weight: 700;
  color: #005c84;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_price .cart_difference_box .cart_difference_price {
  width: auto;
  float: none;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_price .cart_free_postage {
  width: 100%;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_price .cart_free_postage a {
  font-weight: normal;
  text-decoration: underline;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_btn {
  margin-top: 30px;
  text-align: center;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_btn .bk_bg_btn,
#contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_btn .gray_line_btn {
  margin: 14px 0 0;
  display: block;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  width: 252px;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_btn .bk_bg_btn,
  #contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_btn .gray_line_btn {
    width: 100%;
  }
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_btn .bk_bg_btn span,
#contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_btn .gray_line_btn span {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_btn .bk_bg_btn {
  background: #111;
  color: #fff;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .cart_btn .bk_bg_btn:hover {
  background: #555;
  text-decoration: none;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .l_box_info {
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  margin: 0;
  padding: 20px 10px;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .l_box_info a.member_btn_bc {
  background: #ccc;
  width: 23%;
  color: #fff;
  padding: 16px;
  border-radius: 3px;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .l_box_info a.member_btn_bc:hover {
  text-decoration: none;
  color: #333;
}

#contents_box.cart_form .order_comp .l_box_right .l_box_total td .l_box_info a {
  text-decoration: underline;
}

#contents_box.cart_form .order_comp .l_box_data {
  padding: 10px 0;
}

#contents_box.cart_form .order_comp .l_box_data .l_box_img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 100px;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_data .l_box_img {
    width: 20%;
    margin-right: 4%;
  }
}

#contents_box.cart_form .order_comp .l_box_data .l_box_data_inbox {
  display: inline-block;
  vertical-align: middle;
  width: 580px;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_data .l_box_data_inbox {
    width: 76%;
  }
}

#contents_box.cart_form .order_comp .l_box_data .bk_bg_btn {
  display: inline-block;
  width: 240px;
}

@media screen and (max-width: 768px) {
  #contents_box.cart_form .order_comp .l_box_data .bk_bg_btn {
    display: block;
    margin: 30px auto;
  }
}

#contents_box.cart_form .order_comp .l_box_data .bk_bg_btn a {
  background: url(../img/play_icon.png) no-repeat;
  background-size: 30px;
  background-position: 50px 7px;
  padding-left: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: block;
}

#contents_box.cart_form .order_comp .l_box_data .bk_bg_btn a:hover {
  text-decoration: none;
}

/*クレジットカード再入力*/
.creca_rekey form > div {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .creca_rekey form > div {
    padding: 1%;
  }
}

.creca_rekey form > div .member_in {
  padding: 10px 0;
}

.creca_rekey .member_txt {
  padding: 20px;
}

/*Tポイント*/
.member_contents_tp {
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  .member_contents_tp {
    margin: 30px 0;
  }
}

.member_contents_tp .tp_st {
  width: 630px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .member_contents_tp .tp_st {
    width: 100%;
  }
}

.member_contents_tp .tp_st P {
  display: table;
  margin-bottom: 20px;
}

.member_contents_tp .tp_st P img {
  width: 40px;
  display: inline-block;
  margin-right: 10px;
}

.member_contents_tp .tp_st P span {
  display: table-cell;
  vertical-align: middle;
}

.member_contents_tp .tp_btn {
  text-align: center;
  width: 340px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .member_contents_tp .tp_btn {
    width: 100%;
  }
}

.member_contents_tp .tp_btn .tp_btn_tetsuduki,
.member_contents_tp .tp_btn .tp_btn_next {
  width: 160px;
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  vertical-align: top;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .member_contents_tp .tp_btn .tp_btn_tetsuduki,
  .member_contents_tp .tp_btn .tp_btn_next {
    width: 48%;
    height: 34px;
    font-size: 12px;
  }
}

.member_contents_tp .tp_btn .tp_btn_tetsuduki a,
.member_contents_tp .tp_btn .tp_btn_next a {
  font-weight: 700;
}

.member_contents_tp .tp_btn .tp_btn_tetsuduki a:hover,
.member_contents_tp .tp_btn .tp_btn_next a:hover {
  text-decoration: none;
}

.member_contents_tp .tp_btn .tp_btn_tetsuduki {
  margin-right: 10px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .member_contents_tp .tp_btn .tp_btn_tetsuduki {
    margin: 0;
  }
}

.member_contents_tp .tp_btn .tp_btn_tetsuduki a {
  color: #fff;
}

.member_contents_tp .tp_btn .tp_btn_next {
  font-size: 12px;
  margin-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 58px;
}

.member_contents_tp .tp_btn .tp_btn_next:hover {
  background: #eee;
}

.member_contents_tp .tp_btn .tp_btn_next a {
  color: #555;
}

/*Tポイント詳細*/
#tp h2 {
  border: none;
}

#tp .flow_tp .flow_tpinbox .bk_bg_btn {
  margin: 40px auto;
  height: auto;
  line-height: 24px;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 700;
}

/*特定商取引法*/
img.np_size {
  width: 468px;
}

@media screen and (max-width: 768px) {
  img.np_size {
    width: 100%;
  }
}

/*input 年齢確認*/
.age_confi {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}

.age_confi > input {
  text-align: center;
}

.age_confi > .error {
  background-color: #ffeeee !important;
}

/*はじめての方へ*/
.welcome .member_inbox .welcome-box {
  padding: 40px 0 20px;
}

@media screen and (max-width: 768px) {
  .welcome .member_inbox .welcome-box {
    padding: 20px 0 10px;
  }
}

.welcome .member_inbox .welcome-box h2 {
  background: #eee;
  padding: 6px 10px;
  border-bottom: none;
  text-align: left;
}

.welcome .member_inbox .welcome-box div {
  padding: 10px;
  margin: 10px 0 20px;
}

.welcome .member_inbox .welcome-box div p {
  text-align: left;
  font-size: 16px;
}

.welcome .member_inbox .welcome-box .member_in_s {
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 20px;
  margin: 0;
}

.welcome .member_inbox .welcome-box .txt_s_wl {
  font-size: 15px;
  line-height: 35px;
}

.welcome .member_inbox .welcome-box .member_txt_s {
  font-size: 14px;
  line-height: 26px;
  border: 0;
  margin: 0;
  padding: 0;
}

.welcome .member_inbox .welcome-box .member_txt_s .note_txt {
  font-size: 12px;
  text-align: center;
  width: 530px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 24px;
  color: #888;
}

@media screen and (max-width: 768px) {
  .welcome .member_inbox .welcome-box .member_txt_s .note_txt {
    width: 100%;
  }
}

.welcome .member_inbox .welcome-box .txt_s_wl {
  font-size: 18px;
  line-height: 38px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .welcome .member_inbox .welcome-box .txt_s_wl {
    text-align: left;
  }
}

.welcome .member_inbox .welcome-box:last-child {
  border: 0;
  padding-top: 0;
}

.welcome .member_inbox .t-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .welcome .member_inbox .t-column {
    display: table;
  }
}

.welcome .member_inbox .t-column img {
  width: 490px;
}

@media screen and (max-width: 768px) {
  .welcome .member_inbox .t-column img {
    width: 100%;
  }
}

.welcome .member_inbox .t-column div {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .welcome .member_inbox .t-column div {
    width: 100%;
    padding: 20px 0 0;
  }
}

.welcome .member_inbox .hd-store .member_in_s,
.welcome .member_inbox .hd-store .member_txt_s {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .welcome .member_inbox .hd-store .member_in_s,
  .welcome .member_inbox .hd-store .member_txt_s {
    text-align: left;
  }
}

.welcome .member_inbox .hd-store .member_txt_s {
  line-height: 30px;
}

.welcome .member_inbox .member_btn_ad {
  margin: 0 auto 40px;
}

/*同意 UI*/
body.fixed {
  position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

#modal_agreement {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

#modal_agreement > div {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

#modal_agreement .agreement_contents {
  display: block;
  width: 600px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #fff;
}

#modal_agreement .agreement_message {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

#modal_agreement .agreement_message span {
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
}

#modal_agreement .agreement_message img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-right: 10px;
}

#modal_agreement .agreement_items {
	margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: auto;
  max-height: 500px;
}

#modal_agreement .agreement_item {
	text-align: left;
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 1em;
	padding-left: 1.5em;
}

#modal_agreement .new_input input[type="checkbox"] + label::before {
    margin-top: 0;
}

#modal_agreement .new_input input[type="checkbox"]:checked + label::after {
    top: 0;
}

#modal_agreement .new_input input[type="checkbox"] + label::before {
    top: 0;
}

#modal_agreement .new_input input[type="checkbox"]:checked + label::after {
    margin-top: 6px;
}

#modal_agreement .agreement_buttons {
  margin-left: 30px;
  margin-right: 30px;
	display: flex;
	justify-content: center;
}

#modal_agreement .agreement_buttons li {
	width: 50%;
	box-sizing: border-box;
}


#modal_agreement .agreement_buttons li.agreement_button {
	padding-left: 15px;
}

#modal_agreement .agreement_buttons li.close_button {
	padding-right: 15px;
}


#modal_agreement .agreement_buttons li.close_button:last-child button {
	padding-right: 0;
}

#modal_agreement .agreement_buttons li button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 36px;
	cursor: pointer;
}

#modal_agreement .agreement_buttons li button:hover {
	opacity: 0.7;
}

#modal_agreement .agreement_buttons li.agreement_button button {
	background-color: #333;
	color: #fff;
	border: 2px solid #333;
}

#modal_agreement .agreement_buttons li.agreement_button button:disabled {
	background-color: #aaa;
	border: 2px solid #aaa;
	cursor: default;
}

#modal_agreement .agreement_buttons li.agreement_button button:disabled:hover {
	opacity: 1;
}

#modal_agreement .agreement_buttons li.close_button button {
	background-color: #fff;
	border: 2px solid #aaa;
}

@media screen and (max-width: 768px) {

  #modal_agreement .agreement_contents {
    box-sizing: border-box;
		width: 90vw;
    max-height: 94vh;
    padding-top: 20px;
    padding-bottom: 20px;
	}

  #modal_agreement .agreement_message {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #modal_agreement .agreement_items {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 350px;
  }

  #modal_agreement .agreement_item {
    text-align: left;
    font-size: 14px;
    line-height: 135%;
    margin-bottom: 0.7em;
    padding-left: 1.5em;
  }

	#modal_agreement .agreement_item {
		padding-left: 0;
	}

	#modal_agreement .new_input input[type="checkbox"] + label {
    padding: 0 0 0 25px;
		height: auto;
	}

	#modal_agreement .new_input input[type="checkbox"] + label::before {
		margin-top: 3px;
	}

	#modal_agreement .new_input input[type="checkbox"]:checked + label::after {
    	top: 3px;
	}

	#modal_agreement .new_input input[type="checkbox"] + label::before {
		top: 3px;	
	}

	#modal_agreement .new_input input[type="checkbox"]:checked + label::after {
    	margin-top: 9px;
	}

  #modal_agreement .agreement_buttons {
    margin-left: 20px;
    margin-right: 20px;
  }

	#modal_agreement .agreement_buttons li.agreement_button {
		padding-left: 10px;
	}

	#modal_agreement .agreement_buttons li.close_button {
		padding-right: 10px;
	}
}

/*最下部調整用*/
.m_t {
  margin-top: 20px;
}

.m_b {
  margin-bottom: 20px;
}

.m_r {
  margin-right: 14px;
}

.m_l_0 {
  margin-left: 0;
}

.m_r_0 {
  margin-right: 0;
}

.m_t_0 {
  margin-top: 0;
}

.m_b_0 {
  margin-bottom: 0;
}

.p_r_0 {
  padding-right: 0;
}

.p_t {
  padding-top: 36px;
}

.p_t_10 {
  padding-top: 10px;
}

.p_t_h {
  padding-top: 18px;
}

.p_b {
  padding-bottom: 20px;
}

.b_n {
  border: 0;
}

.b_b {
  padding-bottom: 10px;
  border-bottom: 1px dotted #bbb;
}

.wid_200 {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .b_b {
    border-bottom: 0;
  }
  .p_0 {
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */

/* カート販売できない商品 */

a.disabled {
  pointer-events: none;
}

.error_has_goods_not_for_sale {
  padding: 0 2%;
  line-height: 50px;
  background: #ce3838;
  margin-bottom: 20px;
}

.l_box_status .error_not_for_sale {
  color: #ce3838;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .error_has_goods_not_for_sale {
    line-height: 25px;
    padding: 14px 2%;
  }
}

.error_has_goods_not_for_sale p {
  text-align: center;
  color: #fff;
}

.error_has_goods_not_for_sale p img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.cart_btn .gray_bg_btn {
  margin: 14px 0 0;
  display: block;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  width: 252px;
}

@media screen and (max-width: 768px) {
  .cart_btn .gray_bg_btn {
    width: 100%;
  }
}

.cart_btn .gray_bg_btn span {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}

.cart_btn .gray_bg_btn {
  background: #ddd;
  color: #fff;
}

.cart_btn {
  position: relative;
}

.cart_btn_msg_not_for_sale {
  display: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: 9999;
  width: 200px;
  margin-left: -100px;
  background-color: #ce3838;
  color: #fff;
  text-align: left;
  font-size: 12px;
  line-height: 150%;
  padding: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}

.cart_btn_msg_not_for_sale:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ce3838;
  opacity: 0.9;
}

.cart_btn_msg_not_for_sale p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .cart_btn_msg_not_for_sale {
    left: 0;
    width: 100%;
    margin-left: 0px;
  }
}

/* TOL リンク */

.goods_btn_tol_link {
  width: 100%;
  background-color: #333;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .goods_btn_tol_link {
    margin: 0 0 10px;
  }
}

.goods_btn_tol_link:hover {
  opacity: 0.7;
}

.goods_btn_tol_link span.tol_link_url {
  border: 0;
  color: #fff;
  font-weight: 700;
  width: 100%;
  line-height: 26px;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  padding-top: 3px;
  padding-bottom: 5px;
  display: inline-block;
  box-sizing: border-box;
}

.goods_btn_tol_link span span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

@media screen and (max-width: 500px) {
  .goods_btn_tol_link span.tol_link_url {
    background: none;
    padding-left: 0;
  }
}

.member_login_message {
  margin-bottom: 40px;
}

.sms-auth-modal {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.8);
}

.sms-auth-input,
.sms-auth-system-error,
.sms-auth-trans-error {
	display: none;
	background-color: #fff;
	width: 420px;
	padding: 20px;
	border-radius: 10px;
}

@media screen and (max-width: 480px) {
	.sms-auth-input,
	.sms-auth-system-error,
	.sms-auth-trans-error {
		box-sizing: border-box;
		width: 90%;
	}
}

.sms-auth-title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 180%;
	border-bottom: 1px solid #000;
}

.sms-auth-message {
	padding: 10px 0 20px 0;
	line-height: 150%;
	font-size: 14px;
}

.sms-auth-error,
.sms-auth-system-error-message,
.sms-auth-trans-error-message {
	padding-bottom: 20px;
	line-height: 150%;
	font-size: 14px;
	color: #c00
}

.sms-auth-error {
	display: none;
}

.sms-auth-input-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 200%;
}

.sms-auth-input-text {
	width: 180px;
	border: 0;
	padding: 0 4%;
	border: 1px solid #aaa;
	font-size: 16px;
	line-height: 40px;
}

.sms-auth-input-description {
	padding-top: 3px;
	color: #999;
	font-size: 13px;
}

.sms-auth-action {
	padding-top: 25px;
	text-align: center;
}

.sms-auth-button,
.sms-auth-close-button {
	display: inline-block;
	font-size: 14px;
	line-height: 44px;
	background-color: #111;
	color: #fff;
	width: 200px;
	text-align: center;
	cursor: default;
}

.sms-auth-button:hover,
.sms-auth-close-button:hover {
	background-color: #333;
}

.sms-auth-sub-action {
	display: table;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
}

.sms-auth-sub-action li {
	display: table-cell;
  text-align: center;
}

@media screen and (max-width: 480px) {
	.sms-auth-sub-action {
		display: block;
	}

	.sms-auth-sub-action li {
		display: block;
		margin-top: 20px;
	}

	.sms-auth-sub-action li:first-child {
		display: block;
		margin-top: 0px;
	}
}

.sms-auth-sub-action span {
	color: #000;
	cursor: pointer;
	font-size: 14px;
}

.sms-auth-sub-action span:hover {
	color: #666;
	text-decoration: underline;
}

.spinner-box {
  display: none;
  width: 160px;
  height: 100px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

.spinner-message {
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 45px;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}

.circle-border {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 3px;
  display: block;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -20px;
  border-radius: 50%;
  background: rgb(63,249,220);
  background: linear-gradient(0deg, rgba(255,255,255,0.1) 33%, rgb(113, 113, 113) 100%);
  animation: spin .8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}



/* anygift start */
.goods_btn_cart {
  margin-bottom: 10px!important;
}
.anygift-gift-ui__container {
  width: 100%!important;
}
.anygift-gift-ui__main-button {
  border-radius: 0!important;
}
.anygift-gift-ui__about-button__wrapper {
  margin-top: 0!important;
  margin-bottom: 5px;
  text-align: center!important;
}
.anygift-floating-cart {
  bottom: 90px!important;
}
.anygift-floating-cart .anygift-floating-cart__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.egift-caution {
  margin: 0 auto 15px;
  padding: 4px 8px;
  font-size: 0.7rem;
  border: 3px solid;
  border-image: linear-gradient(90deg, rgba(17, 194, 164, 1), rgba(67, 199, 227, 1));
  border-image-slice: 1;
}
@media (min-width: 769px) {
  .sm\:ag-right-\[20px\] {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .sm\:ag-right-\[20px\] {
    right: 2%;
    bottom: 90px;
  }
}
/* anygift end */
