@charset "UTF-8";

.p-about-logo {
    max-width: 455px;
    margin-left: 80px;
    width: 45%;
}

.p-about-lead {
    max-width: 537px;
    width: 45%;
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 0.07em;
    line-height: 2.1;
}

.p-about-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p-about {
    padding: 200px 0 140px;
}

.p-links {
    background: #EDEFF0;
    padding: 20px 0;
    text-align: center;
    margin: 60px auto 100px;
    max-width: 1200px;
}

.p-links-list {
    font-size: 0;
}

.p-links-list li {
    display: inline-block;
    vertical-align: middle;
    max-width: 330px;
    width: 28%;
    margin: 0 20px;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
}

.p-links-list li a {
    display: block;
    border: solid 1px #fff;
    background: url("../../../images/common/ico_arrow.png")no-repeat,#fff;
    background-size: 29px;
    background-position: right 20px center;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    text-align: left;
    padding: 20px 30px;
    transition: .3s;
}

.p-archive-list {
    margin: 0 auto 120px;
}

.p-archive-head {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: solid 2px #000;
    padding-bottom: 5px;
}

.p-main {
    max-width: 1200px;
    margin: 0 auto 120px;
}

.p-archive-block {
    max-width: 277px;
    width: 24%;
    float: left;
    margin-bottom: 50px;
    margin-right: 30px;
}

.p-archive-block:nth-child(4n) {
  margin-right: 0;
}

.p-archive-block a {
  display: block;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.02em;
}


.p-archive-thumbnail {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.p-archive-thumbnail:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.p-archive-thumbnail > img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;

  /*以下プロパティを追加してください*/
  object-position: center;
  font-family: 'object-fit: cover; object-position: bottom;';
  transition: .3s;
}

.p-archive-name {
    position: relative;
    padding-left: 64px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
}

.p-archive-name small {
    font-size: 1.8rem;
}

.p-archive-name span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 1;
}

.p-womens .p-archive-name span {
  color: #D96D97;
}

.p-unisex .p-archive-name span {
  color: #925DAA;
}


.p-mens .p-archive-name span {
  color: #136995;
}

.p-single-body .l-pageBody {
    padding-top: 109px;
}

.p-single-detail {
    background: #F5F6F7;
    padding: 35px 30px 80px;
}

.p-single {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.p-single-content {
    width: 750px;
}

.p-slider-main {
  margin: 0 auto 28px;
}

.p-slider-main-pic {
  position: relative;
  width: 100%;
  overflow: hidden;
}


.p-slider-main-pic::before {
  content: "";
    display: block;
    padding-top: 100%;
}

.p-slider-main-pic > img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;

  /*以下プロパティを追加してください*/
  object-position: center;
  font-family: 'object-fit: cover; object-position: bottom;';
  transition: .3s;
}

.p-slider-nav .slick-track {
transform:unset!important;
}


.p-slider-nav-pic {
  position: relative;
  width: 162px!important;
  overflow: hidden;
  margin: 0 12px;
}

.p-slider-nav-pic::before {
  content: "";
    display: block;
    padding-top: 100%;
}


.p-slider-nav-pic > img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;

  /*以下プロパティを追加してください*/
  object-position: center;
  font-family: 'object-fit: cover; object-position: bottom;';
  transition: .3s;
}

.p-arrows {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 42px;
    margin-top: -21px;
    cursor: pointer;
}

.p-prev {
  left: -21px;
}

.p-next {
  right: -21px;
}

.p-single-info {
    padding: 55px 0 70px;
}

.p-single-head {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    padding: 23px 10px;
    margin-bottom: 30px;
}

.p-series-logo {
    max-width: 273px;
    margin-top: 10px;
    width: 38%;
    margin-left: 34px;
}

.p-series-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 80px;
}

.p-series-lead {
    max-width: 395px;
    width: 54%;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.p-single-block p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
    padding-bottom: 60px;
}

.p-1col-slider {
  margin: 0 auto 20px;
}

.p-1col-img {
    width: 100%;
}

.p-1col-img img {
  width: 100%;
}

