@import url("./slick-theme.css");
@import url("./slick.css");

/*
Theme Name: WhiteCube
Version: 1.0.1
Note: All content are copyrighted by author. Please, don't steal anything.
*/
/**
TABLE OF CONTENTS
- Global
	- bootstrap-theme
	- utilityf
- UI
	- header
	- footer
	- headline
	- box
	- list
	- form
	- table
	- nav
	- slider
	- shopping-guide
- Pages
	- cart
	- products
	- shopping
	- windowcolumn
*/
/* ------------------------------------- */
/*   bootstrap-theme   */
/* ------------------------------------- */
/*  eccube style  */
/*--------------------------------- */
/*html{scroll-behavior: smooth;}*/
.attention,
.point {
  color: #E64E4E;
}

.message {
  color: #5B5B5B;
  font-size: 14px;
}

.box60 {
  width: 60px;
}
@media (max-width: 767px) {
  .box60 {
    width: 50px;
  }
}

.box80 {
  width: 80px;
}

.box120 {
  width: 100%;
}
@media (min-width: 768px) {
  .box120 {
    width: 120px;
  }
}

.box300 {
  width: 100%;
}
@media (min-width: 768px) {
  .box300 {
    width: 300px;
  }
}

.box380 {
  width: 100%;
}
@media (min-width: 768px) {
  .box380 {
    width: 380px;
  }
}

/*  body  */
/*--------------------------------- */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-size: 14px;
  background-color: #fff;
}

/*  link  */
/*--------------------------------- */
a {
  transition: .2s;
  color: #5B5B5B;
}
a:hover {
  text-decoration: none;
  color: #c32927;
}

/*  headline  */
/*--------------------------------- */
h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

/*  list  */
/*--------------------------------- */
dl dt {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}
dl.dl-horizontal dt {
  margin-top: 0;
}

/*  img  */
/*--------------------------------- */
.img-responsive {
  margin: 0 auto;
}

/*  table  */
/*--------------------------------- */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table thead > tr > th,
table tbody > tr > th,
table tfoot > tr > th,
table thead > tr > td,
table tbody > tr > td,
table tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ECEAEB;
}
@media (max-width: 991px) {
  table thead > tr > th,
  table tbody > tr > th,
  table tfoot > tr > th,
  table thead > tr > td,
  table tbody > tr > td,
  table tfoot > tr > td {
    padding: 4px;
  }
}

/*  form  */
/*--------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border-radius: 0;
  border: 1px solid #ECEAEB;
  background-color: #fafafa;
}

select {
  width: 100%;
  border-radius: 0;
}

@media (min-width: 768px) {
  .input-group {
    display: inline-block;
  }
  .input-group .form-control {
    width: 150px;
  }
  .input-group .input-group-btn {
    width: auto;
  }
}

/*  well  */
/*--------------------------------- */
.well {
  margin-bottom: 30px;
  border-radius: 0;
  border: none;
  color: #444;
  background-color: #f4f4f4;
  box-shadow: none;
}
.well p {
  margin-bottom: 0;
}

/* ------------------------------------- */
/*   utility: global class   */
/*		- display
/*		- position
/*		- padding
/*		- margin
/*		- border
/*		- font
/*		- background
/* ------------------------------------- */
/**
 *	display
 */
.div-inline > div {
  display: inline-block;
}

/**
 *	position
 */
.position-relative {
  position: relative;
}

.top-left {
  position: absolute;
  top: 15px;
  left: 15px;
}

.top-left-fit {
  position: absolute;
  top: 0;
  left: 0;
}

.top-left-xs {
  position: absolute;
  top: 5px;
  left: 5px;
}

.top-left-sm {
  position: absolute;
  top: 10px;
  left: 10px;
}

.top-left-lg {
  position: absolute;
  top: 30px;
  left: 30px;
}

.top-right {
  position: absolute;
  top: 15px;
  right: 15px;
}

.top-right-fit {
  position: absolute;
  top: 0;
  right: 0;
}

.top-right-xs {
  position: absolute;
  top: 5px;
  right: 5px;
}

.top-right-sm {
  position: absolute;
  top: 10px;
  right: 10px;
}

.top-right-lg {
  position: absolute;
  top: 30px;
  right: 30px;
}

.bottom-left {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.bottom-left-fit {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottom-left-xs {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.bottom-left-sm {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.bottom-left-lg {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.bottom-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.bottom-right-fit {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bottom-right-xs {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.bottom-right-sm {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.bottom-right-lg {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

/**
 *	padding
 */
.padding-none {
  padding: 0;
}

.padding-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-row.ui-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-row-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-row-xs.ui-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-row-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-row-sm.ui-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-row-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-row-lg.ui-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-row-none {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-box {
  padding: 15px;
}
.padding-box.ui-section {
  padding: 60px;
}

.padding-box-xs {
  padding: 5px;
}
.padding-box-xs.ui-section {
  padding: 20px;
}

.padding-box-sm {
  padding: 10px;
}
.padding-box-sm.ui-section {
  padding: 30px;
}

.padding-box-lg {
  padding: 30px;
}
.padding-box-lg.ui-section {
  padding: 120px;
}

.padding-box-none {
  padding: 0;
}

.padding-gutter {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-gutter.row {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.padding-gutter.row > div {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-gutter-xs {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-gutter-xs.row {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.padding-gutter-xs.row > div {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-gutter-sm {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-gutter-sm.row {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.padding-gutter-sm.row > div {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-gutter-lg {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-gutter-lg.row {
  padding: 0;
  margin-left: -30px;
  margin-right: -30px;
}
.padding-gutter-lg.row > div {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-gutter-none {
  padding-left: 0;
  padding-right: 0;
}
.padding-gutter-none.row {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.padding-gutter-none.row > div {
  padding-left: 0;
  padding-right: 0;
}

/**
 *	margin
 */
.margin-none {
  margin: 0;
}

.margin-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-row.ui-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.margin-row-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-row-xs.ui-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-row-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-row-sm.ui-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-row-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-row-lg.ui-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.margin-row-none {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-section {
  margin-bottom: 60px;
}

.margin-section-xs {
  margin-bottom: 20px;
}

.margin-section-sm {
  margin-bottom: 30px;
}

.margin-section-lg {
  margin-bottom: 120px;
}

.margin-section-none {
  margin-bottom: 0;
}

.margin-content {
  margin-bottom: 15px;
}

.margin-content-xs {
  margin-bottom: 5px;
}

.margin-content-sm {
  margin-bottom: 10px;
}

.margin-content-lg {
  margin-bottom: 30px;
}

.margin-content-none {
  margin-bottom: 0;
}

/**
 *	border
 */
.border-none {
  border: none;
}

.border-box {
  border: 1px solid #ECEAEB;
}

.divider {
  border-bottom: 1px solid #ECEAEB;
}

.divider-dotted {
  border-bottom: 1px dotted #ECEAEB;
}

.border-radius {
  border-radius: 0;
}

.border-radiusp-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.border-radiusp-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.border-radiusp-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.border-radiusp-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/**
 *	font
 */
.headline-h1 {
  font-size: 32px;
}

.headline-h2 {
  font-size: 24px;
}

.headline-h3 {
  font-size: 18px;
}

.headline-h4 {
  font-size: 16px;
}

.headline-h5 {
  font-size: 14px;
}

.headline-h6 {
  font-size: 12px;
}

.text-size-xs {
  font-size: 10px;
}

.text-size-sm {
  font-size: 12px;
}

.text-size-lg {
  font-size: 18px;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.color-black {
  color: #000;
}

.color-gray-darker {
  color: #222222;
}

.color-gray-dark {
  color: #333333;
}

.color-gray {
  color: #555555;
}

.color-gray-light {
  color: #777777;
}

.color-gray-lighter {
  color: #eeeeee;
}

.color-main {
  color: #ECEAEB;
}

.color-sub {
  color: #fff;
}

.color-accent {
  color: #D02C2A;
}

.color-link {
  color: #D02C2A;
}

.color-hover {
  color: #c32927;
}

.hover-color-main:hover {
  color: #ECEAEB;
}

.hover-color-sub:hover {
  color: #fff;
}

.hover-color-accent:hover {
  color: #D02C2A;
}

.hover-color-link:hover {
  color: #D02C2A;
}

.hover-color-hover:hover {
  color: #c32927;
}

/**
 *	background
 */
.fill-black {
  background-color: #000;
}

.fill-gray-darker {
  background-color: #222222;
}

.fill-gray-dark {
  background-color: #333333;
}

.fill-gray {
  background-color: #555555;
}

.fill-gray-light {
  background-color: #777777;
}

.fill-gray-lighter {
  background-color: #eeeeee;
}

.fill-main {
  background-color: #ECEAEB;
}

.fill-sub {
  background-color: #fff;
}

.fill-accent {
  background-color: #D02C2A;
}

.fill-link {
  background-color: #D02C2A;
}

.fill-hover {
  background-color: #c32927;
}

.hover-fill-black:hover {
  background-color: #000;
}

.hover-fill-gray-darker:hover {
  background-color: #222222;
}

.hover-fill-gray-dark:hover {
  background-color: #333333;
}

.hover-fill-gray:hover {
  background-color: #555555;
}

.hover-fill-gray-light:hover {
  background-color: #777777;
}

.hover-fill-gray-lighter:hover {
  background-color: #eeeeee;
}

.hover-fill-main {
  background-color: #ECEAEB;
}

.hover-fill-sub {
  background-color: #fff;
}

.hover-fill-accent {
  background-color: #D02C2A;
}

.hover-fill-link {
  background-color: #D02C2A;
}

.hover-fill-hover {
  background-color: #c32927;
}

/* ------------------------------------- */
/*  header: ヘッダーのスタイル
/*		- ui-header
/*		- ui-topbar
/* ------------------------------------- */
/*  layout  */
/*--------------------------------- */
.ui-header #site_description {
  margin-bottom: 0;
  font-size: 12px;
}
.ui-header .logo .title {
  margin: 0;
  font-size: 32px;
}
.ui-header .logo img {
  max-width: 100%;
}

/**
 *	ui-topbar
 */
.ui-topbar .topbar-body {
  /*padding: 3px 0;
  border-top: 3px solid #ECEAEB;
  border-bottom: 1px solid #ECEAEB;
  font-size: 12px;*/
}
.ui-topbar .topbar-body ul,
.ui-topbar .topbar-body p {
  margin-bottom: 0;
}
.ui-topbar .topbar-body .btn {
  padding: 0 3px;
}
.ui-topbar .topbar-body .header-login-block {
  text-align: right;
}
@media (min-width: 768px) {
  .ui-topbar .topbar-body input[type="text"],
  .ui-topbar .topbar-body input[type="email"],
  .ui-topbar .topbar-body input[type="password"] {
    width: 130px;
  }
}

/* ------------------------------------- */
/*  footer: フッターのスタイル
/*		- ui-footer
/*		- footerbottomcolumn
/* ------------------------------------- */
.ui-footer {
  font-size: 12px;
  background-color: #ECEAEB;
}
.ui-footer .footer-body {
  border-top: 1px solid #ECEAEB;
}
.ui-footer #pagetop {
  margin-bottom: 10px;
}

/**
 *	footer bottom column
 */
#footerbottomcolumn {
  border-top: 1px solid #ECEAEB;
}

/* ------------------------------------- */
/*  hadline: 見出しのスタイル
/*		- ui-headline
/*		- page-title
/*		- section-title
/*		- content-title
/* ------------------------------------- */
.ui-headline {
  position: relative;
}
.ui-headline .title {
  display: inline-block;
  margin: 0;
}
.ui-headline .title.title-colored {
  font-size: 18px;
}
.ui-headline .list-link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
}

/**
 *	page-title
 */
.page-title {
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.page-title .title {
  color: #5B5B5B;
  font-size: 32px;
  font-weight: normal;
}

/**
 *	section-title
 */
.section-title {
  margin-bottom: 25px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.section-title .title {
  color: #5B5B5B;
  font-size: 18px;
}
.section-title .title img {
  margin-left: 20px;
}

.ui-content .section-title:before {
  content: "";
  display: block;
  border-top: solid 1px #ECEAEB;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.ui-content .section-title .title {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  position: relative;
  z-index: 5;
}
.ui-content .section-title.text-center .title {
  padding-left: 20px;
}

/**
 *	side-title
 */
.side-title {
  margin-bottom: 0;
  padding: 10px;
  background-color: #ECEAEB;
}
.side-title .title {
  color: #5B5B5B;
  font-size: 14px;
  font-weight: bold;
}

/* ------------------------------------- */
/*  button: ボタンのスタイル
/*		- ui-form 	
/*		- @block: search_products, login
/*		- @plugin: 
/* ------------------------------------- */
.btn {
  border-radius: 2px;
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 8px 12px;
  }
}

div.btn,
li.btn,
p.btn {
  padding: 0;
  border: none;
  cursor: none;
}
div.btn:active,
li.btn:active,
p.btn:active {
  box-shadow: none;
}

/**
 *	btn style
 */
.btn-default {
  color: #5B5B5B;
  background-color: #fff;
  border: 1px solid #ECEAEB;
}
.btn-default:hover {
  border: 1px solid #ECEAEB;
  background-color: #ECEAEB;
}

.btn-black {
  color: #fff;
  border: 1px solid #333;
  background-color: #333;
}
.btn-black:hover {
  color: #fff;
  background-color: #444;
}

.btn-border {
  color: #5B5B5B;
  background-color: #fff;
  border: 1px solid #ECEAEB;
}
.btn-border:hover {
  background-color: #ECEAEB;
}

/* ------------------------------------- */
/*  content box: 商品リストのスタイル
/*		- ui-box
/*		- ui-side > ui-box
/*		- @block: recommend
/*		- @plugin: plg_ranking, plg_newProduct
/* ------------------------------------- */
.ui-box {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ui-box {
    font-size: 12px;
  }
}
.ui-box .box-image {
  margin-bottom: 10px;
}
.ui-box .box-title {
  margin-bottom: 5px;
}
.ui-box .box-title .title {
  color: #333333;
  font-size: 13px;
}
.ui-box .box-title .title a {
  color: #333333;
}
.ui-box .box-title .title a:hover {
  color: #D02C2A;
}
.ui-box .description,
.ui-box ul, .ui-box p {
  margin-bottom: 5px;
}
.ui-box .rank_num {
  padding: 2px 4px;
  margin-right: 5px;
  border: 1px solid #ECEAEB;
  color: #5B5B5B;
  font-size: 10px;
}
.ui-box .item-price {
  color: #5B5B5B;
  font-weight: bold;
}
.ui-box .item-price del {
  color: #777777;
  font-weight: normal;
}
.ui-box .item-price .price {
  color: #5B5B5B;
}
@media (min-width: 768px) {
  .ui-box .col-left-fit {
    padding-right: 0;
  }
  .ui-box .col-left-sm {
    padding-right: 10px;
  }
  .ui-box .col-left-lg {
    padding-right: 30px;
  }
}

.ui-side .ui-box {
  text-align: left;
}

@media (max-width: 767px) {
  .ui-box .status-icon img {
    width: 50px;
    margin-bottom: 3px;
  }
}

/* ------------------------------------- */
/*  list: リストコンテンツのスタイル
/*		- ui-list
/*		- list-category
/*		- @block: news, category
/*		- @plugin: 
/* ------------------------------------- */
.ui-list .date {
  font-size: 12px;
}
.ui-list.list-news .list-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEAEB;
text-align:left;
}
@media screen and (max-width:767px){
.ui-list.list-news .list-body {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
}

.ui-list.list-scroll {
  overflow-y: scroll;
  max-height: 300px;
  padding: 5px 15px;
  border: 1px solid #ECEAEB;
}

/**
 *	list-category
 */
.ui-list.list-category {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.ui-list.list-category li {
  padding: 5px 0;
}
.ui-list.list-category a {
  font-size: 14px;
  font-weight: bold;
}
.ui-list.list-category ul {
  list-style: disc;
  padding-left: 15px;
}

/* ------------------------------------- */
/*  form: フォームのスタイル
/*		- ui-form 	
/*		- @block: search_products, login
/*		- @plugin: 
/* ------------------------------------- */
.ui-form .formlist dt {
  color: #5B5B5B;
  font-size: 12px;
}

/* ------------------------------------- */
/*  table: tableのスタイル
/*		- ui-table
/*		- @block: calendar
/*		- @plugin: 
/*		- @page: contact, cart
/* ------------------------------------- */
.ui-table {
  border: none !important;
}
.ui-table tr th {
  border: none !important;
  color: #5B5B5B;
  background-color: #f4f4f4;
}
.ui-table tr td {
  border: none !important;
}
.ui-table tr td select {
  margin-bottom: 10px;
  max-width: 190px;
}
.ui-table tr td input {
  padding: 2px 6px;
}

/**
 *	carendar
 */
.ui-side .ui-table caption {
  text-align: center;
}
@media (min-width: 768px) {
  .ui-side .ui-table > thead > tr > th {
    padding: 3px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .ui-side .ui-table > thead > tr > th {
    padding: 6px;
  }
}
.ui-side .ui-table > tbody > tr > td {
  border: none;
}
.ui-side .ui-table > tbody > tr > td.off {
  background-color: #FFCFCF;
}
@media (min-width: 768px) {
  .ui-side .ui-table > tbody > tr > td {
    padding: 3px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .ui-side .ui-table > tbody > tr > td {
    padding: 6px;
  }
}

/* ------------------------------------- */
/*  nav: ナビゲーションのスタイル
/*		- ui-nav
/*		- @block: 
/*		- @plugin: plg_Tetra_PulldownNav
/* ------------------------------------- */
.ui-nav {
  min-height: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #ECEAEB;
  border-bottom: 1px solid #ECEAEB;
  background-color: #fff;
}
.ui-nav .navbar-brand {
  color: #5B5B5B;
  font-size: 14px;
  font-weight: normal;
}
.ui-nav .navbar-toggle {
  border: none;
}
.ui-nav .navbar-toggle:hover, .ui-nav .navbar-toggle:active, .ui-nav .navbar-toggle:focus {
  background-color: transparent;
}
.ui-nav .navbar-toggle .icon-bar {
  background-color: #5B5B5B;
}
@media (min-width: 768px) {
  .ui-nav .nav > li {
    margin: 0 1px;
    color: #ECEAEB;
    background-color: #fff;
  }
  .ui-nav .nav > li:hover, .ui-nav .nav > li:focus {
    color: #5B5B5B;
  }
  .ui-nav .nav > li.active > a {
    color: #5B5B5B;
    font-weight: normal;
    background-color: #ECEAEB;
  }
  .ui-nav .nav > li > a {
    padding: 15px 20px;
    color: #5B5B5B;
  }
  .ui-nav .nav > li > a:hover, .ui-nav .nav > li > a:focus {
    color: #5B5B5B;
    background-color: #ECEAEB;
  }
  .ui-nav .nav .dropdown-menu > li > a:hover {
    background-color: #ECEAEB;
  }
}

/**
 *	hover-open
 */
@media (min-width: 768px) {
  .ui-nav.open-hover .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

/**
 *	submenu
 */
.ui-nav .dropdown-submenu {
  position: relative;
}
.ui-nav .dropdown-submenu > .dropdown-menu {
  top: 0 !important;
  left: 101%;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.ui-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.ui-nav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.ui-nav .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.ui-nav .dropdown-submenu.pull-left {
  float: none;
}
.ui-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* ------------------------------------- */
/*  slider: スライダーのスタイル
/*    - ui-slider
/*    - @block: 
/*    - @plugin: plg_Tetra_slider_area
/* ------------------------------------- */
.ui-slider .carousel-indicators li {
  border: 1px solid #ECEAEB;
}
.ui-slider .carousel-indicators li.active {
  background-color: #ECEAEB;
}
.ui-slider .carousel-inner .item {
  text-align: center;
}
.ui-slider .carousel-inner .item img {
  display: inline-block;
}
.ui-slider .carousel-control {
  opacity: 1;
  width: 8%;
  text-shadow: none;
}
.ui-slider .carousel-control .glyphicon {
  opacity: .3;
}
.ui-slider .carousel-control:hover {
  color: #ECEAEB;
  background-color: transparent;
}
.ui-slider .carousel-control:hover .glyphicon {
  opacity: 1;
}
.ui-slider .carousel-control.left {
  filter: none;
  background-image: none;
}
.ui-slider .carousel-control.right {
  filter: none;
  right: 0;
  background-image: none;
}

/* ------------------------------------- */
/*  shoppingu guide: ガイドのスタイル
/*    - shopping_guide
/*    - @block: 
/*    - @plugin: plg_Tetra_FotterGuide_area 
/* ------------------------------------- */
#shopping_guide {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #ECEAEB;
  font-size: 12px;
}
#shopping_guide .footer_title {
  padding-bottom: 5px;
  padding-left: 20px;
  margin: -10px -20px 0 -20px;
  border-bottom: 1px solid #ECEAEB;
  color: #5B5B5B;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
#shopping_guide .footer_title span {
  font-size: 10px;
}
#shopping_guide .guide_title {
  padding: 6px 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #ECEAEB;
}
#shopping_guide .guide_body ul li {
  margin-bottom: 5px;
}
#shopping_guide .guide_body img {
  max-width: 100%;
  max-height: 100%;
}

/* ------------------------------------- */
/*   Cart: カートページのスタイル
/* ------------------------------------- */
#undercolumn_cart .point_announce {
  margin-bottom: 20px;
}
#undercolumn_cart .point_announce .price {
  color: #f00;
  font-weight: bold;
  padding: 0 5px;
}
#undercolumn_cart .totalmoney_area {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #undercolumn_cart .form_area table #quantity_level li {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#undercolumn_cart .form_area table #quantity_level li a i {
  font-size: 18px;
}

/* ------------------------------------- */
/*  products: 商品ページのスタイル
/*    - page-navi
/*    - product-list
/*    - product-detail
/* ------------------------------------- */
/**
 *	page-navi
 */
#undercolumn #page_navi_top,
#undercolumn #page_navi_bottom {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #undercolumn #page_navi_top,
  #undercolumn #page_navi_bottom {
    margin-top: 20px;
  }
}
#undercolumn #page_navi_top .item_num,
#undercolumn #page_navi_bottom .item_num {
  margin-bottom: 15px;
  color: #5B5B5B;
  font-weight: bold;
}
#undercolumn #page_navi_top .change,
#undercolumn #page_navi_bottom .change {
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ECEAEB;
}
@media (max-width: 767px) {
  #undercolumn #page_navi_top .change,
  #undercolumn #page_navi_bottom .change {
    text-align: center;
  }
}
#undercolumn #page_navi_top .change a,
#undercolumn #page_navi_bottom .change a {
  margin-right: 5px;
  padding: 6px 12px;
  border-radius: 2px;
  border: 1px solid #ECEAEB;
  font-size: 12px;
}
#undercolumn #page_navi_top .change a:hover,
#undercolumn #page_navi_bottom .change a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #5B5B5B;
  background-color: #5B5B5B;
}
#undercolumn #page_navi_top .change select,
#undercolumn #page_navi_bottom .change select {
  width: 80px;
  height: 30px;
  border: 1px solid #ECEAEB;
  background-color: #fff;
}
@media (max-width: 767px) {
  #undercolumn #page_navi_top .change select,
  #undercolumn #page_navi_bottom .change select {
    width: 100%;
    margin-top: 20px;
  }
}
#undercolumn #page_navi_top .navi,
#undercolumn #page_navi_bottom .navi {
  text-align: center;
  color: #5B5B5B;
}
#undercolumn #page_navi_top .navi a,
#undercolumn #page_navi_bottom .navi a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 2px;
  border: 1px solid #ECEAEB;
  font-size: 12px;
}
#undercolumn #page_navi_top .navi a:hover,
#undercolumn #page_navi_bottom .navi a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #5B5B5B;
  background-color: #5B5B5B;
}

/**
 *	product-list
 */
.list-products {
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ECEAEB;
}
.list-products:last-child {
  border: none;
}
.list-products .status_icon li {
  padding-right: 0;
}
.list-products .product-title {
  margin-top: 10px;
  margin-bottom: 30px;
}
.list-products .product-title .title {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #5B5B5B;
  font-size: 24px;
}
.list-products .normal_price,
.list-products .sale_price {
  margin-bottom: 15px;
  color: #5B5B5B;
  font-weight: bold;
text-align:center;
}
.list-products .normal_price .price,
.list-products .sale_price .price {
  font-size: 18px;
}
.list-products .listcomment {
  margin-bottom: 15px;
}
.list-products .cart_area {
  padding-top: 15px;
  border-top: 2px solid #ECEAEB;
}
@media (min-width: 768px) {
  .list-products .cart_area select {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .list-products .cart_area input[type="text"] {
    width: 100px;
    margin-left: 6px;
  }
}
.list-products .cart_area dl {
  margin-bottom: 0;
}
.list-products .cart_area dl:last-child {
  margin-bottom: 15px;
}
.list-products .cart_area dl dt {
  display: inline-block;
  width: auto;
  color: #333333;
}
.list-products .cart_area dl dd {
  display: inline-block;
}
.list-products .cart_area .quantity {
  margin-bottom: 15px;
  margin-right: 15px;
}
.list-products .cart_area .cartin_btn .btn {
  width: 150px;
}
@media (max-width: 767px) {
  .list-products .cart_area .cartin_btn .btn {
    width: 100%;
    padding: 8px 12px;
  }
}
.list-products .description {
  margin-bottom: 15px;
}
.list-products .detail_btn .btn {
  margin-bottom: 15px;
}

/**
 *	product-detail
 */
#detailarea #detailphotobloc {
  margin-bottom: 20px;
}
#detailarea #detailphotobloc img {
  margin-bottom: 5px;
}
#detailarea #detailrightbloc .status_icon li {
  padding-right: 0;
}
#detailarea #detailrightbloc .product-title {
  margin-bottom: 30px;
}
#detailarea #detailrightbloc .product-title .title {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #5B5B5B;
  font-size: 24px;
}
#detailarea #detailrightbloc .dl-horizontal {
  margin-bottom: 5px;
}
#detailarea #detailrightbloc .dl-horizontal dt {
  display: inline-block;
  width: 100px;
  color: #5B5B5B;
  font-size: 12px;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .dl-horizontal dt {
    width: 100px;
  }
}
#detailarea #detailrightbloc .dl-horizontal dd {
  display: inline-block;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .dl-horizontal dd {
    margin-left: 0;
  }
}
#detailarea #detailrightbloc .price-area,
#detailarea #detailrightbloc .spec-area,
#detailarea #detailrightbloc .main_comment {
  margin-bottom: 15px;
}
#detailarea #detailrightbloc .normal_price .price,
#detailarea #detailrightbloc .sale_price .price {
  color: #5B5B5B;
  font-size: 18px;
  font-weight: bold;
}
#detailarea #detailrightbloc .cart_area {
  padding-top: 15px;
  border-top: 2px solid #ECEAEB;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .cart_area select {
    width: 130px;
  }
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .cart_area input[type="text"] {
    width: 100px;
    margin-left: 6px;
  }
}
#detailarea #detailrightbloc .cart_area .quantity {
  margin-bottom: 15px;
}
#detailarea #detailrightbloc .cart_area .quantity dt {
  display: inline-block;
  width: auto;
  color: #333333;
}
#detailarea #detailrightbloc .cart_area .quantity dd {
  display: inline-block;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .cart_area .quantity dd {
    margin-left: 20px;
  }
}
#detailarea #detailrightbloc .cart_area .cartin_btn {
  margin-bottom: 15px;
}
#detailarea #detailrightbloc .cart_area .cartin_btn .btn {
  width: 250px;
}
@media (max-width: 767px) {
  #detailarea #detailrightbloc .cart_area .cartin_btn .btn {
    width: 100%;
    padding: 8px 12px;
  }
}

