@charset "UTF-8";
main {
  overflow-x: hidden;
  margin-bottom: -160px;
}
@media (max-width: 768px) {
  main {
    margin-bottom: -80px;
  }
}

html {
  visibility: hidden;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1;
  font-weight: 500;
  background: #fff;
}

html.wf-active {
  visibility: visible;
}

main p,
main li {
  font-size: 20px;
  color: #333;
}

img {
  vertical-align: top;
}

a:hover {
  text-decoration: none;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.bg_white {
  background-color: #fff !important;
}

.contents {
  width: 100%;
  padding: 104px 0;
}
.contents.bread, .contents.top, .contents.last {
  padding: 0;
}
.contents_innner {
  width: 1040px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contents_img {
  width: 100%;
}
.contents_text {
  font-size: 17px;
  line-height: 1.6;
}
.contents_text.top {
  margin-top: 40px;
}
.contents img {
  width: 100%;
}

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6;
}

.parallax_inner {
  width: 1040px;
  height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parallax_inner_item {
  max-width: 640px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.parallax::before {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  height: calc(100vh - 54px);
  z-index: -1;
  -webkit-animation: img_anime 20s ease infinite;
          animation: img_anime 20s ease infinite;
}
.parallax_logo {
  width: 400px;
}

@-webkit-keyframes img_anime {
  0% {
    background-image: url(../webp/img_mv_01.webp);
  }
  25% {
    background-image: url(../webp/img_mv_01.webp);
  }
  30% {
    background-image: url(../webp/img_mv_02.webp);
  }
  45% {
    background-image: url(../webp/img_mv_02.webp);
  }
  50% {
    background-image: url(../webp/img_mv_03.webp);
  }
  70% {
    background-image: url(../webp/img_mv_03.webp);
  }
  75% {
    background-image: url(../webp/img_mv_04.webp);
  }
  95% {
    background-image: url(../webp/img_mv_04.webp);
  }
  100% {
    background-image: url(../webp/img_mv_01.webp);
  }
}

@keyframes img_anime {
  0% {
    background-image: url(../webp/img_mv_01.webp);
  }
  25% {
    background-image: url(../webp/img_mv_01.webp);
  }
  30% {
    background-image: url(../webp/img_mv_02.webp);
  }
  45% {
    background-image: url(../webp/img_mv_02.webp);
  }
  50% {
    background-image: url(../webp/img_mv_03.webp);
  }
  70% {
    background-image: url(../webp/img_mv_03.webp);
  }
  75% {
    background-image: url(../webp/img_mv_04.webp);
  }
  95% {
    background-image: url(../webp/img_mv_04.webp);
  }
  100% {
    background-image: url(../webp/img_mv_01.webp);
  }
}
.title_main {
  font-size: 30px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1.5;
  font-weight: 700;
}
.title_main_bottom {
  font-size: 17px;
  line-height: 2;
  margin: 24px 0 104px;
}
@media (max-width: 768px) {
  .title_main {
    font-size: 22px;
  }
  .title_main_bottom {
    text-align: left;
    font-size: 14px;
    margin: 24px 0 80px;
  }
}
.title_sub {
  color: #40af36;
  font-size: 30px;
  line-height: 1.3;
}
.title_sub_text {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 24px;
}

.btn_top {
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  width: 400px;
  margin: 0 auto;
  padding: 24px 0px;
  background-color: #4c7b9e;
  border-radius: 8px;
  display: block;
  position: relative;
}
.btn_top::after {
  content: "▶";
  font-size: 0.9em;
  position: absolute;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .btn_top {
    font-size: 14px;
    padding: 24px 0px 24px 24px;
    text-align: left;
  }
  .btn_top::after {
    right: 16px;
    padding-top: 1px;
  }
}

.black {
  background-color: #333333;
}

.box_btn {
  text-align: center;
  width: 100%;
  margin: auto;
}
.box_btn .btn {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.04em;
  padding: 10px 0;
  background-color: #40af36;
  border-radius: 8px;
  display: block;
}
.box_btn .btn.not {
  background-color: #ccc;
}
.box_btn.long {
  width: 560px;
  margin-top: 40px;
}
.box_price {
  text-align: left;
  margin-top: 32px;
}

.column_layout {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column_layout_item.box_img {
  width: 400px;
}
.column_layout_item.box_text {
  width: calc(100% - 440px);
}

hr {
  border: none;
  height: 3px;
  background-color: #333333;
}

.txt_price {
  color: #c30d23;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
}
.txt_price span {
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
}
.txt_price_top {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.txt_price_off {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: line-through;
}
.txt_price_percent {
  color: #c30d23;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  font-style: italic;
}

.rule {
  line-height: 1.5;
  counter-reset: point;
}
.rule_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0 0 40px;
}
.rule_title::before, .rule_title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background-color: #333333;
}
.rule_title::before {
  margin-right: 56px;
}
@media screen and (max-width: 767px) {
  .rule_title::before {
    margin-right: 44px;
  }
}
.rule_title::after {
  margin-left: 12px;
}
.rule h2 {
  font-size: 30px;
  font-weight: 700;
}
.rule h2::before {
  content: "";
  position: absolute;
  margin: 10px -42px;
  width: 40px;
  height: 40px;
  background-image: url("../svg/icon_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .rule h2::before {
    margin: 7px -39px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rule h2 {
    font-size: 24px;
  }
  .rule_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rule_box {
    width: 100% !important;
  }
  .rule_point_img {
    -webkit-box-flex: 1.1;
        -ms-flex: 1.1;
            flex: 1.1;
  }
  .rule_point_text_title {
    font-size: 16px !important;
  }
  .rule_point_text_title::before {
    width: 80px;
    text-align: center;
    padding: 0 4px;
    font-size: 11px;
    margin-bottom: 4px;
  }
  .rule_point_text p {
    padding: 8px 0 0;
    font-size: 14px !important;
  }
}
.rule_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.rule_box {
  width: calc((100% - 40px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.rule_point_img {
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
}
.rule_point_text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: left;
}
.rule_point_text_title {
  font-size: 24px;
  font-weight: 700;
  counter-increment: point;
}
.rule_point_text_title::before {
  content: "POINT " counter(point);
  font-weight: 700;
  color: #ffffff;
  display: block;
  width: 80px;
  text-align: center;
  background: #4c7b9e;
  padding: 0 10px;
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.rule_point_text p {
  padding: 8px 0;
  font-size: 16px;
}
.rule hr {
  margin: 40px 0 0;
}

#outfit_rating {
  background: #e3e7ea;
}

.code-rate {
  margin-bottom: 24px;
}

.rate_text {
  font-size: 17px;
  line-height: 2;
  margin: 24px 0 40px;
}
.rate_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 555px;
}
.rate_codelist {
  width: 16.6666666667%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rate_codelist img {
  max-height: 64%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .rate_codelist img {
    height: 352px;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: none;
  }
}
@media screen and (max-width: 767px) {
  .rate_codelist {
    width: 33.3333333333%;
  }
  .rate_text {
    font-size: 14px;
    text-align: left;
  }
  .rate_wrapper {
    height: auto !important;
  }
}
.rate_code-title {
  padding: 24px 0;
}
.rate_code-title_bg-white {
  font-size: 16px;
  display: inline-block;
  background-color: #fff;
  padding: 0.2em;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .rate_code-title_bg-white {
    font-size: 11px;
  }
}

#bg_prod_list {
  background-image: url(../images/bg.jpg);
}

.staple_item::before {
  content: "";
  position: absolute;
  width: 104px;
  height: 104px;
  top: -34px;
  right: 16px;
  background-image: url("../images/img_clip.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .staple_item::before {
    width: 80px;
    height: 80px;
    top: -27px;
    right: 4px;
  }
}

.staple_item {
  border: solid 4px #333;
  padding: 50px;
  background-color: #fff;
  margin: 0 0 80px;
  position: relative;
}
.staple_item_main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media (max-width: 768px) {
  .staple_item_main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .staple_item_main-box01 img {
    width: 70%;
    margin: auto;
  }
}
.staple_item_main-box02 {
  padding: 24px 0;
  width: 100%;
}
.staple_item_main-box02 h3 {
  font-size: 30px;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .staple_item_main-box02 h3 {
    font-size: 20px;
  }
}
.staple_item_main-box02 p {
  text-align: left;
  font-size: 16px;
  padding: 16px 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .staple_item_main-box02 p {
    font-size: 14px;
    padding: 0 0 16px;
  }
}
.staple_item_main-box02 h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .staple_item_main-box02 h4 {
    font-size: 14px;
  }
}
.staple_item_main-box02 h4::before {
  content: "";
  position: absolute;
  margin: 0 -30px;
  width: 24px;
  height: 24px;
  background-image: url("../svg/icon_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.staple_item_point-list {
  padding: 24px 0 0;
  counter-reset: point;
  /* カウンターを初期化 */
}
.staple_item_point-list hr {
  border: none;
  height: 1px;
  background-color: #333333;
  margin: -9px 0 16px !important;
}
.staple_item_point-list li {
  font-size: 16px;
  position: relative;
  padding-left: 88px;
  /* 疑似要素の表示スペース */
  margin-bottom: 1em;
  counter-increment: point;
  line-height: 1.5;
  /* カウンターを進める */
}
@media screen and (max-width: 767px) {
  .staple_item_point-list li {
    font-size: 14px;
    padding-left: 68px;
  }
}
.staple_item_point-list li:last-child {
  margin-bottom: 0;
}
.staple_item_point-list li::before {
  content: "POINT" counter(point);
  font-weight: 700;
  color: #ffffff;
  background: #4c7b9e;
  padding: 0 10px;
  font-size: 14px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 9%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .staple_item_point-list li::before {
    font-size: 12px;
    padding: 2px 6px;
    left: 12%;
  }
}
.staple_item hr {
  margin: 16px 0 0;
}

@media (max-width: 768px) {
  .staple_item {
    padding: 16px 16px 40px 16px;
  }
  .staple_item:last-child {
    margin: 0;
  }
}
.border-wrapper {
  position: relative;
  width: 96%;
}

.border-back {
  position: absolute;
  border: 1px solid #333333;
  -webkit-transform: translate(-34px, -27px);
          transform: translate(-34px, -27px);
  padding: 141px 235px;
  z-index: 1;
}
@media (max-width: 768px) {
  .border-back {
    -webkit-transform: translate(-8px, -27px);
            transform: translate(-8px, -27px);
    padding: 127px 146px;
  }
}

.border-back2 {
  position: absolute;
  border: 1px solid #333333;
  -webkit-transform: translate(-34px, -27px);
          transform: translate(-34px, -27px);
  padding: 117px 235px;
  z-index: 1;
}
@media (max-width: 768px) {
  .border-back2 {
    -webkit-transform: translate(-8px, -27px);
            transform: translate(-8px, -27px);
    padding: 116px 145px;
  }
}

.border-back3 {
  position: absolute;
  border: 1px solid #333333;
  -webkit-transform: translate(-34px, -27px);
          transform: translate(-34px, -27px);
  padding: 129px 235px;
  z-index: 1;
}
@media (max-width: 768px) {
  .border-back3 {
    -webkit-transform: translate(-8px, -27px);
            transform: translate(-8px, -27px);
    padding: 127px 146px;
  }
}

.border-back4 {
  position: absolute;
  border: 1px solid #333333;
  -webkit-transform: translate(-34px, -27px);
          transform: translate(-34px, -27px);
  padding: 141px 235px;
  z-index: 1;
}
@media (max-width: 768px) {
  .border-back4 {
    -webkit-transform: translate(-8px, -27px);
            transform: translate(-8px, -27px);
    padding: 137px 146px;
  }
}

.border-front {
  position: relative;
  border: 1px solid #333333;
  padding: 32px 40px 12px;
  z-index: 2;
  margin: 0;
}
@media (max-width: 768px) {
  .border-front {
    padding: 32px 13px 12px;
  }
}

.prod-list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  line-height: 1.25;
  margin: 40px 16px 0;
}
.prod-list_wrapper img {
  width: 197px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  /* アスペクト比を維持して枠いっぱいに表示。見切れてもOK */
  display: block;
  /* 余計な隙間が出ないように */
  -o-object-position: top;
     object-position: top;
}
.prod-list_wrapper .bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.prod-list_box {
  width: calc((100% - 120px) / 4);
  padding: 24px 0;
}

@media screen and (max-width: 767px) {
  .prod-list_wrapper {
    gap: 16px;
    margin: 0 0 24px;
  }
  .prod-list_box {
    width: calc((100% - 16px) / 2);
    padding: 0;
  }
  .prod-name {
    font-size: 12px !important;
  }
  .original-price {
    font-size: 12px !important;
  }
  .original-price-nosale {
    font-size: 12px !important;
  }
  .sale-price {
    font-size: 12px !important;
  }
}
.prod-name {
  text-align: left;
  padding: 8px 0 0;
  overflow: hidden;
  /* はみ出した部分を非表示に */
  display: -webkit-box;
  /* テキストの複数行対応 */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 最大行数（例：2行） */
  font-size: 16px;
}

.original-price {
  padding: 8px 0 4px;
  text-decoration: line-through;
  font-size: 16px;
}

.original-price-nosale {
  text-decoration: none;
  padding: 8px 0 4px;
  font-size: 16px;
}

.sale-price {
  padding: 4px 0 8px;
  font-size: 16px;
  color: #e60012;
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
  .pcOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main p,
  main li {
    font-size: 14px;
  }
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .contents {
    padding: 40px 0;
  }
  .contents_innner {
    width: 92%;
    padding: 0;
  }
  .sp_mt0 {
    margin-top: 0 !important;
  }
  .sp40 {
    margin-top: 40px !important;
  }
  .pt_80 {
    padding-top: 4% !important;
  }
  .tit_main {
    margin-bottom: 40px;
  }
  .box_btn .btn {
    font-size: 16px;
  }
  .box_btn.long {
    width: 80%;
  }
  .btn_top {
    width: 257px;
  }
  .btn_top.blue {
    margin-top: 24px;
  }
  .txt_price {
    font-size: 22px;
  }
  .txt_price span {
    font-size: 12px;
  }
  .txt_price_off {
    font-size: 12px;
  }
  .txt_price_percent {
    font-size: 12px;
  }
}
.u-fade-type-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.u-fade-type-up.is-active {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */