:root {
  --excl-font: 'futura-pt','Hiragino Sans','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック体','Yu Gothic', YuGothic,'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}

body{
  line-height: normal;
}

div,ol,ul,li,h1,h2,h3,h4,h5,span,p,a{
  font-family: var(--excl-font);
  box-sizing: border-box;
}

.br-sp{
  display: none;
}

.gounds{
  min-width: 834px;
  margin: -30px 0 0 0;
}

/* メインビジュアル */

.hero{
  position: relative;
  background: url("../../../img/lp/grounds/pc/main-bg.png") center/cover no-repeat;
  width: auto;
  height: 650px;
}

.hero img{
  width: 100%;
  height: auto;
}

.hero-copy{
  position: relative;
  max-width: 50%;
  padding: 4% 2% 5% 5%;
}

.hero-logo{
  width: 230px;
}

.hero-copy-txt{
  margin: 90px 0 0 0;
  font-size: 5.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}

.hero-main-brand{
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 14.9rem;
  color: #ffffff;
  font-weight: bold;
  writing-mode: vertical-lr;
  transform: scale(-1, -1);
  opacity: 0.6;
}

.hero-image{
  position: absolute;
  width: calc(50% - 170px);
  max-width: 560px;
  left: 50%;
  bottom: -26%;
}

.hero-image-sp{
  display: none;
}

.sp-content{
  display: none!important;
}

@media screen and (max-width:1280px) {
  .hero{
    height: 530px;
  }

  .hero-copy-txt{
    font-size: 4.2rem;
  }

  .hero-main-brand{
    font-size: 12.6rem;
  }
}


@media screen and (max-width:1080px) {
  .hero{
    height: 440px;
  }

  .hero-logo {
    width: 180px;
  }

  .hero-copy-txt{
    font-size: 3.4rem;
  }

  .hero-image{
    width: calc(50% - 110px);
    bottom: -26%;
  }

  .hero-main-brand{
    font-size: 10rem;
  }
}

@media screen and (max-width:834px) {
  .hero{
    height: 320px;
  }

  .hero-logo{
    width: 160px;
  }

  .hero-copy-txt{
    margin: 30px 0 0 0;
    font-size: 2.8rem;
    line-height: 1.6;
  }

  .hero-image{
    width: calc(50% - 140px);
    bottom: -36%;
  }

  .hero-main-brand{
    font-size: 7rem;
  }
}



/* ABOUT */

.about img{
  width: 100%;
  height: auto;
}

.about{
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 190px auto 330px;
}

.about-wrapper{
  position: relative;
  display: flex;
  width: calc(100% - 60px);
  max-width: 1100px;
  margin: 0 auto;
}

.about-main-image {
  width: 50%;
  max-width: 520px;
  padding: 0 7% 0 0;
}

.about-main-image img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 440px;
  margin: 0 0 0 auto;
}

.about-text-box{
  margin: 80px 0 0 0;
}

.about-title{
  font-size: 3.3rem;
  line-height: 1.7;
  font-weight: bold;
}

.about-txt{
  font-size: 1.6rem;
  line-height: 4.2rem;
}

.about-bg-title01{
  position: absolute;
  font-size: 28rem;
  font-weight: 700;
  color: #ececec;
  z-index: -1;
  top: -170px;
  line-height: 1;
}

.about-bg-title02{
  position: absolute;
  font-size: 28rem;
  font-weight: 700;
  color: #ececec;
  z-index: -1;
  right: 0;
  bottom: -96px;
  line-height: 1;
}

.about-sub-image01{
  position: absolute;
  width: 200px;
  font-size: 0;
  left: calc(50% - 40px);
  bottom: -43%;
}

.about-sub-image02{
  position: absolute;
  width: 240px;
  font-size: 0;
  bottom: -24%;
  right: 40px;
}

