@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,500;1,500&display=swap");
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 749px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* =========================================================
reset
========================================================= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
a {
  display: block;
}

body {
  line-height: 1;
  font-feature-settings: "palt";
  font-size: 9px;
}
@media screen and (max-width: 749px) {
  body {
    font-size: 2.25vw;
  }
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

/* =========================================================
Web fonts
========================================================= */
.f_en {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* =========================================================
base
========================================================= */
html {
  scroll-padding-top: 100px;
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background: #fff;
  min-width: 750px;
}

.zen-kaku gothic new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku gothic new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku gothic new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 749px) {
  body {
    min-width: 100vw;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

.bold {
  font-weight: 700;
}

figure {
  line-height: 0;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}

/* =========================================================
layout
========================================================= */
@media screen and (max-width: 749px) {
  .body-wrap {
    width: 750px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 749px) and (max-width: 767px) {
  .body-wrap {
    width: 100vw;
  }
}
.body-wrap {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.body-wrap::-webkit-scrollbar {
  display: none;
}

.floating {
  position: fixed;
  display: flex;
  margin-left: 42vw;
  bottom: 0;
  width: 400px;
  z-index: 1000;
  padding: 10px 10px;
}
@media screen and (max-width: 1200px) {
  .floating {
    margin-left: -200px;
    left: 50%;
  }
}
@media screen and (max-width: 750px) {
  .floating {
    margin-left: 0;
    left: auto;
  }
}
.floating .bt_nav {
  display: none;
}
.floating .floating_btn {
  display: none;
}
.floating .bt_gototop a {
  display: block;
  position: absolute;
  bottom: 20px;
  right: -100px;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: auto;
}
.floating .bt_gototop a::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ff6a94;
  border-right: 2px solid #ff6a94;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: 3px;
}
.floating a:hover {
  opacity: 1;
}
.floating.show {
  z-index: 100;
  opacity: 1;
}

@media screen and (max-width: 749px) {
  .floating {
    display: flex;
    bottom: 0;
    position: fixed;
    opacity: 0;
    transition: 0.5s;
    width: 100%;
    justify-content: space-between;
    padding: 0 3%;
    height: 60px;
    align-items: start;
    background: #fff;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .floating {
    height: 15vw;
  }
}
@media screen and (max-width: 749px) {
  .floating .bt_nav_icon {
    position: relative;
    cursor: pointer;
    width: 21%;
    height: 60px;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .floating .bt_nav_icon {
    height: 15vw;
  }
}
@media screen and (max-width: 749px) {
  .floating .bt_nav_icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 6vw;
    height: 2.5vw;
    border-top: 2px solid #FF5096;
    border-bottom: 2px solid #FF5096;
    left: 50%;
    top: 50%;
    margin-top: -1.25vw;
    margin-left: -3vw;
  }
  .floating .bt_nav {
    width: calc(21% + 1px);
    display: none;
    background: #FF84B5;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 15vw;
  }
  .floating .bt_nav li {
    border-top: 1px solid #fff;
  }
  .floating .bt_nav li a {
    color: #fff;
    line-height: 1.3;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11.8px;
    height: 40px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .floating .bt_nav li a {
    font-size: 2.95vw;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .floating .bt_nav li a {
    height: 10vw;
  }
}
@media screen and (max-width: 749px) {
  .floating .bt_nav_icon.open + .bt_nav {
    display: block;
  }
  .floating .bt_gototop {
    display: none;
  }
  .floating .floating_btn {
    width: 32%;
    display: block;
  }
  .floating .floating_btn a {
    background: transparent;
    transition: 0.5s;
    color: #FF5096;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    height: 60px;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .floating .floating_btn a {
    font-size: 3vw;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .floating .floating_btn a {
    height: 15vw;
  }
}
@media screen and (max-width: 749px) {
  .floating .floating_btn a span {
    line-height: 1.3;
  }
  .floating .floating_btn a svg {
    width: 20px;
    height: 18px;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .floating .floating_btn a svg {
    width: 5vw;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .floating .floating_btn a svg {
    height: 4.5vw;
  }
}
@media screen and (max-width: 749px) {
  .floating .floating_btn a svg path, .floating .floating_btn a svg polygon {
    transition: 0.3s all;
    fill: #FF5096;
  }
  .floating .bt_tel {
    border-right: 1px solid #FF5096;
  }
  .floating .bt_tel a svg {
    width: 14px;
    height: 18px;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .floating .bt_tel a svg {
    width: 3.5vw;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .floating .bt_tel a svg {
    height: 4.5vw;
  }
}
/* 背景色 */
.merit_bg {
  background-color: #fffde8;
}

.uv {
  background-color: #fefed8;
}

/* =========================================================
header
========================================================= */
.hdr-wrap {
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  width: 100%;
}

@-webkit-keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes SlideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.hdr-wrap.show {
  background: #fff;
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-animation: SlideDown 0.5s ease-in-out forwards;
  animation: SlideDown 0.5s ease-in-out forwards;
}

.hdr-inner {
  width: 750px;
  height: 110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .hdr-inner {
    width: 100%;
    height: min(16.2666666667vw, 122px);
    padding: 0 min(4.4vw, 33px) 0 min(2.6666666667vw, 20px);
  }
}
.hdr-inner .logo {
  width: 220px;
  font-size: 0;
}

@media screen and (max-width: 749px) {
  .hdr-inner .logo {
    width: 29.3333333333vw;
  }
  .hdr-inner .text {
    width: min(44.4vw, 333px);
  }
}
.btn-wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hdr-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 100%;
  background: #fff;
  padding: 20px 10px 0;
}

.hdr-wrap .copy {
  position: absolute;
  bottom: 25px;
  left: 15px;
  width: 43px;
}

@media screen and (max-width: 749px) {
  .hdr-wrap {
    position: static;
    width: inherit;
    height: inherit;
    padding: inherit;
  }
}
.hdr-wrap .logo {
  width: 100%;
}

@media screen and (max-width: 749px) {
  .hdr-wrap .logo {
    width: min(45.0666666667vw, 338px);
  }
}
.pc_header {
  display: block;
}

@media screen and (max-width: 749px) {
  .pc_header {
    display: none;
  }
}
.sp_header {
  display: none;
}

@media screen and (max-width: 749px) {
  .sp_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: flex;
    justify-content: space-between;
    background: #fff;
  }
}
/* =========================================================
gnavi
========================================================= */
/* 全体 */
.gnavi {
  margin-top: 5px;
}

.gnavi_main {
  display: none;
  position: fixed;
  top: min(16.2666666667vw, 122px);
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-bottom: 20%;
  overflow-y: auto;
}

.gnavi_main.is_active {
  display: block;
}

/* ハンバーガーメニュー */
.gnavi_btn {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 25px;
  position: relative;
}

.gnavi_btn span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #222;
  transition: all 0.3s ease;
}

.gnavi_btn span:nth-child(1) {
  top: 0;
}

.gnavi_btn span:nth-child(2) {
  top: 12px;
}

.gnavi_btn span:nth-child(3) {
  top: 24px;
}

.gnavi_btn.is_active span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}

.gnavi_btn.is_active span:nth-child(2) {
  opacity: 0;
}

.gnavi_btn.is_active span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

/* menu list */
.gnavi_main_bg {
  margin-bottom: 7%;
  background-color: #fffde3;
}

.gnavi_list {
  width: 50%;
  padding: 12% 0 5% 7%;
}

.gnavi_list li {
  margin-bottom: 20%;
}

.gnavi_btn_web {
  width: 90%;
  margin: 0 auto 5% auto;
}

.gnavi_btn_tel {
  width: 75%;
  margin: 0 auto 5% auto;
}

/* =========================================================
mv
========================================================= */
.mv .mv_inner {
  position: relative;
}
.mv img {
  width: 100%;
  display: block;
}

.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
  animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* =========================================================
faq
========================================================= */
/* アイコン共通 */
.icn_area {
  display: flex;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 5%;
  height: 38%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  align-items: center;
  justify-content: center;
}

/* アイコン プラス */
.icn__plus::before,
.icn__plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ff7fa7;
}

.icn__plus::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.icn__plus.is_active::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.aco_contents {
  display: none;
}

.aco_contents a {
  display: inline;
  color: #58c0df;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq_list {
  width: 90%;
  margin: 0 auto 5% auto;
  border: 1px solid #ff7fa7;
  border-radius: 10px;
  overflow: hidden;
}

.faq_list dt {
  position: relative;
}

.faq_list dt p {
  font-size: 13px;
  position: relative;
  padding: 5% 5% 5% 13%;
  color: #ff7fa7;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .faq_list dt p {
    font-size: 3.25vw;
  }
}

.faq_list dt::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 5%;
  display: block;
  width: 4%;
  padding-top: 5%;
  background: url(../img/faq_icn_q.png) no-repeat;
  background-size: 100%;
}

.faq_list dd {
  font-size: 13px;
  position: relative;
  padding: 5% 2% 5% 13%;
  background-color: #fff8fa;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (max-width: 749px) {
  .faq_list dd {
    font-size: 3.25vw;
  }
}

.faq_list dd span {
  font-size: 8px;
}
@media screen and (max-width: 749px) {
  .faq_list dd span {
    font-size: 2vw;
  }
}

.faq_list dd::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 5%;
  display: block;
  width: 4%;
  padding-top: 5%;
  background: url(../img/faq_icn_a.png) no-repeat;
  background-size: contain;
}

/* =========================================================
btn_shop
========================================================= */
.btn_shop {
  width: 90%;
  margin: 10% auto 0 auto;
}

/* =========================================================
scroll animation
========================================================= */
.scrollactive {
  opacity: 0;
  transition: 0.6s ease all;
  position: relative;
  transform: translateY(20px);
}
.scrollactive.scaleactive {
  transform: translateY(0) scale(1.2);
}

.scrollactive.active,
.scrollactive.show {
  opacity: 1;
  transform: translateY(0);
}
.scrollactive.active.scaleactive,
.scrollactive.show.scaleactive {
  opacity: 1;
  transform: scale(1);
}

.scrollactive.delay-2s {
  transition-delay: 0.2s;
}

.scrollactive.delay-4s {
  transition-delay: 0.4s;
}

.scrollactive.delay-6s {
  transition-delay: 0.6s;
}

.scrollactive.delay-8s {
  transition-delay: 0.8s;
}

/* =========================================================
slider
========================================================= */
.slick-slider {
  /* height: 570.6666666667px; */
  position: relative;
  margin-bottom: 0;
}

.slider-for {
  position: relative;
  margin-bottom: 7.5% !important;
}

.slider-sale {
  position: relative;
  margin-bottom: 10% !important;
  background-color: #fff;
  border: 1px solid #ff6a94;
  border-radius: 25px;
  margin: 0 min(5.3333333333%, 40px);
  padding: 5% 0 7% 0;
  overflow: hidden;
}

.sale_new .slider-sale {
  background-color: #f3f7fb;
}

.slider {
  position: relative;
  overflow: hidden;
  margin: 20px 0 0 0;
  width: 400px;
}

@media screen and (max-width: 749px) {
  .slider {
    width: 100vw;
    margin: 5% auto 0 auto;
  }
}
.slick-list {
  margin: 0;
}

.slick-dots {
  bottom: -25px;
}
.slick-dots li {
  width: 8px !important;
  height: 8px !important;
  margin: 0 3px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
.slick-dots li button::before {
  content: "";
  background-color: #fff;
  opacity: 1;
  font-size: 5px;
  line-height: 5px;
  width: 5px;
  height: 5px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #ff6a94;
}
.slick-dots li.slick-current button::before,
.slick-dots li.slick-active button::before {
  background-color: #ff6a94;
  opacity: 1;
}

@media screen and (max-width: 749px) {
  .slick-dots {
    bottom: -5.25%;
  }
  .slick-dots li {
    width: 2vw !important;
    height: 2vw !important;
    margin: 0 1vw;
  }
  .slick-dots li button {
    width: 2vw;
    height: 2vw;
    padding: 0;
  }
  .slick-dots li button::before {
    font-size: 2vw;
    line-height: 2vw;
    width: 2vw;
    height: 2vw;
  }
  .slider02 .slick-dots, .slider03 .slick-dots {
    bottom: -9.25%;
  }
}
.slick-next {
  position: absolute;
  top: 43.75%;
  right: 4.5%;
  z-index: 100;
  transform: translate(0%, -50%);
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 749px) {
  .slick-next {
    width: 6.25vw;
  }
}
@media screen and (max-width: 749px) {
  .slick-next {
    height: 6.25vw;
  }
}
.slick-next img {
  width: 100%;
  height: 100%;
}
.slick-next::before {
  display: none;
}

.slick-prev {
  position: absolute;
  top: 43.75%;
  left: 4.5%;
  z-index: 100;
  transform: translate(0%, -50%);
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 749px) {
  .slick-prev {
    width: 6.25vw;
  }
}
@media screen and (max-width: 749px) {
  .slick-prev {
    height: 6.25vw;
  }
}
.slick-prev img {
  width: 100%;
  height: 100%;
}

.arrow_box .slick-prev {
  left: 2%;
}
.arrow_box .slick-next {
  right: 2%;
}

.dots_box .slick-dots {
  bottom: 15px;
}

.slick-prev::before {
  display: none;
}

.slider02, .slider03 {
  width: 89%;
  margin: 3.75% auto 0;
  overflow: visible;
}
.slider02 .slick-next, .slider03 .slick-next {
  right: -4px;
}
.slider02 .slick-prev, .slider03 .slick-prev {
  left: -4px;
}

@media screen and (max-width: 749px) {
  .slick-next {
    right: 4.5vw;
  }
  .slick-prev {
    left: 4.5vw;
  }
  .slider02 .slick-next, .slider03 .slick-next {
    right: -1.2vw;
  }
  .slider02 .slick-prev, .slider03 .slick-prev {
    left: -1.2vw;
  }
}
.slide-item img {
  width: 100%;
}

@media screen and (max-width: 749px) {
  .slider03 .slide-item {
    width: 100vw;
  }
}
.slider03 .slide-item img {
  width: 100%;
}

.slider-notes-head {
  font-size: 13.8666666667px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 5.3333333333px;
  padding-top: 10.6666666667px;
}

.slider-notes-head span {
  font-size: 16px;
  font-weight: 700;
  color: #cf1c20;
}

@media screen and (max-width: 749px) {
  .slider-notes-head {
    font-size: 3.4666666667vw;
    padding-bottom: 1.3333333333vw;
    padding-top: 2.6666666667vw;
  }
  .slider-notes-head span {
    font-size: 4vw;
  }
}
/* =========================================================
shoplist
========================================================= */
section.shoplist {
  padding: 8.75% 7.5% 0;
}
section.shoplist .s_note {
  font-size: 16px;
  text-align: center;
  margin-top: 7.35%;
  line-height: 1.8;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 749px) {
  section.shoplist .s_note {
    font-size: 4vw;
  }
}

.shoplist-ttl-wrap {
  width: 100%;
  padding: 0 0 27px 0;
}

.shoplist-ttl-inner .campaign-ttl {
  padding-bottom: 10.6666666667px;
}

@media screen and (max-width: 749px) {
  .shoplist-ttl-inner .campaign-ttl {
    padding-bottom: 4vw;
  }
}
.shoplist-sub-ttl {
  width: 213.3333333333px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .shoplist-sub-ttl {
    width: 53.3333333333vw;
  }
}
.shoplist-ttl-txt {
  font-size: 14.9333333333px;
  padding: 0;
  text-align: center;
  line-height: 1.8em;
}

@media screen and (max-width: 749px) {
  .shoplist-ttl-txt {
    font-size: 13px;
    padding: 0;
  }
}
.shop-list {
  margin: 14.7% auto 0;
}

.shop-list-item {
  font-weight: 400;
  font-size: 14.9333333333px;
}

@media screen and (max-width: 749px) {
  .shop-list-item {
    font-size: 3.7333333333vw;
  }
}
.shop-list-item:last-child {
  margin-bottom: 0;
}

.shop-list-item:last-child {
  border-bottom: solid #161616 1px;
}

.shop-list-head {
  padding: 4.1% 0 4.4% 2.8%;
  border-top: solid #161616 1px;
  line-height: 1.4;
  cursor: pointer;
}

.shop-list-head::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}

.shop-list-head::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}

.shop-list-head p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-list-head-txt {
  display: inline-block;
  width: 336px;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .shop-list-head-txt {
    font-size: 3.75vw;
  }
}

.shop-list-head-icon {
  display: inline;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: right;
  height: 26px;
  width: 26px;
}

.shop-list-head-icon span::before,
.shop-list-head-icon span::after {
  display: inline;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  margin: -4% 0 0 -28%;
  vertical-align: middle;
  background: #161616;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 749px) {
  .shop-list-head-icon span::before,
  .shop-list-head-icon span::after {
    margin: -4% 0 0 -45%;
    width: 2vw;
    height: 0.27vw;
  }
}
.shop-list-head-icon span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.open .shop-list-head-icon span::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.open .shop-list-head-icon span::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shop-list-in-list-wrap {
  display: none;
  border-top: solid #161616 1px;
}

ul.shop-list-in-list {
  padding: 0 5.88%;
}

.shop-list-in-list-item {
  border-bottom: 1px solid #d9d9d9;
  padding: 3.7% 0 5%;
  display: flex;
  justify-content: space-between;
}

.shop-list-in-list-item:last-child {
  border-bottom: none;
}

.shop-list-in-list-ttl {
  font-weight: 700;
  border-bottom: 1px solid #161616;
  color: #161616;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 10.6666666667px;
  font-size: 15px;
}
@media screen and (max-width: 749px) {
  .shop-list-in-list-ttl {
    font-size: 3.75vw;
  }
}

.shop-list-in-list-ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.35em;
  content: "";
}

.shop-list-in-list-ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.35em;
  content: "";
}

