/*
  Title  : PC Default CSS
  Author : neusur
  Date   : 2018.4
*/
/************************************************************** 
  make shop システムCSS 改変
**************************************************************/
table#foot-table {
  width:100%;
}
/** TABLE解除 強制2カラム **/
#twocol-wrapper {
	margin:50px auto;
	width:1060px;
	display: flex;
}
/*
#twocol-wrapper div:first-child {
	margin-right: auto;
}
  */
.disp-none {
	display:none!important;
}
#side_navi {
	width:200px;
}
#main-wrapper {
	margin:0 auto;
	width:800px;
	text-align:left;
}
/************************************************************** 
	Reset Stylesheet Start
**************************************************************/
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, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
    vertical-align:baseline;
    background:transparent;
    font-weight:inherit;
    color:#404040;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	text-align:left;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul,li {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
label {
	cursor: pointer;
}
.disp-pc {
  display: inline-block;
}
.disp-sp {
  display: none;
}
/************************************************************** 
	Default
**************************************************************/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
+    src: local("Noto Sans CJK JP")
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
* {
    font-family:'Noto Sans CJK JP',"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.mincho{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
html, body {
    font-style: normal;
    font-weight: 400;
    font-size:13px;
    line-height: 180%;
    background:#FFF;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    color:#333;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
a {
  transition-property: all;
  transition: 0.1s linear;
}
.clearfix {
  clear:both;
}
/* 矢印ボタン */
.y-btn {
  position: relative;
  display: inline-block;
  padding: 5px 25px 5px 20px;
  background-color: #213783;
  border: 1px solid #213783;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .2s;
  cursor: pointer;
}
.y-btn::after {
  position: absolute;
  top: 50%;
  right: .4em;
  content: '';
  margin-top: -4px;
  border: 5px solid transparent;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-color: #fff;
  transition: all .2s;
}
.y-btn:hover {
  background-color: #fff;
  color: #213783;
}
.y-btn:hover::after {
  border-left-color: #213783;
}
/** ページトップに戻るボタン **/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    background-color: #213783;
    text-decoration: none;
    display: block;
    padding:0 8px 2px 8px;
    border-radius: 3px;
}
#page-top a:hover {
    text-decoration: none;
}
#page-top a i {
    font-size:36px;
    color: #fff!important;
}
/************************************************************** 
  HEAD
**************************************************************/
.pc-contents {
  display: block;
}
.sp-contents {
  display: none;
}
#header {
  width:100%;
}
.top-hd-bak {
  background-color:#222;
  text-align: center;
}
.top-hd {
  background-color: #222;
  width:100%;
  max-width:1060px;
  min-width:1024px;
  margin:0 auto;
  height:45px;
  line-height:45px;
}
.top-hd >:first-child {
  margin-right: auto;
}
.hd-disc {
  font-size:11px;
  color:#eee;
}
/*********************************/
.top-hd-info {
  background-color:#eee;
  min-width: 1024px;
  width:100%;
  /*height:40px;*/
  margin-bottom:10px;
}
/* イベント部分 */
.top-event-info {
  background-color:#f6d158;
  width:100%;
  /*height:40px;*/
  margin-bottom:10px;
}
.top-if {
  width:1060px;
  margin:0 auto;
  justify-content: space-between;
  align-items: center;
}
.top-if-left {
}
.top-if-right {
}
.top-if img {
  display: inline-block;
  vertical-align: middle;
}
.top-if p {
  display: inline;
  line-height:40px;
}
.top-if b {
  font-weight:bold;
  padding:0 0 0 2px;
  font-size:1.1em;
}
.top-if span {
  font-size:10px;
}
.top-if span.bk-wh {
  background-color:#fff;
  padding:4px 8px;
}
.top-if span.font-hj {
  color:#00abeb;
}
.top-if span.font-kj {
  color:#e4007e;
}
.top-if span.bk-bl {
  background-color:#083388;
  padding:4px 8px;
  color:#fff;
}
/*********************************/
a.hd-menu-n {
	display: inline-block;
  color:#eee;
  height:45px;
  padding:0 15px;
}
a.hd-menu-n:hover {
  background-color:#444;
}
span.hd-menu-n {
  color:#eee;
  height:45px;
  padding:0 15px;
  font-size:.9em;
}
a.hd-menu-b {
  color:#213783;
  height:45px;
  padding:0 15px;
  background-color:#dfc97d;
  font-weight:bold;
}
a.hd-menu-b:hover {
  background-color:#e9d9a4;
}
a.hd-menu-k {
  background-color:#213783;
  color:#eee;
  height:45px;
  padding:0 15px;
}
a.hd-menu-k:hover {
  background-color:#384a8f;
}
img.hd-cart {
  display: inline-block;
  width:20px;
  margin:-3px 10px 0 0;
  vertical-align: middle;
}
.top-hd-main {
  /*justify-content: flex-end;*/
  justify-content: space-between;
  align-items: center;
  width:100%;
  max-width:1060px;
  min-width:1024px;
  margin:0 auto;
}
.top-hd-main >:first-child {
  /*margin-right: auto;*/
}
.hd-logo {
  margin-top:25px;
}
/*
.search-box form {
  margin-top:25px;
}
.search-box input[type="search"] {
  background-color: #f2f2f2;
  border: 0;
  height: 40px;
  width: 400px;
  padding: 0 10px; 
}
.search-box input[type="image"] {
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 360px;
  top: 0;
}*/
.search-box {
  margin-top:25px;
}
.search-box input[type="text"] {
  background-color: #f2f2f2;
  border: 0;
  height: 40px;
  width: 400px;
  padding: 0 10px; 
}
.search-box a.hd-s-btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color:#213783;
}
a.hd-s-btn i {
  color:#fff;
  line-height:40px;
  font-size:16px;
}
nav {
  border-bottom:2px #ddd solid;
}
/***************************************************************************************************** 
  FOOTER BNR
*****************************************************************************************************/
.foot-bnr {
  width:100%;
  background-color:#f9f9f9;
  padding:40px 0;
}
.foot-bnr-inner {
  width:100%;
  max-width:1024px;
  margin:0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
}
.foot-bnr-col {
  width:50%;
  margin:15px auto;
  text-align:center;
}
.foot-bnr-col img {
  width:95%;
  max-width:480px;
}
.foot-bnr-col a:hover {
  opacity:0.7;
}
/***************************************************************************************************** 
  FOOTER
*****************************************************************************************************/
#footer {
  width:100%;
  padding:40px 0 0 0;  
}
.footer-inner {
  width:100%;
  max-width:1024px;
  min-width:1024px;
  margin:0 auto;
}
.footer-head {
  margin:0 auto 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-title p {
  font-size:20px;
  font-weight:bold;
  padding-top:8px;
}

/** ---------------------------------------------
	キャンペーン
--------------------------------------------- **/
.footer-camp {
	margin:20px auto 80px auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-camp-icon {
	flex-wrap: wrap;
}
.footer-camp-left {
	width:70px;
	text-align:center;
}
.footer-camp-icon .shipping {
	text-align:left;
}
.footer-camp-left i {
	font-size:45px;
	margin:2px auto;
	color:#213783;
}
.footer-camp-left i.fa-user-circle {
	font-size:50px;
}

.footer-camp-right {
	text-align:left;
	margin-left:0;
}
.footer-camp-right p {
	font-size:14px;
	font-weight: bold;
}
.footer-camp-right b {
	font-size:20px;
	line-height: 30px;
}

/** ---------------------------------------------
	ガイド
--------------------------------------------- **/
.footer-guide {
  margin:30px auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
}
.footer-guide-up {
  width:310px;
  border-left:1px #ddd solid;
  padding:10px 0 10px 15px;
  text-align:left;
}
p.footer-guide-title {
  font-size:16px;
  margin: 5px 0;
  font-weight:bold;
}
.footer-guide-text p{
  margin:15px 0;
}
.footer-guide-text img {
  max-width:300px;
  display: block;
  margin:15px 0;
}
.footer-guide-down {
  width:660px;
  border-left:1px #ddd solid;
  padding:10px 0 10px 15px;
}

.holidayMark {
  text-align:right;
}
.holidayMark span {
  display: inline-block;
  vertical-align: middle;
}
.holidayRed,
.holidayBlue {
  margin-left:5px;
  width:15px;
  height:15px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
}
.holidayRed {
  background-color:#ff8484;
}
.holidayBlue {
  background-color:#87a3ff;
}
#eigyoubi {
  width:100%;
  margin:0 auto;
}

/***************************************************************************************************** 
  FOOTER BOTTOM
*****************************************************************************************************/
.footer-bottom {
  min-width: 1024px;
  width:100%;
  background-color:#213783;
  color:#eee;
  padding:40px 0;
}
.footer-bottom a {
  color:#fff;
}
.footer-bottom-inner {
  width:100%;
  max-width:1024px;
  margin:0 auto;
}
ul.footer-nav {
  width:100%;
  margin:0 auto;
  justify-content: center;
  align-content: space-around;
}
ul.footer-nav li {
  position: relative;
  display: inline-block;
  margin:0 20px;
}
ul.footer-nav li::after {
  display: block;
  content: '';
  position: absolute;
  top: .7em;
  left: -1.2em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.footer-nav li a:hover {
  text-decoration: underline;
}

.footer-end {
  margin-top:100px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
}
.footer-logo {

}
.footer-logo-inner {
  display: inline-block;
  text-align:center;
}
.footer-logo-inner p {
  color:#fff;
  font-size:.9em;
  margin-top:6px;
}

.footer-sns a {
  display: inline-block;
  height: 45px;
  width: 45px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  border-radius: 50%;
  background-color:#fff;
  margin:0 4px;
}
.footer-sns a i{
  font-size: 26px;
  line-height: 45px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background-position: bottom;
  color:#213783;
}
.footer-sns a:hover i{
  -webkit-transform:rotateY(-360deg);
  transform:rotateY(-360deg);
}
.footer-sns a:active{
  box-shadow: none;
}

/************************************************************** 

	Side Navi

**************************************************************/
#side-navi {
	margin:10px;
	width:200px;
	font-size:13px;
}
.side-bnr {
  margin-bottom:10px;
}
.side-bnr img {
  display: block;
  vertical-align: bottom;
  margin-bottom:10px;
}


.side-title {
	text-align:center;
}
.side-title-sec {
  margin-top:30px;
}
.side-title p {
	background-color:#213783;
	color:#eee;
	height:40px;
	line-height:40px;
	font-weight: bold;
}

ul.side-menu li {
  width:200px;
  overflow: hidden;
}
ul.side-menu li a {
  display: flex;
  align-items: center;
  height:60px; 
  font-weight:bold;
  border-left   :1px #ddd solid;
  border-right  :1px #ddd solid;
  border-bottom :1px #ddd solid;
}
ul.side-menu li.current a {
  margin-top:10px;
  border-top:1px #ddd solid;
}
ul.side-menu li a:hover {
  opacity:0.7;
}
ul.side-menu li a img {
  width:40px;
  margin:15px 13px;
  vertical-align: middle;
}
ul.side-menu li a span {
  display: inline-block;
  padding-right:10px;
}
ul.side-menu li.sub-col {
  position: relative;
  border-bottom :1px #ddd dashed;
  height:50px;
}
ul.side-menu li.bd-no {
  border-bottom:0;
}
ul.side-menu li.sub-col a {
  border-left   :0!important;
  border-right  :0!important;
  border-bottom :0!important;
  padding-left:24px;
  font-weight:normal;
}
ul.side-menu li.sub-col a:hover {
  opacity:1;
}
ul.side-menu li.sub-col::after {
  display: block;
  content: '';
  position: absolute;
  top: 2.1em;
  left: .5em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.side-menu li.sub-col:hover::after {
  border-right: 1px solid #213783;
  border-bottom: 1px solid #213783;
}
/*-------------------------------------------*/
.side-rec {
  margin:20px auto;
  text-align: center;
}
.side-rec img {
  width:100%;
  max-width:180px;
}
.side-rec p {
  margin:10px auto 0;
  padding-bottom:20px;
  width:80%;
  font-weight:bold;
  line-height:20px;
  border-bottom:1px #ddd solid;
}

/************************************************************** 

	TOP ページコンテンツ

**************************************************************/
#wrapper {
	width:100%;
	margin:0 auto;
}


.top-slider-container {
  min-width: 1024px;
  width:100%;
  margin:0 auto;
  padding:0;
  overflow: hidden;
  position: relative;
}
.top-slider {
  display: none;
  margin:0 auto;
  overflow: hidden;
}
.top-slider.slick-initialized {
  display: block;
}
.slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #213783;
  font-size: 32px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.slider-prev {
  left: 20px;
}
.slider-next {
  right: 20px;
}
.top-slider .slick-slide:not(.slick-center) {
  filter: opacity(50%);
  transition: 0.2s linear;
}
@media screen and (max-width:1060px) {
  .slider-prev, 
  .slider-next
  {
    display:none;
  }
}

/* トップインフォメーション */
#top-info-area {
  box-sizing: border-box;
  margin:0 auto;
  width:100%;
  background-color:#f9f9f9;
  padding:40px 0 15px 0;
}
.top-info-box {
  max-width:1060px;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 30px 40px;
  border: solid 3px #C7243A;
}
.top-info-box .top-info-box-title {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  background: #C7243A;
  color: #ffffff;
  font-size:.75em;
}
#top-info-area div.top-info-title {
  width:95%;
  max-width:1060px;
  margin:0 auto;
  font-size:1.4em;
  margin-bottom:15px;
  font-weight:bold;
  color: #C7243A;
}
#top-info-area p {
  margin:0;
  padding:0;
  line-height:26px;
}