@media screen and (max-width:1080px) {
  .about-main-image{
    width: 42%;
  }
  .about-bg-title01{
    font-size: 19rem;
  }

  .about-bg-title02{
    font-size: 19rem;
  }

  .about-sub-image01{
    width: 150px;
    left: calc(50% - 30px);
    bottom: -58%;
  }
  .about-sub-image02{
    width: 170px;
    bottom: -50%;
  }

  .about-text-box{
    margin: 60px 0 0 0;
  }

  .about-title{
    font-size: 2.8rem;
  }

  .about-txt{
    font-size: 1.4rem;
    line-height: 4rem;
  }
}

@media screen and (max-width:834px) {
  .about{
    margin: 110px auto 360px;
  }
  .about-bg-title01 {
    font-size: 15rem;
    top: -110px;
  }
  .about-bg-title02{
    font-size: 15rem;
    bottom: -60px;
  }
  .about-text-box {
    margin: 20px 0 0 0;
  }
  .about-title {
    font-size: 2.2rem;
  }
  .about-txt{
    font-size: 1.2rem;
    line-height: 3rem;
  }
  .about-sub-image01{
    left: 39%;
    bottom: -74%;
  }
  .about-sub-image02 {
    width: 160px;
    bottom: -68%;
  }
}


/* ラインナップ */

.lineup{
  max-width: 1280px;
  margin: 0 auto;
}

.lineup-title{
  position: relative;
  text-align: center;
  font-size: 10rem;
}


.lineup-title:after{
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 56px;
  height: 8px;
  background: #000000;
}

.lineup-section{
  display: flex;
  margin: 80px 0 0 0;
}

.lineup-section-l{
  position: relative;
  width: 40%;
}

.lineup-section-r{
  position: relative;
  width: 60%;
  padding: 0 0 0 30px;
}

.lineup img{
  width: 100%;
  height: auto;
}

.lineup-main-image{
  max-width: 500px;
}

.lineup-sub-image{
  position: absolute;
  width: 420px;
  bottom: 30px;
  right: 0;
  z-index: -1;
}

.lineup-section-title{
    font-size: 7.6rem;
    font-weight: 500;
    color: #333333;
}

.lineup-section-subtitle{
  font-size: 1.7rem;
  font-weight: 500;
  color: #333333;
}


.lineup-section-txt{
  max-width: 440px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 2.2;
}


a.more-btn{
  position: absolute;
  display: inline-block;
  right: -40%;
  bottom: 20%;
  background: #000000;
  color: #ffffff;
  padding: 12px 20% 14px 10%;
  font-size: 2.3rem;
  letter-spacing: 1.5px;
  font-weight: 300;
  cursor:pointer;
  z-index: 2;
  border: 2px solid #000000;
  transition: background 0.3s;
}

a.more-btn:hover{
  color: #000000;
  background: #ffffff;
  transition: background 0.3s;
}

.more-btn-txt{
  display: block;
  position: relative;
}

.more-btn-txt:after{
  position: absolute;
  content: "";
  left: calc(100% + 11px);
  top: 55%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background: #ffffff;
  transition: background 0.3s;
}

a.more-btn:hover .more-btn-txt:after{
  background: #000000;
  transition: background 0.3s;
}

a.lineup-section-link-listitem{
  position: relative;
  display: inline-block;
  min-width: 240px;
  font-size: 1.4rem;
  color: #000000;
  font-weight: 500;
  padding: 0 50px 20px 0;
  margin: 0 20px 0 0;
}

.lineup-section-link-listitem:after{
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  left: 0;
  bottom: 8px;
  background: #000000;
}

.lineup-section-link-listitem:before{
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #000000;
  transform: rotate(45deg);
  right: 22px;
  bottom: 15px;
}

a.lineup-section-link-listitem:hover:after{
  left:10px;
  transition: left 0.3s;
}

a.lineup-section-link-listitem:hover:before{
  right: 12px;
  transition: right 0.3s;
}

/* LINE UP jewelry*/

.lineup-product{
  position: relative;
  margin: 10px auto 0;
  max-width: 1080px;
  height: 400px;
  z-index: -1;
}