@media screen and (max-width: 749px) {
  .shop-list-in-list-ttl {
    margin-bottom: 2.6666666667vw;
    padding-bottom: 0.6666666667vw;
    border-bottom: 0.1333333333vw solid #161616;
  }
}
.shop-list-in-list-txt-box {
  width: 66.7%;
}

.shop-list-in-list-btn-wrap {
  width: 28.3%;
}

.shop-list-in-list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 17/11;
  color: #00aab9;
  border: 1px solid #00aab9;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.17;
  gap: 7%;
  margin-top: 1%;
}
@media screen and (max-width: 749px) {
  .shop-list-in-list-btn {
    font-size: 3.75vw;
  }
}
.shop-list-in-list-btn::before {
  content: "";
  width: 20px;
  height: 27px;
  background: url("../img/icon_tel.svg") 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 749px) {
  .shop-list-in-list-btn::before {
    width: 5vw;
  }
}
@media screen and (max-width: 749px) {
  .shop-list-in-list-btn::before {
    height: 6.75vw;
  }
}
.shop-list-in-list-btn:hover {
  background: #00aab9;
  color: #fff;
  opacity: 1;
}
.shop-list-in-list-btn:hover::before {
  background-image: url("../img/icon_tel_wh.svg");
}
@media screen and (max-width: 749px) {
  .shop-list-in-list-btn {
    border-radius: 2.5vw;
  }
}

