@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
html, body, ul, li, p, a, div, img, h1, h3 {
  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;
}
*, ::after, ::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
#nicewear_today {
  width: unset;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
  text-align: center;
  background: #fff;
  color: #333;
}
#nicewear_today img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
/*#nicewear_today img.sample {
  max-width: 100%;
  height: auto;
  margin: 40px auto 0;
}*/
#nicewear_today p {
  font-size: 1em !important;
  margin-top: 0 !important;
}
#nicewear_today h1, #nicewear_today h2, #nicewear_today h3, #nicewear_today h4 #nicewear_today h5 {
  color: #222;
  text-align: center;
  font-weight: 900;
  background: none;
  border: none;
  letter-spacing: 3px;
}
#nicewear_today h1 {
  font-size: 2.5em;
  line-height: 150%;
  margin: 1em auto 0.5em;
}
#nicewear_today .h2-bubble-wrap {
  text-align: center;
}
#nicewear_today .h2-bubble {
  position: relative;
  font-size: 2em;
  display: inline-block;
  background: #001e46; /* 深めのネイビー */
  color: #fff; /* 白文字 */
  padding: 6px 22px 14px;
  border-radius: 16px; /* 丸み */
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 20px;
  overflow: visible;
}
#nicewear_today .h2-bubble span {
  font-size: 0.6em;
}
/* 吹き出し下のピョコっとした角（オプション） */
#nicewear_today .h2-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px; /* はみ出すなら -10px、内側に収めたいなら 0 に */
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid #001e46;
  pointer-events: none;
  z-index: 0; /* 必要なら調整 */
}
/* ===== h3：太字＋赤点線 ===== */
#nicewear_today h3 {
  font-size: 2em;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 4px dashed #db9589; /* 赤い破線 */
}
#nicewear_today h4 {
  font-size: 1.5em;
  background-color: #db9589;
  padding: 0.2em 0 0.3em;
  margin-bottom: 30px !important;
  margin-top: 0px;
 
}


#itemlisttext a,
#itemlisttext2 a,
#itemlisttext3 a,
#itemlisttext4 a {
  text-decoration: none;
  font-weight: 400;
}

.blog_inner h4{
text-align: center;
  font-weight: 900;
}

.blog_inner a:not{
text-decoration: none;
font-weight: 400;
}
.blog_inner a{
text-decoration: none;
}

