@charset "UTF-8";
/* CSS Document */

/* .l-contents{
    list-style:none;
    overflow: hidden;
}

.l-contents a{
	transition: all 0.3s ease 0s;
}

.l-contents img{
	transition: all 0.3s ease 0s;
} */


/* =========================================
COMME CA PLUTINUM
One Day of Summer
========================================= */
.overlap-gallery {
  position: relative;
  max-width: 980px;
  margin: 0 auto 70px;
  padding-bottom: 90px;
}

.main-photo {
  width: 68%;
}

.main-photo img,
.sub-photo img {
  width: 100%;
  display: block;
}

.sub-photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  z-index: 2;
}

.feature {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.kv {
  padding: 30px 15px 25px;
  text-align: center;
}

.kv-brand {
  margin-bottom: 20px;
  color: #b40022;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .10em;
}

.kv-title {
  margin: 0 0 30px;
  font-family: 'Shippori Mincho', serif;
  font-size: 76px;
  line-height: 1.1;
  font-weight: 400;
  color: #333;
}

.kv-title span {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  letter-spacing: .08em;
}

.kv-image {
  max-width: 1080px;
  margin: 0 auto;
}

.kv-image img {
  width: 100%;
  height: auto;
}

.ttl_box img {
  width: 100%;
  height: auto;
  aspect-ratio: 2400 / 960;
}

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

.lead {
  max-width: 760px;
  margin: 40px auto 50px;
  padding: 0 20px;
  text-align: center;
}

.lead p {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 2.3;
  color: #555;
}

/* =========================
SECTION
========================= */

.section {
  max-width: 980px;
  margin: 0 auto 120px;
  padding: 0 20px;
  margin-bottom: 60px;
}

.section-head {
  margin-bottom: 30px;
  text-align: center;
}

.number {
  margin-bottom: 10px;
  color: #b40022;
  font-family: 'Amiri', serif;
  font-size: 32px;
  line-height: 1;
}

.item-title {
  margin: 0;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #333;
}

/* =========================
IMAGE
========================= */

.photo-pair {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

.photo-pair img {
  width: 50%;
  display: block;
}

/* =========================
LINK
========================= */

.content-list_1column {
  margin-bottom: 40px;
  text-align: center;
}

.txt_link {
  margin: 0 0 12px;
}

.txt_link a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #333;
  font-size: 16px;
  color: #333;
  transition: .3s;
}

.txt_link a:hover {
  opacity: .7;
}

/* =========================
COMMENT
========================= */

.comment-box {
  max-width: 760px;
  margin: 0 auto 20px;
  padding: 28px;
  background: #f7f7f7;
}

.comment-label {
  margin-bottom: 12px;
  color: #b40022;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .08em;
}

.comment-text {
  margin: 0;
  font-size: 14px;
  line-height: 2.2;
  color: #555;
}

/* =========================================
SP
========================================= */

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

    .overlap-gallery {
    margin-bottom: 35px;
    padding-bottom: 0;
  }

  .main-photo,
  .sub-photo {
    position: static;
    width: 100%;
  }

  .sub-photo {
    margin-top: 12px;
  }

  .feature {
    padding-bottom: 70px;
  }

  .kv {
    padding: 40px 15px 30px;
  }

  .kv-title {
    font-size: 48px;
  }

  .kv-title span {
    font-size: 16px;
  }

  .lead {
    margin: 50px auto 70px;
    text-align: left;
  }

  .lead p {
    font-size: 14px;
    line-height: 2.1;
  }

  .section {
    margin-bottom: 80px;
    padding: 0 15px;
  }

  .item-title {
    font-size: 26px;
  }

  .photo-pair {
    display: block;
  }

  .photo-pair img {
    width: 100%;
    margin-bottom: 12px;
  }

  .txt_link a {
    font-size: 14px;
  }

  .comment-box {
    padding: 22px 18px;
  }

  .comment-text {
    font-size: 13px;
    line-height: 2;
  }

  .kv,
  .section,
  .content-inner,
  .content-list,
  .content-list_subcol,
  .kv-image,
  .photo-pair,
  .overlap-gallery {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  .kv-image img,
  .photo-pair img,
  .overlap-gallery img {
    width: 100%;
    height: auto;
  }

}

.ttl_box{
	display: block;
    margin: 0 auto;
}

.title-sub {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
    font-weight: 500;
    padding: 30px 10px 0;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    background-color: #fff;
}

.title-sub p {
    margin-bottom: 1em;
}

.ttl-box-inner{
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
/* .ttl-box-inner div{
    width: 70vw;
    text-align: center;
} */

.ttl-box-inner img{
	display: block;
    overflow: hidden;
    width: 100%;
}

.content_main {
    margin-bottom: 80px;
}

.navi ul{
	position: relative;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	margin: 32px auto 0;
	padding: 0 8px;
}

.navi ul::after{
	content: "";

	position: absolute;
	left: 50%;
	bottom: 0;

	width: 100vw;
	height: 1px;

	margin-left: -50vw;

	background: #d8d8d8;
}

.navi ul > li{
	width: 25%;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.navi ul > li a{
	display: block;
}

.navi ul > li img{
	display: block;
	width: 100%;
    aspect-ratio: 11/7;
}

.content-inner {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
    font-weight: 500;
}

.con2 {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
    font-weight: 500;
}

.bg-col-box {
    background-color: #ffffff
}

.con1{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
}

.h-auto {
    height: auto;
}


.l-other-box{
    display: flex;
    flex-wrap: wrap;    
    overflow: hidden;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
.l-other-box div {
    /*display: block;*/
    overflow: hidden;
    /*float: left;*/
    width: 31%;
    margin: 0  auto 40px;
}
.l-other-box h4 {
    margin: 8px 0;
    font-size: 16px;
    font-weight: bold;
}

.l-other-box ul li a{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.l-other-box .item {
    display: inline-block;
    margin-right: 8px;
}

.l-other-box img{
    width: 100%;
    height: auto;
    aspect-ratio: 500 / 600;
    object-fit: cover;
    margin-bottom: 14px;
}

.content-desc-heading-wrapper {
    width: 100%

}

.content-desc-heading {
    text-align: left;
    margin-bottom: 20px;
}
.content-desc-heading > div {
    width: 43%;
    margin-bottom: 24px;
}

.content-desc-heading > div img {
    width: 100%;
    padding-bottom: 4px;
}

a .icon {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    display: block;
    float: right;
    border-radius: 2px;
}

.l-other-box > div {
  display: flex;
}

.l-other-box > div > a {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Check 模様 */
.l-other-box a {
  display: block;
}

/* 商品名+価格テキストエリヤ 高さ揃え */
.l-other-box a br + br,
.l-other-box a .icon {
  clear: both;
}

/* テキスト強制合わせる */
.l-other-box > div a {
  min-height: 0;
}

.l-other-box > div a {
  position: relative;
  padding-bottom: 45px;
}

.l-other-box a .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.l-other-box a .icon {
  margin-top: auto;
  margin-left: auto;
  float: none;
}

.content-inner,
.section,
.kv-image,
.overlap-gallery,
.content-list,
.content-list_subcol,
.content-list_1column {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.banner-area {
    margin: 0 12px 64px;
}

.banner-area .m-btn-inactive,
.content-inner .m-btn-inactive {
    width: 80%;
    max-width: 320px;
    margin: auto;

}

.con2 + .m-btn-inactive {
    margin-top: 40px;
}

.content-inner .m-btn-inactive:hover {
    background-color: #dedede;
}



.content-btn:hover,
.l-4-column a:hover,
.gift_brand ul li a:hover,
.l-other-box ul li a:hover {
    opacity: 0.7;
}

.content-inner {
    padding-top: 60px;
}


.content-desc {
    margin-bottom: 24px;
    font-size: 14px;
    padding: 20px 20px 0 20px;
    line-height: 1.8;
    text-align: justify;
}

.comment_box {
    position: relative;
    background-color: #fff;
    padding: 18px;
    border-radius: 8px;
}

.fuki1::after {
    content: "";
    position: absolute;
	background: url(./fuki1.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 16px;    
    display: inline-block; 
    bottom: -16px;
    left: 80px;
}

.fuki1 {
        margin-bottom: 140px;

}

.fuki2::before {
    content: "";
    position: absolute;
	background: url(./fuki2.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 16px;    
    display: inline-block; 
    top: -16px;
    right: 80px;
}

.comment_icon {
    position: absolute;
}

.comment_icon img {
    width: 80px;
    position: relative;
    z-index: 2;
}

.icon_bottom {
    bottom: -100px;
    left: 0;
}

.icon_top {
    top: -100px;
    right: 0;
}

/* .content-list .content-desc img {
    width: auto;
} */

/* .content-desc span {
    font-family: 'Amiri', serif;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 4px 8px;
} */

.l-number-img {
    display: block;
    width: 94%;
    max-width: 380px;
    margin: 0 auto 30px;
}

.content-desc-heading {
    font-family: 'Amiri', 'Shippori Mincho', serif;
    font-optical-sizing: auto;
    letter-spacing: -1px;
    font-size: 20px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height:1.5;
}

.content-list {
    padding: 60px 0;
}

.content-list_maincol,
.content-list_subcol {
	width: 100%;
}

.content-list_maincol {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}


.content-list_maincol > div {
    position: relative;
    width: 80%;
}

.content-list_1column {
    padding: 40px 0;
    text-align: center;
}

.content-list a{
	display: block;
}
.product_img img {
    aspect-ratio: 5/6;
	width: 100%;
}

.content-list_subcol {
    padding: 0px 0px 20px 0px;
    box-sizing: border-box;
}

.content-list_reverse .content-list_subcol {
    padding: 40px 30px 60px 30px;
    box-sizing: border-box;
}

/* .content-list_subcol img {
    width: 100%;
} */


.l-contents .coordinate-list-btn {
    display:inline-block;
    width: auto;
    margin: 8px auto 0;
}

.l-contents .coordinate-list-btn span {
    border-bottom: 1px solid #616161;
}


.content-btn {
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    width: 80%;
    max-width: 320px;
}

.l-4-column-wrapper {
    width: 100%
}

.l-4-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
    margin-bottom: 20px;
}
.l-4-column > div {
    width: 43%;
    margin-bottom: 24px;
}

.l-4-column > div img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/6;
    padding-bottom: 4px;
}

.txt_link + .txt_link {
    margin-top: 10px;
}

.txt_link a {
    text-decoration: underline;
    font-size: 13px;
}


.content-list_2column.sp-width {
    position: relative;
}


.type-heading-box h3 {
    text-align: center;
    font-family: 'Amiri', serif;
    font-size: 48px;
    color: #b40022;
}


.type-name {
    text-align: center;
    font-family: 'Amiri', serif;
    font-size: 38px;
    margin-bottom: 20px;
}

.type-name span {
    display: block;
    font-size: .4em;

}

.type-desc {
    font-size: 15px;
    line-height: 2.2;
    margin:auto;
    text-align: center;
}


.coming-soon {
    color: #616161;
    display: inline-block;
    font-size: 12px;
}

.con2 h3 {
    font-family: 'Amiri', serif;
	width: auto;
	margin: 10px 14px 10px;
	text-align: center;
    display: flex;
    align-items: center;
	overflow: hidden;
	font-weight: normal;
	font-size: 26px;
}

.con2 h3::before{
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #9e9e9e;
    margin-right: 6px;
}


.con2 h3::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #9e9e9e;
    margin-left: 6px;
}



.sml_ttl_box_underbtn2 a {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
    font-weight: 600;
    display: block;
    overflow: hidden;
    width: 300px;
    margin: 10px auto;
    text-align: center;
    background-color: #3e3e3e !important;
    color: #fff;
    border-radius: 4px;
}

.other_info a {
    display: block;
}

.other_info img {
    max-width: 100%;
    height: auto;
}

.other_info li + li {
    margin-top: 40px;
}

.section-ttl {
    text-align: center;
    font-size: 20px;
    margin: 0 0 24px;
}
  

@media screen and (min-width: 641px) {
/* PC�������� */
.ttl-box-inner {
    width: 1000px;
}

.ttl-box-inner div{
    width: 300px;
}

.m-btn-active:hover{
    background-color: #ffc17f;
}
.navi ul > li{
	width: 160px;
}
.con1 ul li a img:hover,
.banner-area a:hover {
    opacity: 0.7;
}

.con1 h2 {
    margin-top: 8px;
}

.navi li a:hover{
    opacity: 0.7;
}



.con2 h3 {
    width: 1000px;
	margin: 50px auto 10px;
}

.ttl-box-inner div{
    width: 620px;
}

.title-sub {
    margin-top: 0;
}

.l-number-img {
    width: 320px;
}

.type-desc {
    width: auto;
    text-align: center;
}

.banner-area {
    width: 640px;
    margin-right:auto;
    margin-left:auto;
}

.content-desc-heading {
    font-size: 40px;
}

.content-inner {
	margin: auto;
	width: 1000px;
}

.content-list_maincol {
    box-sizing: border-box;
}

.content-list_maincol > div {
    display: inline-block;
    width: 54%;
}  

.content-desc {
    padding: 30px 0 0 0;
}

.content-desc-heading {
    margin-top: 12px;
    font-size: 22px;
    
}

.content-list_2column {
    display: flex;
    justify-content: space-around;
}

.comment_box {
    position: relative;
    background-color: #fff;
    padding: 18px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.txt-list-padding {
    padding: 0 2%;
}

.l-harf {
    width: 47%;
}

.l-4-column-wrapper {
    width: 1000px;
    margin: 0 auto;
}

.l-4-column > div {
    width: 23%;
}




}



@media screen and (max-width: 640px) {
/* �X�}�z�\�� */




.ttl-box-inner{
    margin: 0;
    /* display: flex;
    align-items: center; */
}


.con1 , .con2{
    width: 100%;
}


.l-other-box {
    width: 100%;
    margin: 0 auto;
}
.l-other-box div a {
    font-size: 12px;
}
.l-other-box div {
    width: 43% !important;
    margin: 0 3.5% 20px;
    float: left;
}

.l-other-box ul {
    line-height: 1.7;
}

.l-other-box div img{
    width: 100%;
}

.item-list li a::after{
	display:none;
}

.content-list .item-list {
    padding: 24px 24px 20px;
}

.l-harf {
    margin-top: 30px;
    /*margin-bottom: 20px;*/

}

.is-sp-mrl50 {
    margin-right: 30px;
    margin-left: 30px;

}


.content-list_2column.sp-width {
    /* width: 90%; */
    margin: 0 auto;
}
.type-heading-box h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
  }


}

@media screen and (max-width: 340px) {
    .content-desc-heading {
        font-size: 19px;
        letter-spacing: -1px;
    }

}

/* =========================
FIX: image ratio / SP layout
========================= */

.kv-image img,
.overlap-gallery img,
.main-photo img,
.sub-photo img,
.ttl-box-inner img {
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  display: block;
}

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

  .kv,
  .section,
  .content-inner,
  .content-list,
  .content-list_subcol,
  .kv-image,
  .photo-pair,
  .overlap-gallery {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .kv {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .ttl-box-inner,
  .ttl-box-inner picture,
  .ttl-box-inner img {
    width: 100%;
    max-width: 100%;
  }

  .overlap-gallery {
    max-width: 88%;
    margin: 40px auto 60px;
    padding-bottom: 0 !important;
  }

  .main-photo,
  .sub-photo {
    position: static;
    width: 100%;
  }

  .sub-photo {
    margin-top: 12px;
  }
}