.p-2col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.p-2col-block {
    max-width: 352px;
    width: 48%;
}

.p-2col-img {
  position: relative;
  max-width: 352px;
  width: 100%;
  overflow: hidden;
}

.p-2col-img::before {
  content: "";
    display: block;
    padding-top: 100%;
}

.p-2col-img > img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;

  /*以下プロパティを追加してください*/
  object-position: center;
  font-family: 'object-fit: cover; object-position: bottom;';
  transition: .3s;
}

.p-2col-block p {
  margin-top: 10px;
}

.p-sidebar {
    position: relative;
    width: 397px;
}

.p-fix-sidebar {
    padding: 30px 0 70px;
    background: #fff;
    border-radius: 10px;
    width: 397px;
}


.p-fix-sidebar.fixed {
    position: fixed;
    top: 0;
}

.p-sidebar-head {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    border-bottom: solid 1px #B0B0B0;
	line-height: 1.2;
	padding-bottom: 20px;
}

.p-sidebar-head span {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 400;
    padding-right: 15px;
}

.p-sidebar-head span.is-men {
    color: #136995;
}

.p-sidebar-head span.is-women {
    color: #D96D97;
}

.p-sidebar-head span.is-unisex {
    color: #925DAA;
}
.p-sidebar-head small {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 200;
    letter-spacing: 0.08em;
    padding-left: 15px;
}


.p-sidebar-info {
    margin: 20px auto 30px;
    display: flex;
    justify-content: space-between;
}

.p-sidebar-gender {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    border: solid 1px #B0B0B0;
    border-radius: 20px;
    min-width: 100px;
    text-align: center;
    padding: 8px 8px;
}

.p-sidebar-number {
    display: flex;
    align-items: center;
}

.p-sidebar-number dt {
    border: solid 1px #B0B0B0;
    font-size: 11px;
    font-size: 1.1rem;
    min-width: 60px;
    text-align: center;
    padding: 3px 0;
}

.p-sidebar-number dd {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 200;
  padding-left: 10px;
}

.p-color-detail dt {
    font-size: 17px;
    font-size: 1.7rem;
    padding-bottom: 8px;
}

.p-color-detail dt strong {
  font-weight: bold;
}

.p-color-list li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 63px;
    margin-right: 20px;
	font-size: 13px;
	font-size: 1.3rem;
}

li.is-current {
    font-weight: bold;
}

li.is-current span {
  position: relative;
}

li.is-current span::before {
  position: absolute;
  content: "";
  background: url("../../../images/post/gift/ico_current.png")no-repeat;
  background-position: center;
  background-size: 21px;
  width: 21px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
  pointer-events: none;
}

.p-color-list li a {
    color: #000;
    text-decoration: none;
    display: block;
    transition: .3s;
}

.p-color-list li span {
    display: block;
    height: 63px;
    border-radius: 50%;
    margin-bottom: 7px;
}

.p-color-detail {
    margin-bottom: 30px;
}

.p-sidebar-lead {
  position: relative;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 0 20px;
    margin: 0 10px;
    background: url("../../../images/post/gift/ico_left.png")no-repeat;
    background-position: left bottom 3px;
}

.p-sidebar-lead::before {
  position: absolute;
  content: "";
  background: url("../../../images/post/gift/ico_right.png")no-repeat;
  background-position: center;
  width: 14px;
  height: 19px;
  right: 0;
  bottom: 3px;
  pointer-events: none;
}

.p-sidebar-button {
    max-width: 334px;
    margin: 10px auto 50px;
    text-align: center;
}

.p-sidebar-button a {
    display: block;
    background: #000;
    border: solid 3px #000;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding: 17px 0;
    transition: .3s;
}

.p-sidebar-sold {
    text-align: center;
    color: #D41D1D;
    max-width: 334px;
    margin: 10px auto 50px;
    border: solid 3px #D41D1D;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    padding: 14px 0;
}

.p-sidebar-guide {
    max-width: 333px;
    margin: 0 auto;
    border-top: solid 1px #B0B0B0;
    position: relative;
    padding: 18px 25px 20px;
}

