html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  overflow-x: unset;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
.blog_inner h2 {
  border-bottom: none;
}
.blog_inner h3 {
  border-left: none;
}

.blog_inner ul{
  margin-left: 0;
}

#summershorts {
  width: unset;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  overflow: hidden;
  text-align: center;
}
#summershorts img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
#summershorts img.styling01 {
  top: -500px;
  left: 30px;
  width: 10%;
  position: relative;
}
#summershorts img.styling02 {
  top: -500px;
  left: -10px;
  width: 10%;
  position: relative;
}
#summershorts h1, #summershorts h2, #summershorts h3, #summershorts h4, #summershorts h5 {
  color: #333;
  text-align: center;
  font-weight: bold;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}
#summershorts h1 {
  font-size: 2.8em;
  letter-spacing: 2px;
  margin: 60px auto;

  width: 100%;
}
#summershorts h1 span {
  font-size: 0.7em;
}
#summershorts h2 {
  width: 100%;
  margin: 30px auto 0;
  font-size: 1.5em;
  line-height: 160%;
}
#summershorts h3 {
  width: 100%;
  margin: 15px auto 15px;
  text-align: left;
}
#summershorts section.pickupstyling_blue h3 {
  color: #333;
  width: 95%;
  margin: 15px auto 15px;
  text-align: left;
  border-bottom: 2px dashed #333;
  padding-left: 0px;
  font-size: 1.3em;
}

#summershorts h2 img {
  width: 35%;
  margin: 0px 300px 0 -10px;
}
#summershorts section.pickupstyling_blue h4 {
  width: 100%;
  font-size: 3.2em;
  color: #333;
  margin: 20px auto;
  line-height: 120%;
}
#summershorts section.pickupstyling_blue h4 span {
  font-size: 0.5em;
}
#summershorts p {
  font-size: 1em !important;
  line-height: 180%;
}
#summershorts p.main_text {
  width: 90%;
  margin: 15px auto 30px !important;
  text-align: center;
}
#summershorts p span {
  font-weight: bold;
  color: #C52F32;
}
#summershorts .block .block1, #summershorts .block .block2 {
  width: 100%;
  text-align: left;
  margin: 0;
}
#summershorts .block .block2 {
  margin: 0px auto 40px !important;
}
#summershorts .block p {
  margin: 0 auto 0px !important;
  width: 95%;
}
.img_wrap img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}
#summershorts .categorylist {

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
  margin: 30px auto;
}
#summershorts section.category {
  margin: 0px auto;
  width: 100%;
}
#summershorts .categorylist div {
  flex-basis: calc(100% / 2 - 1%);
  margin-right: 1%;
  margin-bottom: 1%;
}
#summershorts .otheritem a {
  display: block;
  width: 100%;
  max-width: 100px;
  padding: 6px 0;
  text-align: center;
  border: 1px solid #000;
  background: #000;
  color: white;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
  border-radius: 8px;
}
#summershorts .otheritem a:hover {
  background: white;
  text-align: center;
  border: 1px solid #000;
  color: #000;
}
#summershorts .otheritem a {
  max-width: 500px;
  padding: 10px;
  font-size: 0.85em;
}
#summershorts .point {
  width: 100%;
  max-width: 700px;
  margin: 80px auto;
  background: #ededed;
  padding: 3% 4% 4%;
  border-radius: 7px;
}
#summershorts .point h4 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 150%;
}
#summershorts .point h4 span {
  font-size: 0.5em;
  font-weight: bold;
}
#summershorts .point h5 {
  text-align: left;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1em;
}
#summershorts .point h5 span {
  margin-left: 1%;
  font-size: 1.2em;
}
#summershorts .point .point_inner {
  width: 100%;
  margin: 30px auto;
}
#summershorts .point .point_inner p {
  width: 95%;
  margin-left: 5%;
}
/*コーディネート*/
#summershorts .item_list .list, #summershorts .item_listblue .list {
  font-size: 0.8em !important;
  padding: 1%;
  text-align: left;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
}
#summershorts .item_list .list div:first-child, #summershorts .item_listblue .list div:first-child {
  width: 80%;
  padding: 3px 0% 3px 0;
  margin: 0 auto;
}
#summershorts .item_list .list div:last-child, #summershorts .item_listblue .list div:last-child {
  width: 15%;
  display: flex;
  align-items: center;
  /*padding-right: 1%;*/
}
#summershorts .lineup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
#summershorts .item_list .list a {
  display: block;
  width: 100%;
  max-width: 150px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  font-size: 0.9em;
  border-radius: 8px;
  text-decoration: none;
}
#summershorts .item_listblue .list a {
  display: block;
  width: 100%;
  max-width: 150px;
  padding: 10px 0;
  text-align: center;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  font-size: 0.9em;
  border-radius: 8px;
  text-decoration: none;
}
#summershorts .item_listblue .list a {
  border: 1px solid #333;
  background: #333;
  color: #FFF;
}
#summershorts .item_list .list span, #summershorts .item_listblue .list span {
  font-size: 1.2em;
}
#summershorts .item_list .list, #summershorts .item_list .listblue {
  line-height: 180%;
  width: 100%;
  margin: auto;
}
#summershorts .lineup a.buy {
  width: 50%;
  margin: 10px auto;
}
#summershorts .lineup a.buy:hover, #summershorts .item_list .list a:hover {
  background: #FFF;
  text-align: center;
  border: 1px solid #666;
  color: #666;
}
#summershorts .item_listblue .list a:hover {
  background: #eafaff;
  text-align: center;
  border: 1px solid #333;
  color: #333;
}
/*VIEW MOREボタンの設定*/
#summershorts p.button {
  display: block;
  margin: 20px auto !important;
  padding: 11px 12px;
  color: #FFF;
  background: #333;
  cursor: pointer;
  transition: all 0.5s;
  max-width: 770px;
  width: 80%;
  text-align: center;
  border-radius: 8px;
}
#summershorts a.buy .otheritem{
  display: block;
  width: 50%;
  max-width: 150px;
  margin: 10px auto;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #121212;
  background: #121212;
  color: #FFF;
  transition: 0.6s;
  font-size: 0.8em;
}
#summershorts a.other{
  width: 80%;
  max-width: 600px;
  margin: 30px auto 60px;
  padding: 10px 0;
  font-size: 1.2em;
}
#summershorts a.buy:hover 
#summershorts a.otheritem:hover{
  background: #FFF;
  text-align: center;
  border: 1px solid #666;
  color: #666;
}
/* 購入ボタン */