/************************************************************** 

	TOP 製品カテゴリ一覧

**************************************************************/
.tabs-area {
  min-width: 1024px;
	width:100%;
	background-color:#f9f9f9;
	padding:60px 0;
}
.tabs-title {
	text-align:center;
	/** margin:0 auto 40px auto; **/
}
.tabs-title p {
	font-size:20px;
	font-weight:bold;
	letter-spacing: 0.1em;
}
.tabs {
	width:1060px;
	height:250px; /** 可変にする場合はこれを削除 **/
	margin:0 auto;
}
.tab-item {
	width: 14%\9; /* IE10以下 */
	width: calc(100%/7);
	height: 50px;
	border-bottom: 3px solid #213783;
	line-height: 50px;
	text-align: center;
	display: block;
	font-weight:bold;
	font-size:14px;
	float: left;
	transition: all 0.3s ease;
}
@media all and (-ms-high-contrast:none){
	.tab-item {
		width: 14%;
	}
}
@supports (-ms-ime-align:auto) {
	.tab-item {
		width: 14%;
	}
}
input[name="tab-item"] {
	display: none;
}
.tab-content {
	display: none;
	padding: 15px 0 0 0;
	clear: both;
	overflow: hidden;
}
#tab-01:checked ~ #tab-01-content,
#tab-02:checked ~ #tab-02-content,
#tab-03:checked ~ #tab-03-content,
#tab-04:checked ~ #tab-04-content,
#tab-05:checked ~ #tab-05-content,
#tab-06:checked ~ #tab-06-content,
#tab-07:checked ~ #tab-07-content
{
	display: block;
}
.tabs input:checked + .tab-item {
	background-color: #213783;
	color: #fff;
}

