@charset "UTF-8";
@font-face {
  font-family: "zen-kaku-gothic-new";
  src: url("path-to-font.woff2") format("woff2");
  unicode-range: U+0000-FFFF;
}
/* color
===================================================== */
/* 共通
===================================================== */
html,
body {
  font-family: YakuHanJPs, "iroha-26tubaki-stdn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.08em;
  margin: 0 auto;
  background-color: transparent;
  color: #FCF9F4;
  background-color: #A58B79;
  position: relative;
}

body {
  overflow-x: hidden;
  position: relative;
}

img,
video {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}
/* vw計算(pc用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* a
===================================================== */
a {
  display: block;
  text-decoration: none;
  transition: all 0.6s;
  color: #FCF9F4;
}

a:hover {
  opacity: 0.6;
  transition: all 0.6s;
  cursor: pointer;
}

a[href=""] {
  pointer-events: none;
}

/* font
===================================================== */
.en_1 {
  font-family: YakuHanJPs, "Ysabeau Infant", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.en_2 {
  font-family: YakuHanJPs, "Ysabeau Infant", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.en_3 {
  font-family: YakuHanJPs, "Ysabeau Infant", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.ja_1 {
  font-family: YakuHanJPs, "iroha-26tubaki-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* loading
===================================================== */
.loading {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1000;
  width: 100%;
  height: calc(100svh + 400px);
  background-color: #A58B79;
  background-image: url(../images/bg_2.webp);
  background-size: 50px;
  background-position: center;
  background-repeat: repeat;
  font-size: 2.6666666667vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .loading {
    font-size: 0.7638888889vw;
  }
}
.loading_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .loading_inner {
    gap: 2.7777777778vw;
  }
}
.loading_logo {
  width: 53.3333333333vw;
  opacity: 0;
  animation: fadeInLogo 1s ease 0.3s forwards;
}
@media screen and (min-width: 769px) {
  .loading_logo {
    width: 20.8333333333vw;
  }
}
.loading_dots {
  display: flex;
  gap: 1.6vw;
  align-items: center;
  opacity: 0;
  animation: fadeInLogo 0.5s ease 0.8s forwards;
}
@media screen and (min-width: 769px) {
  .loading_dots {
    gap: 0.5555555556vw;
  }
}
.loading_dots span {
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-radius: 50%;
  background: #885C46;
  animation: pulse 1.2s ease-in-out infinite;
}
@media screen and (min-width: 769px) {
  .loading_dots span {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
}
.loading_dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading_dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes fadeInLogo {
  to {
    opacity: 1;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
.speed1,
.speed2,
.speed3 {
  opacity: 0;
  visibility: hidden;
}

/* 共通s
===================================================== */
.up_text,
.up_text2 {
  width: fit-content;
}
.up_text p,
.up_text2 p {
  overflow: hidden;
}
.up_text p span,
.up_text2 p span {
  display: inline-block;
}
.up_text p span img,
.up_text2 p span img {
  height: 1em;
  width: auto;
  display: block;
}

.line1 {
  width: 100%;
  background-color: #FCF9F4;
  height: 1px;
  opacity: 0.6;
}

.line2 {
  width: 100%;
  height: 1.6vw;
  background-image: url(../images/line_dot.webp);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 1.6vw;
}
@media screen and (min-width: 769px) {
  .line2 {
    height: 0.5555555556vw;
    background-size: 0.5555555556vw;
  }
}

/* loading 
===================================================== */
/* fv video
===================================================== */
.fv_video_pc,
.fv_video_sp {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  background-color: #A58B79;
}
.fv_video_pc::before,
.fv_video_sp::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(82, 68, 55, 0.6);
  z-index: 10;
  mix-blend-mode: multiply;
}
.fv_video_pc::after,
.fv_video_sp::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  background-image: url(../images/bg_4.webp);
  background-size: 50px;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.3;
}
@media screen and (min-width: 769px) {
  .fv_video_pc::after,
  .fv_video_sp::after {
    opacity: 0.4;
  }
}

@media screen and (min-width: 769px) {
  .fv_video_pc {
    display: flex;
    background-color: #6a5246;
  }
}
@media screen and (min-width: 769px) {
  .fv_video_pc .video_item {
    position: relative;
    width: 33.333%;
    height: 100svh;
    object-fit: cover;
    opacity: 1;
  }
}

.fv_video_pc video,
.fv_video_sp video {
  width: 100%;
  height: 100svh;
  object-fit: cover;
}

.fv_video_pc_loading,
.fv_video_sp_loading {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.fv_video_pc_loading img,
.fv_video_sp_loading img {
  width: 100%;
  height: 100svh;
  object-fit: cover;
}

.fv_video_pc_loading.is-hidden,
.fv_video_sp_loading.is-hidden {
  opacity: 0;
}

/* fv video
===================================================== */
.fv {
  position: relative;
  width: 100%;
}
.fv .fv_txt {
  position: relative;
  text-align: center;
}
.fv .fv_txt .p_fixed {
  font-size: 2.4vw;
  width: 91.7333333333vw;
  padding-top: 4vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt .p_fixed {
    font-size: 0.8333333333vw;
    width: 97.2222222222vw;
    padding-top: 1.3888888889vw;
  }
}
.fv .fv_txt .txt_block1 {
  width: 83.7333333333vw;
  margin: 72vw auto 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt .txt_block1 {
    width: 41.6666666667vw;
    margin: 25.6944444444vw auto 6.9444444444vw;
  }
}
.fv .fv_txt .txt_block1 h1 img {
  width: 53.3333333333vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt .txt_block1 h1 img {
    width: 18.0555555556vw;
    margin: 0 auto 6.9444444444vw;
  }
}
.fv .fv_txt .txt_block1 .p_box {
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt .txt_block1 .p_box {
    margin-bottom: 6.9444444444vw;
  }
}
.fv .fv_txt .txt_block1 .p_box p {
  font-size: 3.2vw;
  letter-spacing: 0.12em;
  line-height: 2.1666666667;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt .txt_block1 .p_box p {
    font-size: 0.9027777778vw;
  }
}
.fv .fv_txt .txt_block1 .p_box p + p {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt .txt_block1 .p_box p + p {
    margin-top: 0.8333333333vw;
  }
}
.fv .fv_txt .txt_block1 .scroll {
  font-size: 2.4vw;
  left: 0.14em;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt .txt_block1 .scroll {
    font-size: 0.7638888889vw;
  }
}
.fv .fv_txt .txt_block2 {
  width: 81.3333333333vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt .txt_block2 {
    width: 27.7777777778vw;
    margin: 0 auto 2.7777777778vw;
  }
}
.fv .fv_txt .txt_block2 .block2_wrap {
  padding: 9.3333333333vw 0;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt .txt_block2 .block2_wrap {
    padding: 3.4722222222vw 0;
  }
}
.fv .fv_txt .txt_block2 .block2_ttl {
  font-size: 3.2vw;
  background-color: rgba(255, 255, 255, 0.0823529412);
  border-radius: 100vw;
  width: fit-content;
  padding: 2.1333333333vw 5.3333333333vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt .txt_block2 .block2_ttl {
    font-size: 0.9722222222vw;
    padding: 0.6944444444vw 1.6666666667vw;
    margin: 0 auto 2.0833333333vw;
  }
}
.fv .fv_txt .txt_block2 .block2_txt {
  font-size: 2.9333333333vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt .txt_block2 .block2_txt {
    font-size: 0.8333333333vw;
  }
}
.fv .fv_txt .txt_block2 .block2_txt > p:nth-child(1) {
  font-size: 5.3333333333vw;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt .txt_block2 .block2_txt > p:nth-child(1) {
    font-size: 1.5277777778vw;
    margin-bottom: 1.3888888889vw;
  }
}
.fv .fv_txt .txt_block2 .block2_txt > p:nth-child(2) {
  line-height: 1.8181818182;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt .txt_block2 .block2_txt > p:nth-child(2) {
    margin-bottom: 1.1111111111vw;
  }
}
.fv .fv_txt .txt_block2 .block2_txt .p_link,
.fv .fv_txt .txt_block2 .block2_txt a {
  display: inline;
}
.fv .fv_txt .txt_block2 .block2_txt a {
  text-decoration: underline;
}

/* lead
===================================================== */
.lead {
  position: relative;
  padding: 26.6666666667vw 0 29.3333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .lead {
    padding: 13.8888888889vw 0 16.6666666667vw;
  }
}
.lead .lead_wrap {
  position: relative;
  height: 173.8666666667vw;
  margin-bottom: 19.2vw;
}
@media screen and (min-width: 769px) {
  .lead .lead_wrap {
    width: 83.3333333333vw;
    height: 48.6111111111vw;
    margin: 0 auto;
    margin-bottom: 16.6666666667vw;
  }
}
.lead .lead_wrap .lead_sub_ttl {
  font-size: 2.4vw;
  position: absolute;
  top: 15.4666666667vw;
  left: 11.2vw;
}
@media screen and (min-width: 769px) {
  .lead .lead_wrap .lead_sub_ttl {
    font-size: 0.8333333333vw;
    top: 0vw;
    left: 23.1944444444vw;
  }
}
.lead .lead_wrap .up_text {
  position: absolute;
  top: 22.9333333333vw;
  left: 11.2vw;
  z-index: 10;
  font-size: 6.1333333333vw;
  line-height: 2.0434782609;
}
@media screen and (min-width: 769px) {
  .lead .lead_wrap .up_text {
    font-size: 3.0555555556vw;
    top: 1.7361111111vw;
    left: 23.1944444444vw;
  }
}
.lead .lead_wrap .lead_txt {
  position: absolute;
  top: 110.1333333333vw;
  left: 11.2vw;
  z-index: 10;
  font-size: 3.4666666667vw;
  line-height: 2.1538461538;
  letter-spacing: 0.12em;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .lead .lead_wrap .lead_txt {
    font-size: 0.9722222222vw;
    line-height: 2.1428571429;
    top: 23.4722222222vw;
    left: 23.1944444444vw;
  }
}
.lead .lead_wrap .lead_txt p + p {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .lead .lead_wrap .lead_txt p + p {
    margin-top: 1.1111111111vw;
  }
}
.lead .lead_wrap .lead_img {
  position: absolute;
}
.lead .lead_wrap .lead_img img {
  border-radius: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .lead .lead_wrap .lead_img img {
    border-radius: 2.0833333333vw;
  }
}
.lead .lead_wrap .lead_img.img1 {
  width: 54.9333333333vw;
  top: 0vw;
  right: -5.3333333333vw;
  transform: translate(100%, -100%);
}
@media screen and (min-width: 769px) {
  .lead .lead_wrap .lead_img.img1 {
    width: 27.7777777778vw;
    top: 0vw;
    right: 0vw;
    transform: translate(200%, 0%);
  }
}
.lead .lead_wrap .lead_img.img2 {
  width: 31.4666666667vw;
  top: 49.6vw;
  left: -3.2vw;
  transform: translate(-200%, -100%);
}
@media screen and (min-width: 769px) {
  .lead .lead_wrap .lead_img.img2 {
    width: 14.9305555556vw;
    top: 11.8055555556vw;
    left: 0vw;
    transform: translate(-200%, -100%);
  }
}
.lead .lead_wrap .lead_img.img3 {
  width: 32vw;
  top: 69.6vw;
  left: 39.2vw;
  transform: translate(200%, 100%);
}
@media screen and (min-width: 769px) {
  .lead .lead_wrap .lead_img.img3 {
    width: 16.6666666667vw;
    top: 35.2777777778vw;
    left: auto;
    right: 19.4444444444vw;
    transform: translate(200%, 100%);
  }
}
.lead .lead_loop_slide img {
  border-radius: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .lead .lead_loop_slide img {
    border-radius: 2.0833333333vw;
  }
}

/* 背景指定 ===================================================== */
.bgWrap {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  pointer-events: none;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .bgWrap .bg_item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.bgWrap .bg_item.active {
  opacity: 1;
}
.bgWrap .bg_item.fade-out {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

header,
footer,
main,
section {
  position: relative;
}

/* 流れる文字
========================================================= */
.loop_area {
  width: 100%;
  overflow: hidden;
}
@keyframes loop_left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.loop_area .loop_wrap {
  display: flex;
}
.loop_area .loop_wrap .loop_left {
  animation: loop_left 40s infinite linear 2s both;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .loop_area .loop_wrap .loop_left {
    animation: loop_left 40s infinite linear 1s both;
  }
}
.loop_area .loop_wrap .loop_left .loop_txt {
  font-size: 13.3333333333vw;
  letter-spacing: 0;
  white-space: nowrap;
  padding: 0 0 2.6666666667vw;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  .loop_area .loop_wrap .loop_left .loop_txt {
    font-size: 5.5555555556vw;
    padding: 0 0 0.6944444444vw;
    opacity: 0.2;
  }
}
.loop_area .loop_wrap .loop_left .loop_txt p {
  color: #FCF9F4;
}

/* main
===================================================== */
main {
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  main {
    overflow-x: visible;
  }
}
main .main_wrap {
  background-image: url(../images/bg_1.webp);
  background-color: #DDCFBE;
  background-size: 50px;
  background-position: center;
  background-repeat: repeat;
  border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  padding: 20vw 0 24vw;
}
@media screen and (min-width: 769px) {
  main .main_wrap {
    border-radius: 4.1666666667vw 4.1666666667vw 0 0;
    padding: 10.4166666667vw 0 0vw;
  }
}
main .main_ttl {
  margin-bottom: -5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_ttl {
    margin-bottom: 6.9444444444vw;
  }
}
main .main_ttl p {
  text-align: center;
  color: #885C46;
}
main .main_ttl p:nth-child(1) {
  font-size: 3.7333333333vw;
  margin-bottom: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_ttl p:nth-child(1) {
    font-size: 1.1111111111vw;
    margin-bottom: 1.3888888889vw;
  }
}
main .main_ttl p:nth-child(2) {
  font-size: 8vw;
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 769px) {
  main .main_ttl p:nth-child(2) {
    font-size: 2.5vw;
    margin-bottom: 1.3888888889vw;
  }
}
main .main_ttl p:nth-child(3) {
  font-size: 2.6666666667vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  main .main_ttl p:nth-child(3) {
    font-size: 0.8333333333vw;
    margin-bottom: 2.7777777778vw;
  }
}
main .main_ttl span {
  display: block;
  width: 1px;
  margin: 0 auto;
  height: 10.6666666667vw;
  background-color: #885C46;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  main .main_ttl span {
    height: 4.1666666667vw;
  }
}
main .main_flex {
  color: #885C46;
}
main .main_flex p,
main .main_flex a {
  color: #885C46;
}
@media screen and (min-width: 769px) {
  main .main_flex {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .fixed_container {
    position: absolute;
    inset: 0;
    top: 27.7777777778vw;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .fixed_container .fixed_img {
    width: 31.9444444444vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
main .main_flex .main_container .sec_item {
  position: relative;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .sec_item {
    width: 86.1111111111vw;
    margin: 0 auto;
  }
}
main .main_flex .main_container .loop_area {
  margin-bottom: 2.6666666667vw;
}
main .main_flex .main_container .ttl_block {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .ttl_block {
    position: absolute;
    top: 0;
    margin-bottom: 0;
  }
}
main .main_flex .main_container .ttl_block .min_ttl {
  font-size: 2.6666666667vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .ttl_block .min_ttl {
    font-size: 0.8333333333vw;
    margin-bottom: 1.3888888889vw;
  }
}
main .main_flex .main_container .ttl_block .num_ttl {
  display: inline-block;
  width: fit-content;
  height: 18.6666666667vw;
  margin: 0 0 5.3333333333vw auto;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .ttl_block .num_ttl {
    height: 6.9444444444vw;
    margin: 0 0 1.3888888889vw auto;
  }
}
main .main_flex .main_container .ttl_block .num_ttl img {
  width: auto;
}
main .main_flex .main_container .ttl_block .main_ttl {
  font-size: 4.8vw;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .ttl_block .main_ttl {
    font-size: 1.6666666667vw;
  }
}
main .main_flex .main_container .deco_txt {
  width: 65.3333333333vw;
  opacity: 0.6;
  position: absolute;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .deco_txt {
    width: 22.0138888889vw;
  }
}
main .main_flex .main_container .deco_txt p {
  font-size: 2.6666666667vw;
  line-height: 1.6;
  color: #FCF9F4;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .deco_txt p {
    font-size: 0.7638888889vw;
  }
}
main .main_flex .main_container .img_block1 {
  width: 86.6666666667vw;
  margin: 0 auto 10.6666666667vw;
}
main .main_flex .main_container .img_block2 {
  width: 33.0666666667vw;
  position: absolute;
  top: 18.1333333333vw;
  left: 0;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .img_block2 {
    width: 12.0138888889vw;
  }
}
main .main_flex .main_container .img_block3 {
  width: 58.6666666667vw;
  margin: 0 0 13.3333333333vw auto;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .img_block3 {
    width: 21.3888888889vw;
    margin: 0;
    position: absolute;
  }
}
main .main_flex .main_container .item_credit {
  width: 84vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .item_credit {
    width: 22.9166666667vw;
    margin: 0;
    position: absolute;
  }
}
main .main_flex .main_container .item_link {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .item_link {
    margin-bottom: 1.3888888889vw;
  }
}
main .main_flex .main_container .item_name {
  font-size: 7.4666666667vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .item_name {
    font-size: 2.2222222222vw;
    margin-bottom: 1.3888888889vw;
  }
}
main .main_flex .main_container .item_color {
  font-size: 3.2vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .item_color {
    font-size: 0.8333333333vw;
    margin-bottom: 1.3888888889vw;
  }
}
main .main_flex .main_container .buy_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .main_flex .main_container .item_price {
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .item_price {
    font-size: 1.25vw;
  }
}
main .main_flex .main_container .item_buy {
  font-size: 4.2666666667vw;
  background-color: #BF7C63;
  color: #FCF9F4;
  line-height: 8vw;
  width: 18.1333333333vw;
  text-align: center;
  border-radius: 100vw;
  padding-bottom: 0.5333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .item_buy {
    font-size: 1.3888888889vw;
    line-height: 2.3611111111vw;
    width: 5.5555555556vw;
    padding-bottom: 0.1388888889vw;
  }
}
main .main_flex .main_container .line2 {
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .line2 {
    margin-bottom: 1.3888888889vw;
  }
}
main .main_flex .main_container .item_txt {
  font-size: 3.6vw;
  line-height: 1.9259259259;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container .item_txt {
    font-size: 0.9375vw;
  }
}
main .main_flex .main_container #sec1 .ttl_block,
main .main_flex .main_container #sec3 .ttl_block,
main .main_flex .main_container #sec5 .ttl_block {
  margin-right: 9.3333333333vw;
  text-align: right;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec1 .ttl_block,
  main .main_flex .main_container #sec3 .ttl_block,
  main .main_flex .main_container #sec5 .ttl_block {
    right: 0;
    margin-right: 0;
  }
}
main .main_flex .main_container #sec1 .ttl_block .min_ttl,
main .main_flex .main_container #sec3 .ttl_block .min_ttl,
main .main_flex .main_container #sec5 .ttl_block .min_ttl {
  margin-right: -1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec1 .ttl_block .min_ttl,
  main .main_flex .main_container #sec3 .ttl_block .min_ttl,
  main .main_flex .main_container #sec5 .ttl_block .min_ttl {
    margin-right: 0;
  }
}
main .main_flex .main_container #sec1 .ttl_block .main_ttl,
main .main_flex .main_container #sec3 .ttl_block .main_ttl,
main .main_flex .main_container #sec5 .ttl_block .main_ttl {
  margin-right: -4vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec1 .ttl_block .main_ttl,
  main .main_flex .main_container #sec3 .ttl_block .main_ttl,
  main .main_flex .main_container #sec5 .ttl_block .main_ttl {
    margin-right: -1.0416666667vw;
  }
}
main .main_flex .main_container #sec1 .deco_txt,
main .main_flex .main_container #sec3 .deco_txt,
main .main_flex .main_container #sec5 .deco_txt {
  left: 8vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec1 .deco_txt,
  main .main_flex .main_container #sec3 .deco_txt,
  main .main_flex .main_container #sec5 .deco_txt {
    left: 0;
  }
}
main .main_flex .main_container #sec1 .img_block2 img,
main .main_flex .main_container #sec3 .img_block2 img,
main .main_flex .main_container #sec5 .img_block2 img {
  border-radius: 0 5.3333333333vw 5.3333333333vw 0;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec1 .img_block2 img,
  main .main_flex .main_container #sec3 .img_block2 img,
  main .main_flex .main_container #sec5 .img_block2 img {
    border-radius: 1.9444444444vw;
  }
}
main .main_flex .main_container #sec1 .img_block3 img,
main .main_flex .main_container #sec3 .img_block3 img,
main .main_flex .main_container #sec5 .img_block3 img {
  border-radius: 5.3333333333vw 0 0 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec1 .img_block3 img,
  main .main_flex .main_container #sec3 .img_block3 img,
  main .main_flex .main_container #sec5 .img_block3 img {
    border-radius: 1.9444444444vw;
  }
}
main .main_flex .main_container #sec2 .ttl_block,
main .main_flex .main_container #sec4 .ttl_block {
  margin-left: 8vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec2 .ttl_block,
  main .main_flex .main_container #sec4 .ttl_block {
    left: 0;
    margin-left: 0;
  }
}
main .main_flex .main_container #sec2 .deco_txt,
main .main_flex .main_container #sec4 .deco_txt {
  left: auto;
  right: 8vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec2 .deco_txt,
  main .main_flex .main_container #sec4 .deco_txt {
    right: 0;
  }
}
main .main_flex .main_container #sec2 .deco_txt p,
main .main_flex .main_container #sec4 .deco_txt p {
  text-align: right;
}
main .main_flex .main_container #sec2 .img_block2,
main .main_flex .main_container #sec4 .img_block2 {
  left: auto;
  right: 0;
}
main .main_flex .main_container #sec2 .img_block2 img,
main .main_flex .main_container #sec4 .img_block2 img {
  border-radius: 5.3333333333vw 0 0 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec2 .img_block2 img,
  main .main_flex .main_container #sec4 .img_block2 img {
    border-radius: 1.9444444444vw;
  }
}
main .main_flex .main_container #sec2 .img_block3,
main .main_flex .main_container #sec4 .img_block3 {
  margin: 0 auto 13.3333333333vw 0;
}
main .main_flex .main_container #sec2 .img_block3 img,
main .main_flex .main_container #sec4 .img_block3 img {
  border-radius: 0 5.3333333333vw 5.3333333333vw 0;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec2 .img_block3 img,
  main .main_flex .main_container #sec4 .img_block3 img {
    border-radius: 1.9444444444vw;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec1 {
    height: 83.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec1 .img_block2 {
    top: 16.0416666667vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec1 .img_block3 {
    top: 25.2777777778vw;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec1 .item_credit {
    top: 38.8888888889vw;
    left: 0;
  }
}
main .main_flex .main_container #sec1 .deco_txt {
  top: 182.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec1 .deco_txt {
    top: 27.7777777778vw;
  }
}
main .main_flex .main_container #sec1 .deco_img {
  width: 28.5333333333vw;
  position: absolute;
  top: 211.4666666667vw;
  left: 8.2666666667vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec1 .deco_img {
    width: 7.4305555556vw;
    top: 23.3333333333vw;
    left: 13.2638888889vw;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec2 {
    height: 83.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec2 .img_block2 {
    top: 17.0138888889vw;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec2 .img_block3 {
    top: 25.2777777778vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec2 .item_credit {
    top: 38.8888888889vw;
    right: 0;
  }
}
main .main_flex .main_container #sec2 .deco_txt {
  top: 173.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec2 .deco_txt {
    top: 28.8194444444vw;
  }
}
main .main_flex .main_container #sec2 .deco_img {
  width: 24.5333333333vw;
  position: absolute;
  top: 194.9333333333vw;
  right: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec2 .deco_img {
    width: 6.3888888889vw;
    top: 23.9583333333vw;
    right: 13.5416666667vw;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec3 {
    height: 88.8888888889vw;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec3 .img_block2 {
    top: 16.0416666667vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec3 > .item_credit {
    top: 38.8888888889vw;
    left: 0;
  }
}
main .main_flex .main_container #sec3 .deco_txt {
  top: 264.5333333333vw;
  width: 85.3333333333vw;
  left: 8vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec3 .deco_txt {
    top: 27.7777777778vw;
    width: 22.0138888889vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec4 {
    height: 83.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec4 .img_block2 {
    top: 17.0138888889vw;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec4 .img_block3 {
    top: 22.2916666667vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec4 .item_credit {
    top: 38.8888888889vw;
    right: 0;
  }
}
main .main_flex .main_container #sec4 .deco_txt {
  top: 173.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec4 .deco_txt {
    top: 28.8194444444vw;
  }
}
main .main_flex .main_container #sec4 .deco_img {
  width: 26.6666666667vw;
  position: absolute;
  top: 198.4vw;
  right: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec4 .deco_img {
    width: 6.9444444444vw;
    top: 24.1666666667vw;
    right: 14.5833333333vw;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec5 {
    height: 88.8888888889vw;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec5 .img_block2 {
    top: 16.0416666667vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec5 > .item_credit {
    top: 38.8888888889vw;
    left: 0;
  }
}
main .main_flex .main_container #sec5 .deco_txt {
  top: 256.5333333333vw;
  width: 85.3333333333vw;
  left: 8vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec5 .deco_txt {
    top: 27.7777777778vw;
    width: 22.0138888889vw;
    left: 0;
  }
}
main .main_flex .main_container #sec3 > .item_credit,
main .main_flex .main_container #sec5 > .item_credit {
  margin-bottom: 16vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec3 > .item_credit,
  main .main_flex .main_container #sec5 > .item_credit {
    margin-bottom: 0;
  }
}
main .main_flex .main_container #sec3 .sub_block,
main .main_flex .main_container #sec5 .sub_block {
  width: 89.3333333333vw;
  margin: 0 auto;
  position: relative;
  border-radius: 5.3333333333vw;
  box-shadow: 0px 0px 20px 0px rgba(178, 158, 140, 0.35);
  padding: 11.4666666667vw 0 0;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec3 .sub_block,
  main .main_flex .main_container #sec5 .sub_block {
    width: 23.6111111111vw;
    border-radius: 2.0833333333vw;
    padding: 2.5694444444vw 0 0;
    position: absolute;
    right: 0;
    top: 27.7777777778vw;
  }
}
main .main_flex .main_container #sec3 .sub_block::before,
main .main_flex .main_container #sec5 .sub_block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/bg_3.webp);
  background-size: 50px;
  background-position: center;
  background-repeat: repeat;
  border-radius: inherit;
  /* 親のborder-radiusを引き継ぐ */
  opacity: 0.7;
  z-index: 0;
}
main .main_flex .main_container #sec3 .sub_block,
main .main_flex .main_container #sec5 .sub_block {
  /* 子要素が背景の下に潜らないように */
}
main .main_flex .main_container #sec3 .sub_block > *,
main .main_flex .main_container #sec5 .sub_block > * {
  position: relative;
  z-index: 1;
}
main .main_flex .main_container #sec3 .sub_item_ttl,
main .main_flex .main_container #sec5 .sub_item_ttl {
  text-align: center;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec3 .sub_item_ttl,
  main .main_flex .main_container #sec5 .sub_item_ttl {
    margin-bottom: 1.3888888889vw;
  }
}
main .main_flex .main_container #sec3 .sub_item_ttl p,
main .main_flex .main_container #sec5 .sub_item_ttl p {
  font-size: 3.7333333333vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec3 .sub_item_ttl p,
  main .main_flex .main_container #sec5 .sub_item_ttl p {
    font-size: 0.9722222222vw;
    margin-bottom: 1.0416666667vw;
  }
}
main .main_flex .main_container #sec3 .sub_item_ttl span,
main .main_flex .main_container #sec5 .sub_item_ttl span {
  display: block;
  width: 3.2vw;
  height: 1px;
  background-color: #885C46;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec3 .sub_item_ttl span,
  main .main_flex .main_container #sec5 .sub_item_ttl span {
    width: 0.8333333333vw;
  }
}
main .main_flex .main_container #sec3 .sub_item_img,
main .main_flex .main_container #sec5 .sub_item_img {
  width: 74.6666666667vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec3 .sub_item_img,
  main .main_flex .main_container #sec5 .sub_item_img {
    width: 18.0555555556vw;
    margin: 0 auto 1.3888888889vw;
  }
}
main .main_flex .main_container #sec3 .sub_item_img img,
main .main_flex .main_container #sec5 .sub_item_img img {
  border-radius: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec3 .sub_item_img img,
  main .main_flex .main_container #sec5 .sub_item_img img {
    border-radius: 1.25vw;
  }
}
main .main_flex .main_container #sec3 .sub_item_credit .item_credit,
main .main_flex .main_container #sec5 .sub_item_credit .item_credit {
  scale: 0.85;
  transform-origin: center top;
  /* 基準点（必要に応じて調整） */
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec3 .sub_item_credit .item_credit,
  main .main_flex .main_container #sec5 .sub_item_credit .item_credit {
    position: relative;
    margin: 0 auto;
    scale: 0.8;
  }
}
main .main_flex .main_container #sec3 .sub_item_credit .item_credit .item_name,
main .main_flex .main_container #sec5 .sub_item_credit .item_credit .item_name {
  font-size: 6.4vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container #sec3 .sub_item_credit .item_credit .item_name,
  main .main_flex .main_container #sec5 .sub_item_credit .item_credit .item_name {
    font-size: 1.6666666667vw;
  }
}
main .main_flex .main_container section + section {
  margin-top: 24vw;
}
@media screen and (min-width: 769px) {
  main .main_flex .main_container section + section {
    margin-top: 0;
  }
}
main #item_sec {
  position: relative;
  background-color: #A48B78;
  background-image: url(../images/bg_2.webp);
  background-size: 50px;
  background-position: center;
  background-repeat: repeat;
  border-radius: 0 0 10.6666666667vw 10.6666666667vw;
  padding-bottom: 24vw;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  main #item_sec {
    border-radius: 0 0 4.1666666667vw 4.1666666667vw;
    padding-bottom: 11.1111111111vw;
    overflow-x: visible;
  }
}
main #item_sec .deco_img {
  position: absolute;
  width: 41.8666666667vw;
  right: -16vw;
  top: 0;
}
@media screen and (min-width: 769px) {
  main #item_sec .deco_img {
    width: 16.9791666667vw;
    top: 5.5555555556vw;
    right: 7.7777777778vw;
  }
}
main #item_sec .main_ttl {
  padding: 10.6666666667vw 0 8vw;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  main #item_sec .main_ttl {
    padding: 2.7777777778vw 0 5.5555555556vw;
    margin-bottom: 0;
  }
}
main #item_sec .main_ttl p {
  text-align: center;
  color: #FCF9F4;
}
main #item_sec .item_wrap {
  width: 90.6666666667vw;
  margin: 0 auto 13.3333333333vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 5.3333333333vw;
  row-gap: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #item_sec .item_wrap {
    width: 75vw;
    margin: 0 auto 8.3333333333vw;
    column-gap: 2.7777777778vw;
    row-gap: 4.1666666667vw;
  }
}
main #item_sec .item_wrap > li {
  width: 42.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #item_sec .item_wrap > li {
    width: 16.6666666667vw;
  }
}
main #item_sec .item_wrap .item_img {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #item_sec .item_wrap .item_img {
    margin-bottom: 0.9722222222vw;
  }
}
main #item_sec .item_wrap .item_img img {
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #item_sec .item_wrap .item_img img {
    border-radius: 1.1111111111vw;
  }
}
main #item_sec .item_wrap .item_name {
  font-size: 3.3333333333vw;
  margin-bottom: 1.6vw;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  main #item_sec .item_wrap .item_name {
    font-size: 1.0416666667vw;
    margin-bottom: 0.6944444444vw;
  }
}
main #item_sec .item_wrap .item_name > .ja_1 {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  main #item_sec .item_wrap .item_name > .ja_1 {
    font-size: 0.9722222222vw;
  }
}
main #item_sec .item_wrap .item_color {
  font-size: 2.6666666667vw;
  margin-bottom: 1.6vw;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  main #item_sec .item_wrap .item_color {
    font-size: 0.8333333333vw;
    margin-bottom: 0.6944444444vw;
  }
}
main #item_sec .item_wrap .item_color > .ja_1 {
  font-size: 0.9em;
}
main #item_sec .item_wrap .item_price {
  font-size: 2.9333333333vw;
  line-height: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  main #item_sec .item_wrap .item_price {
    font-size: 0.9027777778vw;
    line-height: 1.6666666667vw;
  }
}
main #item_sec .item_wrap .item_price::after {
  font-size: 0.9em;
  content: "BUY";
  position: absolute;
  top: 0;
  right: 0;
  line-height: 4.8vw;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  padding: 0 2.6666666667vw 0.5333333333vw;
  border-radius: 100vw;
}
@media screen and (min-width: 769px) {
  main #item_sec .item_wrap .item_price::after {
    line-height: 1.5277777778vw;
    padding: 0 0.9722222222vw 0.1388888889vw;
  }
}
main #item_sec .item_wrap img {
  width: 100%;
}