#subcomment_area {
  margin-bottom: 60px;
}
#subcomment_area .sub_area {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ECEAEB;
}
#subcomment_area .sub-title {
  margin-bottom: 15px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 16px;
}
#subcomment_area .mini {
  display: inline-block;
  margin-top: 5px;
}

#customervoice_area {
  margin-bottom: 40px;
}
#customervoice_area .review_bloc {
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEAEB;
}
#customervoice_area .review_bloc p {
  display: inline-block;
  margin: 0;
  font-size: 12px;
}
#customervoice_area .review_bloc .review_btn {
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  #customervoice_area .review_bloc .review_btn {
    display: block;
    float: none;
    margin-top: 10px;
  }
}
#customervoice_area .review_bloc .review_btn a {
  padding: 4px 8px;
  font-size: 12px;
}
#customervoice_area .review_bloc .review_btn a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #customervoice_area .review_bloc .review_btn a {
    width: 100%;
    font-size: 14px;
  }
}
#customervoice_area ul {
  list-style: none;
  padding: 15px;
  font-size: 12px;
}
#customervoice_area ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#customervoice_area ul li .recommend_level {
  color: #ffbd30;
}

@media (max-width: 767px) {
  #cboxOverlay {
    max-width: 100% !important;
  }

  #colorbox,
  #cboxWrapper,
  #cboxContent {
    max-width: 100% !important;
    background-color: transparent;
  }

  #cboxLoadedContent {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }

  .cboxPhoto {
    max-width: 100% !important;
    height: auto !important;
    border: 1px solid #333;
  }
}
/* ------------------------------------- */
/*  mypage: マイページのスタイル
/*    - mynavi_area
/* ------------------------------------- */
/**
 *  index
 */
@media (max-width: 767px) {
  #mynavi_area .mynavi_list li {
    display: block;
  }
  #mynavi_area .mynavi_list li a {
    display: block;
    padding: 8px 10px;
    border: 1px solid #ECEAEB;
    border-bottom: none;
    background-color: #f4f4f4;
  }
  #mynavi_area .mynavi_list li:last-child a {
    border-bottom: 1px solid #ECEAEB;
  }
}

/* ------------------------------------- */
/*  shopping: 購入ページのスタイル
/*    - shopping
/*    - login
/*    - customer
/* ------------------------------------- */
/**
 *  shopping
 */
#undercolumn_shopping .shopping-flow {
  padding-left: 0;
  margin-bottom: 30px;
}
#undercolumn_shopping .shopping-flow li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 25%;
  height: 45px;
  margin-left: -4px;
  color: #5B5B5B;
  line-height: 45px;
  background-color: #ECEAEB;
}
#undercolumn_shopping .shopping-flow li.current {
  color: #fff;
  background-color: #5B5B5B;
}
#undercolumn_shopping .shopping-flow li.row2 {
  line-height: 14px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #undercolumn_shopping .shopping-flow li {
    width: 100%;
  }
}
#undercolumn_shopping .pay_area,
#undercolumn_shopping .pay_area02,
#undercolumn_shopping .point_area {
  margin-bottom: 40px;
}
#undercolumn_shopping .delivdate select {
  display: inline-block;
  width: 150px;
}
#undercolumn_shopping .radio-button li {
  margin-bottom: 15px;
}
#undercolumn_shopping .radio-button li input {
  margin-right: 5px;
}
#undercolumn_shopping .btn_area {
  text-align: center;
}
#undercolumn_shopping textarea {
  width: 100%;
}

/**
 *  login
 */
#undercolumn_login .login_area {
  margin-top: 40px;
}
#undercolumn_login .login_area .inputbox {
  margin: 30px 0;
}
#undercolumn_login .login_area .inputbox .btn_area {
  text-align: center;
}
#undercolumn_login .login_area .inputbox .btn_area ul {
  margin-bottom: 0;
}

/**
 *  customer
 */
#undercolumn_customer .shopping-flow {
  padding-left: 0;
}
#undercolumn_customer .shopping-flow li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 25%;
  height: 45px;
  margin-left: -4px;
  color: #5B5B5B;
  line-height: 45px;
  background-color: #ECEAEB;
}
#undercolumn_customer .shopping-flow li.current {
  color: #fff;
  background-color: #5B5B5B;
}
#undercolumn_customer .shopping-flow li.row2 {
  line-height: 14px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #undercolumn_customer .shopping-flow li {
    width: 100%;
  }
}
#undercolumn_customer form table select {
  margin: 5px 0;
}
#undercolumn_customer form table select[name="order_year"],
#undercolumn_customer form table select[name="order_month"],
#undercolumn_customer form table select[name="order_day"] {
  width: 60px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #undercolumn_customer form table select[name="order_year"],
  #undercolumn_customer form table select[name="order_month"],
  #undercolumn_customer form table select[name="order_day"] {
    width: 110px;
  }
}
#undercolumn_customer form table td select {
  width: 130px;
}
#undercolumn_customer .btn_area {
  text-align: center;
}

/* ------------------------------------- */
/*  windowcolumn: ポップアップページのスタイル
/* ------------------------------------- */
#windowcolumn #forgot {
  padding: 10px;
}
#windowcolumn #forgot .name {
  margin-left: 49px;
}
@media (max-width: 767px) {
  #windowcolumn #forgot .name {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #windowcolumn table {
    widows: 300px;
  }
  #windowcolumn table textarea {
    width: 200px;
  }
}










/************************************************
20191021
************************************************ */

body{
    background:#fff;
padding: 130px 0 0 0;
}

#header {
    margin: auto;
    width: 1200px;
}
@media screen and (max-width:1240px){
#header {
    width: auto;
}
}



a:link, a:visited {
    color: #000;
    text-decoration: none;
}

a:link:hover, a[href]:hover {

color: #b21526;
    text-decoration: underline;
}

.photo_area{
padding:20px;
border: 1px solid #e0e0e0;
background:#fff;
}

.photo_area_thums {
display: flex;
    margin: 0 0 20px;
    justify-content: center;
}



.photo_area_thum {
    width:20%;
    margin:0 5px 0;
}
.photo_area_thum:last-child{
   
}
.photo_area_thum img {
    display:block;
    width:100%;
    object-fit :cover;
    height:45px;
    cursor:pointer;
}
.photo_area_thum img:hover{
   opacity: 0.8;
   transition:0.15s;
}
main_nav__link:hover > sub{
display:block;
}

.photo_area_main {

    margin:0 0 10px;
    background:#eee;
}
.photo_area_main img {
    width:100%
}

#container {
    margin-top: 40px;
    position: relative;
    background:#fff;
}
@media screen and (max-width: 767px){
#container {
    margin-top: 0;
}
}
.detail__side {
    position: absolute;
    width: 408px;
    right: 0;
z-index:50;
}
@media screen and (max-width:1240px){
.detail__side {
    position: absolute;
    width: 34%;
    right: 0;
z-index:50;
}

}
@media screen and (max-width:767px){
.detail__side {
    position: relative;
    width: 100%;
    right: auto;
z-index:50;
margin:0 0 30px;
}

}

#main_column.colnum2 {
    width: 48%;
    margin: 0 290px 0 0;
}

.detail__side .main_comment{
    display:none;
}

.detail__side .cartin {
    margin: 10px 0;
}

#main_column.colnum2 div.subtext {
    margin-bottom: 20px;
    float: none;
    width: auto;
}

#header_wrap{
background: #fff;
    border-top: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}


nav.main_nav {
    width: 1200px;
    margin: 10px auto;
}
@media screen and (max-width:1240px){
nav.main_nav {
    width: auto;
    margin: 10px auto;
}
}
@media screen and (max-width:767px){
nav.main_nav {
position: fixed;
    width: 100%;
    height: 100vh;
background: rgba(255,255,255,0.97);
display:block;
margin: 0;
right: -100%;
transition: 0.5s;
}
.openNav .main_nav{
display:block;
right: 0;
    transition: 0.5s;
overflow-y: scroll;
padding:0 0 150px 0;
}
}

.main_nav__lists{
display:flex;
justify-content: space-between;
position:relative;
padding:0;
border-left: 1px solid #959595;
    border-right: 1px solid #959595;
}
@media screen and (max-width:767px){
.main_nav__lists{
display: block;
    border-top: 1px solid #ddd;
border-left: none;
    border-right: none;
}
}

.main_nav__list {
    border-right: 1px solid #959595;
    width: 100%;
list-style:none;
}
@media screen and (max-width:767px){
.main_nav__list {
border-right: none;
    border-bottom: 1px solid #ddd;
padding: 0;
}
}


.sub{
display:flex;
background:#fff7ec;
display:none;
position:absolute;
top:37px;
left:0;
z-index:100;
width:100%;
padding:30px 25px;
}
@media screen and (max-width:767px){
.sub{
display:block;
position: relative;
    top: auto;
    left: auto;
padding:0px;
margin:5px 0 0 0;
}

.main_nav__list .sub{
display:block;
}

}

.sub__img{
display:flex;
align-items: flex-start;
width:58%;
}

.sub__img img {
    margin: 0 25px 0 0;
width:29% !important;
}
@media screen and (max-width:1000px){
.sub__img img {
    margin: 0 10px 0 0;
}
}
@media screen and (max-width:767px){
.sub__img {
    display:none;
}
}


.sub__img a{
width:29%;
display:block;
margin:0 25px 0 0;
}
@media screen and (max-width:1000px){
.sub__img a{
    margin: 0 10px 0 0;
}
}
.sub__img a img{
width:100% !important;
}



.sub__sentence {
    display: flex;
    flex-wrap: wrap;
width:42%;
}
@media screen and (max-width:767px){
.sub__sentence {
width:100%;
display:none;
padding: 0 0 0 20px;
}

}


.sub__sentence_link {
color:#000;
font-size:16px;
}
.sub__sentence div{
    width: 50%;
    padding: 0 10px;
color:#000;
text-align:left;
white-space: nowrap;
}
@media screen and (max-width:1100px){
.sub__sentence_link {
font-size:14px;
}
}
@media screen and (max-width:1000px){
.sub__sentence_link {
font-size:12px;
}
}
@media screen and (max-width:767px){
.sub__sentence_link {
font-size:15px;
}
.sub__sentence div{
    padding:15px 5px;
}
}

a.main_nav__link {
    font-size: 16px;
    color: #000;
    text-align: center;
    display: block;
padding:10px 0 ;
}
@media screen and (max-width:900px){
a.main_nav__link {
    font-size: 12px;
}
}
@media screen and (max-width:767px){
a.main_nav__link {
    font-size: 20px;
padding: 0;
font-weight:bold;
display:inline;
text-align:left;
}
}

.main_nav__list:hover .sub{
display:flex;
color: #000;
    text-decoration: none;
}
@media screen and (max-width:767px){
.main_nav__list:hover .sub{
display:block;
}
}

.main_nav__list:hover {
background:#fff7ec;
}
@media screen and (max-width:767px){
.main_nav__list:hover {
background:none;
}
}


.main_nav__list a:hover{
text-decoration:none;
}

.main_nav__list:last-child {
    border-right: none;
}

#header_utility {
    float: right;
    width: 80%;
justify-content: flex-end;
}
@media screen and (max-width:1120px){
#header_utility {
    width: 80%;
}
}
@media screen and (max-width:960px){
#header_utility {
    width: 87%;
}
}
@media screen and (max-width:767px){
#header_utility {
    width: auto;
}
}

#logo_area {
    padding-left: 10px;
    float: left;
    width: auto;
    text-align: left;
}
@media screen and (max-width:960px){
#logo_area {
    width: 90px;
padding:16px 0 0 0;
}
#logo_area a {
    display:block;
width:90px;
}
#logo_area a img {
    width:100%;
}
}
@media screen and (max-width:767px){
#logo_area {
padding:0 0 0 0;
}
#logo_area a {
width:100px;
}
}





.header__search form {
    display: flex;
}
@media screen and (max-width:767px){
.header__search form {
    width:80%;
margin:0 auto;
}
}

#header_utility{
display:flex;
padding:18px 0 0 0;
}
@media screen and (max-width:767px){
#header_utility {
    padding:0 10px 0 0;
}
}

input.head_search[type='text'] {
    border: solid 1px #ccc;
    padding: 10px;
    width: 200px;
    height: 44px;
    font-size: 14px;
}
@media screen and (max-width:1000px){
input.head_search[type='text'] {
    width: 150px;
}
}
@media screen and (max-width:900px){
input.head_search[type='text'] {
    width: 110px;
font-size: 10px;
}
}
@media screen and (max-width:767px){
input.head_search[type='text'] {
    width: 100%;
font-size: 10px;
height:34px
}
}
.search_btn {
    width: 63px;
    height: 44px;
    background: #030141;
    border: none;
    color: #fff;
    font-size: 14px;
}

.header__tel {
    font-size: 30px;
    color: #030141;
    background-image: url(../img/common/freedial.png);
    background-repeat: no-repeat;
    padding: 7px 0 0 41px;
    margin: 0 0 0 10px;
letter-spacing:0;
background-position: 0px 8px;
white-space:nowrap;
line-height:1;
}
@media screen and (max-width:1120px){
.header__tel {
    font-size: 24px;
    padding: 4px 0 0 25px;
    margin: 0 0 0 10px;
    letter-spacing: 0;
    background-size: 22px;
    background-position: 0 8px;
}
}
@media screen and (max-width:767px){
.header__tel {
display:none; 
}
}


.header__tel span {
    font-size: 12px;
    display: block;
    margin: 0px 0 0 0;
    text-align: right;
}
@media screen and (max-width:1120px){
.header__tel span {
   font-size: 10px;
    letter-spacing: 0px;
    white-space: nowrap;
}
}


a.header__link {
    width: 169px;
    height: 44px;
    display: flex;
    background-color: #d6030c;
    margin: 0 0 0 3px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:1200px){
a.header__link {
font-size:11px;
}
}
@media screen and (max-width:1120px){
a.header__link {
    width: 130px;
}
}
@media screen and (max-width:1000px){
a.header__link {
    font-size: 12px;
}
}
@media screen and (max-width:900px){
a.header__link {
    font-size: 11px;
margin: 0 0 0 2px;
}
}


a.header__link:hover{
color:#fff;
text-decoration:none;
opacity:0.8;

}

.header__link_icn00 span {
  background-image: url(../img/common/icn_pen.png);
  background-repeat: no-repeat;
  padding: 4px 0 4px 27px;
  background-size: 20px;
  background-position: 0px 1px;
}

.header__link_icn01 span {
  background-image: url(../img/common/icn_login.png);
  background-repeat: no-repeat;
  padding: 4px 0 3px 27px;
  background-size: 18px;
  background-position: 2px 3px;
}
.header__link_icn03 span {
  background-image: url(../img/common/icn_mypage.png);
  background-repeat: no-repeat;
  padding: 4px 0 3px 27px;
  background-size: 18px;
  background-position: 2px 3px;
}

.header__link.header__link_icn02 {
  width: 220px;
}

.header__link_icn02 .cart_num {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header__link_icn01 .cart_txt {
    padding: 4px 0 3px 27px;
  }

  .header__link_icn03 .cart_txt {
    padding: 4px 0 3px 27px;
  }

  .header__link_icn00 span {
    padding: 4px 0 4px 27px;
  }
}

@media screen and (max-width: 1000px) {
  .header__link_icn01 .cart_txt {
    padding: 4px 0 3px 27px;
  }
  .header__link_icn03 .cart_txt {
    padding: 4px 0 3px 27px;
  }

  .header__link_icn00 span {
    padding: 4px 0 4px 27px;
  }

  .header__link.header__link_icn02 {
    width: 150px;
  }
}

@media screen and (max-width: 900px) {
  .header__link_icn01 .cart_txt {
    padding: 4px 0 3px 27px;
  }
  .header__link_icn03 .cart_txt {
    padding: 4px 0 3px 27px;
  }

  .header__link_icn00 span {
    padding: 4px 0 4px 27px;
  }
}

@media screen and (max-width: 767px) {

  a. header__link.header__link_icn00 {
    width: 44px;
    height: 42px;
    background-image: url(../img/common/icn_pen_sp.png);
    background-repeat: no-repeat;
    padding: 4px 0 0 4px;
    background-size: 20px;
    background-position: 0px 1px;
  }

  .header__link_icn00 span {
    display: none;
  }

  .header__link.header__link_icn02 {
    width: 53px;
  }
}


.header__link_icn02 .cart_txt {
  background-image: url(../img/common/icn_cart_pc.png);
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 1200px) {
  .header__link_icn02 .cart_txt {
    padding: 3px 0 3px 30px;
  }
}

@media screen and (max-width: 1000px) {
  .header__link_icn02 .cart_txt {
    padding: 3px 0 3px 30px;
  }
}

@media screen and (max-width: 900px) {
  .header__link_icn02 .cart_txt {
    padding: 3px 0 3px 30px;
  }
}

