@charset "UTF-8";
@font-face {
  font-family: "avenir";
  src: url("/fonts/avenir.ttf") format("ttf");
}
.page__footer #footer.footer .footer-inner {
  padding-top: 0;
}

.mycomfy {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}

.mycomfy .is-sp {
  display: block;
}

.mycomfy .is-pc {
  display: none;
}

.mycomfy img {
  width: 100%;
}

.mycomfy .mycomfy-btn {
  text-align: center;
  margin: 0 auto;
}

.mycomfy .mycomfy-btn_all {
  letter-spacing: 1px;
  font-size: 1.5rem;
  padding: 10px 30px;
  font-family: "avenir.";
  color: #151515;
}

.mycomfy .mycomfy-btn_all:link {
  color: #151515;
}

@media screen and (min-width: 768px) {
  .page__footer #footer.footer .footer-inner {
    padding-top: 32px;
  }
  .mycomfy .is-sp {
    display: none;
  }
  .mycomfy .is-pc {
    display: block;
  }
  .mycomfy .mycomfy-btn_all {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
  }
  .mycomfy .mycomfy-btn_all::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #151515;
  }
  .mycomfy .mycomfy-btn_all::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background: #151515;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .mycomfy .mycomfy-btn_all:hover {
    color: #151515;
  }
  .mycomfy .mycomfy-btn_all:hover::after {
    transform: scale(1, 1);
  }
}
.mycomfy_maincontent_logo {
  font-family: "avenir";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  margin: 20% auto 0;
  text-align: center;
  color: #151515;
}

.mycomfy_maincontent_lead {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  margin: 10% 5% 0;
  text-align: center;
  color: #151515;
}

.mycomfy_maincontent_lead-en {
  font-family: "avenir";
}

.mycomfy_maincontent_btnArea {
  text-align: center;
}

.mycomfy_maincontent_btnArea_header {
  margin-top: 10%;
}

.mycomfy_maincontent_btnArea_footer {
  margin-top: 10%;
}

.mycomfy_maincontent_itemList {
  margin-top: 15%;
}

.mycomfy_maincontent_item {
  margin-left: 10%;
  margin-right: 10%;
}

.mycomfy_maincontent_item.productItem-full {
  margin-left: 0;
  margin-right: 0;
}

.mycomfy_maincontent .productItem-wrap {
  margin: 0 auto;
}

.mycomfy_maincontent .productItem-title {
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  line-height: 1;
}

.mycomfy_maincontent .productItem-title-wrap {
  margin: 0 auto;
}