.brand_btn,
.all_btn {
  width: 64vw;
  line-height: 14.9333333333vw;
  margin: 0 auto;
  text-align: center;
  color: #FCF9F4;
  border: 1px solid #fff;
  border-radius: 100vw;
  font-size: 4vw;
  letter-spacing: 0.06em;
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .brand_btn,
  .all_btn {
    width: 19.4444444444vw;
    line-height: 4.4444444444vw;
    font-size: 1.1805555556vw;
    padding-left: 2.0833333333vw;
  }
}
.brand_btn span,
.all_btn span {
  padding-bottom: 0.5333333333vw;
}
@media screen and (min-width: 769px) {
  .brand_btn span,
  .all_btn span {
    padding-bottom: 0.1388888889vw;
  }
}
.brand_btn img,
.all_btn img {
  display: inline;
  width: 2.6666666667vw;
  margin-left: 5.3333333333vw;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .brand_btn img,
  .all_btn img {
    width: 0.7638888889vw;
    margin-left: 2.0833333333vw;
  }
}
.brand_btn:hover,
.all_btn:hover {
  opacity: 1;
}
.brand_btn:hover img,
.all_btn:hover img {
  transform: translateX(10px);
  transition: all 0.6s;
}

/* footer
===================================================== */
footer {
  position: relative;
  padding: 24vw 0 16vw;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 11.1111111111vw 0 5.5555555556vw;
  }
}
footer .footer_ttl {
  width: 81.3333333333vw;
  margin: 0 auto 2.1333333333vw;
  display: flex;
  justify-content: space-between;
  font-size: 2.6666666667vw;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  footer .footer_ttl {
    width: 75vw;
    margin: 0 auto 1.25vw;
    font-size: 0.9027777778vw;
  }
}
footer .line1 {
  width: 81.3333333333vw;
  margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer .line1 {
    width: 75vw;
    margin: 0 auto 6.9444444444vw;
  }
}
footer .footer_wrap .brand_info {
  color: #FCF9F4;
}
footer .footer_wrap .brand_info a {
  color: #FCF9F4;
}
footer .footer_wrap .brand_info .sahir_ttl {
  width: 54.9333333333vw;
  margin: 0 auto 9.8666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .brand_info .sahir_ttl {
    width: 16.6666666667vw;
    margin: 0 auto 3.125vw;
  }
}
footer .footer_wrap .brand_info .sahir_txt {
  font-size: 2.9333333333vw;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 14.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .brand_info .sahir_txt {
    font-size: 0.7986111111vw;
    line-height: 2.0869565217;
    margin-bottom: 4.8611111111vw;
  }
}
footer .footer_wrap .brand_info .sahir_txt p + p {
  margin-top: 3.2vw;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .brand_info .sahir_txt p + p {
    margin-top: 1.3888888889vw;
  }
}
footer .footer_wrap .brand_info .archive {
  margin: 10.6666666667vw auto 16vw;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .brand_info .archive {
    margin: 3.125vw auto 4.8611111111vw;
  }
}
footer .footer_wrap .brand_info .archive_ttl {
  text-align: center;
  font-size: 3.4666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .brand_info .archive_ttl {
    font-size: 1.0069444444vw;
    margin-bottom: 1.0416666667vw;
  }
}
footer .footer_wrap .brand_info .archive_flex {
  display: flex;
  flex-wrap: wrap;
  width: 69.3333333333vw;
  margin: 0 auto;
  justify-content: center;
  gap: 2%;
  font-size: 3.2vw;
  line-height: 1.9166666667;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .brand_info .archive_flex {
    width: 41.6666666667vw;
    font-size: 0.9722222222vw;
  }
}
footer .footer_wrap .brand_info .archive_flex a {
  text-decoration: underline;
}
footer .footer_wrap .brand_info .sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9.0666666667vw;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .brand_info .sns_link {
    margin-bottom: 3.4722222222vw;
    gap: 2.5vw;
  }
}
footer .footer_wrap .brand_info .sns_link a:first-child {
  width: 6.4vw;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .brand_info .sns_link a:first-child {
    width: 1.8055555556vw;
  }
}
footer .footer_wrap .brand_info .sns_link a:last-child {
  width: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .brand_info .sns_link a:last-child {
    width: 1.5277777778vw;
  }
}
footer .footer_wrap .credit_wrap {
  margin-bottom: 18.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .credit_wrap {
    margin-bottom: 6.25vw;
  }
}
footer .footer_wrap .credit_wrap .credit_ttl {
  font-size: 5.8666666667vw;
  margin: 0vw auto 8vw;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .credit_wrap .credit_ttl {
    font-size: 1.6666666667vw;
    margin: 3.4722222222vw auto 2.7777777778vw;
    margin: 0vw auto 2.7777777778vw;
  }
}
footer .footer_wrap .credit_wrap .credit_list {
  line-height: 2.4;
  font-size: 2.9333333333vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .credit_wrap .credit_list {
    font-size: 0.9027777778vw;
  }
}
footer .footer_wrap .credit_wrap .credit_list + .credit_list {
  margin-top: 4.2666666667%;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .credit_wrap .credit_list + .credit_list {
    margin-top: 2.0833333333vw;
  }
}
footer .footer_wrap .line1 {
  width: 69.3333333333vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .line1 {
    width: 27.7777777778vw;
    margin: 0 auto 6.9444444444vw;
  }
}
footer .footer_wrap .copyright {
  margin: 0 auto;
  font-size: 2.4vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer .footer_wrap .copyright {
    font-size: 0.7527777778vw;
  }
}

/* 共通
===================================================== */
.slide1.swiper-container,
.slide1.swiper-wrapper {
  overflow: hidden;
}

.slide2 .swiper-container,
.slide2 .swiper-wrapper {
  overflow: hidden;
}

.fade_scale {
  overflow: hidden;
}

.skewAnim {
  transform-origin: center;
  will-change: transform;
}

/* totop
===================================================== */
.totop {
  width: 11.7333333333vw;
  position: fixed;
  bottom: 3.2vw;
  right: 3.2vw;
  z-index: 100;
  opacity: 1;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .totop {
    width: 3.6111111111vw;
    bottom: 1.3888888889vw;
    right: 1.3888888889vw;
  }
}

/* 下矢印
===================================================== */
/* animation
===================================================== */
.swiper-slide .credit1 {
  opacity: 0;
  transition: 0.5s;
}

.swiper-slide-visible .credit1 {
  opacity: 1;
  transition: 0.5s;
}/*# sourceMappingURL=style.css.map */