@charset "UTF-8";
/*---------------------*/
/*構成
FONT
COMMON
MAIN
HEADER
ARTICLE
ELEMENT
COTENTS
L
UTILITY
*/
/*---------------------*/

/* ========== FONT ========== */

/* Baskerville Display PT - Adobe Fonts */
.baskerville-display-pt-regular {
  font-family: "baskerville-display-pt", serif;
  font-weight: 400;
  font-style: normal;
}
.baskerville-display-pt-bold {
  font-family: "baskerville-display-pt", serif;
  font-weight: 700;
  font-style: normal;
}

/* ヒラギノ明朝 */
.hiraginomin-w3 {
  font-family: "Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
}

/* ========== COMMON ========== */

#page-body {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 979px) {
  #page-body {
    width: 100vw;
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  #page-body {
    width: 100vw;
    margin: 0 -5px;
  }
}
#footer_banner {
  margin-top: 0;
}

/* ========== MAIN ========== */

#lp_main_wrap {
  width: 100%;
  margin: 0 auto;
  background: #F5F1ED;
  word-wrap: break-word;
  color: #333;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  overflow-x: hidden;
}
#lp_main_wrap * {
  box-sizing: border-box;
}
#lp_main_wrap li,
#lp_main_wrap dt,
#lp_main_wrap dd,
#lp_main_wrap img {
  line-height: 1;
}
#lp_main_wrap p {
  margin-bottom: 0;
}
#lp_main_wrap a {
  transition: all 0.5s ease 0s;
  color: inherit;
  opacity: 1;
  text-decoration: none;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
  color: inherit;
  opacity: 0.6;
  text-decoration: none;
}

/* ========== HEADER ========== */

#lp_main_wrap header.mainvisual-single {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#lp_main_wrap header.mainvisual-single img {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
}
#lp_main_wrap header.mainvisual-single img.lp_viewpc_block {
  display: block;
}
#lp_main_wrap header.mainvisual-single img.lp_viewsmp_block {
  display: none; 
}
@media (max-width: 767px) {
  #lp_main_wrap header.mainvisual-single img.lp_viewpc_block {
    display: none; 
  }
  #lp_main_wrap header.mainvisual-single img.lp_viewsmp_block {
    display: block;
  }
}

/* ========== ARTICLE ========== */

#lp_main_wrap .lp_main {
  width: 90%;
  max-width: 1270px;
  margin: 0 auto;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_main {
    width: 88%;
  }
}

/* ========== ELEMENT ========== */

#lp_main_wrap .name {
  display: inline-block;
}
#lp_main_wrap .price {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
}
#lp_main_wrap .price .msize,
#lp_main_wrap .price .lsize,
#lp_main_wrap .price .osize {
  display: block;
}
#lp_main_wrap .price .msize::before,
#lp_main_wrap .price .lsize::before {
  display: inline-block;
  min-width: 12px;
  margin-right: 3px;
  padding: 1px;
  border: 1px solid #333;
  text-align: center;
  line-height: 1;
}
#lp_main_wrap .price .msize::before {
  content: "M";
}
#lp_main_wrap .price .lsize::before {
  content: "L";
}
#lp_main_wrap .price a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #000;
  letter-spacing: 0.05em;
}
@media (max-width: 425px) {
  #lp_main_wrap .price {
    gap: 4px 6px;
  }
}

/* ========== LEAD ========== */

#lp_main_wrap .lp_lead {
  width: 100%;
  max-width: 1170px;
  margin: 120px auto 160px;
  padding: 0;
  text-align: center;
}
#lp_main_wrap .lp_lead p {
  font-family: "Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 0.12em;
}
#lp_main_wrap .lp_lead_nav {
  margin-top: 50px;
  width: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
}
#lp_main_wrap .lp_lead_nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#lp_main_wrap .lp_lead_nav_list li {
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}
#lp_main_wrap .lp_lead_nav_list li a {
  display: block;
  width: auto;
  height: auto;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
#lp_main_wrap .lp_lead_nav_list li a:hover {
  opacity: 0.7;
}
#lp_main_wrap .lp_lead_nav_list li img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#lp_main_wrap .lp_lead_nav_list li img.lp_viewpc_block {
  display: block;
}
#lp_main_wrap .lp_lead_nav_list li img.lp_viewsmp_block {
  display: none;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead {
    margin: 18% auto 20%;
  }
  #lp_main_wrap .lp_lead p {
    font-size: 12px;
    line-height: 2.07;
  }
  #lp_main_wrap .lp_lead_nav {
    margin-top: 10%;
  }
  #lp_main_wrap .lp_lead_nav_list {
    flex-direction: column;
    gap: 10px;
  }
  #lp_main_wrap .lp_lead_nav_list li {
    width: 100%; 
  }
  #lp_main_wrap .lp_lead_nav_list li img.lp_viewpc_block {
    display: none;
  }
  #lp_main_wrap .lp_lead_nav_list li img.lp_viewsmp_block {
    display: block;
    width: 100%; 
    max-width: 320px; 
  }
}

