@charset "utf-8";
#romanticRibbon {
  box-sizing: border-box;
  width: 100%;
  font-family: "A-OTF Ryumin Pro", serif, "游ゴシック",  YuGothic, "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 10px;
}
#romanticRibbon img{
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#romanticRibbon p, h3{
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  color: #333333;
}
#romanticRibbon p {
  font-size: min(3.8vw,28px);
  text-shadow:  0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
#romanticRibbon span {
  line-height: 1.5;
}
#romanticRibbon i{
  font-style: inherit;;
}
#romanticRibbon small, sub, sup{
  font-size: .8em;
}
#romanticRibbon a{
  text-decoration: none;
  transition: .6s;
}
#romanticRibbon .flex_rvs{
  flex-direction: row-reverse;
}
#romanticRibbon .forpc{
  display: none;
}
#romanticRibbon .forsp{
  display: block;
}
#romanticRibbon * {
  box-sizing: border-box;
}
#romanticRibbon>span {
  display: block;
  text-align: center;
}
/* contents */
/* Intro Video */
#intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;
}
#intro video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#intro.hide {
  opacity: 0;
  pointer-events: none;
}
/* END Intro Video */
/* slider */
#romanticRibbon .slider { 
  opacity: 0; 
  transition: opacity .1s linear; 
}
#romanticRibbon .slider.slick-initialized { 
  opacity: 1;
}
#romanticRibbon .slick-slide { 
  width: 100%;
}
#romanticRibbon .slider .slick-dots { 
  bottom: -2%; 
  z-index: 5;
  text-align: center;
}
#romanticRibbon .slider02 .slick-dots {
  bottom: -2%;
}
#romanticRibbon .slick-dots li { 
  margin: 0 1%; 
  text-align: center; 
  line-height: 1; 
  border: none; 
  width: 4px;
  height: 4px;
}
#romanticRibbon .slick-dots li button { 
  width: 7px; 
  height: 7px; 
  margin: auto;
}
#romanticRibbon .slick-dots li button:hover:before,
#romanticRibbon .slick-dots li button:focus:before { 
  opacity: 1;
}
#romanticRibbon .slick-dots li button:before { 
  content: ""; 
  width: 6px; 
  height: 6px; 
  display: inline-block; 
  position: absolute; 
  top: 0; 
  left: 0;
  border-radius: 50%; 
  background: #cac4c4;
  opacity: 1;
}
#romanticRibbon .slick-dots li.slick-active button:before {
  background: #888;
}
/* slider02 */
#romanticRibbon .slider02 { position: relative; }
#romanticRibbon .slider02 .slide-item { 
  display: none;
}
#romanticRibbon .slider02 .slide-item.active { display: block; }
/* dots */
#romanticRibbon .custom-dots {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 0;
}
#romanticRibbon .custom-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cac4c4;
  cursor: pointer;
  transition: background .2s;
}
#romanticRibbon .custom-dots .dot.active { background: #888; }
/* text */
#romanticRibbon .slide-text { display: none; margin-top: 16px; }
#romanticRibbon .slide-text.active { display: block; }
#romanticRibbon .slide-text .pdName { line-height: 1.8; color: #333; }
#romanticRibbon .slide-text .pdName span { display: block; margin-bottom: 6px; color: #111; }
#romanticRibbon .slider02 .btn { display: none !important; margin-top: 14px; }
#romanticRibbon .slider02 .btn.active { display: block !important; }
#romanticRibbon .slide-text { display: none; }
#romanticRibbon .slider02 .btn { display: none; }
#romanticRibbon .light .slide-item,
#romanticRibbon .light .slide-text,
#romanticRibbon .light .btn[data-slide] {
  transition: opacity 0.5s ease;
}
@media screen and (min-width:721px) {
  #romanticRibbon .slick-dots li button { 
    width: 8px; 
    height: 8px;
  }
  #romanticRibbon .slick-dots li button:before { 
    width: 8px; 
    height: 8px;
  }
  #romanticRibbon .slick-arrow { 
    width: min(15px, 1.26vw);
  }
}
/* END slider */
#romanticRibbon {
  font-size: 3.8vw;
  overflow: hidden;
}
#romanticRibbon span {
  display: block;
}
#romanticRibbon .kanban {
  position: relative;
}
#romanticRibbon .kanbanTxt {
  padding: 15% 0 12%;
  line-height: 1.8;
  background: url("/img/interior/royalwhite/bg.jpg") 0 0 / 100% no-repeat;
  margin-top: -10%;
}
#romanticRibbon .kanbanTxt span {
  margin-bottom: 4%;
  display: block;
  color: #767c86;
  font-size: 114%;
  font-weight: 500;
}
#romanticRibbon .sectionBg {
  position: relative;
  overflow: hidden;
}
#romanticRibbon .sectionBg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url('/img/interior/royalwhite/bg01.jpg') center top no-repeat;
  background-size: cover;
  z-index: 0;
}
#romanticRibbon .sectionBg .mainCtn {
  position: relative;
  z-index: 1;
  text-align: center;
}
#romanticRibbon .mainCtn {
  margin: 25% auto 0;
}
#romanticRibbon .dresser {
  margin: 10% auto 0;
}
#romanticRibbon .mainImg {
  position: relative;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
