@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

:root {
  --campus-sp-size: 750;
  --campus-pc-size: 1920;
  --sp-size: 100vw;
  --pc-size: 525px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  word-wrap: break-word;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(26 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: calc(26 / var(--campus-sp-size) * var(--pc-size));
  }
}

.header, .main {
  color: #41268b;
}
.header a, .main a {
  color: #b79e66;
  text-decoration: none;
}
.header img, .main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}

ul, li {
  list-style: none;
}

img {
  pointer-events: none;
  height: auto;
}

sup {
  vertical-align: text-top;
  font-size: unset;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1501px) {
  .desktop {
    display: inline-block;
  }
}
.ep-header-container, .header-container {
  display: none;
}

.ep-layout-sp {
  display: block;
  visibility: visible;
  width: var(--pc-size);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ep-layout-sp {
    width: 100%;
  }
}
.ep-layout-sp .main {
  width: 100%;
  box-shadow: none;
}

.header_wrap {
  position: relative;
}

/*---------------------------------------------------------------------------------------
  fadeIn
----------------------------------------------------------------------------------------*/
.fade-in {
  opacity: 0;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.fade-in.fade-in-top {
  transform: translate(0, -30px);
}
.fade-in.fade-in-right {
  transform: translate(50px, 0);
}
.fade-in.fade-in-bottom {
  transform: translate(0, 50px);
}
.fade-in.fade-in-left {
  transform: translate(-30px, 0);
}
.fade-in.fade-in-scale {
  transform: scale(0.995);
}
.fade-in.fade-in-active {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.fade-in.duration2s {
  transition-duration: 2s;
}
.fade-in.delay5ms {
  transition-delay: 0.5s;
}
.fade-in.delay7ms {
  transition-delay: 0.7s;
}
.fade-in.delay1s {
  transition-delay: 1s;
}

@media screen and (max-width: 767px) {
  .fade-in.fade-in-top {
    transform: translate(0, -8vw);
  }
  .fade-in.fade-in-right {
    transform: translate(var(--transform-x), 0);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fade-in.fade-in-right {
    transform-x: calc(60 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .fade-in.fade-in-right {
    transform-x: calc(60 / var(--campus-sp-size) * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .fade-in.fade-in-bottom {
    transform: translate(0, var(--transform-y));
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fade-in.fade-in-bottom {
    transform-y: calc(60 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .fade-in.fade-in-bottom {
    transform-y: calc(60 / var(--campus-sp-size) * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .fade-in.fade-in-left {
    transform: translate(-8vw, 0);
  }
  .fade-in.fade-in-active {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
/*---------------------------------------------------------------------------------------
  header
----------------------------------------------------------------------------------------*/
.wrapper {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow-x: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: calc(45 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: calc(45 / var(--campus-sp-size) * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-left: calc(50 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding-left: calc(50 / var(--campus-sp-size) * var(--pc-size));
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-logo img {
    width: calc(234 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .header-logo img {
    width: calc(234 / var(--campus-sp-size) * var(--pc-size));
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 40px;
    padding-left: 40px;
  }
  .header-logo img {
    width: 158px;
  }
}

/*---------------------------------------------------------------------------------------
  bg-fixed
----------------------------------------------------------------------------------------*/
.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.bg-fixed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bg-fixed.fixed3 img {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .bg-fixed.fixed3 img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bg-fixed {
    display: block;
  }
  .bg-fixed.fixed3 {
    display: none;
  }
}
/*---------------------------------------------------------------------------------------
  footer
----------------------------------------------------------------------------------------*/
.footer-container {
  background-color: #f7f9f9;
  position: relative;
  z-index: 100;
}

.footer-container footer {
  font-family: "Tenali Ramakrishna";
}
@media screen and (max-width: 767px) {
  .footer-container footer {
    padding-bottom: calc(290 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (min-width: 768px) {
  .footer-container footer {
    padding-bottom: calc(290 / var(--campus-sp-size) * var(--pc-size));
  }
}

.footer-container footer h3 {
  padding-top: 50px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-container footer h3 img {
    width: calc(0.34 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .footer-container footer h3 img {
    width: 34vw;
  }
}

.footer-container footer .mt-50 {
  margin-top: 50px;
}

.footer-container footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.footer-container footer ul li {
  margin: 0 2%;
}

.footer-container footer ul li a {
  text-decoration: none;
  color: #202020;
  font-size: 14px;
}

.footer-container footer ul li a img {
  max-width: 50px;
  width: 100%;
}

.footer-container footer div {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.footer-container footer div p {
  font-size: 14px;
  margin: 0 3%;
}

.footer-container footer div p a {
  text-decoration: none;
  color: #888888;
}

.footer-container footer p {
  color: #888888;
  font-size: 11px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-container footer {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .footer-container footer.is-active {
    padding-bottom: calc(280 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .footer-container footer.is-active {
    padding-bottom: calc(280 / var(--campus-sp-size) * var(--pc-size));
  }
}
@keyframes kv-slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes kv-slide-up-sp {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes kv-slide-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes kv-slide-down-sp {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(8px);
  }
}
/*---------------------------------------------------------------------------------------
  side
----------------------------------------------------------------------------------------*/
.side-column {
  width: calc((100% - var(--pc-size)) / 2);
  height: 100vh;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.side-column.right {
  right: 0;
  position: fixed;
}

@media screen and (min-width: 768px) {
  .side-column {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .side-column {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .side-item {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .side-item .side-item_box {
    position: relative;
    width: 340px;
  }
  .side-item .side_left {
    width: 360px;
  }
  .side-item .side_left img {
    width: 100%;
  }
  .side-item .side_right {
    width: 160px;
    position: absolute;
    right: 0;
    bottom: 35px;
  }
  .side-item .side_right a {
    transition: 0.4s;
  }
  .side-item .side_right a img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .side-item .side_right a:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .side-item .side_right.release {
    bottom: 17px;
  }
}
@media screen and (min-width: 768px) {
  .pc_kv_wrap .pc_kv {
    background: url(../img/pc/pc_kv.png) 0 0/cover no-repeat;
    width: 100vw;
    height: calc(100vh + 25px);
    background-position: top center;
    position: fixed;
    z-index: 100;
    top: -25px;
    left: 0;
  }
}
@media screen and (max-width: 1040px) {
  .pc_kv_wrap .pc_kv {
    height: 104%;
    width: 100vh;
    left: -1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .pc_kv_wrap .pc_kv {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_kv_wrap .pc_kv_item1 {
    position: absolute;
    bottom: 5.2083333333vw;
    left: 5.7291666667vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transform: translateY(20px);
  }
}
@media screen and (max-width: 1501px) {
  .pc_kv_wrap .pc_kv_item1 {
    width: 27.9166666667vw;
    max-width: 600px;
  }
}
@media (min-width: 768px) and (max-height: 1000px) {
  .pc_kv_wrap .pc_kv_item1 {
    max-width: 600px;
    width: auto;
    height: 65%;
    bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .pc_kv_wrap .pc_kv_item1.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .pc_kv_wrap .pc_kv_item2 {
    position: absolute;
    bottom: 6.25vw;
    right: 6.25vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, transform 1s ease;
  }
}
@media screen and (max-width: 1501px) {
  .pc_kv_wrap .pc_kv_item2 {
    width: 31.25vw;
    max-width: 600px;
  }
}
@media screen and (max-width: 1040px) {
  .pc_kv_wrap .pc_kv_item2 {
    right: 0;
    left: 65vw;
  }
}
@media screen and (min-width: 768px) {
  .pc_kv_wrap .pc_kv_item2.is-show {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .pc_kv.kv-title.is-visible {
    opacity: 1;
    transition: 0.8s;
    visibility: visible;
  }
  .pc_kv.kv-title.is-hiding {
    opacity: 0;
    transition: 0.8s;
    z-index: -10;
    visibility: hidden;
  }
  .anime-visible {
    transition: 0.8s;
    position: relative;
  }
  .anime-visible.is-visible {
    opacity: 1;
    transition: 0.8s;
    visibility: visible;
  }
  .anime-visible.is-hiding {
    opacity: 0;
    transition: 0.8s;
    visibility: hidden;
  }
}
main {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  main {
    width: var(--pc-size);
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main {
    width: 750px;
  }
}

section.kv {
  position: relative;
}
section.kv img {
  width: 100%;
}
section.kv img.kv_catch {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.8s;
  transform: translateY(30px);
}
@media screen and (max-width: 767px) {
  section.kv img.kv_catch {
    bottom: calc(0.2666666667 * var(--pc-size));
  }
}
section.kv img.kv_catch.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.8s;
}

section.charm {
  background: url(../img/bg01_02.png) 0 0/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.charm {
    margin-top: 115vh;
  }
}
@media screen and (max-width: 767px) {
  section.charm {
    margin-top: -6.6666666667vw;
    z-index: 10;
  }
}
section.charm h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.charm h2 {
    padding-top: calc(0.1733333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.charm h2 {
    padding-top: 17.3333333333vw;
  }
}
section.charm h2 img {
  width: 100%;
}
section.charm .charm_text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.charm .charm_text {
    margin-top: calc(0.9733333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.charm .charm_text {
    margin-top: 97.3333333333vw;
  }
}
section.charm .charm_text p {
  color: #6382b1;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  section.charm .charm_text p {
    font-size: calc(0.0346666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.charm .charm_text p {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.charm .charm_text p:first-child {
    margin-bottom: calc(0.0666666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.charm .charm_text p:first-child {
    margin-bottom: 6.6666666667vw;
  }
}
section.charm .case {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  section.charm .case {
    margin-top: calc(1.0626666667 * var(--pc-size));
    width: calc(0.5466666667 * var(--pc-size));
    padding-right: calc(0.04 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.charm .case {
    margin-top: 106.2666666667vw;
    width: 54.6666666667vw;
    padding-right: 4vw;
  }
}
section.charm .case p {
  color: #6382b1;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  section.charm .case p {
    font-size: calc(0.0346666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.charm .case p {
    font-size: 3.4666666667vw;
  }
}

div.limited {
  background: url(../img/frame.png) 0 0/cover no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  div.limited {
    margin: calc(0.36 * var(--pc-size)) calc(0.0533333333 * var(--pc-size)) 0;
    padding-bottom: calc(0.16 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.limited {
    margin: 36vw 5.3333333333vw 0;
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  div.limited.how_bottom {
    margin: calc(0.3466666667 * var(--pc-size)) calc(0.0533333333 * var(--pc-size)) 0;
  }
}
@media screen and (max-width: 767px) {
  div.limited.how_bottom {
    margin: 34.6666666667vw 5.3333333333vw 0;
  }
}
div.limited .limited_img_wrap .limited_img {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.limited .limited_img_wrap .limited_img {
    width: 100%;
    padding: 0 calc(0.0666666667 * var(--pc-size));
    top: calc(-0.08 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.limited .limited_img_wrap .limited_img {
    width: 100%;
    padding: 0 6.6666666667vw;
    top: -8vw;
  }
}
div.limited .price_wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.limited .price_wrap {
    margin: calc(-0.08 * var(--pc-size)) 0 calc(0.04 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.limited .price_wrap {
    margin: -8vw 0 4vw;
  }
}
div.limited .price_wrap p {
  color: #6382b1;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  div.limited .price_wrap p {
    font-size: calc(0.0373333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.limited .price_wrap p {
    font-size: 3.7333333333vw;
  }
  div.limited .price_wrap p:first-child {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  div.limited .price_wrap p:first-child {
    margin-bottom: calc(0.0133333333 * var(--pc-size));
  }
}
@media screen and (min-width: 768px) {
  div.limited .price_wrap p span {
    font-size: calc(0.024 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.limited .price_wrap p span {
    font-size: 2.4vw;
  }
}

div.btns .btn {
  margin: 0 auto;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  div.btns .btn {
    width: calc(0.7066666667 * var(--pc-size));
    height: calc(0.1466666667 * var(--pc-size));
    margin-bottom: calc(0.0266666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.btns .btn {
    width: 70.6666666667vw;
    height: 14.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
div.btns .btn.pink {
  background: #E67C99;
  background: linear-gradient(-25deg, rgb(230, 124, 153) 0%, rgb(240, 148, 193) 60%, rgb(245, 240, 220) 100%);
}
div.btns .btn.gray {
  background: #E0D7D9;
  background: linear-gradient(-25deg, rgb(177, 154, 162) 0%, rgb(188, 166, 177) 60%, rgb(224, 215, 217) 100%);
}
div.btns .btn.blue {
  background: #AD8DD3;
  background: linear-gradient(-25deg, rgb(173, 141, 211) 0%, rgb(136, 174, 219) 60%, rgb(245, 245, 220) 100%);
}
div.btns .btn.aroow {
  position: relative;
  transition: 0.4s;
}
div.btns .btn.aroow:after {
  margin: auto 0;
  transition: 0.4s;
  position: absolute;
  content: "";
  background: url(../img/pc/arrow.png) center 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  div.btns .btn.aroow:after {
    width: calc(0.04 * var(--pc-size));
    height: calc(0.0133333333 * var(--pc-size));
    right: calc(0.0533333333 * var(--pc-size));
    top: calc(0.0666666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.btns .btn.aroow:after {
    width: 4vw;
    height: 1.3333333333vw;
    right: 5.3333333333vw;
    top: 6.6666666667vw;
  }
}
div.btns .btn.aroow:hover {
  opacity: 0.7;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  div.btns .btn.aroow:hover:after {
    transform: translateX(8px);
  }
}
@media screen and (max-width: 767px) {
  div.btns .btn.aroow:hover:after {
    transform: translate(8px, 2px);
  }
}
div.btns a {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  div.btns a {
    height: calc(0.1466666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.btns a {
    height: 14.6666666667vw;
  }
}
div.btns img {
  width: 100%;
}
div.btns.side_right_btns .btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  div.btns.side_right_btns .btn {
    width: 160px;
    height: 48px;
    margin-bottom: 5px;
  }
}
div.btns.side_right_btns .btn a {
  height: 48px;
}
div.btns.side_right_btns .btn.aroow {
  position: relative;
  transition: 0.4s;
}
div.btns.side_right_btns .btn.aroow:after {
  background: url(../img/pc/arrow_short.png) center 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  div.btns.side_right_btns .btn.aroow:after {
    width: 10px;
    height: 5px;
    right: 10px;
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  div.btns.side_right_btns .btn:hover:after {
    transform: translateX(3px);
  }
}

.schedule_text_wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .schedule_text_wrap {
    margin-top: calc(0.0533333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .schedule_text_wrap {
    margin-top: 5.3333333333vw;
  }
}
.schedule_text_wrap p {
  color: #6a6d71;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .schedule_text_wrap p {
    font-size: calc(0.032 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .schedule_text_wrap p {
    font-size: 3.2vw;
  }
}
.schedule_text_wrap p a {
  color: #5297ff;
  display: inline;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .schedule_text_wrap p a:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .schedule_text_wrap p.date_311 {
    font-size: calc(0.0266666667 * var(--pc-size));
    margin-top: calc(0.0133333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .schedule_text_wrap p.date_311 {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  div.model {
    margin-top: calc(0.1333333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.model {
    margin-top: -33.3333333333vw;
  }
}
div.model img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.model img {
    display: none;
  }
}

div.bg_02 {
  background: url(../img/bg_02.png) 0 0/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.bg_02 {
    padding-bottom: calc(0.1066666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.bg_02 {
    padding-bottom: 10.6666666667vw;
  }
}

section.point {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.point {
    padding-top: calc(0.1733333333 * var(--pc-size));
    margin-top: calc(-0.0533333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.point {
    padding-top: 17.3333333333vw;
    margin-top: -5.3333333333vw;
  }
}
section.point img {
  width: 100%;
}
section.point .point_position {
  position: relative;
}
section.point .point_position h3 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.point .point_position h3 {
    top: calc(-0.1066666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.point .point_position h3 {
    top: -10.6666666667vw;
  }
}
section.point .point_item {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 20px 0px rgba(51, 46, 23, 0.0784313725);
}
@media screen and (min-width: 768px) {
  section.point .point_item {
    margin: calc(0.0866666667 * var(--pc-size)) auto 0;
    width: calc(0.8666666667 * var(--pc-size));
    padding-bottom: calc(0.08 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.point .point_item {
    margin: 8.6666666667vw auto 0;
    width: 86.6666666667vw;
    padding-bottom: 8vw;
  }
}
section.point .point_item p {
  color: #6382b1;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  section.point .point_item p {
    padding-top: calc(0.18 * var(--pc-size));
    margin-bottom: calc(0.0266666667 * var(--pc-size));
    font-size: calc(0.032 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.point .point_item p {
    padding-top: 18vw;
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
}

section.step {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.step h2 {
    margin: calc(0.12 * var(--pc-size)) 0 calc(0.0866666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.step h2 {
    margin: 12vw 0 8.6666666667vw;
  }
}
section.step img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.step img.step_img {
    padding: 0 calc(0.0533333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.step img.step_img {
    padding: 0 5.3333333333vw;
  }
}

section.how {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.how h2 {
    margin: calc(0.1666666667 * var(--pc-size)) 0 calc(0.0466666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.how h2 {
    margin: 16.6666666667vw 0 4.6666666667vw;
  }
}
section.how img {
  width: 100%;
}
section.how .thumbnail_wrp {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.how .thumbnail_wrp img.thumbnail {
    width: calc(0.6 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.how .thumbnail_wrp img.thumbnail {
    width: 60vw;
  }
}
section.how .thumbnail_wrp img.mascara {
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.how .thumbnail_wrp img.how_tsubu1 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.how .thumbnail_wrp img.how_tsubu1 {
    width: calc(0.0866666667 * var(--pc-size));
    left: calc(0.0666666667 * var(--pc-size));
    top: calc(0.24 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.how .thumbnail_wrp img.how_tsubu1 {
    width: 8.6666666667vw;
    left: 6.6666666667vw;
    top: 24vw;
  }
}
section.how .thumbnail_wrp img.how_tsubu2 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.how .thumbnail_wrp img.how_tsubu2 {
    width: calc(0.096 * var(--pc-size));
    right: calc(0.0666666667 * var(--pc-size));
    bottom: calc(0.2 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.how .thumbnail_wrp img.how_tsubu2 {
    width: 9.6vw;
    right: 6.6666666667vw;
    bottom: 20vw;
  }
}
section.how .thumbnail_wrp .movie_btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  section.how .thumbnail_wrp .movie_btn {
    right: calc(0.16 * var(--pc-size));
    bottom: calc(-0.0666666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.how .thumbnail_wrp .movie_btn {
    right: 16vw;
    bottom: -6.6666666667vw;
  }
}
section.how .thumbnail_wrp .movie_btn:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  section.how .thumbnail_wrp .movie_btn:hover:after {
    width: calc(0.2933333333 * var(--pc-size));
    height: calc(0.2933333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.how .thumbnail_wrp .movie_btn:hover:after {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}
section.how .thumbnail_wrp .movie_btn .btn_back {
  background-color: rgba(255, 255, 255, 0.5607843137);
  border-radius: 500px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.how .thumbnail_wrp .movie_btn .btn_back {
    width: calc(0.2933333333 * var(--pc-size));
    height: calc(0.2933333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.how .thumbnail_wrp .movie_btn .btn_back {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}
section.how .thumbnail_wrp .movie_btn img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.how .thumbnail_wrp .movie_btn img {
    width: calc(0.2533333333 * var(--pc-size));
    padding: calc(0.0066666667 * var(--pc-size)) 0 0 calc(0.0066666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.how .thumbnail_wrp .movie_btn img {
    width: 25.3333333333vw;
    padding: 0.6666666667vw 0 0 0.6666666667vw;
  }
}

div.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  aspect-ratio: 9/16;
}
@media screen and (min-width: 768px) {
  div.modal {
    max-width: 600px;
    min-width: 300px;
    width: calc(0.7333333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.modal {
    width: 73.3333333333vw;
  }
}
div.modal video {
  width: 100%;
  height: 100%;
}
div.modal.is-active {
  display: block;
}
div.modal .btn {
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 5px;
  right: -40px;
  border-radius: 100%;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.4s;
}
div.modal .btn::before, div.modal .btn::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.modal .btn::before {
  transform: rotate(45deg);
}
div.modal .btn::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  div.modal .btn:hover {
    opacity: 0.8;
  }
}
div.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.4s;
}
div.modal-bg.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  div.modal-bg:hover {
    opacity: 0.9;
  }
}
div.bg_03 {
  background: url(../img/bg_03.png) 0 0/cover no-repeat;
}
@media screen and (min-width: 768px) {
  div.bg_03 {
    padding-top: calc(0.0466666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.bg_03 {
    padding-top: 4.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  section.mascara {
    padding-bottom: calc(0.0933333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara {
    padding-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.mascara h2 {
    margin-bottom: calc(0.1266666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara h2 {
    margin-bottom: 12.6666666667vw;
  }
}
section.mascara h2 img {
  width: 100%;
}
section.mascara div.mascara_item {
  background-color: rgba(255, 255, 255, 0.568627451);
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item {
    padding: calc(0.0866666667 * var(--pc-size)) 0 calc(0.08 * var(--pc-size));
    width: calc(0.8666666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item {
    padding: 8.6666666667vw 0 8vw;
    width: 86.6666666667vw;
  }
}
section.mascara div.mascara_item .veil {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
section.mascara div.mascara_item .mascara_img {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .mascara_img {
    width: calc(0.2733333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item .mascara_img {
    width: 27.3333333333vw;
  }
}
section.mascara div.mascara_item h3 {
  position: relative;
  z-index: 10;
  color: #34adb7;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item h3 {
    margin: calc(0.0266666667 * var(--pc-size)) auto calc(0.04 * var(--pc-size));
    font-size: calc(0.04 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item h3 {
    margin: 2.6666666667vw auto 4vw;
    font-size: 4vw;
  }
}
section.mascara div.mascara_item img.line {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item img.line {
    width: calc(0.7133333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item img.line {
    width: 71.3333333333vw;
  }
}
section.mascara div.mascara_item p.mascara_price {
  position: relative;
  z-index: 10;
  color: #101010;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item p.mascara_price {
    margin: calc(0.0533333333 * var(--pc-size)) auto calc(0.0866666667 * var(--pc-size));
    font-size: calc(0.0373333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item p.mascara_price {
    margin: 5.3333333333vw auto 8.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item p.mascara_price span {
    font-size: calc(0.024 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item p.mascara_price span {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .mascara_products {
    padding: 0 0 calc(0.0866666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item .mascara_products {
    padding: 0 0 8.6666666667vw;
  }
}
section.mascara div.mascara_item .mascara_product {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 0 20px;
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .mascara_product {
    width: calc(0.6666666667 * var(--pc-size));
    margin-bottom: calc(0.04 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item .mascara_product {
    width: 66.6666666667vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .left img {
    width: calc(0.3066666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item .left img {
    width: 30.6666666667vw;
  }
}
section.mascara div.mascara_item .left.navy img {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .left.navy img {
    width: calc(0.32 * var(--pc-size));
    left: calc(-0.0066666667 * var(--pc-size));
    top: calc(-0.0133333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item .left.navy img {
    width: 32vw;
    left: -0.6666666667vw;
    top: -1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .right img {
    width: calc(0.3333333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item .right img {
    width: 33.3333333333vw;
  }
}
section.mascara div.mascara_item .right p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .right p {
    font-size: calc(0.0266666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item .right p {
    font-size: 2.6666666667vw;
  }
}
section.mascara div.mascara_item .right p.title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .right p.title {
    font-size: calc(0.0346666667 * var(--pc-size));
    margin: calc(0.0133333333 * var(--pc-size)) 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item .right p.title {
    font-size: 3.4666666667vw;
    margin: 1.3333333333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .right p.title span {
    font-size: calc(0.024 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item .right p.title span {
    font-size: 2.4vw;
  }
}
section.mascara div.mascara_item .right p.black {
  color: #101010;
}
section.mascara div.mascara_item .right p.brown {
  color: #553b27;
}
section.mascara div.mascara_item .right p.navy {
  color: #2e2252;
}
section.mascara div.mascara_item p.kome {
  color: #7b7a7a;
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item p.kome {
    margin-bottom: calc(0.0666666667 * var(--pc-size));
    font-size: calc(0.0266666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item p.kome {
    margin-bottom: 6.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item div.hitoe img {
    width: calc(0.7066666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.mascara div.mascara_item div.hitoe img {
    width: 70.6666666667vw;
  }
}

@media screen and (min-width: 1280px) {
  .bottom-bar_wrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar_wrap {
    position: fixed;
    bottom: 0;
    z-index: 1100;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
  .bottom-bar_wrap.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

.bottom-bar-favorite {
  position: fixed;
  bottom: 0;
  z-index: 1100;
}
@media screen and (max-width: 1280px) {
  .bottom-bar-favorite {
    left: 2.6666666667vw;
    bottom: 5.3333333333vw;
  }
}
.bottom-bar-favorite a {
  background: #E67C99;
  background: linear-gradient(-25deg, rgb(230, 124, 153) 0%, rgb(240, 148, 193) 60%, rgb(245, 240, 220) 100%);
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .bottom-bar-favorite a {
    width: calc(0.4466666667 * var(--pc-size));
    height: calc(0.1333333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar-favorite a {
    width: 44.6666666667vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .bottom-bar-favorite a img {
    width: calc(0.3333333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar-favorite a img {
    width: 33.3333333333vw;
  }
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .bottom-bar {
    width: calc(0.9466666667 * var(--pc-size));
    height: calc(0.1333333333 * var(--pc-size));
    border-radius: calc(0.0533333333 * var(--pc-size)) calc(0.0533333333 * var(--pc-size)) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar {
    width: 94.6666666667vw;
    height: 13.3333333333vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
.bottom-bar {
  background: #E67C99;
  background: linear-gradient(-25deg, rgb(230, 124, 153) 0%, rgb(240, 148, 193) 64%, rgb(245, 240, 220) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1100;
  transition: 0.3s;
}
.bottom-bar.active {
  transform: translate(-50%, -178%);
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .bottom-bar span {
    font-size: calc(0.0426666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar span {
    font-size: 4.2666666667vw;
  }
}
.bottom-bar .icon-plus {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .bottom-bar .icon-plus {
    right: calc(0.0533333333 * var(--pc-size));
    width: calc(0.04 * var(--pc-size));
    height: calc(0.04 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar .icon-plus {
    right: 5.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
}
.bottom-bar .icon-plus {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.bottom-bar .icon-plus::before, .bottom-bar .icon-plus::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: background-color 0.4s;
}
@media screen and (min-width: 768px) {
  .bottom-bar .icon-plus::before {
    top: calc(0.0186666667 * var(--pc-size));
    left: 0;
    width: 100%;
    height: calc(0.0026666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar .icon-plus::before {
    top: 1.8666666667vw;
    left: 0;
    width: 100%;
    height: 0.2666666667vw;
  }
}
.bottom-bar .icon-plus::after {
  top: 0;
}
@media screen and (min-width: 768px) {
  .bottom-bar .icon-plus::after {
    left: calc(0.0186666667 * var(--pc-size));
    width: calc(0.0026666667 * var(--pc-size));
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar .icon-plus::after {
    left: 1.8666666667vw;
    width: 0.2666666667vw;
    height: 100%;
  }
}

body.purchase-open .icon-plus {
  transform: rotate(135deg);
}

.bottom-sheet {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  .bottom-sheet {
    width: calc(0.9466666667 * var(--pc-size));
    padding: calc(0.0373333333 * var(--pc-size)) calc(0.04 * var(--pc-size)) calc(0.04 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .bottom-sheet {
    width: 94.6666666667vw;
    padding: 3.7333333333vw 4vw 4vw;
  }
}
.bottom-sheet {
  background: #ecdbe0;
  z-index: 1000;
  box-sizing: border-box;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s;
}
.bottom-sheet.active {
  transform: translate(-50%, 0);
}
.bottom-sheet .bottom_btns {
  display: flex;
  justify-content: space-between;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .bottom-sheet .bottom_btns .bottom_btn img {
    width: calc(0.2746666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .bottom-sheet .bottom_btns .bottom_btn img {
    width: 27.4666666667vw;
  }
}
.bottom-sheet .bottom_btns .bottom_btn img {
  display: block;
}
@media screen and (min-width: 768px) {
  .bottom-sheet .bottom_btns .bottom_btn:hover {
    opacity: 0.5;
    transition: 0.4s;
  }
}