@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap");
.flex_c_c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

ul,
li {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: red;
}

::selection {
  background-color: red;
}

.sa {
  opacity: 0;
  transition: all 1.5s ease;
}

.sa-up {
  transform: translate(0, 30%);
}

.sa-down {
  transform: translate(0, -30%);
}

.sa-l {
  transform: translate(-30%, 0);
}

.sa-r {
  transform: translate(30%, 0);
}

.sa.show {
  opacity: 1;
  transform: none;
}

.delay1 {
  animation-delay: 0.6s;
}

.delay2 {
  animation-delay: 1.2s;
}

.delay3 {
  animation-delay: 1.8s;
}

#setup20250725 {
  width: 100%;
  margin: auto;
  padding: 0;
  background-color: #fff;
}
#setup20250725 img {
  width: 100%;
  display: block;
}

#setup20250725_intro .setup20250725_introArea {
  width: 100%;
  max-width: 88.4296875%;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 640px) {
  #setup20250725_intro .setup20250725_introArea {
    max-width: unset;
    flex-wrap: wrap;
  }
}
#setup20250725_intro .setup20250725_introArea .setup20250725_intro_text {
  width: 33.3333333333%;
  margin: auto;
}
@media (max-width: 1080px) {
  #setup20250725_intro .setup20250725_introArea .setup20250725_intro_text {
    width: 40%;
  }
}
@media (max-width: 640px) {
  #setup20250725_intro .setup20250725_introArea .setup20250725_intro_text {
    width: 100%;
    position: absolute;
    bottom: -25%;
    left: 0;
    z-index: 1;
  }
}
#setup20250725_intro .setup20250725_introArea .setup20250725_intro_text .setup20250725_intro_textArea {
  margin: auto;
}
@media (max-width: 640px) {
  #setup20250725_intro .setup20250725_introArea .setup20250725_intro_text .setup20250725_intro_textArea {
    padding: 0 10%;
  }
}
#setup20250725_intro .setup20250725_introArea .setup20250725_intro_text .setup20250725_intro_textArea h1 {
  margin: 0;
}
#setup20250725_intro .setup20250725_introArea .setup20250725_intro_image {
  width: 38.5416666667%;
  margin-left: auto;
  display: flex;
}
@media (max-width: 1080px) {
  #setup20250725_intro .setup20250725_introArea .setup20250725_intro_image {
    width: 60%;
  }
}
@media (max-width: 640px) {
  #setup20250725_intro .setup20250725_introArea .setup20250725_intro_image {
    width: 100%;
    padding: 0 56px 0 12px;
  }
}
#setup20250725_intro .setup20250725_introArea .setup20250725_intro_image .setup20250725_intro_image_subtitle {
  writing-mode: vertical-lr;
}
@media (max-width: 640px) {
  #setup20250725_intro .setup20250725_introArea .setup20250725_intro_image .setup20250725_intro_image_subtitle {
    padding: 24px 22px 12px 10px;
  }
}
#setup20250725_intro .setup20250725_introArea .setup20250725_intro_image .setup20250725_intro_image_subtitle h2 {
  font-family: "GFS Didot", cursive;
  color: #bba98a;
  font-size: 20px;
  margin: 24px 24px 0 0;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  #setup20250725_intro .setup20250725_introArea .setup20250725_intro_image .setup20250725_intro_image_subtitle h2 {
    font-size: 4vw;
    margin: 0;
    padding: 0;
  }
}
#setup20250725_intro .setup20250725_introArea .setup20250725_intro_image .setup20250725_intro_imageArea {
  overflow: hidden;
  width: 100%;
}
#setup20250725_intro .setup20250725_introArea .setup20250725_intro_image .setup20250725_intro_imageArea .setup20250725_intro_slide div img {
  filter: grayscale(100%);
}

@keyframes imgColAnime {
  0% {
    filter: grayscale(100%);
  }
  30% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}
#setup20250725_lead .setup20250725_leadArea {
  padding: 240px 0;
}
@media (max-width: 1080px) {
  #setup20250725_lead .setup20250725_leadArea {
    padding: 120px 0;
  }
}
#setup20250725_lead .setup20250725_leadArea p {
  font-size: 14px;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
}
@media (max-width: 640px) {
  #setup20250725_lead .setup20250725_leadArea p {
    font-size: 2.75vw;
  }
}

