@charset "UTF-8";

/*default
-------------------*/
body {
  padding: 0;
}

a:hover {
  /*
  opacity: 0.7;*/
  text-decoration: none;
  border: none;
  transition-duration: 1s;
}

a.disabled {
  pointer-events: none;
}

#page-footer .container {
  max-width: 1000px;
}

.container {
  width: 100%;
}

.breadcrumb {
  max-width: 100%;
  padding: 0 14.5%;
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
}

/*sp
-------------------*/
#Area {
  background: url(//ds-assets.store-image.jp/ncole/sp/outer_list_2025/bg_lp.jpg);
  color: #2b3052;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: calc(38 / 21);
  overflow-x: hidden;
}
.lp_container a {
  color: #2b3052;
  transition: .4s;
}
.lp_container a:hover {
  opacity: .7;
}

/*main bnr
-------------------*/
.main_bnr {
  width: 100%;
  margin-bottom: 60px;
}

/*lead
-------------------*/
.page_lead {
  width: 90%;
  margin: 0 auto 100px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 20px;
  line-height: calc(36 / 22);
}
.page_lead span {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.65em;
}

/*lp_nav
-------------------*/
.lp_nav {
  width: 90%;
  margin: 0 auto 130px;
}
.lp_nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.lp_nav_list li {
  width: calc((100% - 60px) / 2);
  max-width: 300px;
  height: 88px;
}
.lp_nav_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2px;
  position: relative;
  border: 1px solid;
  color: #2b3052;
  font-family: aw-conqueror-didot, serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.lp_nav_list li a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 1px;
  border-right: solid 1px;
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 7%;
  margin: auto 0;
  transform: rotate(135deg);
}
.lp_nav_list li a:hover {
  background: #2b3052;
  color: #e6eaea;
  opacity: 1;
}

/*gender
-------------------*/
.gender_block {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 180px;
}
.gender_block h2 {
  margin: 0 auto 3px;
  text-align: left;
  font-family: aw-conqueror-didot, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
.gender_block h3 {
  display: flex;
  align-items: center;
  margin: 60px 0 30px;
  font-family: aw-conqueror-didot, serif;
  font-size: 32px;
  line-height: 1;
}
.gender_block h3::before,
.gender_block h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #2b3052;
}
.gender_block h3::before {
  margin-right: 25px;
}
.gender_block h3::after {
  margin-left: 25px;
}
.item_list {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}
.item_list li {
  width: 24.5%;
  max-width: 260px;
}
.item_list li .item_credit {
  margin: 17px 0 12px;
  text-align: left;
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 18px;
  line-height: calc(30 / 21);
}
.item_list li a.buy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 38px;
  padding-top: 2px;
  background: #2b3052;
  color: #fff;
  font-family: aw-conqueror-didot, serif;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.gender_block_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  padding: 18px;
  border: 1px solid #2b3052;
}
.item_block_main {
  width: 62.7%;
  max-width: 690px;
  margin: -5.5% -10% 0 -4%;
}
.item_block_main.womens_main {
  width: 54%;
  margin: -2.5% 0 0 -7%;
  padding-right: 3.7%;
}
.item_block_main img {
  width: 100%;
}
.item_block_column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 49.1%;
  max-width: 540px;
}
.item_block_row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.item_block_row .item_block {
  width: 49.1%;
  max-width: 540px;
}
.item_block > a {
  display: block;
  position: relative;
}
.item_block > a::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  background: url(//ds-assets.store-image.jp/ncole/sp/outer_list_2025/icon_plus.png) no-repeat;
  background-size: 100%;
}
.item_block .item_ttl {
  margin: 8px 0 0;
  color: #2b3052;
  text-align: left;
  font-family: aw-conqueror-didot, serif;
  font-size: 31px;
  line-height: 1;
}
.item_block .item_ttl .no {
  position: relative;
  top: -5.1px;
}

