@charset "UTF-8";
/* CSS Document*/


.main-content {
  line-height: 1.7;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
}

.main-content a,
.main-content a img {
  transition: .3s;
}

/* .lead {
  font-size: 1.2em;
}

.lead li p+p {
  margin-top: 1em;
}

.lead li p span {
  font-size: .9em;

} */

/*title*/
.title {
  background: linear-gradient(to bottom, #ebebeb, #d2d3d5);
}

.title img {
  margin: 0 auto 24px;
}

/* title */
.title_box {
  width: 100%;
  background-color: #FFFFFF;
}

.title_area {
  width: 100%;
  text-align: center;
}

.title_area img {
  width: 1000px;
  margin: 0 auto;
  aspect-ratio: 5/2;
  display: block;
}

.ttl_read {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
  padding: 40px 0;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-weight: 500;
}

.ttl_read p {
  margin-bottom: 1em;
}


.bag-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  grid-template-areas:
    "black-top gray-top"
    "model model"
    "model model"
    "brown brown"
    "brown brown"
    "black-bottom gray-bottom";
  width: 100%;
  aspect-ratio: 5 / 18;
  gap: 1px;
  background: #fff;
  overflow: hidden;
  margin: 60px auto 0;
}

.bag-collage__item {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.bag-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bag-collage__item--black-top {
  grid-area: black-top;
}

.bag-collage__item--gray-top {
  grid-area: gray-top;
}

.bag-collage__item--model {
  grid-area: model;
}

.bag-collage__item--brown {
  grid-area: brown;
}

.bag-collage__item--black-bottom {
  grid-area: black-bottom;
}

.bag-collage__item--gray-bottom {
  grid-area: gray-bottom;
}

.content-inner-box:nth-of-type(odd) {
  flex-direction: row-reverse;
}


/* section */
.content-outer-box {
  background: #ede4d8;
}

.content-outer-box:nth-of-type(2n) {
  background: #ffffff;
}


.content-outer-box {
  padding: 64px 0 54px;
  width: 100%;
}

.content-inner-box {
  margin: 0 auto 32px;
  width: 1000px;
  box-sizing: border-box;
  /* background-color: #fff; */
}

.content-box-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}


.main-img {
  border: 20px solid #fff;
}

/* style-box */

.sub-img {
  width: 100%;
  aspect-ratio: 1/1;
}

.txt-box {
  /* padding: 25% 0 40% 25%; */
  text-align: left;
}

.content-arrange {
  padding-bottom: 40px;
}


.column-block .l-slider-wrapper {
  width: calc((100% / 2) - 7px);
}  


 .card-layout {
  background-color: #efefef;
  padding: 12px 12px 24px;
  box-sizing: border-box;
 }

.item-list {
  padding: 12px 24px 12px;
}

.item-list li {
  padding: 2px;
  margin-bottom: 8px;
}

.item-list li::after {
  content: "";
  clear: both;
  display: block;
}

.item-list li a {
  box-sizing: border-box;
  font-size: 12px;
  display: block;
  position: relative;
}


.item-list_thumb {
  width: 50px;
  height: 60px;
  margin-right: 8px;
  float: left;
  border: 1px solid #f4f4f4;
}

.item-list_thumb img {
  width: 100%;
  aspect-ratio: 5/6;
}

.item-list-credit::after {
  display: inline-block;
  font-size: 10px;
  content: "Check";
  color: #cc6d00;
  padding: 3px 3px;
  border-radius: 2px;
  margin-left: 4px;
}

.no-after .item-list-credit::after {
  content: none;
}

.content-txt {
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 2em;
    padding: 0 0 30px;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
    font-weight: 500;
}

.headline {
  color: #444;
  font-size: 44px;
  line-height: 1.3;
  font-family: "Ysabeau Office", sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 1px;
}

.headline-box h2 {
  font-family: 'Noto Serif JP', serif;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
}

.headline-ruby {
  display: inline-block;
  font-size: .4em;
}

