/* CSS Document */
@charset "utf-8";


* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.13em;
  color: #333333;
  font-size: clamp(13px, 3.6vw, 15px);
}

body {
  min-height: 100vh;
}

figure {
  margin: 0;
}

li {
  list-style: none;
}

.dsp-non {
  display: none;
}

a {
  text-decoration: none;
  color: #333333;
}

#all_wrap {
  width: 100vw;
}

@media screen and (max-width: 600px) {
  #all_wrap {
    overflow-x: hidden;
  }
}

#sssale_wrap {
  width: 100vw;
}

.pc_display {
  display: none;
}

.sp_display {
  display: block;
}

#mainArea {
  display: inherit;
}

#sp_header {
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
}

#smf-header-nav-frame {
  position: fixed;
  top: 0;
  left: 0;
}


/*------------------------------------
กกกก            main
-------------------------------------*/

.mon {
  font-family: "Montserrat", sans-serif;
}

.seasons {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.spbr {
  display: none;
}


#all_wrap {
  display: flex;
  min-height: 100vh;
  width: 100%;
  display: flex;
  text-align: center;
}

.left {
  position: fixed;
  width: 50%;
  height: 100vh;
  background-color: #212B42;
}

.right {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f5f3ef;
  width: 50%;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  padding: 140px 0 30px;
  gap: 120px;
}

.mv-area {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 95vh;
  overflow: hidden;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
}

.slideshow {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;

  opacity: 0;
  transition: opacity 1.6s linear;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}


.deco {
  position: absolute;
  inset: 0;
  color: #ffffff;
  z-index: 999;
}

.christmas-logo {
  position: absolute;
  text-align: center;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
}

.christmas-logo img {
  width: 100%;
  height: auto;
}

.mv-logo {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}

.mv-logo img {
  width: 100px;
  height: auto;
}



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

  title

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

.page_ttl-jp {
  font-size:clamp(15px, 4.1vw, 17px);
}

.xmas-logo {
  width: 400px;
  margin: 14px auto 0;
}

.xmas-logo img {
  width: 100%;
}

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

  schedule

-----------------------------------------------------*/
.schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.up_info {
  padding: 10px;
  background-color: #74070D;
  align-items: center;
  margin-bottom: 14px;
}

.up_info .day {
  color: #ffffff;
}