ul.tbc-menu li {
	float:left;
	width:25%;
	margin:10px auto 0;
}
ul.tbc-menu li a {
	display: flex;
	align-items: center;
	background-color:#fff;
	width:240px;
	height:100px;	
	font-weight:bold;
	box-shadow: 1px 1px 1.5px -1px rgba(0,0,0,0.2);
}
ul.tbc-menu li a:hover,
.tab-recommend a:hover
{
	opacity:0.7;
}
ul.tbc-menu li a img {
	margin:20px 18px;
	vertical-align: middle;
}
ul.tbc-menu li a span {
	display: inline-block;
	padding-right:10px;
	text-align: left;
}
ul.tbc-menu li a.cate-link-btn {
	position: relative;
	justify-content: center;
	background-color: #213783;
	color: #fff;
	font-weight:normal;
	text-align: center;
	text-decoration: none;
	transition: all .2s;
}
ul.tbc-menu li a.cate-link-btn::after {
	position: absolute;
	top: 50%;
	right: 1em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .2s;
}
ul.tbc-menu li a.cate-link-btn:hover {
	background-color: #fff;
	color: #213783;
	opacity:1;
}
ul.tbc-menu li a.cate-link-btn:hover::after {
	border-left-color: #213783;
	opacity:1;
}
.tabs-area hr {
	width:100%;
	max-width:1024px;
	margin:20px auto 40px auto;
}
.tab-recommend {
	width:1024px;
	margin:0 auto;
	/*justify-content: space-between;*/
}
.tab-recommend li {
  width:320px;
  display: inline-block;
}
.tab-recommend li img{
  width: 100%;
}