.shop-list-in-list-btn .fa-phone-alt {
  display: none;
  font-size: 13px;
  color: #FF5096;
}
@media screen and (max-width: 749px) {
  .shop-list-in-list-btn .fa-phone-alt {
    font-size: 3.25vw;
  }
}

.shop-list-in-list-txt {
  width: 100%;
  font-size: 12.5px;
}
@media screen and (max-width: 749px) {
  .shop-list-in-list-txt {
    font-size: 3.125vw;
  }
}

.shop-list-in-list-txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.35em;
  content: "";
}

.shop-list-in-list-txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.35em;
  content: "";
}

@media screen and (max-width: 749px) {
  .shop-list-in-list-txt {
    padding-bottom: 2.6666666667vw;
  }
}
.shop-list-in-list-txt-red {
  width: 100%;
  font-size: 8.5333333333px;
  font-weight: 500;
  color: #9a1c28;
  font-weight: 300;
  font-weight: 700;
  font-feature-settings: "palt";
}

@media screen and (max-width: 749px) {
  .shop-list-in-list-txt-red {
    font-size: 3.2vw;
    padding-bottom: 2.6666666667vw;
  }
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: calc(42vw + 275px);
  position: absolute;
  border-radius: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: auto;
  box-sizing: border-box;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 749px) {
  .modal__content {
    border-radius: 8.75vw;
  }
}

