/* -------------------------------
  copyright 2023 creative-web inc
 ------------------------------- */

@charset "UTF-8";

/* -- 01.共通
--------------------------------------------- */

main {
  overflow-x: hidden;
}
html {
  visibility: hidden;
}
body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1.6;
  background: #f5f0e6;
}
html.wf-active {
  visibility: visible;
}
main p,
main li {
  font-size: 20px;
  color: #333333;
}
img {
  vertical-align: top;
}
a:hover {
  text-decoration: none;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt80 {
  padding-top: 80px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.contents {
  width: 100%;
}
.bg_mv {
  position: relative;
}
.bg_color {
}
.contents_innner {
  width: 1040px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contents_innner.last {
  padding-top: 0;
}
.bread-crumb li {
  font-size: 14px;
  line-height: 1.6;
}
.font_mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* -- 02.メインビジュアル
--------------------------------------------- */

.main_visual {
  width: 100%;
  height: 500px;
  background: url(../images/img_mv.jpg) no-repeat top center / cover;
}

/* -- 03.各ページ対応
--------------------------------------------- */

/* テキスト */
.tit_main {
  width: 48%;
  margin: 0 auto;
}
.tit_lineup {
  width: 40%;
  margin: 80px auto 0;
}
.tit_main_bottom {
  font-size: 25px;
  line-height: 1.96;
  margin-top: 32px;
}
.tit_sub {
  width: 100%;
}

.tit_point {
  font-size: 30px;
  font-weight: bold;
  padding-top: 24px;
  border-bottom: 1px solid #333;
}
.txt_point {
  font-size: 21px;
  line-height: 1.5;
  margin-top: 16px;
}
/* ボタン */
.btn_top {
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  width: 640px;
  margin: 0 auto;
  background-color: #f06f6e;
  border-radius: 25px;
  display: block;
}
.btn_top_change {
  color: #f06f6e !important;
  background-color: #fff;
  border: 3px solid #f06f6e;
  margin-bottom: 40px;
}
.box_btn {
  width: 180px;
  margin: 4px auto 0;
}
.box_btn .btn {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0;
  background-color: #f06f6e;
  border-radius: 8px;
  display: block;
}
.box_btn .not {
  background-color: #777;
}

.box_color {
  background: #fff;
  padding: 80px 40px;
  border: 7px solid #9b233e;
  border-radius: 30px;
}
.img_point {
  width: 72%;
  margin: 40px auto 0;
}
.item_img_btm {
  height: 47px;
  margin: 24px auto 0;
}
.item_img_btm img {
  height: 100%;
}
/* カラム -------------------- */
.column_layout {
  margin: 40px auto 0;
  display: flex;
  justify-content: space-evenly;
}
.column_layout.half_item {
  width: 88%;
}
.column_layout.line_up {
  width: 88%;
  margin: 40px auto 0;
  flex-wrap: wrap;
}
.column_layout.line_up .column_layout_item {
  width: 32%;
}
.column_layout.line_up .column_layout_item.knit {
  margin-top: 80px;
  position: relative;
}
/* .column_layout.line_up .column_layout_item.knit::before {
  position: absolute;
  content: "";
  background: url(../svg/ico_new.svg) no-repeat center top;
  width: 80px;
  height: 24px;
  top: -32px;
  right: 0;
  left: 0;
  margin: auto;
} */
.column_layout_item.half {
  width: 44%;
}
.column_layout_item.half .item_img {
  height: 550px;
}
.column_layout_item.half .item_img li {
  width: 367px;
  height: 550px;
}
.column_layout_item.triple {
  width: 32%;
}
.column_layout_item.triple .item_img {
  height: 505px;
}
.column_layout_item.triple .item_img li {
  width: 303px;
  height: 505px;
}


/* 画像切り替え */
.hover_change {
  display: block;
  position: relative;
  overflow: hidden;
}
.hover_change::before,
.hover_change::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}
.hover_change::before {
  background: rgba(155,35,62,.6);
  width: 280px;
  height: 280px;
  border-radius: 100%;
}
.hover_change::after {
  color: #fff;
  content: "See more";
  font-size: 22px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  top: 120px;
  right: 0;
}
.hover_change:hover::before,
.hover_change:hover::after {
  opacity: 1;
}
/* 値段表記 */
.box_price {
  margin-top: 24px;
}
.txt_price_top {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.txt_price {
  font-size: 36px;
  font-weight: bold;
}
.txt_price span {
  font-size: 18px;
  line-height: 1.3;
}

/* -- 04.レスポンシブ
--------------------------------------------- */
@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_innner {
    width: 92%;
    padding: 20px 0;
  }
  .spmt0 {
    margin-top: 0 !important;
  }
  .spmt40 {
    margin-top: 40px !important;
  }
  /* メインビジュアル */
  .main_visual {
    width: 100%;
    height: auto;
    background: none;
  }
  /* コンテンツ */
  .hover_change::before {
    width: 100%;
    height: 82%;
  }
  .hover_change::after {
    font-size: 16px;
    top: 26%;
  }
  .box_color {
    border-width: 2px;
    padding: 24px 16px;
    border-radius: 16px;
  }
  .item_img_btm {
    margin-top: 8px;
    height: 16px;
  }
  .point-four {
    width: 100%;
  }
  /* テキスト */
  .tit_main {
    font-size: 24px;
  }
  .tit_main_bottom {
    font-size: 14px;
    margin-top: 16px;
  }
  .tit_lineup {
    margin-top: 40px;
  }
  /* 値段表記 */
  .txt_price_top,
  .txt_price span {
    font-size: 14px;
  }
  .txt_price {
    font-size: 24px;
  }
  /* ボタン */
  .box_btn {
    width: 100%;
  }
  .box_btn .btn {
    font-size: 16px;
  }
  .btn_top {
    font-size: 16px;
    width: 100%;
  }
  .btn_top_change {
    margin-bottom: 24px;
  }
  /* カラム */
  .column_layout {
    margin-top: 24px;
  }
  .column_layout.line_up {
    margin-top: 24px;
  }
  .column_layout.half_item {
    width: 100%;
  }
  .column_layout_item.half,
  .column_layout_item.triple {
    width: 48%;
  }
  .column_layout_item.half .item_img,
  .column_layout_item.half .item_img li,
  .column_layout_item.triple .item_img,
  .column_layout_item.triple .item_img li {
    height: auto;
  }
  .column_layout.sp_wrap {
    flex-wrap: wrap;
  }
  .column_layout_item.triple:nth-child(3) {
    margin: 24px auto 0;
  }
  .column_layout.line_up .column_layout_item.knit {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .pants_point li {
      width: 52%;
  }
  .pants_point_txt {
    line-height: 1.4;
    width: 102px;
    margin-top: -41px;
    letter-spacing: -.08em;
  }
}

/* -- 05.アニメーション
--------------------------------------------- */

/* アニメーション前 */
.u-fade-type-up{
  transform: translateY(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
  transition: .6s;
  transform: translateY(0);
  opacity: 1;
}

.js-img-change {
  width: 100%;
  height: 100%;
}
.js-img-change img {
  width: 100%;
  object-fit: cover;
}