.lineup-product-listitem{
  position: absolute;
  display: inline-block;
  width: 26%;
}

.lineup-product-listitem:nth-of-type(1){
  left: 0;
  top: 20%;
}

.lineup-product-listitem:nth-of-type(2){
  left: calc(50% - 140px);
  bottom: -20%;
}

.lineup-product-listitem:nth-of-type(3){
  right: 0;
  top: 0;
}

.lineup-product-listitem-image{
  max-width: 280px;
  margin: 0 auto;
}

.lineup-product-listitem-bg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 225px;
  height: 92%;
  max-height: 400px;
  background: #f9f9f9;
  z-index: -1;
}

.lineup-product-listitem-name{
  position: absolute;
  width: 80%;
  max-width: 225px;
  left: 50%;
  transform: translateX(calc(-50% + 14px)) scale(-1, -1);
  font-size: 2.2rem;
  writing-mode: vertical-lr;
  text-align: right;
}

.lineup-product-listitem-name-line{
  font-size: 15px;
  padding: 5px 0 6px;
  display: inline-block;
}

.lineup-product-listitem-name.top{
  top: 30px;
}

.lineup-product-listitem-name.bottom{
  bottom: 20px;
}


/* LINE UP jewelry-aurora*/

.lineup-section.jewelry-aurora{
  flex-direction: row-reverse;
  margin: 160px 0 360px 0;
}

.lineup-section.jewelry-aurora .lineup-sub-image{
  position: static;
}

.lineup-section.jewelry-aurora .lineup-section-r{
  padding: 0 30px 0 0;
}

.lineup-section.jewelry-aurora .more-btn{
  right: auto;
  left: -40%;
}

.lineup-section.jewelry-aurora .lineup-textbox{
  position: absolute;
  left: 6%;
  bottom: -35%;
}

.lineup-section.jewelry-aurora+.lineup-product{
  max-width: 1000px;
}

.lineup-section.jewelry-aurora+.lineup-product .lineup-product-listitem{
  width: 38%;
}

.lineup-section.jewelry-aurora .lineup-section-txt{
  max-width: 600px;
}

.lineup-section.jewelry-aurora+.lineup-product .lineup-product-listitem-image{
  max-width: 300px;
}

.lineup-section.jewelry-aurora+.lineup-product .lineup-product-listitem-bg{
  width: 78%;
  max-width: 230px;
  height: 108%;
}

.lineup-section.jewelry-aurora+.lineup-product .lineup-product-listitem:nth-of-type(2){
  right: 96px;
  left: auto;
  top: -264px;
  bottom: auto;
  transform: translateX(0);
}

.lineup-section.jewelry-aurora+.lineup-product .lineup-product-listitem-name{
  right: 13%;
}

.lineup-section.jewelry-aurora+.lineup-product .lineup-product-listitem-name.top{
  top: 10px;
}

.lineup-section.jewelry-aurora+.lineup-product .lineup-product-listitem-name.lineup-product-listitem-name.bottom{
  bottom: 10px;
}

.lineup-section.jewelry-aurora+.lineup-product .lineup-product-listitem:nth-of-type(1){
  top: 0;
}


/* LINE UP MOOPIE*/

.lineup-section.moopie{
  display: block;
  margin: 0;
}
.lineup-section.moopie .lineup-textbox{
  width: 50%;
  position: relative;
  left: 50%;
}

.lineup-section.moopie + .lineup-product .lineup-product-listitem{
  width: auto;
}

.lineup-section.moopie + .lineup-product .lineup-product-listitem:nth-of-type(1){
  left: 0;
  top: -24%;
}

.lineup-section.moopie + .lineup-product .lineup-product-listitem:nth-of-type(1) .lineup-product-listitem-image{
  max-width: 330px;
}

.lineup-section.moopie + .lineup-product .lineup-product-listitem:nth-of-type(2){
  left: auto;
  bottom: auto;
  right: 0;
  transform: translateX(0);;
  top: 10%;
  z-index: -1;
}

