@charset "utf-8";

@font-face {
  font-family: 'MyFont';
  src: url('../font/Agenda-LightUltraCondensed.woff2') format("woff2");
  src: url('../font/Agenda-LightUltraCondensed.woff') format("woff");
}

.mainColMT table,
.mainColMT tbody,
.mainColMT tr,
.mainColMT td {
  width: 100%;
  display: block;
}


#royal_collection_all * {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

#royal_collection_all {
  font-family: "Helvetica Neue", Arial, "source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #000;
  overflow: hidden;
  background-color: #000;
  background-image: url(../images/mv_bg01.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  background-attachment: fixed;
  overflow-x: hidden;
}

ul {
  list-style-type: none;
}

a,
span,
p {
  color: inherit;
  outline: none;
}

article h1 {
  background-color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

#royal_collection_all img {
  width: 100%;
  height: auto;
}

/* 画面100%表示用↓ここから */
.mainContentMT {
  width: 100%;
}

.mainContentMT .mainColMT {
  width: 100% !important;
  float: inherit;
}

.rootMT ul {
  width: 940px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 画面100%表示用↑ここまで */

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}


/*********************************

 animation

 *********************************/
.active {
  opacity: 1 !important;
}

.active.anime-in-left {
  animation-name: in-left;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.active.anime-in-left2 {
  animation-name: in-left2;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.active.anime-in-right {
  animation-name: in-right;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.active.anime-in-right2 {
  animation-name: in-right2;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}

@keyframes in-left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes in-left2 {
  0% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes in-right {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes in-right2 {
  0% {
    transform: translateX(25%);
  }

  100% {
    transform: translateX(0);
  }
}

/*********************************

 mv

 *********************************/
#mv {
  position: relative;
  width: 100%;
}

#mv .mv_in {
  margin: 0 auto;
  padding: 15% 0 0 0;
}

#mv .mv_in h1 {
  width: min(90%,740px);
  margin: 0 auto;
  font-size: 0;
}

#mv .mv_in.fadeIn.active h1 svg .st0 {
  fill-opacity: 0;
  stroke: #FFCB85;
  stroke-width: 1px;
  stroke-dasharray: 2000px;
  animation: svg 8s ease-in forwards 1;
}

/* IE */
@media all and (-ms-high-contrast: none) {
  #mv .mv_in.fadeIn.active h1 svg .st0 {
    fill-opacity: 1;
    stroke: none;
    animation: inherit;
  }

}


@keyframes svg {
  0% {
    fill-opacity: 0;
    stroke-dashoffset: 2000px;
  }

  15% {
    fill-opacity: 0;
  }

  30% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke-width: 0.5px;
  }

  100% {
    fill-opacity: 1;
    stroke-width: 0;
  }
}


#mv .mv_in p {
  margin: 2em 0 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

#mv .mv_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}


/*********************************

 newslist

 *********************************/

#newslist {
  width: min(90%,740px);
  margin: 5% auto;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
}

#newslist .title {
  font-size: 20px;
  padding: 2em 0 0.5em;
  color: #be965d;
  text-align: center;
}

.msr_newslist04 {
  box-sizing: border-box;
  border-top: 1.5px solid #be965d;
  min-height: 329px;
}

.msr_newslist04 li .news {
  font-size: 14px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #be965d;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
  border-bottom: 1.5px solid #be965d;

}

.msr_newslist04 li p {
  vertical-align: middle;
  font-size: 14px;
  padding: 1.5em 1em;
  color: #fff;
}

.msr_newslist04 li .new::after {
  content: "NEW";
  display: inline-block;
  font-size: 14px;
  padding: 0.5rem;
  border: solid 1.5px;
}

/* 時間の設定 */
.msr_newslist04 li time {
  vertical-align: middle;
  font-size: 14px;
  padding: 1.5em 1em;

}


.pagination-container ul {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2em 0;
}

.pagination-container a {
  padding: 10px 20px;
  display: block;
  color: #be965d;
  border: 1px solid #be965d;
  text-decoration: none;
  transition: 0.4s;
  margin: 0 0.5em;
  font-size: 15px;
}


/*********************************

 hobby

 *********************************/
#hobby .title {
  position: relative;
  width: 100%;
  background: url(../images/hobby_bg.webp) center top no-repeat;
  background-size: cover;
}

#hobby .title .title_in {
  width: 50%;
  padding: 5% 0;
  text-align: center;
}