/* ========== SEC ========== */

#lp_main_wrap .lp_content_title {
  margin-bottom: 51px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#lp_main_wrap .lp_content_title_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  justify-content: center;
}
#lp_main_wrap .lp_content_title_look {
  max-width: 90%;
  margin: 1px auto 0;
}
#lp_main_wrap .lp_content_title_look img {
  width: 100%;
}
#lp_main_wrap .lp_content_title_look img.lp_viewpc_block {
  display: block;
}
#lp_main_wrap .lp_content_title_look img.lp_viewsmp_block {
  display: none;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_content_title {
    margin-bottom: 70px;
  }
  #lp_main_wrap .lp_content_title_inner {
    max-width: 375px;
  }
  #lp_main_wrap .lp_content_title_look img.lp_viewpc_block {
    display: none;
  }
  #lp_main_wrap .lp_content_title_look img.lp_viewsmp_block {
    display: block;
  }
}
#lp_main_wrap .animation-lineDouble {
  position: relative;
}
#lp_main_wrap .animation-lineDouble::before,
#lp_main_wrap .animation-lineDouble::after {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 100%;
  background-color: #808080; 
}
#lp_main_wrap .animation-lineDouble::before {
  top: 0;
}
#lp_main_wrap .animation-lineDouble::after {
  bottom: 0;
}

#lp_main_wrap .active.animation-lineDouble::before,
#lp_main_wrap .active.animation-lineDouble::after,
#lp_main_wrap .active .animation-lineDouble::before,
#lp_main_wrap .active .animation-lineDouble::after {
  animation: lineExRight 0.6s ease 0s forwards;
}
#lp_main_wrap .animation-lineContent {
  opacity: 0;
}
#lp_main_wrap .active.animation-lineContent,
#lp_main_wrap .active .animation-lineContent {
  animation: lineContent 0.6s ease-in-out 0.2s forwards;
}
@keyframes lineExRight {
  0% {
    opacity: 0;
    right: 100%;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes lineContent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* lp_sec */
#lp_main_wrap .lp_sec {
  width: 100%;
  margin: 0 auto 123px;
  padding: 0;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_sec {
    margin: 28% auto 21%;
  }
}
#lp_main_wrap .lp_sec_inner {
  position: relative;
}
#lp_main_wrap .lp_sec_inner_overlay {
  position: absolute;
  bottom: 25%;
  right: -6%;
  z-index: 10;
  pointer-events: none;
  width: 160px;
}
#lp_main_wrap .lp_sec_inner_overlay img {
  width: 159px;
  height: auto;
  display: block;
}
@media (max-width: 1200px) {
  #lp_main_wrap .lp_sec_inner_overlay {
    bottom: 14%;
    right: -12%;
    width: 140px;
  }
}
@media (max-width: 900px) {
  #lp_main_wrap .lp_sec_inner_overlay {
    bottom: 12%;
    right: -9%;
    width: 95px;
  }
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_sec_inner_overlay {
    display: none;
  }
}

/* lp_sec_outfit */
#lp_main_wrap .lp_sec_outfit {
  width: 100%;
  margin: 0 auto 63px;
  display: flex;
  gap: 5.2%;
  align-items: flex-start;
}
#lp_main_wrap .lp_sec_outfit_img {
  width: 47%;
  margin: 50px 0 0 61px;
  position: relative;
}
#lp_main_wrap .lp_sec_outfit_img img {
  width: 100%;
  height: auto;
  display: block;
}
#lp_main_wrap .lp_sec_outfit_text {
  width: 40%;
  align-self: center;
  margin: 36px 20px 0 -18px;
}
#lp_main_wrap .lp_sec_outfit_text img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_sec_outfit {
    margin: 0 auto 10%;
    display: block;
  }
  #lp_main_wrap .lp_sec_outfit_img {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto 13%;
  }
  #lp_main_wrap .lp_sec_outfit_text {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
  }
}

