@charset "UTF-8";

html,
body {
  color: #666;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.bg {
  background: url(../../img/usr/br/2025holiday/background.webp) top right no-repeat;
  background-size: cover;
  padding-bottom: 120px;
}
img {
  max-width: 100%;
}
sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.a-font-en {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

section > .inner {
  max-width: 960px;
  margin: 0 auto;
}
section > .inner-wide {
  max-width: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in {
  animation: fadeIn 0.5s forwards; /* 0.5秒かけてフェードイン */
}
.fade-out {
  animation: fadeOut 0.5s forwards; /* 0.5秒かけてフェードアウト */
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }

  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes glow-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes glow-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

/* PC*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.pc_none {
  display: none !important;
}
.sp_none {
  display: inline-block !important;
}
.tr {
  text-align: right;
}
.h3 {
  text-align: center;
}

.mv_area {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
}
.mv img {
  display: block;
  width: 100%;
  height: auto;
}
.mv_area .slider .slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s;
}
.mv_area .slider .slide:first-child {
  opacity: 1;
}
.int {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 130px;
}
.intt {
  max-width: 327px;
  margin: 0 auto;
  padding-top: 70px;
}
.sales {
  color: #666666;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 80px;
}
.sales .onsale {
  font-size: 24px;
}
.intp {
  margin-top: 5em;
  font-size: 14px;
  font-weight: 200;
  font-weight: 300;
  line-height: 1.8571428571;
}

.set_area .inner {
  background: rgba(255, 255, 255, 0.6);
  padding: 48px;
}

.set_area .sec_ttl {
  margin-top: 0;
  color: #eacbd7;
}

.set_area .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.set_area .content h2 {
  margin: 0;
  font-size: 16px;
}
.set_area .content .label {
  font-size: 14px;
}
.set_area .content .price-label {
  font-size: 14px;
  margin-top: 36px;
}

.set_area .content .price-label span {
  font-size: 10px;
}

.set_area .content .detail {
  font-size: 12px;
  line-height: 1.8;
}

.set_area .text {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.8;
}

.set_area .item_link {
  margin-top: 32px;
  text-align: center;
}
.set_area .item_link a {
  color: #fff;
  font-size: 22px;
  background-color: #eacbd8;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
}

.link-list {
  max-width: 355px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.link-list li a {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #eacbd7;
}

.link-list li:nth-of-type(1) a {
  color: #eacbd7;
}

.link-list li:nth-of-type(2) a {
  color: #ffffff;
  background-color: #eacbd7;
}

.allitem {
  text-align: center;
}

.movie_area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  /*background: #F7F7F7;*/
  padding-bottom: 50px;
}

section {
}
.sec_ttl {
  color: #666666;
  font-size: 40px;
  margin-top: 150px;
  text-align: center;
}

.product {
  max-width: 1100px;
  margin: 0 auto;
}
.product .item {
  margin-top: 80px;
  position: relative;
}
.product.pc .item_name {
}
.product .item_name .en {
  font-size: 36px;
}
.product .item_name .ja {
  font-size: 20px;
  font-weight: 400;
}
.product .item_img {
  position: relative;
  overflow: visible;
}
.product .item_img__img img {
  position: relative;
  z-index: 10;
}

.product .item_price {
  font-size: 18px;
  text-align: left;
}
.product .item_price small {
  font-size: 10px;
}
.product.pc .item_price .color {
}
.product.pc .item_detail {
  margin-top: 28px;
}

.product.pc .item_detail .color_variation {
}
.product.pc .item01 .item_detail {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.product.pc .item01 .color_variation {
  max-height: 80px;
}
.product.pc .item01 .color_variation img{
  max-height: 80px;
  width: fit-content;
}
.product .text {
  font-size: 18px;
  line-height: 1.6666666667;
}

.product .item_detail .text p + p {
  margin-top: 1em;
}

.product .item_link {
  margin-top: 40px;
  text-align: center;
}
.product .item_link a {
  color: #eacbd7;
  font-size: 22px;
  background-color: #fff;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
}

.product .annotation {
  margin-top: 18px;
  font-size: 9px;
}

.product.pc .item .layout_type1 .item_img__img {
  max-width: 758px;
  margin-left: auto;
  margin-right: auto;
}
.product.pc .item .layout_type1 {
}
.product.pc .item01 {
  text-align: center;
}

.product.pc .item01 .item_price {
}

.product.pc .item01 .text {
  margin-top: 40px;
}

.product.pc .item03 .item_price {
  display: flex;
  align-items: center;
  gap: 1.5em;
}

.product.pc .item .layout_type1 .item_data {
  margin-top: 40px;
}
.product.pc .item .layout_type2 {
  text-align: center;
}
.product.pc .item .layout_type2 .item_name {
  display: inline-block;
  position: relative;
}
.product.pc .item .layout_type2 .variants {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.product.pc .item .layout_type2 .variant {
}
.product.pc .item .layout_type2 .variant .item__color {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  gap: 1em;
  align-items: center;
  font-size: 18px;
}
.product.pc .item .layout_type2 .variant .item__color.item__color2 {
  flex-direction: row-reverse;
}

.product.pc .item .layout_type2 .item_data {
  margin-top: 60px;
}

.product.pc .item .layout_type3 {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 10px;
}
.product.pc .item .layout_type3 .item_img__img {
  max-width: 446px;
  position: relative;
}
.product.pc .item .layout_type3 .item_data {
  margin-top: 100px;
  max-width: 480px;
}

.product.pc .color_variation {
  display: flex;
  gap: 32px;
}
.product.pc .color_variation .color {
}
.product.pc .color img {
  max-width: 190px;
}
.product.pc .item01 .item_name {
}
.product.pc .item02 .item_name {
}
.product .item02 .item_name .ja,
.product .item02 .item_name .en {
  text-align-last: left;
}

.product .item02 .item_price {
  margin-top: 32px;
}

.product.pc .item02 .item_detail {
  display: block;
  margin-top: 0;
}

.product.pc .item02 .item_detail .text {
  margin-top: 24px;
}

.product.pc .item02 .item_link {
  text-align: left;
}

.product.pc .item03 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
}

.product.pc .item03 .list .item {
  width: 367px;
}

.product.pc .item03 .list .item_img {
  margin-bottom: 40px;
}

.product .item03 .item_label {
  border: 1px solid #666666;
  padding: 4px 20px;
  font-size: 13px;
  display: inline-block;
  margin-top: 30px;
}

.product.pc .item03 .item_detail {
  margin-top: 12px;
}

.product.pc .item04 .item_link {
  margin-top: 4em;
}

.weblimited-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.weblimited-item .item-img {
}
.weblimited-item .item-img img {
  max-height: 160px;
}
.weblimited-item .item-img::after {
  content: "PRESENT";
  background: #eee5e4;
  color: #dd8170;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  width: 6em;
  line-height: 6em;
  border-radius: 3em;
  margin-left: 10px;
}
.weblimited-item .item-data {
  display: flex;
  align-items: center;
  gap: 2em;
}
.weblimited-item .item-data .name {
  font-size: 16px;
}
.weblimited-item .item-data .price {
  font-size: 14px;
}

.collaboration .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
  margin-top: 24px;
}

.collaboration .slider-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collaboration .box .slider {
  width: 441px;
}

.collaboration .slider .slide {
  position: relative;
}

.collaboration .slide-label-text {
  display: none;
}

.collaboration .sec_ttl {
  color: #eacbd7;
}

.artist li {
  display: grid;
  grid-template-columns: 3fr 5fr;
  align-items: center;
  gap: 20px;
  margin-top: 80px;
}

.artist li:nth-of-type(1) {
  margin-top: 0;
}

.artist li .name {
  font-size: 16px;
}

.artist li .text {
  font-size: 10px;
  margin-top: 18px;
  margin-bottom: 28px;
}

.artist .img img {
}
.artist .profile {
}
.artist .profile .name {
  font-size: 44px;
}

.collaboration .slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-top: 10px;
}