#romanticRibbon .mainImg::before {
  content: "";
  position: absolute;
  z-index: 1;
}
#romanticRibbon .mainCtn .mainImg::before {
  aspect-ratio: 227 / 331;
  width: 34%;
  left: -7%;
  top: -10%;
}
#romanticRibbon .mainCtn:nth-child(4) .mainImg::before,
#romanticRibbon .mainCtn:nth-child(6) .mainImg::before {
  left: unset;
  right: -7%;
}
#romanticRibbon .dresser .mainImg::before {
  background: url("/img/interior/royalwhite/dresser.png") center top/ contain no-repeat; 
}
#romanticRibbon .stool .mainImg::before {
  background: url("/img/interior/royalwhite/stool.png") center top/ contain no-repeat;
}
#romanticRibbon .bedcover .mainImg::before {
  background: url("/img/interior/royalwhite/bedcover.png") center top/ contain no-repeat;
}
#romanticRibbon .chandelier .mainImg::before {
  background: url("/img/interior/royalwhite/chandelier.png") center top/ contain no-repeat;
}
#romanticRibbon .cabinet .mainImg::before {
  background: url("/img/interior/royalwhite/cabinet.png") center top/ contain no-repeat;
}
#romanticRibbon .light .mainImg::before {
  background: url("/img/interior/royalwhite/light.png") center top/ contain no-repeat;
}
#romanticRibbon .pdName {
  margin-top: 4%;
  font-size: 91%;
  line-height: 2;
}
#romanticRibbon .cabinet .pdName {
  margin-top: -3%;
}
#romanticRibbon .pdName span {
  margin-bottom: 4%;
  display: block;
  font-size: 154%;
  font-weight: bold;
  line-height: 1.3;
  text-shadow:  0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