.lineup-section.moopie + .lineup-product .lineup-product-listitem:nth-of-type(2) .lineup-product-listitem-image{
  max-width: 500px;
}

.lineup-section.moopie + .lineup-product .lineup-product-listitem:nth-of-type(2) .lineup-product-listitem-bg{
  height: 110%;
  max-height: 450px;
  bottom: 40px;
  top: auto;
  right: 0;
  transform: translateY(0);
}

.lineup-section.moopie + .lineup-product .lineup-product-listitem:nth-of-type(2) .lineup-product-listitem-name{
  left: auto;
  right: 0;
  transform: translateX(-13px) scale(-1,-1);
  height: 110%;
}

.lineup-section.moopie + .lineup-product .lineup-product-listitem:nth-of-type(2) .lineup-product-listitem-name.top{
  top: auto;
  bottom: 22px;
}

.lineup-section.moopie .more-btn{
  position: static;
}

@media screen and (max-width:1200px) {
  .lineup-section.jewelry-aurora .lineup-textbox{
    bottom: -46%;
  }
}


@media screen and (max-width:1080px) {
  .lineup-title {
    font-size: 8rem;
  }
  .lineup-sub-image {
    width: 310px;
  }
  .lineup-section-txt{
    max-width: 340px;
    font-size: 1.3rem;
  }
  a.lineup-section-link-listitem:last-of-type{
    margin: 30px 20px 0 0;
  }
  .lineup-section.jewelry-aurora+.lineup-product{
    max-width: 700px;
    height: 290px;
  }
  .lineup-section.jewelry-aurora .lineup-section-title{
    font-size: 6rem;
  }
  .lineup-section.jewelry-aurora .lineup-textbox{
    bottom: -55%;
  }
}


@media screen and (max-width:1080px) {
  .lineup-section.jewelry-aurora .lineup-textbox{
    bottom: -66%;
  }
}

@media screen and (max-width:836px) {
  .lineup-title {
    font-size: 7.2rem;
  }
  .lineup-section{
    margin: 60px 0 0 0;
  }
  .lineup-section-title{
    font-size: 5.6rem;
  }
  .lineup-sub-image{
    width: 230px;
  }
  .lineup-section-txt {
    max-width: 300px;
    font-size: 1.2rem;
  }
  a.more-btn{
    bottom: 13%;
    padding: 10px 20% 12px 10%;
    font-size: 1.8rem;
  }
  .lineup-product{
    max-width: 660px;
  }
  .lineup-product-listitem{
    width: 29%;
  }
  .lineup-product-listitem-name{
    transform: translateX(calc(-50% + 9px)) scale(-1, -1);
    font-size: 1.6rem;
  }
  .lineup-product-listitem-name.bottom{
    bottom: 16px;
  }
  .lineup-product-listitem-name.top{
    top: 16px;
  }
  .lineup-section-title{
    font-size: 4.6rem;
  }
  .lineup-section.jewelry-aurora .lineup-textbox{
    bottom: -90%;
  }
  .more-btn-txt:after{
    width: 30px;
  }
  .lineup-section.jewelry-aurora{
    margin: 160px 0 330px 0;
  }
  .lineup-section.jewelry-aurora+.lineup-product{
    max-width: 640px;
  }
  .lineup-section.jewelry-aurora+.lineup-product .lineup-product-listitem:nth-of-type(1){
    top: 160px;
  }
  .lineup-section.jewelry-aurora+.lineup-product .lineup-product-listitem:nth-of-type(2){
    top: -80px;
  }
  .lineup-section.moopie + .lineup-product{
    max-width: 720px;
    height: 350px;
  }
  .lineup-section.moopie + .lineup-product .lineup-product-listitem:nth-of-type(1) .lineup-product-listitem-image{
    max-width: 250px;
  }
  .lineup-section.moopie + .lineup-product .lineup-product-listitem:nth-of-type(2) .lineup-product-listitem-image{
    max-width: 330px;
  }
  .lineup-section.moopie + .lineup-product .lineup-product-listitem:nth-of-type(2) .lineup-product-listitem-bg{
    left: auto;
  }
  .lineup-section.moopie + .lineup-product .lineup-product-listitem:nth-of-type(2) .lineup-product-listitem-name{
    transform: translateX(9px) scale(-1,-1);
  }
  .lineup-section.moopie + .lineup-product .lineup-product-listitem:nth-of-type(2) .lineup-product-listitem-name.top{
    bottom: 30px;
  }
}



