@charset "UTF-8";

/*
main
***********************************************/
main h1{
  font-family: "Cochin W01 Roman", "Noto Serif JP" !important;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.25em;
  margin: 0 0 40px 0;
  font-display: auto;
  transform: rotate(0.05deg);/*win向けのアンチエイリアス用*/
}


/*
board
***********************************************/
.board{
  margin: 30px auto 80px;
  position: relative;
}

.board p{
  overflow: hidden;
  text-indent: -9999px;
  background: url(/assets_2017/img/yearmodel/2020/mv.jpg) center no-repeat;
  height: 540px;
}

/*--------------------------------------------------------

共通

----------------------------------------------------------*/
.contents{
    padding:0;
}
.page-headline{
    text-align:center;
    font-family: "Cochin W01 Roman", "Noto Serif JP";
    font-weight:400;
    line-height:1.8;
    letter-spacing:0.15em;
    font-size:23px;
    color:#333;
}

.section-headline{
    text-align:center;
    font-family: "Cochin W01 Roman", "Noto Serif JP";
    font-weight:400;
    line-height:1.1;
    font-size:32px;
    letter-spacing:0.1em;
    color:#333;
}
.section-headline small{
    display:block;
    padding-top:5px;
    font-size:11px;
    font-family: sans-serif;
}
.on-sale{
    text-align:center;
    font-size:18px;
}
.section-headline .on-sale{
    padding-top:15px;
}

.section-subhead{
    text-align:center;
    font-family: "Cochin W01 Roman", "Noto Serif JP";
    font-weight:400;
    font-size:18px;
    letter-spacing:0.05em;
    color:#333;
}
.section-text{
    padding-top:15px;
    width:400px;
    margin:0 auto;
    font-size:14px;
    line-height:1.9;
    letter-spacing:0.05em;
    color:#333;
}


/*--------------------------------------------------------

指輪共通

----------------------------------------------------------*/
.ring-lead{
    padding-top:25px;
    font-family: "Cochin W01 Roman", "Noto Serif JP";
    font-weight:400;
    font-size:16px;
    text-align:center;
    letter-spacing:0.1em;
    line-height:2;
    color:#333;
}
.ring-main-image{
    padding-top:80px;
    text-align:center;
}
.ring-name{
    margin-top:-10px;
    line-height:1.1;
    font-family: "Cochin W01 Roman", "Noto Serif JP";
    font-weight:400;
    font-size:24px;
    text-align:center;
    letter-spacing:0.1em;
    color:#483d3e;
}
.ring-name small{
    display:block;
    padding-top:5px;
    font-family:sans-serif;
    font-size:11px;
}
.ring-catch{
    padding-top:15px;
    text-align:center;
    font-size:14px;
    color:#333;
    line-height:2;
    letter-spacing:0.05em;
}


.feature-area{
    padding-top:70px;
}
.feature-headline{
    font-family: "Cochin W01 Roman", "Noto Serif JP";
    text-align:center;
    font-weight:400;
    font-size:22px;
    letter-spacing:0.15em;
    color:#333;
}
.feature-list{
    width:1000px;
    margin:0 auto;
    padding-top:30px;
}
.feature-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.feature-item + .feature-item{
    margin-top:90px;
}

.feature-image{
    text-align:left;
    border:1px solid #fff;
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
.feature-text{
    padding-left:25px;
    padding-right:0;
}
.feature-image + .feature-text{
    padding-left:0;
    padding-right:25px;
}
.feature-text + .feature-image{
    text-align:right;
}
.diamond-face{
    width:400px;
    margin:0 auto;
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #e7e8e9;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.diamond-face p{
    width:48%;
    display:flex;
    align-items:center;
    font-family: "Cochin W01 Roman", "Noto Serif JP";
    font-size:12px;
    color:#999;
    line-height:1.3;
}
.diamond-face img{
    margin-right:5px;
    vertical-align:middle;
}


.image-link-box{
    width:580px;
    margin:0 auto;
    padding-top:65px;
}
.image-link-inner{
    width:100%;
    box-sizing:border-box;
    background:#fafafa;
    border:1px solid #fff;
    box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.2);
    position:relative;
    transition:background ease .4s;
}
.image-link-box a:hover{
    text-decoration:none;
}
.image-link-box a:hover .image-link-inner{
    background:#eee;
}
.image-link-inner:after{
    content:"";
    display:block;
    box-sizing:border-box;
    position:absolute;
    left:10px;
    top:10px;
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    border:1px solid rgba(0,0,0,.1);
    transition:border ease .4s;
}
.image-link-box a:hover .image-link-inner:after{
    border:1px solid #fff;
}
.image-link-headline{
    padding-top:38px;
    font-family: "Cochin W01 Roman", "Noto Serif JP";
    text-align:center;
    font-weight:400;
    font-size:22px;
    letter-spacing:0.15em;
    color:#483d3e;
    line-height:1.1;
}
.image-link-headline small{
    display:block;
    padding-top:5px;
    font-size:11px;
}
.image-link-fig{
    padding-top:38px;
    text-align:center;
}
.image-link-text{
    margin-top:-30px;
    padding-bottom:18px;
    font-family: "Cochin W01 Roman", "Noto Serif JP";
    text-align:center;
    font-size:12px;
    color:#483d3e;
}