/************************************************************** 

	TOP section 共通

**************************************************************/
@import url('https://fonts.googleapis.com/css?family=Arimo:700');

.section-title {
    display: flex;
    align-items: center;
    text-align: center;
}
.section-title:before,
.section-title:after
{
    border-top: 1px #ccc solid;
    content: "";
    display: inline;
    flex-grow: 1;
}
.section-title:before {
    margin-right: 0.5em;
}
.section-title:after {
    margin-left: 0.5em;
}
.section-title-inner {
	padding:0 40px;
}
p.section-title-en {
	font-size:24px;
	font-weight:bold;
	letter-spacing: 0.1em;
	font-family: 'Arimo', sans-serif;
}
p.section-title-jp {
	margin-top:6px;
	letter-spacing: 0.2em;
}
section a img:hover {
	opacity:.7;
}
/************************************************************** 

	TOP 動画一覧

**************************************************************/
.move-div {
	width:1024px;
	margin:60px auto;
}
.move-area {
	justify-content: space-between;
}
.move-col {
	margin:40px auto;
	width:320px;
	background-color:#f9f9f9;
}
.move-col-inner {
	padding:40px 15px;
	text-align:center;
}
.move-col-inner .yt-video {
	position:relative;
	margin:0 auto;
	width:260px;
  height:auto;
	padding-top:56.25%;
}
.move-col-inner .yt-video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.move-col-inner p {
	max-width:250px;
	width:90%;
	margin:10px auto 30px auto;
	text-align:left;
}
.move-col-inner .y-btn {
	width:200px;
	padding-top:7px;
	padding-bottom:7px;
}
.yt-link {
	text-align: right;
}
.yt-link .y-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #aaa;
}
.yt-link .y-btn::after {
  border-left-color: #ccc;
}
.yt-link .y-btn:hover {
  background-color: #f9f9f9;
}

/************************************************************** 

	TOP トピックス

**************************************************************/
.topics-div {
	width:1024px;
}
.topics-area {
	flex-wrap: wrap;
	justify-content: space-between;
}
.topics-col {
	margin:20px auto 40px auto;
	width:200px;
	background-color:#fff;
	text-align:center;
}
.topics-col img {
	width:90%;
}
.topics-col p {
	margin:10px auto 0 auto;
	width:90%;
	text-align:left;
	font-size:.9em;
}


/************************************************************** 

	TOP 新入荷アイテム

**************************************************************/
.newitem-div {
	width:1024px;
	margin:60px auto;
}
.newitem-area {
	flex-wrap: wrap;
	justify-content: space-between;
}
.newitem-col {
	margin:40px auto 0 auto;
	width:250px;
	background-color:#fff;
	text-align:center;
}
.newitem-col img {
	width:90%;
}
.newitem-col p {
	margin:10px auto 0 auto;
	width:90%;
	text-align:left;
	font-size:.9em;
}
/************************************************************** 

	TOP メディア紹介

**************************************************************/
.media-div {
	width:1024px;
	margin:90px auto 60px auto;
}
.media-area {
	flex-wrap: wrap;
	justify-content: space-between;
}
.media-col {
	margin:40px auto 0 auto;
	width:100%;
	max-width:170px;
	text-align:center;
}
.media-col img {
	width:90%;
}
.media-col p {
	width:90%;
	margin:5px auto 10px auto;
}
.media-col a {
	width:100px;
	font-size:.9em;
	margin:5px auto;
}
a.medi {
  background-color: #e9d9a4;
  border: 1px solid #e9d9a4;
  color: #213783;
}
a.medi::after {
  border-left-color: #213783;
}
a.medi:hover {
  border-color: #213783;
  background-color: #fff;
}
a.dire {
}
/************************************************************** 

	TOP おすすめコンテンツ

**************************************************************/
.contents-div {
	width:1024px;
	margin:90px auto 60px auto;
}
.contents-title {
	font-size:20px;
	font-weight:bold;
}
.contents-area {
	flex-wrap: wrap;
  margin-bottom:40px;
}
.contents-col {
	margin:40px auto 0 auto;
	padding:30px 0;
	width:100%;
	max-width:500px;
	text-align:center;
	background-color:#f9f9f9;
}
.contents-img {
	width:160px;
	padding:0 15px 0 30px;
}
.contents-img img {
	width:160px;
	display: block;
	vertical-align: bottom;
}
.contents-txt {
	padding:0 30px 0 15px;
	text-align:left;
}
.contents-txt a.y-btn {
	margin-top:15px;
	font-size:.9em;
}
p.contents-date {
	font-size:14px;
	margin-bottom:5px;
}
p.contents-name {
	font-size:16px;
	line-height:24px;
}
/** 商品画像 ****************************************************/
#item-area {
  display: flex;
  padding-bottom:40px;
  border-bottom:1px #ddd solid;
}
#itemimg {
  padding-right:30px;
}
div.M_imageCatalog {
  margin:10px auto;
}
div.M_imageCatalog table td {
  border:0;
  width:66px;
  height:66px;
}
#viewButton {
  display: inline-block;
  border:1px #ddd solid;
  padding:5px 8px 2px 8px;
  font-size:.9em;
}
/** 右側商品情報 ****************************************************/
#itemdetail h2 {
  margin:10px auto 25px auto;
  line-height:32px;
}
.ubrandcode {
  margin-bottom:5px;
}