/* lp_sec_outfit_text */
#lp_main_wrap .lp_sec_outfit_text h3 {
  width: 100%;
  margin-bottom: 17px;
}
#lp_main_wrap .lp_sec_outfit_text p {
  font-family: "Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
  font-size: 14px;
  line-height: 2.07;
  letter-spacing: 0.08em;
  width: 100%; 
  max-width: 400px;
  margin: -7px 0 56px;
}
#lp_main_wrap .lp_sec_outfit_subimg {
  width: 59%;
}
#lp_main_wrap .lp_sec_outfit_subimg img {
  width: 100%;
  height: auto;
  display: block;
}
#lp_main_wrap .lp_sec_outfit_subimg img.lp_viewpc_block {
  display: block;
}
#lp_main_wrap .lp_sec_outfit_subimg img.lp_viewsmp_block {
  display: none;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_sec_outfit_text h3 {
    width: 100%;
    margin-bottom: 17px;
  }
  #lp_main_wrap .lp_sec_outfit_text p {
    width: 100%;
    max-width: 100%;
    line-height: 1.95;
    margin: 0 auto 20px;
  }
  #lp_main_wrap .lp_sec_outfit_subimg {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
  }
  #lp_main_wrap .lp_sec_outfit_subimg img.lp_viewpc_block {
    display: none;
  }
  #lp_main_wrap .lp_sec_outfit_subimg img.lp_viewsmp_block {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
  }
}

/* lp_sec_item */
#lp_main_wrap .lp_sec_item {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
#lp_main_wrap .lp_sec_item h4 {
  margin-bottom: 31px;
  font-family: "baskerville-display-pt", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.28;
  letter-spacing: 0.11em;
  color: #991F37;
  text-align: left;
}

#lp_main_wrap .lp_sec_item_listwrap {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
#lp_main_wrap .lp_sec_item_list {
  display: flex;
  justify-content: center; 
  flex-wrap: nowrap;
  gap: 2vw;               
  max-width: 100%;
  min-width: 0;
  padding-bottom: 24px;
  -webkit-overflow-scrolling: touch;
}


#lp_main_wrap .lp_sec_item_list li {
  width: clamp(140px, 18vw, 212px);
  flex-grow: 0;
  flex-shrink: 1;                 
}

@media (max-width: 979px) {
  #lp_main_wrap .lp_sec_item_list {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  #lp_main_wrap .lp_sec_item {
    margin: 0;
  }
  #lp_main_wrap .lp_sec_item h4 {
    margin-bottom: 24px;
    line-height: 1.1;
  }
  #lp_main_wrap .lp_sec_item_listwrap {
    width: 100%;
  }
  #lp_main_wrap .lp_sec_item_list {
    display: flex;
    justify-content: flex-start; 
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    gap: 8px;
  }
  #lp_main_wrap .lp_sec_item_list li {
    width: 42%;
    max-width: none;
    flex: 0 0 42%; 
  }
}
#lp_main_wrap .lp_sec_item_list::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 4px;
  display: block;
}
#lp_main_wrap .lp_sec_item_list::-webkit-scrollbar-track {
  background-color: #FFF;
  border-radius: 2px;
}
#lp_main_wrap .lp_sec_item_list::-webkit-scrollbar-thumb {
  background-color: #bbb8b8;
	border-radius: 2px;
}

/* lp_sec_item_list アイテム詳細 */
#lp_main_wrap .lp_sec_item_img img {
  width: 100%;
}
#lp_main_wrap .lp_sec_item_credit {
  margin-top: 10px;
  text-align: center;
  font-family: "Times New Roman", "Yu Mincho", serif;
}
#lp_main_wrap .lp_sec_item_credit .name {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#lp_main_wrap .lp_sec_item_credit .category {
  font-size: 14px;
  text-align: left;
  margin-bottom: 8px;
  letter-spacing: 0.06em;
}
#lp_main_wrap .lp_sec_item_credit .price {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_sec_item_credit {
    margin-top: 17px;
  }
  #lp_main_wrap .lp_sec_item_credit .name {
    margin-bottom: 6px;
    font-size: 12px;
  }
  #lp_main_wrap .lp_sec_item_credit .price {
    font-size: 12px;
  }
}

/* ========== BTN ========== */

/* lp_btn */
#lp_main_wrap .lp_btn {
  width: 100%;
  margin: 174px auto 0;
  padding: 0;
  text-align: center;
}
#lp_main_wrap .lp_btn a {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 21px 20px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #343434;
  color: #fff;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_btn {
    margin: 20% auto 0;
  }
  #lp_main_wrap .lp_btn a {
    padding: 20px 20px;
    font-size: 15px;
  }
}

/* footer section */
#lp_main_wrap .lp_sec_btn .lp_btn_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#lp_main_wrap .lp_sec_btn .lp_btn_inner a {
  font-family: "Noto Sans CJK JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  display: block;
  color: #FFF;
  background-color: #991F37;
  border: 1px solid #991F37;
  width: 600px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  font-weight: 400;
}
#lp_main_wrap .lp_sec_btn .lp_btn_inner a::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  transform: rotate(45deg);
}

