@charset "UTF-8";
/* Scss Document */
/*ピンク*/
/*茶色*/
/*薄い茶色*/
/*緑*/
/*もっと薄い茶色*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@-webkit-keyframes slide_up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slide_up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide_down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slide_down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slide_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes blur_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_down {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes blur_down {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes blur_right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes blur_right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes blur_left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
.slide_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate_slide_up {
  -webkit-animation-name: slide_up;
          animation-name: slide_up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slide_down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.animate_slide_down {
  -webkit-animation-name: slide_down;
          animation-name: slide_down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slide_right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate_slide_right {
  -webkit-animation-name: slide_right;
          animation-name: slide_right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.slide_left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate_slide_left {
  -webkit-animation-name: slide_left;
          animation-name: slide_left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.blur {
  opacity: 0;
}

.animate_blur {
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.blur_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate_blur_up {
  -webkit-animation-name: blur_up;
          animation-name: blur_up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.blur_down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.animate_blur_down {
  -webkit-animation-name: blur_down;
          animation-name: blur_down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.blur_right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate_blur_right {
  -webkit-animation-name: blur_right;
          animation-name: blur_right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.blur_left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate_blur_left {
  -webkit-animation-name: blur_left;
          animation-name: blur_left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.contarea {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .sp_contarea {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
.s-serif {
  font-family: "Noto Sans JP", sans-serif;
}

.red {
  color: #E51C24;
}

.font_s {
  font-size: 0.8em;
}

.font_x {
  font-size: 1.2em;
}

.font_b {
  font-weight: 700;
}

.paragraph-group {
  display: block;
}

.paragraph {
  display: inline-block;
}

.text-white {
  color: #fff;
}

.text-bold {
  font-weight: bold;
}

.text-black {
  font-weight: 900;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

.prg_h {
  margin-bottom: 12px;
}

.prg {
  margin-bottom: 16px;
}

.prg_w {
  margin-bottom: 22px;
}
@media print, screen and (min-width: 768px) {
  .prg_w {
    margin-bottom: 25px;
  }
}

.prg_2w {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .prg_2w {
    margin-bottom: 40px;
  }
}

.prg_3w {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .prg_3w {
    margin-bottom: 60px;
  }
}

.prg_4w {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .prg_4w {
    margin-bottom: 80px;
  }
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
html ::-moz-selection {
  background: #C9AA8C;
}
html ::selection {
  background: #C9AA8C;
}

body {
  position: relative;
  color: #82603E;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 2;
  background: #FFF1E2;
}
body.active {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.navi_logo {
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.swiper section {
  padding-top: 20px;
  margin-top: -20px;
}

.footer_logo {
  background: #fff;
  padding: 5rem 0;
}
.footer_logo a {
  display: block;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .l-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .p-wrap {
    width: 100%;
    height: 100vh;
    max-width: 1280px;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 10;
    pointer-events: none;
    padding-left: 32.42%;
    padding-right: 32.42%;
  }
  .p-menu {
    max-width: 288px;
    width: 32.42%;
    background-color: #FFF1E2;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
    height: 100%;
  }
  .p-wrap__blank {
    width: 100%;
    max-width: 450px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
  .p-wrap__gallery-right {
    max-width: 415px;
    width: 32.42%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: auto;
  }
  .l-main {
    display: block;
    padding-left: 32.42%;
    padding-right: 32.42%;
    margin: 0 auto;
  }
  .p-main {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    background-color: #fffaf0;
  }
  .p-mv {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: #fff;
  }
  /*スクロールバー非表示（Chrome・Safari）*/
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-mv {
    height: 100svh;
  }
}
@media print, screen and (min-width: 768px) {
  .swiper-mv {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .swiper-mv .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden scroll;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }
  .swiper-mv .swiper::-webkit-scrollbar {
    display: none;
  }
  nav.globalMenuSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  nav.globalMenuSp .navi_logo {
    padding: 1rem 0;
  }
  nav.globalMenuSp ul {
    max-width: 288px;
    text-align: left;
  }
  nav.globalMenuSp ul li {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  nav.globalMenuSp ul li:hover a {
    color: #8441A7;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #82603E;
    padding: 0.75em 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  nav.globalMenuSp .btn_sns {
    display: none;
  }
  .buy_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .buy_cont a {
    text-align: center;
  }
  .buy_cont a.item img {
    width: auto;
    max-height: 530px;
  }
  .buy_cont .btn_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }
  .buy_cont .btn_sns a {
    display: block;
    width: 50px;
  }
  .buy_cont .btn_sns a.twitter_x {
    width: 40px;
  }
  .buy_cont .btn_sns a:not(:last-child) {
    margin-right: 40px;
  }
  .buy_cont .btn_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .buy_cont .btn_top a {
    display: block;
    width: 25px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 1280px) {
  .buy_cont a.item img {
    height: 80vh;
    width: auto;
    max-height: 530px;
  }
}
@media screen and (max-width: 767px) {
  .p-wrap__blank,
  .p-wrap__gallery-right {
    display: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    text-align: center;
    /* ナビ開いてる時のボタン */
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 15px;
    background: #a67b4e;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 20px;
  }
  .hamburger span:nth-child(2) {
    top: 30px;
  }
  .hamburger span:nth-child(3) {
    top: 40px;
  }
  .hamburger.active span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
    top: 21px;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
    top: 39px;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #FFF1E2;
    text-align: center;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    /* このクラスを、jQueryで付与・削除する */
  }
  nav.globalMenuSp .navi_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  nav.globalMenuSp .navi_logo {
    padding: 1rem 0;
  }
  nav.globalMenuSp ul {
    background: #FFF1E2;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 288px;
    text-align: left;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover {
    background: #C9AA8C;
  }
  nav.globalMenuSp ul li:hover a {
    color: #8441A7;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #82603E;
    padding: 0.75em 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  nav.globalMenuSp.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  nav.globalMenuSp .btn_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0 0;
  }
  nav.globalMenuSp .btn_sns a {
    display: block;
    width: 50px;
  }
  nav.globalMenuSp .btn_sns a.twitter_x {
    width: 40px;
  }
  nav.globalMenuSp .btn_sns a:not(:last-child) {
    margin-right: 40px;
  }
}
.txt_comment {
  display: none;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  background: #fff;
  color: #1A1A1A;
  padding: 0 5%;
  font-weight: 500;
  padding-top: 2rem;
  padding-bottom: 3rem;
  /* 矢印 */
}
.accordion .ac-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 1rem 30px 1rem 0;
  color: #8441A7;
  border-bottom: 2px dashed #C4C4C4;
  cursor: pointer;
}
.accordion .ac-title::before {
  content: "";
  display: block;
  background: url(../images/icon_q.svg) no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.accordion .ac-content {
  display: none;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.accordion .ac-content p {
  margin-bottom: 1.2rem;
}
.accordion .ac-content li {
  color: #E51C24;
  font-size: 1.2em;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}
.accordion .ac-content li::before {
  color: #000;
  content: "☑";
}
.accordion .ac-content .img1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 227px;
}
.accordion .ac-title {
  position: relative;
}
.accordion .ac-title::after {
  border-right: solid 3px #000;
  border-top: solid 3px #000;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 38%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 12px;
  border-radius: 0.1em;
}
.accordion .ac-title.open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn_footer_buy {
  width: 100%;
  height: 60px;
  background: rgba(132, 65, 167, 0.9);
  position: fixed;
  bottom: 0;
}
.btn_footer_buy a {
  display: block;
  text-align: center;
  line-height: 60px;
  color: #fff;
}