@charset "UTF-8";



@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* 変数 -------------------------------------------------------------------------------- */
/* HTML5 -------------------------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* clearfix -------------------------------------------------------------------------------- */
.clearfix, header #description #attention dl, header #description nav ul, main .saleitem > ul, main .saleitem > ul a > li .category ul, #recommendf ul {
  *zoom: 1;
}
.clearfix:after, header #description #attention dl:after, header #description nav ul:after, main .saleitem > ul:after, main .saleitem > ul a > li .category ul:after, #recommendf ul:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* ベンダープレフィックス -------------------------------------------------------------------------------- */
/* テンプレート -------------------------------------------------------------------------------- */
/* 最大幅 -------------------------------------------------------------------------------- */
/* リセット -------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, img, a {
  margin: 0;
  padding: 0;
  font-size: 100%;
    font-family: Hiragino Kaku Gothic ProN,Hiragino Sans,Roboto,\\30E1\30A4\30EA\30AA,Meiryo,"\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF",Verdana,sans-serif;
    font-weight: 250;

}


.sp {
    display: none;
}

header {
    background: url(../images/140726157637.jpg) repeat;
}

header+section {
    background: #037cd7;
}

h1{font-weight: 400;}


/*かぎかっこ*/

.parenthesis {
  position: relative;
  width: 800px;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px auto;
  line-height: 2;
  letter-spacing: 2px;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  top: 0;
  left: 0;
  border-top: 2px solid #037cd7;
  border-left: 2px solid #037cd7;
}
.parenthesis::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #037cd7;
  border-right: 2px solid #037cd7;
}



h1.title_main_image.pc,.contents {
    width:1200px;
    margin:0 auto;
}

h1 img {
    vertical-align: bottom;
}

.catch {
    text-align: center;
    /* display: inline; */
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    letter-spacing: 2px;
}

ul {
  list-style: none;
}



header #description nav.fixed {
    position: fixed;
    top: 0;
    width: 100% !important;
    max-width: none;
    z-index: 10000;
    margin: 0;
    background: #037cd7;
}


a {
  text-decoration: none;
  vertical-align: bottom;
}

nav {
    background: #037cd7;
}



#header_nav {
    background: white;
}

#header_nav li {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left:10px;
}

#header_nav li a {
    color: #fff;
    font-weight: bolder;
    font-size:15px;
    display: block;
    padding: 14px 0 7px 0;
    width:230px;
}

#header_nav img {
    margin-right: 10px;
    vertical-align: middle;
}

#header_nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#header_nav a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}


#header_nav a:hover {color: #fff;}
#header_nav a:hover::after {
  bottom: -11px;
  opacity: 1;
  visibility: visible;
}


#header_nav {
    background: white;
}

#header_nav li {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left:10px;
}

#header_nav li a {
    color: #fff;
    font-weight: bolder;
    font-size:15px;
    display: block;
    padding:14px 0 10px 0;
}

#header_nav img {
    margin-right: 10px;
    vertical-align: middle;
}

header #description nav ul li {
    float: left;
    font-weight: bold;
    text-align: center;
}

header #description nav ul {
    width: 1200px;
    margin: 0 auto;
    background-color: #037cd7;
}

#description {background:#037cd7;}

h2.multi{
	padding:6px 0;
	border-bottom:8px solid #ABDEF7;
	position:relative;
    margin-top:200px;
    margin-bottom: 25px;
    font-size:20px;
    color:#2193f3;
    padding-left: 10px;
    font-weight: bold;
}
h2.multi:before, h2.multi:after{
	content:"";
	display:block;
	height:8px;
	position:absolute;
	bottom:-8px;
}
h2.multi:before{
	width:20%;
	left:8%;
	background:rgba(255,255,255,0.7);
}
h2.multi:after{
	width:30%;
	left:12%;
	background:rgba(87,176,224,0.6);
}

.saleprice {
    font-size: 13px;
    text-align: right;
    color: red;
}

h1 span {
    font-size:13px;
}

.clbz_wrapper {
   display: flex;
   justify-content: space-between;
}

.itembox  {
    width:500px;
}

.saleitem_content {
     flex: 1;
}

.saleitem ul a li {
    width:16%;
    float: left;
    padding: 2%;
}


.saleitem img {
    width:100%;
}

.itemtxt img {
    width:100%;
}

.saleitem > ul a > li .name {
    margin-bottom: 0.5rem;
    /* font-weight: bold; */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:13px;
    padding-top:10px;
}

.saleitem > ul a {
    outline: solid 1px #fff;
    color: #333;
    background-color: #fff;
    display: block;
}

#recommendf ul li {
    float: left;
    background-color: white;
    line-height: 0;
}

#recommendf {
    max-width: 1170px;
    width: expression(document.body.clientWidth > 1172? "1170px" : "auto");
}

#recommendf {
    margin: 0 auto 3.2rem;
}

#recommendf h1 {
    text-indent: 1rem;
    color: white;
    background-color: #111;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    behavior: url(/PIE.htc);
}

#recommendf h1 {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
    font-size: 1.4rem;
}

dd.image img, #recommendf img {
    vertical-align: middle;
    width: 100%;
}

#page-top a:hover, #page-top2 a:hover {
    text-decoration: none;
    background: #999;
}

#page-top a, #page-top2 a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    vertical-align: middle;
}

#fix_top a {
    right: 0px;
    outline: none;
    display: block;
    background: url(../images/top.png) no-repeat;
    background-position: 0px 0px;
    width: 123px;
    height: 157px;
}

#fix_top {
    width: 123px;
    height: 157px;
    position: fixed;
    bottom: 20px;
    right: 0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
}


.yshirt dt.name::before {
    content: '2点目半額';
    display: block;
    background: red;
    padding: 2px;
    width:80px;
    text-align: center;
    color:#fff;
    margin: 10px 0;
    font-weight: bolder;
}

dd.image img, #recommendf img {
    vertical-align: middle;
    width: 100%;
}



#other {
    background: #f0f0f2;
    padding: 3.2rem 0;
}

#recommendf ul li {
    width: -moz-calc((100% - 0.8rem*4)/5);
    width: -o-calc((100% - 0.8rem*4)/5);
    width: -webkit-calc((100% - 0.8rem*4)/5);
    width: calc((100% - 0.8rem*4)/5);
    margin: 0 0.8rem 0.8rem 0;
}


#recommendf ul li:nth-child(5n) {
    margin-right: 0;
}

footer .nav_footer li {
    text-align: center;
    line-height: 2;
}

footer small {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    padding-bottom: 10px;
}

footer {
    color: #C7C7C7;
    background-color: #070707;
}

footer ul li a {
    color: #C7C7C7;
}

footer ul {
    margin: 0 0 3.2rem;
    padding-top: 30px;
}