/* 商品一覧 */

.products{
  margin-top: -300px;
}

.products img{
  width: 100%;
  height: auto;
}

.products-title{
  position: relative;
  text-align: center;
  font-size: 10rem;
}


.products-title:after{
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 56px;
  height: 8px;
  background: #000000;
}


.products-list{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: calc(100% - 60px);
  max-width: 1080px;
  margin: 60px auto;
}

.products-item{
  width: calc((100% - 80px)/5);
  margin: 0 0 20px 0;
  padding: 0 0 19px;
  background: #f9f9f9;
}

a.products-img-link{
  display: block;
  padding: 19px 19px 0 19px;
  color: #000000;
}

a.products-img-link:hover{
  opacity: 0.8;
  transition: opacity 0.3s;
}

.products-item:not(:first-of-type){
  margin: 0 0 20px 20px;
}

.products-item:nth-of-type(5n + 1){
  margin: 0 0 20px 0;
}


.products-name{
  font-size: 2rem;
  font-weight: 500;
}

.products-subname{
  font-size: 1.6rem;
  margin: 0 0 0 6px;
}

.products-coler{
  font-size: 1.1rem;
  color: #666666;
  letter-spacing: 0.8px;
}

a.products-link{
  display: inline-block;
  background: #000000;
  padding: 3px 17px 5px;
  margin: 10px 0 0 18px;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #ffffff;
  border: 2px solid #000000;
}

a.products-link:hover{
  background: #ffffff;
  color: #000000;
  transition: background 0.3s;
}

@media screen and (max-width:1080px) {
  .products-item:not(:first-of-type){
    margin: 0 0 10px 10px;
  }
  .products-item{
    width: calc((100% - 30px)/4);
    margin: 0 0 10px 0;
  }
  .products-item:nth-of-type(5n + 1){
    margin: 0 0 10px 10px;
  }
  .products-item:nth-of-type(4n + 1){
    margin: 0 0 10px 0;
  }
  .products-name{
    font-size: 1.7rem;
  }
  .products-subname{
    margin: 0 0 0 3px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width:836px) {
  .products-title{
    font-size: 7.2rem;
  }
  .products-title:after{
    width: 50px;
  }
}



/* アニメーション */
.fade {
  opacity: 0;
  transition: transform 1s,opacity 0.6s;
}

.fade.fade-300{
  transition: opacity 0.8s 0.3s;
}

.fade-up {
  transform: translate(0, 50px);
  transition: transform 1s,opacity 0.6s;
}

.fade-up-200 {
  transform: translate(0, 50px);
  transition: transform 1s 0.2s, opacity 0.6s 0.2s;
}

.fade-up-400 {
  transform: translate(0, 50px);
  transition: transform 1s 0.4s, opacity 0.6s 0.4s;
}

.fade-up-600 {
  transform: translate(0, 50px);
  transition: transform 1s 0.6s, opacity 0.6s 0.6s;
}

.fade-down {
  transform: translate(0, -50px);
}

.fade-down-300 {
  transform: translate(0, -50px);
  transition: transform 1s 0.3s, opacity 0.6s 0.3s;
}

.fade-left {
  transform: translate(-50px, 0);
}

.fade-left-200 {
  transform: translate(-50px, 0);
  transition: transform 1s 0.2s, opacity 0.6s 0.2s;
}

.fade-right {
  transform: translate(50px, 0);
}

.fade-right-200 {
  transform: translate(50px, 0);
  transition: transform 1s 0.2s, opacity 0.8s 0.2s;
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