.mycomfy_maincontent .productItem-title-full {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.mycomfy_maincontent .productItem-hoverMask {
  display: none;
}

@media screen and (min-width: 768px) {
  .mycomfy_header_kv {
    width: 40%;
    margin: 50px auto 80px;
    max-width: 980px;
  }
  .mycomfy_maincontent_logo {
    margin-top: 10%;
  }
  .mycomfy_maincontent_lead {
    margin-top: 5%;
  }
  .mycomfy_maincontent_btnArea {
    margin-top: 10%;
  }
  .mycomfy_maincontent_wrap {
    max-width: 980px;
    padding: 0 26px;
    margin: 0 auto;
  }
  .mycomfy_maincontent_itemList {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
  }
  .mycomfy_maincontent_item {
    width: 55%;
    margin: 0 auto;
  }
  .mycomfy_maincontent_item + .mycomfy_maincontent_item {
    margin-top: 15%;
  }
  .mycomfy_maincontent_item.productItem-full {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
  }
  .mycomfy_maincontent_item.mycomfy_productItem_slider {
    position: unset;
    margin: 0 auto;
  }
  .mycomfy_maincontent_item.mycomfy_maincontent_item9 {
    width: 90%;
  }
  .mycomfy_maincontent .productItem-hoverParent {
    position: relative;
  }
  .mycomfy_maincontent .productItem-hoverParent:hover .productItem-hoverMask {
    opacity: 1;
    padding-bottom: 30px;
  }
  .mycomfy_maincontent .productItem-hoverParent:hover .modal-btn.modal-btn_open:before {
    transform: rotate(-45deg);
  }
  .mycomfy_maincontent .productItem-hoverParent:hover .modal-btn.modal-btn_open:after {
    transform: rotate(45deg);
  }
  .mycomfy_maincontent .productItem-hoverMask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 30px 30px 0;
    opacity: 0;
    transition: all 0.6s ease;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.mycomfy .modal-bg {
  background: #151515;
  opacity: 0.9;
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.mycomfy .modal-block {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.mycomfy .modal-btn {
  display: block;
  text-align: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}

.mycomfy .modal-btn:before, .mycomfy .modal-btn:after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 27px;
  border-radius: 1px;
  margin-left: 6px;
  margin-top: 19px;
  transition: all 0.25s;
}

.mycomfy .modal-btn:before {
  transform: rotate(-90deg);
}

.mycomfy .modal-btn:after {
  top: -20px;
}

.mycomfy .modal-btn_close {
  position: absolute;
  top: 55px;
  right: 35px;
}

.mycomfy .modal-btn_close:before {
  transform: rotate(-45deg);
  background-color: #fff;
}

.mycomfy .modal-btn_close:after {
  transform: rotate(45deg);
  background-color: #fff;
}

.mycomfy .modal-content-body {
  left: 50%;
  position: absolute;
  text-align: right;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}

.mycomfy .modal-content-body-wrap {
  padding: 0 20px;
}

.mycomfy .modal-content-body.height100 {
  top: 60px;
  transform: translateX(-50%);
}

.mycomfy .height100 {
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 140px;
}

.mycomfy .productCreditBlock {
  z-index: 999999;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

@media screen and (min-width: 768px) {
  .mycomfy .modal-btn {
    width: 45px;
    height: 45px;
  }
  .mycomfy .modal-btn:before, .mycomfy .modal-btn:after {
    width: 30px;
    margin-left: 6px;
    margin-top: 22px;
  }
  .mycomfy .modal-btn:after {
    top: -24px;
  }
  .mycomfy .modal-btn_open.modal-btn {
    top: 20px;
    bottom: unset;
  }
  .mycomfy .modal-block {
    height: auto;
    position: unset;
    width: auto;
    z-index: 0;
    display: none;
  }
  .mycomfy .modal-block.productItem-hoverMask {
    position: absolute;
    display: flex;
  }
  .mycomfy .modal-bg {
    display: none;
  }
  .mycomfy .modal-btn {
    display: none;
  }
}
.mycomfy .productCredit_item-link {
  color: #fff;
  position: relative;
}

.mycomfy .productCredit_item-link:link {
  color: #fff;
}

.mycomfy .productCredit_item-link:visited {
  color: #fff;
}

.mycomfy .productCredit_item {
  display: flex;
  align-items: flex-end;
  color: #fff;
  justify-content: space-between;
}

.mycomfy .productCredit_item > a {
  display: flex;
  align-items: flex-end;
  color: #fff;
  justify-content: space-between;
  width: 100%;
}

.mycomfy .productCredit_item:after {
  content: "";
  display: none;
  float: none;
  clear: both;
}

.mycomfy .productCredit_left {
  box-sizing: border-box;
  text-align: left;
}

.mycomfy .productCredit_left span {
  display: block;
  line-height: 1.65;
}

.mycomfy .productCredit_position {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 5px;
  text-align: left;
  font-family: "avenir";
}

.mycomfy .productCredit_name {
  font-size: 1.3rem;
  font-weight: bold;
}

.mycomfy .productCredit_name-en {
  margin-bottom: 5px;
  font-family: "avenir";
}

.mycomfy .productCredit_number {
  font-family: "avenir";
}

.mycomfy .productCredit_color {
  font-family: "avenir";
}

.mycomfy .productCredit_price {
  font-family: "avenir";
}

.mycomfy .productCredit_releasedate {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "Hiragino Sans", Meiryo, sans-serif;
  margin-top: 3px;
  display: inline-block;
}

.mycomfy .productCredit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
  font-size: 11px;
  letter-spacing: 1px;
  color: #fff !important;
  font-weight: bold;
  width: 100px;
  padding: 7px 0;
  margin-left: auto;
  font-family: "avenir";
}

.mycomfy .productCredit_item + .productCredit_item {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .mycomfy .productCreditBlock {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .mycomfy .productCredit_btn {
    padding: 10px;
    max-width: 90px;
  }
  .mycomfy .productCredit_item-link:hover {
    opacity: 0.5;
  }
  .mycomfy .productCredit_left {
    width: auto;
  }
  .mycomfy .productCredit_right {
    margin-left: auto;
  }
}
/* style added for 2024s1----- */
@font-face {
  font-family: "centaur-mt-std";
  src: url("../font/centaur-mt-std.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

.mycomfy_header_kv {
  position: relative;
}
.mycomfy_header_kv .mycomfy_title {
  position: absolute;
  font-family: "centaur-mt-std", serif !important;
  font-weight: normal;
  top: 10%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.mycomfy_header_kv .mycomfy_title .collection_year {
  font-size: 20px;
  margin-bottom: 10px;
}

.mycomfy_maincontent_item {
  margin-bottom: 80px;
}

.mycomfy-btn {
  font-family: "centaur-mt-std", serif !important;
  text-decoration: none;
}

.mycomfy .mycomfy-btn_all::after {
  height: 1px;
}

.mycomfy_maincontent_itemList {
  margin-bottom: 40px;
}

.no-buy-btn {
  pointer-events: none;
}

.photo-cooperation {
  text-align: center;
  margin: 50px auto;
  font-size: 13px;
  font-weight: normal;
}

.productCredit_reserve {
  font-size: 12px;
  line-height: 2 !important;
}

.mycomfy_sidebyside {
  display: flex !important;
  margin: 80px 20px;
  gap: 10px;
}
.mycomfy_sidebyside .mycomfy_maincontent_item {
  width: 40%;
  flex: 1;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .mycomfy_maincontent_wrap {
    max-width: 1150px;
  }
  .mycomfy_maincontent_itemList {
    max-width: unset;
    margin-top: 10%;
  }
  .mycomfy_header_kv {
    width: 65%;
    max-width: 600px;
  }
  .mycomfy_header_kv {
    position: relative;
  }
  .mycomfy_header_kv .mycomfy_title .collection_year {
    font-size: 20px;
  }
  .mycomfy_sidebyside {
    display: flex !important;
    margin: 15% 0;
    gap: 20px;
  }
  .mycomfy_sidebyside .mycomfy_maincontent_item {
    width: 40%;
    flex: 1;
    margin: 0;
  }
}
/* style added for 2024s1----- *//*# sourceMappingURL=style.css.map */