@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  line-height: 1;
  font-family: zen-kaku-gothic-antique, sans-serif;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

/*---------------------------------------------
fonts
---------------------------------------------*/
.jp {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
}

.num {
  font-family: bc-ludva, sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 2px;
}

.eg {
  font-family: norman-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 500;
}

.bold {
  font-weight: bold;
}

/*---------------------------------------------
color
---------------------------------------------*/
/*---------------------------------------------
FV
---------------------------------------------*/
.aw_jacket_lp .fv {
  background-image: url(../images/fv/sp_bg.webp);
  height: 80vh;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .fv {
    height: 100vh;
    position: relative;
    background-image: url(../images/fv/pc_bg.webp);
  }
}
.aw_jacket_lp .fv .images {
  position: relative;
  height: 80vh;
}
.aw_jacket_lp .fv .images .img {
  position: absolute;
  width: 52%;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .fv .images .img {
    width: 20%;
  }
}
.aw_jacket_lp .fv .images .img1 {
  top: 11%;
  left: 4%;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .fv .images .img1 {
    left: initial;
    right: 25%;
    top: 4%;
    -webkit-transform: rotate(11deg);
            transform: rotate(11deg);
  }
}
.aw_jacket_lp .fv .images .img2 {
  top: 7%;
  right: 0;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .fv .images .img2 {
    top: 5%;
    right: 4%;
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
  }
}
.aw_jacket_lp .fv .img3 {
  bottom: 18%;
  width: 56%;
  left: -2%;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .fv .img3 {
    width: 22% !important;
    left: initial;
    right: 21%;
    bottom: -20%;
  }
}
.aw_jacket_lp .fv .img4 {
  right: -2%;
  bottom: 26%;
  z-index: 15;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .fv .img4 {
    bottom: -22%;
    right: 3%;
  }
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .title_lead {
    position: absolute;
    z-index: 100;
    top: 26%;
    left: 10%;
  }
}
.aw_jacket_lp .titles {
  width: 90%;
  margin: -92px auto;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .titles {
    width: 530px;
    margin: 0;
  }
}
.aw_jacket_lp .titles .sub_title {
  font-size: 18px;
  line-height: 1.4;
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .titles .sub_title {
    font-size: 22px;
  }
}
.aw_jacket_lp h2 {
  font-size: 14px;
  line-height: 2.2;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp h2 {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

/*---------------------------------------------
index
---------------------------------------------*/
.aw_jacket_lp .index {
  padding: 1px 8% 100px;
  background-color: #F4F1ED;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .index {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 3% 5% 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    border-right: 1px solid #E0DBDB;
  }
}
.aw_jacket_lp .index h2, .aw_jacket_lp .index p {
  font-size: 14px;
  line-height: 2.2;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .index p {
    font-size: 20px;
  }
}
.aw_jacket_lp .index .lead {
  margin-top: 192px;
  margin-bottom: 100px;
}
.aw_jacket_lp .index .index_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .index .index_text {
    font-size: 20px;
  }
}
.aw_jacket_lp .index .index_text .left_text {
  font-size: 20px;
}
.aw_jacket_lp .index .index_text .right_text {
  font-size: 20px;
}
.aw_jacket_lp .index .index_text span {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .index .index_text span {
    font-size: 22px;
  }
}
.aw_jacket_lp .index .section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .index .section {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

/*---------------------------------------------
pc_right
---------------------------------------------*/
.aw_jacket_lp .pc_right_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #E4E6EA;
}
.aw_jacket_lp .pc_right {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EFEEEE;
}
.aw_jacket_lp .even_bg {
  background-color: #E4E6EA;
}

