@charset "utf-8";

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/gotham-book.woff") format("woff");
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gotham-bold.woff") format("woff");
}

:root {
  --f-family-serif: "Noto Serif JP", serif;
  --f-family-sans: "Noto Sans JP", sans-serif;
  --f-family-en: Gotham, "Noto Sans JP", sans-serif;
  --color-lgr: #fafafa;
  --color-pk: #EDB0BA;
  --color-pk-rbg: 237, 176, 186;
}

/* ==========================================================
 body
========================================================== */
#primary-content {
  position: relative;
  overflow-x: hidden;
  letter-spacing: 0;
  font-family: var(--f-family-sans);
  font-size: 12px;
  color: #404040;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

#primary-content img {
  width: 100%;
}


/* ==========================================================
 汎用
========================================================== */
/* sec
---------------------------------------------------------- */
#primary-content .sec-01 {
  width: min(1100px, 100%);
  margin: 80px auto 0;
  padding-top: 60px;
  box-sizing: border-box;
}

/* ttl / txt
---------------------------------------------------------- */
#primary-content .ttl-01 {
  margin-bottom: 15px;
  color: var(--color-pk);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--f-family-en);
  text-align: center;
}

#primary-content .ttl-02 {
  margin-bottom: 0.5em;
  font-weight: 500;
}

#primary-content .txt-01 {
  line-height: 1.8;
  text-align: center;
}

#primary-content .txt-main {
  margin: 60px 0  67px;
  /* line-height: 2.14;
  font-family: var(--f-family-serif); */
  line-height: 2.62em;
  font-family: var(--f-family-sans);
  font-size: 13px;
  letter-spacing: 0.02em;
}

/* btn
---------------------------------------------------------- */
#primary-content .btn-01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  transition: color 0.5s ease-out, background-color 0.5s ease-out;
}

#primary-content a.btn-01 {
  color: var(--color-pk);
  background: #fff;
  border: 1px solid var(--color-pk);
  width: min(330px, 60vw);
  height: 46px;
}

#primary-content span.btn-01 {
  color: #333;
  background: rgba(var(--color-pk-rbg), 0.3);
}

#primary-content .btn-02{
  background-color: #EA8E9E;
  width: 280px;
  height: 50px;
  border-radius: 25px;
  filter: drop-shadow(2px 2px 2px rgb(0, 0, 0, 0.2));
  margin-bottom: 5px;
  transition: all 0.5s 0s ease-out;
}

#primary-content .btn-02 a{
  color: #fff;
  font-size: 1.2rem;
  display: block;
}

#primary-content .products-btn{
  position: relative;
  display: block;
  max-width: 390px;
  width: 100%;
  margin: 20px auto 0;
  padding: 15px 0;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", YakuHanJP, tbudgothic-std, sans-serif;
  text-align: center;
  background: #ecb0ba;
  border: 2px solid #ecb0ba;
  transition: color 0.2s background-color 0.2s;
}

#primary-content .products-btn::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
  transition: border-color 0.2s;
}

/* list
---------------------------------------------------------- */
#primary-content .list-dot li {
  margin-left: 1.5em;
  list-style: disc;
}

#primary-content .list-dot li a {
  text-decoration: underline;
}

/* list-product
---------------------------------------------------------- */
#primary-content .list-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#primary-content .list-product:not(.center)::before,
#primary-content .list-product:not(.center)::after,
#primary-content .list-product .item {
  width: calc(25% - 30px);
}

#primary-content .list-product .item {
  flex-direction: column;
  margin-top: 60px;
  line-height: 1.6;
  font-feature-settings: "palt";
}

#primary-content .list-product .item .wb-all {
  word-break: break-all;
}

#primary-content .list-product .border {
  border: 1px solid #eee;
}

#primary-content .list-product .name {
  margin: 15px 0 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

#primary-content .list-product .name-01 {
  height: calc(2 * 1.5998em);
}

#primary-content .list-product .txt {
  margin-bottom: 15px;
  color: #333;
  font-size: 12px;
}

#primary-content .list-product .item,
#primary-content .list-product .item .wrap-detail,
#primary-content .list-product .wrap-btn {
  display: -ms-flexbox;
  display: flex;
}