#hobby .title .title_in h2 {
  width:min(90%,425px);
  margin: 0 auto;
}

#hobby .title .title_in p {
  color: #fff;
  font-size: 15px;
  line-height: 2;
}

#hobby .title .title_in .ct_title {
  font-size: 18px;
  font-weight: 700;
  margin: 1em 0;
}

.box_in {
  padding: 5% 0;
}

.box_in .box {
  margin: 5% auto 0;
  width:min(90%,1400px);
  background-color: #000;
}

.box:nth-child(odd) a {
  flex-direction: row-reverse;
}

.box_in .box a {
  display: flex;
  align-items: stretch;
  transition: ease 0.5s;
  position: relative;
}

.box_in .box .img {
  width: 49.97%;
  position: relative;
  overflow: hidden;
  background: #ddd;
  font-size: 0;
  min-height: 470px;
}

.box_in .box .img img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.box_in .box span.new {
  position: absolute !important;
  top: 15px;
  left: 15px;
  width: 100px;
  z-index: 100 !important;
}

.box_in .box dl {
  box-sizing: border-box;
  width: 50.03%;
  position: relative;
  margin: 0;
  background: #faf7f2;
  padding: 2em;
}

.box_in .box dl dt span {
  display: inline-block;
  padding: 0.5em 3em;
  background: #be965d;
  margin: 0 0 1em;
  border-radius: 2em;
}

.box_in .box dl dt span p {
  font-family: "MyFont", "Helvetica Neue", Arial, "source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1rem;
}

.box_in .box dl dt span img {
  width: auto !important;
  height: 1.66vw !important;
  max-height: 64px;
}

.box_in .box dl dd .name {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.box_in .box dl dd .name span {
  font-size: 0.7em;
}

.box_in .box dl dd .text {
  margin: 1em 0 0 0;
  font-size: 15px;
  line-height: 2;
  max-height: 8em;
  overflow-y: auto;
  padding-right: 1em;
}

.box_in .box dl dd .text::-webkit-scrollbar{
  width: 5px;
  background: #eee;
}

.box_in .box dl dd .text::-webkit-scrollbar-thumb{
  background-color: #be965d;
  border-radius: 2em;
}

.box_in .box dl dd .tokuten {
  width: 100%;
  margin: 1em 0 0 0;
  padding: 1em 0.8em;
  background: #f2eadf;
  color: #be965d;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  line-height: 1.2;
  box-sizing: border-box;
  max-height: 6em;
  overflow-y: auto;
  text-align: left;
}

.box_in .box dl dd .tokuten::-webkit-scrollbar{
  width: 5px;
  background: #eee;
}

.box_in .box dl dd .tokuten::-webkit-scrollbar-thumb{
  background-color: #be965d;
  border-radius: 2em;
}

span.price {
  font-size: 30px;
}

span.big {
  font-size: 25px;
}

span.bikou {
  font-size: 12px;
  font-weight: 400;
}

span.kain_tokuten {
  font-size: 15px;
}

/*********************************

 subscription

 *********************************/
#subscription .title {
  position: relative;
  width: 100%;
  background: url(../images/subscription_bg.webp) center top no-repeat;
  background-size: cover;
}

#subscription .title .title_in {
  width: 50%;
  padding: 5% 0;
  text-align: center;
  margin: 0 0 0 auto;
}

#subscription .title .title_in h2 {
  width:min(90%,425px);
  margin: 0 auto;
}

#subscription .title .title_in p {
  color: #fff;
  font-size: 15px;
  line-height: 2;
}

#subscription .title .title_in .ct_title {
  font-size: 18px;
  font-weight: 700;
  margin: 1em 0;
}



/*********************************

 beauty

 *********************************/
#beauty .title {
  position: relative;
  width: 100%;
  background: url(../images/beauty_bg.webp) center top no-repeat;
  background-size: cover;
}

#beauty .title .title_in {
  width: 50%;
  padding: 5% 0;
  text-align: center;
}

#beauty .title .title_in h2 {
  width:min(90%,425px);
  margin: 0 auto;
}

#beauty .title .title_in p {
  color: #fff;
  font-size: 15px;
  line-height: 2;
}

#beauty .title .title_in .ct_title {
  font-size: 18px;
  font-weight: 700;
  margin: 1em 0;
}


/* ページトップへ戻るボタン */