.sb-saleBox {
  margin:10px auto;
}
p.sb-saleRate {
  display: inline-block;
  border:1px #D12E1F solid;
  color:#D12E1F;
  padding:4px 8px 2px;
  margin-top:8px;
}


/** 価格 ****************************************************/
#itemdetail p.price,
#M_memberValue p
 {
  font-size:16px;
  color:#C7243A;
}
input.m_price,
#M_memberValue input.M_member_price_in
{
  width:80px;
  font-size:20px;
  color:#C7243A;
}
#itemdetail p.price span.yen,
#M_memberValue p span.yen,
#M_memberValue p span.zei
{
  color:#C7243A;
}
#itemdetail p.price span.zei,
#M_memberValue p span.zei
{
  font-size:12px;
}
#M_memberValue,
#M_memberValue input.M_member_price_in
{
	background-color:#FFFBD5;
}
#M_memberValue p {
	font-weight:bold;
}

/** 数量 ****************************************************/
.quantity-area {
  margin:15px auto;
}
.quantity-area .quantity-qu {
  float:left;
}
.quantity-area .quantity-qu input {
  text-align:right;
}
.quantity-area .quantity-ud {
  text-align: left;
}
.quantity-area .quantity-ud img {
  padding:2px 0 0 5px;
  display: inline;
}
/** オプション ****************************************************/
table.cart-option {
  width:100%;
  clear:both;
  margin:10px auto 20px auto;
}
table.cart-option table.stockList {
  clear:both;
  width:100%;
}
table.stockList th,
table.stockList td {
  padding:5px!important;
  font-weight:normal!important;
}
.M_inventory table.stockList th {
  background-color:#f5f5f5!important;
}
table.cart-option table.stockList input {
  cursor:pointer;
}
/** 買い物カゴボタン ****************************************************/
#basketBtn {
  margin-bottom:10px;
}
.basket-next {
  display: flex;
  justify-content: space-between;
  margin-bottom:20px;
}
a.basketIn,
a.basket-btn {
  display: inline-block;
  width: 100%;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  background-color: #213783;
  color: #fff;
  font-size:18px;
  padding-top:2px;
}
a.basket-btn {
  font-size:13px;
  width: 49%;
  background-color: #efefef;
  color:#213783;
  height: 50px;
  line-height: 50px;
  font-weight:bold;
}
a.basketIn i.fa-cart-arrow-down {
  color:#fff;
}
a.basketIn::before,
a.basketIn::after,
a.basket-btn::before,
a.basket-btn::after
{
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
a.basketIn,
a.basketIn::before,
a.basketIn::after,
a.basket-btn,
a.basket-btn::before,
a.basket-btn::after
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}
a.basketIn:hover {
  background-color: #D12E1F;
}
a.basket-btn:hover {
  background-color: #213783;
  color:#fff;
}
#basketBtn a.basketIn img {
  width:22px;
  display: inline;
  vertical-align: middle;
  margin-top:-4px;
  margin-right:10px;
}
.question-mail {
  margin:10px auto;
}
.question-mail a {
  color:#213783;
}
/** 商品説明 ****************************************************/
#itemlp-txt {
  margin:40px 25px 40px 25px;
  font-size:14px;
}
#itemlp-txt b {
  display: inline-block;
  padding: 5px 15px 1px 15px;
  background: transparent;
  border-left: solid 8px #213783;
  font-size:20px;
  margin-left:-20px;
  margin-bottom:15px;
}
/** 商品看板部分 ****************************************************/
#itemlp-kanban {
  border-top:1px #ddd solid;
  padding-top:40px;
}
#itemlp-kanban img {
  max-width:800px;
}
/** アウトレットの説明 ****************************************************/
#outlet-info {
  box-sizing: border-box;
  margin:0 auto;
  width:100%;
  padding:25px 20px;
  font-size:1.2em;
}
#outlet-info .outlet-info-title {
  background-color:#D12E1F;
  color:#fff;
  padding:10px;
  font-weight:bold;
}
#outlet-info .outlet-info-sub {
  background-color:#F6D158;
  padding:10px;
  font-weight:bold;
}
#outlet-info p {
  padding:15px;
}

/** 予算消化_ノベルティ― ****************************************************/

.budget-title {
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 15px 1px 15px;
    background: transparent;
    border-left: solid 8px #ffab50;
    font-size: 20px;
    font-weight: bold;
}

.budget_novelty_wrapper{
    display:flex; padding: 10px;  gap: 5px
}
.budget_novelty_inner {
    display: inline-block;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 1px;
}
.budget_novelty_inner img {
    width: 40%;
    margin: 10px;
}
.budget_novelty_inner :first-of-type{
    font-size: 20px;
    font-weight: bold;
}
.budget_novelty_inner p{
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 300;
}
.budget_novelty_inner a {
     text-decoration: none;
     color: black;
     transition: 0.3s linear;
}

    .budget_novelty_inner a:hover {
	opacity: 0.6;
    }  

