@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

.sp_br {
  display: none;
}

.pc_br {
  display: block;
}

/* 初期状態（非表示 & 移動済み） */
.fade {
  opacity: 0;
  transition: all 0.8s ease;
}

/* 表示時に付与するクラス */
.fade.show {
  opacity: 1;
  transform: translate(0, 0);
}

/* 各方向 */
.fade-up {
  transform: translateY(30px);
}
.fade-down {
  transform: translateY(-30px);
}
.fade-left {
  transform: translateX(30px);
}
.fade-right {
  transform: translateX(-30px);
}

.wrapper {
  width: 1250px;
  margin: 0 auto;
  background-color: #fff;
}

.header-cont {
  width: 1250px;
  margin: 0 auto;
  padding: 20px 0;
}

.header-cont img {
  width: 15%;
  display: block;
  margin: 0 auto;
}

footer {
  background-color: #000036;
  text-align: center;
  padding: 20px 0;
}

footer .footer-cont {
  width: 1250px;
  margin: 0 auto;
  color: #fff;
}

.kv img {
  width: 100%;
}

h3 {
  font-size: 25px;
  font-family: "cambria", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 30px;
}

.main-area {
  background-color: #f2f0eb;
  padding: 30px 0;
}

.main-area .wrapper {
  padding: 60px 0;
}