#primary-content .list-product .wrap-detail {
  color: #727272;
  font-size: 12px;
  font-weight: 500;
}

#primary-content .list-product .item .wrap-detail.other,
#primary-content .list-product .item .wrap-detail.color {
  -ms-flex-align: center;
  align-items: center;
}

#primary-content .list-product .item .wrap-detail.other {
  margin: 10px 0;
}

#primary-content .list-product .item .wrap-detail.other img {
  display: block;
}

#primary-content .list-product .item .wrap-detail.color,
#primary-content .list-product .item .wrap-detail.size {
  margin-bottom: 10px;
}

#primary-content .list-product .item .wrap-detail.color.mar-b_auto {
  margin-bottom: auto;
}

#primary-content .list-product .item .wrap-detail.color img {
  overflow: hidden;
  display: inline-block;
  width: 14px;
  border-radius: 50%;
  vertical-align: middle;
}

#primary-content .list-product .item .wrap-detail.color img.white {
  border: solid 1px #d2d1d1;
}

#primary-content .list-product .item .wrap-detail.color img+img {
  margin-left: 4px;
}

/* #primary-content .list-product .item .txt+.wrap-detail {
  margin-top: auto;
} */

#primary-content .list-product .item .price {
  margin: auto 0 10px;
  padding-top: 10px;
  font-weight: 500;
  text-align: center;
}

#primary-content .list-product .item .txt+.wrap-detail+.wrap-detail+p {
  margin-top: 0;
}

#primary-content .list-product .wrap-btn {
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}

#primary-content .list-product .wrap-btn .btn-01 {
  width: 120px;
  height: 32px;
  letter-spacing: -0.01em;
  font-size: 12px;
}

#primary-content .list-product .item .wrap-detail.color span {
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0 4px 0 1em;
}

#primary-content .list-product .item .wrap-detail .ttl {
  width: 70px;
}

#primary-content .list-product .wrap-detail .lineup:not(.color) {
  width: calc(100% - 70px);
}

#primary-content .list-product .wrap-detail.color figure {
  width: calc(100% - 70px);
}

#primary-content .list-product .item .wrap-detail.other figure {
  width: calc(100% - 70px);
}

#primary-content .list-product .item .img img {
  width: 100%;
}


/* ico
---------------------------------------------------------- */
#primary-content .wrap-ico,
#primary-content .wrap-ico .ico {
  display: -ms-flexbox;
  display: flex;
}

#primary-content .wrap-ico .ico {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#primary-content .wrap-ico {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  margin-bottom: 15px;
  gap: 2px;
}

#primary-content .wrap-ico .ico {
  flex-shrink: 0;
  width: calc(33.33% - 2px);
}

#primary-content .wrap-ico .ico {
  height: 28px;
  margin-bottom: 2px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #333;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;
}

#primary-content .wrap-ico .ico-01 {
  background: #E1F5FE;
}

#primary-content .wrap-ico .ico-02 {
  background: #F1F8E9;
}

#primary-content .wrap-ico .ico-03 {
  background: #FFFDE7;
}

#primary-content .wrap-ico .ico-04 {
  background: #FCE4EC;
}

#primary-content .wrap-ico .ico-05 {
  background: #FFEBEE;
}

#primary-content .wrap-ico .ico-06 {
  background: #F3E5F5;
}

#primary-content .wrap-ico .ico-07 {
  background: #E3F2FD;
}

#primary-content .wrap-ico .ico-08 {
  background: #EFEBE9;
}

#primary-content .wrap-ico .ico-09 {
  background: #E0F2F1;
}

#primary-content .wrap-ico .ico-10 {
  background: #FAFAFA;
}

#primary-content .wrap-ico .ico-11 {
  background: #FFF8E1;
}

#primary-content .wrap-ico .ico-12 {
  background: #F9FBE7;
}

#primary-content .wrap-ico .ico-13 {
  background: #ECEFF1;
}

#primary-content .wrap-ico .ico-14 {
  background: #E8EAF6;
}

#primary-content .wrap-ico .ico-15 {
  background: #EDE7F6;
}

#primary-content .wrap-ico .ico-16 {
  background: #FBE9E7;
}

#primary-content .wrap-ico .ico-17 {
  background: #FFF3E0;
}