.countdown-txt {
  font-size: clamp(18px, 5.1vw, 21px);
  margin-bottom: 20px;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.time-block {
  text-align: center;
}

.num {
  width: 1.6em;
  display: block;
  font-size: clamp(37px, 10.3vw, 42px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
}

.label {
  display: block;
  font-size: clamp(13px, 3.6vw, 15px);
  font-weight: 500;
}

.colon {
  font-size: clamp(46px, 12.8vw, 53px);
  font-weight: 500;
  line-height: 1em;
}


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

  about

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

.arch-top,
.arch-bottom {
  width: 100%;
  margin: 0;
}

.arch-top img,
.arch-bottom img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.about .inner {
  background-color: #ffffff;
  margin: 0;
  padding: 20px 0;
}

.symbol {
  width: 80px;
  margin-bottom: 60px;
}

.symbol img {
  width: 100%;
}

.about .ttl-jp {
  font-size: clamp(17px, 4.6vw, 19px);
}

.about-txt {
  line-height: 2.0;
  font-size: clamp(13px, 3.6vw, 15px);
  margin-bottom: 60px;
}


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

  rhizome-bear

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

.rhizome-bear img {
  width: 200px;
  margin-bottom: 10px;
}


.sns-txt {
  font-size: clamp(13px, 3.6vw, 15px);
  margin-bottom: 16px;
  line-height: 1.6em;
}


.sns-btn {
  width: 60px;
  height: 60px;
  background-color: #74070D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.sns-icon {
  display: flex;
  justify-content: center;
  gap: 10px;
}


.sns-btn img {
  width: 30px;
  padding: 0;
}

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

  story

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


.story .ttl-en {
  font-size: clamp(37px, 10.3vw, 42px);
  font-weight: 600;
  margin-bottom: 30px;
}

.story-bfrtxt {
  line-height: 2.0;
  font-size: clamp(13px, 3.6vw, 15px);
  margin-bottom: 40px;
}

.progress {
  width: 100%;
  margin-bottom: 80px;
}

.rhizome-bear_walk {
  width: 70%;
  margin: 0 auto -10px;
  text-align: left;
  z-index: 99;
}

.rhizome-bear_walk {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.run-bear {
  width: auto;
  height: 60px;
}

.flag {
  width: auto;
  height: 50px;
}

.progress-bar {
  width: 70%;
  margin: 0 auto;
  content: url(../img/progress-bar.png);
}

.story-list {
  width: 85%;
  margin: 30px auto 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.story-blk {
  width: 100%;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.story-blk a {
  width: 90%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.story-blk a.story-left {
  margin: 0 0 0 auto;
}

.story-blk a.story-right {
  margin: 0 auto 0 0;
}

.ttl-area {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-radius: 6px 6px 0 0;
}

.ttl-area .ttl {
  font-size: clamp(26px, 7.2vw, 30px);
  margin-right: 10px;
}

.ttl-area .location {
  font-size: clamp(17px, 4.6vw, 19px);
}

.inner-area {
  background-color: #ffffff;
  width: 100%;
  padding: 20px 10px;
  border-radius: 0 0 6px 6px;
  color: #333333;
}

.story-blk .story-txt {
  font-size: clamp(13px, 3.6vw, 15px);
  margin-bottom: 20px;
}

.inner-area .btn {
  width: 50%;
  background-color: #CCCCCC;
  padding: 10px 20px;
  margin: 0 auto;
  font-size: clamp(13px, 3.6vw, 15px);
  font-weight: 500;
  border-radius: 50px;
  letter-spacing: 0em;
}

.ttl-area.traditional {
  background-color: #74070D;
  border: 1px solid #74070D;
}

.inner-area.traditional {
  border: 1px solid #74070D;
}

.ttl-area.scandinavian {
  background-color: #385343;
  border: 1px solid #385343;
}

.inner-area.scandinavian {
  border: 1px solid #385343;
}

.ttl-area.chic-luxury {
  background-color: #8E7E65;
  border: 1px solid #8E7E65;
}

.inner-area.chic-luxury {
  border: 1px solid #8E7E65;
}

.ttl-area.pop-funny {
  background-color: #BC7979;
  border: 1px solid #BC7979;
}

.inner-area.pop-funny {
  border: 1px solid #BC7979;
}


.story-blk.traditional::before {
  content: "";
  background: url("../img/bear_traditional.png") no-repeat center;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  left: -1%;
  bottom: 0;
  z-index: 99;
}

.story-blk.scandinavian::after {
  content: "";
  background: url("../img/bear_scandinavian.png") no-repeat center;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  right: -1.5%;
  bottom: 0;
  z-index: 99;
}

.story-blk.chic-luxury::before {
  content: "";
  background: url("../img/bear_chic-luxury.png") no-repeat center;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.story-blk.pop-funny::after {
  content: "";
  background: url("../img/bear_pop-funny.png") no-repeat center;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  right: -2%;
  bottom: 0;
  z-index: 99;
}






.copyright {
  margin: 0 auto;
}

.copyright img {
  width: 200px;
  height: auto;
}



/*------------------------------------
                SP
------------------------------------*/

@media screen and (max-width: 481px) {

  .spbr {
    display: block;
  }

  #all_wrap {
    display: block!important;
  }

  .left {
    position: relative;
    width: 100%;
    height: 70vh;
  }

  .right {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 80px 0 30px;
    gap: 80px;
  }


  .mv-area {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 90%;
    overflow: hidden;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
  }

  .slideshow {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;

    opacity: 0;
    transition: opacity 1.6s linear;
  }

  .slide.active {
    opacity: 1;
    z-index: 1;
  }

  .christmas-logo {
    position: absolute;
    text-align: center;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
  }

  .christmas-logo img {
    width: 100%;
    height: auto;
  }

  .mv-logo {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
  }

  .mv-logo img {
    width: 70px;
    height: auto;
  }



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

  title

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

  .page_ttl-jp {
    font-size: clamp(13px, 3.6vw, 15px);
  }

  .xmas-logo {
    width: 300px;
  }


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

  schedule

-----------------------------------------------------*/
.schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.up_info {
  padding: 8px 10px;
  margin-bottom: 14px;
}

.countdown-txt {
  font-size: clamp(17px, 4.6vw, 19px);
}

.num {
  width: 1.2em;
  font-size: clamp(31px, 8.7vw, 36px);
}

.label {
  font-size: clamp(11px, 3.1vw, 13px);
}

.colon {
  font-size: clamp(31px, 8.7vw, 36px);
}


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

  about

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

  .symbol {
    width: 50px;
    margin-bottom: 14px;
  }

  .about .ttl-jp {
    font-size:clamp(15px, 4.1vw, 17px);
  }

  .about h2 {
    margin-bottom: 30px;
  }

  .about-txt {
    line-height: 1.6;
    font-size: clamp(11px, 3.1vw, 13px);
    padding: 0 10px;
  }


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

  rhizome-bear

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

.run-bear {
  width: auto;
  height: 50px;
}

.flag {
  width: auto;
  height: 45px;
}
  /*-----------------------------------------------------

  sns

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

  .sns-txt {
    font-size: clamp(11px, 3.1vw, 13px);
    margin-bottom: 16px;
    line-height: 1.6em;
  }

  .sns-icon {
    display: flex;
    justify-content: center;
    gap: 6px;
  }

  .sns-icon img {
    width: 25px;
    height: auto;
  }

  .sns-btn {
    width: 50px;
    height: 50px;
  }

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

  story

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


  .story .ttl-en {
    font-size: clamp(31px, 8.7vw, 36px);
    margin-bottom: 30px;
  }

  .story-bfrtxt {
    font-size: clamp(11px, 3.1vw, 13px);
  letter-spacing: 0.12em;
  }

  .progress {
    width: 100%;
    margin-bottom: 10px;
  }

  .rhizome-bear_walk {
    width: 85%;
    margin: 0 auto -5px;
    text-align: left;
    z-index: 99;
  }

  .run-bear {
    width: 50px;
  }

  .flag {
    width: 30px;
  }

  .progress-bar {
    width: 80%;
  }

  .story-list {
    margin: 30px auto 60px;
    gap: 30px;
  }

  .story-blk {
    width: 100%;
    display: flex;
  }

  .story-blk a {
    width: 90%;
  }

  .ttl-area {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-radius: 6px 6px 0 0;
  }

  .ttl-area .ttl {
    font-size: clamp(20px, 5.6vw, 23px);
    margin-right: 10px;
  }

  .ttl-area .location {
    font-size: clamp(13px, 3.6vw, 15px);
  }

  .inner-area {
    background-color: #ffffff;
    width: 100%;
    padding: 20px 10px;
    border-radius: 0 0 6px 6px;
    color: #333333;
  }

  .story-blk .story-txt {
    font-size: clamp(11px, 3.1vw, 13px);
    margin-bottom: 20px;
  }

  .inner-area .btn {
    width: 50%;
    background-color: #CCCCCC;
    padding: 10px 20px;
    margin: 0 auto;
    font-size: clamp(11px, 3.1vw, 13px);
    font-weight: 500;
    border-radius: 50px;
  }

.story-blk.traditional::before {
  content: "";
  background: url("../img/bear_traditional.png") no-repeat center;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  left: -6%;
  bottom: 0;
  z-index: 99;
}

.story-blk.scandinavian::after {
  content: "";
  background: url("../img/bear_scandinavian.png") no-repeat center;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  right: -10%;
  bottom: 0;
  z-index: 99;
}

.story-blk.chic-luxury::before {
  content: "";
  background: url("../img/bear_chic-luxury.png") no-repeat center;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  left: -5%;
  bottom: 0;
  z-index: 99;
}

.story-blk.pop-funny::after {
  content: "";
  background: url("../img/bear_pop-funny.png") no-repeat center;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  right: -9%;
  bottom: 0;
  z-index: 99;
}






  .copyright {
    margin: 0 auto;
  }

  .copyright img {
    width: 160px;
    height: auto;
  }

}