@charset "utf-8";

/*------------- settings ----------------*/


* {
  box-sizing: border-box;
}

a {
  transition: .5s;
}

a:hover {
  transition: .5s;
  opacity: 1;
}



img {
  max-width: 100%;
}


.showPC {
  display: block;
}

.showSP {
  display: none;
}


@media (max-width: 767.98px) {

  .showPC {
    display: none;
  }

  .showSP {
    display: block;
  }

}



/*----------------------------------------*/



body {
  width: 100%;
  height: 100%;
  font-size: 13px;
  word-break: break-word;
  letter-spacing: 0;
  line-height:1.5;
  padding: 0;
  margin: 0;
  color: #fff;
  background: #3d151c;
  font-family: 'Zen Kaku Gothic New', 'Poppins', sans-serif;
}


.loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  display: grid;
  place-items: center;
  pointer-events: none;
}

#headerWrap {
  position: fixed;
  z-index: 1000;
  width: 100%;
}


.headernews--xmas2023 {
  width: 100%;
  background: #ff6816;
  text-align: center;
  line-height: 0;
}

header {
  position: static;
  background: none;
  line-height: 0 !important;
  height: 2.8rem;
  padding: 10px 0;
  margin: 0 0 0 0;
}


.logo {
  margin: 0 auto;
}




/* -------------------------------------

  first

------------------------------------- */

.first-section {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  background: url(img/pict_main.png) center top no-repeat;
  background-size: cover;
  height: 100vh;
}



.mainCopy {
  letter-spacing: .1rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  line-height: 1;
  font-size: 80px;
  font-family: 'Abril Fatface', serif;
  text-align: center;
}

.subCopy {
  margin: 1rem 0 4rem 0;
  line-height: 1;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 900;
}

.section-prologue {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: grid;
  align-items: center;
  justify-items: center;
}

.section-prologue .copy {
  text-align: center;
  font-size: 1.6rem;
  letter-spaing: .2rem;
  margin-bottom: 1.4rem;
}



.section-prologue .txt {
  text-align: center;
  font-size: 1rem;
  line-height:2;
}






@media (min-width: 767.98px) and (max-width: 1023px) {



.first-section {
  background: url(img/pict_main_sp.png) center top no-repeat;
  background-size: 50% 50%;
  background-size: cover;
}

.section-prologue {
  width:80%;
  margin:0 auto ;
  height:100vh;
  height:100dvh;
}


.mainCopy {
  font-size: 60px;
}

.subCopy {
  font-size: 1.2rem;
}


}


@media (max-width: 767.98px) {



.first-section {
  background: url(img/pict_main_sp.png) center top no-repeat;
  background-size: 50% 50%;
  background-size: cover;
}

.section-prologue {
  width:80%;
  margin:0 auto ;
  height: 100vh;
  height: 100dvh;
}


.section-prologue .copy {
  font-size:1.4rem;
  line-height:1.6;
}

.section-prologue .txt {
  font-size:.8rem;
  line-height:1.8;
}



.mainCopy {
  font-size: 60px;
}

.subCopy {
  font-size: 1.2rem;
  line-height:1.6;
}




}




/* -------------------------------------

  body

------------------------------------- */



.style-section__inner {
  position: relative;
}

.style-section__copy {
  top: 50%;
  left: 5%;
  position: absolute;
  z-index: 100;
}

.style-section__copy p {
  font-family: 'Zen Kaku Gothic New';
  line-height: 1.8;
  color: #3d151c;
  font-size: 2rem;
  font-weight: 900;
  background-color: #fff;
  transform: translateY(-50%);
  padding-left: .8rem
}


@media (max-width: 767.98px) {

  .style-section__copy p {
    font-size: 1.2rem;
    line-height:1.6;
  }

}

.--orange {
  background-color: #f34219;
}

.--green {
  background-color: #005552;
}

.--gold {
  background-color: #a99151;
}

.--pink {
  background-color: #f88f8d;
}


.--orange .btn-check {
  color: #f34219;
}

.--orange .item {
  border-color: #f27660;
}


.--green .btn-check {
  color: #005552;
}

.--green .item {
  border-color: #2d827f;
}


.--pink .btn-check {
  color: #f88f8d;
}


.--pink .item {
  border-color: #f9c0cc;
}


.--gold .item {
  border-color: #c4af76;
}

.--gold .btn-check {
  color: #a99151;
}



.style-card {
  z-index: 99;
}

.style-section {
  width: 100%;
  margin: 0 auto;
}

.style-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}