.collaboration .slider-controls .slider-arrow {
  background: none;
  border: none;
  padding: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}

.collaboration .slider-controls .slider-prev {
  border-style: solid;
  border-width: 10px 14px 10px 0;
  border-color: transparent #eacbd7 transparent transparent;
}

.collaboration .slider-controls .slider-next {
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #eacbd7;
}

.collaboration .slider-label {
  font-size: 19px;
  line-height: 24px;
  color: #eacbd7;
  text-align: center;
  min-width: 240px;
}

.howto {
  background-image: url(/img/usr/br/2025ss/bg_howto.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1000px;
  padding-top: 180px;
  padding-bottom: 200px;
}
.howto .sec_lead {
  text-align: center;
  font-size: 18px;
  margin-top: 1em;
}

.howto-slider {
  max-width: 960px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  /* gap: 2rem; */
  /* padding: 1rem; */
  /* border-radius: 4px; */
  /* flex-direction: row; */
}

.howto-slider .slider-main {
  /*flex: 1 1 auto;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.howto-slider .slider-main img {
  width: 100%;
  height: auto;
  max-width: 694px; /* 大きさを制限 */
}

.howto-slider .slider-thumbs {
  flex: 0 0 215px; /* PC時はサムネイル表示枠を固定幅に */
  display: flex;
  flex-direction: column; /* 縦に並べる */
  /* gap: 1rem; */
  justify-content: space-between;
  align-items: center;
}
.howto-slider .slider-thumbs img {
  width: 100%;
  height: auto;
  cursor: pointer;
  outline: 4px transparent;
  transition: outline-color 0.5s;
}
.howto-slider .slider-thumbs img:hover {
  outline: 4px #aac8e6 solid; /* ホバー時の枠線 */
  cursor: pointer;
}

.howto-items {
  max-width: 860px;
  gap: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.howto-items .item .ttl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.howto-items .item .ttl .alf {
  display: block;
  border: 1px #707070 solid;
  height: 26px;
  line-height: 26px;
  width: 26px;
  min-width: 26px;
  text-align: center;
  background: #f5f5f5;
  margin-right: 6px;
  font-size: 20px;
}
.howto-items .item .ttl .name {
  font-size: 10px;
  line-height: 1.4;
}

.howto-tips {
  max-width: 880px;
  margin: 80px auto;
}

.howto-tips dl {
  margin-bottom: 40px;
}

/* dt（見出し）部分 */
.howto-tips dt {
  position: relative;
  cursor: pointer;
  font-size: 26px;
  border-bottom: 1px #707070 solid;
  /* + アイコン用のスペース確保 */
  padding-right: 30px; /* 右側に少し余白を作る（アイコン分） */
}

/* ▼ アイコンの表示を背景画像で行う ▼ */
.howto-tips dt::after {
  /* 空文字を表示領域にする */
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url("/img/usr/br/2025ss/plus.svg") no-repeat center / contain;
  transition: transform 0.3s ease;
}

.howto-tips dt.active::after {
  background-image: url("/img/usr/br/2025ss/minus.svg");
  transform: translateY(-50%) rotate(180deg);
}
.howto-tips dd {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6875;
  transition: max-height 0.3s ease;
  margin-top: 1em;
}

.howto-tips .artist {
  display: flex;
  line-height: 1;
  justify-content: space-between;
  margin-top: 70px;
}
.howto-tips .artist .img img {
  max-width: 170px;
}
.howto-tips .artist .profile {
  max-width: 642px;
}
.howto-tips .artist .position {
  font-size: 17px;
}
.howto-tips .artist .name {
  font-size: 44px;
  margin-top: 20px;
}
.howto-tips .artist .text {
  font-size: 18px;
  line-height: 1.7777777778;
  margin-top: 30px;
}
.onsale.bottom {
  margin-top: 80px;
}
.toallitem {
  text-align: center;
}
.toallitem a {
  display: inline-block;
  background: #aac8e6;
  color: #fff;
  width: 100%;
  max-width: 500px;
  padding: 1em 0;
  text-decoration: none;
}
.toallitem a .en {
  font-size: 20px;
}
.toallitem a .ja {
  font-size: 25px;
}
.otherlook {
  margin: 240px auto 0;
  max-width: 960px;
  padding-bottom: 100px;
}
.otherlook .sec_ttl {
  font-size: 50px;
  text-align: center;
}
.otherlook .box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.otherlook .box1 {
  flex-direction: reverse;
}
.otherlook .box2 {
  flex-direction: row-reverse;
  margin-top: 100px;
}
.otherlook .photo {
  width: 100%;
  max-width: 580px;
  text-align: center;
}
.otherlook .item {
  width: 100%;
  max-width: 320px;
}
.otherlook .item_ttl {
  font-size: 32px;
  margin-top: 20px;
  line-height: 1;
}
.otherlook .item_detail {
  display: flex;
  margin-top: 40px;
  align-items: center;
}
.otherlook .item_detail .img {
  max-width: 110px;
}
.otherlook .item_detail .name {
  margin-left: 20px;
}
.otherlook .item_detail .name .en {
  font-size: 15px;
}
.otherlook .item_detail .name .color {
  font-size: 12px;
}
.otherlook .common {
  margin-top: 40px;
}
.otherlook .common_ttl {
  font-size: 11px;
  align-items: center;
  display: flex;
  white-space: nowrap;
}
.otherlook .common_ttl::after {
  content: "";
  flex-grow: 1;
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  margin-left: 30px;
}
.otherlook .common_img {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.otherlook .common_img img {
  width: 100px;
}
.otherlook .photo .slider {
  margin-bottom: 0;
}
.otherlook .slider-dots {
  margin-top: 20px;
}
.otherlook .slider-dots li {
  display: inline;
}
.otherlook .slider-dots button {
  text-indent: -9990px;
  background: #e8f2f8;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  border: 0;
}
.otherlook .slider-dots .slick-active button {
  background: #aac8e6;
}
.otherlook .artist {
  text-align: center;
  margin-top: 80px;
}
.otherlook .artist .position {
  font-size: 19px;
}
.otherlook .artist .name {
  font-size: 30px;
}

.special {
  max-width: 450px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 24px 50px 24px 60px;
  border-radius: 17px;
  position: relative;
}

.special .item_img__img {
  position: absolute;
  width: 145px;
  top: 20px;
  bottom: 0;
  left: -100px;
  margin: auto;
}

.special .headline {
  font-size: 16px;
}

.special .headline span {
  font-size: 13px;
  margin-left: 12px;
}

.special .label {
  font-size: 12px;
  margin-top: 8px;
}

.special .special_annotation {
  font-size: 9px;
  margin-top: 8px;
}

.modal-open {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 0.5em;
  border-bottom: 1px solid #666666;
}
.modal-open::after {
  content: "＋";
  display: inline-block;
}
.modal-open:hover {
  cursor: pointer;
}
/* Modal overlay */
.modalbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(129, 129, 129, 0.7);
  z-index: 1000;
}
/* Modal content centered */
.modalbox .modalbox-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 830px;
  max-height: 90vh;
  background: #fff;
  padding: 4em 2em 2em;
  box-sizing: border-box;
  z-index: 1001;
  overflow: visible;
}
/* Close button */
.modalbox-close {
  position: absolute;
  top: -24px;
  right: 0;
  transform: none;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalbox-body {
  max-height: calc(90vh - 6em);
  overflow-y: auto;
}
.modalbox-ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 2em;
}
.modalbox-img,
.modalbox-txt {
  /*max-width: 760px;*/
  margin: 0 auto;
}
.modalbox-img {
  padding-bottom: 2em;
}
.modalbox-txt {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}
.modalbox-txt p{
  margin-top:1em;
}

.modalbox-artist_name{
	text-align: right;
  margin-top:2em;
}
.modalbox-artist_name img{
  width: auto;
  height: 20px;
}


.page_anchor.sticky {
  position: sticky;
  bottom: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.page_anchor.sticky.show {
  opacity: 1;
  visibility: visible;
}

.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 1s ease,
    transform 1s ease;
}
.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* Color modal styles */
.modalbox-color1,
.modalbox-color2 {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(129, 129, 129, 0.7);
  z-index: 1000;
}

.modalbox-color1 .modalbox-content,
.modalbox-color2 .modalbox-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
}

.modalbox-color1 .modalbox-body,
.modalbox-color2 .modalbox-body {
  max-height: none;
  overflow: visible;
  display: inline-block;
  pointer-events: none;
}

.modalbox-color1 .modalbox-image,
.modalbox-color2 .modalbox-image {
  padding: 0;
  width: auto;
  display: block;
}

.modalbox-color1 .modalbox-image img,
.modalbox-color2 .modalbox-image img {
  display: block;
}

.modalbox-color1 .modalbox-close,
.modalbox-color2 .modalbox-close {
  background: #fff;
  color: #000;
  pointer-events: auto;
}

.modalbox-image {
  text-align: center;
  padding: 0 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.modalbox-image img {
  max-width: calc(100vw - 20px);
  max-height: 80vh;
  width: auto;
  height: auto;
}

.color-modal-open {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.color-modal-open:hover {
  opacity: 0.8;
}

/* PC版のcolor_variation画像サイズ */
@media screen and (min-width: 961px) {
  .color_variation img {
    width: 375px;
    height: auto;
  }
}