#romanticRibbon .pdName small {
  display: block;
  font-size: 80%;
}
#romanticRibbon .btn {
  width: 64%;
  margin: 4% auto 0;
}
#romanticRibbon .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #cfcfcf;
  aspect-ratio: 480 / 90;
  transition: all 0.3s ease;
}
#romanticRibbon .btn a::before {
  content: "";
  position: absolute;
  inset: 5px;
  background: url("/img/interior/royalwhite/arw.png") 95% 50% / 4% no-repeat, #ffffff;
  border: 1px solid #cfcfcf;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s ease;
}
#romanticRibbon .btn a .btnIn {
  width: 22%;
  z-index: 2;
  line-height: 0;
}
#romanticRibbon .subBtn {
  margin: 20% auto;
}
#romanticRibbon .block {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#romanticRibbon .block:nth-child(even) {
  margin-top: 10%;
}
#romanticRibbon .img-right {
  width: 68%;
  margin: 0 0 0 auto;
}
#romanticRibbon .img-left {
  width: 68%;
  margin: 0 auto 0 5%;
}
#romanticRibbon .txt-block {
  width: 78%;
  margin-top: -10%;
  position: relative;
  text-align: center;
}
#romanticRibbon .img-left + .txt-block {
  margin-left: auto;
}
#romanticRibbon .txt-block .bg-img {
  width: 100%;
  margin: 0;
}
#romanticRibbon .txt-block p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.8;
}
#romanticRibbon .lastImg {
  margin: 15% auto;
}
/* Other Items */
#romanticRibbon .otherItems {
  padding: 15% 0;
  background: url("/img/interior/royalwhite/bg02.jpg") 50% 50% / contain repeat-y;
}
#romanticRibbon .otherItems h2 {
  margin: 0 auto 6%;
  text-align: center;
}
#romanticRibbon .otherItems h2 img {
  width: 82%;
}
#romanticRibbon .otherItems .othrlst ul {
  justify-content: center;
  padding-bottom: 10%;
  gap: 35px 10px;
  z-index: 10;
}
#romanticRibbon .otherItems .othrlst ul>li {
  width: 30%;
}
#romanticRibbon .otherItems .othrlst .itmimg {
  text-align: center;
  transition: 0.3s ease-in-out;
}
#romanticRibbon .otherItems .btn_ot {
  color: #333333;
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: -0.05em;
  line-height: 1.2;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  z-index: 2;
}
#romanticRibbon .otherItems .btn_ot span {
  display: block;
  font-size: 77%;
}
#romanticRibbon .otherItems .btn {
  width: 100%;
  margin-top: 10%;
}
#romanticRibbon .otherItems .btn a {
  padding: 0;
  aspect-ratio: 220/140;
  background: #f3f3f3;
  transition: 0.3s;
}
#romanticRibbon .otherItems .btn a:hover {
  background: #eee;
}
#romanticRibbon .otherItems .btn a::before {
  content: "";
  position: absolute;
  inset: 5px;
  background: #ffffff;
  border: unset;
  pointer-events: none;
  z-index: 1;
}
#romanticRibbon .otherItems small {
  font-size: 2.5vw;
}
/* contents */
@media screen and (min-width: 768px){
#romanticRibbon {
  max-width: 1500px;
}
#romanticRibbon p {
  font-size: min(26px,2.5vw);
}
#romanticRibbon .kanbanTxt {
  padding: 10% 0;
  line-height: 2;
  font-size: min(20px,2.0vw);
  background: url("/img/interior/royalwhite/bg_pc.jpg") 0 100% / 100% no-repeat;
}
#romanticRibbon .kanbanTxt span {
  margin-bottom: 2%;
  font-size: 140%;
}
#romanticRibbon .forsp {
  display: none;
}
#romanticRibbon .forpc {
  display: block;
}
#romanticRibbon .sectionBg .bg {
  max-width: 1020px;
  transform: translateX(-50%) !important;
  left: 50% !important;
}
#romanticRibbon .mainImg {
  width: 55%;
}
#romanticRibbon .pdName {
  font-size: min(26px,2.5vw);
}
#romanticRibbon .cabinet .pdName {
  margin-top: 0;
}
#romanticRibbon .pdName span {
  margin-bottom: 2.5%;
  font-size: 154%;
}
#romanticRibbon .mainCtn {
  margin: 15% auto 0;
}
#romanticRibbon .subBtn {
  margin: 12% auto;
}
#romanticRibbon .sectionBg .mainCtn {
  margin-bottom: 5%;
}
#romanticRibbon .img-right {
  width: 45%;
  margin: 0 15% 0 auto;
}
#romanticRibbon .img-left {
  width: 45%;
  margin: 0 auto 0 15%;
}
#romanticRibbon .txt-block {
  width: 55%;
  margin: -12% 15% 0;
}
#romanticRibbon .btn a {
  width: 73%;
}
#romanticRibbon .btn a::before {
  inset: 10px;
}
#romanticRibbon .btn a .btnIn {
  width: 18%;
}
#romanticRibbon .btn a:hover {
  opacity: 0.8;
}
#romanticRibbon .btn a:hover::before  {
 background-position:  97% 50%;
}
#romanticRibbon .slider .slick-dots {
  bottom: -3%;
}
#romanticRibbon .slick-dots li {
  width: 1px;
  height: 1px;
}
#romanticRibbon .otherItems {
  padding: 12% 0 0;
}
#romanticRibbon .otherItems h2 img {
  width: 55%;
}
#romanticRibbon .custom-dots .dot {
  width: 8px;
  height: 8px;
}
#romanticRibbon .otherItems .btn_ot {
  font-size: min(22px,2.2vw);
  letter-spacing: unset;
}
#romanticRibbon .otherItems .othrlst .itmimg img {
  width: 90%;
}
#romanticRibbon .otherItems .btn a::before {
  inset: 7px;
}
#romanticRibbon .otherItems .btn a {
  width: 85%;
  aspect-ratio: 220/115;
}
#romanticRibbon .otherItems small {
  font-size: min(20px, 1.7vw);
}
}
/*///// animation /////*/
.anmt, .at-anmt1, .at-anmt2{
  position: relative;
  height: 100%;
}
.anmt, .anmt > div, .at-anmt1, .at-anmt2{
  opacity: 0;
}
.at-anmt1.animated{
  animation: mainshow1 .8s ease-in-out 0s forwards;
}
@keyframes mainshow1{
  10%{
    opacity: 0;
    transform: translateY(100px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
.at-anmt2.animated{
  animation: mainshow2 .8s ease-in-out .5s forwards;
}
@keyframes mainshow2{
  40%{
    opacity: 0;
    transform: translateY(100px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
.anmt.animated, .anmt.animated > div{
  animation: boxshow 1s ease-in-out 0s forwards;
}
@keyframes boxshow{
  0%{
    opacity: 0;
    transform: translateY(70px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}