/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}
.wrapper_inner .product-list {
  margin-top: 50px;
}
.inner_list__section {
	
}
.product-list__unit {
  display: block;
  font-size: 14px;
  margin: 0 0 50px 3.33333333%;
  vertical-align: top;
  position: relative;
  text-align: center;
  float: left;
}
.product-list__unit a {
  display: block;
}

.product-list__unit .product-list__link {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-list__unit .product-list__link img {width: 100%;}
.product-list__unit-sm {
  width: 120px;
  margin: 0 0 0 30px;
}
.product-list__unit-sm:nth-child(1) {
  margin-left: 0;
}

.product-list__unit-md {
  width: 14.5%;
  margin: 0 0 50px 2.6%;
}
.product-list__unit-md:nth-child(6n-5) {
  margin-left: 0;
}

.product-list__unit-lg {
  width: 30%;
  margin: 0 0 50px 5%;
}
.product-list__unit-lg:nth-child(3n-2) {
  margin-left: 0;
  clear: both;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: bold;
  margin-top: 15px;
  text-align: left;
  font-size: 15px !important;
  line-height: 1.8em;
  overflow: hidden;
  font-weight: normal;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin-top: 8px;
  text-align: left;
  font-weight: bold;
  color: #770000;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

/* Category Text */
.sec_categorytext {
	background: #fff;
	padding: 50px 40px;
	margin: 60px 0 0 0;
	position: relative;
}
.sec_categorytext .info {
    position: relative;
}
.sec_categorytext h3 {
	position: absolute;
	font-size: 20px;
	float: left;
	text-align: center;
	letter-spacing: 0.1em;
	width: 200px;
	top: 50%;
	margin: 0;
	transform: translate(0, -50%);
	line-height: 1em;
}
.sec_categorytext h3 span {
	display: block;
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 10px;
}
.sec_categorytext .text {
	margin-left: 230px;
	font-size: 14px;
    line-height: 1.8em;
}
.sec_categorytext .youtube {
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 40px;
    text-align: center;
}
.sec_categorytext .youtube .title {
    text-align: center;
    color: #c60504;
    font-size: 18px;
    margin-bottom: 10px;
}
.sec_categorytext .youtube a {
    display: inline-block;
    width: 40%;
    background: #c60504;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    border-radius: 4px;
    margin: 10px 10px;
}
/* Guide */
.contents__section .sec_guide {
	background: rgba(210, 173, 122, 0.2);
	padding: 40px 40px;
}
.main__section--product_list .contents__section .sec_guide {
	margin-top: 60px;
}
.sec_guide h3 {
	position: relative;
	padding-left: 26px;
	font-size: 15px;
	margin: 0 0 13px 0;
}
.sec_guide h3::before {
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: #000;
    content: "";
    transform: rotate(45deg);
    left: 3px;
    top: 3px;
}
.sec_guide .text {
	font-size: 13px;
	line-height: 1.8em;
}
.sec_guide .text .strong {
    color: #770000;
    font-weight: bold;
}
.sec_guide .text a {
	text-decoration: underline;
}
.sec_guide .box:nth-child(2) {
	margin-top: 30px;
}
.sec_guide .box .in_box h4 {
	margin: 0 0 5px 0;
	font-size: 13px;
	line-height: 1.8em;
}
.sec_guide .box .in_box + .in_box {
	margin-top: 20px;
}
.wrapper_inner .recommend__section .section__title-h2 {
    background: none;
    color: #770000;
    padding: 5px 0;
    border-bottom: 2px solid #770000;
    border-radius: 0;
}
.remodal {
	padding: 0 !important;
	background: #000 !important;
}
.remodal .embed-container {
	position: relative !important;
	padding-bottom: 56.25% !important;
	height: 0 !important;
	overflow: hidden !important;
	max-width: 100% !important;
}
.remodal .embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

/* ----------------------------------------------------------------------------

SP

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

	/* product-list */
	.product-list {
		list-style-type: none;
		font-size: 0;
	}
	.wrapper_inner .product-list {
		margin-top: 25px;
	}
	.inner_list__section {padding: 0 4%;}
	.product-list__unit {
		display: block;
		font-size: 14px;
		margin: 0 0 50px 3.33333333%;
		vertical-align: top;
		position: relative;
		text-align: center;
		float: left;
	}
	.product-list__unit a {
		display: block;
	}

	.product-list__unit .product-list__link {
		display: block;
		/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.34901960784313724); */
		/* overflow: hidden; */
		position: relative;
	}
	.product-list__unit .product-list__link:before {
			display: block;
			padding-top: 100%; /* &#185;&#226;&#164;&#181;&#164;&#242;&#201;&#253;&#164;&#206;75%&#164;&#203;&#184;&#199;&#196;&#234; */
	}
	.product-list__unit .product-list__link img {
			position: relative;
			width: 100%;
	}
	.product-list__unit-sm {
		width: 90px;
		margin: 0 0 0 20px;
	}
	.product-list__unit-sm .product-list__name {
		font-size: 9px !important; 
	}
	.product-list__unit-sm .product-list__price {
		font-size: 11px !important; 
	}
	.product-list__unit-sm:nth-child(1) {
		margin-left: 0;
	}

	.product-list__unit-md {
		width: 29%;
		margin: 0 0 30px 6.5%;
	}
	.product-list__unit-md:nth-child(6n-5) {
		margin-left: 5%;
	}
	.product-list__unit-md:nth-child(3n-2) {
		margin-left: 0;
	}
	.product-list__unit-md .product-list__name {
		font-size: 9px !important;
	}
	.product-list__unit-md .product-list__prices {
		font-size: 11px;

	}

	.product-list__unit-lg {
		width: 48%;
		margin: 0 0 40px 4%;
	}
	.product-list__unit-lg:nth-child(3n-2) {
		margin-left: 4%;
		clear: none;
	}
	.product-list__unit-lg:nth-child(2n-1) {
		margin-left: 0;
		clear: both;
	}

	.product-list__unit--sidebar {
		display: block;
		margin: 0 0 20px;
	}

	.product-list__image:hover {
		opacity: 0.8;
	}

	.product-list__image--sm {
		max-width: 110px;
	}

	.product-list__text {
		display: block;
	}

	.product-list__name {
		margin-top: 10px;
		font-size: 13px !important;
		overflow: hidden;
	}

	.product-list__name--sidebar {
		margin-top: 0;
		margin-left: 10px;
	}

	.product-list__expl {
		margin-top: 20px;
		text-align: left;
	}

	.product-list__prices {
		margin-top: 0;
		text-align: left;
		font-weight: bold;
		font-size: 14px;
	}

	.product-list__prices--sidebar {
		margin-left: 10px;
	}

	.product-list__price-regular {
		text-decoration: line-through;
	}

	.product-list__price-soldout {
		color: #ff0000;
	}

	.product-list__discount-rate {
		color: #ff0000;
	}
	
	/* Category Text */
	.sec_categorytext {
		padding: 45px 15px 35px 15px;
		margin: 40px 4%;
		position: relative;
	}
	.sec_categorytext h3 {
		position: relative;
		font-size: 18px;
		float: none;
		width: auto;
		top: auto;
		margin: 0;
		transform: none;
	}
	.sec_categorytext h3 span {
		display: block;
		font-size: 12px;
		line-height: 1em;
		margin-bottom: 10px;
	}
	.sec_categorytext .text {
		margin: 20px 0 0 0;
		font-size: 12px;
		line-height: 2em;
	}

	.sec_categorytext .youtube {
		margin-top: 30px;
		padding-top: 30px;
	}
	.sec_categorytext .youtube .title {
		text-align: center;
		color: #c60504;
		font-size: 15px;
		margin-bottom: 10px;
	}
	.sec_categorytext .youtube a {
		width: 86%;
		padding: 15px 0;
		border-radius: 4px;
		margin: 15px 0 0 0;
	}
	/* Guide */
	.contents__section .sec_guide {
		background: rgba(210, 173, 122, 0.2);
		padding: 35px 15px;
		margin: 30px 4% 0 4%;
	}
	.main__section--product_list .contents__section .sec_guide {
		margin-top: 30px;
	}
	.sec_guide h3 {
		position: relative;
		padding-left: 20px;
		font-size: 13px;
		margin: 0 0 13px 0;
	}
	.sec_guide h3::before {
		display: block;
		position: absolute;
		width: 9px;
		height: 9px;
		background: #000;
		content: "";
		transform: rotate(45deg);
		left: 3px;
		top: 3px;
	}
	.sec_guide .text {
		font-size: 13px;
		line-height: 1.8em;
	}
	.sec_guide .text .strong {
		color: #770000;
		font-weight: bold;
	}
	.sec_guide .text a {
		text-decoration: underline;
	}
	.sec_guide .box:nth-child(2) {
		margin-top: 30px;
	}
	.sec_guide .box .in_box h4 {
		margin: 0 0 5px 0;
		font-size: 13px;
		line-height: 1.8em;
	}
	.sec_guide .box .in_box + .in_box {
		margin-top: 20px;
	}
	.wrapper_inner .recommend__section .section__title-h2 {
		background: none;
		padding: 5px 0;
		border-radius: 0;
		margin-right: 0;
		margin-left: 0;
	}
}


/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(29, 22, 5, 0.56);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}