/*---------------------------------------------
sec
---------------------------------------------*/
.aw_jacket_lp .sec {
  padding: 75px 5% 0;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .inner .top_wrap {
    width: 66%;
    margin: auto;
  }
}
.aw_jacket_lp .sec .index_num {
  text-align: right;
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .index_num {
    font-size: 20px;
  }
}
.aw_jacket_lp .sec .kana {
  text-align: right;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .kana {
    font-size: 16px;
  }
}
.aw_jacket_lp .sec .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 10px;
  border-bottom: 1px solid;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .brand {
    font-size: 30px;
  }
}
.aw_jacket_lp .sec .brand .brand_text {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .brand .brand_text {
    font-size: 18px;
  }
}
.aw_jacket_lp .sec .brand .brand_name {
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .brand .brand_name {
    font-size: 34px;
  }
}
.aw_jacket_lp .sec .img_wrap p {
  margin-left: 5px;
}
.aw_jacket_lp .sec .img_wrap .item_name {
  color: #732A08;
  font-size: 36px;
  margin-top: 10px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .img_wrap .item_name {
    font-size: 50px;
  }
}
.aw_jacket_lp .sec .img_wrap .price {
  color: #000;
  font-size: 33px;
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 14px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .img_wrap .price {
    font-size: 46px;
  }
}
.aw_jacket_lp .sec .img_wrap .color {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .img_wrap .color {
    font-size: 25px;
  }
}
.aw_jacket_lp .sec .img_wrap .color span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid;
  line-height: 1.2;
}
.aw_jacket_lp .sec .img_wrap .text {
  font-size: 14px;
  line-height: 2.1;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .img_wrap .text {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .details {
    width: 94%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.aw_jacket_lp .sec .details .detail {
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .details .detail {
    width: 48%;
  }
}
.aw_jacket_lp .sec .details .detail .title {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .details .detail .title {
    font-size: 20px;
  }
}
.aw_jacket_lp .sec .details .detail .title span {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .details .detail .title span {
    font-size: 22px;
  }
}
.aw_jacket_lp .sec .details .detail .text {
  font-size: 12px;
  line-height: 2;
  width: 96%;
  margin: 14px auto;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .details .detail .text {
    font-size: 13px;
  }
}
.aw_jacket_lp .sec .credit_wrap {
  margin-top: 50px;
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .credit_wrap {
    width: 75%;
    margin: 50px auto 100px;
  }
}
.aw_jacket_lp .sec .credit_wrap .link_wrap .credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .credit_wrap .link_wrap .credit {
    padding: 20px 30px;
  }
}
.aw_jacket_lp .sec .credit_wrap .link_wrap .credit img {
  width: 20%;
}
.aw_jacket_lp .sec .credit_wrap .link_wrap .credit .text_wrap {
  font-size: 11px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sec .credit_wrap .link_wrap .credit .text_wrap {
    font-size: 13px;
    line-height: 1.6;
    margin-left: 20px;
  }
}
.aw_jacket_lp .sec .credit_wrap .link_wrap .credit .buy {
  font-size: 13px;
  background-color: #732A08;
  color: #fff;
  padding: 2px 10px 4px;
  margin-left: auto;
}

/*---------------------------------------------
staff snap
---------------------------------------------*/
/* コーデ画像の大きさを揃える
===================================================== */
.aw_jacket_lp .staff h3 {
  font-size: 36px;
  color: #732A08;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .staff h3 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
.aw_jacket_lp .staff .more_wrap {
  text-align: right;
}
.aw_jacket_lp .staff .more {
  font-size: 13px;
  color: #000;
  text-align: right;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  margin-top: 20px;
  padding-bottom: 100px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .staff .more {
    font-size: 14px;
  }
}
.aw_jacket_lp .staff #styling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .staff #styling {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 12px;
  }
}
.aw_jacket_lp .staff .stafflistajax_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .staff .stafflistajax_wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 12px;
  }
}
.aw_jacket_lp .staff .stafflistajax {
  width: 48%;
  margin-bottom: 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aw_jacket_lp .staff .stafflistajax .stafflistajax_codeUrl {
  display: block;
  position: relative;
  width: 100%;
}
.aw_jacket_lp .staff .stafflistajax .stafflistajax_codeUrl::before {
  content: "";
  display: block;
  padding-top: 133.4728033473%;
}
.aw_jacket_lp .staff .stafflistajax .stafflistajax_codeUrl .stafflistajax_codeImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5%;
}