.ol-link-text{
    padding-top:25px;
    text-align:center;
}
.ol-link-text a{
    position:relative;
    display:inline-block;
    padding-left:15px;
    font-family: "Cochin W01 Roman", "Noto Serif JP";
    font-size:12px;
    color:#483d3e;
    letter-spacing:0.2em;
}
.ol-link-text a:hover{
    text-decoration:underline;
}
.ol-link-text a:after{
	content:"";
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	border-right: 1px solid #888;
	border-top: 1px solid #888;
	transform: rotate(45deg) translateY(-2px);
	transform-origin: right 50% 0;
}



/*--------------------------------------------------------

コンセプト

----------------------------------------------------------*/
.concept-area{
    padding-top:55px;
    padding-bottom:40px;

}
.concept-list{
    width:1200px;
    margin:0 auto;
}
.concept-item{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:90px;
}
.concept-text{
    width:50%;
    box-sizing:border-box;
    padding-left:100px;
    padding-right:0;
}
.concept-lead{
    padding-top:20px;
    text-align:center;
    font-family: "Cochin W01 Roman", "Noto Serif JP";
    font-weight:400;
    font-size:18px;
    letter-spacing:0.05em;
    line-height:2;
}


.concept-image{
    width:50%;
    text-align:left;
}
.concept-text + .concept-image{
    text-align:right;
}
.concept-image + .concept-text{
    padding-left:0;
    padding-right:100px;
}


.concept-text .section-text{
    width:415px;
    padding-top:25px;
}



/*--------------------------------------------------------

アンカーリスト

----------------------------------------------------------*/
.anchor-list{
    width:100%;
    display:flex;
    margin-bottom:100px;
    justify-content:center;
    align-items:center;
}
.anchor-item{
    position:relative;
}
.anchor-item:after{
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:calc(50% - 12px);
    width:1px;
    height:24px;
    border-left:1px solid #d2d2d2;
}
.anchor-item:first-child:after{
    display:none;
}
.anchor-item a{
    display:block;
    padding:12px 80px;
    font-family: "Cochin W01 Roman", "Noto Serif JP";
    font-weight:400;
    font-size:16px;
    color:#483d3e;
    letter-spacing:0.1em;
    transition:background ease .4s;
}
.anchor-item a:hover{
    text-decoration:none;
    background:#ddd;
}






/*--------------------------------------------------------

婚約指輪

----------------------------------------------------------*/
.engagement{
    width:100%;
    background:#f5f6f8;
    padding-top:120px;
    padding-bottom:110px;
}



/*--------------------------------------------------------

結婚指輪

----------------------------------------------------------*/
.marriage{
    width:100%;
    background:#fff;
    padding-top:115px;
}
.ring-imagination{
    padding-top:90px;
    text-align:center;
}

.marriage .image-link-text{
    margin-top:-10px;
}



/*--------------------------------------------------------

セットリング

----------------------------------------------------------*/
.set{
    width:100%;
    background:#fff;
    padding-top:115px;
    padding-bottom:80px;
}
.set .image-link-text{
    margin-top:5px;
}



/*--------------------------------------------------------

5つのこだわりバナー

----------------------------------------------------------*/
.bottom-about-link{
    width:840px;
    margin:0 auto;
    position:relative;
}
.bottom-about-link a{
    display:block;
    width:100%;
    height:150px;
    box-sizing:border-box;
    background:url(/assets_2017/img/yearmodel/2020/bottom_about_banner.jpg) no-repeat center center;
    transition:opacity ease .4s;
}
.bottom-about-link span{
    position:absolute;
    padding:12px 25px;
    right:35px;
    top:55px;
    display:inline-block;
    border:1px solid #fff;
    color:#fff;
    line-height:1.1;
    font-size:11px;
    letter-spacing:0.15em;
    font-family: "Cochin W01 Roman", "Noto Serif JP";
    transition:border ease .4s,background ease .4s,color ease .4s;
}
.bottom-about-link span:after{
	content:"";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(45deg) translateY(-2px);
	transform-origin: right 50% 0;
    transition:border ease .4s;
}
.bottom-about-link a:hover{
    opacity:0.7;
}
.bottom-about-link a:hover span{
    border:1px solid #c4c4c4;
    background:#fff;
    color:#333;
}
.bottom-about-link a:hover span:after{
	border-right: 1px solid #333;
	border-top: 1px solid #333;
}