@media screen and (max-width: 767px) {
  .header__link.header__link_icn01 {
    display: block;
    background-image: url(../img/common/login_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    width: 44px;
    height: 42px;
    margin: 4px 0 0 0;
    background-size: 34px;
  }
  .header__link.header__link_icn03 {
    display: block;
    background-image: url(../img/common/icn_mypage_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    width: 44px;
    height: 42px;
    margin: 4px 0 0 0;
    background-size: 34px;
  }

  .header__link_icn01 span {
    display: none;
  }
  .header__link_icn03 span {
    display: none;
  }

  .header__link_icn00 span {
    background-image: url(../img/common/icn_pen_sp.png);
    background-repeat: no-repeat;
    padding: 4px 0 4px 27px;
    background-size: 20px;
    background-position: 0px 1px;
    background-color: #000;
  }

}

@media screen and (max-width: 767px) {
  a.header__link {
    background-color: #fff;
    background-image: url(../img/common/icn_cart_sp.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: 29px;
    width: 65px;
    background-position: center 9px;
  }

  a.header__link.header__link_icn00 {
    background-image: url(../img/common/icn_pen_sp.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: 34px;
    width: 44px;
    height: 42px;
    background-position: 6px 4px;
    background-color: #000;
    margin: 4px 4px 0 0;
  }

  .header__link_icn02 .cart_txt {
    background-image: none;
    color: #000
  }

  .header__link_icn02 .cart_num {
    display: block;
    position: absolute;
    color: fff;
    font-size: 12px;
    font-weight: bold;
    top: 2px;
    left: 40px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #fd5657;
    text-align: center;
    line-height: 20px;
  }

  .header__link_icn02 .cart_txt {
    background-image: none;
    color: #000;
    font-size: 10px;
    transform: scale(0.8);
    white-space: nowrap;
    position: absolute;
    bottom: -2px;
    padding: 0;
  }

}


#container {
    /*width: 1200px;*/
	width: 1200px;
padding:0;
}

#main_column.colnum1 {
    margin: 0 auto 0 0;
    width: 63.333%;
}

.sub_spec {
    border: 1px solid #e0e0e0;
    padding: 30px 20px;
    margin: 30px 0 0 0;
text-align:center;
background-color:#fff;
}
@media screen and (max-width:767px){
.sub_spec {
    margin: 20px 0 0 0;
padding: 30px 20px 10px;
}
}


dl.product_code {
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin: 0 0 10px;
}

@media screen and (max-width:767px){
dl.product_code dt{
white-space: nowrap;
}
}


.item__name{
font-size:18px;
font-weight:bold;
margin:0 0 10px 0;
color: #1b1b1b;
line-height:1.3
}

.sale_price_detail {
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin: 0 0 10px;
    color: #1b1b1b;
font-weight:bold;
}

.point_detail{
   margin:0 0 10px 0;
}

.relative_cat_detail {
    display: block;
    justify-content: center;
    margin: 0 0 10px;
}

.classlist.classlist_detail ul {
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
}

.cart_area.clearfix {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}

.quantity_detail {

    text-align: left;
    margin: 15px 0 0 0;
}

.quantity_detail dt {
    font-size: 18px;
    margin: 0 0 5px;
}

.quantity_detail input {
    width: 130px;
    height: 30px;
    font-size: 18px;
    padding: 6px;
    margin: 0 0 10px;
}

a.cart_detail{
width: 100%;
    height: 70px;
    display: flex;
    background-color: #d6030c;
    margin: 0 ;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:900px){
a.cart_detail{
    font-size: 14px;
}
}

a.cart_detail span {
    background-image: url(../img/common/icn_cart_pc.png);
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
   color:#fff;
}

a.cart_detail:hover{
   opacity:0.8;
text-decoration:none;
}

.footer{
padding:50px 20px 0;
}
@media screen and (max-width:767px){
.footer{
padding:30px 20px 0;
}
}



.footer__catalog{
            width: 1200px;
            margin: 0 auto 35px;
            display: flex;
            justify-content: space-between;
            background: #fff5e6;
            padding: 20px 25px;
        }
@media screen and (max-width:1190px){
.footer__catalog{
            width: auto;
padding: 20px 20px;
        }
}
@media screen and (max-width:767px){
.footer__catalog{
            width: auto;
padding: 20px 10px;
display:block;
margin: 0 -20px 30px;
        }
}
        .footer__catalog_img{
            width: 40%;
        }
.footer__catalog_img img{
width:100%;
}
@media screen and (max-width:767px){
        .footer__catalog_img{
            width: 80%;
margin:0 auto;
        }
}

        .footer__catalog_sentence{
            width: 58%;
            text-align: center;
            padding: 20px 30px 0 ;
        }
@media screen and (max-width:1190px){
 .footer__catalog_sentence{
            padding: 20px 0 0 30px ;
        }
}
@media screen and (max-width:767px){
 .footer__catalog_sentence{
padding: 10px 0 0 0;
    width: 100%;
        }
}
        .footer__catalog_text01{
            font-size: 20px;
            font-weight: bold;
            margin: 0 0 15px;
        }
@media screen and (max-width:1200px){
        .footer__catalog_text01{
            font-size: 16px;
            font-weight: bold;
            margin: 0 0 15px;
        }
}

@media screen and (max-width:767px){
        .footer__catalog_text01{
            font-size: 11px;
            font-weight: bold;
            margin: 0 0 10px;
        }
}

        .footer__catalog_text02{
font-size: 44px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px;
    position: relative;
    padding: 0 46px 0 0;
        }
.footer__catalog_text02:after{
    content: "";
    background-image: url(../img/common/icn_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0;
    position: absolute;
    top: -38px;
    right: -26px;
    width: 76px;
    height: 100px;
}
@media screen and (max-width:1190px){
        .footer__catalog_text02{
font-size: 40px;
text-align:left;
padding: 0 70px 0 0;
        }
.footer__catalog_text02:after{
right:0;
}

}
@media screen and (max-width:1000px){
.footer__catalog_text02:after{
right:0;
top:0;
width:60px;
}
}

@media screen and (max-width:767px){
.footer__catalog_text02 {
font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px;
    text-align: center;
    padding: 0 41px 0 0;
}
.footer__catalog_text02:after{
right: 0;
    top: -18px;
    width: 38px;
}
}

        .footer__catalog_text03{
text-align: left;
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    padding: 0 6px 10px;
        }
@media screen and (max-width:767px){
        .footer__catalog_text03{
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 10px;
padding:0;
        }
}

        a.footer__catalog_btn{
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 20px;
            text-decoration: none;
            height: 57px;
            border: 1px solid #0e1353;
            background-color: #fff;
            border-radius: 8px;
        }
@media screen and (max-width:767px){
a.footer__catalog_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    height: 40px;
    border: 1px solid #0e1353;
    background-color: #fff;
    border-radius: 8px;
}
}

        a.footer__catalog_btn span{
            font-weight: bold;
            font-size: 20px;
            color: #0e1353;
            background-image: url(../img/common/icn_arrow.png);
            background-repeat: no-repeat;
            background-position: 99% center;
            padding:0 55px 0 0;
        }
@media screen and (max-width:767px){
a.footer__catalog_btn span {
    font-weight: bold;
    font-size: 14px;
    color: #0e1353;
    background-image: url(../img/common/icn_arrow.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    padding: 3px 30px 3px 0;
    background-size: 22px;
}
}

        .footer__bnrs{
            width: 1200px;
            margin: 0 auto 70px;
            display: flex;
            justify-content: center;
        }
@media screen and (max-width:1240px){
        .footer__bnrs{
            width: auto;
            margin: 0 auto 70px;
            display: flex;
            
        }
}
@media screen and (max-width:767px){
        .footer__bnrs{
            width: auto;
            margin: 0 auto 30px;
            display: block;
            
        }
}
        .footer__bnrs_link{
            display: block;
width:49%;
        }
.footer__bnrs_link img{
width:95%;
}
@media screen and (max-width:767px){
        .footer__bnrs_link{
            display: block;
            width:80%;
margin:0 auto 10px;
        }
}

        .footer__bnrs_link:hover{
            opacity: 0.8;
        }
        .footer__links{
            background: rgba(0,0,0,0.8);
            margin:0 -20px;
padding:0 20px;
        }
        .footer__links_inner{
            width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 65px 0 35px;
            background-image: url(../img/common/footer_back.png);
            background-repeat: no-repeat;
        }
@media screen and (max-width:1240px){
        .footer__links_inner{
            width: auto;
        }
}
@media screen and (max-width:767px){
        .footer__links_inner{
width: 95%;
    padding: 20px 0 0;
    margin: 0 auto;
        }
}
        a.footer__links_link{
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            border:3px solid #fff;
            height: 58px;
            width: 23%;
            margin: 0 0 30px;
        } 
@media screen and (max-width:767px){
a.footer__links_link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border: 3px solid #fff;
    height: 48px;
    width: 47%;
    margin: 0 0 30px;
}
}

a.footer__links_link:hover{
color:#fff;
text-decoration: none;
opacity:0.8;
}
@media screen and (max-width:767px){

}

        .footer__contact{
            padding: 60px 20px 50px;
            text-align: center;
            width: 1200px;
            margin: 0 auto;
        }
@media screen and (max-width:1240px){
        .footer__contact{
            width: auto;
        }
}
@media screen and (max-width:767px){
.footer__contact {
    width: auto;
    padding: 20px 10px;
}
}
        .footer__contact_title{
            font-size: 20px;
            color: #0e1353;
            margin: 0 0 40px;
            font-weight: bold;
        }
@media screen and (max-width:767px){
.footer__contact_title {
    font-size: 14px;
    color: #0e1353;
    margin: 0 0 20px;
    font-weight: bold;
}
}

        .footer__contact_l{
display: flex;
    justify-content: space-between;
    margin: 0 auto 50px;
    width: 860px;
        }
        .footer__contact_l dl{
            margin: 0 ;
        }
        .footer__contact_l dt{
            background: #0e1353;
            color: #fff;
            font-weight: bold;
            font-size: 20px;
            padding: 12px 20px;
            margin: 0 0 15px 0;
white-space: nowrap;
display: inline-block;
        }
        .footer__contact_l dd{
            font-size: 45px;
            margin: -3px 0 0 0;
            line-height: 1;
            text-align: center;
color:#030141;
white-space: nowrap;
        }
        .footer__contact_l dd span{
            display: block;
            font-size: 16px;
            margin: 5px 0 0 ;
            font-weight: normal;
line-height: 1.3;
        }
@media screen and (max-width:1100px){
        .footer__contact_l{
display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
        }
.footer__contact_l dl{
margin:0 0 20px;
width:58%;
        }
}
@media screen and (max-width:900px){
.footer__contact_l{
width:auto;
}
}

@media screen and (max-width:767px){
.footer__contact_l {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 10px;
}
.footer__contact_l dl {
    margin: 0 0 20px;
width:auto;
width:290px;
}
.footer__contact_l dt {
    background: #0e1353;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 10px;
    margin: 0 0 10px 0;
    white-space: nowrap;
}
.footer__contact_l dd {
    font-size: 36px;
    margin: 0 0 0 0;
    line-height: 1;
    text-align: center;
    color: #030141;
    white-space: normal;
    font-weight: normal;
}
.footer__contact_l dd span {
    display: block;
    font-size: 10px;
    margin: 2px 0 0;
    font-weight: normal;
line-height:1.2;
}

.footer__contact_l a[href^="tel:"]{
color:#0e1353;
}

}

        .footer__contact_text01{
            font-size: 20px;
            color: #0e1353;
            margin: 0 0 10px;
        }
        a.footer__contact_btn{
            background: #0e1353;
            color: #fff;
            width: 497px;
            height: 72px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            text-decoration: none
        }
@media screen and (max-width:767px){
.footer__contact_text01 {
    font-size: 16px;
    color: #0e1353;
    margin: 0 0 10px;
}
a.footer__contact_btn {
    width: auto;
    height: 50px;
    width: 80%;
margin:0 auto;
}
}

        a.footer__contact_btn:hover{
            opacity: 0.8;
text-decoration:none;
        }
        a.footer__contact_btn span{
            color:#fff;
            font-size: 20px;
            text-decoration: none;
            position: relative;
        }
        a.footer__contact_btn:hover span{
            color:#fff;
            text-decoration: none;
            
        }
        a.footer__contact_btn span:after{
            content: ">";
        display: block;
        position: absolute;
        top: -2px;
        right: -36px;
        width: 12px;
        height: 16px;
        margin: auto;
        }
        .footer__logo{
            background: #e60012;
            text-align: center;
            padding: 13px 40px 7px;
margin:0 -20px;
        }
        .footer__copy{
            background: #0e1353;
            padding: 10px 0 80px;
margin:0 -20px;
        }
        .footer__copy_lists{
            display: flex;
            justify-content: center;
            margin: 0 0 5px;
        }
        .footer__copy_list{
            margin: 0 5px;
        }
        a.footer__copy_link{
            color:#fff;
            text-decoration: none;
            font-size: 14px;
            margin: 0;
        }
@media screen and (max-width:767px){
.footer__logo img {
    width: 100%;
}
.footer__copy{
            padding: 10px 0 130px;
        }
}

@media screen and (max-width:500px){
        .footer__copy{
            padding: 10px 0 80px;
        }
}


@media screen and (max-width:767px){
.footer__copy_lists {
    display: flex;
    justify-content: center;
    margin: 0 0 5px;
    padding: 0;
}
.footer__copy_list {
    margin: 0 5px;
    list-style: none;
    padding: 0;
    margin: 0 5px;
}
        a.footer__copy_link{
            color:#fff;
            text-decoration: none;
            font-size: 10px;
            margin: 0;
        }
        a.footer__contact_btn span{
            font-size: 14px;
        }
}


a.footer__copy_link:hover{
 color:#fff;
}
        .footer__copy_text01{
            color:#fff;
            font-size: 10px;
            text-align: center;
            margin: 0;
        }


#main_column .sub_area h3, #undercolumn_login .login_area h3, #undercolumn_shopping h3, #mypagecolumn h3, #undercolumn_cart h3 {

    background: none;

}

#main_column.colnum1 div.subtext {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
}


#main_column.colnum1 {
    margin: 0 auto 0 0;

}

.LC_Page_Products_List h2.title {
    margin-bottom: 70px;
    padding: 30px 0 0 0;
    border-top: none;
    color: #000;
    background: none;
    background-color: #fff;
    font-size: 32px;
    text-align: center;
position:relative;
}
@media screen and (max-width:767px){
.LC_Page_Products_List h2.title {
    margin-bottom: 30px;
    font-size: 22px;
}
}

.LC_Page_Products_List h2.title:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 90px;
    height: 2px;
    margin: auto;
    background: #000;
}
@media screen and (max-width:767px){
.LC_Page_Products_List h2.title:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 70px;
    height: 2px;
    margin: auto;
    background: #000;
}
}


.LC_Page_Products_List #main_column.colnum1{
width:100%;
}

.LC_Page_Products_List span.attention {
    color: #000;
    font-size: 32px;
    margin: 0 0 -30px 0;
}
@media screen and (max-width:767px){
.LC_Page_Products_List span.attention {
    color: #000;
    font-size: 24px;
    margin: 0 0 0 0;
}
}

.lists__itemNum{
margin: 0 0 -37px 0;
    font-size: 18px;
}

.LC_Page_Products_List .change a{
color:#31a3d2;
}

.LC_Page_Products_List .pagenumber_area {
    padding-bottom: 10px;
   background:none;
    border-bottom: 1px solid #d2d2d2;
}

.LC_Page_Products_List .goods__lists div.listphoto{
float:none;
}

.LC_Page_Products_List #main_column.colnum1 div.listrightbloc{
float:none;
width:100%;
}

.LC_Page_Products_List div.listrightbloc .cart_area{
display:none;
}

.LC_Page_Products_List  .goods__lists{
display:flex;
jus
}

.LC_Page_Products_List .goods__lists {
    display: flex;
    justify-content: space-between;
    width: 100%;
flex-wrap: wrap;
}

.LC_Page_Products_List .goods__lists form {
    width: 23%;
text-align:center;
}



.LC_Page_Products_List .goods__lists form  img.picture {
    border: none;
width:100%;
margin:0 0 10px;
}

.LC_Page_Products_List .goods__lists form  .listcomment {
    display:none;
}

.LC_Page_Products_List .goods__lists form  .detail_btn {
    display:none;
}

.LC_Page_Products_List .goods__lists form div.listrightbloc h3 {
    font-weight: normal;
    font-size: 18px;
}

.LC_Page_Products_List .goods__lists form div.listrightbloc .pricebox {
    margin: 20px 0 10px 0;
}

.LC_Page_Products_List .goods__lists form .sale_price {
    color: #000;
    font-size: 18px;
}

.LC_Page_Index #container {
    /*width: auto;
margin:0;
padding:0;*/
}

.LC_Page_Index #main_column.colnum1 {
    margin: 0 auto 0 0;
    width: auto;
}

dl dt {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.nav_toggle{
display:none;
}
@media screen and (max-width:767px){
.nav_toggle{
display:block;
width: 30px;
    height: 30px;
    position: relative;
margin:0 0 0 15px;
cursor:pointer;
top:10px;
}
.nav_toggle span{
width:100%;
display:block;
position:absolute;
height:3px;
background-color:#333;
}
.nav_toggle span:nth-child(1){
}
.nav_toggle span:nth-child(2){
top:9px;
}
.nav_toggle span:nth-child(3){
top:18px;
}

.nav_toggle:after{
content: "メニュー";
    display: block;
    position: absolute;
    bottom: -6px;
    left: -6px;
    margin: auto;
    font-size: 10px;
    transform: scale(0.8);
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

}






.LC_Page_Index img{
    width: auto;
    max-width: 100%;
}

.LC_Page_Index a:hover{
    opacity: 0.8;
}

.top__slide_wrap{
    background-color: #000;
    padding: 30px 0 1px;
}
.slick-dotted.slick-slider {
    margin-bottom: 20px !important;
}
@media screen and (max-width:767px){
.top__slide_wrap{
    background-color: #000;
    padding: 0 0 1px;
}
.slick-dotted.slick-slider {
    margin-bottom: 6px !important;
}
}

.main-dots li{
    text-indent: -9999px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background:#fff;
    border-radius: 13px;
    margin: 0 3px;
}
@media screen and (max-width:767px){
.main-dots li{
    text-indent: -9999px;
    overflow: hidden;
    width: 7px;
    height: 7px;
    background:#fff;
    border-radius: 13px;
    margin: 0 4px;
}
}

.main-dots li.slick-active{
    opacity: 0.3;
}

ul.main-dots{
    display: flex !important;
    justify-content: center;
    padding: 20px 0 0 0;
}
@media screen and (max-width:767px){
ul.main-dots{
    display: flex !important;
    justify-content: center;
    padding: 8px 0 0 0;
margin:0;
}
}

.top__slide{
    margin: 0 auto;
}
.top__slide img{
    margin: 0 auto;
}
@media screen and (max-width:767px){

}

.slick-slide{
}
@media screen and (max-width:767px){

}

.top__about{
    border-top:22px solid #d6030c;
    border-bottom:22px solid #d6030c;
    padding: 80px 0 65px;
    background-image: url(../img/top/top_onr01.png),url(../img/top/top_onr02.png);
    background-repeat: no-repeat;
    background-position: top left,bottom right;
}
@media screen and (max-width:767px){
.top__about{
border-top: 8px solid #d6030c;
    border-bottom: 8px solid #d6030c;
    padding: 50px 0 20px;
    background-image: url(../img/top/top_onr01.png),url(../img/top/top_onr02.png);
    background-repeat: no-repeat;
    background-position: 0 0, right 53%;
    position: relative;
    background-size: 25%;
}
}

.top__about_inner{
    width: 1030px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:1070px){
.top__about_inner{
    width: auto;
}
}
@media screen and (max-width:767px){
.top__about_inner{
    width: auto;
display:block;
}
}

.top__about_youtube{
    width: 48.54%;
}
@media screen and (max-width:767px){
.top__about_youtube{
    width: 100%;
margin:0 0 10px;
}
}

.top__about_youtube_inner{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 89%;
    margin: 0 auto 0;
}

.top__about_youtube_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top__about_sentence{
    width: 47.57%;
}
@media screen and (max-width:767px){
.top__about_sentence{
    width: 100%;
padding:0 10px;
text-align:center;
}
}

.top__about_logo{
    margin: 0 0 20px;
}
@media screen and (max-width:767px){
.top__about_logo {
    margin: 0 0 10px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 108px;
}
}

.top__about_text01{
    font-size: 34px;
    color: #d6030c;
    font-family: "Times New Roman", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E",
    "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    line-height: 1.5;
    margin: 0 0 20px;
}
@media screen and (max-width:767px){
.top__about_text01{
    font-size: 20px;
margin: 0 0 10px;
text-align: center;
padding: 0 15px;
background-color:#fff;
display:inline-block;
}
}

.top__about_text02{
    font-size: 18px;
    line-height: 1.5;
    font-family: "Times New Roman", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E",
    "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    background-color: #fff;
    padding: 0 10px 10px 0;
}
@media screen and (max-width:767px){
.top__about_text02 {
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    padding: 0;
    width: 90%;
    margin: 0 auto;
text-align: left;
}
}

.top__chumoku{
    padding: 87px 20px 0 ;
}
@media screen and (max-width:767px){
.top__chumoku{
    padding: 30px 0 0 ;
}
}

.top__chumoku_txt01{
    display: block;
    font-size: 16px;
    text-align: center;
    color: #000;
}
@media screen and (max-width:767px){
.top__chumoku_txt01{
    display: block;
    font-size: 11px;
    text-align: center;
    color: #000;
margin:0 0 3px;
}
}

.top__ttl01{
    text-align: center;
    font-size: 32px;
    color: #000;
    position: relative;
    margin: 0 0 50px;
}
.top__ttl01:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 90px;
    height: 2px;
    margin: auto;
    background: #000;
}
@media screen and (max-width:767px){
.top__ttl01{
    font-size: 20px;
    margin: 0 0 30px;
}
.top__ttl01:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    margin: auto;
    background: #000;
}
}

.top__chumoku_l{
    width: 1160px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:1200px){
.top__chumoku_l{
    width: auto;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
}
}
@media screen and (max-width:767px){
.top__chumoku_l{
    width: auto;
    margin: 0 auto 30px;
flex-wrap:wrap;
    justify-content: space-between;
padding:0 10px;
}
}

.top__chumoku_blk{
    width: 21.55%;
    display: block;
}
@media screen and (max-width:767px){
.top__chumoku_blk{
    width: 48%;
    display: block;
margin:0 0 10px 0;
}
}

.top__chumoku_blk_img{
    margin: 0 0 10px;
}
.top__chumoku_blk_img img{
width:100%;
}
@media screen and (max-width:767px){

}

.top__chumoku_blk_sentence{
}
@media screen and (max-width:767px){

}

.top__chumoku_blk_name{
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 15px;
}
@media screen and (max-width:767px){
.top__chumoku_blk_name{
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 10px;
}
}

.top__chumoku_blk_price{
    font-size: 20px;
    text-align: right;
}
@media screen and (max-width:767px){
.top__chumoku_blk_price{
    font-size: 16px;
    text-align: right;
}
}

.top__price{
    margin: 0 0 100px;
padding:0 20px;
}
@media screen and (max-width:767px){
.top__price{
    margin: 0 0 30px;
padding:0 20px;
}
}