#lp_main_wrap .lp_sec_btn .lp_btn_inner a:hover {
  background-color: #FFF;
  border: 1px solid #991F37;
  color: #991F37;
  opacity: 1;
}
#lp_main_wrap .lp_sec_btn .lp_btn_inner a:hover::after {
  border-top: solid 1px #991F37;
  border-right: solid 1px #991F37;
}

#lp_main_wrap .lp_footer {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  text-align: center;
  padding: 80px 0;
}
#lp_main_wrap .lp_footer .lp_btn_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#lp_main_wrap .lp_footer .lp_btn_inner a {
  font-family: "Noto Sans CJK JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  display: block;
  color: #FFF;
  background-color: #333333;
  border: 1px solid #333333;
  line-height: 70px;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  width: 375px;
  height: 70px;
  text-align: center;
  font-weight: 400;
}
#lp_main_wrap .lp_footer .lp_btn_inner a::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  transform: rotate(45deg);
}

#lp_main_wrap .lp_footer .lp_btn_inner a:hover {
  background-color: #FFF;
  border: 1px solid #333333;
  color: #333333;
  opacity: 1;
}
#lp_main_wrap .lp_footer .lp_btn_inner a:hover::after {
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
}

#lp_main_wrap .lp_sec_btn {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 0 80px;
  margin-top: -40px;
}
#lp_main_wrap .lp_sec_btn h3 {
  font-size: 24px;
  font-family: "Noto Serif JP",serif;
  color: #333333;
  line-height: 2.2;
  margin-bottom: 30px;
  letter-spacing: 0.12em;
}
#lp_main_wrap .lp_footer h3 {
  font-family: "Noto Serif JP",serif;
  font-size: 21px;
  color: #333333;
  line-height: 2.2;
  margin-bottom: 24px;
  letter-spacing: 0.26em;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_footer .lp_btn_inner {
    gap: 10px;
  }
  #lp_main_wrap .lp_btn {
    margin: 0 auto 100px;
  }
  #lp_main_wrap .lp_sec_btn .lp_btn_inner {
    gap: 10px;
  }
  #lp_main_wrap .lp_sec_btn .lp_btn_inner a {
    width: 84%;
    height: 46px;
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0.1em;
  }
  #lp_main_wrap .lp_footer .lp_btn_inner a {
    width: 84%;
    height: 46px;
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0.09em;
  }
  #lp_main_wrap .lp_sec_btn {
    padding: 50px 0;
  }
  #lp_main_wrap .lp_sec_btn h3 {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    font-weight: 600;
    margin-bottom: 18px;
  }
  #lp_main_wrap .lp_footer {
    padding: 50px 0;
  }
  #lp_main_wrap .lp_footer h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
  }
}

/* ========== UTILITY ========== */

#lp_main_wrap .lp_viewpc_block {
  display: block;
}
#lp_main_wrap .lp_viewpc_inline {
  display: inline;
}
#lp_main_wrap .lp_viewpc_inline-block {
  display: inline-block;
}
#lp_main_wrap .lp_viewpc_none {
  display: none;
}
#lp_main_wrap .lp_viewsmp_block,
#lp_main_wrap .lp_viewsmp_inline,
#lp_main_wrap .lp_viewsmp_inline-block {
  display: none;
}
#lp_main_wrap .lp_viewxs_block,
#lp_main_wrap .lp_viewxs_inline,
#lp_main_wrap .lp_viewxs_inline-block {
  display: none;
}

#lp_main_wrap .no-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  border: none;
}

@media (max-width: 767px) {
  #lp_main_wrap .lp_viewpc_block,
  #lp_main_wrap .lp_viewpc_inline,
  #lp_main_wrap .lp_viewpc_inline-block {
    display: none;
  }
  #lp_main_wrap .lp_viewsmp_block {
    display: block;
  }
  #lp_main_wrap .lp_viewsmp_inline {
    display: inline;
  }
  #lp_main_wrap .lp_viewsmp_inline-block {
    display: inline-block;
  }
  #lp_main_wrap .lp_viewsmp_none {
    display: none;
  }
}
@media (max-width: 425px) {
  #lp_main_wrap .lp_viewxs_block {
    display: block;
  }
  #lp_main_wrap .lp_viewxs_inline {
    display: inline;
  }
  #lp_main_wrap .lp_viewxs_inline-block {
    display: inline-block;
  }
  #lp_main_wrap .lp_viewxs_none {
    display: none;
  }
}
