@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "YuGothic-Medium, sans-serif";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/YuGothic-Medium.otf") format("opentype"), url("../fonts/YuGothic-Medium.woff") format("woff"), url("../fonts/YuGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YuGothic-Bold, sans-serif";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/YuGothic-Bold.otf") format("opentype"), url("../fonts/YuGothic-Bold.woff") format("woff"), url("../fonts/YuGothic-Bold.woff2") format("woff2");
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共 通 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
.setup_230922 {
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.setup_230922 {
  margin-bottom: calc(140 * (100vw/ 376));
  overflow: hidden;
}
.setup_230922 .spOnly {
  display: block;
}
.setup_230922 .pcOnly {
  display: none;
}
.setup_230922 img {
  width: 100%;
  height: auto;
}

/*------------------------------------
≡≡≡≡≡ ▼ Layout SP First layout ▼ ≡≡≡≡≡
 ------------------------------------*/
.setup_230922 .js-anim,
.setup_230922 .mv {
  opacity: 0;
}
.setup_230922 .mv.js-anim_enable {
  -webkit-animation: fade_mv 1.4s cubic-bezier(0, 0.12, 0.58, 1) forwards;
          animation: fade_mv 1.4s cubic-bezier(0, 0.12, 0.58, 1) forwards;
}
.setup_230922 .js-anim_enable:not(.mv) {
  -webkit-animation: fade_slowly 1s cubic-bezier(0, 0.12, 0.58, 1) forwards;
          animation: fade_slowly 1s cubic-bezier(0, 0.12, 0.58, 1) forwards;
}
@-webkit-keyframes fade_slowly {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_slowly {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fade_mv {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_mv {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.setup_230922 .mv {
  margin-bottom: calc(60 * (100vw/ 376));
  width: 100%;
}
.setup_230922 .sec .sec_title {
  margin-bottom: calc(20 * (100vw/ 376));
  font-family: "mrs-eaves", serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(32 * (100vw/ 376));
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.setup_230922 .sec .numbering_list .number {
  font-family: "mrs-eaves-roman-all-small-ca", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(36 * (100vw/ 376));
  line-height: 0.61;
  letter-spacing: 0;
  text-align: center;
}
.setup_230922 .sec .setup_numbers {
  font-family: "mrs-eaves-roman-all-small-ca", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(30 * (100vw/ 376));
  line-height: 0.73;
  letter-spacing: 0;
}
.setup_230922 .style_area {
  margin-bottom: calc(53 * (100vw/ 376));
  padding: 0 calc(30 * (100vw/ 376));
}
.setup_230922 .style_area .style_wrap {
  width: calc(265 * (100vw/ 376));
}
.setup_230922 .style_area .style_wrap:nth-of-type(1) {
  margin-bottom: calc(35 * (100vw/ 376));
}
.setup_230922 .style_area .style_wrap:nth-of-type(2) {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: calc(49 * (100vw/ 376));
}
.setup_230922 .style_area .credit {
  margin-top: calc(6 * (100vw/ 376));
  font-family: "YuGothic-Medium, sans-serif";
  font-size: calc(13 * (100vw/ 376));
  line-height: 1.77;
  letter-spacing: 0.05em;
  text-align: left;
  text-decoration: underline;
}
.setup_230922 .style_area .style_lead {
  font-family: "YuGothic-Medium, sans-serif";
  font-size: calc(13 * (100vw/ 376));
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
.setup_230922 .setup_area {
  margin-bottom: calc(80 * (100vw/ 376));
}
.setup_230922 .setup_area .setup_wrap {
  position: relative;
}
.setup_230922 .setup_area .setup_wrap_inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/sec_bg_sp.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
.setup_230922 .setup_area .imgwrap {
  margin: 0 auto;
  width: calc(263 * (100vw/ 376));
}
.setup_230922 .setup_area .setup_text {
  font-family: "YuGothic-Bold, sans-serif";
  font-size: calc(13 * (100vw/ 376));
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: left;
}
.setup_230922 .setup_area .wrap_double-jacket {
  margin-bottom: calc(40 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_double-jacket .setup_text_box {
  background: #E5E5E5;
}
.setup_230922 .setup_area .wrap_double-jacket .setup_wrap_inner {
  height: calc(1021 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_double-jacket .imgwrap:nth-of-type(1) {
  transform: translateX(calc(3 * (100vw/ 376)));
}
.setup_230922 .setup_area .wrap_double-jacket .imgwrap:nth-of-type(2) {
  transform: translateX(calc(3 * (100vw/ 376)));
  margin-top: calc(-49 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_double-jacket .numbering01 {
  margin-top: calc(142.7 * (100vw/ 376));
  margin-left: calc(46 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_double-jacket .numbering01 .number::after {
  bottom: calc(-68 * (100vw/ 376));
  left: calc(36 * (100vw/ 376));
  width: calc(90.5 * (100vw/ 376));
  height: calc(62.5 * (100vw/ 376));
  background-image: url(../img/border1-1_sp.svg);
}
.setup_230922 .setup_area .wrap_double-jacket .numbering02 {
  margin-left: calc(220 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_double-jacket .numbering02 .number::after {
  bottom: calc(-58 * (100vw/ 376));
  right: calc(32 * (100vw/ 376));
  width: calc(64 * (100vw/ 376));
  height: calc(53 * (100vw/ 376));
  background-image: url(../img/border1-2_sp.svg);
}
.setup_230922 .setup_area .wrap_double-jacket .numbering03 {
  transform: translateY(calc(14 * (100vw/ 376)));
  margin-left: calc(48 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_double-jacket .numbering03 .number::after {
  bottom: calc(21 * (100vw/ 376));
  left: calc(43 * (100vw/ 376));
  width: calc(62 * (100vw/ 376));
  height: calc(53 * (100vw/ 376));
  background-image: url(../img/border1-3_sp.svg);
}
.setup_230922 .setup_area .wrap_double-jacket .numbering04 {
  margin-top: calc(261.5 * (100vw/ 376));
  margin-left: calc(192 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_double-jacket .numbering04 .number::after {
  bottom: calc(-70 * (100vw/ 376));
  right: calc(34 * (100vw/ 376));
  width: calc(78 * (100vw/ 376));
  height: calc(66.5 * (100vw/ 376));
  background-image: url(../img/border1-4_sp.svg);
}
.setup_230922 .setup_area .wrap_double-jacket .setup_text_box:nth-of-type(1) {
  height: calc(76 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_double-jacket .setup_text_box:nth-of-type(2) {
  height: calc(99 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_double-jacket .setup_text_box:nth-of-type(3) {
  height: calc(73 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_double-jacket .setup_text_box:nth-of-type(4) {
  height: calc(76 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_short-jacket .setup_text_box {
  background: #DED7CF;
}
.setup_230922 .setup_area .wrap_short-jacket .setup_wrap_inner {
  height: calc(938 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_short-jacket .imgwrap:nth-of-type(1) {
  transform: translate(calc(3 * (100vw/ 376)), calc(-9 * (100vw/ 376)));
}
.setup_230922 .setup_area .wrap_short-jacket .imgwrap:nth-of-type(2) {
  transform: translateX(calc(7 * (100vw/ 376)));
  margin-top: calc(-115 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_short-jacket .numbering01 {
  margin-top: calc(166.7 * (100vw/ 376));
  margin-left: calc(41 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_short-jacket .numbering01 .number::after {
  bottom: calc(-77 * (100vw/ 376));
  left: calc(33 * (100vw/ 376));
  width: calc(99.5 * (100vw/ 376));
  height: calc(71.5 * (100vw/ 376));
  background-image: url(../img/border2-1_sp.svg);
}
.setup_230922 .setup_area .wrap_short-jacket .numbering02 {
  transform: translateY(calc(18 * (100vw/ 376)));
  margin-left: calc(207 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_short-jacket .numbering02 .number::after {
  bottom: calc(-73 * (100vw/ 376));
  right: calc(-6 * (100vw/ 376));
  width: calc(114 * (100vw/ 376));
  height: calc(70 * (100vw/ 376));
  background-image: url(../img/border2-2_sp.svg);
}
.setup_230922 .setup_area .wrap_short-jacket .numbering03 {
  transform: translateY(calc(65 * (100vw/ 376)));
  margin-left: calc(47 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_short-jacket .numbering03 .number::after {
  bottom: calc(-62 * (100vw/ 376));
  left: calc(38 * (100vw/ 376));
  width: calc(79 * (100vw/ 376));
  height: calc(58 * (100vw/ 376));
  background-image: url(../img/border2-3_sp.svg);
}
.setup_230922 .setup_area .wrap_short-jacket .numbering04 {
  margin-top: calc(211.5 * (100vw/ 376));
  margin-left: calc(207 * (100vw/ 376));
}
.setup_230922 .setup_area .wrap_short-jacket .numbering04 .number::after {
  bottom: calc(21 * (100vw/ 376));
  right: calc(31 * (100vw/ 376));
  width: calc(99 * (100vw/ 376));
  height: calc(68.5 * (100vw/ 376));
  background-image: url(../img/border2-4_sp.svg);
}
.setup_230922 .setup_area .wrap_short-jacket .setup_text_box {
  height: calc(76 * (100vw/ 376));
}
.setup_230922 .setup_area .numbering_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.setup_230922 .setup_area .numbering_list li {
  display: inline-block;
  width: calc(40 * (100vw/ 376));
  height: auto;
}
.setup_230922 .setup_area .numbering_list .number {
  position: relative;
  z-index: 0;
}
.setup_230922 .setup_area .numbering_list .number::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.setup_230922 .setup_area .setup_text_box {
  display: flex;
  align-items: center;
  gap: calc(20 * (100vw/ 376));
  padding-left: calc(15 * (100vw/ 376));
}
.setup_230922 .setup_area .setup_text_box:not(:last-of-type) {
  margin-bottom: calc(20 * (100vw/ 376));
}
.setup_230922 .setup_area .setup_text_list {
  position: absolute;
  transform: translateX(-50%);
  bottom: calc(48 * (100vw/ 376));
  left: 50%;
  width: calc(317 * (100vw/ 376));
  height: auto;
  z-index: 1;
}
.setup_230922 .variation_area {
  margin-bottom: calc(62 * (100vw/ 376));
  padding: 0 calc(30 * (100vw/ 376));
  text-align: center;
}
.setup_230922 .variation_area .sec_title {
  display: inline-block;
  position: relative;
  margin-bottom: calc(30 * (100vw/ 376));
}
.setup_230922 .variation_area .sec_title::before, .setup_230922 .variation_area .sec_title::after {
  content: "";
  position: absolute;
  top: calc(19 * (100vw/ 376));
  width: calc(20 * (100vw/ 376));
  height: 1px;
  background-size: contain;
  background-repeat: no-repeat;
  border-bottom: calc(2 * (100vw/ 376)) solid #000;
}
.setup_230922 .variation_area .sec_title::before {
  left: calc(-36 * (100vw/ 376));
}
.setup_230922 .variation_area .sec_title::after {
  right: calc(-36 * (100vw/ 376));
}
.setup_230922 .variation_area .variation_text {
  margin-top: calc(12 * (100vw/ 376));
  font-family: "mrs-eaves", serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(24 * (100vw/ 376));
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.setup_230922 .variation_area .variation_wrap:not(:last-of-type) {
  margin-bottom: calc(42 * (100vw/ 376));
}
.setup_230922 .btn__top {
  display: block;
  margin: 0 auto;
  padding-block: calc(18 * (100vw/ 376));
  background: #000;
  color: #fff;
  font-family: "YuGothic-Medium, sans-serif";
  font-size: calc(14 * (100vw/ 376));
  line-height: 1.05;
  letter-spacing: 0.1em;
  text-align: center;
  width: calc(300 * (100vw/ 376));
}

/* .autumn1_230823 : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 768px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  /* パンくず 追加スタイル PC */
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
  .setup_230922 .pcOnly {
    display: block;
  }
  .setup_230922 .spOnly {
    display: none;
  }
  /* .setup_230922 : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .setup_230922 {
    margin: 0 auto 10rem;
    width: 120rem;
  }
  .setup_230922 .js-anim_enable:not(.mv) {
    -webkit-animation: fade_slowly 1.4s cubic-bezier(0, 0.12, 0.58, 1) forwards;
            animation: fade_slowly 1.4s cubic-bezier(0, 0.12, 0.58, 1) forwards;
  }
  .setup_230922 .style_area .style_wrap:nth-of-type(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .setup_230922 .style_area .style_wrap:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .setup_230922 .box1 {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .setup_230922 .prod_box2 .img2 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  @-webkit-keyframes fade_slowly {
    0% {
      opacity: 0;
      transform: translateY(12%);
    }
    10% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fade_slowly {
    0% {
      opacity: 0;
      transform: translateY(12%);
    }
    10% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .setup_230922 .mv {
    margin-bottom: 10rem;
  }
  .setup_230922 .sec .sec_title {
    margin-bottom: 4rem;
    font-size: 4rem;
    line-height: 1.2;
  }
  .setup_230922 .style_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 9.2rem;
    padding: 0 10rem;
  }
  .setup_230922 .style_area .style_wrap {
    width: 48rem;
  }
  .setup_230922 .style_area .style_wrap:nth-of-type(1) {
    margin-bottom: 0;
  }
  .setup_230922 .style_area .style_wrap:nth-of-type(2) {
    margin: 24rem 0 0 0;
  }
  .setup_230922 .style_area .credit {
    margin-top: 2.2rem;
    font-size: 1.3rem;
    line-height: 1;
  }
  .setup_230922 .style_area .style_lead {
    margin-top: 9.3rem;
    font-size: 1.3rem;
    width: 100%;
  }
  .setup_230922 .setup_area {
    margin-bottom: 16rem;
  }
  .setup_230922 .setup_area .setup_wrap_inner {
    background-image: url(../img/sec_bg_pc.jpg);
  }
  .setup_230922 .setup_area .imgwrap {
    width: 39.4rem;
  }
  .setup_230922 .setup_area .setup_text {
    font-size: 1.3rem;
    line-height: 2;
  }
  .setup_230922 .setup_area .setup_text_box {
    position: relative;
    z-index: 1;
  }
  .setup_230922 .setup_area .setup_text_box::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .setup_230922 .setup_area .wrap_double-jacket {
    margin-bottom: 16rem;
    height: 94rem;
  }
  .setup_230922 .setup_area .wrap_double-jacket .setup_wrap_inner {
    height: 84.2rem;
  }
  .setup_230922 .setup_area .wrap_double-jacket .imgwrap:nth-of-type(1) {
    transform: translate(0.3rem, 2.5rem);
  }
  .setup_230922 .setup_area .wrap_double-jacket .imgwrap:nth-of-type(2) {
    transform: translateX(0.5rem);
    margin-top: -5.2rem;
  }
  .setup_230922 .setup_area .wrap_double-jacket .setup_text_list li.setup_text_box {
    height: auto;
  }
  .setup_230922 .setup_area .wrap_double-jacket .setup_text_list li.setup_text_box:nth-of-type(1) {
    transform: translateY(-3.7rem);
    margin-left: 18.1rem;
  }
  .setup_230922 .setup_area .wrap_double-jacket .setup_text_list li.setup_text_box:nth-of-type(1):after {
    bottom: -11.7rem;
    left: 20.1rem;
    width: 19.35rem;
    height: 16.5rem;
    background-image: url(../img/border1-1_pc.svg);
  }
  .setup_230922 .setup_area .wrap_double-jacket .setup_text_list li.setup_text_box:nth-of-type(2) {
    margin-top: 10.3rem;
    margin-left: 43.9rem;
  }
  .setup_230922 .setup_area .wrap_double-jacket .setup_text_list li.setup_text_box:nth-of-type(2):after {
    bottom: -4.7rem;
    left: -13.2rem;
    width: 13.3rem;
    height: 10.6rem;
    background-image: url(../img/border1-2_pc.svg);
  }
  .setup_230922 .setup_area .wrap_double-jacket .setup_text_list li.setup_text_box:nth-of-type(3) {
    margin-top: 39.84rem;
    margin-left: 18.2rem;
  }
  .setup_230922 .setup_area .wrap_double-jacket .setup_text_list li.setup_text_box:nth-of-type(3):after {
    bottom: 4.2rem;
    left: 17.8rem;
    width: 18rem;
    height: 13.2rem;
    background-image: url(../img/border1-3_pc.svg);
  }
  .setup_230922 .setup_area .wrap_double-jacket .setup_text_list li.setup_text_box:nth-of-type(4) {
    transform: translateY(-17rem);
    margin-left: 81.7rem;
  }
  .setup_230922 .setup_area .wrap_double-jacket .setup_text_list li.setup_text_box:nth-of-type(4):after {
    bottom: -9.9rem;
    left: -18rem;
    width: 18.2rem;
    height: 14.55rem;
    background-image: url(../img/border1-4_pc.svg);
  }
  .setup_230922 .setup_area .wrap_short-jacket {
    height: 97.5rem;
  }
  .setup_230922 .setup_area .wrap_short-jacket .setup_wrap_inner {
    height: 84.2rem;
  }
  .setup_230922 .setup_area .wrap_short-jacket .imgwrap:nth-of-type(1) {
    transform: translate(0.4rem, 1.5rem);
  }
  .setup_230922 .setup_area .wrap_short-jacket .imgwrap:nth-of-type(2) {
    transform: translateX(0.8rem);
    margin-top: -14.6rem;
  }
  .setup_230922 .setup_area .wrap_short-jacket li.setup_text_box {
    height: auto;
  }
  .setup_230922 .setup_area .wrap_short-jacket li.setup_text_box:nth-of-type(1) {
    margin-top: 12rem;
    margin-left: 16.85rem;
  }
  .setup_230922 .setup_area .wrap_short-jacket li.setup_text_box:nth-of-type(1):after {
    bottom: -7rem;
    left: 21.2rem;
    width: 19.8rem;
    height: 11.6rem;
    background-image: url(../img/border2-1_pc.svg);
  }
  .setup_230922 .setup_area .wrap_short-jacket li.setup_text_box:nth-of-type(2) {
    transform: translateY(0.8rem);
    margin-left: 45.9rem;
  }
  .setup_230922 .setup_area .wrap_short-jacket li.setup_text_box:nth-of-type(2):after {
    bottom: -8.8rem;
    left: -19.4rem;
    width: 19.4rem;
    height: 13.1rem;
    background-image: url(../img/border2-2_pc.svg);
  }
  .setup_230922 .setup_area .wrap_short-jacket li.setup_text_box:nth-of-type(3) {
    transform: translateY(-2.6rem);
    margin-left: 13.38rem;
  }
  .setup_230922 .setup_area .wrap_short-jacket li.setup_text_box:nth-of-type(3):after {
    bottom: -6.7rem;
    left: 23.1rem;
    width: 19.2rem;
    height: 11.2rem;
    background-image: url(../img/border2-3_pc.svg);
  }
  .setup_230922 .setup_area .wrap_short-jacket li.setup_text_box:nth-of-type(4) {
    margin-top: 28.4rem;
    margin-left: 46.3rem;
  }
  .setup_230922 .setup_area .wrap_short-jacket li.setup_text_box:nth-of-type(4):after {
    bottom: 4.1rem;
    left: -19.9rem;
    width: 20.2rem;
    height: 16.3rem;
    background-image: url(../img/border2-4_pc.svg);
  }
  .setup_230922 .setup_area .setup_text_box {
    display: inline-block;
    padding: 1.8rem 3rem 1.7rem;
  }
  .setup_230922 .setup_area .setup_text_box:not(:last-of-type) {
    margin-bottom: 0;
  }
  .setup_230922 .setup_area .setup_text_list {
    position: static;
    transform: translateY(-84.2rem);
    width: 100%;
  }
  .setup_230922 .variation_area {
    margin-bottom: 8.4rem;
    padding: 0 30rem;
  }
  .setup_230922 .variation_area .sec_title {
    margin-bottom: 3rem;
  }
  .setup_230922 .variation_area .sec_title::before, .setup_230922 .variation_area .sec_title::after {
    top: 2.6rem;
    width: 2rem;
    height: 2px;
    border-bottom: 0.2rem solid #000;
  }
  .setup_230922 .variation_area .sec_title::before {
    left: -3.4rem;
  }
  .setup_230922 .variation_area .sec_title::after {
    right: -3.4rem;
  }
  .setup_230922 .variation_area .variation_text {
    margin-top: 2rem;
    font-size: 3.2rem;
  }
  .setup_230922 .variation_area .variation_wrap:not(:last-of-type) {
    margin-bottom: 8.4rem;
  }
  .setup_230922 .btn__top {
    transition: all 0.4s;
    padding-block: 1.6rem;
    border: 1px solid #000;
    font-size: 1.4rem;
    width: 30rem;
  }
  .setup_230922 .btn__top:hover {
    background: #fff;
    color: #000;
  }
  /* .setup_230922 PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1200px)
 --------------------------------*/
/*# sourceMappingURL=style.css.map */