@media screen and (max-width: 1200px) {
  .modal__content {
    left: 50%;
  }
}
@media screen and (max-width: 749px) {
  .modal__content {
    width: 82vw;
    left: 50%;
    -webkit-box-shadow: 0px 0.4vw 4vw 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0.4vw 4vw 0px rgba(0, 0, 0, 0.1);
  }
}
.shop-modal__content--inner {
  padding: 10% 0 8.3%;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #454545;
  text-align: center;
}

.shop-modal__ttl {
  font-size: 20px;
  color: #454545;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .shop-modal__ttl {
    font-size: 5vw;
  }
}

.shop-modal__head {
  margin-top: 8.3%;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px #000 solid;
  display: inline-block;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 749px) {
  .shop-modal__head {
    font-size: 3.75vw;
  }
}

.ct3_telno {
  color: #F74F79;
  font-weight: 700;
  line-height: 1;
  font-size: 35px;
  margin-top: 5.88%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .ct3_telno {
    font-size: 8.75vw;
  }
}

.shop-modal__time {
  font-size: 12.5px;
  margin-top: 6.7%;
}
@media screen and (max-width: 749px) {
  .shop-modal__time {
    font-size: 3.125vw;
  }
}

.shop-modal__detail {
  font-size: 9px;
  margin-top: 8.3%;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .shop-modal__detail {
    font-size: 2.25vw;
  }
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.shop-modal__btn {
  position: absolute;
  background: #FF5096;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  z-index: 11;
  cursor: pointer;
  top: 0;
  right: 0;
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .shop-modal__btn {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 749px) {
  .shop-modal__btn {
    width: 7.5vw;
  }
}
@media screen and (max-width: 749px) {
  .shop-modal__btn {
    height: 7.5vw;
  }
}
.shop-modal__btn img {
  width: 37.6%;
}

/* =========================================================
footer btn 
========================================================= */
.bnr_catalog {
  width: 90%;
  margin: 10% auto;
}

section.btn_sec .linkBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  aspect-ratio: 340/45;
  font-size: 16.5px;
  font-weight: 500;
  color: #fff;
  padding: 0 3.5% 0 4.4%;
  border: 2px solid #FF5096;
  line-height: 1.1;
  border-radius: 100px;
  background: linear-gradient(135deg, #fff 0%, #fff 50%, #ff5096 50%, #ff5096 100%);
  background-size: 220% 100%;
  background-position: 100% 0;
  transition: 0.3s all;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  section.btn_sec .linkBtn {
    font-size: 4.125vw;
  }
}
section.btn_sec .linkBtn span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
section.btn_sec .linkBtn span small {
  font-size: 60%;
}
section.btn_sec .linkBtn svg path, section.btn_sec .linkBtn svg polygon {
  transition: 0.3s all;
  fill: #fff;
}
section.btn_sec .linkBtn svg:last-of-type {
  width: 10px;
  height: 12px;
}
@media screen and (max-width: 749px) {
  section.btn_sec .linkBtn svg:last-of-type {
    width: 2.5vw;
  }
}
@media screen and (max-width: 749px) {
  section.btn_sec .linkBtn svg:last-of-type {
    height: 3vw;
  }
}
section.btn_sec .linkBtn.catalog {
  border-color: #9D7AFF;
  background: linear-gradient(135deg, #fff 0%, #fff 50%, #9D7AFF 50%, #9D7AFF 100%);
  background-size: 220% 100%;
  background-position: 100% 0;
}
section.btn_sec .linkBtn.catalog svg:first-of-type {
  width: 22px;
  height: 16px;
}
@media screen and (max-width: 749px) {
  section.btn_sec .linkBtn.catalog svg:first-of-type {
    width: 5.5vw;
  }
}
@media screen and (max-width: 749px) {
  section.btn_sec .linkBtn.catalog svg:first-of-type {
    height: 4vw;
  }
}
section.btn_sec .linkBtn.web svg:first-of-type {
  width: 20px;
  height: 18px;
}
@media screen and (max-width: 749px) {
  section.btn_sec .linkBtn.web svg:first-of-type {
    width: 5vw;
  }
}
@media screen and (max-width: 749px) {
  section.btn_sec .linkBtn.web svg:first-of-type {
    height: 4.5vw;
  }
}
section.btn_sec .linkBtn.tel {
  margin-top: 4.4%;
}
section.btn_sec .linkBtn.tel svg:first-of-type {
  width: 14px;
  height: 18px;
}
@media screen and (max-width: 749px) {
  section.btn_sec .linkBtn.tel svg:first-of-type {
    width: 3.5vw;
  }
}
@media screen and (max-width: 749px) {
  section.btn_sec .linkBtn.tel svg:first-of-type {
    height: 4.5vw;
  }
}
section.btn_sec .linkBtn:hover {
  opacity: 1;
  background-position: 0;
  color: #ff5096;
}
section.btn_sec .linkBtn:hover svg path, section.btn_sec .linkBtn:hover svg polygon {
  fill: #ff5096;
}
section.btn_sec .linkBtn:hover.catalog {
  color: #9D7AFF;
}
section.btn_sec .linkBtn:hover.catalog svg path, section.btn_sec .linkBtn:hover.catalog svg polygon {
  fill: #9D7AFF;
}

/* =========================================================
footer
========================================================= */
footer {
  background: #fff;
  margin: 0;
}

.footer_inner {
  margin-top: 10%;
  padding-top: 18%;
  background-color: #fef969;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
  background-size: 1.5rem 1.5rem;
}

.footer_navi {
  width: 45%;
  margin-left: 5%;
  margin-bottom: 12%;
}

.footer_navi li {
  margin-bottom: 10%;
}

.footer-copy {
  font-size: 13px;
  text-align: center;
  padding: 15px 0;
  color: #000;
}

@media screen and (max-width: 749px) {
  .footer-copy {
    font-size: 13px;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .footer-copy {
    font-size: 3.25vw;
  }
}
/* =========================================================
footer
========================================================= */
/*--------------------------------------------------
pc
--------------------------------------------------*/
@media screen and (min-width: 750px) {
  .body-wrap {
    position: relative;
    overflow-y: hidden;
    min-width: 750px;
  }
  .main {
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
  .main .pc_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 76px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .pc_inner .pc_left {
    display: block;
    width: 25.2vw;
    max-width: 336px;
    position: absolute;
    left: 15.5vw;
    padding: 3.9vw 0 0 0;
    margin: 0 69px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .pc_inner .delayScroll > * {
    opacity: 0;
  }
  .main .pc_inner .pc_left img {
    width: auto;
    height: 16px;
    display: block;
    margin: 7px 0;
  }
  .main .pc_inner .pc_left .cam {
    padding: 0;
    margin: 0;
    background: transparent;
  }
  .main .pc_inner .pc_left .cam a {
    display: flex;
    transition: all 0.2s ease-in-out;
  }
  .main .pc_inner .pc_left .cam a i {
    transition: opacity 0.2s ease-in-out;
    padding: 0 10px 0 0;
    opacity: 0;
    flex-shrink: 0;
  }
  .main .pc_inner .pc_left .cam a > img {
    transition: all 0.2s ease-in-out;
  }
  .main .pc_inner .pc_left .cam a > img:nth-child(2) {
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 25px;
    display: none;
    opacity: 0;
  }
  .main .pc_inner .pc_left .cam a:hover {
    opacity: 1;
    transform: scale(0.96);
  }
  .main .pc_inner .pc_left .cam.current a {
    opacity: 1;
  }
  .main .pc_inner .pc_left .cam.current a i {
    opacity: 1;
  }
  .main .pc_inner .pc_left .cam.current a > img {
    opacity: 0;
  }
  .main .pc_inner .pc_left .cam.current a > img:nth-child(2) {
    display: block;
    opacity: 1;
  }
  .main .pc_inner .pc_left .ttl_sub {
    width: 100%;
    margin-bottom: 2vw;
  }
  .main .pc_inner .pc_left .ttl_sub img {
    height: auto;
  }
  .main .pc_inner .pc_left .ttl {
    margin: 0 0 1.5vw;
    padding: 0 0 10px 0;
    width: 100%;
    max-width: 301px;
    font-size: 0;
  }
  .main .pc_inner .pc_left .ttl img {
    width: 100%;
    height: auto;
  }
  .main .pc_inner .pc_center .pc_iframe {
    width: 100%;
    height: 100vh;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
  }
  .main .pc_inner .pc_center iframe {
    width: 100%;
    height: 100vh;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
  }
  .main .pc_inner .pc_center {
    width: 400px !important;
    position: absolute;
    margin-left: 42vw;
    overflow-y: scroll;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(72, 72, 72, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(72, 72, 72, 0.2);
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    clip-path: inset(0 -20px 100% -20px);
    transition: clip-path 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0s;
    transition-duration: 2s;
  }
  .main .pc_inner .pc_center.show {
    clip-path: inset(0 -20px 0 -20px);
  }
  .main .pc_inner .pc_center iframe {
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
  /*Google Chrome、Safariへの対応*/
  .main .pc_inner .pc_center::-webkit-scrollbar {
    display: none;
  }
  .main .pc_inner .pc_center iframe::-webkit-scrollbar {
    display: none;
  }
  .main .pc_inner .pc_center {
    width: 100%;
    height: 100vh;
  }
  .main .pc_inner .sp_wrap {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    overflow: hidden;
  }
  .main .pc_inner .pc_right {
    width: calc(100% - 1000px);
  }
  .main .pc_inner .pc_right .right_inner {
    width: 260px;
    margin: 0 auto;
    position: absolute;
    right: 3.5vw;
    bottom: 80px;
  }
  .main .pc_inner .pc_right .qr {
    width: 181px;
    margin: 0 auto 20px;
  }
  .main .pc_inner .pc_right .qr p.code {
    width: 100px;
    margin: 15px auto 0;
    background: #fff;
  }
  .main .pc_inner .pc_right .qr p.code img {
    vertical-align: bottom;
  }
  .pc_btm_btn {
    margin-top: 10px;
  }
  .pc_btm_btn a {
    display: block;
  }
  .pc_btm_btn a.linkBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 260px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 100px;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #ff7fa7 50%, #ff7fa7 100%);
    background-size: 220% 100%;
    background-position: 100% 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0 12px 0 15px;
    border: 2px solid #ff7fa7;
    transition: 0.3s all;
    position: relative;
    z-index: 10;
  }
  .pc_btm_btn a.linkBtn span {
    flex-grow: 1;
    text-align: center;
  }
  .pc_btm_btn a.linkBtn svg {
    margin-left: auto;
  }
  .pc_btm_btn a.linkBtn svg path, .pc_btm_btn a.linkBtn svg polygon {
    transition: 0.3s all;
    fill: #fff;
  }
  .pc_btm_btn a.linkBtn svg:last-of-type {
    width: 10px;
    height: 12px;
  }
  .pc_btm_btn a.linkBtn.web svg:first-of-type {
    width: 10px;
    height: 12px;
  }
  .pc_btm_btn a.linkBtn.tel svg:first-of-type {
    width: 10px;
    height: 12px;
  }
  .pc_btm_btn a:hover {
    opacity: 1;
    color: #ff7fa7;
    background-position: 0 0;
  }
  .pc_btm_btn a:hover svg path, .pc_btm_btn a:hover svg polygon {
    fill: #ff7fa7;
  }
}
@media screen and (max-width: 1200px) {
  .main .pc_inner .pc_left {
    display: none;
  }
  .main .pc_inner .pc_center {
    position: absolute;
    left: 50%;
    margin-left: -200px;
  }
}
@media screen and (max-width: 1340px) {
  .main .pc_inner .pc_right {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .body-wrap {
    position: relative;
    overflow-y: inherit;
    min-width: 100%;
    padding-top: 8.33vw;
  }
  .main {
    background: none;
    background-size: cover;
    width: 100%;
    height: inherit;
  }
  .main .inner {
    display: inherit;
    width: 100%;
  }
  .main .pc_inner .pc_left {
    display: none;
  }
  .main .pc_inner .pc_center .sp_wrap {
    display: block;
    overflow: hidden;
  }
  .main .pc_inner .pc_center iframe {
    display: none;
  }
  .main .pc_inner .pc_center {
    width: 100%;
    overflow-y: inherit;
    background: #fff;
    height: inherit;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
  .main .pc_inner .pc_right {
    display: none;
  }
}
/* =========================================================
bnr line
========================================================= */
.bnr_line {
  width: 90%;
  margin: 12% auto 0 auto;
}

/* =========================================================
floating
========================================================= */
.floating {
  position: fixed;
  display: flex;
  margin-left: 42vw;
  bottom: 0;
  width: 400px;
  z-index: 1000;
  padding: 10px 10px;
}

@media screen and (max-width: 1200px) {
  .floating {
    margin-left: -200px;
    left: 50%;
  }
}
@media screen and (max-width: 750px) {
  .floating {
    margin-left: 0;
    left: auto;
  }
}
.floating .bt_gototop a {
  display: block;
  position: absolute;
  bottom: 20px;
  right: -100px;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: #ff7fa7;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: auto;
}

.floating .bt_gototop a::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: 3px;
}

.floating a:hover {
  opacity: 1;
}

.floating.show {
  z-index: 100;
  opacity: 1;
}

@media screen and (max-width: 749px) {
  .floating {
    display: flex;
    bottom: 0;
    position: fixed;
    opacity: 0;
    transition: 0.5s;
    width: 100%;
    justify-content: space-between;
    padding: 0 3%;
    height: 60px;
    align-items: start;
    background: #fff;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .floating {
    height: 15vw;
  }
}
@media screen and (max-width: 749px) {
  .floating .bt_gototop {
    display: none;
  }
}