#nicewear_today .multiple {
  padding: 0;
}
#nicewear_today .multiple img {
  width: 100%;
  margin-top: 10px;
}
#nicewear_today .multiple div {
  margin: 0 5px;
}
#nicewear_today .nicewear_today_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
/* categorylist */
#nicewear_today .categorylist {
  margin: 0 auto 50px;
  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%;
  border-radius: 10px;
  justify-content: center;
}
#nicewear_today section.category {
  margin: 15px auto;
  width: 95%;
  max-width: 800px;
}
#nicewear_today .categorylist div {
  flex-basis: calc(100% / 4 - 1%);
  padding: 0.5%;
}
#nicewear_today .categorylist div.box {
  font-weight: 500;
}
#nicewear_today .categorylist div a {
  /*  color: #fff;*/
  display: block;
  /*  padding:1em 1em;
  text-align: center;
  font-size: 1.2em;
  background-color: #04365F;
  text-decoration: none;*/
}
#nicewear_today .categorylist div a:hover {
  /*  color: #04365F;*/
  display: block;
  filter: brightness(0.85);
  /*  background-color: #fff;
   border: 2px solid  #04365F;*/
}
/*.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);
}*/
#nicewear_today p {
  font-size: 1em !important;
  line-height: 180%;
}
#nicewear_today .flex {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  width: 100%;
}
#nicewear_today .main_text {
  margin: 50px auto !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
  width: 90%;
  max-width: 800px;
}
#nicewear_today .main_text2 {
  text-align: left;
  line-height: 180%;
  display: block !important;
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}
#nicewear_today .itemlistbox {
  background-color: #f4f4f2;
  padding: 20px 1em 1em;
  max-width: 650px;
  margin: 0 auto 30px;
}
#nicewear_today section {
  margin: 0px auto;
}
#nicewear_today section.back {
  background: #ffffe0;
  padding: 2% 0%;
}
#nicewear_today section.item {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 10px;
  text-align: center;
}
#nicewear_today section.item img {
  width: 100%;
  /*	max-width: 500px;*/
}
#nicewear_today section.item .flex div {
  flex-basis: 50%;
  padding: 2%;
}
#nicewear_today p.other a {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid white;
  background: #04365F;
  color: white;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 60px auto;
}
#nicewear_today p.other a:hover {
  background: white;
  text-align: center;
  border: 1px solid #04365F;
  color: #04365F;
}
.flexbox {
  display: flex;
  margin: 0px auto;
}
.box1 {
  width: 50%;
  margin: auto;
}
.box2 {
  width: 50%;
  margin: auto .5rem;
}
.box2 .box_text {
  width: 90%;
  text-align: left;
  margin: 0px auto;
}
#nicewear_today p.itemname {
  font-size: 1em !important;
  margin: 20px auto 10px !important;
  width: 90%;
  font-weight: 700;
}
#nicewear_today p.price {
  font-size: 1.2em !important;
  margin: 0px auto 0px !important;
}
#nicewear_today section.stylebox {
  width: 100%;
  margin: 100px auto;
}
#nicewear_today section.stylebox .style {
  width: 100%;
  margin: 50px auto;
}
#nicewear_today section.stylebox .style .mainimage {
  width: 100%;
}
#nicewear_today .mainimage .flex div {
  flex-basis: 50%;
}
#nicewear_today .style .textaria {
  margin: 20px auto;
  width: 100%;
}
#nicewear_today .textaria2 {
  max-width: 650px;
}
#nicewear_today .style .textaria p.model {
  margin: 10px auto 0 !important;
  font-size: 0.8em !important;
  text-align: center;
}
#nicewear_today .slide {
  margin: 20px auto 50px;
}
#nicewear_today .slide ul {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#nicewear_today .slide ul li img {
  width: 100%;
}
#nicewear_today .item p.itemname {
  margin: 20px auto 5px !important;
  font-size: 1em !important;
  width: 95%;
  line-height: 130%;
}
#nicewear_today .itemlist {
  margin: 0 auto 0;
  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%;
  max-width: 800px;
}
#nicewear_today .itemlist div {
  flex-basis: calc(100% / 2);
  padding: 2%;
  margin-bottom: 10px;
}
#nicewear_today .itemlist p.itemname {
  text-align: center;
  margin: 5px auto 3px !important;
  line-height: 150%;
  overflow: visible;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 1em !important;
}
#nicewear_today .itemlist p.itemname span {
  color: #C52F32;
  font-weight: bold;
  font-size: 1em !important;
}
#nicewear_today .itemlist p.price {
  margin: 0px auto !important;
  text-align: center;
  line-height: 200%;
}
#nicewear_today .itemlist p.price span {
  color: #C52F32;
  font-size: 1.4em !important;
  font-weight: bold;
}
#nicewear_today p.price span.percentage {
  color: #C52F32;
  font-size: 1.3em !important;
  font-weight: bold;
}
/* 購入ボタン */
#nicewear_today .buy, .itemlist a.buy {
  display: block;
  width: 100%;
  max-width: 130px;
  padding: 6px 0;
  text-align: center;
  border: 1px solid #04365F;
  background: #04365F;
  color: #fff;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
}
#nicewear_today .buy:hover, .itemlist a.buy:hover {
  background: #fff;
  text-align: center;
  border: 1px solid #04365F;
  color: #04365F;
}

 #nicewear_toda, #itemlisttext, #itemlisttext2, #itemlisttext3, #itemlisttext4{
    text-align: center;
    text-decoration: underline;
    font-weight: 400;
  }