.budget_fixtures_wrapper{
     display:flex; 
     padding: 10px;  gap: 5px
}
.budget_fixtures_inner {
    display: inline-block;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 1px;
}
.budget_fixtures_inner img {
     width: 90%;
     margin: 10px;
}
.budget_fixtures_inner p {
     font-size: 16px;
     font-weight: bold;
}
.budget_fixtures_inner a {
     text-decoration: none;
     color: black;
     transition: 0.3s linear;
}

    .budget_fixtures_inner a:hover {
	opacity: 0.6;
    }

    a.budget_noveltybutton {
        display: block;
        text-align: center;
        text-decoration: none;
        width: 350px;
        margin: auto;
        padding: 1rem 4rem;
        position: relative;
        border-radius: 5px;
        border: 1px solid #cccecf;
        font-weight: bold;
        letter-spacing: 2px;
        background: #b5b8b9;
        color: #ffffff;
        overflow: hidden;
        transition: all 0.2s ease-in;
    }

    a.budget_noveltybutton:hover {
        color: #fff;
        background: #cccecf;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    a.budget_noveltybutton:hover::before {
        -webkit-animation: sh02 0.5s 0s linear;
        -moz-animation: sh02 0.5s 0s linear;
        animation: light 0.5s 0s linear;
    }

    a.budget_noveltybutton::before {
        content: '';
        display: block;
        width: 0px;
        height: 86%;
        position: absolute;
        top: 7%;
        left: 0%;
        opacity: 0;
        background: #ffffff;
        box-shadow: 0 0 50px 30px #fff;
        transform: skewX(-20deg);
    }

    .budget_noveltybutton span{
        font-size: 14px;
        color: white;
        font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    }

    a.budget_contactbutton {
        display: block;
        text-align: center;
        text-decoration: none;
        width: 350px;
        margin: auto;
        padding: 1rem 4rem;
        position: relative;
        border-radius: 5px;
        border: 1px solid #174785;
        font-weight: bold;
        letter-spacing: 2px;
        background: #174785;
        color: #ffffff;
        overflow: hidden;
        transition: all 0.2s ease-in;
    }

    a.budget_contactbutton:hover {
        background: #174785c4;
    }

    .budget_contactbutton span {
        font-size: 14px;
        color: white;
        font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    }

    @keyframes light {
        from {
            opacity: 0;
            left: 0%;
        }

        50% {
            opacity: 1;
        }

        to {
            opacity: 0;
            left: 100%;
        }
    }



/** フッター商品 ****************************************************/
#itembottom {
  margin:80px auto;
}
/** お気に入りリスト ****************************************************/
table#wishList-table {
  width:100%;
  border-collapse:collapse;
  margin:50px auto;
}
table#wishList-table caption {
  width:100%;
  margin-bottom:20px;
  padding: 5px 15px 1px 15px;
  background: transparent;
  border-left: solid 8px #213783;
  font-size:20px;
  text-align:left;
}
table#wishList-table tr.wishList-title {
  background-color:#f9f9f9;
}
table#wishList-table th {
  border-bottom:2px solid #000;
}
table#wishList-table td,
table#wishList-table th
{
  vertical-align: middle;
  padding:25px 10px;
}

table#wishList-table td.wish-img img {
  width:80px;
}
table#wishList-table td.wish-img {}
table#wishList-table td.wish-brandname { max-width:450px; }
table#wishList-table td.wish-quantity { text-align:center; }
table#wishList-table td.wish-stock { text-align:center; }
table#wishList-table td.wish-price { text-align:center; }
table#wishList-table td.wish-submit { text-align:center; }



/** 関連商品と、最近チェックした商品 ****************************************************/
#bt_recent {
  text-align:left;
  padding-top: 20px;
}
#bt-kanren h3,
#bt_recent h3
{
  display: inline-block;
  margin-bottom:20px;
  padding: 5px 15px 1px 15px;
  background: transparent;
  border-left: solid 8px #213783;
  font-size:20px;
}
table#M_group,
table#recent {
  width:100%;
  margin-bottom:30px;
}
table#M_group td.itemBox,
table#recent td.itemBox {
  width:200px;
}
table#M_group td.itemBox img,
table#recent td.itemBox img,
td.itemBox img
{
  width:95%;
  max-width:180px;
}
table#M_group p.price,
table#M_group td.line,
table#recent p.price,
table#recent td.line
{
  display: none!important;
}
table#M_group p.name,
table#recent p.name {
  font-size:.9em;
  width:170px;
  margin:8px auto;
  text-align:left;
}
/************************************************************** 

  商品分類

**************************************************************/
h2.bunrui-title {
	display: inline-block;
	margin-bottom:20px;
	padding: 5px 15px 1px 15px;
	background: transparent;
	border-left: solid 8px #213783;
	font-size:20px;
}
/** サブカテゴリ表示 **/
#r_subGroup {
	background-color:#f9f9f9;
	padding-left:5px;
	padding-bottom:25px;
	margin-bottom:15px;
}
#r_subGroup table td,
#r_subGroup table a
{
	text-align: left!important;
	margin:0 auto;
	width:initial;
}
#r_subGroup table a {
	white-space: nowrap;
}
#r_subGroup table a:hover {
	text-decoration: underline;
}
/** 並び替え **/
#r_resultInfo {
	margin:30px auto;
	text-align:center;
}
#r_resultInfo ul {
	width:100%;
	margin:10px auto 30px auto;
	padding-bottom:5px;
	display: flex;
	border-bottom:1px #ddd solid;
}
#r_resultInfo ul >:last-child {
	margin-left: auto;
}
#r_resultInfo li {
	text-align:center;
}
#r_resultInfo li.list-sort {
	padding-left:10px;
}
#r_resultInfo li.list-total {
	padding-right:10px;
}