#primary-content .wrap-ico .ico-18 {
  background: #fff7ee;
}

#primary-content .wrap-ico .ico-19 {
  background: #E0F7FA;
}

#primary-content .wrap-ico .ico-20 {
  background: #E8F5E9;
}


/* ==========================================================
 min-width: 769px
========================================================== */
@media screen and (min-width: 769px) {
  #primary-content a.btn-01:hover {
    color: #fff;
    background: var(--color-pk);
  }

  #primary-content .list-dot li a:hover {
    color: inherit;
    text-decoration: none;
  }

  #primary-content .list-product .name-01-pc {
    height: calc(2 * 1.5998em);
  }

  #primary-content .list-product .name-01-sp {
    height: auto;
  }

  #primary-content .list-product.center,
  #primary-content .wrap-ico.center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  #primary-content .wrap-ico.center .ico+.ico {
    margin-left: 3px;
  }

  #primary-content .sec-01 .list-product.center .item+.item {
    margin-left: 42px;
  }

  #primary-content .list-faq .item .ttl:hover {
    color: var(--color-pk);
  }

  #primary-content .list-lineup .item a:hover::after,
  #primary-content .list-faq .item .ttl:hover::after {
    border-top-color: var(--color-pk);
  }

  #primary-content .products-btn:hover {
    color: #ecb0ba;
    background: #fff;
  }
  
  #primary-content .products-btn:hover::after {
    border-color: transparent transparent transparent #ecb0ba;
  }


}

/* ==========================================================
 max-width: 768px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 768px) {
  #primary-content .sec-01 {
    margin-top: 40px;
    padding: 40px 10px 0;
  }

  #primary-content .ttl-01 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  #primary-content .txt-main{
    margin: 40px 0 42px;
  }


  #primary-content .list-product .item {
    width: calc(50% - 5px);
    margin-top: 40px;
  }

  #primary-content .list-product::after {
    display: none;
  }

  #primary-content .list-product .name {
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    font-size: 14px;
  }

  #primary-content .list-product .name-01-pc {
    height: auto;
  }

  #primary-content .list-product .name-01-sp {
    height: calc(2 * 1.5998em);
  }

  #primary-content .list-product .txt,
  #primary-content .list-product .wrap-ico,
  #primary-content .list-product .item .wrap-detail {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  #primary-content .wrap-ico {
    margin-bottom: 10px;
  }

  #primary-content .wrap-ico .ico {
    padding-bottom: 1px;
    letter-spacing: -0.07em;
  }

  #primary-content .list-product .wrap-ico .ico {
    width: calc(50% - 1px);
  }

  /* #primary-content .list-product .wrap-detail .ttl, */
  #primary-content .list-product .wrap-detail p {
    font-size: 10px;
  }


  #primary-content .sec-01 .list-product .wrap-detail figure,
  #primary-content .sec-01 .list-product .wrap-detail .lineup {
    width: calc(100% - 50px) !important;
    padding-left: 10px;
  }

  #primary-content .list-product .item .price {
    padding-top: 5px;
    font-size: 12px;
  }

  #primary-content .list-product .item .wrap-detail .ttl {
    width: 50px;
  }

  #primary-content .list-bnr {
    margin-top: 20px;
  }

  #primary-content .list-bnr .item {
    margin-top: 10px;
  }

  #primary-content .sec-01#other .list-product .item {
    margin-top: 20px;
  }

  #primary-content .list-product .item .wrap-detail.color.mar-b_auto {
    margin-bottom: 10px;
  }

  #primary-content .list-product .item .wrap-detail.color span {
    position: relative;
    margin: 4px 4px 0 0;
  }

  #primary-content .list-product .item .wrap-detail.color img+img {
    margin-left: 2px;
  }

  #primary-content .list-product .wrap-btn {
    flex-flow: column;
    align-items: center;
  }


}
#primary-content .m30 {
    margin-bottom: 30px !important;
}

#primary-content .m-entryBox02 {
    padding: 15px 30px;
    border: 1px solid #7c7c7c;
    margin-top: 20px;
    margin-bottom: 20px;
}

#primary-content .f120 {
    font-size: 120% !important;
}

#primary-content .m-entryBox02 p{
  font-size: 14px;
  letter-spacing: calc(50 / 1000 * 1em);
}