.top__price_l{
    width: 1000px;
    margin: 0 auto;
    display: flex;
flex-wrap:wrap;
}
.top__price_l a{
display: block;
    width: 24.15%;
    margin: 0 8px 10px 0;
}
.top__price_l a img{
width:100%;
}
.top__price_l a:nth-child(4n) {
    margin: 0 0 10px 0;
}
@media screen and (max-width:767px){
.top__price_l{
    width: auto;
}
}
@media screen and (max-width:767px){
.top__price_l{
    width: auto;
flex-wrap:wrap;
justify-content: space-between;
}

}

.top__price_l a{
    display: block;
    width: 24.15%;
}
@media screen and (max-width:767px){
.top__price_l a{
    display: block;
    width: 48%;
margin:0 0 10px;
}
}

.top__cat{
padding:0 20px;
}
@media screen and (max-width:767px){
.top__cat{
padding:0 10px;
}
}

.top__cat_l{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto 88px;
}
@media screen and (max-width:1240px){
.top__cat_l{

    width: auto;
    margin: 0 auto 88px;
}
}
@media screen and (max-width:767px){
.top__cat_l{
flex-wrap:wrap;
    width: auto;
    margin: 0 auto 30px;
}
}

.top__cat_blk{
    width: 31.25%;
    margin: 0 0 25px;
}
@media screen and (max-width:767px){
.top__cat_blk{
    width: 48%;
    margin: 0 0 10px;
}
.top__cat_blk a{
    width: 100%;
    margin: 0 0 10px;
display:block;
}
.top__cat_blk a img{
    width: 100%;
    margin: 0 0 10px;
display:block;
}
}

.top__rank{
padding:0 20px;
}

@media screen and (max-width:767px){


}

.top__ttl02{
    font-size: 32px;
    color: #000;
    text-align: center;
    position: relative;
    width: 1150px;
    margin: 0 auto 37px;
    position: relative;
}
.top__ttl02:after{
    content:"";
    display: block;
    position: absolute;
    background-color: #a0a0a0;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
    width: 100%;
    height: 1px;
    margin: auto;
    z-index: -1;
}
.top__ttl02 span{
    position: relative;
    background-color: #fff;
    z-index: 1;
    padding: 0 20px;
}

@media screen and (max-width:1190px){
.top__ttl02{
    font-size: 32px;
    color: #000;
    text-align: center;
    position: relative;
    width: auto;
    margin: 0 auto 37px;
    position: relative;
}
}
@media screen and (max-width:767px){
.top__ttl02{
    font-size: 20px;
    color: #000;
    text-align: center;
    position: relative;
    width: auto;
    margin: 0 auto 20px;
    position: relative;
}
}
.top__rank_l{
    width: 1150px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:1190px){
.top__rank_l{
    width: auto;
    margin: 0 auto 80px;
    display: flex;
}
}
@media screen and (max-width:767px){
.top__rank_l{
    width: auto;
    margin: 0 auto 0;
    display: block;
width:auto;
}
}
.top__rank_blk{
    width: 18%;
}
@media screen and (max-width:767px){
.top__rank_l_wrap {

margin: 0 auto 30px;
}
.top__rank_blk{
   padding:0 2px;
}
.top__rank_l .slick-next {
    right: -6px !important;
}
.top__rank_l .slick-prev {
    left: -17px  !important;
    z-index: 1  !important;
}

}

.top__rank_blk_img{
    text-align: center;
    margin: 0 0 5px 0;
}
@media screen and (max-width:767px){

}

.top__rank_blk_num{
    margin: 0 0 -20px 0;
    display: block;
    position: relative;
}
.top__rank_blk_num img{
    margin: 0 0 5px;
}
@media screen and (max-width:767px){
.top__rank_blk_num {
    margin: 0 auto -10px;
    display: block;
    position: relative;
    width: 43%;
}
}

.top__rank_blk_sentence{
}
@media screen and (max-width:767px){

}

.top__rank_blk_name{
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 10px;
}
@media screen and (max-width:767px){

}

.top__rank_blk_price{
    font-size: 14px;
    text-align: right;
}
@media screen and (max-width:767px){

}

.top__reco{
    background-color: #f1ece1;
    padding: 70px 20px 110px;
}
@media screen and (max-width:767px){
.top__reco{
    background-color: #f1ece1;
    padding: 30px 20px 30px;
}
}

.top__reco_inner{
    width: 1200px;
    margin: 0 auto;
    
}
@media screen and (max-width:1240px){
.top__reco_inner{
    width: auto;
    
}
}

.top__reco_title{
    font-size: 36px;
    font-family: "Times New Roman", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E",
    "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    text-align: center;
    font-weight: normal;
    color: #d6030c;
    margin: 0 0 50px;
}
.top__reco_title span{
    display: block;
    color: #000;
    font-size: 24px;
line-height:1.5;
}
@media screen and (max-width:767px){
.top__reco_title{
    font-size: 20px;
    margin: 0 0 20px;
}
.top__reco_title span{
    font-size: 16px;
}
}

.top__reco_l{
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:767px){
.top__reco_l{
    display: block;
}
}

.top__reco_blk{
    width: 32.166%;
    background-color: #fff;
}
@media screen and (max-width:767px){
.top__reco_blk{
    width: 100%;
margin:0 0 10px;
}
}

.top__reco_blk_img img{
width:100%;
}
@media screen and (max-width:767px){

}

.top__reco_card{
    display: flex;
    justify-content: space-between;
    padding: 20px 0 ;
    border-bottom: 1px solid #d2d2d2;
    width: 90%;
    margin: 0 auto;
    min-height: 160px;
    align-items: center;
}
.top__reco_card:last-child{
    border-bottom: none;
}
@media screen and (max-width:767px){

}

.top__reco_card_img{
    width: 35%;
}
@media screen and (max-width:767px){

}

.top__reco_card_txt{
    width: 60%;
}
@media screen and (max-width:767px){

}

.txt_name{
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 20px;
}
@media screen and (max-width:767px){
.txt_name{
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 10px;
}
}

.txt_price{
    font-size: 28px;
    color: #d6030c;
    text-align: right;
    font-weight: normal;
    letter-spacing: 0;
}
@media screen and (max-width:767px){
.txt_price{
    font-size: 20px;
}
}

a.reco_link{
    color: #d6030c;
    background-image: url(../img/top/icn_red_ar.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 3px 20px 3px 0;
}
@media screen and (max-width:767px){
a.reco_link{
    font-size:12px;
}
}


.top__kantan{
    padding: 60px 20px 60px;
}
@media screen and (max-width:767px){
.top__kantan{
    padding: 30px 10px 30px;
}
}

.top__kantan_inner{
    width: 640px;
    margin: 0 auto;
}
@media screen and (max-width:1240px){
.top__kantan_inner{
    width: auto;
}
.top__kantan_inner > a{
    display:block;
    margin:0 -10px;
}
}
@media screen and (max-width:767px){
.top__kantan_inner > a{
    display:block;
    margin:0 0;
}
}


.top__teiban{
    padding: 60px 20px 60px;
}
@media screen and (max-width:767px){
.top__teiban{
    padding: 30px 10px 30px;
}
}

.top__teiban_inner{
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width:1240px){
.top__teiban_inner{
    width: auto;
}
.top__teiban_inner > a{
    display:block;
    margin:0 -10px;
}
}
@media screen and (max-width:767px){
.top__teiban_inner > a{
    display:block;
    margin:0 0;
}
}


.top__teiban_l{
    display: flex;
    justify-content: space-between;
    margin: 42px 0 0 0;
}
.top__teiban_l a{
    display: block;
    width: 48.75%;
}
@media screen and (max-width:767px){
.top__teiban_l{
    display: block;
    justify-content: space-between;
    margin: 10px 0 0 0;
}
.top__teiban_l a{
    display: block;
    width: 100%;
margin: 0 auto 10px;
}
}

.top__links{
    margin: 0 0 100px;
padding:0 20px;
}
@media screen and (max-width:767px){
.top__links{
    margin: 0 0 30px;
padding:0 20px;
}
}

.top__links_l{
    width: 1130px;
    margin: 0 auto;
    display: flex;
flex-wrap:wrap;
}
.top__links_l a{
display: block;
    width: 24.15%;
    margin: 0 8px 10px 0;
}
.top__links_l a img{
width:100%;
}
.top__links_l a:nth-child(4n) {
    margin: 0 0 10px 0;
}
@media screen and (max-width:1170px){
.top__links_l{
    width: auto;
}
}
@media screen and (max-width:767px){
.top__links_l{
    width: auto;
flex-wrap:wrap;
justify-content: space-between;
}

}

.top__links_l a{
    display: block;
    width: 24.15%;
}
@media screen and (max-width:767px){
.top__links_l a{
    display: block;
    width: 48%;
margin:0 0 10px;
}
}

body{
padding:145px 0 0 0;
}
@media screen and (max-width:767px){
body{
padding:90px 0 0 0;
}
}


.col-xs-12{
padding:0;
margin:0;
}

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

.visible-sp{
display:none;
}
.visible-pc{
display:block;
}
@media screen and (max-width:767px){
.visible-sp{
display:block;
}
.visible-pc{
display:none;
}
}

a.totop {
    display: block;
    position: fixed;
    bottom: 210px;
    right: 20px;
display:none;
width:85px;
}
a.totop img {
    width: 100%;
}
a.totop.on {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 20px;
display:block;
z-index:3000;
width:65px;
}
@media screen and (max-width:800px){
a.totop.on {
width:50px;
right:10px;
}
}

@media screen and (max-width:767px){
a.totop {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 20px;
width:50px;
height:50px;
display:none;
}
a.totop.on {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 0px;
display:block;
z-index:1000;
}
}

@media screen and (max-width:500px){
a.totop.on {
    bottom: 10px;
}
}




#top{
margin: -140px 0 0px 0;
    display: block;
    padding: 140px 0 0 0;
z-index:100;
}


.bnr_tel {
    position: fixed;
    bottom: 20px;
    right: 20px;
display:none;
z-index:2000;
}
.bnr_tel img {
    width: 100%;
}
.bnr_tel.on {
position: fixed;
    bottom: 10px;
    right: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    width: 400px;
}
.bnr_tel_close {
    display: block;
    position: absolute;
    top: -20px;
    right: -10px;
cursor:pointer;
}
.bnr_tel.on.bnr_tel_dn{
display:none;
}
@media screen and (max-width:767px){

.bnr_tel.on {
    position: fixed;
    bottom: 5px;
    right: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    width: 50%;
}
.bnr_tel_close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    width: 30px;
}
}

.LC_Page_Products_List .page-title{
text-align:center;
color:#030141;
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin:0;
}
@media screen and (max-width:767px){
.LC_Page_Products_List .page-title{
padding:0;
}
}

.LC_Page_Products_List h2.title:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 90px;
    height: 3px;
    margin: auto;
    background: #000;
}
@media screen and (max-width:767px){
.LC_Page_Products_List h2.title:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 70px;
    height: 2px;
    margin: auto;
    background: #000;
}
}

.goodsList_num {
    font-size: 20px;
    margin: 0 0 -39px 0;
}

.goodsList_num .attention{
font-size:25px;
}
@media screen and (max-width:767px){
.goodsList_num {
    font-size: 16px;
    margin: 0 0 0 0;
}

.goodsList_num .attention{
font-size:18px;
}
}


.goodsList_wrap {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width:767px){
.goodsList_wrap {
    display: flex;
    flex-wrap: wrap;
justify-content: space-between;
}
}


.goodsList_wrap form {
    width: calc(92% /4);
    margin: 0 1%;
}
@media screen and (max-width:1080px){
.goodsList_wrap form {
    width: calc(94% /3);
}
}
@media screen and (max-width:767px){
.goodsList_wrap form {
    width: calc(96% /2);
}
}

.goodsList__title{
font-size:14px;
line-height:1.5;
text-align:center;
}
@media screen and (max-width:767px){
.goodsList__title{
font-size:13px;
line-height:1.4;
text-align:center;
}
}

.LC_Page_Products_List .listcomment{
display:none;
}

.goodsList_btn{
display:none;
}

.list-products .product-title {
    margin-bottom: 10px;
}

.LC_Page_Products_List .price{
text-align:center;
}

@media screen and (max-width:1240px){
#container{
width:auto;
padding:0 20px;
}
}

.LC_Page_Products_Detail .sub_area.clearfix {
    width: 63%;
padding:0 0 20px 0;
}
@media screen and (max-width:767px){
.LC_Page_Products_Detail .sub_area.clearfix {
    width: 100%;
padding:0 0 30px 0;
}
}

.LC_Page_Products_Detail .sub_area h3{
display:none;
}

.sub_spec li {
    list-style: none;
}

.classlist.classlist_detail ul {
    display: block;
}

body.LC_Page_Products_Detail #main_column {
    padding: 20px 0 0 0;
}


.breadcrumb_wrap {
    background: #f3f4f5;
    padding: 10px 20px !important;
    font-size: 12px;
    border-radius: 0;
}
@media screen and (max-width:1240px){
.breadcrumb_wrap {
    width: auto;
}
}
@media screen and (max-width:767px){
.breadcrumb_wrap {
  font-size:11px;
padding: 5px 10px 7px !important;
}
}

.breadcrumb {
    padding: 0  !important;
    margin-bottom: 0 !important;
    list-style: none !important;
    border-radius: 0 !important;
    padding: 0 0 0 !important;
}
.margin-section-sm {
    margin-bottom: 0px;
}

@media screen and (max-width:1000px){
.relative_cat_detail {
    display: block;
}
.classlist.classlist_detail ul {
    display: block;
    padding: 0;
}
}
.goosd_tax{
font-size:12px;
}

.LC_Page_Products_Detail div#customervoice_area {
    display: none;
}

table thead > tr > th, table tbody > tr > th, table tfoot > tr > th, table thead > tr > td, table tbody > tr > td, table tfoot > tr > td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border: 1px solid #ddd;
}

.subtext {
    font-size: 16px;
    line-height: 1.8;
}
.subtext img {
    margin: 0 0 1em;
}
@media screen and (max-width:767px){
.subtext {
    font-size: 14px;
    line-height: 1.5;
}
}

.LC_Page_Products_Detail #container{
padding:0 0 50px 0;
}
@media screen and (max-width:767px){
.LC_Page_Products_Detail #container{
padding:0 10px 0;
}
}

.classlist.classlist_detail ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 80%;
}
.sub_spec select {
    height: 30px;
    font-size: 11px;
}
@media screen and (max-width:767px){
.classlist.classlist_detail ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: auto;
}
.sub_spec select {
    height: 25px;
    font-size: 11px;
}
}

@media screen and (max-width:767px){
.LC_Page_Products_List .list-products .normal_price, .list-products .sale_price{
font-size:12px;
}

.LC_Page_Products_List .list-products .normal_price .price, .list-products .sale_price .price {
    font-size: 14px;
}
}

.goodsList_tax{
font-size:13px;
}
@media screen and (max-width:767px){
.goodsList_tax{
font-size:11px;
}
}
@media screen and (max-width:767px){
.list-products{
margin-bottom:0;
}
}

.goodsList__img a img {
    width: 100%;
    display: block;
}

.goodsLists_btnsp{
display:none;
}
@media screen and (max-width:767px){
.goodsLists_btnsp{
display:block;
width: 100%;
    height: 70px;
    display: flex;
    background-color: #d6030c;
margin: -30px 0 10px 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    align-items: center;
    justify-content: center;
}

.goodsLists_btnsp span{
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    color: #fff;
}

}

.goodsLists_btnsp_wrap {
display:none; 
}
@media screen and (max-width:767px){
.goodsLists_btnsp_wrap {
border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 0 20px 20px;
    display: block;
}
}

@media screen and (max-width:767px){
.header__search {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #000;
    height: 40px;
padding:3px 0 0 0;
}
.header__search dl,dd {
    width: 100%;
}
.header__search .btn {
    width: 10%;
    height: 34px;
}
.header__search .btn img {
    width: 100%;
}
.search_btn {
width: 34px;
    height: 34px;
    padding: 5px;
}
}

.teiban__txt01{
font-size:16px;
line-height:1.5;
padding:5px 0 0 0;
display:block;
}

.teiban__txt02{
font-size:16px;
line-height:1.5;
padding:5px 0 0 0;
display:block;
}

@media screen and (max-width:767px){
.teiban__txt01{
font-size:14px;
line-height:1.5;
padding:5px 0 0;
margin:0 0 10px;
display:block;
}

.teiban__txt02{
font-size:14px;
line-height:1.5;
padding:5px 0 0;
display:block;
}
}

.btn-styled{
background-color:#ff8c00;
border:none;
}
.btn-styled:hover{
background-color:#ff8c00;
border:none;
opacity:0.8;
}
.btn-styled:active,.btn-styled:focus,.btn-styled:visited{
color:#fff;
}
a.btn-styled:hover,,btn-styled:active,.btn-styled:focus,.btn-styled:visited{
color:#fff;
text-decoration:none;
}
a.btn-styled:link:hover, a[href].btn-styled:hover {
    color: #fff;
    text-decoration: none;
}
a.btn-styled:link, a.btn-styled:visited {
color:#fff;
text-decoration:none;
}
.LC_Page_Cart .btn_area .list-inline li:first-child a.btn-styled{
color: #5B5B5B;
    background-color: #fff;
    border: 1px solid #ECEAEB;
}



.top__campaign {
    width: 960px;
    margin: 0 auto;
    padding: 70px 0 0 0;
}
.top__campaign img{
width:100%;
}
@media screen and (max-width:1000px){
.top__campaign {
    width: auto;
padding: 70px 10px 0; 
}
}
@media screen and (max-width:767px){
.top__campaign {
    width: auto;
padding: 30px 10px 0; 
}
}





.tel_gp{
    display: flex;
    justify-content: center;
    margin: 20px 0 20px;
    flex-direction: column;
    align-items: center;
}
.tel_gp dl{
    display: flex;
    align-items: flex-start;
    margin: 0 15px 30px;
}
.tel_gp dt{
    background: #c52a21;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 12px 10px;
    margin: 0 15px 0 0;
white-space: nowrap;
}
.tel_gp dd{
    font-size: 45px;
    margin: -3px 0 0 0;
    line-height: 1;
    text-align: left;
color:#c52a21;
white-space: nowrap;
}
.tel_gp dd span{
    display: block;
    font-size: 18px;
    margin: 5px 0 0 ;
    font-weight: normal;
}
.tel_gp dd span a{
    color:#d6030c
}
@media screen and (max-width:1100px){
.tel_gp{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.tel_gp dl{
margin:0 0 20px;
}
}
@media screen and (max-width:767px){
.tel_gp {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin: 0 auto 10px;
}
.tel_gp dl {
margin: 0 0 20px;
}
.tel_gp dt {

color: #fff;
font-weight: bold;
font-size: 10px;
padding: 4px 7px;
margin: 0 6px 0 0;
white-space: nowrap;
}
.tel_gp dd {
font-size: 24px;
margin: -3px 0 0 0;
line-height: 1;
text-align: left;
white-space: nowrap;
font-weight: bold;
}
.tel_gp dd span {
display: block;
font-size: 10px;
margin: 2px 0 0;
font-weight: normal;
}
}







      /* .one_column_center p{
         padding:0 0 0 0;
line-height:1.75;
letter-spacing:1px;
font-size:15px;
       }*/
.one_column_center p img{
         width:auto;
display:block;
margin:0 auto 1em;
max-width:100%;
       }
        @media screen and (max-width:1000px){
            .one_column_center {
                width: auto;
               /* margin: 40px auto 34px;*/
            }
        }
        @media screen and (max-width:767px){
            .one_column_center {
                width: auto;
                margin: 20px 0 30px;
            }
       .one_column_center p{
        font-size:14px;
letter-spacing:0;

       }
        }

        /*.one_column_center h2{ 
            font-size: 24px;
            border-top: 3px solid #030141;
            border-bottom: 3px solid #030141;
            padding: 14px 0 ;
            font-weight: normal;
            margin: 0 0 34px;
        }
        @media screen and (max-width:1000px){
            .one_column_center h2{ 
                padding: 14px 0 14px 5px;
            }
        }
        @media screen and (max-width:767px){
            .one_column_center h2{ 
                font-size: 16px;
                border-top: 2px solid #030141;
                border-bottom: 2px solid #030141;
                padding: 10px 0 8px 5px ;
                font-weight: normal;
                margin: 0 0 10px;
            }
        }*/


        /*.one_column_center h3{
            background-color: #030141;
            color: #fff;
            font-size: 20px;
            padding: 14px 0 12px 28px;
            margin: 10px 0 30px;
            font-weight: normal;
        }*/
#main_column .one_column_center h3.ttl_st01{
background-color: #030141;
            color: #fff;
            font-size: 20px;
            padding: 14px 0 12px 28px;
            margin: 10px 0 30px;
            font-weight: normal;
}
        @media screen and (max-width:767px){
            /*.one_column_center h3{
            font-size: 14px;
            padding: 10px 0 8px 15px;
            margin: 0 0 20px;
            font-weight: normal;
            }*/
#main_column .one_column_center h3.ttl_st01{
            font-size: 14px;
            padding: 10px 0 8px 15px;
            margin: 0 0 20px;
            font-weight: normal;
            }
        }

        .one_column_center h4{
            font-size: 20px;
            border-left: 7px solid #ff0000;
            border-bottom: 3px solid #ff0000;
            padding: 7px 0 8px 25px;
            margin: 0 48px 42px 47px;
            font-weight: normal;
        }
        @media screen and (max-width:767px){
            .one_column_center h4{
                font-size: 14px;
                border-left: 5px solid #ff0000;
                border-bottom: 2px solid #ff0000;
                padding: 5px 0 4px 10px;
                margin: 0 10px 20px 10px;
                font-weight: normal;
            }
        }

        .l_01{
            display: flex;
            justify-content: space-between;
            margin: 0 48px 30px 47px;
position:relative;
        }

.l_01:before {
    content: "";
    display: block;
    height: 1px;
    width: 95%;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -38px;
}
@media screen and (max-width:767px){
.l_01:before {
    top: -25px;
}
}


.l_01_nob:before{
display:none;
}
        @media screen and (max-width:767px){
            .l_01{
                display: block;
                margin: 0 0 30px;
            }
        }


        .l_01_img{
            width: 41.6%;
        }
        @media screen and (max-width:767px){
            .l_01_img{
                width: 100%;
                padding: 0 20px;
                margin: 0 0 10px;
            }
        }

        
        .l_01_img img{
            width: 100%;
        }

        .l_01_sentence{
            width: 58.4%;
            padding: 34px 0 0 34px;
        }
        @media screen and (max-width:767px){
            .l_01_sentence{
                width: 100%;
                padding: 10px 20px 0 20px;
            }
        }

        .shop_name{
            font-size: 22px;
        }
        @media screen and (max-width:767px){
            .shop_name{
                font-size: 16px;
            }
        }

        
        .shop_spec{
            font-size: 18px;
            display: flex;
            margin: 0 0 5px;
        }
        @media screen and (max-width:767px){
            .shop_spec{
                margin: 0 0 5px;
            }
        }

        
        .shop_spec_name{
            font-size: 18px;
            font-weight: normal;
            white-space: nowrap;
            width: 24%;
            position: relative;
            margin: 0 10px 0 0;
        }