div#rc_pagetop {
  margin: 0 auto 5%;
}

#rc_pagetop a {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: url(../images/btn_pagetop.svg) no-repeat;
  background-size: contain;
  transition: all 0.8s ease;
}

#rc_pagetop a span {
  display: none;
}

#forcia_gadget_categoryMenu {
  display: none;
}


/*==================================================
スライダーのためのcss
===================================*/


#royal_collection_all .slider_all {
  position: relative;
  width: 49.97%;
}


#royal_collection_all .slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#royal_collection_all .slider img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

#royal_collection_all .slick-track,
#royal_collection_all .slick-list {
  height: 100%;
}




/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: linear-gradient(-45deg, rgba(80, 80, 80, .8), rgba(0, 0, 0, .8));
  /*動き*/
  transition: all 0.8s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  font-size: 3em;
  color: #fff;
  text-decoration: none;
  padding: 1em 0 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "MyFont", "Helvetica Neue", Arial, "source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1;
  font-style: normal;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  display: none;
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active {
  background: none;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}


/*PC hover */
@media screen and (min-width: 768px) {

  .pagination-container .navi-active a,
  .pagination-container a:hover {
    background-color: #be965d;
    color: #000;
  }

  .box_in .box a:hover {
    opacity: 0.8;
  }

  #nav ul li a:hover {
    background: #261e13;
  }

  #rc_pagetop a:hover {
    background: url(../images/btn_pagetop_on.svg) no-repeat;
    transition: all 0.8s ease;
    background-size: contain;
  }

}


