.p-recommend-list:first-of-type {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .p-recommend-list:first-of-type {
    margin-left: 0;
  }
}

.p-recommend-list:last-of-type {
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .p-recommend-list:last-of-type {
    margin-right: 0;
  }
}

/* つら合わせ用コード */
@media screen and (min-width: 768px) {
  .p-pickup .c-article-list {
    margin-left: 0;
    margin-right: -32px;
  }
}

.p-pickup .c-article-list__item:first-of-type {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .p-pickup .c-article-list__item:first-of-type {
    margin-left: 0;
  }  
}

.p-pickup .c-article-list__item:last-of-type {
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .p-pickup .c-article-list__item:last-of-type {
    margin-right: 0;
  }  
}


/* トップページの見出し行 */
.c-ttl-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-right: 20px;
  padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .c-ttl-top-wrap {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.c-ttl-top {
  display: inline-block;
  font-family: RecoletaSemiBold, serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .c-ttl-top {
    font-size: 36px;
    letter-spacing: 0.08em;
    margin: 0;
  }
}

.c-ttl-top__right {
  letter-spacing: 0.02em;
  line-height: 1;
  padding-top: 0;
}

.p-arrival .c-ttl-top-wrap, .p-soldout .c-ttl-top-wrap {
  align-items: normal;
}

.p-arrival .c-ttl-top__left, .p-soldout .c-ttl-top__left {
  display: flex;
  align-items: center;
}

.p-arrival .c-ttl-top__right, .p-soldout .c-ttl-top__right {
  padding-top: 4px;
}

@media screen and (min-width: 768px) {
  .p-arrival .c-ttl-top__right, .p-soldout .c-ttl-top__right {
    padding-top: 9px;
  }
}

.p-arrival .c-ttl-top, .p-soldout .c-ttl-top {
  font-family: 'Roboto', 'Noto Sans JP', 'Meiryo', 'メイリオ', Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-arrival .c-ttl-top, .p-soldout .c-ttl-top {
    font-size: 22px;
    letter-spacing: 0.12em;
  }
}

.p-arrival .c-ttl-top {
  padding-top: 3px;
}

@media screen and (min-width: 768px) {
  .p-arrival .c-ttl-top {
    padding-top: 3px;
  }
}

.p-soldout .c-ttl-top {
  padding-top: 3px;
}

@media screen and (min-width: 768px) {
  .p-soldout .c-ttl-top {
    padding-top: 3px;
  }
}

.c-ttl-top__ja {
  font-family: 'Roboto', 'Noto Sans JP', 'Meiryo', 'メイリオ', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #969696;
  letter-spacing: 0.06em;
  margin-left: 12px;
}

@media screen and (min-width: 768px) {
  .c-ttl-top__ja {
    font-size: 14px;
    margin-left: 20px;
  }
}

.p-arrival .c-ttl-top__left img {
  width: 17px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .p-arrival .c-ttl-top__left img {
    width: 26px;
    margin-right: 14px;
  }
}

.p-soldout .c-ttl-top__left img {
  width: 20px;
  margin-right: 7px;
}

@media screen and (min-width: 768px) {
  .p-soldout .c-ttl-top__left img {
    width: 30px;
    margin-right: 10px;
  }
}

.c-ttl-top__right a {
  color: var(--text-green2-color);
  font-size: 12px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-ttl-top__right a {
    font-size: 14px;
  }
}

.c-ttl-top__right svg {
  fill: var(--text-green2-color);
  width: 12px;
  height: 8px;
  margin-left: 7px;
}

@media screen and (min-width: 768px) {
  .c-ttl-top__right svg {
    width: 18px;
    height: 12px;
    margin-left: 12px;
  }
}

.p-arrival .c-item-list__item, .p-soldout .c-item-list__item {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-arrival .c-item-list__item, .p-soldout .c-item-list__item {
    padding-bottom: 0;
  }
}

/* つら合わせようコード */
@media screen and (min-width: 768px) {
  .p-arrival .c-item-list, .p-soldout .c-item-list {
    margin-left: 0;
    margin-right: -32px;
  }
}

.p-arrival .c-item-list__item:first-of-type, .p-soldout .c-item-list__item:first-of-type {
  margin-left: 20px; 
}

@media screen and (min-width: 768px) {
  .p-arrival .c-item-list__item:first-of-type, .p-soldout .c-item-list__item:first-of-type {
    margin-left: 0; 
  }
}

.p-arrival .c-item-list__item:last-of-type, .p-soldout .c-item-list__item:last-of-type  {
  margin-right: 20px; 
}

@media screen and (min-width: 768px) {
  .p-arrival .c-item-list__item:last-of-type, .p-soldout .c-item-list__item:last-of-type {
    margin-right: 0; 
  }
}

/* Swiper メインヴィジュアル */
.mv {
  width: 100%;
  --swiper-navigation-color: #C8C8C8;
  --swiper-pagination-color: #3C646E;
  --swiper-pagination-bottom: 29px;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}

@media screen and (min-width: 1400px) {
  .mv {
    border-radius: 10px;
    max-width: 1300px;    
  }
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.mv .swiper-slide > div {
  background: #f2f2f2;
  padding: 17px 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .mv .swiper-slide > div {
    position: absolute;
    bottom: 23px;
    left: 31px;
    z-index: 1000;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
  }
}

.mv-caption {
  font-size: 12px !important;
  font-weight: 500;
  color: var(--text-green-color) !important;
  line-height: 2.14 !important;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .mv-caption {
    font-size: 14px !important;
    width: 286px;
  }
}

.mv .swiper-pagination {
  position: static;
}

@media screen and (min-width: 768px) {
  .mv .swiper-pagination {
    position: absolute;
  }
}

/* Linda Works ? */
.p-linda {
  display: block;
  padding-top: 56px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .p-linda {
    display: flex;
    padding-top: 111px;
    padding-bottom: 108px;
  }
}

.p-linda-left {
  width: 100%;
  margin-right: 8%;
}
@media screen and (min-width: 768px) {
  .p-linda-left {
    width: 46%;
    margin-right: 8%;
  }
}

@media screen and (min-width: 1400px) {
  .p-linda-left {
    width: 35%;
    margin-right: 8%;
  }
}

.p-linda-right {
  position: relative;
  margin-top: 32px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-linda-right {
    margin-top: 0;
    width: 46%;
  }
}

@media screen and (min-width: 1400px) {
  .p-linda-right {
    margin-top: 0;
    width: 57%;
  }
}

.p-linda-left h2.p-linda__ttl {
  color: #284650;
  font-family: RecoletaSemiBold, serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-linda-left h2.p-linda__ttl {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}

.p-linda-left h3 {
  color: #284650;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 2.11;
  margin-top: 14px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-linda-left h3 {
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-top: 28px;
    margin-bottom: 0;
  }
}

.p-linda__txt {
  color: var(--text-green2-color);
  line-height: 2.16;
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .p-linda__txt {
    line-height: 2.14;
    margin-top: 28px;
  }
}

.p-linda__txt svg {
  fill: var(--text-green2-color);
  width: 12px;
  height: 8px;
  margin-left: 6px;
}

@media screen and (min-width: 768px) {
  .p-linda__txt svg {
    width: 18px;
    height: 12px;
    margin-left: 12px;
  }
}

.p-linda__link {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .p-linda__link {
    font-size: 14px;
    margin-top: 37px;
  }
}

.p-linda__link a {
  color: var(--text-green2-color);
}

/* Linda Works ? のSwiper */
.p-linda-right .swiper {
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .p-linda-right .swiper {
    border-radius: 20px;
  }
}

.p-linda-right .swiper-pagination2 {
  display: none;
}

.p-linda-right .swiper-pagination2.swiper-pagination-bullets {
  --swiper-pagination-bottom: 17px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  left: -13px;
  width: 100%;
  z-index: 50;
}

.p-linda-right .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 25px;
  --swiper-pagination-bullet-height: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 27px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: transparent;
  border: 1px solid rgba(255, 255, 255, .25);
}

.p-linda-right .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: transparent !important;
}

/* Pick up */
.p-pickup {
  background: var(--bg-gray-color);
  padding: 39px 0;
}

@media screen and (min-width: 768px) {
  .p-pickup {
    padding: 55px 0 50px;
  }
}

/* Recommend */
.p-recommend {
  padding: 51px 0 33px;
}

@media screen and (min-width: 768px) {
  .p-recommend {
    padding: 105px 0 52px;
  }
}

.p-recommend .c-ttl-top {
  margin: 0 0 16px 0;
}

@media screen and (min-width: 768px) {
  .p-recommend .c-ttl-top {
    margin: 0 0 25px 0;
  }
}

.p-recommend-list__img {
  position: relative;
  height: calc(100% - 54px);
}

.p-recommend-list__img::before {
  content: "";
  display: block;
  padding-top: 106%;
  /* 比率を指定 */
}

.p-recommend-list__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Recommend Grid */
.grid {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 12px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .grid {
    -ms-overflow-style: none;
    scrollbar-width: none;  
  }
  .grid::-webkit-scrollbar {
   display:none;
  }
}

@media screen and (min-width: 768px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    overflow: hidden;
    padding-bottom: 23px;
  }
}

.p-recommend-list {
  flex-shrink: 0;
  margin-right: 10px;
  width: 78.3%;
}

@media screen and (min-width: 768px) {
  .p-recommend-list {
    margin-right: 0;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .div1 {
    grid-area: 1 / 1 / 3 / 3;
  }

  .div2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  .div3 {
    grid-area: 3 / 2 / 4 / 3;
  }

  .div4 {
    grid-area: 1 / 3 / 2 / 4;
  }

  .div5 {
    grid-area: 1 / 4 / 2 / 5;
  }

  .div6 {
    grid-area: 2 / 3 / 4 / 5;
  }
}

/* Women */
.p-arrival {
  padding-bottom: 34px;
}

@media screen and (min-width: 768px) {
  .p-arrival {
    padding-bottom: 64px;
  }
}

/* Men */
.p-soldout {
  padding-bottom: 51px;
}

@media screen and (min-width: 768px) {
  .p-soldout {
    padding-bottom: 105px;
  }
}

/* News */
.p-news {
  background: var(--bg-gray-color);
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .p-news {
    padding: 75px 0 80px;
  }
}