@media screen and (max-width:980px){
.shop_spec_name{
            width: 36%;
              }
}

        @media screen and (max-width:767px){
            .shop_spec_name{
                font-size: 14px;
                font-weight: normal;
                white-space: nowrap;
                width: 32%;
                position: relative;
                margin: 0 10px 0 0;
            }
        }

        .shop_spec_name:after{
            content:":";
            position: absolute;
            right: 0;
        }

        .shop_spce_value{
            font-size: 18px;
            width: 76%;
        }
        @media screen and (max-width:767px){
            .shop_spce_value{
                font-size: 14px;
                width: 76%;
            }
        }


        .shop_map{
            margin: 0 48px 80px 47px;
            position: relative;
            height:360px;
        }
        .shop_map iframe{
            width: 100%;
            height: 100%;
        }
        @media screen and (max-width:767px){
            .shop_map{
                margin: 0 20px 50px;
                position: relative;
                height: 240px;
            }
        }

.one_column_center .shop_map iframe {
    height: 100%;
}


        .shop_lists{
            display: flex;
            flex-wrap: wrap;
            margin: 0 auto 80px 5%;
            padding: 0;
        }
        @media screen and (max-width:767px){
            .shop_lists{
                display: flex;
                flex-wrap: wrap;
                margin: 0 auto 30px 0;
                padding: 0 10px;
            }
        }


        .shop_list{
            list-style: none;
            font-size: 20px;
            width: 25%;
            margin: 0 0 5px;
            padding: 0 10px;
        }
        @media screen and (max-width:767px){
            .shop_list{
                list-style: none;
                font-size: 10px;
                width: 25%;
                margin: 0 0 5px;
            }
        }

.LC_Page_User .breadcrumb_wrap,
.LC_Page_Order .breadcrumb_wrap,
.LC_Page_Abouts .breadcrumb_wrap
 {
    margin: 0 auto;
}
@media screen and (max-width:1000px){
.LC_Page_User .breadcrumb_wrap,
.LC_Page_Order .breadcrumb_wrap,
.LC_Page_Abouts .breadcrumb_wrap 
{
    width: auto;
    margin: 0 auto;
}
}

a.btn_red{
background:#c52a21;
color:#fff;
width:360px;
line-height:70px;
text-align:center;
font-size:16px;
display:block;
margin:0 auto 50px;
}
a.btn_red:hover{
color:#fff;
text-decoration:none;
}
@media screen and (max-width:767px){
a.btn_red{
width:80%;
line-height:40px;
text-align:center;
font-size:14px;
display:block;
margin:0 auto 30px;
}
}

.txt_red{
font-size:20px;
color:#c52a21;
text-align:center;
margin:0 0 10px;
font-weight:bold;
}
@media screen and (max-width:767px){
.txt_red{
font-size:14px;
margin:0 0 10px;
}
}

.one_column_center table, tr, td {
    border: 1px solid #ddd;
}
.one_column_center table tbody > tr > th {
   padding:10px 10px 10px 20px;
background:#eee;
line-height:1.65;
}
.one_column_center table tbody > tr > td {
   padding:16px;
line-height:1.65;
}
@media screen and (max-width:767px){
.one_column_center table {
    width: 95%;
    margin: 0 auto;
}
.one_column_center table tbody > tr > th {
   padding:10px 10px 10px 10px;
background:#eee;
width:30%;
}
.one_column_center table tbody > tr > td {
   padding:10px 10px 10px 10px;
}
}

.one_column_center table.one_column_table_mg {
    margin: 0 auto 50px;
}
@media screen and (max-width:767px){
.one_column_center table.one_column_table_mg {
    margin: 0 auto 30px;
}
}



.one_column_center table.table_st01 {
margin:0 0 50px;
}
.one_column_center table.table_st01, tr, td {
    border: none;
border-bottom:1px solid #ddd;
}
.one_column_center table.table_st01 tbody > tr > th {
   padding:10px 10px 10px 20px;
background:#fff;
line-height:1.65;
border: none;
border-bottom:1px solid #ddd;
}
.one_column_center table.table_st01 tbody > tr > td {
   padding:10px 10px 10px 20px;
line-height:1.65;
border: none;
}
@media screen and (max-width:767px){
.one_column_center table.table_st01 {
    width: 95%;
    margin: 0 auto 30px;
}
.one_column_center table.table_st01 tbody > tr > th {
   padding:10px 10px 10px 10px;
background:#fff;
width:100%;
display:block;
}
.one_column_center table tbody > tr > td {
   padding:10px 10px 10px 10px;
display:block;
}
.one_column_center table.table_st01 tbody > tr > td {
   padding:10px 10px 10px 10px;
line-height:1.65;
border: none;
}
}

.one_column_center iframe {
    margin: 0 0px 50px 0;
    width: 100%;
    height: 400px;
    padding: 0 48px 0 47px;
}
@media screen and (max-width:767px){
.one_column_center iframe {
    margin: 0 0px 30px 0;
    width: 100%;
    height: 250px;
    padding: 0 10px 0;
}
}


.one_column_center p.map_txt{
padding:0 48px 0 47px;
margin: -20px 0 20px 0;
}
@media screen and (max-width:767px){
.one_column_center p.map_txt {
    padding: 0 10px 0;
    margin: -5px 0 10px 0;
    font-size: 12px;
}
}

.map_img .visible-pc{
display:block;
}
.map_img .visible-sp{
display:none;
}
@media screen and (max-width:767px){
.map_img .visible-pc{
display:none;
}
.map_img .visible-sp{
display:block;
}
}


@media screen and (max-width:767px){
.kiyaku_text {
    width: 95%;
    margin: 0 auto;
}
}

p.error{
padding:100px 0;
text-align:center;
font-size:26px;
}
@media screen and (max-width:767px){
p.error{
padding:100px 0;
text-align:center;
font-size:20px;
}
}






.contact_name_gp {
    display: flex;
}
.contact_name_gp div {
    margin: 0 10px 0 0;
}
@media screen and (max-width:767px){
.contact_name_gp {
    display: block;
}
.contact_name_gp div {
    margin: 0 0 10px;
}
.contact_name_gp div input {
    width:79%;
}
}

.newsBlk {
    width: 1130px;
    margin: 0 auto 80px;
}
.newsBlk .ui-list.list-scroll {
    overflow-y: scroll;
    max-height: 300px;
    padding: 20px 20px;
    border: 1px solid #ECEAEB;
}
.newsBlk dt.ui-headline.list-title {
    font-size: 18px;
    margin: 5px 0 5px;
}
.newsBlk dd.mini {
    font-size: 16px;
    line-height: 1.8;
}
.newsBlk .section-title{
margin:0 0 10px 0;
}
@media screen and (max-width:1170px){
.newsBlk {
    width: auto;
padding:0 20px;
}
}
@media screen and (max-width:767px){
.newsBlk {
    width: auto;
    margin: 0 auto 30px;
}
.newsBlk dt.ui-headline.list-title {
    font-size: 16px;
    margin: 0 0 5px;
}
.newsBlk dd.mini {
    font-size: 14px;
    line-height: 1.5;
}
.newsBlk .ui-list.list-scroll {
    padding: 10px 10px;
}
.newsBlk .section-title{
margin:0 0 10px 0;
}
}

ul.list-inline {
    text-align:center
}

ul.list-inline li {
    display: inline-block;
    width: auto;
}

.LC_Page_Entry .btn_area{
padding:20px 0 0;
}


#arrCheckItems h2 {
    padding: 5px 0 8px 10px;
    margin-bottom: 10px;
    border-style: solid;
    border-color: #f90 #ccc #ccc;
    border-width: 1px 1px 0;
    background: none !important;
border:none;
}



li{
list-style:none;
}



a.ft_btn01 {
    border: 2px solid #ff0000;
    display: block;
    padding: 5px 0 10px 7px;
    width: 265px;
    margin: 10px auto 0;
position: relative;
overflow:hidden;
}
a.ft_btn01:hover {
    text-decoration: none !important;
}
span.ft_btn01_inner {
    font-size: 12px !important;
    color: #ff0000;
    font-weight: bold !important;
}
a.ft_btn01:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #ff0000;
    position: absolute;
    top: 0;
    left: -100%;
transition:0.3s;
z-index:1;
}
a.ft_btn01:hover:before{
left: 0;
}
a.ft_btn01:hover span.ft_btn01_inner{
color:#fff !important;
position: relative;
z-index:3;
}
@media screen and (max-width:767px){
a.ft_btn01 {
    padding: 5px 0 7px 7px;
    width: 220px;
    margin: 10px auto 0;
}
.footer__contact_l dd span {
    font-size: 10px !important;
}

}



.LC_Page_Contact #container, .LC_Page_Entry #container, .LC_Page_AbstractMypage #container {
    margin: 40px auto 34px;
}

.LC_Page_Contact .page-title .title, .LC_Page_Entry .page-title, .LC_Page_AbstractMypage .page-title{
margin-bottom:0;
}

.LC_Page_Contact .page-title .title, .LC_Page_Entry .page-title .title, .LC_Page_AbstractMypage .page-title .title {
    font-size: 24px;
    border-top: 3px solid #030141;
    border-bottom: 3px solid #030141;
    padding: 14px 0;
    font-weight: normal;
    margin: 0 0 34px;
    width: 100%;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width:1000px){
.LC_Page_Contact #container, .LC_Page_Entry #container, .LC_Page_AbstractMypage #container  {
    width: auto;
}
}

@media screen and (max-width:767px){
.LC_Page_Contact #container, .LC_Page_Entry #container, .LC_Page_AbstractMypage #container  {
width: auto;
    margin: 20px 0 30px;
padding:0;
}
.LC_Page_Contact .page-title .title, .LC_Page_Entry .page-title .title, .LC_Page_AbstractMypage .page-title .title  {
font-size: 16px;
    border-top: 2px solid #030141;
    border-bottom: 2px solid #030141;
    padding: 10px 0 8px 5px;
    font-weight: normal;
    margin: 0 0 10px;
}
.LC_Page_Contact  .margin-section, .LC_Page_Entry  .margin-section, .LC_Page_AbstractMypage  .margin-section {
    margin-bottom: 60px;
    padding: 0 10px;
}
.LC_Page_Contact .page-title, .LC_Page_Entry .page-title, .LC_Page_AbstractMypage .page-title  {
    margin-bottom: 10px;
}

 .LC_Page_Entry .margin-section {
    margin-bottom: 60px;
    padding: 0 0;
}

.LC_Page_Entry .margin-section p {
    padding: 0 10px;
}
.LC_Page_Entry form#form1 {
    padding: 0 10px;
}

.LC_Page_Contact .one_column_center p {
    padding:0;
}

.LC_Page_Contact  .one_column_center table {
    width: 100%;
    margin: 0 auto 20px;
}

.LC_Page_Entry .one_column_center table {
    width: 100%;
    margin: 0 auto;
}

}


.LC_Page_AbstractMypage .ui-content .section-title:before {
    content: "";
    display: block;
    border-top: solid 1px #ECEAEB;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 120%;
    z-index: 1;
}

.LC_Page_Shopping_Payment .ui-content .section-title .title {
    padding-left: 0;
}

.LC_Page_Shopping_Payment .ui-content .section-title:before {
    content: "";
    display: block;
    border-top: solid 1px #ECEAEB;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 120%;
    z-index: 1;
}

.LC_Page_AbstractMypage .ui-content .section-title .title {
    padding-left: 0;
}


.LC_Page_Shopping_Confirm .ui-content .section-title {
    margin-top:40px;
}

.LC_Page_Shopping_Confirm .ui-content .section-title .title {
    padding-left: 0;
}

.LC_Page_Shopping_Confirm .ui-content .section-title:before {
    content: "";
    display: block;
    border-top: solid 1px #ECEAEB;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 120%;
    z-index: 1;
}

.LC_Page_Shopping_Confirm .ui-content .section-title .title {
    padding-left: 0;
}



.LC_Page_Shopping_Deliv .btn_area .list-inline li:first-child a.btn-styled {
    color: #5B5B5B;
    background-color: #fff;
    border: 1px solid #ECEAEB;
}

.LC_Page_Shopping_Payment .btn_area .list-inline li:first-child a.btn-styled {
    color: #5B5B5B;
    background-color: #fff;
    border: 1px solid #ECEAEB;
}

.LC_Page_Shopping_Confirm .btn_area .list-inline li:first-child a.btn-styled {
    color: #5B5B5B;
    background-color: #fff;
    border: 1px solid #ECEAEB;
}

.LC_Page_AbstractMypage .btn_area .list-inline li:first-child a.btn-styled {
    color: #5B5B5B;
    background-color: #fff;
    border: 1px solid #ECEAEB;
}

.LC_Page_Contact .btn_area .list-inline li:first-child a.btn-styled {
    color: #5B5B5B;
    background-color: #fff;
    border: 1px solid #ECEAEB;
}

.LC_Page_Entry .btn_area .list-inline li:first-child a.btn-styled {
    color: #5B5B5B;
    background-color: #fff;
    border: 1px solid #ECEAEB;
}


@media screen and (max-width:767px){
.LC_Page_AbstractMypage #container {
    width: auto;
    padding: 0 0;
}

.LC_Page_AbstractMypage  .margin-section {
    margin-bottom: 60px;
    padding: 0 10px;
}
}


.LC_Page_Shopping_Deliv .ui-content .section-title:before {
    content: "";
    display: block;
    border-top: solid 1px #ECEAEB;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 120%;
    z-index: 1;
}

@media screen and (max-width:767px){
.LC_Page_Shopping_Deliv .btn {
    width: 220px;
    margin: 0 auto 10px;
    display: block;
}
.LC_Page_Shopping_Deliv .one_column_center table tbody > tr > td {
    padding: 5px;
    display: table-cell;
    font-size: 10px;

}
.LC_Page_Shopping_Deliv .one_column_center table tbody > tr > th {
    font-size: 10px;
white-space:nowrap
}
.LC_Page_Shopping_Deliv .one_column_center table tbody > tr > th:nth-child(1) {
    width: 10%;
}
.LC_Page_Shopping_Deliv table{
margin:0 auto 10px;
border: 1px solid #ddd !important;
    width: 100%;
}


.LC_Page_Shopping_Payment .ui-content .section-title:before {
    content: "";
    display: block;
    border-top: solid 1px #ECEAEB;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 120%;
    z-index: 1;
}
.LC_Page_Shopping_Payment .ui-content .section-title {
    padding-left:0;
}
.LC_Page_Shopping_Payment .one_column_center table tbody > tr > td {
    padding: 10px 10px 10px 10px;
    display: table-cell;
}
.LC_Page_Shopping_Payment td img {
    vertical-align: middle;
    width: 200px;
    display: block;
}

.LC_Page_Shopping_Confirm .one_column_center table{
width:100%;
margin:0 auto 10px;
}

.LC_Page_Shopping_Confirm .one_column_center table tbody > tr > th{
 font-size: 10px;
    white-space: nowrap;
}
.LC_Page_Shopping_Confirm  .one_column_center table tbody > tr > td {
    padding: 5px;
    display: table-cell;
font-size: 10px;
}
.LC_Page_Shopping_Confirm .alignR{
white-space:nowrap;
}
}

.LC_Page_AbstractMypage .btn-default {
    color: #fff;
}

 tr td select {
    height: 30px;
}


@media screen and (max-width:767px){
.LC_Page_AbstractMypage .one_column_center table  {
    width:100%;
margin:0 auto 10px;
}
.LC_Page_AbstractMypage tr th  {
    font-size:11px !important;
}
.LC_Page_AbstractMypage tr td  {
    font-size:11px !important;
}
.LC_Page_AbstractMypage .one_column_center table tr td  {
    font-size: 11px !important;
    padding: 5px !important;
}
.LC_Page_AbstractMypage .one_column_center table tr td  {
    font-size: 11px !important;
    padding: 5px !important;
}
.LC_Page_AbstractMypage .one_column_center table tr td p  {
    font-size: 11px !important;
}
.LC_Page_AbstractMypage .one_column_center table tr td .mini  {
    font-size: 11px !important;
}
.LC_Page_AbstractMypage .one_column_center table tr:nth-child(1) td input {
    width: 80px;
}
.LC_Page_AbstractMypage .one_column_center table tr:nth-child(2) td input {
    width: 80px;
}
.LC_Page_AbstractMypage .one_column_center table tr:nth-child(5) td a {
width: 150px;
    display: block;
}
 tr td select {
    margin-bottom: 10px;
    max-width: 150px;
    height: 30px;
}
.LC_Page_AbstractMypage div#mycontents_area {
    padding: 0 10px;
}

.LC_Page_Entry table tr{
font-size:11px !important;
}
.LC_Page_Entry table tr p{
font-size:11px !important;
}
.LC_Page_Entry table tr:nth-child(1) td input{
width:80px;
}
.LC_Page_Entry table tr:nth-child(2) td input{
width:80px;
}
.LC_Page_Entry table tr:nth-child(5) td a{
width:150px;
display:block;
}


}

.LC_Page_AbstractMypage .btn_area {
    text-align: center;
}
@media screen and (max-width:767px){
.LC_Page_AbstractMypage .btn_area ul{
padding:0;
}
.LC_Page_AbstractMypage .btn_area ul .btn-card{
width:100px;
}
}

@media screen and (max-width:767px){
.LC_Page_Shopping_Payment .one_column_center table {
    width: 100%;
    margin: 0 auto;
font-size:10px;
}
}

@media screen and (max-width:767px){
.LC_Page_Cart .one_column_center table tbody > tr > td {
    padding: 5px;
    display: table-cell;
white-space:normal;
font-size:10px;
}
.LC_Page_Cart .one_column_center table tbody > tr > th {
padding: 5px;
    background: #eee;
    width: auto;
    font-size: 10px;
white-space:normal;
}
.LC_Page_Cart .table-responsive{
overflow-x: unset;
overflow-y: unset;
min-height: unset;
}
.LC_Page_Cart .one_column_center table {
    width: 100%;
    margin: 0 auto;
}
}

.link_block{
display:flex;
flex-wrap:wrap;
width: 97%;
    margin: 0 auto;
}

.link_about{
display: flex;
    width: 31.5%;
    background-color: #030541;
    padding: 0 20px;
    text-align: right;
    font-size: 31px;
    margin: 0 22px 23px 0;
    color: #fff !important;
    font-family: "Times New Roman", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E",
    "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    font-weight: normal;
    height: 127px;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.3;
background-image:url(../img/common/link_back.png);
background-repeat:no-repeat;
background-position: 0 10px;
}
.link_about:nth-child(3n) {
    margin: 0 0 23px;
}
.link_about:hover{
text-decoration:none !important;
opacity:0.8;
transition:0.15s;
}

@media screen and (max-width:960px){
.link_about{
font-size:25px;
margin: 0 17px 23px 0;
}
}

@media screen and (max-width:767px){
.link_block{
justify-content: space-between;
}
.link_about{
font-size: 14px;
    width: 49%;
    margin: 0 0px 5px;
    height: 58px;
background-size: contain;
}
.link_about:nth-child(3n) {
    margin: 0 0px 5px;
}
}

.link_about_guide{
background: #fff;
    border: 2px solid #030541;
    color: #030541 !important;
    font-size: 18px;
    justify-content: center;
    height: 76px;
font-weight:bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
position:relative;
overflow: hidden;
}
.link_about_guide:before{
content:"";
position:absolute;
top:0;
left:-100%;
width:100%;
height:100%;
background:#030541;
transition:0.3s;
}
.link_about_guide:hover:before{
left:0;
}
.link_about_guide:hover{
color:#fff !important;
opacity:1;
}
.link_about_guide span {
    z-index: 1;
}
@media screen and (max-width:960px){
.link_about_guide{
font-size: 14px;
}
}

@media screen and (max-width:767px){
.link_about_guide{
font-size: 11px;
    height: 46px;
    padding: 0;
}
}


.campaign_contact{
margin:-30px auto 0;
}
.campaign_contact .footer__contact_l{
display:block;
}
.campaign_contact .footer__contact_l dl:first-child{
margin:0 auto 40px;
}
.campaign_contact .footer__contact_l dl{
margin:0 auto 20px;
}
@media screen and (max-width:767px){
.campaign_contact{
margin:0px auto 0;
}
.campaign_contact .footer__contact_l{
display:block;
}
.campaign_contact .footer__contact_l dl:first-child{
margin:0 auto 30px;
}
.campaign_contact .footer__contact_l dl{
margin:0 auto 30px;
}
}
.item_page img{
margin:0;
padding:0;
}

.btn.btn-default.btn-styled{
color:#fff;
margin:5px 0;
}


#mynavi_area ul.mynavi_list{
display:flex;
flex-wrap:wrap;
justify-content: center;
padding:0;
}
#mynavi_area ul.mynavi_list li a{
color: #030141;
padding: 9px 0;
display:block;
}

#mynavi_area ul.mynavi_list li a:hover{
background: #030141;
color:#fff;
text-decoration:none;
}
#mynavi_area ul.mynavi_list li a.selected{
background: #030141;
color:#fff;

}
#mynavi_area ul.mynavi_list li a.selected:after{
color:#fff;
}
ul.mynavi_list li {
    border: 2px solid #030141;
    margin: 0 5px 5px;
    padding:0;
    color: #030141;
width: 15.5%;
    font-size: 12px;
white-space: nowrap;
position:relative;
}
#mynavi_area ul.mynavi_list li a:after{
content: ">";
color:#030141;
position: relative;
    top: -1px;
    right: -5px;
}
#mynavi_area ul.mynavi_list li a:hover:after{
color:#fff;
}
@media screen and (max-width:960px){
ul.mynavi_list li {
font-size: 10px;
margin: 0 1px 5px;
}
}

@media screen and (max-width:767px){
ul.mynavi_list{
display:flex;
flex-wrap:wrap;
justify-content: center;
}
ul.mynavi_list li {
display:block;
width:47%;
    border: 2px solid #030141;
    margin: 0 1px 5px;
    padding: 0px 0;
    color: #030141;
}
#mynavi_area ul.mynavi_list li a{
background:none;
border:0;
}
#mynavi_area .mynavi_list li:last-child a {
    border-bottom: none;
}

}

.one_column_center #mypagecolumn #mynavi_area .fa.fa-angle-right.fa-fw{
display:none;
}