/* 回遊リンク */
#nicewear_today .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#nicewear_today .Banner4 h3 {
  font-size: 25px !important;
  margin: 50px auto !important;
  padding: 20px 0;
  border-top: double #333;
  border-bottom: 1px solid #333;
  color: #333;
  text-align: center;
}
#nicewear_today .Banner4 ul {
  display: inline;
}
#nicewear_today .Banner4 ul li {
  display: inline-block;
  width: 47% !important;
  margin: 1% 1% 2% 1%;
}
.blog_inner a:not{
   font-weight: 400 !important;
    text-decoration: none;
}
@media only screen and (min-width:749px) {
  .pc_none {
    display: none !important;
  }
  #nicewear_today .left {
    flex-direction: row-reverse;
  }
  /* ヘッダー・フッターの崩れを直す */
  #news_detail .detail {
    width: 100% !important;
  }
  #news_detail .detail .head {
    width: 1000px !important;
    margin: 0 auto 50px !important;
  }
  #news_detail .detail .content {
    background: #ffffff;
  }
  #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:748px) {
  .sp_none {
    display: none;
  }
  #nicewear_today p, #nicewear_today div {
    font-size: 3.8vw !important;
    line-height: 180%;
  }
  #nicewear_today h1 {
    font-size: 6vw !important;
  }
  #nicewear_today h2 {
    font-size: 6vw !important;
  }
  #nicewear_today h3 {
    font-size: 5vw !important;
  }
   #nicewear_today h4 {
    font-size: 5vw !important;
    text-align: center !important;
  }
  #nicewear_today .itemlist p.price {
    margin: -15px auto 5px !important;
    text-align: center;
  }
  #nicewear_today, #itemlisttext, #itemlisttext2, #itemlisttext3, #itemlisttext4{
    text-align: left;
  }
  #nicewear_today section.item {
    margin: 2vw auto 0;
  }
  #nicewear_today section.stylebox {
    width: 100%;
    margin: 0.875vw auto 10vw;
  }
  #nicewear_today p.other a:hover {
    background: white;
    text-align: center;
    /*	border: 1px solid black;*/
    /*color: black;*/
  }
  #nicewear_today p.other a {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid white;
    color: white;
    /*		background: black;*/
    /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
    transition: 0.6s;
    margin: 40px auto;
  }
  
  #nicewear_today .main_text {
  margin: 2em auto !important;

  width: 95%;

}
  #nicewear_today .categorylist div a {
    font-size: 1em;
  }
  #nicewear_today .categorylist div {
    flex-basis: calc(100% /2 - 1%);
  }
  #nicewear_today .itemlist p.itemname {
    margin: 5px auto 20px !important;
    width: 100%;
  }
  #nicewear_today .buy, .itemlist a.buy {
    display: block;
    width: 100%;
    max-width: 100px;
    padding: 6px 0;
  }
  .flexbox {
    display: block;
  }
  .flexbox .box1 {
    width: 100%;
    margin: 0 auto;
  }
  .flexbox .box2 {
    width: 100%;
    margin: 5.56vw auto;
  }
  #nicewear_today .textaria {
    width: 90%;
    margin: 0 auto;
  }
  #nicewear_today .itemlist p.itemname {
    text-align: center;
    margin: 5px auto 3px !important;
    padding-bottom: 1em;
    overflow: visible;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 3.8vw !important;
    line-height: 150%;
  }
  #nicewear_today .itemlist div {
    flex-basis: calc(100% / 2);
    padding: 1em 1% 1em;
    margin-bottom: 10px;
  }
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #nicewear_today .Banner4 {
    text-align: center;
    width: 100%;
  }
  #nicewear_today .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #nicewear_today .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
  #nicewear_today .header {
    position: relative;
    height: 105vw;
  }
  #nicewear_today .header .fv1 {
    position: absolute;
    width: 95%;
    top: 0vw;
    left: 3vw;
  }
}