/* ここからスマホ */
@media screen and (max-width: 767px) {

  .rootMT ul {
    width: 100%;
  }

  a:link,
  a:visited {
    text-decoration: none;
  }

  #royal_collection_all {
    background: none;
  }

  #royal_collection_all::before {
    content: "";
    background-image: url(../images/mv_bg-sp01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: -9999;
  }


  #g-nav li a {
    font-size: 2.3em;
  }

  ul {
    list-style-type: none;
  }

  a {
    color: inherit;
    outline: none;
  }

  span,
  p {
    color: inherit;
  }

  #royal_collection_all img {
    width: 100%;
    height: auto;
  }

  /* cf
  .cf:before,
  .cf:after {
    content: "";
    display: block;
    overflow: hidden;
  }
  .cf:after {
    clear: both;
  }
  .cf {
    zoom: 1;
  }*/

  article h1,
  article h2 {
    background: inherit;
    padding: inherit;
    height: inherit;
    line-height: inherit;
    color: inherit;
  }

  #topMain section {
    /* margin-bottom: 20px; */
    padding: 0;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }


  /*********************************

   animation

   *********************************/
  .active {
    opacity: 1 !important;
  }

  .active.anime-in-left {
    animation-name: in-left;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }

  .active.anime-in-left2 {
    animation-name: in-left2;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }

  .active.anime-in-right {
    animation-name: in-right;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }

  .active.anime-in-right2 {
    animation-name: in-right2;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }

  .fadeIn {
    opacity: 0;
    transition: 1.8s;
  }

  @keyframes in-left {
    0% {
      transform: translateX(-100%);
    }

    100% {
      transform: translateX(0);
    }
  }

  @keyframes in-left2 {
    0% {
      transform: translateX(-25%);
    }

    100% {
      transform: translateX(0);
    }
  }

  @keyframes in-right {
    0% {
      transform: translateX(100%);
    }

    100% {
      transform: translateX(0);
    }
  }

  @keyframes in-right2 {
    0% {
      transform: translateX(25%);
    }

    100% {
      transform: translateX(0);
    }
  }



  /*********************************

   mv

   *********************************/
  #mv {
    position: relative;
    width: 100%;
  }

  #mv .mv_in {
    width: 94.6%;
    margin: 0 auto;
    padding: 10vw 0 0 0;
  }

  #mv .mv_in h1 {
    width: 95%;
    height: inherit;
    margin: 0 auto;
    font-size: 0;
  }

  #mv .mv_in p {
    color: #fff;
    line-height: 2;
    text-align: center;
  }

  #mv .mv_in.fadeIn.active h1 svg .st0 {
    fill-opacity: 0;
    stroke: #FFCB85;
    stroke-width: 1px;
    stroke-dasharray: 2000px;
    animation: svg 8s ease-in forwards 1;
  }

  @keyframes svg {
    0% {
      fill-opacity: 0;
      stroke-dashoffset: 2000px;
    }

    15% {
      fill-opacity: 0;
    }

    30% {
      stroke-dashoffset: 0;
      fill-opacity: 1;
      stroke-width: 0.5px;
    }

    100% {
      fill-opacity: 1;
      stroke-width: 0;
    }
  }

  /*********************************

   newslist

   *********************************/

  #newslist {
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
  }

  #newslist .title {
    color: #be965d;
    text-align: center;
  }

  .msr_newslist04 {
    box-sizing: border-box;
    border-top: 1.5px solid #be965d;
    min-height: 138vw;
  }

  .msr_newslist04 li .news {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #be965d;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 100%;
    border-bottom: 1.5px solid #be965d;
    position: relative;
  }

  .msr_newslist04 li {
    transition: all 0.4s ease;
  }

  .msr_newslist04 li p {
    vertical-align: middle;
    padding: 0 0.6em 0.6em;
    color: #fff;
  }

  .msr_newslist04 li .new::after {
    content: "NEW";
    display: inline-block;
    padding: 0.25em 0.5em;
    border: solid 1.5px;
    position: absolute;
    right: 0.6em;
    top: 0.6em;
  }

  /* 時間の設定 */
  .msr_newslist04 li time {
    padding: 1.1em 0.6em;
    display: block;

  }

  .pagination-container ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2em 0;
  }

  .pagination-container a {
    padding: 1em 1.5em;
    display: block;
    color: #be965d;
    border: 1px solid #be965d;
    text-decoration: none;
    transition: 0.4s;
    margin: 0 0.5em 0.5em;
  }

  .pagination-container .navi-active a,
  .pagination-container a:active {
    background-color: #be965d;
    color: #000;
  }

  .box_in {
    padding: 10% 0;
  }

  .box_in .box dl {
    width: 100%;
    padding: 1em;
  }

  .box_in .box a {
    flex-direction: column;
  }

  #royal_collection_all .slider_all {
    width: 100%;
  }

  .box_in .box {
    margin: 10% auto 0;
    background: #fff;
  }

  .box_in .box .img {
    position: relative;
    overflow: hidden;
    height: 60vw;
    background: #ddd;
  }

  .box_in .box .img img {
    object-fit: contain;
  }

  .box_in .box .img span {
    position: absolute;
    top: 5%;
    right: 3%;
    width: 14%;
    z-index: 100;
  }

  .box_in .box span.new {
    width: 15vw !important;
    height: 15vw !important;
    max-height: 64px;
  }


  .box_in .box dl dd .name {
    color: #000;
  }

  .box_in .box dl dd .name span {
    font-size: 0.7em;
  }

  .box_in .box dl dd .text {
    padding: 0;
  }

  .box_in .box {
    transition: ease 0.5s;
  }


  /*********************************

   hobby

   *********************************/
  #hobby .title {
    position: relative;
    width: 100%;
    background: url(../images/hobby_bg-sp.webp) center top no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }

  #hobby .title .title_in {
    width: 100%;
    padding: 10% 0;
    text-align: center;
  }



  /*********************************

   subscription

   *********************************/
  #subscription .title {
    position: relative;
    width: 100%;
    background: url(../images/subscription_bg-sp.webp) center top no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }

  #subscription .title .title_in {
    width: 100%;
    float: inherit;
    padding: 10% 0;
    text-align: center;
  }


  /*********************************

   beauty

   *********************************/
  #beauty .title {
    position: relative;
    width: 100%;
    background: url(../images/beauty_bg-sp.webp) center top no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }

  #beauty .title .title_in {
    width: 100%;
    padding: 10% 0;
    text-align: center;
  }




  /* vpl_pagetop */

  div#rc_pagetop {
    margin: 0 auto 10%;
  }

  #rc_pagetop a {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    background: url(../images/btn_pagetop.svg) no-repeat;
    background-size: contain;
  }

  #rc_pagetop a:active {
    background: url(../images/btn_pagetop_on.svg) no-repeat;
    transition: all 0.8s ease;
    background-size: contain;
  }

  #rc_pagetop a span {
    display: none;
  }

  #forcia_gadget_categoryMenu {
    display: none;
  }

  section.subNavFun {
    background-color: #fff;
    margin: 0;
    padding: 10px !important;
  }

  nav.rootMT,
  #vapp {
    background-color: #fff;
  }
}