.p-sidebar-guide::before {
  position: absolute;
  content: "";
  width: 335px;
  height: 145px;
  left: 0;
  background: url("../../../images/post/gift/img_guide_border.png")no-repeat;
  background-position: center;
  background-size: 335px;
  pointer-events: none;
  top: 20px;
}

.p-guide-head {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 0 0 10px 35px;
    position: relative;
    border-bottom: solid 1px #B0B0B0;
}

.p-guide-head a {
  color: #000;
  text-decoration: none;
}

.p-guide-head::before {
  position: absolute;
  content: "";
  background: url("../../../images/post/gift/ico_info.png")no-repeat;
  background-position: center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  left: 0;
  bottom: 13px;
  pointer-events: none;
}

.p-guide-list {
    margin-top: 15px;
}

.p-guide-list li {
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 1.5rem;
}

.p-guide-list li:last-child {
    margin: 0;
}

.p-guide-list li a {
    color: #000;
}

.p-sidebar-link li {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border: solid 1px #303030;
}

.p-sidebar-link li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 20px 25px;
    background: url("../../../images/common/ico_arrow.png")no-repeat;
    background-size: 29px;
    background-position: right 20px center;
    transition: .3s;
}

.p-sidebar-link li:last-child {
    border-top: beige;
}

.p-sidebar-inner {
    max-width: 335px;
    margin: 0 auto;
}

.p-sidebar-link {
    margin: 30px auto 0;
    max-width: 335px;
}

.p-sidebar-scroll {
    /* overflow-y: scroll;
    height: 190px; */
    max-width: 360px;
    margin: 0 auto;
}
@media screen and (max-width: 959px){
	.p-single {
    display: block;
	}
	.p-single-content {
		width: 750px;
		margin: 0 auto;
	}
	.p-sidebar {
		width: 750px;
		margin: 30px auto 0;
	}
	.p-fix-sidebar {
		width:750px;
		margin: 0 auto;
	}
	.p-fix-sidebar.fixed {
		position: static;
	}
	.p-sidebar-lead {
		margin: 0;
	}
	
}
@media screen and (min-width: 768px){

  .p-guide-head a:hover {
    text-decoration: underline;
  }

  .p-links-list li a:hover {
    border: solid 1px #ccc;
  }

  .p-color-list li a:hover {
    opacity: .7;
  }

  .p-sidebar-button a:hover {
    background: #fff;
    color: #000;
  }
    .p-archive-thumbnail > img:hover {
      transform: scale(1.05);
      opacity: 0.9;
    }

    .p-sidebar-link li a:hover {
      background: url("../../../images/common/ico_arrow.png")no-repeat,#707070;
      background-size: 29px;
      background-position: right 20px center;
      color: #fff;
    }
}



@media screen and (max-width: 1200px) {
  .p-archive-block {
      margin-right: 1.3%;
      margin-bottom: 30px;
  }

  .p-archive-name span {
      font-size: 4rem;
  }

  .p-archive-name {
      font-size: 1.8rem;
      padding-left: 50px;
  }

  .p-archive-name small {
      font-size: 1.4rem;
  }

  .p-archive-list {
      margin: 0 auto 60px;
  }

  .p-main {
      margin: 0 auto 60px;
  }


  .p-about-logo {
      margin: 0;
  }

  .p-about-lead {
      font-size: 1.6rem;
  }

  .p-about {
      padding: 100px 0 60px;
  }

  .p-archive-head {
      font-size: 2rem;
  }

  .p-links {
      margin: 40px auto 60px;
  }
	.p-single-info {
		padding-left: 30px;
	}
  .p-links-list li {
      margin: 0 1%;
      font-size: 1.7rem;
  }

  .p-single-body .l-pageBody{
    padding-top: 88px;
  }

}