a.mypage_btn {
    background: #030141;
    display: block;
    color: #fff;
    text-align: center;
    width: 63px;
    font-size: 12px;
    padding: 4px 5px;
}
a.mypage_btn:hover{
color:#fff;
text-decoration:none;
opacity:0.8;
transition:0.15s;
}
a.mypage_btn.mypage_btn_c01{
background:#20ae38;
}
@media screen and (max-width:767px){
a.mypage_btn {
    width: 40px;
    font-size: 10px;
    padding: 5px 0px;
}
}


@media screen and (max-width:767px){
.one_column_center #mypagecolumn table tbody > tr > td {
    display: table-cell;
white-space: normal;
font-size:10px !important;
line-height:1.2;
}
.one_column_center #mypagecolumn table tbody > tr > th {
  width:auto;
white-space: normal;
font-size:10px !important;
line-height:1.2;
}
.table-responsive {
overflow-y: auto;

}
.LC_Page_AbstractMypage .one_column_center #mypagecolumn table tr:nth-child(5) td a {
    width: auto;
}
.LC_Page_AbstractMypage .one_column_center #mypagecolumn table tr:nth-child(5) td a.mypage_btn {
    width: 40px;
    font-size: 10px;
    padding: 5px 0px;
}
}

.link_visible{
color:#dc143c !important;
text-decoration:underline !important;
}

.favorite_btn {
border: 1px solid #7d7d7d;
    border-radius: 40px;
    width: 64%;
    margin: 0 auto;
    padding: 8px 45px;
}

@media screen and (max-width:800px){
.favorite_btn {
    padding: 8px 20px;
}
}

.favorite_btn img{
width:100%;
}


.ft__cat{
width: 1200px;
    margin: 0 auto 40px;
}
@media screen and (max-width:1240px){
.ft__cat{
width: auto;
    margin: 0 auto 40px;
}
}

.ft__ttl01 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: bold;
}
@media screen and (max-width:767px){
.ft__ttl01 {
    font-size: 16px;
    margin: 0 0 10px;
}
}

.ft__cat_l{
display:flex;
}
@media screen and (max-width:767px){
.ft__cat_l{
display:flex;
flex-wrap: wrap;
    justify-content: space-between;
}
}

.ft__cat_blk{
margin: 0 5px 5px;
}
.ft__cat_blk img{
width:100%;
}
@media screen and (max-width:767px){
.ft__cat_blk{
margin: 0 2px 5px;
    width: 31.9%;
}
}

  a[href^="tel:"]{
    text-decoration:underline;
color: #0084b2;
  }
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
text-decoration:none;
color: rgb(51, 51, 51);
  }
}


.tel_gp a {
    color: #c52a21;
}

.window_area_center{
text-align:center;
}



.window_logoarea{
margin:-100px 0 30px 0;
}

.info_notes{
color: #F00;
margin:0 0 50px 0;
line-height: 1.75;
}

.window_area_center input {
    width: 150px;
margin: 5px 0;
    height: 35px;
    padding: 6px;
}
.window_area_center input.box300{
width:250px;
}
@media screen and (max-width:767px){
.window_area_center .page-title{
margin-bottom:20px;
}
.window_area_center input.box300{
width:90%;
max-width:300px;
}
.window_area_center .box120{
width:100px;
}
}

.block_body{
text-align:center;
}

.cp_logout{
display:block;
}

.btn_logout {
    width: 270px;
    background: #ddd;
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 10px;
color:#333;
}
.btn_logout:hover {
    background: #ddd;
    opacity:0.8;
}
.btn_logout:link,.btn_logout:active,.btn_logout:visited,.btn_logout:focus{
color:#333;
}
@media screen and (max-width:767px){
.cp_logout{
display:block;
font-size:12px;
}
.btn_logout {
    width: 200px;
    background: #ddd;
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 8px;
color:#333;
font-size:12px;
}
}

.login_complete_link{
color: #F00 !important;
text-decoration:underline !important;
}

.login_txt{
margin:40px 0 0 0;
}

.bnr_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
z-index:1000;
background: #e71411;
}
.bnr_fix img{
margin:0 auto;
width:100%;
}



.flt_bnr_close{
  display: none;
}
@media screen and (max-width: 767px) {
.bnr_fix {
background: #fff;
}
  .flt_bnr_close{
    display: block;
    position: absolute;
    top: -18px;
    right: 2px;
    width: 30px;
    height: 30px;
    background: #676767;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
  }
  
}


.bnr_fix.flt_bnr_pagebottom{
  display: none !important;
}




.slick-prev {
    margin-left: 120px;
    left: 0;
z-index:1;
}
.slick-prev::before {
    content: "\f053";
}
.slick-prev::before, .slick-next::before {
    position: relative;
    font-family: FontAwesome !important;
    background: #fff;
    padding: 10px 15px;
    opacity: 1;
    font-size: 2.2rem;
    color: #404040;
}
.slick-next {
    margin-right: 120px;
    right: 0;
z-index:1;
}
.slick-prev, .slick-next {
position: absolute;
    top: 7%;
    z-index: 9;
    width: 80px;
    height: 80px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.slick-next::before {
    content: "\f054";
}

.slick-prev {
    margin: 0;
    left: -1167px;
    z-index: 1;
    right: 0;
    margin: auto;
}

.slick-next {
    margin-right: 120px;
    right: -1156px;
    z-index: 1;
    left: 0;
    margin: auto;
}
@media screen and (max-width:1300px){
.slick-prev {
    margin: 0;
    left: 0;
    z-index: 1;
    right: auto;
    margin: auto;
}
.slick-next {
    margin-right: 120px;
    right: 0;
    z-index: 1;
    left: auto;
    margin: auto;
}
}
@media screen and (max-width:767px){
.slick-prev, .slick-next {
position: absolute;
    top: 0;
    z-index: 9;
    width: 40px;
    height: 40px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.slick-prev::before, .slick-next::before {
    position: relative;
    font-family: FontAwesome !important;
    background: #fff;
    padding: 5px 5px;
    opacity: 1;
    font-size: 1rem !important;
    color: #404040;
}
}

.box_placeholder::placeholder {
    color: #bbb;
}
@media screen and (max-width:767px){
input.box_placeholder {
    width: 100% !important;
}
}

.news_title {
    display: inline;
    margin: 0 20px 0 0;
}
#news_area dd.mini {
    padding: 0 0 0 124px;
}
@media screen and (max-width:767px){
.news_title {
    display: block;
    margin: 0 0 0 0;
}
#news_area dd.mini {
    padding: 0 0 0 0;
}
}

.LC_Page_Shopping .ui-table tbody tr:nth-child(3){
display:none;
}

.LC_Page_Entry .ui-table tbody tr:nth-child(3){
display:none;
}

.icn_open{
position:relative;
}
.icn_open:before{
content: "";
    display: block;
    position: absolute;
    top: 21px;
    right: 20px;
    width: 20px;
    height: 20px;
    margin: auto;
    background-image: url(https://www.fukusaya.info/user_data/img/icn_plus.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.icn_open.icn_open_no:before{
background-position: 0 -20px;
}

@media screen and (max-width:767px){
.main_nav__list:nth-child(1){
    padding: 17px 0 10px 17px;
}
.main_nav__list__title {
    padding: 17px 0 10px 17px;
}
}


   .fltBanner{
      position:fixed;
      bottom: 80px;
      right: 10px;
      width: 250px;
      z-index: 1000;
    }
    .fltBanner img{
      width: 100%;
    }
    /* スマホ */
    @media screen and (max-width:750px){
      .fltBanner{
        position:fixed;
        bottom: 150px;
        right: 5px;
        width: 125px;
        z-index: 1000;
      }
      .fltBanner img{
        width: 100%;
      }
    }



.flt_bnr_close_small {
    display: block;
    position: absolute;
    top: -18px;
    right: 2px;
    width: 30px;
    height: 30px;
    background: #676767;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
@media screen and (max-width:750px){
 .flt_bnr_close_small {
    top: -22px;
    right: -4px;
 }
}

.ordersheet_img{
margin:0 0 30px ;
}

.ordersheet_img {
    margin: 0 0 40px;
}
@media screen and (max-width:767px){
.ordersheet_img {
    margin: 0 0 20px;
}
}

.ordersheet_img img{
width:100%;
}

.ordersheet_blk {
    display: flex;
    margin: 0 0 30px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 25px;
    align-items: center;
}
@media screen and (max-width:767px){
.ordersheet_blk {
justify-content: space-between; 
}
}

.ordersheet_body {
    margin: 40px 0 0 0;
}

.ordersheet_input {
    padding: 0 40px 0 0;
}
@media screen and (max-width:767px){
.ordersheet_input {
    padding: 0 10px 0 0;
}
}


input.ordersheet_form01 {
    width: 220px;
    height: 40px;
    padding: 0 10px;
    border-color: #999;
}
@media screen and (max-width:767px){
input.ordersheet_form01 {
    width: 140px;

}
}


a.ordersheet_btn {
    border: 2px solid #555;
    padding: 6px 20px;
}
@media screen and (max-width:767px){
a.ordersheet_btn {
    border: 2px solid #555;
    padding: 6px 10px;
    font-size: 11px;
}
}

.ordersheet_inner .cart_detail {
    width: 300px;
    margin: 0 auto;
}
@media screen and (max-width:767px){
.ordersheet_inner .cart_detail {
    width: 250px;
    margin: 0 auto;
}
}

.ordersheet_inner h2 {
    text-align: center;
}

.ordersheet_inner p {
    text-align: center;
}
@media screen and (max-width:767px){
.ordersheet_inner p {
    text-align: left;
}
.ordersheet_inner p br {
    display:none;
}
}

.ordersheet_name {
    width: 21%;
}
@media screen and (max-width:767px){
.ordersheet_name {
    width: auto;
    padding: 0 10px 0 0;
    white-space: nowrap;
}
}



.camp_lp{
}
.camp_lp .main{
  margin: 0 0 40px;
}
.camp_lp .main img{
  width: 100%;
}
.camp_lp .nav_tab{
  display: flex;
  border-left: 1px solid #959595;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
  justify-content: space-between;
}
.camp_lp .nav_tab li{
  font-size: 16px;
    color: #000;
    text-align: center;
    display: block;
    padding: 20px 0 40px;

    width: 32%;
    cursor: pointer;
position:relative;
    border: 2px solid #030141;
}

.camp_lp .nav_tab li:hover{
  background: #030141;
color:#fff;
}
.camp_lp .nav_tab li:hover span:after{
border-color:#fff;
}
.camp_lp .nav_tab li.nav_tab_op{
  background: #fff7ec;
  cursor: auto;
}
.camp_lp .contents{
  display: none;
  width: 90%;
  margin: 0 auto;
}
.camp_lp .contents.contents_open{
  display: block;
}
.camp_lp .item_wrap{
  display: flex;
  flex-wrap: wrap;
}
.camp_lp .item_wrap.item_wrap_ver{
  display: block;
  
}
.camp_lp .contents_inner{
}
.camp_lp .contents_mainimg{
margin: 0 0 60px;
}
.camp_lp .contents_mainimg h2{
  text-align: center;
  font-size: 20px;
  margin: 0 0 10px;
  border: none;
  letter-spacing: 2px;
}
.camp_lp .contents_mainimg img{
  width: 100%;
}
.camp_lp .item_ver{
  width: 29.8%;
  margin: 0 15px 40px;
}
@media screen and (max-width:1000px){
  .camp_lp .item_ver{
    width: 28.5%;
    margin: 0 15px 40px;
  }
}


.camp_lp .item_img{
  margin: 0 0 10px;
}
.camp_lp .item_img img{
  width: 100%;
}
.camp_lp .item_ttl{
}
.camp_lp .item_spec .item_ttl{
  font-size: 22px;
}
.camp_lp .item_num{
  font-size: 11px;
}
.camp_lp .item_price{
  text-align: right;
  font-weight: bold;
}
.camp_lp .item_price01{
  font-size: 12px;
}
.camp_lp .item_price02{
  font-size: 22px;
}
.camp_lp .item_price03{
  font-size: 12px;
}
.camp_lp a.cart_detail{
  height: 50px;
}
.camp_lp .cart_detail{
}
.camp_lp .contents.contents_b{
}
.camp_lp .contents.contents_c{
}

.camp_lp .item_cp{
  text-align: center;
  font-size: 24px;
}

.camp_lp .item{
  width: 80%;
  margin: 0 auto 50px;
}

.camp_lp .item_info{
  display: flex;
  margin: 30px 0 0 0;
  border-bottom: 1px solid #ddd;
  padding: 0 0 30px;
}

.camp_lp .item_thumb{
  width: 30%;
}

.camp_lp .item_spec{
  width: 70%;
}

.camp_lp .item_thumb img{
  width: 100%;
}

.camp_lp .item_spec{
  padding: 0 0 0 20px;
}

.item_l{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item_spec .item_cart .cart_detail{
  width: 240px;
  margin: 0 0 0 auto;
}



.ordersheet_blk{
  display: block;
}

.ordersheet_blk_inner{
  padding: 0 0 0;
  align-items: center;
  display: flex;
}


.ordersheet_item{
  border-bottom:1px dotted #ccc;
  margin: 0 0 20px;
  width: 70%;
  position: relative;
}
@media screen and (max-width:767px){
  .ordersheet_item{
    border-bottom:1px dotted #ccc;
    margin: 0 0 20px;
    width: 100%;
    position: relative;
  }
}

.order_item_count{
  font-size: 20px;
  margin: 0 0 10px;
}
@media screen and (max-width:750px){
  .order_item_count{
    font-size: 16px;
    margin: 0 0 5px;
  }
}

.order_item_l{
  display: flex;
  padding:0 0 10px 0;
}
.order_item_img{
  width: 20%;
}
.order_item_img img{
  width: 100%;
}
.order_item_info{
  width: 80%;
  text-align: left;
  padding: 10px 0 0 20px;
}
p.order_item_name{
  text-align: left;
  line-height: 1.3;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:767px){
  p.order_item_name{
    text-align: left;
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
}

p.order_item_stocknum{
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width:767px){
  p.order_item_stocknum{
    text-align: left;
    font-size: 10px;
    padding: 0;
  }
}

.order_item_spec{
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 10px;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 10px;
}
.order_item_label{
}
.order_item_label .list-inline>li {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
}
.order_item_price{
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width:767px){
  .order_item_price{
    font-size: 21px;
    font-weight: bold;
  }
}

.order_item_price span{
  font-size: 14px;
  font-weight: bold;

}
.order_item_num{
  text-align: right;
}
.order_item_num input{
  width: 60px;
  height: 40px;
  padding:0 10px;
  margin:0 5px;
}
@media screen and (max-width:767px){
  .order_item_num input{
    width: 55px;
    height: 35px;
    padding:0 10px;
    margin:0 5px;
  }
}

.order_item_num span{
  font-size: 16px;
}
@media screen and (max-width:767px){
  .order_item_num span{
    font-size: 14px;
  }
}

.order_item_remove{
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.order_item_remove a{
  text-decoration: underline;
}
@media screen and (max-width:767px){
  .order_item_remove a{
    text-decoration: underline;
    font-size: 12px;
  }
}

.order_item_remove01{
  margin: 0 3px 0 0;
}
.order_item_remove02{
  display: inline-block;
  background-color: #ddd;
  font-size: 11px;
  margin: 0 0 0 20px;
  padding: 6px 10px;
  position: relative;
}
@media screen and (max-width:767px){
  .order_item_remove02{
    display: inline-block;
    background-color: #ddd;
    font-size: 10px;
    margin: 0 0 0 10px;
    padding: 3px 5px;
    position: relative;
  }
}

.order_item_remove02:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -23px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 10px solid rgba(221,221,221,0);
  border-right: 18px solid rgba(221,221,221,1);
  border-bottom: 10px solid rgba(221,221,221,0);
  border-left: 10px solid rgba(221,221,221,0);
}
@media screen and (max-width:767px){
  .order_item_remove02:before{
    left:-16px;
    border-top: 4px solid rgba(221,221,221,0);
    border-right: 8px solid rgba(221,221,221,1);
    border-bottom: 4px solid rgba(221,221,221,0);
    border-left: 8px solid rgba(221,221,221,0);
  }
}



.camp_lp{
}
.camp_lp .main{
  margin: 0 0 40px;
}
@media screen and (max-width:767px){
  .camp_lp .main{
    margin: 0 0 30px;
  }
}

.camp_lp .main img{
  width: 100%;
}
.camp_lp .nav_tab{
  display: flex;
  border-left: 1px solid #959595;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
}
@media screen and (max-width:767px){
  .camp_lp .nav_tab{
    width: 100%;
    justify-content: space-between;

    margin: 0 auto 40px;
border-left:none;
  }
}

.camp_lp .nav_tab li{
  font-size: 16px;
    color: #000;
    text-align: center;
    display: block;
    cursor: pointer;
}
@media screen and (max-width:767px){
  .camp_lp .nav_tab li{
    font-size: 12px;
    padding: 10px 5px 28px;
    /* background: #ddd; */


  }
}

.camp_lp .nav_tab li:hover{
  background: #030141;
color:#fff;
}
.camp_lp .nav_tab li.nav_tab_op{
background: #030141;
    cursor: auto;
    color: #fff;
}
.camp_lp .contents{
  display: none;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:767px){
  .camp_lp .contents{
    display: none;
    width: 100%;
    margin: 0 auto;
  }
}

.camp_lp .contents.contents_open{
  display: block;
}
.camp_lp .item_wrap{
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:767px){
  .camp_lp .item_wrap{
    /* display: block; */
    justify-content: space-between;
  }
}

.camp_lp .item_wrap.item_wrap_ver{
  display: block;
  
}
.camp_lp .contents_inner{
}
.camp_lp .contents_mainimg{
margin: 0 0 60px;
}
@media screen and (max-width:767px){
  .camp_lp .contents_mainimg{
    margin: 0 0 30px;
    }
}

.camp_lp .contents_mainimg h2{
  text-align: center;
  font-size: 20px;
  margin: 0 0 24px;
  border: none;
  letter-spacing: 2px;
}
@media screen and (max-width:767px){
  .camp_lp .contents_mainimg h2{
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px;
    border: none;
    letter-spacing: 2px;
    padding: 0;
  }
}

.camp_lp .contents_mainimg img{
  width: 100%;
}
.camp_lp .item_ver{
  width: 29.8%;
  margin: 0 15px 40px;
}
@media screen and (max-width:1000px){
  .camp_lp .item_ver{
    width: 28.5%;
    margin: 0 15px 40px;
  }
}
@media screen and (max-width:767px){
  .camp_lp .item_ver{
    width: 48%;
    margin: 0 0 30px;
  }
}


.camp_lp .item_img{
  margin: 0 0 10px;
}
.camp_lp .item_img img{
  width: 100%;
}
.camp_lp .item_ttl{
}
@media screen and (max-width:767px){
  .camp_lp .item_ttl{
    margin: 0 0 5px;
    padding: 0;
    line-height: 1.3;
  }
}

.camp_lp .item_spec .item_ttl{
  font-size: 22px;
}
@media screen and (max-width:767px){
  .camp_lp .item_spec .item_ttl{
    font-size: 16px;
  }
}

.camp_lp .item_num{
  font-size: 11px;
}
@media screen and (max-width:767px){
  .camp_lp .item_num{
    font-size: 11px;
    margin: 0 ;
    padding: 0;
  }
}

.camp_lp .item_price{
  text-align: right;
  font-weight: bold;
	margin-bottom: 4px;
}
@media screen and (max-width:767px){
  .camp_lp .item_price{
    text-align: right;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
}

.camp_lp .item_price01{
  font-size: 12px;
}
@media screen and (max-width:767px){
  .camp_lp .item_price01{
    font-size: 10px;
  }
}

.camp_lp .item_price02{
  font-size: 22px;
}
@media screen and (max-width:767px){
  .camp_lp .item_price02{
    font-size: 18px;
  }
}

.camp_lp .item_price03{
  font-size: 12px;
}
.camp_lp a.cart_detail{
  height: 50px;
}
@media screen and (max-width:767px){
  .camp_lp a.cart_detail{
    height: 40px;
    width: 100%;
    margin: 0 auto;
    font-size: 11px;
  }
  .camp_lp a.cart_detail span{
    background-size: 17px;
    padding: 0 0 0 20px;
  }
}

.camp_lp .cart_detail{
}
.camp_lp .contents.contents_b{
}
.camp_lp .contents.contents_c{
}

.camp_lp .item_cp{
  text-align: center;
  font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
}
@media screen and (max-width:767px){
  .camp_lp .item_cp{
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
  }
}

.camp_lp .item{
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width:767px){
  .camp_lp .item{
    width: 100%;
    margin: 0 auto 30px;
  }
}

.camp_lp .item_info{
  display: flex;
  margin: 30px 0 0 0;
  border-bottom: 1px solid #ddd;
  padding: 0 0 30px;
}
@media screen and (max-width:767px){
  .camp_lp .item_info{
    display: flex;
    margin: 0 0 0 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
  }
}

.camp_lp .item_thumb{
  width: 30%;
}
.camp_lp .item_spec{
  width: 70%;
}
@media screen and (max-width:767px){
  .camp_lp .item_thumb{
    width: 40%;
  }
  .camp_lp .item_spec{
    width: 60%;
  }
}



.camp_lp .item_thumb img{
  width: 100%;
}

.camp_lp .item_spec{
  padding: 0 0 0 20px;
}
@media screen and (max-width:767px){
  .camp_lp .item_spec{
    padding: 0 0 0 10px;
  }
}

.item_l{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:767px){
  .item_l{
    display: block;
  }
}

.item_spec .item_cart .cart_detail{
  width: 240px;
  margin: 0 0 0 auto;
}
@media screen and (max-width:767px){
  .item_spec .item_cart .cart_detail{
    width: 100%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width:767px){
.container_camp_lp{
padding:0 !important;
}
}
@media screen and (min-width:768px){
.container_camp_lp{
padding:0 !important;
	width:960px!important;
}
}
.camp_lp .main img{
   display:none;
}
.camp_lp .main img:nth-child(1){
   display:block;
}

.top_btn{
	width: 258px;
	margin: 0 auto;
}
.top_btn_detail{
	display: inline-block;
	width: 100%;
	font-size: 16pt;
	text-align: center;
	cursor: pointer;
	padding: 12px 12px;
	background: #000000;
	color: #ffffff!important;
	transition: .3s;
	border: 1px solid #000000;
}
.top_btn_detail:hover {
  color         : #000000!important;
  background    : #ffffff;
}

.camp_lp .nav_tab li span{
/*background-image: url(https://www.fukusaya.info/user_data/img/cir_ar_right.png);*/
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 18px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}
.camp_lp .nav_tab li span:after{
    content: "";
border-top:3px solid #030141;
border-right:3px solid #030141;
    position: absolute;
    bottom: 18px;
    right: 0;
    left: 0;
margin:auto;
    width: 12px;
    height: 12px;
    transform: rotate(135deg);
}
@media screen and (max-width:767px){
.camp_lp .nav_tab li span:after{
border-top:2px solid #030141;
border-right:2px solid #030141;
width:9px;
    height: 9px;
    bottom: 13px;
}
}

@media screen and (max-width:767px){
.camp_lp .nav_tab li span{
    background-size: 11px;
    padding: 0;
    font-size: 12px;
}
}


.camp_lp .nav_tab li.nav_tab_op span{
/*background-image: url(https://www.fukusaya.info/user_data/img/cir_ar_down.png);*/
}
@media(min-width:481px){
.camp_lp .nav_tab li span br{
display:none;
}
}
.camp_lp .nav_tab li.nav_tab_op span:after{
border-color:#fff;
}
.camp_lp .nav_tab li.nav_tab_op:after {
    /*content: "";*/
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background: #030141;
    margin: auto;
    border-top: 18px solid rgba(3,1,65,1);
    border-right: 13px solid rgb(255, 255, 255);
    border-bottom: 12px solid rgb(255, 255, 255);
    border-left: 13px solid rgb(255, 255, 255);
}
@media screen and (max-width:767px){
.camp_lp .nav_tab li.nav_tab_op:after {
    border-top: 13px solid rgba(3,1,65,1);
    border-right: 7px solid rgb(255, 255, 255);
    border-bottom: 17px solid rgb(255, 255, 255);
    border-left: 7px solid rgb(255, 255, 255);
}
}

.footer__bnrs img {
    width: 100%;
}


a.nav__btn{
  background: #030141;
  color: #fff;
  height: 44px;
  font-size: 10px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  margin: 0 0 0 4px;
}
a.nav__btn:hover{
  color:#fff;
text-decoration:none;
}
@media screen and (max-width:767px){
  a.nav__btn{
    display:none;
  }
}





.LC_Page_Cart .btn_area .list-inline li:first-child a.btn-styled {
    font-size: 26px;
    padding: 0 35px;
line-height:80px;
}

.LC_Page_Cart .btn.btn-black.btn-styled {
    font-size: 26px;
    padding: 0 45px;
line-height:80px;
}

.LC_Page_Shopping_Deliv .btn_area .list-inline li:first-child a.btn-styled {
    font-size: 26px;
    padding: 0 35px;
line-height:80px;
}

.LC_Page_Shopping_Deliv .btn.btn-black.btn-styled {
    font-size: 26px;
    padding: 0 45px;
line-height:80px;
}

.LC_Page_Shopping_Payment .btn_area .list-inline li:first-child a.btn-styled {
    font-size: 26px;
    padding: 0 35px;
line-height:80px;
}

.LC_Page_Shopping_Payment .btn.btn-black.btn-styled {
    font-size: 26px;
    padding: 0 45px;
line-height:80px;
}

.LC_Page_Shopping_Confirm .btn_area .list-inline li:first-child a.btn-styled {
    font-size: 26px;
    padding: 0 35px;
line-height:80px;
}

.LC_Page_Shopping_Confirm .btn.btn-black.btn-styled {
    font-size: 26px;
    padding: 0 45px;
line-height:80px;
}
@media screen and (max-width:767px){
.LC_Page_Cart .btn_area .list-inline li:first-child a.btn-styled {
    font-size: 18px;
    padding: 10px 20px;
line-height: initial;
}

.LC_Page_Cart .btn.btn-black.btn-styled {
    font-size: 18px;
    padding: 11px 35px;
line-height: initial;
}

.LC_Page_Shopping_Deliv .btn_area .list-inline li:first-child a.btn-styled {
font-size: 18px;
    padding: 10px 10px;
    width: 68px;
line-height: initial;
}

.LC_Page_Shopping_Deliv .btn.btn-black.btn-styled {
font-size: 18px;
    padding: 11px 18px;
    width: 232px;
    text-align: center;
line-height: initial;
}

.LC_Page_Shopping_Payment .btn_area .list-inline li:first-child a.btn-styled {
    font-size: 18px;
    padding: 10px 20px;
line-height: initial;
}

.LC_Page_Shopping_Payment .btn.btn-black.btn-styled {
    font-size: 18px;
    padding: 11px 35px;
line-height: initial;
}

.LC_Page_Shopping_Confirm .btn_area .list-inline li:first-child a.btn-styled {
    font-size: 18px;
    padding: 10px 20px;
line-height: initial;
}

.LC_Page_Shopping_Confirm .btn.btn-black.btn-styled {
    font-size: 18px;
    padding: 11px 35px;
line-height: initial;
}
}







.header__link_btn01{
position: absolute;
    top: 5px;
    right: 127px;
    background: #fff;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #030141;
font-size: 11px;
display:inline-block;
    padding: 0 30px;
}

.header__link_btn02 {
position: absolute;
    top: 5px;
    right: 0;
    background: #030141;
    color: #fff !important;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 11px;
display:inline-block;
    padding: 0 40px;
}

a.header__link_btn01:hover{
text-decoration:none;
} 

a.header__link_btn02:hover{
text-decoration:none;
}


a.header__link {
    margin: 15px 0 0 3px;
}
@media screen and (max-width:767px){
a.header__link {
    margin: 0;
}
}

@media screen and (max-width:767px){
.header__link_btn01{
display:none;
}
.header__link_btn02{
display:none;
}
}


#header_utility{
position:relative;
}
@media screen and (max-width:767px){
#header_utility{
position:initial;
}
}

/*アンカーボタン追加_パスワード変更ボタン追加_20211105*/
.buy_btn{
    bottom: 110px !important;
    width: 90px !important;
    right: 10px !important;
}
@media(max-width:767px){
  .buy_btn{
    bottom: 10px !important;
    width: 65px !important;
    height: 65px !important;
    right: 10px !important;
  }
}
.footer__login_pw{
  max-width: 1200px;
margin: 0 auto 70px;
}
.footer__login_pw .btn_pw{
  max-width: 350px;
margin-left: auto;
}
.footer__login_pw .btn_pw a{
  font-size: 20px;
font-weight: bold;
display: block;
width: 100%;
padding: 15px 10px;
text-align: center;
letter-spacing: .1rem;
background: #D0A971;
text-decoration: none;
position: relative;
}
.footer__login_pw .btn_pw a:after{
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
}
.footer__login_pw .btn_pw a:hover{
  color: #000;
  opacity: .8;
}
@media(max-width:767px){
.footer__login_pw{
margin: 0 auto 30px;
}
  .footer__login_pw .btn_pw{
    margin: auto;
  }
.footer__login_pw .btn_pw a{
font-size: 15px;
}
}
/*20220126追記*/
.totop.line_btn{
height: 100px !important;
    width: 100px !important;
    bottom: 100px !important;
    right: 0 !important;
}
@media(max-width:767px){
.totop.line_btn{
    width: 80px !important;
    bottom: 18vw !important;
    height: 80px !important;
}
}

/*リニューアルここから*/

.LC_Page_Entry_Kiyaku .list-inline{
    display: flex;
    list-style: none;
    justify-content: center;
}
.LC_Page_Entry_Kiyaku .list-inline li{
    display: block;
}
.LC_Page_Entry_Kiyaku .list-inline li a{
    margin:0 !important;
}

#leftcolumn{
padding-left:0;
}
#main_column{
padding-right:0;
padding-left:0;
}

@media(min-width:768px){
.col-sm-3{
width:23%;
}
}
@media(min-width:768px){
.col-sm-9{
width:75%;
}
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
h1, h2, h3, h4{
font-weight:bold;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
figure img {
  max-width: 100%; }

section {
  padding-top: 80px; }
  @media (max-width: 767px) {
    section {
      padding-top: 60px; } }
.container{
width:100%;
}
img {
  vertical-align: bottom; }

@media (min-width: 768px) {
  .sp_only {
    display: none; } }

@media (max-width: 767px) {
  .pc_only {
    display: none; } }

/* font size
=========================================== */
html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  /* 16px*/
  line-height: 1.6;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
/* iOSでのデフォルトスタイルをリセット
=========================================== */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration {
  display: none; }

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px; }
/* リンク
=========================================== */
a {
  transition: .3s;
  text-decoration: none; }
  a:hover {
    color: #253b4b;
    text-decoration: none; }
/* ボタン
=========================================== */
.btn {
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .btn {
      margin-top: 20px; } }
  .btn a {
    display: block;
    max-width: 260px;
    width: 100%;
    margin: auto;
    border: 1px solid #253b4b;
    background: #253b4b;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1.4rem 1rem;
    position: relative;
    transition: .3s; }
    .btn a:after {
      content: "";
      width: 6px;
      height: 6px;
      display: block;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      transform: rotate(135deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 6%;
      margin: auto;
      transition: .2s; }
    .btn a:hover {
      background: #fff;
      color: #253b4b; }
      .btn a:hover:after {
        border-color: #253b4b; }

/* 共通部分（header,footer）
=========================================== */
body {
  padding-top: 121px; }
  @media (max-width: 767px) {
    body {
      padding-top: 60px; } }
  body.no-scroll {
    overflow-y: hidden; }
header {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff; }
  header #header_wrap {
    background: #fff; }
    header #header_wrap .header_contents {
      padding: 10px 0;
      max-width: 1200px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 1220px) {
        header #header_wrap .header_contents {
          padding: 10px 15px; } }
      @media (max-width: 767px) {
        header #header_wrap .header_contents {
          padding: 8px 10px; } }
      header #header_wrap .header_contents h1 {
        margin: 0;
        max-width: 170px; }
        @media (max-width: 820px) {
          header #header_wrap .header_contents h1 {
            max-width: 140px; } }
        @media (max-width: 767px) {
          header #header_wrap .header_contents h1 {
            max-width: 120px; } }
        header #header_wrap .header_contents h1 a {
          display: block; }
          header #header_wrap .header_contents h1 a img {
            width: 100%;
            vertical-align: bottom; }
      header #header_wrap .header_contents .header_txt_btn {
        display: flex;
        justify-content: space-between;
        padding-right: 7px; }
        header #header_wrap .header_contents .header_txt_btn .tel_login {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-right: 20px; }
          @media (max-width: 767px) {
            header #header_wrap .header_contents .header_txt_btn .tel_login {
              display: none; } }
          header #header_wrap .header_contents .header_txt_btn .tel_login .tel_order {
            text-align: right;
            margin-right: 10px; }
