@-webkit-keyframes ln-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ln-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOutMv {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOutMv {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
html, body {
  padding: 0;
  margin: 0;
}

.main {
  background-color: #9AB2C0;
  font-family: "Helvetica Neue", sans-serif;
  color: #2E4046;
  font-style: normal;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.5;
  font-size: 12px;
}
.main h1, .main h2, .main p, .main ol, .main ul, .main li, .main dt, .main dd {
  padding: 0;
  margin: 0;
}
.main ol, .main ul, .main li {
  list-style-type: none;
}
.main img {
  width: 100%;
  vertical-align: top;
}
.main .js-scroll-fade {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  transition-duration: 1000ms;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.main .js-scroll-fade.js-scroll-fade--in {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}
.main .js-scroll-fade-delay2 {
  transition-delay: 0.5s;
}
.main .js-scroll-fade-delay3 {
  transition-delay: 1s;
}
.main .js-scroll-fade-delay4 {
  transition-delay: 1.5s;
}
.main .js-scroll-fade-delay5 {
  transition-delay: 2s;
}
.main .js-scroll-fade2 {
  opacity: 0;
  transition-duration: 1200ms;
  transition-property: opacity;
  transition-delay: 0.1s;
}
.main .js-scroll-fade2.js-scroll-fade2--in {
  opacity: 1;
}
.main .js-scroll-fade-delay2 {
  transition-delay: 0.5s;
}
.main .js-scroll-fade-delay3 {
  transition-delay: 1s;
}
.main .js-scroll-fade-delay4 {
  transition-delay: 1.5s;
}
.main .js-scroll-fade-delay5 {
  transition-delay: 2s;
}
.main .js-scroll-fade3 {
  overflow: hidden;
}
.main .js-scroll-fade3 > * {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition-duration: 2000ms;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.main .js-scroll-fade3.js-scroll-fade3--in > * {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.main .js-scroll-fade-delay2 > * {
  transition-delay: 0.5s;
}
.main .js-scroll-fade-delay3 > * {
  transition-delay: 1s;
}
.main .js-scroll-fade-delay4 > * {
  transition-delay: 1.5s;
}
.main .js-scroll-fade-delay5 > * {
  transition-delay: 2s;
}
.main .js-fade {
  opacity: 0;
  transition-duration: 2000ms;
  transition-delay: 1000ms;
  transition-property: opacity;
}
.main .js-fade.js-fade--in {
  opacity: 1;
}
.main .js-scroll-popup {
  visibility: hidden;
  opacity: 0;
  transition-duration: 3000ms;
  transition-property: opacity;
}
.main .js-scroll-popup.js-scroll-popup--in {
  visibility: visible;
  opacity: 1;
}

.slick-prev,
.slick-next {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 14.4vw;
  border: none;
  text-indent: -9999rem;
  height: 3.2vw;
  width: 3.2vw;
  transition: opacity 0.5s;
  z-index: 1;
}

.slick-prev {
  background: url("/static/full/images/catalog/tsuharu/2025winter/pc/icon_arrow.svg") no-repeat center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: contain;
  left: -8vw;
}

.slick-next {
  background: url("/static/full/images/catalog/tsuharu/2025winter/pc/icon_arrow.svg") no-repeat center center;
  background-size: contain;
  right: -8vw;
}

.thr-slide {
  overflow: hidden;
}
.thr-slide .slick-slide {
  height: auto;
}

.thr-slide-item.add-animation {
  -webkit-animation: zoomOut 10s linear 0s normal both;
          animation: zoomOut 10s linear 0s normal both;
}
.thr-mv .thr-mv_img {
  position: relative;
}
.thr-mv .thr-mv_logo {
  position: absolute;
  z-index: 2;
}
.thr-mv .thr-mv-slide {
  overflow: hidden;
}
.thr-mv .thr-mv-slide .slick-slide {
  height: auto;
}
.thr-mv .thr-mv-slide-item.add-animation {
  -webkit-animation: zoomOutMv 10s linear 0s normal both;
          animation: zoomOutMv 10s linear 0s normal both;
}

.thr-linkList {
  position: relative;
}
.thr-linkList .thr-linkList_side {
  position: absolute;
  z-index: 200;
  top: 56.5px;
  left: 0;
  width: 110px;
}
.thr-linkList .thr-linkList_side.is-fix {
  position: fixed;
  top: 126.5px;
}
.thr-linkList .thr-linkList_side-list {
  border-top: 1px solid #fff;
}
.thr-linkList .thr-linkList_side-item {
  border-bottom: 1px solid #fff;
}
.thr-linkList .thr-linkList_side-link[href^="#"]:hover {
  opacity: 1;
}
.thr-linkList .thr-linkList_side-link img[data-status=default] {
  display: block;
}
.thr-linkList .thr-linkList_side-link img[data-status=active] {
  display: none;
}
.thr-linkList .thr-linkList_side-link.is-active {
  position: relative;
}
.thr-linkList .thr-linkList_side-link.is-active::before {
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 8px;
  height: 10px;
  background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/menu_side_dot.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.thr-linkList .thr-linkList_side-link.is-active img[data-status=default] {
  display: none;
}
.thr-linkList .thr-linkList_side-link.is-active img[data-status=active] {
  display: block;
}
.thr-linkList .thr-linkList_tab-inner {
  position: relative;
  margin: 0 auto;
}
.thr-linkList .thr-linkList_tab-list {
  position: absolute;
  display: flex;
}
.thr-linkList .thr-linkList_tab-item {
  width: 50%;
}
.thr-linkList .thr-linkList_tab-link {
  display: block;
  height: 100%;
}
.thr-linkList .thr-linkList_tab-img-item {
  display: none;
}
.thr-linkList .thr-linkList_tab-img-item.is-active {
  display: block;
}
.thr-wishes1 .thr-wishes1_heading-img {
  position: relative;
}
.thr-wishes1 .thr-wishes1_heading-img01 {
  position: absolute;
  left: 0;
  z-index: 1;
}
.thr-wishes1 .thr-wishes1_heading-dot {
  width: 12px;
  margin: 41px auto 0;
}
.thr-wishes1 .thr-wishes1_heading-fade {
  position: absolute;
  top: 8vw;
  left: 26.6666666667vw;
  width: 46.9333333333vw;
  z-index: 1;
  bottom: -2.6666666667vw;
}
.thr-wishes1 .thr-wishes1_content {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.thr-wishes1 .thr-wishes1_content-area01 {
  margin: 0 auto;
  position: relative;
}
.thr-wishes1 .thr-wishes1_content-area02-price_img {
  width: 247px;
  margin-bottom: 20px;
}
.thr-wishes1 .thr-wishes1_content-area02-price_img_button {
  display: block;
}
.thr-wishes1 .thr-wishes1_content-area02-price_img_button img[data-status=hover] {
  display: none;
}
.thr-wishes1 .thr-wishes1_content-area02_img1 {
  position: absolute;
  width: 202px;
  bottom: 0px;
  left: 527px;
}
.thr-wishes2 .thr-wishes2_heading-no {
  width: 12.2666666667vw;
  margin: 0 auto 8vw;
}
.thr-wishes2 .thr-wishes2_heading-img {
  position: relative;
}
.thr-wishes2 .thr-wishes2_heading-img01 {
  position: absolute;
  left: 0;
  z-index: 1;
}
.thr-wishes2 .thr-wishes2_heading-dot {
  width: 22px;
  margin: 40px auto 0;
}
.thr-wishes2 .thr-wishes2_content {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.thr-wishes2 .thr-wishes2_content-lead {
  width: 427px;
  margin: 0 auto 43px;
}
.thr-wishes2 .thr-wishes2_content-area01 {
  margin: 0 auto;
}
.thr-wishes2 .thr-wishes2_content-area01_column {
  display: flex;
}
.thr-wishes2 .thr-wishes2_content-area02_photo04 {
  width: 220px;
  margin-bottom: 40px;
}
.thr-wishes2 .thr-wishes2_content-area02_img {
  position: absolute;
  right: -41px;
  top: 41px;
}
.thr-wishes2 .thr-wishes2_content-area02_img1 {
  position: absolute;
  width: 66px;
  bottom: 10px;
  left: 186px;
}
.thr-wishes2 .thr-wishes2_content-area02_img2 {
  width: 448px;
}
.thr-wishes2 .thr-wishes2_content-price_button {
  display: block;
}
.thr-wishes2 .thr-wishes2_content-price_button img[data-status=hover] {
  display: none;
}
.thr-wishes2 .thr-wishes2_illust01 {
  margin: 8.2666666667vw auto 0;
  position: relative;
  width: 82.6666666667vw;
}
.thr-wishes2 .thr-wishes2_illust01_img1 {
  position: absolute;
  bottom: 1.8666666667vw;
  left: 34.4vw;
  width: 12.2666666667vw;
}
.thr-wishes2 .thr-wishes2_photo01-inner {
  position: relative;
  margin: 0 auto;
}
.thr-wishes2 .thr-wishes2_photo01-illust {
  position: absolute;
  z-index: 2;
}
.thr-wishes2 .thr-wishes2_photo02 {
  margin-top: 85px;
}
.thr-wishes2 .thr-wishes2_photo02-inner {
  position: relative;
  margin: 0 auto;
  width: 777px;
}
.thr-wishes2 .thr-wishes2_photo02-text {
  width: 740px;
  position: absolute;
  top: 36px;
  left: 17.5px;
  overflow: hidden;
  z-index: 2;
}
.thr-wishes2 .thr-wishes2_photo02-text-loop {
  display: flex;
  width: 1480px;
}
.thr-wishes2 .thr-wishes2_photo02-text-loop img {
  width: 50%;
  -webkit-animation: wishes2_photo02_loop 13s linear infinite;
          animation: wishes2_photo02_loop 13s linear infinite;
}

@-webkit-keyframes wishes2_photo02_loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes wishes2_photo02_loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.thr-wishes3 .thr-wishes3_heading-no {
  width: 12.2666666667vw;
  margin: 0 auto 10.6666666667vw;
}
.thr-wishes3 .thr-wishes3_heading-img {
  position: relative;
}
.thr-wishes3 .thr-wishes3_heading-img01 {
  position: absolute;
  left: 0;
  z-index: 1;
}
.thr-wishes3 .thr-wishes3_heading-dot {
  width: 32px;
  margin: 40px auto 0;
}
.thr-wishes3 .thr-wishes3_content {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.thr-wishes3 .thr-wishes3_content-lead {
  width: 330px;
  margin: 0 auto 40px;
}
.thr-wishes3 .thr-wishes3_content-area01 {
  margin: 0 auto;
}
.thr-wishes3 .thr-wishes3_content-area01_column {
  display: flex;
}
.thr-wishes3 .thr-wishes3_content-area03 {
  position: relative;
}
.thr-wishes3 .thr-wishes3_content-price_button {
  display: block;
}
.thr-wishes3 .thr-wishes3_content-price_button img[data-status=hover] {
  display: none;
}
.thr-wishes3 .thr-wishes3_content-illust01 {
  position: absolute;
}
.thr-wishesItem .thr-wishesItem_heading {
  margin: 0 auto;
}
.thr-wishesItem .thr-wishesItem_body-items_model {
  margin: 0 auto;
}
.thr-wishesItem .thr-wishesItem_body-items-item > a {
  display: block;
}
.thr-wishesItem .thr-wishesItem_body-items-item > a:hover {
  opacity: 1;
}
.thr-wishesItem .thr-wishesItem_sep-list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  line-height: 1;
}

.thr-separator1 .thr-separator1_inner {
  position: relative;
}
.thr-separator1 .thr-separator1_text {
  position: absolute;
  z-index: 2;
}

.thr-style1 {
  background-color: #d8dee1;
}
.thr-style1 .thr-style1_heading-img {
  margin: 0 auto;
}
.thr-style1 .thr-style1_content {
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}
.thr-style1 .thr-style1_content-column {
  position: relative;
  display: -ms-grid;
  display: grid;
}
.thr-style1 .thr-style1_content-area01 {
  grid-area: area01;
}
.thr-style1 .thr-style1_content-area02 {
  grid-area: area02;
}
.thr-style1 .thr-style1_content-area02_price-button {
  display: block;
}
.thr-style1 .thr-style1_content-area02_price-button img[data-status=hover] {
  display: none;
}
.thr-style1 .thr-style1_content-area03 {
  grid-area: area03;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.thr-style1 .thr-style1_content-area03-item-buy {
  display: block;
}
.thr-style1 .thr-style1_content-area03-item-buy img[data-status=hover] {
  display: none;
}
.thr-style1 .thr-style1_content-area04-illust {
  position: absolute;
  width: 144px;
  right: 86px;
  bottom: 24px;
}

.thr-style2 {
  background-color: #d8dee1;
}
.thr-style2 .thr-style2_heading-img {
  margin: 0 auto;
}
.thr-style2 .thr-style2_content {
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}
.thr-style2 .thr-style2_content-column {
  position: relative;
}
.thr-style2 .thr-style2_content-area03_price-button {
  display: block;
}
.thr-style2 .thr-style2_content-area03_price-button img[data-status=hover] {
  display: none;
}
.thr-style2 .thr-style2_content-area04-list {
  display: flex;
}
.thr-style2 .thr-style2_content-area04-item-buy {
  display: block;
}
.thr-style2 .thr-style2_content-area04-item-buy img[data-status=hover] {
  display: none;
}
.thr-style2 .thr-style2_content-area05-illust {
  position: absolute;
}

.thr-separator2 {
  margin: 0 auto;
  background-color: #D8DEE1;
}

.thr-staff {
  margin: -1px auto 0;
  background-color: #D8DEE1;
}

.thr-footer {
  background-color: #d8dee1;
}
.thr-footer .thr-footer_inner {
  position: relative;
}
.thr-footer .thr-footer_text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.thr-footer .thr-footer_text-shop {
  margin: 0 auto;
}
.thr-footer .thr-footer_text-shop > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  .main {
    min-width: 1080px;
  }
  .main a {
    transition: opacity 0.3s;
  }
  .main a:hover {
    opacity: 0.6;
  }
  .main .sp-only {
    display: none;
  }
  .slick-prev:hover,
.slick-next:hover {
    opacity: 0.6;
  }
  .thr-mv {
    padding-bottom: 70px;
  }
  .thr-mv .thr-mv_logo {
    width: max(8.203125vw, 88.59375px);
    top: max(12.1875vw, 131.625px);
    right: max(33.671875vw, 363.65625px);
  }
  .thr-linkList .thr-linkList_tab-inner {
    width: 980px;
  }
  .thr-linkList .thr-linkList_tab-list {
    width: 646px;
    left: 168px;
    height: 50px;
  }
  .thr-wishes1 {
    padding-top: 60px;
  }
  .thr-wishes1 .thr-wishes1_header_text {
    width: 574px;
    margin: 0 auto;
  }
  .thr-wishes1 .thr-wishes1_heading-img {
    width: 980px;
    margin: 62px auto 0;
  }
  .thr-wishes1 .thr-wishes1_heading-img01 {
    width: 990px;
    bottom: -10px;
    left: -5px;
  }
  .thr-wishes1 .thr-wishes1_heading-photo {
    width: 980px;
  }
  .thr-wishes1 .thr-wishes1_content {
    width: 980px;
    margin: 40px auto 0;
    height: 1590px;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/wishes1_content_bg_pc.png");
  }
  .thr-wishes1 .thr-wishes1_content-inner {
    width: 840px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .thr-wishes1 .thr-wishes1_content-lead {
    width: 290px;
    margin: 0 auto 40px;
  }
  .thr-wishes1 .thr-wishes1_content-area01 {
    width: 660px;
  }
  .thr-wishes1 .thr-wishes1_content-area01-photo01 {
    width: 660px;
  }
  .thr-wishes1 .thr-wishes1_content-area01-img01 {
    position: absolute;
    width: 145px;
    bottom: 363px;
    left: 225px;
    z-index: 2;
  }
  .thr-wishes1 .thr-wishes1_content-area01-photo02 {
    margin: 20px auto 0;
  }
  .thr-wishes1 .thr-wishes1_content-area01-img02 {
    position: absolute;
    width: 138px;
    bottom: 42px;
    left: 391px;
    z-index: 2;
  }
  .thr-wishes1 .thr-wishes1_content-area01-photo03 {
    margin: 20px 0 0 0;
    display: flex;
    gap: 20px;
  }
  .thr-wishes1 .thr-wishes1_content-area01-photo03-1 {
    width: 320px;
  }
  .thr-wishes1 .thr-wishes1_content-area01-photo03-2 {
    width: 320px;
  }
  .thr-wishes1 .thr-wishes1_content-area02 {
    width: 660px;
    position: relative;
    margin: 40px auto 0;
  }
  .thr-wishes1 .thr-wishes1_content-area02-price_img_button {
    width: 111px;
  }
  .thr-wishes1 .thr-wishes1_content-area02-price_img_button:hover {
    opacity: 1;
  }
  .thr-wishes1 .thr-wishes1_content-area02-price_img_button:hover img[data-status=default] {
    display: none;
  }
  .thr-wishes1 .thr-wishes1_content-area02-price_img_button:hover img[data-status=hover] {
    display: block;
  }
  .thr-wishes2 {
    margin-top: 85px;
  }
  .thr-wishes2 .thr-wishes2_heading-img {
    width: 990px;
    margin: 0 auto;
  }
  .thr-wishes2 .thr-wishes2_heading-img01 {
    bottom: -9px;
  }
  .thr-wishes2 .thr-wishes2_heading-photo {
    width: 980px;
    margin: 0 auto;
  }
  .thr-wishes2 .thr-wishes2_content {
    width: 980px;
    margin: 40px auto 0;
    height: 1314px;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/wishes2_content_bg_pc.png");
  }
  .thr-wishes2 .thr-wishes2_content-inner {
    width: 840px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .thr-wishes2 .thr-wishes2_content-area01 {
    width: 670px;
  }
  .thr-wishes2 .thr-wishes2_content-area01_column {
    gap: 20px;
  }
  .thr-wishes2 .thr-wishes2_content-area01_photo01 {
    width: 374px;
  }
  .thr-wishes2 .thr-wishes2_content-area01_column2 {
    width: 276px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .thr-wishes2 .thr-wishes2_content-area02 {
    width: 670px;
    position: relative;
    margin: 20px auto 0;
  }
  .thr-wishes2 .thr-wishes2_content-price_img {
    width: 242px;
    margin-bottom: 20px;
  }
  .thr-wishes2 .thr-wishes2_content-price_button {
    width: 111px;
  }
  .thr-wishes2 .thr-wishes2_content-price_button:hover {
    opacity: 1;
  }
  .thr-wishes2 .thr-wishes2_content-price_button:hover img[data-status=default] {
    display: none;
  }
  .thr-wishes2 .thr-wishes2_content-price_button:hover img[data-status=hover] {
    display: block;
  }
  .thr-wishes2 .thr-wishes2_photo01 {
    margin-top: 64px;
  }
  .thr-wishes2 .thr-wishes2_photo01-inner {
    width: 740px;
  }
  .thr-wishes2 .thr-wishes2_photo01-illust {
    width: 192px;
    top: 72px;
    right: 68px;
  }
  .thr-wishes3 {
    margin-top: 160px;
  }
  .thr-wishes3 .thr-wishes3_heading-img {
    width: 990px;
    margin: 0 auto;
  }
  .thr-wishes3 .thr-wishes3_heading-img01 {
    bottom: -9px;
  }
  .thr-wishes3 .thr-wishes3_heading-photo {
    width: 980px;
    margin: 0 auto;
  }
  .thr-wishes3 .thr-wishes3_content {
    width: 980px;
    margin: 40px auto 0;
    height: 1085px;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/wishes3_content_bg_pc.png");
  }
  .thr-wishes3 .thr-wishes3_content-inner {
    width: 840px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .thr-wishes3 .thr-wishes3_content-area01 {
    width: 660px;
  }
  .thr-wishes3 .thr-wishes3_content-area01_column {
    gap: 19px;
  }
  .thr-wishes3 .thr-wishes3_content-area01_photo01 {
    width: 434px;
  }
  .thr-wishes3 .thr-wishes3_content-area01_photo02 {
    width: 207px;
  }
  .thr-wishes3 .thr-wishes3_content-area02 {
    width: 660px;
    margin: 20px auto 0;
  }
  .thr-wishes3 .thr-wishes3_content-area03 {
    width: 660px;
    margin: 40px auto 0;
  }
  .thr-wishes3 .thr-wishes3_content-price_img {
    width: 216px;
    margin-bottom: 20px;
  }
  .thr-wishes3 .thr-wishes3_content-price_button {
    width: 111px;
  }
  .thr-wishes3 .thr-wishes3_content-price_button:hover {
    opacity: 1;
  }
  .thr-wishes3 .thr-wishes3_content-price_button:hover img[data-status=default] {
    display: none;
  }
  .thr-wishes3 .thr-wishes3_content-price_button:hover img[data-status=hover] {
    display: block;
  }
  .thr-wishes3 .thr-wishes3_content-illust01 {
    bottom: 24px;
    right: 22px;
  }
  .thr-wishes3 .thr-wishes3_content-illust01_img {
    width: 116px;
  }
  .thr-wishesItem {
    padding-top: 58px;
    padding-bottom: 100px;
  }
  .thr-wishesItem .thr-wishesItem_heading {
    width: 156px;
  }
  .thr-wishesItem .thr-wishesItem_body {
    width: 680px;
    margin: -10px auto 0;
    height: 1080px;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/wishes_item_frame_pc.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .thr-wishesItem .thr-wishesItem_body-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    padding-top: 50px;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items,
.thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items-item {
    opacity: 0;
    transition-duration: 1200ms;
    transition-property: opacity;
  }
  .thr-wishesItem .thr-wishesItem_body-content.js-scroll-fade2--in .thr-wishesItem_body-items,
.thr-wishesItem .thr-wishesItem_body-content.js-scroll-fade2--in .thr-wishesItem_body-items-item {
    opacity: 1;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items:nth-of-type(1) {
    transition-delay: 0.2s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items:nth-of-type(1) .thr-wishesItem_body-items-list .thr-wishesItem_body-items-item:nth-of-type(1) {
    transition-delay: 0.8s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items:nth-of-type(1) .thr-wishesItem_body-items-list .thr-wishesItem_body-items-item:nth-of-type(2) {
    transition-delay: 1.4s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items:nth-of-type(1) .thr-wishesItem_body-items-list .thr-wishesItem_body-items-item:nth-of-type(3) {
    transition-delay: 2s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items:nth-of-type(1) .thr-wishesItem_body-items-list .thr-wishesItem_body-items-item:nth-of-type(4) {
    transition-delay: 2.6s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items:nth-of-type(2) {
    transition-delay: 0.4s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items:nth-of-type(2) .thr-wishesItem_body-items-list .thr-wishesItem_body-items-item:nth-of-type(1) {
    transition-delay: 1s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items:nth-of-type(2) .thr-wishesItem_body-items-list .thr-wishesItem_body-items-item:nth-of-type(2) {
    transition-delay: 1.6s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items:nth-of-type(2) .thr-wishesItem_body-items-list .thr-wishesItem_body-items-item:nth-of-type(3) {
    transition-delay: 2.2s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items:nth-of-type(3) {
    transition-delay: 0.6s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items:nth-of-type(3) .thr-wishesItem_body-items-list .thr-wishesItem_body-items-item:nth-of-type(1) {
    transition-delay: 1.2s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items:nth-of-type(3) .thr-wishesItem_body-items-list .thr-wishesItem_body-items-item:nth-of-type(2) {
    transition-delay: 1.8s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items:nth-of-type(3) .thr-wishesItem_body-items-list .thr-wishesItem_body-items-item:nth-of-type(3) {
    transition-delay: 2.4s;
  }
  .thr-wishesItem .thr-wishesItem_body-items_model {
    width: 110px;
    height: 210px;
  }
  .thr-wishesItem .thr-wishesItem_body-items-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (180px)[4];
    grid-template-rows: repeat(4, 180px);
    gap: 20px;
  }
  .thr-wishesItem .thr-wishesItem_body-items-item {
    margin: 0 auto;
    width: 140px;
  }
  .thr-wishesItem .thr-wishesItem_body-items-item .thr-wishesItem_body-items-item-img {
    transition: 0.3s;
  }
  .thr-wishesItem .thr-wishesItem_body-items-item:hover .thr-wishesItem_body-items-item-img {
    opacity: 0.6;
  }
  .thr-wishesItem .thr-wishesItem_body-items-item:hover .thr-wishesItem_body-items-item-text img[data-status=default] {
    display: none;
  }
  .thr-wishesItem .thr-wishesItem_body-items-item:hover .thr-wishesItem_body-items-item-text img[data-status=active] {
    display: block;
  }
  .thr-wishesItem .thr-wishesItem_body-items-item-text {
    width: 140px;
    margin-top: 10px;
  }
  .thr-wishesItem .thr-wishesItem_body-items-item-text img[data-status=active] {
    display: none;
  }
  .thr-wishesItem .thr-wishesItem_sep {
    padding-top: 100px;
  }
  .thr-wishesItem .thr-wishesItem_sep-list {
    width: 11px;
    gap: 15px;
  }
  .thr-separator1 .thr-separator1_inner {
    margin-bottom: -5px;
  }
  .thr-separator1 .thr-separator1_text {
    top: max(8.515625vw, 91.96875px);
    width: max(16.796875vw, 181.40625px);
    right: max(15.625vw, 168.75px);
  }
  .thr-style1 .thr-style1_inner {
    padding-top: 80px;
  }
  .thr-style1 .thr-style1_head-text {
    width: 195px;
    margin: 0 auto 40px;
  }
  .thr-style1 .thr-style1_heading-img {
    width: 840px;
  }
  .thr-style1 .thr-style1_heading-dot {
    width: 11px;
    margin: 40px auto;
  }
  .thr-style1 .thr-style1_content {
    width: 980px;
    margin: 0 auto;
    height: 808px;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/style1_content_bg_pc.png");
    padding: 40px;
  }
  .thr-style1 .thr-style1_content-inner {
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 760px;
    margin: 0 auto;
    height: 650px;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/style1_content_frame_pc.png");
  }
  .thr-style1 .thr-style1_content-column {
    padding-top: 44px;
    padding-bottom: 80px;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto auto;
        grid-template: "area01 area01" auto "area03 area02" auto/auto auto;
  }
  .thr-style1 .thr-style1_content-area01 {
    width: 580px;
    margin: 0 auto 20px;
  }
  .thr-style1 .thr-style1_content-area01_column {
    display: flex;
    justify-content: space-between;
  }
  .thr-style1 .thr-style1_content-area01_photo01 {
    width: 280px;
  }
  .thr-style1 .thr-style1_content-area01_photo02 {
    width: 280px;
  }
  .thr-style1 .thr-style1_content-area02 {
    margin-left: auto;
    margin-right: 90px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .thr-style1 .thr-style1_content-area02_price-img {
    width: 251px;
    margin-bottom: 20px;
    margin-right: 8px;
  }
  .thr-style1 .thr-style1_content-area02_price-button {
    width: 111px;
    margin-left: auto;
  }
  .thr-style1 .thr-style1_content-area02_price-button:hover {
    opacity: 1;
  }
  .thr-style1 .thr-style1_content-area02_price-button:hover img[data-status=default] {
    display: none;
  }
  .thr-style1 .thr-style1_content-area02_price-button:hover img[data-status=hover] {
    display: block;
  }
  .thr-style1 .thr-style1_content-area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .thr-style1 .thr-style1_content-area02 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .thr-style1 .thr-style1_content-area03 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .thr-style1 .thr-style1_content-area03 {
    margin-top: 10px;
    margin-left: 80px;
  }
  .thr-style1 .thr-style1_content-area03-item {
    display: flex;
    justify-content: space-between;
  }
  .thr-style1 .thr-style1_content-area03-item-buy {
    width: 55px;
    margin-top: 10px;
  }
  .thr-style1 .thr-style1_content-area03-item-buy:hover {
    opacity: 1;
  }
  .thr-style1 .thr-style1_content-area03-item-buy:hover img[data-status=default] {
    display: none;
  }
  .thr-style1 .thr-style1_content-area03-item-buy:hover img[data-status=hover] {
    display: block;
  }
  .thr-style1 .thr-style1_content-area03-item01 {
    width: 262px;
  }
  .thr-style1 .thr-style1_content-area03-item01-img {
    width: 135px;
  }
  .thr-style1 .thr-style1_content-area03-item01-price {
    width: 95px;
    margin-top: 21px;
  }
  .thr-style2 .thr-style2_line01 {
    width: 819px;
    margin: 0 auto 80px;
  }
  .thr-style2 .thr-style2_heading-img {
    width: 840px;
  }
  .thr-style2 .thr-style2_heading-dot {
    width: 18px;
    margin: 30px auto 20px;
  }
  .thr-style2 .thr-style2_content {
    width: 980px;
    margin: 0 auto;
    height: 1507px;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/style2_content_bg_pc.png");
    padding: 40px;
  }
  .thr-style2 .thr-style2_content-inner {
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 760px;
    margin: 0 auto;
    height: 1351px;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/style2_content_frame_pc.png");
  }
  .thr-style2 .thr-style2_content-column {
    padding-top: 68px;
    padding-bottom: 40px;
  }
  .thr-style2 .thr-style2_content-area01 {
    width: 580px;
    margin: 0 auto 20px;
  }
  .thr-style2 .thr-style2_content-area02 {
    width: 580px;
    margin: 0 auto 20px;
  }
  .thr-style2 .thr-style2_content-area03 {
    width: 580px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .thr-style2 .thr-style2_content-area03_photo03 {
    width: 220px;
  }
  .thr-style2 .thr-style2_content-area03_price {
    margin-top: 20px;
  }
  .thr-style2 .thr-style2_content-area03_price-img {
    width: 232px;
    margin-bottom: 20px;
  }
  .thr-style2 .thr-style2_content-area03_price-button {
    width: 111px;
    margin-left: auto;
  }
  .thr-style2 .thr-style2_content-area03_price-button:hover {
    opacity: 1;
  }
  .thr-style2 .thr-style2_content-area03_price-button:hover img[data-status=default] {
    display: none;
  }
  .thr-style2 .thr-style2_content-area03_price-button:hover img[data-status=hover] {
    display: block;
  }
  .thr-style2 .thr-style2_content-area04 {
    padding-right: 28px;
    margin-left: auto;
    margin-top: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .thr-style2 .thr-style2_content-area04-item:nth-of-type(n + 2) {
    padding-left: 2px;
    position: relative;
  }
  .thr-style2 .thr-style2_content-area04-item:nth-of-type(n + 2)::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 4px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/style2_content_img_line01_pc.png");
  }
  .thr-style2 .thr-style2_content-area04-item-img {
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .thr-style2 .thr-style2_content-area04-item-buy {
    width: 55px;
    margin-top: 10px;
  }
  .thr-style2 .thr-style2_content-area04-item-buy:hover {
    opacity: 1;
  }
  .thr-style2 .thr-style2_content-area04-item-buy:hover img[data-status=default] {
    display: none;
  }
  .thr-style2 .thr-style2_content-area04-item-buy:hover img[data-status=hover] {
    display: block;
  }
  .thr-style2 .thr-style2_content-area04-item01-img {
    width: 159px;
    margin-right: 2.9px;
  }
  .thr-style2 .thr-style2_content-area04-item01-price {
    width: 96px;
    margin-left: 31px;
  }
  .thr-style2 .thr-style2_content-area04-item01-buy {
    margin-left: 51px;
  }
  .thr-style2 .thr-style2_content-area04-item02-img {
    width: 138px;
    margin-left: 4.8px;
    margin-right: 12.1px;
  }
  .thr-style2 .thr-style2_content-area04-item02-price {
    width: 70px;
    margin-left: 38.8px;
  }
  .thr-style2 .thr-style2_content-area04-item02-buy {
    margin-left: 45.8px;
  }
  .thr-style2 .thr-style2_content-area04-item03-img {
    width: 128px;
    margin-left: 4.5px;
  }
  .thr-style2 .thr-style2_content-area04-item03-price {
    width: 98px;
    margin-left: 18.6px;
  }
  .thr-style2 .thr-style2_content-area04-item03-buy {
    margin-left: 41.6px;
  }
  .thr-style2 .thr-style2_content-area05-illust {
    width: 177px;
    left: 0;
    bottom: 45px;
  }
  .thr-separator2__inner {
    position: relative;
    width: 651px;
    margin: 0 auto;
    padding-top: 65px;
  }
  .thr-separator2__inner-img01 {
    width: 100%;
    max-width: 651px;
  }
  .thr-separator2__inner-img02 {
    width: 100%;
    max-width: 239px;
    top: 108px;
    left: 238px;
    position: absolute;
  }
  .thr-staff__inner {
    position: relative;
    margin: 0 auto;
    padding-top: 121px;
    width: 100%;
    max-width: 820px;
  }
  .thr-staff__inner__staff {
    position: absolute;
    top: 162px;
    width: 100%;
    max-width: 357px;
  }
  .thr-staff__inner__link {
    position: absolute;
    top: 162px;
    left: 463px;
    width: 100%;
    max-width: 357px;
  }
  .thr-staff__inner__link-01 {
    margin-top: 12px;
    width: 100%;
    max-width: 130px;
  }
  .thr-staff__inner__link-02 {
    margin-top: 12px;
    width: 100%;
    max-width: 90px;
  }
  .thr-footer {
    padding-top: 80px;
  }
  .thr-footer .thr-footer_text {
    top: max(3.515625vw, 37.96875px);
  }
  .thr-footer .thr-footer_text-shop {
    width: 134px;
  }
  .thr-footer .thr-footer_text-copy {
    width: 109px;
    margin: 7px auto 0;
  }
}
@media screen and (max-width: 767.98px) {
  .main {
    font-size: 3.2vw;
    width: 100vw;
    overflow-x: hidden;
  }
  .main .sp-only {
    display: block;
  }
  .main .pc-only {
    display: none;
  }
  .thr-mv {
    margin-bottom: 8vw;
  }
  .thr-mv .thr-mv_logo {
    width: 30.1333333333vw;
    top: 6.4vw;
    left: 6.4vw;
  }
  .thr-linkList .thr-linkList_tab-list {
    width: 89.8666666667vw;
    left: 5.0666666667vw;
    height: 9.3333333333vw;
  }
  .thr-wishes1 {
    padding-top: 10.9333333333vw;
  }
  .thr-wishes1 .thr-wishes1_header_text {
    width: 82.9333333333vw;
    margin: 0 auto;
  }
  .thr-wishes1 .thr-wishes1_heading-no {
    width: 12.2666666667vw;
    margin: 10.6666666667vw auto 5.3333333333vw;
  }
  .thr-wishes1 .thr-wishes1_heading-img01 {
    bottom: -2.6666666667vw;
  }
  .thr-wishes1 .thr-wishes1_content {
    width: 100vw;
    margin: 10.6666666667vw auto 0;
    height: 279.4666666667vw;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/wishes1_content_bg_sp.png");
  }
  .thr-wishes1 .thr-wishes1_content-area01 {
    width: 91.4666666667vw;
  }
  .thr-wishes1 .thr-wishes1_content-area01-photo01-sp {
    display: flex;
    padding-top: 4.2666666667vw;
    margin: 0 4.2666666667vw;
    gap: 0.8vw;
    width: 41.0666666667vw;
  }
  .thr-wishes1 .thr-wishes1_content-area01-img01 {
    position: absolute;
    width: 25.0666666667vw;
    bottom: 61.8666666667vw;
    left: 19.7333333333vw;
    z-index: 2;
  }
  .thr-wishes1 .thr-wishes1_content-area01-photo02 {
    margin: 2.1333333333vw 4.2666666667vw 0;
    width: 82.9333333333vw;
  }
  .thr-wishes1 .thr-wishes1_content-area01-img02 {
    position: absolute;
    width: 21.8666666667vw;
    bottom: 7.7333333333vw;
    left: 48.8vw;
    z-index: 2;
  }
  .thr-wishes1 .thr-wishes1_content-area01-photo03 {
    display: flex;
    padding-top: 2.1333333333vw;
    margin: 0 4.2666666667vw;
    gap: 0.8vw;
  }
  .thr-wishes1 .thr-wishes1_content-area01-photo03-1 {
    width: 41.0666666667vw;
  }
  .thr-wishes1 .thr-wishes1_content-area01-photo03-2 {
    width: 41.0666666667vw;
  }
  .thr-wishes1 .thr-wishes1_content-area02 {
    width: 82.9333333333vw;
    position: relative;
    margin: 5.3333333333vw auto 0;
  }
  .thr-wishes1 .thr-wishes1_content-area02-price_img {
    width: 65.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .thr-wishes1 .thr-wishes1_content-area02-price_img_button {
    width: 29.6vw;
  }
  .thr-wishes1 .thr-wishes1_content-area02_img1 {
    width: 17.3333333333vw;
    bottom: -11.7333333333vw;
    left: 65.6vw;
  }
  .thr-wishes2 {
    padding-top: 13.8666666667vw;
  }
  .thr-wishes2 .thr-wishes2_heading-img01 {
    bottom: -2.6666666667vw;
  }
  .thr-wishes2 .thr-wishes2_content {
    margin-top: 8vw;
    height: 261.0666666667vw;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/wishes2_content_bg_sp.png");
  }
  .thr-wishes2 .thr-wishes2_content-inner {
    width: 91.4666666667vw;
    margin: 0 auto;
    padding: 4.2666666667vw 0;
  }
  .thr-wishes2 .thr-wishes2_content-area01 {
    width: 82.9333333333vw;
  }
  .thr-wishes2 .thr-wishes2_content-area01_column {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
  .thr-wishes2 .thr-wishes2_content-area02 {
    width: 82.9333333333vw;
    margin: 6.1333333333vw auto 0;
  }
  .thr-wishes2 .thr-wishes2_content-price_img {
    width: 64.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .thr-wishes2 .thr-wishes2_content-price_button {
    width: 29.6vw;
  }
  .thr-wishes2 .thr-wishes2_photo01 {
    margin-top: 16vw;
  }
  .thr-wishes2 .thr-wishes2_photo01-inner {
    width: 82.9333333333vw;
  }
  .thr-wishes2 .thr-wishes2_photo01-illust {
    width: 21.6vw;
    top: 8vw;
    right: 7.4666666667vw;
  }
  .thr-wishes3 {
    padding-top: 21.3333333333vw;
  }
  .thr-wishes3 .thr-wishes3_heading-img01 {
    bottom: -2.6666666667vw;
  }
  .thr-wishes3 .thr-wishes3_content {
    margin-top: 10.6666666667vw;
    height: 318.9333333333vw;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/wishes3_content_bg_sp.png");
  }
  .thr-wishes3 .thr-wishes3_content-inner {
    width: 91.4666666667vw;
    margin: 0 auto;
    padding: 4.2666666667vw 0;
  }
  .thr-wishes3 .thr-wishes3_content-area01 {
    width: 82.9333333333vw;
  }
  .thr-wishes3 .thr-wishes3_content-area01_column {
    flex-direction: column-reverse;
    gap: 2.1333333333vw;
  }
  .thr-wishes3 .thr-wishes3_content-area02 {
    width: 82.9333333333vw;
    margin: 2.1333333333vw auto 0;
  }
  .thr-wishes3 .thr-wishes3_content-area03 {
    width: 82.9333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  .thr-wishes3 .thr-wishes3_content-price_img {
    width: 60vw;
    margin-bottom: 5.3333333333vw;
  }
  .thr-wishes3 .thr-wishes3_content-price_button {
    width: 29.6vw;
  }
  .thr-wishes3 .thr-wishes3_content-illust01 {
    bottom: -3.7333333333vw;
    right: 0vw;
  }
  .thr-wishes3 .thr-wishes3_content-illust01_img {
    width: 20.5333333333vw;
  }
  .thr-wishesItem {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .thr-wishesItem .thr-wishesItem_heading {
    width: 82.9333333333vw;
  }
  .thr-wishesItem .thr-wishesItem_body {
    width: 82.9333333333vw;
    margin: 0 auto;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items {
    transition-delay: 0s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items.js-scroll-fade2--in .thr-wishesItem_body-items-item {
    opacity: 1;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items-item {
    opacity: 0;
    transition-duration: 1200ms;
    transition-property: opacity;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items-item:nth-of-type(1) {
    transition-delay: 0.4s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items-item:nth-of-type(2) {
    transition-delay: 0.8s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items-item:nth-of-type(3) {
    transition-delay: 1.2s;
  }
  .thr-wishesItem .thr-wishesItem_body-content .thr-wishesItem_body-items-item:nth-of-type(4) {
    transition-delay: 1.6s;
  }
  .thr-wishesItem .thr-wishesItem_body-items {
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/wishes_item_line_sp.png");
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .thr-wishesItem .thr-wishesItem_body-items_model {
    width: 32vw;
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
  .thr-wishesItem .thr-wishesItem_body-items-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.3333333333vw 2.6666666667vw;
    width: 77.3333333333vw;
    margin: 0 auto;
    padding-bottom: 12vw;
  }
  .thr-wishesItem .thr-wishesItem_body-items-item {
    width: 37.3333333333vw;
  }
  .thr-wishesItem .thr-wishesItem_body-items-item-text {
    margin-top: 2.6666666667vw;
  }
  .thr-wishesItem .thr-wishesItem_sep {
    padding-top: 16vw;
  }
  .thr-wishesItem .thr-wishesItem_sep-list {
    width: 2.9333333333vw;
    gap: 3.7333333333vw;
  }
  .thr-separator1 .thr-separator1_inner {
    margin-bottom: -2.6666666667vw;
  }
  .thr-separator1 .thr-separator1_text {
    top: 18.1333333333vw;
    right: 31.4666666667vw;
    width: 57.3333333333vw;
  }
  .thr-style1 .thr-style1_inner {
    padding-top: 13.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .thr-style1 .thr-style1_head-text {
    width: 52vw;
    margin: 0 auto 10.6666666667vw;
  }
  .thr-style1 .thr-style1_heading-img {
    width: 91.4666666667vw;
  }
  .thr-style1 .thr-style1_heading-dot {
    width: 2.9333333333vw;
    margin: 8vw auto;
  }
  .thr-style1 .thr-style1_content {
    height: 218.1333333333vw;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/style1_content_bg_sp.png");
    padding: 10.6666666667vw 4.2666666667vw 8vw;
  }
  .thr-style1 .thr-style1_content-inner {
    height: 100%;
  }
  .thr-style1 .thr-style1_content-column {
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: auto;
        grid-template: "area03" auto "area01" auto "area02" auto/auto;
  }
  .thr-style1 .thr-style1_content-area01 {
    width: 74.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
  .thr-style1 .thr-style1_content-area02 {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
  .thr-style1 .thr-style1_content-area02_price-img {
    width: 67.2vw;
    margin-bottom: 5.3333333333vw;
  }
  .thr-style1 .thr-style1_content-area02_price-button {
    width: 29.6vw;
  }
  .thr-style1 .thr-style1_content-area01 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .thr-style1 .thr-style1_content-area02 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .thr-style1 .thr-style1_content-area03 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .thr-style1 .thr-style1_content-area03 {
    margin-bottom: 10.6666666667vw;
  }
  .thr-style1 .thr-style1_content-area03-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .thr-style1 .thr-style1_content-area03-item-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4vw;
    width: 100%;
  }
  .thr-style1 .thr-style1_content-area03-item-buy {
    width: 14.6666666667vw;
  }
  .thr-style1 .thr-style1_content-area03-item01 {
    width: 59.2vw;
    margin: 0 auto;
  }
  .thr-style1 .thr-style1_content-area03-item01-img {
    width: 46.6666666667vw;
    margin: 0 auto;
  }
  .thr-style1 .thr-style1_content-area03-item01-price {
    width: 39.2vw;
  }
  .thr-style2 .thr-style2_line01 {
    width: 91.4666666667vw;
    margin: 0 auto 10.6666666667vw;
  }
  .thr-style2 .thr-style2_heading-img {
    width: 91.4666666667vw;
  }
  .thr-style2 .thr-style2_heading-dot {
    width: 4.8vw;
    margin: 8vw auto;
  }
  .thr-style2 .thr-style2_content {
    height: 314.1333333333vw;
    background-image: url("/static/full/images/catalog/tsuharu/2025winter/pc/style2_content_bg_sp.png");
    padding: 10.6666666667vw 4.2666666667vw 8vw;
  }
  .thr-style2 .thr-style2_content-inner {
    height: 100%;
  }
  .thr-style2 .thr-style2_content-column {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .thr-style2 .thr-style2_content-area01 {
    width: 74.6666666667vw;
    margin: 0 auto 2.2666666667vw;
    order: 2;
  }
  .thr-style2 .thr-style2_content-area02 {
    width: 74.6666666667vw;
    margin: 0 auto 8vw;
    order: 3;
  }
  .thr-style2 .thr-style2_content-area03 {
    width: 74.6666666667vw;
    margin: 0 auto;
    order: 4;
  }
  .thr-style2 .thr-style2_content-area03_price-img {
    width: 61.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .thr-style2 .thr-style2_content-area03_price-button {
    width: 29.6vw;
  }
  .thr-style2 .thr-style2_content-area04 {
    order: 1;
    margin-bottom: 10.6666666667vw;
  }
  .thr-style2 .thr-style2_content-area04-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8vw 0;
  }
  .thr-style2 .thr-style2_content-area04-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .thr-style2 .thr-style2_content-area04-item-img {
    margin-bottom: 3.2vw;
  }
  .thr-style2 .thr-style2_content-area04-item-buy {
    width: 14.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .thr-style2 .thr-style2_content-area04-item01 {
    width: 48.5333333333vw;
    margin-right: auto;
  }
  .thr-style2 .thr-style2_content-area04-item01-price {
    width: 38.9333333333vw;
  }
  .thr-style2 .thr-style2_content-area04-item02 {
    width: 42.1333333333vw;
  }
  .thr-style2 .thr-style2_content-area04-item02-price {
    width: 32vw;
  }
  .thr-style2 .thr-style2_content-area04-item03 {
    width: 41.0666666667vw;
  }
  .thr-style2 .thr-style2_content-area04-item03-img {
    width: 39.2vw;
  }
  .thr-style2 .thr-style2_content-area05 {
    order: 5;
  }
  .thr-style2 .thr-style2_content-area05-illust {
    width: 20.5333333333vw;
    right: 8vw;
    bottom: 10.6666666667vw;
  }
  .thr-separator2__inner {
    position: relative;
    padding-top: 8vw;
  }
  .thr-separator2__inner-img03 {
    width: 100vw;
    max-width: 750px;
  }
  .thr-separator2__inner-img04 {
    width: 51vw;
    top: 17.6vw;
    left: 27vw;
    position: absolute;
  }
  .thr-staff__inner {
    position: relative;
    margin: 0 auto;
    padding-top: 23vw;
    width: 100%;
    max-width: 91.4666666667vw;
  }
  .thr-staff__inner__staff {
    position: absolute;
    top: 44vw;
    left: 4vw;
    width: 100%;
    max-width: 82.9333333333vw;
  }
  .thr-staff__inner__link {
    position: absolute;
    top: 27vw;
    width: 100%;
    max-width: 34vw;
  }
  .thr-staff__inner__link-01 {
    position: absolute;
    left: 6vw;
    width: 100%;
    max-width: 34vw;
  }
  .thr-staff__inner__link-02 {
    position: absolute;
    left: 57vw;
    width: 100%;
    max-width: 24vw;
  }
  .thr-footer {
    padding-top: 16vw;
  }
  .thr-footer .thr-footer_text {
    top: 12vw;
  }
  .thr-footer .thr-footer_text-shop {
    width: 35.7333333333vw;
  }
  .thr-footer .thr-footer_text-copy {
    width: 29.0666666667vw;
    margin: 1.8666666667vw auto 0;
  }
}