.detail-cont {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.pink {
  background-image: url(../images/charming/pink-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 85%;
  display: flex;
  justify-content: flex-end;
  padding: 60px;
  z-index: 10;
}

.green {
  background-image: url(../images/charming/green-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-left: calc(50% - 50vw);
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

.beige {
  background-image: url(../images/charming/beige-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 60px;
  margin-top: 60px;
}

.blue {
  background-image: url(../images/charming/blue-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* 元の幅はコンテンツ幅と同じだが、右側だけ画面端まで広げる */
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  /* 高さ調整・レイアウト */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 0;
  margin-top: 60px;
}

.yellow {
  background-image: url(../images/charming/yellow-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 85%;
  display: flex;
  justify-content: flex-end;
  padding: 60px;
  margin-top: 60px;
}

.item-list .wrapper {
  padding: 100px 0;
  height: 1000px;
}

.color {
  width: 90%;
  height: 400px;
}

.pink .text-summary {
  width: 44%;
  position: relative;
}

.green .text-summary {
  width: 80%;
  position: relative;
}

.beige .text-summary {
  width: 42%;
  position: relative;
}

.blue .text-summary {
  width: 43%;
  position: relative;
}

.yellow .text-summary {
  width: 55%;
  position: relative;
}

.wallet-img {
  width: 30%;
}

.text-summary h1 {
  width: 70%;
  margin: 0 auto;
  font-size: 86px;
  font-family: "azote", serif;
  font-weight: 400;
  font-style: normal;
}

.pink .text-summary h1 {
  color: #c7978d;
}

.green .text-summary h1 {
  color: #a3af62;
}

.beige .text-summary h1 {
  color: #bfa476;
}

.blue .text-summary h1 {
  color: #7f97c0;
}

.yellow .text-summary h1 {
  color: #cab54d;
}

.text-summary p {
  width: 72%;
  margin: 0 auto;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 25px;
}

.pink .text-summary .item-num {
  position: absolute;
  width: auto;
  top: -6%;
  left: -31%;
  font-size: 75px;
  color: #231815;
  font-family: "azote", serif;
  z-index: 1;
}

.green .text-summary .item-num {
  position: absolute;
  width: auto;
  top: 25%;
  right: -9%;
  font-size: 75px;
  color: #231815;
  font-family: "azote", serif;
  z-index: 1;
}

.beige .text-summary .item-num {
  position: absolute;
  width: auto;
  top: -9%;
  left: -46%;
  font-size: 75px;
  color: #231815;
  font-family: "azote", serif;
  z-index: 1;
}

.blue .text-summary .item-num {
  position: absolute;
  width: auto;
  top: -15%;
  right: -65%;
  font-size: 75px;
  color: #231815;
  font-family: "azote", serif;
  z-index: 1;
}

.yellow .text-summary .item-num {
  position: absolute;
  width: auto;
  top: 5%;
  left: -6%;
  font-size: 75px;
  color: #231815;
  font-family: "azote", serif;
  z-index: 1;
}

.detail-area {
  width: 40%;
  padding: 60px;
  margin-top: -22%;
}

.detail-area05 {
  margin-top: -25%;
}

.right-side .detail-area {
  margin-left: auto;
}

.detail-area img {
  width: 90%;
  max-width: 1000px;
}

.detail-area p {
  font-size: 18px;
  line-height: 1.6;
  color: #808080;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
}

.sale-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sale-area .sale-img {
  width: 48%;
}

.sale-area .sale-img img {
  width: 100%;
}

.sale-area .sale-price {
  width: 48%;
  font-size: 18px;
}

.sale-area .sale-price a {
  background-color: #9d9d9e;
  color: #fff;
  padding: 10px;
  display: block;
  width: 50%;
  text-align: center;
  margin-top: 10px;
}

.sale-area .sale-price a:hover {
  opacity: 0.8;
}

.item-none {
  text-decoration: line-through;
  text-decoration-color: red; /* 色の指定 */
  text-decoration-style: dotted; /* スタイルの指定 */
}

.item-price {
  color: #000 !important;
  font-size: 26px !important;
  margin-top: 0 !important;
}

.right-02 .sale-img-area {
  top: 20% !important;
}

.right-side .sale-img-area {
  width: 48%;
  position: absolute;
  top: 30%;
  left: 0;
}

.sale-img-area {
  width: 48%;
  position: absolute;
  top: 25%;
  right: 0;
}

.ye-sale-img {
  width: 48%;
  position: absolute;
  top: 15%;
  right: 0;
}

.sale-img-area img {
  width: 100%;
}

.item-list {
  display: flex;
  justify-content: space-between;
}

.ye-item {
  flex-wrap: wrap;
}

.item-list .item-list-box {
  width: 30%;
  font-size: 18px;
  text-align: center;
  position: relative;
}

.item-list .item-list-box .off {
  position: absolute;
  width: 25%;
  top: -15%;
  left: 5%;
}

.item-list .item-list-box img {
  width: 100%;
}

.item-list-area {
  margin-bottom: 60px;
}

.item-list-area01 {
  margin-top: 250px;
}

.item-list-area03 {
  margin-top: 250px;
}

.item-list-area04 {
  margin-top: 100px;
}

.item-list-area03 .item-list {
  justify-content: center;
}

.item-list-area05 {
  margin-top: 100px;
}

.item-list-area05 .item-list {
  justify-content: center;
}

.item-list-area05 .item-list .item-list-box {
  width: 48%;
}

.item-list-area a {
  background-color: #9d9d9e;
  color: #fff;
  padding: 10px;
  display: block;
  width: 10%;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

.item-list-area a:hover {
  opacity: 0.8;
}

.p-proper {
  text-decoration: line-through;
  padding: 10px 0;
}

.p-sale {
  font-size: 20px;
  color: #f31616;
}

.sale-area .sale-price a {
  background-color: #9d9d9e;
  color: #fff;
  padding: 10px;
  display: block;
  width: 50%;
  text-align: center;
  margin-top: 10px;
}

.text-only {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  padding: 20px 0;
}

.other {
  text-align: center;
  font-size: 18px;
  padding: 60px 0;
}

.other p {
  margin-bottom: 20px;
}

.other a {
  background-color: #ff2884;
  padding: 10px;
  color: #fff;
  display: block;
  width: 10%;
  margin: 0 auto;
}

.other a:hover {
  opacity: 0.8;
}

.container {
  width: 80%;
  margin: 0 auto;
  padding-top: 60px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1.5fr 1.5fr;
  grid-template-rows: auto;
}

.box-a {
  grid-row: 1 / 3;
}

.box-a img {
  width: 90%;
}

.box-b {
  position: relative;
}

.box-b .item-num {
  position: absolute;
  top: 25%;
  left: -15%;
  font-size: 75px;
  color: #231815;
  font-family: "azote", serif;
}

.box-b h1 {
  width: 70%;
  margin: 0 auto;
  font-size: 86px;
  font-family: "azote", serif;
  font-weight: 400;
  font-style: normal;
  color: #c7978d;
}

.box-b p {
  width: 70%;
  margin: 0 auto;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 25px;
}

.box-c p {
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.box-d img {
  width: 100%;
}

.box-d {
  grid-row: 2 / 4;
}

.box-e img {
  width: 50%;
}

.box-e .sale-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-e .sale-area .sale-img {
  width: 48%;
}

.box-e .sale-area .sale-img img {
  width: 100%;
}

.box-e .sale-area .sale-price {
  width: 48%;
  font-size: 18px;
}

.box-e .sale-area .sale-price a {
  background-color: #9d9d9e;
  color: #fff;
  padding: 10px;
  display: block;
  width: 50%;
  text-align: center;
  margin-top: 10px;
}

.box-e .sale-area .sale-price a:hover {
  opacity: 0.8;
}
@media (min-width: 1700px) {
  .green {
    width: 115%;
  }
  .green .text-summary .item-num {
    top: -9%;
    right: -10%;
  }
  .blue {
    width: 115%;
  }
  .blue .text-summary .item-num {
    top: -9%;
    right: -49%;
  }
}

/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width: 479px) and (max-width: 840px) {
  .wrapper {
    width: 90%;
    padding: 30px 0;
  }
  .header-cont {
    width: 90%;
  }
  .header-cont img {
    width: 30%;
  }
  footer .footer-cont {
    width: 90%;
  }
  .detail-cont {
    width: 90%;
  }
  .detail-area {
    width: 40%;
    padding: 20px 0;
    margin-top: -35%;
  }
  .pink .text-summary {
    width: 66%;
    position: relative;
  }
  .pink .text-summary .item-num {
    top: 0%;
    left: -15%;
  }
  .green .text-summary {
    width: 95%;
    position: relative;
  }
  .green .text-summary .item-num {
    top: -20%;
    right: 0%;
  }
  .beige .text-summary {
    width: 60%;
    position: relative;
  }
  .beige .text-summary .item-num {
    top: -25%;
    left: -10%;
  }
  .blue .text-summary {
    width: 52%;
    position: relative;
  }
  .blue .text-summary .item-num {
    top: -15%;
    right: 4%;
  }
  .yellow .text-summary {
    width: 58%;
    position: relative;
  }
  .yellow .text-summary .item-num {
    top: -12%;
    left: -21%;
  }
  .detail-area02 {
    margin-top: -6%;
    width: 45%;
  }
  .detail-area05 {
    width: 45%;
  }
  .sale-img-area01 {
    top: 22%;
  }
  .sale-img-area02 {
    top: 15% !important;
  }
  .item-list-area01 {
    margin-top: 100px;
  }
  .item-list-area02 {
    margin-top: 100px;
  }
  .item-list-area03 {
    margin-top: 100px;
  }
  .item-list-area a {
    width: 30%;
  }
  .other a {
    width: 50%;
  }
}

/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 479px) {
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .wrapper {
    width: 90%;
  }
  .header-cont {
    width: 90%;
  }
  .header-cont img {
    width: 30%;
  }
  footer .footer-cont {
    width: 90%;
  }

  .text-summary h1 {
    font-size: 50px;
  }
  .text-summary p {
    width: 70%;
    font-size: 16px;
  }
  .detail-cont {
    width: 90%;
  }
  .detail-area {
    width: 100%;
    padding: 60px 0;
  }
  .detail-area img {
    width: 50%;
  }
  .detail-area p {
    font-size: 16px;
    padding: 20px 0;
    margin: 10px 0;
  }
  .detail-area02 p {
    margin: 10px 0 30px 0;
  }
  .sale-img-area {
    top: 9%;
  }
  .sale-img-area img {
    width: 100%;
  }
  .sale-area .sale-price {
    font-size: 16px;
  }
  .sale-area .sale-price a {
    width: 60%;
  }
  .right-side .sale-img-area {
    top: 7% !important;
    left: 53%;
  }
  .item-list {
    flex-wrap: wrap;
  }
  .item-list .item-list-box {
    width: 32%;
    font-size: 16px;
  }
  .item-list .item-list-box .p-proper {
    text-decoration: line-through;
    text-decoration-color: red; /* 色の指定 */
  }
  .item-list-area a {
    width: 30%;
  }
  .item-list-area {
    margin-top: -50px;
  }
  .item-list-area01 .item-list-box {
    width: 48%;
    margin-bottom: 60px;
  }
  .item-list-area02 .item-list-box {
    width: 48%;
    margin-bottom: 60px;
  }
  .item-list-area03 .item-list-box {
    width: 48%;
    margin-bottom: 60px;
  }
  .item-list-area04 .item-list-box {
    width: 48%;
    margin-bottom: 60px;
  }
  .item-list-area05 .item-list-box {
    width: 48%;
    margin-bottom: 60px;
  }
  .pink {
    width: 90%;
    padding: 55px 0;
    flex-direction: column;
  }
  .pink .text-summary {
    width: 100%;
  }
  .pink .text-summary .item-num {
    position: absolute;
    top: -30%;
    left: 80%;
    font-size: 50px;
  }
  .green {
    width: 100%;
    padding: 50px 0;
  }
  .green .text-summary {
    width: 100%;
  }
  .green .text-summary .item-num {
    position: absolute;
    top: -20%;
    right: 6%;
    font-size: 50px;
  }
  .beige {
    width: 100%;
    padding: 50px 0;
    margin-top: 60px;
  }
  .beige .text-summary {
    width: 100%;
    position: relative;
  }
  .beige .text-summary .item-num {
    position: absolute;
    top: -15%;
    left: 80%;
    font-size: 50px;
  }
  .blue {
    width: 100%;
    padding: 33px 0;
    margin-top: 60px;
    flex-direction: column;
  }
  .blue .text-summary .item-num {
    position: absolute;
    top: -16%;
    right: 11%;
    font-size: 50px;
  }
  .blue .text-summary {
    width: 100%;
  }
  .wallet-img {
    width: 60%;
    margin-top: 20px;
  }
  .text-only {
    width: 80%;
    font-size: 16px;
    margin-bottom: 60px;
  }
  .yellow {
    width: 100%;
    padding: 50px 0;
    margin-top: 60px;
  }
  .yellow .text-summary {
    width: 80%;
    position: relative;
  }
  .yellow .text-summary .item-num {
    top: -20%;
    left: -15%;
    font-size: 50px;
  }
  .other {
    font-size: 16px;
  }
  .other a {
    width: 30%;
  }
  .item-list .item-list-box .off {
    position: absolute;
    width: 35%;
    top: -15%;
    left: 0%;
  }
}