#summershorts .itemlist a,
#summershorts .itemlist span,
#summershorts .buy,
#summershorts .otheritem,
.itemlist a,
.itemlist .coming{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #555555;
	background: #555555;
	color: #FFF;
	text-decoration: none;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;

}

#summershorts .otheritem{
   /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 1em;
    text-align: center;
    max-width: 500px;
    width: 65%;
    padding: 10px 3px;
	margin:10px auto;
}

#summershorts .buy{
	padding: 5px 0;
	margin: 10px auto 30px;
    width: 70%;
    	background: #555555;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
}
#summershorts .itemlist span{
	background: #FFF;
	color: #000;
}

#summershorts .buy:hover,
#summershorts .itemlist a:hover,
#summershorts .otheritem:hover,
.itemlist a:hover,
.itemlist .coming{
	background: #FFF;
	text-align: center;
	border: 1px solid #555555;
	color: #555555;
}

/*ここまで*/


#summershorts .otheritem:hover,
.itemlist a:hover,
.itemlist .coming{
	background: #FFF;
	text-align: center;
	border: 1px solid #555555;
	color: #555555;
}


/* 回遊リンク */
#summershorts .Banner4 {
  text-align: center !important;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#summershorts .Banner4 h6 {
  font-size: 30px !important;
  margin: 50px auto;
  padding: 20px 0;
  border-top: double #000;
  border-bottom: 1px solid #000;
  color: #000;
  text-align: center !important;
}
#summershorts .Banner4 ul {
  display: inline;
}
#summershorts .Banner4 ul li {
  display: inline-block;
  width: 47% !important;
  margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:749px) {
  .pc_none {
    display: none !important;
  }
  #summershorts .block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #summershorts .right {
    flex-direction: row-reverse;
  }
  #summershorts .block .block1, #summershorts .block .block2 {
    width: calc(100% / 2);
    margin-left: -20px;
  }
  #summershorts .left .block2 {
    padding-left: 2%;
  }
  #summershorts .right .block2 {
    padding-right: 2%;
  }
  /* ヘッダー・フッターの崩れを直す */
  #news_detail .detail {
    width: 100% !important;
  }
  #news_detail .detail .head {
    width: 1000px !important;
    margin: 0 auto 50px !important;
  }
  #news_detail .detail .content p:first-child {
    margin: 0 auto;
    max-width: 1000px !important;
  }
  #topicpath {
    width: 1168px;
    margin: 0 auto;
  }
  .paging {
    width: 1000px;
    margin: 0 auto;
  }
  .item_category_links {
    width: 1168px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width:820px) {
  .sp_none {
    display: none;
  }
  #summershorts p.main_text {
    margin: 2.25vw auto !important;
    font-size: 3.5vw !important;
  }
  #summershorts p, #summershorts .block p {
    font-size: 3.5vw !important;
    line-height: 180%;
    display: inline-block;
  }
  #summershorts section.pickupstyling_blue h4 {
    font-size: 8vw;
    margin: 0vw auto -3vw;
    line-height: 120%;
  }
  #summershorts section.pickupstyling_blue h4 span {
    font-size: 4.5vw;
  }
  #summershorts section.pickupstyling_blue {
    background-size: 35%;
    background-position: top 90px right 0px;
  }
  #summershorts section.pickupstyling_blue h3 {
    font-size: 3.5vw;
	 line-height: 180%;
    width: 100%;
  }
  #summershorts .item_list .list div:first-child, #summershorts .item_listblue .list div:first-child {
    margin: 5px auto 15px;
  }
  #summershorts .block .block2 {
    padding: 0 2%;
    margin: 6.25vw auto 0 !important;
  }
  #summershorts .block p {
    margin: 0 auto !important;
  }
  #summershorts #setuplist {
    margin: -6.5vw auto 0;
    padding-top: 6.5vw;
  }
  #summershorts #setuplist p.attention {
    margin: 0 auto 6.25vw !important;
  }
  #summershorts #setuplist2 {
    margin: -6.5vw auto 0;
    padding-top: 6.5vw;
  }
  #summershorts #setuplist2 p.attention {
    margin: 0 auto 6.25vw !important;
  }
  #summershorts .lineup div {
    flex-basis: 50%;
  }
  #summershorts .item_list .list, #summershorts .item_listblue .list {
    font-size: 3vw !important;
    line-height: 180%;
  }
  #summershorts .item_list .list span, #summershorts .item_listblue .list span {
    font-size: 3.5vw !important;
  }
  #summershorts .lineup p.itemname {
    text-align: left;
    margin: 4.25vw auto 2.125vw !important;
    height: 10vw;
    font-size: 3vw !important;
  }
  #summershorts .lineup a.buy, #summershorts .item_list .list a {
    font-size: 3.125vw;
  }
  #summershorts h1 {
    font-size: 4.2vw;
    margin: 8vw auto 4vw;
    width: 90%;
  }
  #summershorts h2 img {
    width: 30%;
  }
  #summershorts h2 {
    font-size: 4vw;
    margin: 30px auto -30px;
  }
  #summershorts .point h4 {
    font-size: 5.5vw;
    margin-top: 1vw;
    margin-bottom: 5.5vw;
    line-height: 90%;
  }
  #summershorts .point h5 {
    font-size: 3.5vw;
    margin-bottom: 2.2vw;
  }
  #summershorts .point .point_inner {
    margin: 5.5vw auto;
  }
  #summershorts .point {
    width: 85%;
  }
  #summershorts img.styling01, #summershorts img.styling02 {
    max-width: 100%;
    top: -680px;
    left: -120px;
    width: 15%;
    position: relative;
  }
  /*VIEW MOREボタンの設定*/
  #summershorts p.button {
    display: block;
    margin: 20px auto 20px !important;
    padding: 11px 12px;
    color: #FFF;
    background: #333;
    cursor: pointer;
    transition: all 0.5s;
    max-width: 770px;
    width: 80%;
    text-align: center;
    border-radius: 8px;
  }
	
	
#summershorts .buy{
	padding: 8px 0;
    max-width: 45%!important;
	font-size: 3.5vw;
}	
	
#summershorts a.other	{
	padding: 10px 0;
    max-width: 80%!important;
	font-size: 3.5vw;
}	
	
#summershorts .otheritem{
	font-size: 3vw;
}	
	
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #summershorts .Banner4 {
    text-align: center;
    width: 100%;
  }
  #summershorts .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #summershorts .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
}