.grazia-credit {
  font-size: 13px;
  padding-bottom: 1em;
  margin: 12px auto 0;
  line-height: 1.4;
}

.item-txt-box h3 {
  font-size: 20px;
  margin: 16px auto;
}


.item-txt-box a,
.movie-txt-box a {
  margin: 10px auto 0;
  /* width: 300px; */
  font-size: 14px;
  display: block;
}

.recommend-cate-ttl {
  font-size: 20px;
  margin: 0 8px 16px;
  text-align: center;
}

.recommend-cate-ttl span {
  padding: 0 10px;
}


/* ショップリスト */
.shop-list-title {
  text-align: center;
  font-size: 28px;
  margin: 20px;
}

/* ショップリストここまで */


.m-link-archive .m-link-archive-case a .m-link-archive-img img {
  aspect-ratio: 16/15;
}

.layoutbox {
  text-align: left;
}

.headline-box {
  position: absolute;
  left: 0;
  top: 2%;
}

 .sec-lineup {
  margin-bottom: 100px;
 }

/* スライダー */
.l-slider {
  width: 100%;
  overflow: hidden;
  margin: 40px 0 0;
}


.l-slider-img,
.l-slider-img img {
  width: 100%;
}

.l-slider-desc {
  width: 100%;
  box-sizing: border-box;
}


.l-slider-desc>div {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
}

.l-slider-comment {
  margin-top: 40px;
}


.l-slider-comment p {
  margin-bottom: 1em;
}

.l-slider-desc p>.setup-line {
  background: linear-gradient(transparent 80%, #ecf3b9 0%) !important;
}


.l-slider-desc a {
  align-self: flex-end;
}

.slider-contents-main img {
  display: block;
  width: 100%;
  height: auto;
}

.column-block .button-sandp {
  position: absolute;
  display: block;
  background-size: 24px;
  width: 24px;
  height: 24px;
  right: 2%;
  bottom: 5px;
  z-index: 2;
}


.new-color-read {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}

.new-color-read p {
  margin-bottom: 1em;
}

.new-color-info {
  padding: 0 8px;
}

.new-color-info + .new-color-info {
  margin-top: 40px;
}

.color-grazia {
  display: flex;
  align-items: center;
  gap: 10px;
}

.color-grazia::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border: 1px solid #777;
  border-radius: 50%;
  box-sizing: border-box;
}

.color-grazia--calm::before {
  background-color: #e4cf9d;
}

.color-grazia--brew::before {
  background-color: #81392a;
}

.color-grazia--awake::before {
  background-color: #f05a28;
}

.column-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
}

.color-grazia {
  font-family: "Ysabeau Office", sans-serif;
  font-weight: 400;
  font-size: 24px;
  border-bottom: 1px solid #aaa;
  margin-bottom: .4em;
}

.color-grazia span {
  font-size: .6em;
  padding-left: 10px;
}

.l-slider-comment h4 {
  margin: 0 0 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  color: #333333;
  font-size: 18px;
}



.new-color-products__item a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
}

.new-color-products__item .icon {
  margin-top: auto;
}

.new-color-products__item a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 4px;
}


.new-color-products__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 20px;
}

.new-color-products__item {
  min-width: 0;
}

.new-color-products__item img {
  display: block;
  width: 100%;
  height: auto;
}


.ac-icon-text {
  position: absolute;
  color: #fff;
  transform: rotate(-45deg);
  z-index: 2;
  padding: 3% 3% 10%;
  font-size: 14px;
}

.content-btn {
  background: #3e3e3e;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  height: 39px;
  line-height: 39px;
  max-width: 300px;
}


.novelty-detail  .content-btn {
  min-width: 300px;
}

.l-slider-comment .icon {
  display: inline-block;
  background-color: #3e3e3e;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 4px 16px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  font-weight: bold;
}

.new-color-products__item .icon {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-left: auto;
    font-weight: bold;
}


.novelty-detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  background-color: #efefef;
  margin-bottom: 60px;
}


.novelty-detail__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.novelty-detail__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  text-align: center;
}