@media screen and (max-width: 767px){

  .p-about {
      padding: 60px 0;
  }

  .p-about-content {
      display: block;
  }

  .p-about-logo {
      width: 227px;
      margin: 0 auto 40px;
  }

  .p-about-lead {
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem;
  }

  .p-archive-head {
    font-size: 1.9rem;
  }

  .p-links {
      margin: 35px 0;
      padding: 15px 20px;
  }

  .p-links-list li {
      margin: 0 auto 10px;
      display: block;
      width: 100%;
      max-width: 374px;
      font-size: 1.6rem;
  }

  .p-links-list li:last-child {
      margin: 0 auto;
  }

  .p-links-list li a {
      padding: 14px 15px;
      background: url("../../../images/common/ico_arrow_sp.png")no-repeat,#fff;
      background-size: 19px;
      background-position: right 10px center;
  }

  .p-main {
    max-width: 414px;
    margin: 0 auto 30px;
  }

  .p-archive-block {
      width: 48%;
      margin-right: 0;
  }

  .p-archive-block:nth-child(even) {
      float: right;
  }

  .p-archive-thumbnail {
      margin-bottom: 10px;
  }

  .p-archive-name span {
      font-size: 3.7rem;
  }

  .p-archive-name {
      font-size: 1.3rem;
  }

  .p-archive-name small {
      font-size: 1.1rem;
  }

  .p-archive-list {
      margin: 0 auto 30px;
  }
  .p-single {
    flex-wrap: wrap;
  }

  .p-single-content {
      width: 100%;
      padding: 0 20px;
  }

  .p-sidebar {
      width: 100%;
  }
  .p-sidebar-lead {
		font-size: 1.5rem;
	}
  .p-next {
      right: -20px;
  }

  .p-prev {
      left: -20px;
  }

  .p-fix-sidebar {
    padding: 15px 0 0;
      width: 100%;
  }

  .p-slider-nav-pic {
      width: 74px!important;
      margin: 0 3px;
  }

  .p-slider-main {
    margin: 0 auto 15px;
  }

  .p-single-detail {
      padding: 30px 0 0;
  }

  .p-single-slider {
    padding-bottom: 15px;
  }

  .p-sidebar-scroll {
    height: auto;
    overflow: auto;
    max-width: inherit;
  }

  .p-sidebar-head {
      font-size: 3.1rem;
  }

  .p-sidebar-head span {
      font-size: 4rem;
  }

  .p-sidebar-head small {
      font-size: 2.1rem;
  }

  .p-sidebar-gender {
      font-size: 1.6rem;
  }

  .p-series-logo {
    margin: 0 auto 30px;
    width: 227px;
    max-width: inherit;
  }

  .p-series-flex {
      display: block;
      margin: 0 auto 40px;
      padding-top: 20px;
  }

  .p-series-lead {
      max-width: inherit;
      width: 100%;
  }

  .p-series-lead p {
      font-size: 1.4rem;
  }

  .p-single-head {
    font-size: 1.7rem;
    padding: 15px 0;
	  text-align: center;
  }

  .p-single-block p {
    font-size: 1.4rem;
    padding-bottom: 30px;
  }

  .p-2col-block {
    width: 100%;
    max-width: 221px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .p-2col-block p {
    padding-bottom: 0;
  }

  .p-single-info {
      padding: 55px 0 0;
  }
	.p-arrows {
		width:34px;
	}
  .p-bottom {
    background: rgb(112 112 112 / 10%);
    padding: 15px;
    position: fixed;
    bottom: -90px;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: .5s;
  }

  .p-bottom.is-scrolled {
    bottom: 0;
  }

  .p-bottom .p-sidebar-button {
    max-width: 250px;
    margin: 0 auto;
  }

  .p-bottom .p-sidebar-button a {
    font-size: 1.5rem;
    padding: 11px 0;
  }

  .p-single-body .l-footer {
    margin-bottom: 80px;
  }

  .p-single-body .l-pageBody {
    padding-top: 53px;
  }

}


@media screen and (max-width: 320px){
  .p-slider-nav-pic {
    width: 60px!important;
  }

  .p-fix-sidebar {
    padding: 15px 20px 0;
  }

  .p-sidebar-guide::before {
    width: 100%;
    background-size: contain;
  }

}
