@charset "UTF-8";

/* リセットcss */

main{
  max-width: none;
}

.section-eyecatch {
  max-width: none;
  width: 100%;
  background: #f6fcff;
}

ul,
li {
  list-style: none;
}

a {
  color: initial;
  text-decoration: none;
}

/* font */
.f-decoration {
  font-family: "Allison", cursive;
  font-weight: 500;
  font-style: normal;
}

.lead_text,
.heading,
.main_text > p,
.sub_item > p,
.more_btn a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* 共通 */

.section_wrap {
  position: relative;
  max-width: 1100px;
  margin: 120px auto;
  padding-top: 40px;
  overflow: hidden;
}

.title_wrap {
  margin-bottom: 40px;
}

.heading {
  text-align: center;
  color: #305bac;
  font-size: 24px;
  font-weight: 600;
}

.f-decoration {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: #141e63;
}

p.slogan {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

.main_wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
}

.box_column {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
}

.main_text {
  width: 50%;
}

.main_img {
  width: 50%;
}

.main_img img {
  width: 100%;
  filter: drop-shadow(6px 8px 4px #d2d8e0);
  transition-duration: 0.5s;
}

.main_img:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.item_slogan {
  display: inline-block;
  width: initial;
  margin-bottom: 4px;
  padding: 5px;
  font-size: 14px;
  background-color: #305bac;
  color: #fff;

}

.reservation {
  flex-direction: row-reverse;
}

p.price {
  font-size: 18px;
  font-weight: bold;
}

.ref {
  margin-top: 16px;
}

/* fv */
.fv {
  max-width: 1000px;
  margin: 0 auto;
}

.fv img {
  width: 100%;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 85%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 85%,
    transparent 100%
  );
}

/*  */

.sub_wrap {
  max-width: 800px;
  margin: 0 auto;
}

ul.box_column {
  max-width: 500px;
  margin: 80px auto 40px;
  padding: 0 16px;
}

.sub_item > p {
  text-align: center;
}

.sub_item img {
  width: 100%;
  filter: drop-shadow(6px 8px 4px #d2d8e0);
  transition-duration: 0.5s;
}

.sub_item:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.more_btn {
  max-width: 280px;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #305bac;
  border-radius: 9999px;
  text-align: center;
  transition: 0.5s ease;
  cursor: pointer;
}

.more_btn:hover {
  background-color: #c7dcff;
}

.more_btn a {
  display: block;
  font-weight: bold;
}

/* lead */
.lead_text {
  max-width: 800px;
  margin: 20px auto 0;
  padding: 8px;
  box-sizing: border-box;
}

.lead_text p {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
}

.last-paragraph {
  margin-bottom: 0;
}

/* sec1 */

.leaf_img {
  position: absolute;
  width: 300px;
  height: 300px;
  background-image: url(../images/sale/chanel_j12/sec_1/bg-leaf.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.leaf_right {
  top: 50%;
  right: 0;
  transform: scale(-1, 1);
}

.column_left {
  align-items: flex-start;
}

.column_right {
  margin-top: 80px;
}

/* sec2 */

.box_bottom {
  position: relative;
  margin-top: 200px;
}

.box_top {
  position: relative;
  margin-top: 20px;
  align-items: flex-start;
}

.bg-img {
  position: absolute;
  width: 230px;
  height: 230px;
}

.bg-img img {
  width: 100%;
}

.t-shirt_img {
  background-image: url(../images/sale/chanel_j12/sec_2/t-shirt_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 10%;
  left: 15%;
}

.shoes_img {
  background-image: url(../images/sale/chanel_j12/sec_2/shoes_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 15%;
}

/* 3 */

.d-img_right {
  width: 100px;
  height: 40px;
  background-image: url(../images/sale/chanel_j12/sec_3/d-img_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 70%;
}

.d-img_left {
  height: 40px;
  background-image: url(../images/sale/chanel_j12/sec_3/d-img_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 20%;
  bottom: 45%;
}

.sp_only {
  display: none;
}

/* レスポンシブ */

@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }

  .section_wrap {
    margin: 40px 0 80px;
  }

  .lead_text {
    font-size: 14px;
  }

  .main_wrap {
    display: block;
  }

  .box_column {
    max-width: 400px;
    margin: 0 auto 20px;
    align-items: center;
  }

  .main_wrap.sec2 {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 50px;
  }

  .main_text > p {
    font-size: 14px;
  }

  .details {
    font-size: 12px;
  }

  /* 2 */

  .t-shirt_img {
    width: 150px;
    height: 150px;
    transform: scale(-1, 1);
    top: 25%;
    left: 60%;
    opacity: 0.6;
  }

  .shoes_img {
    width: 150px;
    height: 150px;
    transform: scale(-1, 1);
    top: 52%;
    right: 60%;
    opacity: 0.6;
  }

  /* 3 */

  .d-img_right {
    top: 120px;
  }

  .d-img_left {
    left: 10%;
    bottom: 33%;
  }
}

@media only screen and (max-width: 767px) {
  main{
    margin-top: 0;
  }
}

@media screen and (max-width: 450px) {

  .lead_text p {
    font-size: 14px;
  }

  .main_img {
    width: 40%;
  }
  .item_slogan {
    font-size: 12px;
  }



  .heading{
    font-size: 18px;
  }
}

@media screen and (max-width: 378px) {
  .lead_text p {
    font-size: 12px;
  }

  .leaf_img {
    width: 200px;
  }
}