.novelty-detail__title,
.novelty-detail__condition,
.novelty-detail__link-text,
.novelty-detail__remarks {
  margin: 0;
}

.novelty-detail__title {
  margin-top: 8px;
  font-size: 22px;
}

.novelty-detail__condition {
  font-size: 14px;
  margin: 1.2em 0;
}

.novelty-detail__link-text {
  margin-top: 16px;
}

.novelty-detail__link {
  display: inline-block;
  margin-top: 8px;
  color: inherit;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.novelty-detail__remarks {
  margin-bottom: 24px;
}


@media screen and (min-width: 640px) {

  .bag-collage {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-template-areas:
      "black-top gray-top brown brown"
      "model model brown brown"
      "model model black-bottom gray-bottom";
    max-width: 1000px;
    aspect-ratio: 10 / 9;
    margin: 60px auto 0;
  }



  .headline {
    margin-bottom: .5em;
  }

  .headline-box {
    position: absolute;
    left: 0;
    top: 2%;
  }

  .content-inner-box {
    padding: 20px 30px 20px 20px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .column-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
  }  

  .column-block .l-slider-wrapper {
    width: calc((100% / 3) - 16px);
  }  

  .recommend-cate-ttl:before,
  .recommend-cate-ttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #424242;
  }

  .slider-contents-main {
    width: auto;
    margin: auto;
  }

  .l-slider {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: reverse;
    margin: 40px 0 20px;
  }

  .l-slider-reverse {
    flex-direction: row-reverse;
  }


  .l-slider-row {
    flex-direction: row;
  }

  .l-slider-img {
    width: 100%;
  }

  .pc-2col {
    width: 45%;
  }

  
  .l-slider-comment {
    margin-top: 0;
  }


  .l-slider-comment h4 {
    font-size: 20px;
  }

  .l-slider-desc>.style-index {
    font-size: 40px;
    margin-bottom: 8px;
  }

  /* 追加 */


  .main-content a:hover {
    opacity: .7;
  }

  .content-movie-wrapper {
    padding: 40px 0 10px;
  }

  .content-inner-box .video {
    display: block;
  }

  .l-slider-comment h3 {
    text-align: left;
  }

  .new-color-products__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .new-color-products__item--row-start {
    grid-column-start: 1;
  }


  .novelty-detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
  }

  /* .novelty-detail__visual,
  .novelty-detail__body {
    min-height: 300px;
  } */


}

/* end media */




@media screen and (max-width: 640px) {
  /*-------*/
  /* S M P */
  /*-------*/

  /* SMP title*/

  .title_area img {
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 16/15;
  }

  /* SMP section */
  .content-outer-box {
    padding: 40px 0;
    width: 100%;
  }

  .content-inner-box {
    margin: 0 auto;
    width: 100%;
  }


  .content-box-flex {
    display: block;
  }

  .content-inner-box>img {
    width: 100%;
  }

  .content-iframe-wrapper {
    width: 100%;
  }

  .ttl_read {
    text-align: left;
    padding: 20px 12px;
    width: initial;
  }

  .txt-box,
  .txt-box-right,
  .txt-box-long {
    padding: 0;
  }


  /* SMP style-box */

  .sub-img {
    display: block;
    width: 86%;
    margin: 0 auto;
  }

  .l-slider-desc>.style-index {
    display: none;
  }

  .l-slider-desc p:first-child span {
    font-size: 22px;
  }

  /* SMP headline-box */
  .headline {
    text-align: center;
  }

  .headline-box p {
    text-align: justify;
    padding: 0 8px;
  }

  .headline-box h3 {
    font-size: 18px;
    letter-spacing: 0.04em;
  }

  /* SMP item-txt MAIN */

  .staff-notes {
    font-size: 14px;
  }


  .l-movie-desc {
    font-size: 14px;
    text-align: justify;
    padding: 16px 5% 32px 5%;

  }

  .content-txt {
    text-align: left;
    padding: 6px 5% 32px 5%;
  }

  .l-slider-comment-s {
    padding-bottom: inherit;
  }


}

/* end media */