#r_resultInfo li.list-icon {
  position: relative;
  display: inline-block;
  margin:0 10px 0 20px;
}
#r_resultInfo li.list-icon::after {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: -1.1em;	
  width: 4px;
  height: 4px;
  border-right: 1px solid #213783;
  border-bottom: 1px solid #213783;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#r_resultInfo li.list-icon a {
  color:#213783;
}
#r_resultInfo li.list-icon a:hover {
  text-decoration: underline;
}
/** 商品一覧 **/
#bunrui-area {
}
#bunrui-area ul.innerList {
	display: flex;
	margin:40px auto;
}
#bunrui-area ul.innerList li {
	display: block;
	width:33.3333333333%;
}
#bunrui-area ul.innerList li .innerBox {
	width:100%;
	text-align:center;
}
#bunrui-area ul.innerList li .innerBox a:hover {
	opacity: 0.8;
}
#bunrui-area ul.innerList li .innerBox p.ba-name {
	width:90%;
	margin:10px auto;
	text-align:left;
}
#bunrui-area ul.innerList li .innerBox p.ba-price {
	width:95%;
	text-align:right;
	font-size:16px;
}
#bunrui-area ul.innerList li .innerBox p.ba-price span {
	font-size:12px;
	padding-left:4px;
}
ul.M_pager li.active,
ul.M_pager li a
{
  padding:8px 12px 6px;
}
img.ba-image {
	width:95%;
	max-width:240px;
}
p.soldout {
	color:#D12E1F;
	background-color:#f9f9f9;
	padding:3px 8px;
}
#r_categoryRecommend img {
	width:100%;
}
/************************************************************** 

    検索結果画面

**************************************************************/
.searchResult {
  font-size:14px;
  margin-bottom:25px;
}
#r_searchInput {
  width:100%;
  background-color:#f9f9f9;
  padding:30px 0;
}
#r_searchInput table {
	margin-left:30px;
}
#r_searchInput th,
#r_searchInput td
{
  text-align: left!important;
  padding:10px 0;
}
#r_searchInput th {
  width:90px;
}
#r_searchInput table.table-col th.al-right {
	text-align: right!important;
}
.btnWrap {
	text-align:center;
	margin-top:15px;
}
.search-result {
	width:800px;
}
.search-result ul {
	width:100%;
	flex-wrap: wrap;
}
.search-result ul li {
	width:260px;
	margin-bottom:40px;
}
.r_pager {
	margin:45px auto;
}
/************************************************************** 

    買い物かご

**************************************************************/
#basket {
  margin:60px auto;
}
#basket h2{
  margin:30px auto;
}
#basket,
table#makebanner,
#r_basket
{
  width:100%!important;
  max-width:1024px!important;
}
table#basket-area td:nth-of-type(2) {
  width:100%;
  max-width:1024px;
}
table#basketTable {
  width:100%;
  border-collapse:collapse;
  margin:0 auto;
}
table#basketTable td,
table#basketTable th
{
  padding:10px;
  border-bottom:1px solid #ccc;
}
table#basketTable th
{
  color:#fff;
  background:#404040;
}
td.basketNum,
td.basketImg,
td.basketQuantity,
td.basketPoint,
td.basketPrice,
td.basketBtns
{
  padding:25px 0;
  vertical-align: middle;
}
td.basketImg {
  width:100px!important;
}
td.basketImg img {
  width:100px;
  margin:0 auto;
}
td.basketName {
  width:400px!important;
}
td.basketQuantity {
  width:150px;
  text-align: center;
}
td.basketQuantity .quantityWrap {
  display: flex;
  margin:0 auto;
  justify-content: center;
  align-items: center;
}
table.basketQunantity td {
  padding:1px 5px 2px 5px!important;
}
td.basketPoint,
td.basketPrice,
td.basketBtns
{
  width:60px;
  text-align:center;
}
td.basketBtns a img {
  margin:5px auto;
}
td.basketTotal {
  text-align:right;
  background-color:#f9f9f9;
  font-size:14px;
}
#basket .btnWrap {
  margin:40px auto 100px;
}
#basket .btnWrap .btnBack {
	text-align: right;
}
#basket .btnWrap .btnOrder {
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: center;
	margin-bottom:25px;
}
#basket .btnWrap .btnOrder a {
  margin:5px;
  display: inline-block!important;
}
p.amazonButtonWrap img {
  width:220px;
}
.orderbtnWrap{
  margin: 10px auto 250px
}
.orderArea{
  margin: 10px auto 10px;
  float: right;
  display: flex;
}
.orderArea a {
  padding-left: 20px;
}
.orderArea img {
  width: 200px;
}
.btnBack{
  float: right;
  display: flex;
}
.btnBack a {
  
}
.btnBack img {
  width: 200px;
}
.postage {
  width: 650px;
  text-align: left;
}

