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

img {
  vertical-align: bottom;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

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

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  font: inherit;
  outline: 0;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

button, input[type=button], input[type=submit], label, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #595757;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
}

_:-ms-lang(x)::-ms-backdrop, body {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}

img, video {
  max-width: 100%;
  height: auto;
  outline: none;
  width: 100%;
}

.contents {
  max-width: 750px;
  background-color: #dcc6c2;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック", "Yu Gothic Medium", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  main .inner {
    padding: 0 0;
  }
}

#page-hemfit01 .inner {
  width: auto;
  padding: 0 40px;
}

#page-hemfit01 .s-inner {
  padding: 0 20px;
}

#page-hemfit01 .product {
  padding: 60px 0;
  background-color: #f2ecec;
}

#page-hemfit01 .orange {
  background-color: #f6eee6;
  padding: 60px 0;
}

#page-hemfit01 .green {
  background-color: #e4e9e9;
  padding: 0px;
}

#page-hemfit01 .p-pink {
  background-color: #f2ecec;
  padding: 0px;
}

#page-hemfit01 .black {
  background-color: #e3e0da;
  padding: 0px;
}

#page-hemfit01 .bg01 h2 {
  padding: 0 45px 40px;
}

#page-hemfit01 .product-title {
  max-width: 300px;
  margin: 0 auto 30px;
}

#page-hemfit01 .product-flex {
  display: flex;
  justify-content: space-between;
}

#page-hemfit01 .product-content {
  position: relative;
}

#page-hemfit01 .product-content:hover {
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .contents {
    max-width: 100%;
  }
  .inner {
    padding: 0 20px;
  }
  .s-inner {
    padding: 0 15px;
  }
}

.product-content__inner {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 40px;
  background: #f9f7f8;
  position: relative;
  color: #666;
}

.product-content .color {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
}

.product-content .color .color-txt {
  font-size: 22px;
  display: inline-block;
}

.product-content .color .color1 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #b8d3c1;
  margin-right: 10px;
}

.product-content .color .color2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eaa3ab;
  margin-right: 10px;
}

.product-content .color .color3 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #666774;
}

.product-content .cart-img {
  width: 80%;
  margin: 0 auto;
}

.product-content .icon {
  position: absolute;
  right: -10px;
  top: 280px;
  width: 100px;
}

.product-content .cart-detail {
  font-size: 21px;
  line-height: 1.6;
}

.product-content .cart-btn {
  width: 80%;
  margin: 25px auto 0 auto;
}

@media screen and (max-width: 500px) {
  .product-content__inner {
    padding: 12vw 0 8vw;
  }
  .product-content .color {
    right: 4vw;
    top: 4vw;
  }
  .product-content .color .color-txt {
    font-size: 4.4vw;
  }
  .product-content .color .color1 {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  .product-content .color .color2 {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  .product-content .color .color3 {
    width: 4vw;
    height: 4vw;
  }
  .product-content .icon {
    top: 56vw;
    right: -2vw;
    width: 20vw;
  }
  .product-content .cart-detail {
    font-size: 4vw;
  }
  .product-content .cart-btn {
    margin: 5vw auto 0 auto;
  }
}
/*---------- table ----------*/
.item-detail {
  max-width: 750px;
  background: #fff;
  padding: 60px 0;
}

.item-detail__table {
  border-collapse: collapse;
  width: 93.33333%;
  margin: 0 auto 0;
}

.item-detail__table th {
  width: 30%;
  border: 1px solid #ccc;
  background: #f4f4f4;
  padding: 10px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  color: #545252;
  vertical-align: top;
  text-align: left;
}

.item-detail__table td {
  width: 70%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  color: #545252;
  text-align: left;
}

#page-hemfit01 .cta-item .cta-btn {
  bottom: 9%;
}

@media screen and (max-width: 768px) {
  #page-hemfit01 .cta-item .cta-btn {
    bottom: 10%;
  }
}