/*
quality
***********************************************/
.quality{
  width: 1200px;
  margin: 0 auto 0;
  padding: 60px 0;
  position: relative;
  /*background-color: #fff1f3;*/
  box-sizing: border-box;
}

.quality h1{
  margin: 0 auto 20px;
}
.quality .lead{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.25em;
  color: #343434;
  font-family: "Cochin W01 Roman", "Noto Serif JP" !important;
  margin-bottom: 2em;
}
.quality p.sub{
  font-family: "Cochin W01 Roman", "Noto Serif JP" !important;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.32em;
  margin: 0 auto 50px;
  color: #343434;
  transform: rotate(0.05deg);/*win向けのアンチエイリアス用*/
}

.quality ul{
  width: 100%;
  display: -ms-flexbox;
  display: flex;  
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;  
}

.quality ul li{
  display: block;
  width: 367px;
/*  width: 330px;
  height: 400px;
  padding: 220px 20px 20px;
  box-sizing: border-box;
  vertical-align: top;*/
}

.quality ul li:nth-child(2) h2{
  line-height: 1.6;
}

.quality h2{
  font-family: "Cochin W01 Roman", "Noto Serif JP" !important;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  line-height: 3.2;
  margin: 1em 0;  
  font-weight:300 !important;
  transform: rotate(0.05deg);/*win向けのアンチエイリアス用*/
  text-align: center;
}

.quality p.summry{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: justify;
  transform: rotate(0.05deg);/*win向けのアンチエイリアス用*/
}


/*
common area
***********************************************/
.cf{
  *zoom: 1;
}
.cf:after{
  content: " ";
  clear: both;
  display: block;
}

.pickupRingList{
  *zoom: 1;
}
.pickupRingList:after{
  content: " ";
  clear: both;
  display: block;
}

.pickupRingList li a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.wrapper {
  padding-top: 130px;
}



.pickupRing {
  /*background: url(/assets_2017/img/index/pickupBg.jpg) no-repeat 0 0 #fdf7f5;
  margin: 0 -50px 80px;*/
  padding: 80px 0 75px;
  text-align: center;
}

.pickupRingList {
  margin: 0 auto;
  width: 1220px;
}
.pickupRingList li {
  background-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  float: left;
  margin: 0 5px 0 0;
  padding: 5px;
  text-align: center;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.pickupRingList li a {
  border: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  height: 290px;
  padding-top: 185px;
  position: relative;
  text-decoration: none;
  width: 290px;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.pickupRingList li:hover {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
.pickupRingList li:hover a {
    background: #fafafa;
  border-color: #e4e0df; }

.pickupRingList li:hover a .pickupRingMore {
  border-color: #d3c3c0;
  color: #4d3f3e; }

.pickupRingList li:hover a .pickupRingMore:after {
  background-color: #d3c3c0;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 32.5px);
  content: "";
  display: block;
  height: 1px;
  width: 65px;
}

.pickupRingEng {
  display: block;
  color: #4d3f3e;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 4px;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  transform: rotate(0.05deg);/*win向けのアンチエイリアス用*/
}

.pickupRingJpn {
  color: #555;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 20px;
  line-height: 120%;
  vertical-align: top;
  letter-spacing: 0.25em;
  transform: rotate(0.05deg);/*win向けのアンチエイリアス用*/
}

.pickupRingMore {
  border-bottom: 1px solid #E8E3E0;
  color: #c6bdbb;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.4em;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(0.05deg);/*win向けのアンチエイリアス用*/
}




/*--------------------------------------------------------

品質

----------------------------------------------------------*/
.quality{
    border-top:1px solid #f0f0f0;
    padding-top:115px;
}
.quality .section-headline{
    margin-bottom:40px;
}


/*--------------------------------------------------------

ラインアップ

----------------------------------------------------------*/
.pickupRing .section-headline{
    margin-bottom:10px;
    font-size:24px;
}
.pickupRing .section-headline small{
    padding-top:15px;
}