.style-card {
  margin: 0;
  padding: 0;
  line-height: 0;
  background-color: #ddd;
}

.style-card a {
  color: #5a0e1b;
}

.style-section__inner--detail {
  width:80%;
  padding:100px 0;
  margin:0 auto;
}


.style-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}



.style-credit {
  display: grid;
  grid-template-columns: 1fr 1fr;
}


.style-detail--left img {
  /*height: 100%;
  width: auto;
  max-width: auto;*/
}


@media (min-width: 767.98px) and (max-width: 1023px) {


  .style-section__inner--detail {
    paddding:2rem 0;
    width:100%;
  }

  .style-group {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .style-detail {
    display: block;
  }


  .style-detail--left {
    text-align: center;
/*    height: 70vh;*/
  }



}

@media (max-width: 767.98px) {

  .style-section__inner--detail {
    paddding:2rem 0;
    width:100%;
  }


  .style-group {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .style-detail {
    display: block;
  }

  .style-detail--left {
    text-align: center;
  }

}


.item {
  margin-bottom: .8rem;
  padding: 0 .8rem 1rem .8rem;
  border-width: 0 0 1px 0;
  border-style: solid;
}


.item a {
  color: #fff;
  transition: .5s;
}


.item a:hover {
  opacity: .7;
  transition: .5s;
}


.item__category {
  letter-spacing: .1rem;
  font-family: 'Cinzel', serif;
  font-weight: 500;
}


.item__credit {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.item__brandname {
  font-family: 'Poppins', serif;
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-block;
  letter-spacing: .005rem;
  line-height: 0;
}


.btn {
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}

.btn-check {
  line-height: 0;
  font-size: .8rem;
  padding: .5rem .4rem .5rem .3rem;
  margin-left: .4rem;
  background-color: #fff;
  border-radius: .1rem;
}



.stylemeta {
  margin: 0 .8rem 3.2rem;
}

.stylemeta h2 {
  font-size: 1.2rem;
  line-height:2;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;

}

.stylemeta h2 span {
  font-size: 4rem;
  fotn-weight: bold;
  font-family: 'Abril Fatface', serif;
}

.stylemeta p {
  font-size: .9rem;
}


/* -------------------------------------

    stickyBnr

------------------------------------- */

.stickyBnr {
  z-index: 100;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  line-height: 0;
  opacity: 0;
  width: 300px;
}

.stickyBnr--inner {
  position: relative;
  box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  border-radius: .4rem;
  border: 1px solid #ddd;
  background: #f9dbdb;
}


.stickyBnr--inner img {
  max-width: auto;
  border-radius: .4rem;
  transition: .5s;
}


.stickyBnr--inner img:hover {
  opacity: .8;
  transition: .5s;
}


.stickyBnr--close {
  z-index: 101;
  background: #fff;
  display: block;
  position: absolute;
  color: #000;
  border: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50% 50%;
  right: -1rem;
  top: -1rem;
  cursor: pointer;
}


.stickyBnr--close i {
  color: #3d151c;
}





@media (max-width: 767.98px) {

  .stickyBnr {
    width: 100%;
    max-width: 50%;
  }


  .stickyBnr--inner img {

    max-width: auto;
    height: auto;
  }

  .stickyBnr--close {
    font-size: .8rem;
    background: #fff;
    display: block;
    position: absolute;
    color: #000;
    border: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50% 50%;
    right: -1rem;
    top: -1rem;
  }



}


/* -------------------------------------

    footer

------------------------------------- */


footer {
  margin-top: 0;
  background: #3d151c;
  color: #fff;
}

.footer__linkList li a,
.footer__snsList li a {
  color: #fff;
}

/* -------------------------------------

    pagetop

------------------------------------- */
#pagetop--fixed2 {
  width: 100%;
  text-align: center;
  background: #5a0e1b;
  transition: .5s;
}

#pagetop--fixed2:hover {
  opacity: .9;
  transition: .5s;
}

#pagetop--fixed2 a {
  display: block;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  padding: .8rem;
  color: #fff;
}


#pagetop--fixed2 .ico-caret-cicle-right {
  transform: rotate(-90deg);
  color: #fff;
}


#pagetop--fixed2 .ico-caret-cicle-right::before {
  color: #5a0e1b;
}



.ico-caret-cicle-right {
  margin-right: .2rem;
  display: inline-block;
  vertical-align: middle;
  color: #5a1027;
  line-height: 1.2;
  position: relative;
  width: .8rem;
  height: .8rem;
  margin-bottom: .1rem;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}

.ico-caret-cicle-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.2rem 0.3rem;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}