@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&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;
}
.blog_inner h3, h2, h4 {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.blog_inner a:not([class]) {
  font-weight: 400;
}
caption, th, p {
  text-align: center;
}
#link_corde {
  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;
}
#link_corde img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
#link_corde p {
  font-size: 1em !important;
  margin-top: 0 !important;
}
#link_corde h1, #link_corde h2, #link_corde h3, #link_corde h4, #link_corde h5 {
  color: #222;
  text-align: center;
  font-weight: 400;
  background: none;
  border: none;
  letter-spacing: 0.1em;
}
#link_corde h1 {
  font-size: 2.5em;
  line-height: 150%;
  margin: 1em auto 0.5em;
}
#link_corde h2 img {
  padding-top: 50px;
}
#link_corde h3 {
  font-size: 2em;
  color: #e25d47;
  margin-bottom: 0.5em;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: -1em;
}
#link_corde h4 {
  font-size: 1.5em;
  padding: 0.4em 0 0.3em;
  margin-bottom: 0.5em !important;
  margin-top: 0px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
#link_corde .no1 {
  background-color: #82a0d6;
}
#link_corde .no2 {
  background-color: #ffdb3f;
  color: #222;
}
#link_corde .no3 {
  background-color: #ff9b0a;
}
#link_corde .no4 {
  background-color: #736b94;
}
#link_corde .no5 {
  background-color: #403b46;
}
#link_corde .no6 {
  background-color: #b7855c;
}
#nicewear_toda .itemlisttext a {
  text-align: center !important;
  text-decoration: underline;
  font-weight: 400 !important;
  line-height: 250%;
}
.blog_inner h4 {
  text-align: center;
  font-weight: 400;
}
.blog_inner a:not {
  text-decoration: none;
  font-weight: 400;
}
.blog_inner a {
  text-decoration: none;
}

#link_corde .link_corde_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
#link_corde p {
  font-size: 1em !important;
  line-height: 180%;
}
#link_corde .flex {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  width: 100%;
}
#link_corde .main_text {
  margin: 2em auto !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
  width: 90%;
  max-width: 800px;
}
#link_corde .main_text2 {
  text-align: left;
  line-height: 180%;
  display: block !important;
  width: 90%;
  max-width: 650px;
  margin: 1em auto 2em;
}
#link_corde .itemlistbox {
  background-color: #f4f4f2;
  padding: 20px 1em 1em;
  max-width: 650px;
  margin: 0 auto 30px;
}
#link_corde section {
  margin: 0px auto;
}
/*
#link_corde section.item {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 10px;
  text-align: center;
}
#link_corde section.item img {
  width: 100%;

}*/
/*#link_corde section.item .flex div {
  flex-basis: 50%;
  padding: 2%;
}*/
.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;
}/*
#link_corde p.itemname {
  font-size: 1em !important;
  margin: 20px auto 10px !important;
  width: 90%;
  font-weight: 700;
}*/
#link_corde p.price {
  font-size: 1.2em !important;
  margin: 0px auto 0px !important;
}/*
#link_corde .item p.itemname {
  margin: 20px auto 5px !important;
  font-size: 1em !important;
  width: 95%;
  line-height: 130%;
}
#link_corde .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;
}*//*
#link_corde .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;
}
#link_corde .itemlist p.itemname span {
  color: #C52F32;
  font-weight: bold;
  font-size: 1em !important;
}
#link_corde .itemlist p.price {
  margin: 0px auto !important;
  text-align: center;
  line-height: 200%;
}
#link_corde .itemlist p.price span {
  color: #C52F32;
  font-size: 1.4em !important;
  font-weight: bold;
}*/
#link_corde p.price span.percentage {
  color: #C52F32;
  font-size: 1.3em !important;
  font-weight: bold;
}
/* ボタン */
#link_corde a.otheritem {
  display: block;
  width: 100%;
  max-width: 650px;
  padding: 1em 0;
  text-align: center;
  border: 1px solid #999;
  background: #999;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  transition: 0.6s;
  margin: 0 auto;
}
#link_corde a.otheritem:hover {
  background: #fff;
  text-align: center;
  border: 1px solid #999;
  color: #999
}
/* 回遊リンク */
#link_corde .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#link_corde .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;
}
#link_corde .Banner4 ul {
  display: inline;
}
#link_corde .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;
  }
  #link_corde .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;
  }
  #link_corde p, #link_corde div {
    font-size: 3.8vw !important;
    line-height: 180%;
  }
  #link_corde h1 {
    font-size: 6vw !important;
  }
  #link_corde h2 img {
    padding-top: 30px;
  }
  #link_corde h3 {
    font-size: 7vw !important;
  }
  #link_corde h4 {
    font-size: 5.5vw !important;
    text-align: center !important;
  }
  #link_corde .itemlist p.price {
    margin: -15px auto 5px !important;
    text-align: center;
  }
  #link_corde .itemlisttext {
    text-align: left;
    line-height: 180%;
  }
/*  #link_corde section.item {
    margin: 2vw auto 0;
  }*//*
  #link_corde section.stylebox {
    width: 100%;
    margin: 0.875vw auto 10vw;
  }*/
  /*
  #link_corde .itemlist p.itemname {
    margin: 5px auto 20px !important;
    width: 100%;
  }*/
  .flexbox {
    display: block;
  }
  .flexbox .box1 {
    width: 100%;
    margin: 0 auto;
  }
  .flexbox .box2 {
    width: 100%;
    margin: 5.56vw auto;
  }
  #link_corde .textaria {
    width: 90%;
    margin: 0 auto;
  }/*
  #link_corde .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%;
  }
  #link_corde .itemlist div {
    flex-basis: calc(100% / 2);
    padding: 1em 1% 1em;
    margin-bottom: 10px;
  }*/
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #link_corde .Banner4 {
    text-align: center;
    width: 100%;
  }
  #link_corde .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #link_corde .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
  #link_corde .header {
    position: relative;
    height: 105vw;
  }
/*  #link_corde .header .fv1 {
    position: absolute;
    width: 95%;
    top: 0vw;
    left: 3vw;
  }*/
}