/************************************************************** 

    商品詳細の会員登録

**************************************************************/
#btn-reg {
  margin:15px auto;
  width:100%;
  max-width:400px;
}
.btn-reg-hd {
  background-color:#404040;
  color:#fafafa;
  height:40px;
  line-height:40px;
  text-align:center;
  margin:0 auto;
}
.btn-reg-wak {
  margin:0 auto;
  border-right:1px #ddd solid;
  border-left:1px #ddd solid;
  border-bottom:1px #ddd solid;
  box-sizing: border-box;
  padding:10px 10px 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-reg-wak img {
  width:100%;
  max-width:170px;
}
.btn-reg-wak img:hover {
  opacity: 0.8;
}
.btn-reg-left,
.btn-reg-right {
  width:50%;
  text-align:center;
}
ul.btn-reg-btm {
  width:90%;
  margin:0 auto;
}
ul.btn-reg-btm li {
  font-size:.9em;
  position: relative;
  padding-left:15px;
  color:#777;
  line-height:18px;

}
ul.btn-reg-btm li::after {
  content: '※';
  position: absolute;
  top:0;
  left:0;
}
/************************************************************** 

    電話番号表示

**************************************************************/
#info-fixed-pc {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
}
#info-fixed-sp {
  display:none;
}
@media only screen and (max-width: 767px) {
  #info-fixed-pc {
    display: none!important;
  }
  #info-fixed-sp {
    display: block!important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  #info-fixed-sp img {
    width: 100%;
    display: block;
    vertical-align: bottom;
  }
}


/************************************************************** 

    モーダル表示(2025 bootstrapに置き換え)

*************************************************************
.modal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal:target{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.modal-wrapper{

  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-contents{
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.modal-content{
  margin: 25px;
}
.modal-close{
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}
*/
/************************************************************** 

    見積書ダウンロード

**************************************************************/

.quotArea {
	width: 865px;
	display: block;
	border-radius: 10px;
	border: 1px solid #ccc;
	background: #fbfbfb;
	padding: 15px 10px 10px 10px;
}
.quotbtn {
    	text-align: right;
    	padding: 20px;
}
.quotArea img{
	width:100%;
}
.quotArea ul li{
	display:inline-block;
	vertical-align: middle;
}
.quotArea ul li:first-child{
	width:50px;
}
.quotArea ul li:nth-child(2){
	width: 160px;
	font-size: 25px;
	font-weight: bold;
	margin-right: 5px;
}
.quotArea ul li:nth-child(3){
	width:320px;
	font-size: 15px;
	margin-right: 10px;
}
.quotArea ul li:last-child{
	width:300px;
}


/************************************************************** 

    入荷スライダー

**************************************************************/

.top-slider-container {
  min-width: 1024px;
  width:100%;
  margin:0 auto;
  padding:0;
  overflow: hidden;
  position: relative;
}
.top-slider {
  display: none;
  margin:0 auto;
  overflow: hidden;
}
.top-slider.slick-initialized {
  display: block;
}
.slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #213783;
  font-size: 32px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.slider-prev {
  left: 20px;
}
.slider-next {
  right: 20px;
}
.top-slider .slick-slide:not(.slick-center) {
  filter: opacity(50%);
  transition: 0.2s linear;
}
@media screen and (max-width:1060px) {
  .slider-prev, 
  .slider-next
  {
    display:none;
  }
}




.Arrivalslider img {
    width: 200px;
    height: auto;
    margin: 20px auto 20px auto;
}

.Arrivalslider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
}

.Arrivalslider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    /* background:#333; *//*ドットボタンの現在地表示の色*/
}


/************************************************************** 

  商品詳細

**************************************************************/
p.pankuzu {
  margin-bottom:20px;
}
p.pankuzu font,
p.pankuzu a font {
  color:#404040;
}
.M_select-option-restock-btn {
  display: block;
  width: 60px;
  text-align: center;
  background: #FF9800;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  padding: 2px 0 0 0;
}

.discount {
  font-weight: bold;
  font-size: 13px;
}

.discount_linebreak {
  white-space: pre-line;
}

.discount_price {
  font-weight: bold;
  color: #C7243A;
  font-size: 13px;
}

.balloon1 {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 11px;
  background: #E0EDFF;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #E0EDFF;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.balloon1title {
  padding: 2px;
  margin-bottom: 10px;
  background-color: #FFF2E0;
  font-weight: bold;
  text-align: center;
}

/* 初めから非表示に設定 
.coupon-container {
  //    display: none;
}
  */

/* 枠線のスタイルを設定 */
.coupon-container {
  border: 2px solid #c5c5c5;
  /* 枠線の色と太さを設定 */
  padding: 10px;
  /* 枠線からコンテンツまでの間隔を設定 */
  border-radius: 10px;
  /* 枠線の角を丸くする */
  background-color: #fff;
  /* 枠線内の背景色を設定 */
}

/* クーポン対象商品のスタイルを設定 */
.coupon-text {
  background-color: #293d72;
  /* クーポン対象商品の背景色を設定 */
  color: #fff;
  /* クーポン対象商品の文字色を設定 */
  padding: 5px;
  /* コンテンツ内の余白を設定 */
  border-radius: 5px;
  /* 角を丸くする */
  text-align: center;
  margin: 5px;
}

/* クーポンコードの詳細 */
.coupon-detail {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.success-msg {
  display: none;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #29aba4;
  color: #fff;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
}

img:hover {
  opacity: 0.7;
  transition: .4s;
}

.accordion-001 {
  max-width: 1024px;
  background-color: #f0f5f9;
  user-select: none;
}

.accordion-001 summary img{
pointer-events: none;
}

.accordion-001:not([open]) {
  margin-bottom: 7px;
}

.accordion-001 summary {
  width: 830px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #8e0205;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.accordion-001 img {
  width: 882px;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
  transform: none;
  opacity: 1;
}
#attention img{
width: 370px;
}