/*modal
-------------------*/
.modal {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  top: 60.8px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  margin: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
/* モーダル内側の指定 */
.modal-container {
  height: 90vh;
  aspect-ratio: 1210 / 812;
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
/* モーダルを閉じるボタンの指定 */
.modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  cursor: pointer;
}
.modal-close::before,
.modal-close::after { 
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 25px; /* 棒の高さ */
  background: #2b3052;
} 
.modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
/* モーダルのコンテンツ部分の指定 */
.modal-content {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
}
.modal__bg {
  width: 100%;
  height: calc(100vh - 60.8px);
  background: url(//ds-assets.store-image.jp/ncole/sp/outer_list_2025/bg_modal.jpg);
}

/*coordinate
-------------------*/
.coordinate {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.coordinate_main {
  width: 55.4%;
  max-width: 706px;
  position: relative;
  margin-right: -3.7%;
}
.coordinate_main a > span {
  display: block;
  position: absolute;
  top: 10%;
  left: 13%;
  z-index: 1;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: aw-conqueror-didot, serif;
  font-size: 40px;
  line-height: 1;
}
.coordinate_main a > span span.no {
  position: relative;
  left: 7px;
}
.coordinate_item {
  width: 45.3%;
  max-width: 548px;
  margin-top: 4.3%;
  text-align: left;
}
.coordinate_ttl {
  margin: 0 0 6%;
  font-size: 23px;
  font-weight: 500;
  line-height: calc(44/ 28);
}
.coordinate_txt {
  margin: 0 0 6%;
  font-size: 15px;
  line-height: calc(38 / 21);
}
.coordinate_credit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 6%;
  font-size: 15px;
  line-height: calc(38 / 21);
}
.coordinate_credit a.buy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 28px;
  padding-top: 2px;
  background: #2b3052;
  color: #fff;
  font-family: aw-conqueror-didot, serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.other_ttl {
  margin: 0 0 3%;
  font-family: aw-conqueror-didot, serif;
  font-size: 23px;
  line-height: 1;
}
.other_flx {
  display: flex;
  flex-wrap: wrap;
  gap: 1.83%;
  width: 100%;
  margin: 0 auto;
}
.other_flx li {
  width: calc((100% - (1.83% * 2)) / 3);
  text-align: left;
  font-size: 13px;
  line-height: calc(27 / 19);
}
.other_flx li img {
  margin-bottom: 3%;
}

/*lp_footer
-------------------*/
.lp_footer {
  width: 40.5%;
  max-width: 240px;
  margin: 0 auto;
  padding: 0 0 150px;
}
.lp_footer a.list_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding-top: 2px;
  background: #2b3052;
  color: #fff;
  font-family: aw-conqueror-didot, serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

@media (max-width: 1600px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
  /*gender
  -------------------*/
  .item_list li .item_credit {
    font-size: 13px;
  }
  .item_block .item_ttl {
    font-size: 22px;
  }
  .item_block .item_ttl .no {
    top: -2.1px;
  }

  /*modal
  -------------------*/
  .modal {
    top: 30px;
  }
  .modal__bg {
    height: calc(100vh - 30px);
  }
  .modal-container {
    width: 90%;
    height: fit-content;
    aspect-ratio: auto;
    padding: 2%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
  }

  /*coordinate
  -------------------*/
  .coordinate_main a > span {
    font-size: 27px;
  }
  .coordinate_ttl {
    font-size: 17px;
  }
}

@media (max-width: 978px) {
  /*default
  -------------------*/
  #page-footer {
    margin: 0;
  }
  #page-footer .nav li {
    padding: 0;
  }
  #wrapper {
    padding-left: 0;
    padding-right: 0;
    overflow: clip;
  }
  #page-header .navbar-inner,
  #page-footer .nav, #head-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  /*sp
  -------------------*/
  #Area {
    font-size: 12px;
  }

  /*main bnr
  -------------------*/
  .main_bnr {
    margin-bottom: 40px;
  }

  /*lead
  -------------------*/
  .page_lead {
    margin-bottom: 60px;
    font-size: 16px;
  }

  /*lp_nav
  -------------------*/
  .lp_nav {
    margin-bottom: 60px;
  }
  .lp_nav_list {
    gap: 20px;
  }
  .lp_nav_list li {
    width: calc((100% - 20px) / 2);
    height: 40px;
  }
  .lp_nav_list li a {
    font-size: 18px;
  }
  .lp_nav_list li a::after {
    width: 7px;
    height: 7px;
    top: -5px;
  }

  /*gender
  -------------------*/
  .gender_block {
    margin-bottom: 70px;
  }
  .gender_block h2 {
    font-size: 35px;
  }
  .gender_block h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .gender_block h3::before {
    margin-right: 15px;
  }
  .gender_block h3::after {
    margin-left: 15px;
  }
  .item_list {
    flex-wrap: wrap;
  }
  .item_list li {
    width: 48%;
    max-width: none;
    margin-bottom: 20px;
  }
  .item_list li .item_credit {
    margin: 10px 0 5px;
    font-size: 14px;
  }
  .item_list li a.buy_btn {
    width: 60px;
    height: 25px;
    font-size: 13px;
  }
  .gender_block_inner {
    gap: 5px 0;
    padding: 5px;
  }
  .item_block_column {
    gap: 5px;
  }
  .item_block > a::after {
    width: 15px;
    height: 15px;
    bottom: 5px;
    right: 5px;
  }
  .item_block .item_ttl {
    margin-top: 5px;
    font-size: 11px;
  }

  /*modal
  -------------------*/
  .modal {
    top: 105px;
  }
  .modal__bg {
    height: calc(100vh - 105px);
    overflow: scroll;
  }
  .modal-container {
    width: 92.5%;
    top: 8%;
    bottom: auto;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    padding-bottom: 10%;
  }
  .modal-close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
  .modal-close::before,
  .modal-close::after {
    height: 30px;
  }

  /*coordinate
  -------------------*/
  .coordinate {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .coordinate_main {
    width: 100%;
    margin: 0 auto;
  }
  .coordinate_main a > span {
    font-size: 20px;
  }
  .coordinate_main a > span span.no {
    left: 3px;
  }
  .coordinate_item {
    width: 95%;
    margin: 4.3% auto 0;
  }
  .coordinate_ttl {
    font-size: 18px;
  }
  .coordinate_txt {
    font-size: 12px;
  }
  .coordinate_credit {
    font-size: 13px;
  }
  .coordinate_credit a.buy_btn {
    width: 60px;
    height: 25px;
    font-size: 14px;
  }
  .other_ttl {
    margin-bottom: 3%;
    font-size: 20px;
  }
  .other_flx {
    gap: 20px 10px;
  }
  .other_flx li {
    width: calc((100% - 10px) / 2);
    font-size: 13px;
  }
  .other_flx li img {
    margin-bottom: 3%;
  }

  /*lp_footer
  -------------------*/
  .lp_footer a.list_btn {
    height: 40px;
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
}