header #header_wrap .header_contents .header_txt_btn .tel_login .tel_order p {
margin-bottom:0;
}
            header #header_wrap .header_contents .header_txt_btn .tel_login .tel_order .tel {
              line-height: 1; }
              header #header_wrap .header_contents .header_txt_btn .tel_login .tel_order .tel span {
                font-size: 13px;
                color: #fff;
                background: #253b4b;
                padding: 5px;
                display: inline-block;
                vertical-align: super; }
              header #header_wrap .header_contents .header_txt_btn .tel_login .tel_order .tel a {
                margin-left: 10px;
                color: #333;
                font-size: 30px; }
                @media (max-width: 820px) {
                  header #header_wrap .header_contents .header_txt_btn .tel_login .tel_order .tel a {
                    font-size: 28px; } }
            header #header_wrap .header_contents .header_txt_btn .tel_login .tel_order .txt {
              font-size: 13px;
margin-top: 5px; }
              @media (max-width: 820px) {
                header #header_wrap .header_contents .header_txt_btn .tel_login .tel_order .txt {
                  font-size: 12px; } }
 header #header_wrap .header_contents .header_txt_btn .tel_login .member_btn{
margin-bottom:0;
padding:0;
}
          header #header_wrap .header_contents .header_txt_btn .tel_login .member_btn li:first-child {
            margin-bottom: 5px; }
          header #header_wrap .header_contents .header_txt_btn .tel_login .member_btn li a {
            background: #253b4b;
            color: #fff;
            line-height: 1;
            display: block;
            padding: 6px 15px;
            border-radius: 20px;
            transition: .2s; }
            header #header_wrap .header_contents .header_txt_btn .tel_login .member_btn li a:hover {
              background: #182b38; }
        header #header_wrap .header_contents .header_txt_btn .btn_area {
          display: flex;
          justify-content: space-between;
          position: relative; }
          header #header_wrap .header_contents .header_txt_btn .btn_area .h_search_btn {
            margin-right: 15px;
            margin-bottom: 0;
            cursor: pointer;
            background: url(/user_data/new_img/common/seach.png) no-repeat;
            background-size: contain; }
            @media (max-width: 767px) {
              header #header_wrap .header_contents .header_txt_btn .btn_area .h_search_btn {
                display: none; } }
            header #header_wrap .header_contents .header_txt_btn .btn_area .h_search_btn span {
              padding-top: 35px;
              display: block;
              font-size: 13px; }
              @media (max-width: 820px) {
                header #header_wrap .header_contents .header_txt_btn .btn_area .h_search_btn span {
                  font-size: 12px; } }
          header #header_wrap .header_contents .header_txt_btn .btn_area #search-wrap {
            position: absolute;
            top: 100%;
            right: 135px;
            z-index: -1;
            opacity: 0;
            width: 0;
            transition: all 0.4s;
            border-radius: 5px;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.07); }
            @media (max-width: 767px) {
              header #header_wrap .header_contents .header_txt_btn .btn_area #search-wrap {
                display: none; } }
            header #header_wrap .header_contents .header_txt_btn .btn_area #search-wrap .search_form {
              position: relative;
              display: none; }
              header #header_wrap .header_contents .header_txt_btn .btn_area #search-wrap .search_form .formlist input {
                width: 100%;
                border: none;
                border-bottom: 2px solid #ccc;
                transition: all 0.5s;
                letter-spacing: 0.05em;
                height: 46px;
                padding: 10px;
                outline: none;
    background: none; }
              header #header_wrap .header_contents .header_txt_btn .btn_area #search-wrap .search_form .search_btn {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                background: url(/user_data/new_img/common/seach.png) no-repeat;
                background-size: contain;
                width: 20px;
                height: 24px;
                outline: none;
                border: 0; }
            header #header_wrap .header_contents .header_txt_btn .btn_area #search-wrap.panelactive {
              opacity: 1;
              z-index: 3;
              width: 280px;
              padding: 20px;
              top: 60px;
              background: #fff; }
              header #header_wrap .header_contents .header_txt_btn .btn_area #search-wrap.panelactive .search_form {
                display: block; }
          header #header_wrap .header_contents .header_txt_btn .btn_area .h_mypage_btn {
            margin-right: 15px;
            margin-bottom: 0; }
            @media (max-width: 767px) {
              header #header_wrap .header_contents .header_txt_btn .btn_area .h_mypage_btn {
                display: none; } }
            header #header_wrap .header_contents .header_txt_btn .btn_area .h_mypage_btn a {
              display: block;
              background: url(/user_data/new_img/common/mypage.png) no-repeat top center;
              background-size: auto 32px;
              color: #333; }
            header #header_wrap .header_contents .header_txt_btn .btn_area .h_mypage_btn span {
              padding-top: 35px;
              display: block;
              font-size: 13px; }
              @media (max-width: 820px) {
                header #header_wrap .header_contents .header_txt_btn .btn_area .h_mypage_btn span {
                  font-size: 12px; } }
          header #header_wrap .header_contents .header_txt_btn .btn_area .h_cart_btn {
            margin-bottom: 0; }
            @media (max-width: 767px) {
              header #header_wrap .header_contents .header_txt_btn .btn_area .h_cart_btn {
                margin-right: 48px; } }
            header #header_wrap .header_contents .header_txt_btn .btn_area .h_cart_btn a {
              border-radius: 50%;
              width: 57px;
              height: 57px;
              display: block;
              background: url(/user_data/new_img/common/cart.png) no-repeat center #f3f4f5;
              background-size: auto 32px;
              color: #333;
              position: relative; }
              @media (max-width: 767px) {
                header #header_wrap .header_contents .header_txt_btn .btn_area .h_cart_btn a {
                  width: 44px;
                  height: 44px;
                  background: url(/user_data/new_img/common/cart.png) no-repeat center #f3f4f5;
                  background-size: auto 24px; } }
            header #header_wrap .header_contents .header_txt_btn .btn_area .h_cart_btn .cart_num {
              position: absolute;
              color: #fff;
              font-size: 12px;
              font-weight: bold;
              top: 2px;
              right: -7px;
              display: block;
              width: 20px;
              height: 20px;
              border-radius: 20px;
              background-color: #ed2c2c;
              text-align: center;
              line-height: 20px; }
              @media (max-width: 767px) {
                header #header_wrap .header_contents .header_txt_btn .btn_area .h_cart_btn .cart_num {
                  right: -12px; } }
      header #header_wrap .header_contents .hamburger {
        display: none;
        position: absolute;
        z-index: 3;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center; }
        @media (max-width: 767px) {
          header #header_wrap .header_contents .hamburger {
            display: block; } }
        header #header_wrap .header_contents .hamburger span {
          display: block;
          position: absolute;
          width: 30px;
          height: 3px;
          left: 6px;
          border-radius: 2px;
          background: #253b4b;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          header #header_wrap .header_contents .hamburger span:nth-of-type(1) {
            top: 10px; }
          header #header_wrap .header_contents .hamburger span:nth-of-type(2) {
            top: 20px; }
          header #header_wrap .header_contents .hamburger span:nth-of-type(3) {
            top: 30px; }
        header #header_wrap .header_contents .hamburger.active span:nth-of-type(1) {
          top: 18px;
          left: 6px;
          background: #253b4b;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        header #header_wrap .header_contents .hamburger.active span:nth-of-type(2), header #header_wrap .header_contents .hamburger.active span:nth-of-type(3) {
          top: 18px;
          background: #253b4b;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg); }
  header .nav_header {
    background: #253b4b; }
    @media (min-width: 768px) {
      header .nav_header {
        height: 44px; } }
    header .nav_header .container {
padding:0;
      max-width: 1200px;
      margin: auto; }
      @media (max-width: 768px) {
        header .nav_header .container {
          padding: 0 10px; } }
    header .nav_header .nav_wrap {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      box-sizing: border-box;
      position: relative; }
      @media (min-width: 768px) {
        header .nav_header .nav_wrap {
          height: 44px; } }
      header .nav_header .nav_wrap > li {
        width: calc(100% / 7);
        box-sizing: border-box; }
        header .nav_header .nav_wrap > li > a {
          position: relative;
          text-align: center;
          font-size: 16px;
          color: #fff;
          padding: 8px 6px;
          display: block;
          transition: .2s; }
          @media (max-width: 1000px) {
            header .nav_header .nav_wrap > li > a {
              font-size: 13px; } }
          @media (min-width: 768px) {
            header .nav_header .nav_wrap > li > a {
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
              header .nav_header .nav_wrap > li > a:before {
                content: "";
                width: 1px;
                height: 70%;
                border-right: 1px solid rgba(255, 255, 255, 0.3);
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                margin: auto; } }
          header .nav_header .nav_wrap > li > a img {
            width: 100%; }
          header .nav_header .nav_wrap > li > a:hover {
            background: #182b38; }
            header .nav_header .nav_wrap > li > a:hover img {
              opacity: 1; }
        @media (min-width: 768px) {
          header .nav_header .nav_wrap > li:first-child > a:after {
            content: "";
            width: 1px;
            height: 70%;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto; } }
        header .nav_header .nav_wrap > li .under_nav {
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          margin: auto;
          opacity: 0;
          padding: 40px;
          background: #f3f4f5;
          max-width: 1200px;
          box-sizing: border-box;
          width: 100%;
          z-index: 1;
          visibility: hidden;
          transition: .3s; }
          @media (max-width: 767px) {
            header .nav_header .nav_wrap > li .under_nav {
              visibility: visible;
              opacity: 1;
              display: none;
              position: inherit; }
              header .nav_header .nav_wrap > li .under_nav.active {
                display: block; } }
          header .nav_header .nav_wrap > li .under_nav .flex_box {
            display: flex;
            justify-content: space-between;
            align-items: start; }
            header .nav_header .nav_wrap > li .under_nav .flex_box .pick_item {
              width: 260px;
              position: relative; }
              header .nav_header .nav_wrap > li .under_nav .flex_box .pick_item:before {
                content: "";
                width: 83px;
                height: 83px;
                background: url(/user_data/new_img/common/nav_pickup.png) no-repeat;
                background-size: contain;
                position: absolute;
                top: -20px;
                left: -20px;
                z-index: 1; }
              header .nav_header .nav_wrap > li .under_nav .flex_box .pick_item a {
                padding: 0;
                transition: .2s; }
                header .nav_header .nav_wrap > li .under_nav .flex_box .pick_item a:hover {
                  opacity: 0.8; }
                header .nav_header .nav_wrap > li .under_nav .flex_box .pick_item a img {
                  width: 100%; }
                header .nav_header .nav_wrap > li .under_nav .flex_box .pick_item a:before {
                  content: none; }
            header .nav_header .nav_wrap > li .under_nav .flex_box .category_li {
              width: calc(97% - 260px);
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between; }
              header .nav_header .nav_wrap > li .under_nav .flex_box .category_li li {
                width: calc(96% / 2);
                margin-bottom: 10px; }
                header .nav_header .nav_wrap > li .under_nav .flex_box .category_li li a {
                  font-size: 15px;
                  color: #253b4b;
                  text-decoration: none;
                  padding: 16px 10px;
                  font-weight: bold;
                  position: relative;
                  border: 1px solid #253b4b;
                  transition: .2s;
                  display: block;
                  width: 100%; }
                  @media (max-width: 1100px) {
                    header .nav_header .nav_wrap > li .under_nav .flex_box .category_li li a {
                      font-size: 12px; } }
                  header .nav_header .nav_wrap > li .under_nav .flex_box .category_li li a:before {
                    content: none; }
                  header .nav_header .nav_wrap > li .under_nav .flex_box .category_li li a:after {
                    content: "";
                    width: 6px;
                    height: 6px;
                    border-top: 2px solid #253b4b;
                    border-right: 2px solid #253b4b;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 4%;
                    margin: auto;
                    transform: rotate(45deg);
                    transition: .2s; }
                  header .nav_header .nav_wrap > li .under_nav .flex_box .category_li li a:hover {
                    color: #fff;
                    background: #253b4b; }
                    header .nav_header .nav_wrap > li .under_nav .flex_box .category_li li a:hover:after {
                      border-color: #fff; }
          header .nav_header .nav_wrap > li .under_nav.active {
            opacity: 1;
            visibility: visible; }
          header .nav_header .nav_wrap > li .under_nav .all_btn {
            position: absolute;
            bottom: 40px;
            right: 40px;
            max-width: 210px;
            width: 100%; }
            header .nav_header .nav_wrap > li .under_nav .all_btn a {
              border-radius: 40px;
              text-align: center;
              width: 100%;
              background: #253b4b;
              padding: 10px;
              display: block;
              color: #fff;
              text-decoration: none;
              font-weight: bold;
              font-size: 15px;
              position: relative; }
              header .nav_header .nav_wrap > li .under_nav .all_btn a:hover {
                background: #182b38; }
              header .nav_header .nav_wrap > li .under_nav .all_btn a:after {
                content: "";
                width: 6px;
                height: 6px;
                border-top: 2px solid #fff;
                border-right: 2px solid #fff;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 20px;
                margin: auto;
                transform: rotate(45deg);
                transition: .2s; }
    @media (max-width: 767px) {
      header .nav_header {
        padding-bottom: 80px;
        box-sizing: border-box;
        position: fixed;
        z-index: 2;
        top: 60px;
        left: 0;
        background: #fff;
        text-align: center;
        width: 100%;
        opacity: 0;
        transition: opacity .6s ease, visibility .6s ease;
        height: calc(100% - 60px);
        padding: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        visibility: hidden; }
        header .nav_header.active {
          opacity: 1;
          visibility: visible; }
        header .nav_header .container {
          padding: 0; }
        header .nav_header h2 {
margin:0;
font-weight:bold;
          background: #253b4b;
          color: #fff;
          font-size: 14px;
          padding: 6px 0; }
        header .nav_header .login_box {
          display: flex;
          justify-content: center;
          padding: 20px 15px;
          border-top: 2px solid #253b4b; }
          header .nav_header .login_box p {
            width: calc(96% / 2); }
            header .nav_header .login_box p a {
              font-size: 14px;
              font-weight: bold;
              padding: 10px;
              position: relative;
              display: block;
              border: 1px solid #253b4b;
              border-radius: 5px;
              color: #253b4b; }
              header .nav_header .login_box p a:after {
                content: "";
                width: 6px;
                height: 6px;
                border-top: 2px solid #253b4b;
                border-right: 2px solid #253b4b;
                transform: rotate(45deg);
                position: absolute;
                top: 0;
                bottom: 0;
                right: 5%;
                margin: auto; }
            header .nav_header .login_box p.login_btn {
              margin-right: 3%; }
            header .nav_header .login_box p.member_btn a {
              background: #253b4b;
              color: #fff; }
              header .nav_header .login_box p.member_btn a:after {
                border-color: #fff; }
        header .nav_header .search_box .search_form {
          margin: 15px;
          display: flex;
          justify-content: space-between;
          box-sizing: border-box; }
          header .nav_header .search_box .search_form .formlist {
            width: calc(100% - 100px);
margin-bottom:0; }
            header .nav_header .search_box .search_form .formlist input {
              padding: 0 10px;
              width: 100%;
              -webkit-appearance: none;
              height: 44px;
              outline: none;
              border: 1px solid #253b4b;
              border-radius: 0; }
          header .nav_header .search_box .search_form .search_btn {
            width: 100px;
            -webkit-appearance: none;
            border: 1px solid #253b4b;
            border-radius: 0;
            background: #253b4b;
            color: #fff;
    height: 44px; }
        header .nav_header .nav_wrap {
          display: block; }
          header .nav_header .nav_wrap > li {
            width: 100%; }
            header .nav_header .nav_wrap > li a {
              font-size: 14px;
              color: #333;
              padding: 10px 15px;
              text-align: left;
              font-weight: bold;
              border-bottom: 1px solid #ccc; }
              header .nav_header .nav_wrap > li a:after {
                content: "";
                width: 6px;
                height: 6px;
                border-top: 2px solid #253b4b;
                border-right: 2px solid #253b4b;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 4%;
                margin: auto;
                transform: rotate(45deg);
                transition: .2s; }
              header .nav_header .nav_wrap > li a:hover {
                background: rgba(37, 59, 75, 0.1); }
              header .nav_header .nav_wrap > li a.acctit:after {
                transform: rotate(135deg); }
            header .nav_header .nav_wrap > li .under_nav {
              background: #fff;
              padding: 0; }
              header .nav_header .nav_wrap > li .under_nav .flex_box {
                display: block; }
                header .nav_header .nav_wrap > li .under_nav .flex_box .pick_item {
                  display: none; }
                header .nav_header .nav_wrap > li .under_nav .flex_box .category_li {
                  width: 100%;
                  display: block; }
                  header .nav_header .nav_wrap > li .under_nav .flex_box .category_li li {
                    margin: 0;
                    width: 100%;
                    border-bottom: 1px solid #ccc; }
                    header .nav_header .nav_wrap > li .under_nav .flex_box .category_li li a {
                      font-size: 14px;
                      font-weight: normal;
                      border: 0 !important;
                      padding: 10px 15px; }
                      header .nav_header .nav_wrap > li .under_nav .flex_box .category_li li a:hover {
                        color: #333;
                        background: rgba(37, 59, 75, 0.1); }
                        header .nav_header .nav_wrap > li .under_nav .flex_box .category_li li a:hover:after {
                          border-color: #253b4b; }
        header .nav_header .guide_box ul {
          display: flex;
          flex-wrap: wrap; 
padding:0;
margin:0;}
          header .nav_header .guide_box ul li {
            width: 50%; }
            header .nav_header .guide_box ul li a {
              width: 100%;
              height: 100%;
              display: block;
              font-size: 14px;
              font-weight: normal;
              border-bottom: 1px solid #ccc;
              padding: 10px 15px;
              color: #333;
              position: relative;
              font-weight: bold; }
              header .nav_header .guide_box ul li a:after {
                content: "";
                width: 6px;
                height: 6px;
                border-top: 2px solid #253b4b;
                border-right: 2px solid #253b4b;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 4%;
                margin: auto;
                transform: rotate(45deg);
                transition: .2s; }
            header .nav_header .guide_box ul li:nth-child(odd) a {
              border-right: 1px solid #ccc; }
        header .nav_header .about_box ul li a {
          width: 100%;
          height: 100%;
          display: block;
          font-size: 14px;
          font-weight: normal;
          border-bottom: 1px solid #ccc;
          padding: 10px 15px;
          color: #333;
          position: relative;
          font-weight: bold;
          text-align: left; }
          header .nav_header .about_box ul li a:after {
            content: "";
            width: 6px;
            height: 6px;
            border-top: 2px solid #253b4b;
            border-right: 2px solid #253b4b;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 4%;
            margin: auto;
            transform: rotate(45deg);
            transition: .2s; } }
.about_box ul{
padding:0;
margin:0;
}
    @media (max-width: 767px) {
.side_col {
        display: none; } }
.side_col img {
      width: 100%; }
.side_col section {
      padding: 0; }

.side_col .bn_free {
  margin-bottom: 20px; }
  .side_col .bn_free p a {
    display: block;
    transition: .2s; }
    .side_col .bn_free p a:hover {
      opacity: .8; }
.side_col .side_nav .box h2 {
  font-size: 16px;
  color: #fff;
  background: #253b4b;
  padding: 18px 10px;
  margin: 0;
  text-align: center;
  border: 1px solid #253b4b; }
  @media (max-width: 1000px) {
    .side_col .side_nav .box h2 {
      font-size: 14px; } }
  .side_col .side_nav .box h2.reverse {
    background: #fff;
    color: #253b4b; }
.side_col .side_nav .box > ul > li > a {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 100%;
  padding: 16px 10px;
  color: #333; }
  @media (max-width: 1000px) {
    .side_col .side_nav .box > ul > li > a {
      font-size: 13px; } }
  .side_col .side_nav .box > ul > li > a:hover {
    background: #f3f4f5; }
  .side_col .side_nav .box > ul > li > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #253b4b;
    border-right: 2px solid #253b4b;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    transition: .2s; }
  .side_col .side_nav .box > ul > li > a.acctit:after {
    transform: rotate(135deg); }
  .side_col .side_nav .box > ul > li > a.acctit.open {
    background: #f3f4f5; }
    .side_col .side_nav .box > ul > li > a.acctit.open:after {
      transform: rotate(-45deg); }
.side_col .side_nav .box > ul > li .accodion {
  display: none; }
  .side_col .side_nav .box > ul > li .accodion li a {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 14px;
    position: relative;
    width: 100%;
    padding: 12px 10px 12px 20px;
    color: #333;
    position: relative; }
    .side_col .side_nav .box > ul > li .accodion li a:hover {
      background: #f3f4f5; }
    .side_col .side_nav .box > ul > li .accodion li a:after {
      content: "";
      width: 6px;
      height: 6px;
      border-top: 2px solid #253b4b;
      border-right: 2px solid #253b4b;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5%;
      margin: auto;
      transition: .2s; }
.side_col .side_banner {
  margin-top: 20px; }
  .side_col .side_banner ul li:not(:last-child) {
    margin-bottom: 10px; }
  .side_col .side_banner ul li a {
    display: block;
    transition: .2s; }
    .side_col .side_banner ul li a:hover {
      opacity: .8; }

h2.top_h2 {
  font-size: 26px;
  color: #253b4b;
  letter-spacing: .15rem;
  margin: 0 0 20px; }
  @media (max-width: 1000px) {
    h2.top_h2 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    h2.top_h2 {
      font-size: 20px;
      margin: 0 0 20px;
      text-align: center; } }
  h2.top_h2 .en {
    margin-left: 10px;
    color: #ccc;
    font-size: 16px;
    font-weight: normal; }
    @media (max-width: 1000px) {
      h2.top_h2 .en {
        font-size: 15px; } }
    @media (max-width: 767px) {
      h2.top_h2 .en {
        font-size: 14px;
        display: block;
    margin: 8px 0 0; } }

.footer_more {
  background: #f3f4f5;
  padding: 80px 0 40px;
  margin-top: 80px; }
  @media (max-width: 767px) {
    .footer_more {
      padding: 40px 0 30px;
      margin-top: 60px; } }
  .footer_more .container {
    max-width: 1200px;
    margin: auto; }
    @media (max-width: 1220px) {
      .footer_more .container {
        padding: 0 15px; } }
    .footer_more .container .link_box {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 1000px;
      margin: auto; }
      .footer_more .container .link_box li {
        width: calc(94% / 3); }
        @media (max-width: 767px) {
          .footer_more .container .link_box li {
            width: calc(96% / 2); }
            .footer_more .container .link_box li:nth-child(n+3) {
              margin-top: 25px; } }
        .footer_more .container .link_box li a {
          display: block;
          transition: .2s;
          color: #333; }
          .footer_more .container .link_box li a figure {
            transition: .2s; }
          .footer_more .container .link_box li a h3 {
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            margin: 10px 0 5px; }
            @media (max-width: 767px) {
              .footer_more .container .link_box li a h3 {
                font-size: 14px; } }
          @media (max-width: 767px) {
            .footer_more .container .link_box li a .txt {
              font-size: 12px; } }
          .footer_more .container .link_box li a:hover figure {
            opacity: .8; }
    .footer_more .container h2 {
      margin-top: 60px;
      text-align: center; }
      @media (max-width: 767px) {
        .footer_more .container h2 {
          margin-top: 40px; } }
      .footer_more .container h2 a {
        color: #333; }
      .footer_more .container h2 img {
        max-width: 186px; }
        @media (max-width: 767px) {
          .footer_more .container h2 img {
            max-width: 150px; } }
      .footer_more .container h2 span {
        display: block;
        margin-top: 18px;
        font-size: 14px;
        font-weight: normal; }

footer {
  background: #172c3b;
  padding: 80px 0 0; }
  @media (max-width: 767px) {
    footer {
      padding: 0; } }
  footer .container {
    max-width: 1200px;
    margin: auto; }
    @media (max-width: 1220px) {
      footer .container {
        padding: 0 15px; } }
    footer .container .nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 767px) {
        footer .container .nav {
          display: none; } }
      footer .container .nav > ul {
        width: calc(94% / 4); }
        footer .container .nav > ul > li:not(:last-child) {
          margin-bottom: 20px; }
        footer .container .nav > ul > li > a, footer .container .nav > ul > li span {
          color: #fff;
          font-weight: bold;
          font-size: 14px; }
        footer .container .nav > ul > li .under_nav {
          margin-top: 5px; }
          footer .container .nav > ul > li .under_nav li:not(:last-child) {
            margin-bottom: 5px; }
          footer .container .nav > ul > li .under_nav li a {
            color: #fff;
            font-size: 14px;
            padding-left: 10px;
            position: relative; }
            footer .container .nav > ul > li .under_nav li a:before {
              content: "";
              width: 4px;
              height: 1px;
              background: #fff;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              margin: auto; }
      footer .container .nav a {
        transition: .2s; }
        footer .container .nav a:hover {
          opacity: .8; }
    footer .container .contact_area {
      margin: 30px 0;
      padding: 26px 0;
      background: #fff;
      max-width: 1200px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 767px) {
        footer .container .contact_area {
          background: none;
          margin: 0;
          padding: 0;
          display: block; } }
      footer .container .contact_area .box {
        text-align: center;
        width: calc(100% / 3);
        padding: 20px; }
        @media (max-width: 767px) {
          footer .container .contact_area .box {
            width: 100%;
            padding: 30px 0; } }
        footer .container .contact_area .box:not(:last-of-type) {
          position: relative; }
          footer .container .contact_area .box:not(:last-of-type):after {
            content: "";
            width: 1px;
            height: 100%;
            background: #ccc;
            position: absolute;
            top: 0;
            right: 0; }
            @media (max-width: 767px) {
              footer .container .contact_area .box:not(:last-of-type):after {
                width: 100%;
                height: 1px;
                background: rgba(255, 255, 255, 0.2);
                top: auto;
                right: auto;
                bottom: 0;
                left: 0; } }
        footer .container .contact_area .box h2 {
          text-align: center;
          font-size: 24px;
          color: #253b4b;
          position: relative;
          padding: 0 0 10px;
          margin: 0 0 16px; }
          @media (max-width: 1000px) {
            footer .container .contact_area .box h2 {
              font-size: 20px; } }
          @media (max-width: 767px) {
            footer .container .contact_area .box h2 {
              color: #fff;
              font-size: 18px; } }
          footer .container .contact_area .box h2:after {
            content: "";
            width: 60px;
            height: 1px;
            background: #253b4b;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
            @media (max-width: 767px) {
              footer .container .contact_area .box h2:after {
                background: #fff;
                width: 48px; } }
        @media (max-width: 1000px) {
          footer .container .contact_area .box .txt {
            font-size: 13px; } }
        @media (max-width: 767px) {
          footer .container .contact_area .box .txt {
            color: #fff; } }
        footer .container .contact_area .box .tel, footer .container .contact_area .box .fax {
          margin: 0 0 14px; }
          footer .container .contact_area .box .tel a, footer .container .contact_area .box .tel span, footer .container .contact_area .box .fax a, footer .container .contact_area .box .fax span {
            display: block;
            line-height: 1;
            color: #253b4b;
            font-size: 32px;
            font-weight: bold;
    text-decoration: none; }
            @media (max-width: 1000px) {
              footer .container .contact_area .box .tel a, footer .container .contact_area .box .tel span, footer .container .contact_area .box .fax a, footer .container .contact_area .box .fax span {
                font-size: 3.2vw; } }
            @media (max-width: 767px) {
              footer .container .contact_area .box .tel a, footer .container .contact_area .box .tel span, footer .container .contact_area .box .fax a, footer .container .contact_area .box .fax span {
                color: #fff;
                font-size: 30px; } }
        footer .container .contact_area .box .fax span, footer .container .contact_area .box .fax a {
          text-decoration: none;
          pointer-events: none; }
        footer .container .contact_area .box .pdf_btn {
          max-width: 300px;
          margin: 0 auto; }
          @media (max-width: 767px) {
            footer .container .contact_area .box .pdf_btn {
              max-width: 200px; } }
          footer .container .contact_area .box .pdf_btn a {
            display: block;
            color: #333;
            border: 1px solid #333;
            position: relative;
            padding: 8px;
            transition: .2s; }
            @media (max-width: 1000px) {
              footer .container .contact_area .box .pdf_btn a {
                font-size: 13px; } }
            @media (max-width: 767px) {
              footer .container .contact_area .box .pdf_btn a {
                color: #fff;
                border-color: #fff; } }
            footer .container .contact_area .box .pdf_btn a:after {
              content: "";
              width: 6px;
              height: 6px;
              border-top: 1px solid #333;
              border-right: 1px solid #333;
              transform: rotate(45deg);
              position: absolute;
              top: 0;
              bottom: 0;
              right: 5%;
              margin: auto; }
              @media (max-width: 767px) {
                footer .container .contact_area .box .pdf_btn a:after {
                  border-color: #fff; } }
            @media (min-width: 1001px) {
              footer .container .contact_area .box .pdf_btn a br {
                display: none; } }
            footer .container .contact_area .box .pdf_btn a:hover {
              background: rgba(37, 59, 75, 0.1); }
        footer .container .contact_area .box .btn {
          margin-top: 20px;
    width: 100%;
    max-width: 260px; }
          @media (max-width: 767px) {
            footer .container .contact_area .box .btn a {
              border: 1px solid #fff;
              background: #fff;
              color: #253b4b; }
              footer .container .contact_area .box .btn a:after {
                border-color: #253b4b; } }
    footer .container .other .sns {
      display: flex;
      justify-content: center; }
      footer .container .other .sns li {
        width: 40px; }
        footer .container .other .sns li:not(:last-child) {
          margin-right: 24px; }
        footer .container .other .sns li img {
          width: 100%; }
    footer .container .other .txt_link {
      margin: 30px 0 0;
      display: flex;
      justify-content: center; }
      @media (max-width: 767px) {
        footer .container .other .txt_link {
          display: block;
          border-top: 1px solid #fff; } }
      footer .container .other .txt_link li {
        position: relative; }
        footer .container .other .txt_link li:not(:last-child) {
          margin-right: 10px;
          padding-right: 10px; }
          @media (max-width: 767px) {
            footer .container .other .txt_link li:not(:last-child) {
              margin-right: 0;
              padding-right: 0; } }
          footer .container .other .txt_link li:not(:last-child):after {
            content: "";
            width: 1px;
            height: 60%;
            background: #fff;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto; }
            @media (max-width: 767px) {
              footer .container .other .txt_link li:not(:last-child):after {
                content: none; } }
        @media (max-width: 767px) {
          footer .container .other .txt_link li {
            margin: 0;
            text-align: center;
            border-bottom: 1px solid #fff; }
            footer .container .other .txt_link li:before {
              content: "";
              width: 6px;
              height: 6px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              transform: rotate(45deg);
              position: absolute;
              top: 0;
              bottom: 0;
              right: 2%;
              margin: auto; } }
        footer .container .other .txt_link li a {
          color: #fff;
          transition: .2s; }
          @media (max-width: 767px) {
            footer .container .other .txt_link li a {
              width: 100%;
              height: 100%;
              display: block;
              padding: 14px 10px; } }
          footer .container .other .txt_link li a:hover {
            opacity: .8; }
  footer .copyright {
    text-align: center;
    color: #fff;
    padding: 30px;
    font-size: 12px; }
  footer #pagetop {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px; }
    @media (max-width: 767px) {
      footer #pagetop {
        display: none !important; } }
    footer #pagetop a {
      text-align: center;
      background: #fff;
      color: #253b4b;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      line-height: 1.3;
      border: 2px solid #253b4b;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }

#topcolumn{
    margin-bottom: 20px;
}
a:hover{
    text-decoration: none !important;
}

	.title_img{
		width: 280px;
		margin: 0 auto;
		display: block;
	}
	.zoutou_info_l{
		width: 50%;
		float: left;
		border-right: 1px solid #e1e1e1;
	}
	.zoutou_info_r{
		width: 50%;
		float: right;
	}
	.zoutou_info{
		padding: 80px 0 40px 0;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 80px;
	}
	@media screen and (max-width: 767px){
		.title_img{
		width: 60%;
	}
		.zoutou_info_l{
		width: 100%;
		float: none;
		border-left: none;
	}
	.zoutou_info_r{
		width: 100%;
		float: none;
	}
	.zoutou_info{
		padding: 40px 0 16px 0;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 40px;
	}
	}
	.clear{
		clear: both;
	}
	.camp_lp .item_info {
    border-bottom: 0!important;
}

/*20220526追記（追従バナー）*/
.side_bn{
    z-index: 50;
    width: 110px;
    position: fixed;
    top: 150px;
    right: 0;
}
@media screen and (max-width: 767px){
.side_bn{
    bottom: 100px;
    top: auto;
    width: 100px;
}
}
.side_bn .close{
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: absolute;
    top: -5px;
    left: -10px;
    opacity: 1;
}
.side_bn .close i{
    font-size: 16px;
}
.side_bn.bn02{
    top: 380px;
}
@media screen and (max-width: 767px){
.side_bn.bn02{
    bottom: 215px;
    top: auto;
}
}
.item_page_txt table{
		background-color: #ce1c12!important;
	margin-bottom: 0!important;
	}
.item_page_txt table, .item_page_txt tr, .item_page_txt td{
		border: none!important;
	}


/*20230309_商品ページ内*/
.item_info h3{
  display: block !important;
  font-size: 20px;
  margin: 0 0 10px;
  color: #253b4b;
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
}
.item_info h3:before{
  content: "";
  width: 4px;
  height: 80%;
  background: #253b4b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media(max-width:767px){
  .item_info h3{
    font-size: 17px;
  }
}
.item_info .box{
  margin-bottom: 25px;
}
.item_info .box h4{
  font-size: 16px;
  margin: 0 0 14px;
  line-height: 1.6;
  padding: 10px;
  background: #f3f4f5;
}
@media(max-width:767px){
  .item_info .box h4{
    font-size: 15px;
  }
}
.item_info .box h5{
  margin-bottom: 10px;
  line-height: 1.5;
}
.item_info .box p{
  line-height: 1.8;
}
@media(max-width:767px){
  .item_info .box p{
    line-height: 1.6;
  }
}
.item_info .box .txt_b{
  font-weight: bold;
}
.item_info .fukusaya_history{
  padding: 30px;
  border: 2px solid #ccc;
}
@media(max-width:767px){
  .item_info .fukusaya_history{
    padding: 15px;
  }
}
#shoppingbag{
			height:124px;
		}
@media screen and (max-width: 479px){
	#shoppingbag{
			height:64px;
		}
		}
.to_shoppingbag{
	text-align: center;
    padding: 8px 0;
    border: 2px solid #000;
    font-size: 20px;
    display: block;
	transition: 0.2s;
}
@media screen and (max-width: 479px){
	.to_shoppingbag{
	font-size: 16px;
}
}
.to_shoppingbag:hover{
	border: 2px solid #b21526;
}
html{scroll-behavior: smooth;}