/*---------------------------------------------
Others
---------------------------------------------*/
.aw_jacket_lp .others {
  padding-top: 50px;
  /* PCとSPの表示切り替え用
  ===================================================== */
}
.aw_jacket_lp .others .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
  width: 100%;
}
.aw_jacket_lp .others .titles h3 {
  font-size: 36px;
  color: #732A08;
  width: 60%;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .others .titles h3 {
    font-size: 50px;
  }
}
.aw_jacket_lp .others .titles .brand_title {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .others .titles .brand_title {
    font-size: 32px;
  }
}
.aw_jacket_lp .others .more_wrap {
  text-align: right;
}
.aw_jacket_lp .others .more {
  font-size: 13px;
  color: #000;
  text-align: right;
  display: inline-block;
  text-decoration: underline;
  margin-top: 20px;
  padding-bottom: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .others .more {
    font-size: 14px;
    padding-bottom: 100px;
  }
}
.aw_jacket_lp .others .sectionAjax a {
  display: block;
}
.aw_jacket_lp .others .sectionAjax a > p {
  position: relative;
}
.aw_jacket_lp .others .sectionAjax img + span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #219bd9;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 10px;
  white-space: nowrap;
  font-size: 10px;
}
.aw_jacket_lp .others .sectionAjax .ico_box {
  display: none;
}
.aw_jacket_lp .others .sectionAjax .ico_box + p {
  display: none;
}
.aw_jacket_lp .others .sectionAjax .textOverflow,
.aw_jacket_lp .others .sectionAjax .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 11px;
  color: #000;
  line-height: 1.2;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .others .sectionAjax .textOverflow,
  .aw_jacket_lp .others .sectionAjax .label {
    line-height: 1.4;
    margin-top: 12px;
  }
}
.aw_jacket_lp .others .sectionAjax .price {
  margin-bottom: 5px;
  color: #000;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .others .sectionAjax .price {
    margin-top: 5px;
  }
}
.aw_jacket_lp .others .sectionAjax .salecolor,
.aw_jacket_lp .others .sectionAjax .salecolor + .price {
  color: #ee2e2e;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .others .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .aw_jacket_lp .others .spNone {
    display: none;
  }
}
.aw_jacket_lp .sectionAjax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  gap: 6px;
  padding-bottom: 50px;
}
.aw_jacket_lp .sectionAjax::-webkit-scrollbar-track {
  background: rgb(187, 191, 196);
}
.aw_jacket_lp .sectionAjax::-webkit-scrollbar-thumb {
  background: #732A08;
  border-radius: 50px;
}
.aw_jacket_lp .sectionAjax::-webkit-scrollbar {
  height: 4px;
  border-radius: 50px;
}
.aw_jacket_lp .sectionAjax > div {
  width: 42%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .sectionAjax > li {
    width: 29%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.aw_jacket_lp .slick-slide {
  min-height: none;
}
.aw_jacket_lp .slides li {
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
  .aw_jacket_lp .slides li {
    margin-right: 0;
  }
}
.aw_jacket_lp .slides li img {
  width: 100%;
  height: auto;
}
.aw_jacket_lp .slides .slick-prev {
  left: 48.6%;
  margin-left: -565px;
  display: none;
}
.aw_jacket_lp .slides .slick-prev::before {
  top: 50%;
  left: 50%;
  border-left: #575757 1px solid;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  display: none;
}
.aw_jacket_lp .slides .slick-next {
  right: 48.6%;
  margin-right: -565px;
  display: none;
}
.aw_jacket_lp .slides .slick-next::before {
  content: "";
  display: block;
  opacity: 1;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 50%;
  border-right: #575757 1px solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 50%;
  display: none;
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

.flexslider {
  border: none;
  margin: 0;
}

.flex-control-nav li {
  width: 8px;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}

/* ==================================
   SP余白解消用
================================== */
@media screen and (max-width: 768px) {
  html, body {
    width: 100%;
    overflow-x: hidden !important;
  }
}
@media screen and (min-width: 769px) {
  html, body {
    width: 100%;
    overflow-x: initial;
  }
}/*# sourceMappingURL=style.css.map */