@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/* common
---------------------------------------------*/
html,
body {
  width: 100%;
  color: #222;
}

.wrap.serif {
  font-family: garamond-premier-pro, fot-tsukuaoldmin-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}

.wrap.sans-serif {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wrap.sans-serif .list {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

img, video {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

p.theme {
  text-align: center;
  margin: 0 auto 40px;
  color: #A0998D;
}
@media screen and (min-width: 769px) {
  p.theme {
    margin-bottom: 45px;
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  p.theme {
    margin-bottom: 50px;
    font-size: 28px;
  }
}
p.theme span {
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  p.theme span {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  p.theme span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  div.content {
    width: 988px;
    margin: 0 auto;
  }
}

div.mainArea {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  div.mainArea {
    width: 1060px;
    margin: 0 auto 100px;
  }
}
div.mainArea::before {
  content: "";
  display: block;
  padding-top: 66.6197183099%;
}
@media screen and (min-width: 769px) {
  div.mainArea::before {
    padding-top: 47.1698113208%;
  }
}

ul.menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  ul.menu {
    width: 800px;
    margin: 0 auto 140px;
  }
}
@media screen and (max-width: 768px) {
  ul.menu {
    width: 93.3333333333%;
    flex-wrap: wrap;
    margin: 0 auto 90px;
  }
}
@media screen and (min-width: 769px) {
  ul.menu li {
    width: 195px;
    height: 54px;
  }
}
@media screen and (max-width: 768px) {
  ul.menu li {
    width: 48.5714285714%;
    height: 50px;
    margin-bottom: 10px;
  }
}
ul.menu li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  ul.menu li a {
    font-size: 14px;
    height: 54px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  ul.menu li a {
    font-size: 12px;
    height: 100%;
    box-sizing: border-box;
  }
}

ul.list,
div.list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  ul.list,
  div.list {
    width: 988px;
  }
}
@media screen and (max-width: 768px) {
  ul.list,
  div.list {
    width: 93.3333333333%;
    text-align: center;
  }
}
ul.list li, ul.list > div,
div.list li,
div.list > div {
  text-align: center;
}
@media screen and (min-width: 769px) {
  ul.list li, ul.list > div,
  div.list li,
  div.list > div {
    width: 239px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  ul.list li, ul.list > div,
  div.list li,
  div.list > div {
    width: 31%;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  ul.list li:nth-child(9), ul.list > div:nth-child(9),
  div.list li:nth-child(9),
  div.list > div:nth-child(9) {
    display: none;
  }
}
ul.list a,
div.list a {
  font-size: 12px;
  line-height: 1.8;
  color: #484848;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  ul.list a,
  div.list a {
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) {
  ul.list a:hover img,
  div.list a:hover img {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  ul.list a p,
  div.list a p {
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  ul.list a p:first-child span,
  div.list a p:first-child span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  ul.list a p:nth-child(3),
  div.list a p:nth-child(3) {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  ul.list a .photo,
  div.list a .photo {
    margin-bottom: 7px;
  }
  ul.list a .photo span,
  div.list a .photo span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  ul.list a .label,
  div.list a .label {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  ul.list a .label,
  div.list a .label {
    display: none;
  }
}
ul.list a p.price,
div.list a p.price {
  display: inline-block;
}
ul.list a .salecolor,
div.list a .salecolor {
  color: #ee2e2e;
  margin-bottom: 0;
}
ul.list a .salecolor + .price,
div.list a .salecolor + .price {
  color: #ee2e2e;
}
ul.list a .ico_box,
div.list a .ico_box {
  display: none;
}
@media screen and (min-width: 769px) {
  ul.list a .ico_box + p,
  div.list a .ico_box + p {
    margin-top: 20px;
  }
}
ul.list a .textOverflow,
div.list a .textOverflow {
  display: none;
}
ul.list a::after,
div.list a::after {
  content: "BUY";
  background: #ddd;
  color: #484848;
  display: block;
  width: 45%;
  margin: 5px auto 0;
  line-height: 1;
  padding: 5px 0;
  transition: 1s;
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  ul.list a::after,
  div.list a::after {
    padding: 5px 0;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  ul.list a::after,
  div.list a::after {
    padding: 0;
    width: 89px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

a.allbtn {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  a.allbtn {
    font-size: 14px !important;
    width: 460px;
    height: 60px;
    text-align: center;
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 768px) {
  a.allbtn {
    width: 77.3333333333%;
    margin: 0 auto 126px;
    height: 50px;
    text-align: center;
    font-size: 12px;
  }
}

div.loading {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.loading > div {
  animation-name: opacity;
  animation-duration: 2s;
}
@media screen and (min-width: 769px) {
  div.loading > div {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  div.loading > div {
    width: 25%;
  }
}

div.content.coordinate ul.list {
  display: none;
}
@media screen and (max-width: 768px) {
  div.content.coordinate div.list > div {
    width: 33%;
  }
}
div.content.coordinate div.list > div a div.img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  div.content.coordinate div.list > div a div.img {
    margin-bottom: 10px;
  }
}
div.content.coordinate div.list > div a div.img::before {
  content: "";
  display: block;
  padding-top: 120%;
}
div.content.coordinate div.list > div a div.img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
@media screen and (min-width: 769px) {
  div.content.coordinate div.list > div a p {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  div.content.coordinate div.list > div a p {
    line-height: 1.4;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  div.content.coordinate div.list > div a p:nth-of-type(2) {
    font-size: 12px;
  }
}
div.content.coordinate div.list > div a::after {
  content: "CHECK";
}
@media screen and (max-width: 768px) {
  div.content.coordinate div.list > div a::after {
    margin-top: 8px;
    padding: 5px 0;
    font-size: 10px;
  }
}

/* お気に入り登録
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

.favorite_area {
  background-color: #F8E2E9;
}
@media screen and (min-width: 769px) {
  .favorite_area .pointarea {
    padding-bottom: 111px;
  }
}
@media screen and (max-width: 768px) {
  .favorite_area .pointarea {
    padding-bottom: 65px;
  }
}
.favorite_area .pointarea .pointareatext {
  text-align: center;
  color: #E9658A;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .favorite_area .pointarea .pointareatext {
    font-size: 30px;
    padding: 140px 0 71px 0;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 768px) {
  .favorite_area .pointarea .pointareatext {
    font-size: 20px;
    padding: 95px 0 42px 0;
    line-height: 1.38;
    letter-spacing: 2px;
  }
}
.favorite_area .point {
  margin: 0 auto;
  border-bottom: 2px solid #E9658A;
  border-top: 2px solid #E9658A;
}
@media screen and (min-width: 769px) {
  .favorite_area .point {
    width: 750px;
    display: flex;
    justify-content: space-around;
    padding: 60px 0 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .favorite_area .point {
    width: 309px;
    padding: 46px 0 46px 0;
  }
}
.favorite_area .point .flex {
  display: flex;
  align-items: center;
  width: 300px;
}
@media screen and (min-width: 769px) {
  .favorite_area .point .flex .icon_favorite {
    width: 72.41px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .favorite_area .point .flex .icon_favorite {
    width: 93px;
    padding-right: 22px;
    margin: 0 auto;
  }
}
.favorite_area .point .flex p {
  text-align: center;
  color: #333;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .favorite_area .point .flex p {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .favorite_area .point .flex p {
    font-size: 18px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 769px) {
  .favorite_area .point .icon_mail {
    width: 237.84px;
  }
}
@media screen and (max-width: 768px) {
  .favorite_area .point .icon_mail {
    width: 180.23px;
    margin: 0 auto;
    padding-top: 46px;
  }
}

.detail_area {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .detail_area {
    width: 897px;
    padding-bottom: 113px;
  }
}
@media screen and (max-width: 768px) {
  .detail_area {
    width: 313px;
    padding-bottom: 70px;
    flex-wrap: wrap;
  }
}
.detail_area .detail_1 {
  background-color: #FFFFFF;
  border-radius: 15px;
}
@media screen and (min-width: 769px) {
  .detail_area .detail_1 {
    width: 485px;
  }
}
@media screen and (max-width: 768px) {
  .detail_area .detail_1 {
    width: 313px;
    margin: 0 auto;
    margin-bottom: 56px;
  }
}
.detail_area .detail_1 h2 {
  color: #333;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  margin-top: -10px;
}
@media screen and (min-width: 769px) {
  .detail_area .detail_1 h2 {
    font-size: 22px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .detail_area .detail_1 h2 {
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .detail_area .detail_1 ul {
    width: 366.5px;
    margin: 0 auto;
    padding: 55px 0 32px 0;
  }
}
@media screen and (max-width: 768px) {
  .detail_area .detail_1 ul {
    width: 263.17px;
    margin-left: 19px;
    padding: 26px 0 11px 0;
  }
}
.detail_area .detail_1 li {
  display: flex;
}
.detail_area .detail_1 li .icon_check {
  padding-right: 6px;
}
@media screen and (min-width: 769px) {
  .detail_area .detail_1 li .icon_check {
    width: 22px;
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 768px) {
  .detail_area .detail_1 li .icon_check {
    width: 18.6px;
    padding-bottom: 15px;
  }
}
.detail_area .detail_1 li p {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .detail_area .detail_1 li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .detail_area .detail_1 li p {
    font-size: 13px;
    line-height: 1.8;
  }
}
.detail_area .detail_2 {
  background-color: #FFFFFF;
  border-radius: 15px;
}
@media screen and (min-width: 769px) {
  .detail_area .detail_2 {
    width: 361px;
    height: 173px;
  }
}
@media screen and (max-width: 768px) {
  .detail_area .detail_2 {
    width: 313px;
    height: 115.34px;
    margin: 0 auto;
  }
}
.detail_area .detail_2 h3 {
  color: #333;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  margin-top: -10px;
}
@media screen and (min-width: 769px) {
  .detail_area .detail_2 h3 {
    font-size: 22px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .detail_area .detail_2 h3 {
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .detail_area .detail_2 ul {
    padding-top: 51px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 768px) {
  .detail_area .detail_2 ul {
    padding-top: 35px;
    padding-left: 19px;
  }
}
@media screen and (min-width: 769px) {
  .detail_area .detail_2 li:nth-child(1) {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .detail_area .detail_2 li {
    padding-bottom: 14px;
  }
}
.detail_area .detail_2 li p {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .detail_area .detail_2 li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .detail_area .detail_2 li p {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) {
  .app_area {
    padding-bottom: 158px;
  }
}
@media screen and (max-width: 768px) {
  .app_area {
    padding-bottom: 82px;
  }
}
.app_area p {
  color: #333;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .app_area p {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .app_area p {
    font-size: 16px;
  }
}
.app_area .app ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .app_area .app ul {
    width: 319.94px;
    padding-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .app_area .app ul {
    width: 232.45px;
    padding-top: 22px;
  }
}
@media screen and (min-width: 769px) {
  .app_area .app ul li:nth-child(1) {
    width: 152.77px;
  }
}
@media screen and (max-width: 768px) {
  .app_area .app ul li:nth-child(1) {
    width: 111px;
  }
}
@media screen and (min-width: 769px) {
  .app_area .app ul li:nth-child(2) {
    width: 129.6px;
  }
}
@media screen and (max-width: 768px) {
  .app_area .app ul li:nth-child(2) {
    width: 94.16px;
  }
}/*# sourceMappingURL=style.css.map */