.setup20250725_block .setup20250725_blockArea {
  overflow: hidden;
  padding-bottom: 240px;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea {
    padding-bottom: 120px;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_slide .setup20250725_block_slideArea .setup20250725_block_slideArea_box {
  display: flex;
  align-items: center;
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_slide .setup20250725_block_slideArea .setup20250725_block_slideArea_box div.slick-slide {
  padding: 0 24px;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_slide .setup20250725_block_slideArea .setup20250725_block_slideArea_box div.slick-slide {
    padding: 0 12px;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_slide .setup20250725_block_slideArea .setup20250725_block_slideArea_box button.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  background: unset;
  border: none;
  width: 3.5116302083%;
  height: 7.6988616589%;
  top: unset;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_slide .setup20250725_block_slideArea .setup20250725_block_slideArea_box button.slick-arrow {
    width: 7.5509333333%;
    height: 12.6592442793%;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_slide .setup20250725_block_slideArea .setup20250725_block_slideArea_box button.slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_slide .setup20250725_block_slideArea .setup20250725_block_slideArea_box button.slick-arrow.slick-prev {
  left: 32px;
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_slide .setup20250725_block_slideArea .setup20250725_block_slideArea_box button.slick-arrow.slick-prev::before {
  background-image: url("https://osmosis.itembox.design/item/img/contents/2025aw/0725setup/arrow_prev.svg");
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_slide .setup20250725_block_slideArea .setup20250725_block_slideArea_box button.slick-arrow.slick-next {
  right: 32px;
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_slide .setup20250725_block_slideArea .setup20250725_block_slideArea_box button.slick-arrow.slick-next::before {
  background-image: url("https://osmosis.itembox.design/item/img/contents/2025aw/0725setup/arrow-next.svg");
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 48px;
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_subTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_subTitle {
    order: 1;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_subTitle .setup20250725_block_stylemain_subTitleArea {
  width: 50.5%;
  opacity: 0.3;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_subTitle .setup20250725_block_stylemain_subTitleArea {
    width: 100%;
    padding: 0 24px;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_left {
  width: 47.0370416667%;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_left {
    width: 80%;
    margin-left: unset;
    order: 3;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_left .setup20250725_block_credit {
  padding: 120px;
}
@media (max-width: 810px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_left .setup20250725_block_credit {
    padding: 64px 32px;
  }
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_left .setup20250725_block_credit {
    padding: 24px 0 24px 24px;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_right {
  width: 48.5901458333%;
  margin-left: auto;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_right {
    order: 2;
    width: 66%;
    margin-left: auto;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_right .setup20250725_block_stylemain_subtitle {
  margin-top: 2px;
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_right .setup20250725_block_stylemain_subtitle p {
  margin: 0;
  font-family: "GFS Didot", cursive;
  color: #bba98a;
  font-size: 48px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_stylemain .setup20250725_block_stylemainArea .setup20250725_block_stylemain_right .setup20250725_block_stylemain_subtitle p {
    font-size: 6.2vw;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother {
  width: 100%;
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea {
  position: relative;
  display: flex;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea {
    flex-wrap: wrap;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_image {
  width: 64.4365104167%;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  position: relative;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_image {
    width: 100%;
    margin: auto;
    gap: 24px;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_image .setup20250725_block_styleother_subtext {
  position: absolute;
  top: 0;
  right: 0;
  width: 41.0185416667%;
  transform: translateX(56%);
}
@media (max-width: 1080px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_image .setup20250725_block_styleother_subtext {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 810px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_image .setup20250725_block_styleother_subtext {
    top: -45px;
  }
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_image .setup20250725_block_styleother_subtext {
    transform: translate(0);
    top: -18%;
    right: 24px;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_image .setup20250725_block_styleother_subtext h3 {
  font-family: "GFS Didot", cursive;
  color: #bba98a;
  text-align: left;
  font-size: 72px;
  margin: 0;
}
@media (max-width: 1080px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_image .setup20250725_block_styleother_subtext h3 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_image .setup20250725_block_styleother_subtext h3 {
    font-size: 8vw;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_image .setup20250725_block_styleother_subtext h3 span {
  display: block;
  text-align: right;
  font-size: 64%;
  color: #333;
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_image div {
  width: calc((100% - 48px) / 2);
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_image div {
    width: calc((100% - 24px) / 2);
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_text {
  width: 58%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_text {
    width: 100%;
    margin: auto;
    padding: 0 24px;
  }
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_styleother .setup20250725_block_styleotherArea .setup20250725_block_styleother_text .setup20250725_block_credit {
    width: 100%;
    margin-top: 24px;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_credit {
  position: relative;
  z-index: 3;
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_credit a {
  width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #333;
  position: relative;
  text-decoration: none;
  transition: 0.4s ease-in-out;
  margin-bottom: 24px;
}
@media (max-width: 1080px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_credit a {
    width: 100%;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_credit a:hover {
  opacity: 0.5;
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_credit a div.itemName span {
  display: block;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_credit a div.itemName span.jaName {
  font-family: "Noto Serif JP", serif;
  color: #333;
  font-size: 14px;
  margin-bottom: 6px;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_credit a div.itemName span.jaName {
    font-size: 3vw;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_credit a div.itemName span.enName {
  font-family: "Bentham", serif;
  color: #333;
  font-size: 12px;
  opacity: 0.7;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_credit a div.itemName span.enName {
    font-size: 2.5vw;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_credit a p.price {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.05em;
  font-size: 14px;
}
@media (max-width: 640px) {
  .setup20250725_block .setup20250725_blockArea .setup20250725_block_credit a p.price {
    font-size: 3vw;
  }
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_credit a p.price::before {
  content: "¥";
  padding-right: 2px;
}
.setup20250725_block .setup20250725_blockArea .setup20250725_block_credit a p.price::after {
  content: "(tax in)";
  font-size: 64%;
  padding-left: 4px;
}/*# sourceMappingURL=0725setup.css.map */