@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Kosugi Maru", sans-serif;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  color: #000000;
  background: white;
}

body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

h2 {
  font-family: "Niconne", cursive;
}

h3 {
  font-family: "Niconne", cursive;
}

p {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4f5579;
}

a {
  text-decoration: underline;
  color: #1a0dab;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #1a0dab;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 767px) {
  .al-center {
    text-align: center;
  }
}

.contents1 {
  background-color: #faeaf2;
  margin-top: -16px;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .contents1 {
    padding: 5px 0;
  }
}

.contents2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 70px 0 50px;
}

.contents3 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 70px 0 50px;
  background-color: #faeaf2;
}
.contents3 h2 {
  text-align: center;
  font-size: 3.2rem;
  color: #4f5579;
  line-height: 50%;
  margin-bottom: 30px;
}
.contents3 h2 span {
  font-size: 0.8rem;
  font-weight: bold;
}

.contents4 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 70px 0 50px;
}
.contents4 h2 {
  text-align: left;
  font-size: 3.2rem;
  color: #c7a1e0;
  margin-bottom: 30px;
  border-bottom: double #c7a1e0;
}

.contents5 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 70px 0 50px;
  background-color: #faeaf2;
}
.contents5 h2 {
  text-align: center;
  font-size: 3.2rem;
  color: #4f5579;
  line-height: 50%;
  margin-bottom: 30px;
}
.contents5 h2 span {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
}
.contents5 h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #db799c;
}

.contents6 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 70px 0 50px;
}
.contents6 h2 {
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  font-size: 2rem;
  color: #c7a1e0;
  margin-bottom: 30px;
}

.contents7 {
  width: 100%;
  height: auto;
  margin: 89px auto 0;
  padding: 70px 0 50px;
  background-color: #faeaf2;
}
@media (max-width: 896px) {
  .contents7 {
    margin: 56px auto 0;
  }
}
@media (max-width: 767px) {
  .contents7 {
    margin: 60px auto 0;
  }
}
.contents7 h2 {
  text-align: center;
  font-size: 3.2rem;
  color: #4f5579;
  line-height: 50%;
  margin-bottom: 30px;
}
.contents7 h2 span {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
}
.contents7 h3 {
  text-align: center;
  color: #db799c;
}

.contents8 {
  width: 100%;
  height: auto;
  margin: 89px auto 0;
  padding: 70px 0 50px;
  background-color: #faeaf2;
}
@media (max-width: 896px) {
  .contents8 {
    margin: 56px auto 0;
  }
}
@media (max-width: 767px) {
  .contents8 {
    margin: 60px auto 0;
  }
}
.contents8 h2 {
  text-align: center;
  font-size: 3.2rem;
  color: #4f5579;
  line-height: 50%;
  margin-bottom: 30px;
}
.contents8 h2 span {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
}
.contents8 h3 {
  text-align: center;
  color: #db799c;
  font-size: 3rem;
}
.contents8 p {
  text-align: center;
}

.item2 {
  display: flex;
  flex-flow: row wrap;
  padding: 15px 5px;
  margin: 15px auto;
  background-color: white;
}
.item2 h3 {
  font-family: "Kosugi Maru", sans-serif;
  color: #db799c;
  font-size: 1.75rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .item2:not(:last-child) {
    margin-bottom: 30px;
  }
  .item2 h3 {
    text-align: center;
  }
}

.item4 {
  padding: 15px;
  width: 100%;
  margin: 15px auto;
  background-color: white;
  text-align: center;
}
@media (max-width: 767px) {
  .item4 {
    padding: 5px;
    margin: 5px auto;
  }
}
.item4 a {
  text-decoration: none;
}
.item4 img {
  vertical-align: middle;
  border: solid 2px #cccccc;
  cursor: pointer;
}
.item4 p {
  font-family: "Niconne", cursive;
  text-align: center;
  font-size: 1.5rem;
  color: #4f5579;
  line-height: 100%;
  margin-top: 15px;
  margin-bottom: 8px;
}
.item4 h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  color: #db799c;
  text-align: center;
  text-decoration: underline;
  line-height: 160%;
  cursor: pointer;
}
.item4 h3 a {
  color: #db799c;
}
.item4 h3:hover {
  text-decoration: none;
  color: #fab9d0;
}
@media (max-width: 767px) {
  .item4 h3 {
    font-size: 0.8rem;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.small_box p {
  text-align: center;
}

.btn-cart {
  display: inline;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: white;
  border: 4px solid #faeaf2;
  background: #db799c;
}
@media (max-width: 767px) {
  .btn-cart {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    font-size: 15px;
  }
}
.btn-cart span {
  position: relative;
  top: 0.75rem;
  left: 0.3rem;
}
.btn-cart:hover {
  text-decoration: none;
  opacity: 0.8;
  color: white;
}

.btn-cart03 {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  text-decoration: none;
  color: white;
  border: 5px solid white;
  background: #4eabbc;
}
.btn-cart03 span {
  position: relative;
  top: 0.6rem;
  left: 0.3rem;
}
.btn-cart03 a {
  text-decoration: none;
  color: white;
  font-family: "Niconne", cursive;
  font-size: 3.5rem;
  display: block;
}
.btn-cart03:hover {
  text-decoration: none;
  opacity: 0.8;
  color: white;
}
.btn-cart03 p {
  color: white;
  text-align: center;
  margin-top: 5px;
  font-size: 1rem;
}

.btn-cart04 {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  text-decoration: none;
  color: white;
  border: 5px solid white;
  background: #5eb8db;
}
.btn-cart04 span {
  position: relative;
  top: 0.6rem;
  left: 0.3rem;
}
.btn-cart04 a {
  text-decoration: none;
  color: white;
  font-family: "Niconne", cursive;
  font-size: 3.5rem;
  display: block;
}
.btn-cart04:hover {
  text-decoration: none;
  opacity: 0.8;
  color: white;
}
.btn-cart04 p {
  color: white;
  text-align: center;
  margin-top: 5px;
  font-size: 1rem;
}

.btn-cart05 {
  display: inline;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: white;
  border: 4px solid #eeeeee;
  background: #c7a1e0;
}
@media (max-width: 767px) {
  .btn-cart05 {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    font-size: 15px;
  }
}
.btn-cart05 span {
  position: relative;
  top: 0.75rem;
  left: 0.3rem;
}
.btn-cart05:hover {
  text-decoration: none;
  opacity: 0.8;
  color: white;
}

.btn-cart06 {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 40%;
  padding-bottom: 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: white;
  border: 4px solid white;
  background: #db799c;
}
.btn-cart06 span {
  position: relative;
  top: 0.75rem;
  left: 0.3rem;
}
.btn-cart06:hover {
  text-decoration: none;
  opacity: 0.8;
  color: white;
}
@media (max-width: 767px) {
  .btn-cart06 {
    width: 90%;
  }
}

.zoom_base {
  position: relative;
}
.zoom_base .zoom_icon {
  position: absolute;
  top: 80%;
  left: 80%;
  pointer-events: none;
}

.link-movie {
  position: relative;
  display: block;
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #db799c;
}
.link-movie::after {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  content: "";
  background: url(/img/freepage/customania/img/icon-movie.png) center center no-repeat;
  background-size: contain;
}
.link-movie:hover {
  text-decoration: none;
  color: #fab9d0;
}

.pc_view {
  display: block;
}
@media (max-width: 896px) {
  .pc_view {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc_view {
    display: none;
  }
}

.sp_view {
  display: none;
}
@media (max-width: 896px) {
  .sp_view {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp_view {
    display: block;
  }
}

.pc_view2 {
  display: block;
}
@media (max-width: 992px) {
  .pc_view2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc_view2 {
    display: none;
  }
}

.sp_view2 {
  display: none;
}
@media (max-width: 992px) {
  .sp_view2 {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp_view2 {
    display: block;
  }
}

/* アイコンのサイズを変更するためのルール */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-50 {
  font-size: 50px;
}
@media (max-width: 767px) {
  .material-icons.md-50 {
    font-size: 25px;
  }
}

/* 明るい背景の場合に黒色でアイコンを表示するためのルール */
.material-icons.md-dark {
  color: rgb(79, 85, 121);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* 暗い背景の場合に白色でアイコンを表示するためのルール */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.material-icons.HeartIcon {
  text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    0px 1px 0 #fff,
    0 -1px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff;
}

#a {
  padding-top: 50px;
  margin-top: -50px;
}
@media (max-width: 767px) {
  #a {
    padding-top: 5px;
    margin-top: -5px;
  }
}

#a2 {
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 767px) {
  #a2 {
    padding-top: 60px;
    margin-top: -60px;
  }
}

#b {
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 767px) {
  #b {
    padding-top: 40px;
    margin-top: -40px;
  }
}

#b2 {
  padding-top: 150px;
  margin-top: -150px;
}
@media (max-width: 767px) {
  #b2 {
    padding-top: 100px;
    margin-top: -100px;
  }
}

#c {
  padding-top: 60px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  #c {
    padding-top: 30px;
    margin-top: -30px;
  }
}

#d {
  padding-top: 60px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  #d {
    padding-top: 25px;
    margin-top: -25px;
  }
}

#e {
  padding-top: 60px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  #e {
    padding-top: 28px;
    margin-top: -28px;
  }
}

#f {
  padding-top: 60px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  #f {
    padding-top: 28px;
    margin-top: -28px;
  }
}

#g {
  padding-top: 60px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  #g {
    padding-top: 28px;
    margin-top: -28px;
  }
}

#h {
  padding-top: 60px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  #h {
    padding-top: 28px;
    margin-top: -28px;
  }
}

#i {
  padding-top: 60px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  #i {
    padding-top: 28px;
    margin-top: -28px;
  }
}

#i2 {
  padding-top: 150px;
  margin-top: -150px;
}
@media (max-width: 767px) {
  #i2 {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/* ------------
  商品一覧エリア
------------ */
.itemWrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

@media (max-width: 767px) {
  .itemWrap {
    width: 100%;
    padding: 5px;
  }
}
.StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 767px) {
  .StyleF_Frame_ {
    padding: 0;
  }
}

.StyleF_Item_ {
  width: calc(16% - 16px);
  margin: 8px;
  padding: 8px;
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc(25% - 8px);
    margin: 4px;
  }
}
@media (max-width: 767px) {
  .StyleF_Item_ {
    width: calc(50% - 8px);
    margin: 4px;
    padding: 0;
  }
}

.img_ img {
  width: 100%;
}

.goods_img_ {
  text-decoration: none;
}

.name_ {
  background: transparent;
  color: #4f5579;
}
@media (max-width: 767px) {
  .name_ {
    font-size: 13px;
    text-decoration: underline;
    -webkit-text-decoration: underline;
  }
}

.name_ a {
  display: block;
  padding: 5px;
  color: #4f5579;
  text-decoration: underline;
  word-break: break-all;
  font-size: 0.75rem;
}

.price_ {
  text-align: left;
  margin-bottom: 5px;
  color: #4f5579;
  font-size: 0.85rem;
  margin-top: 5px;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .price_ {
    font-size: 13px;
  }
}

.cart_ {
  display: none;
  text-align: center;
}

.cart_:hover a {
  opacity: 0.8;
}

.goods_ .StyleF_Frame_ .rdt_,
.goods_ .StyleF_Frame_ .comment_ {
  display: none;
}

/* スマホ時インプットボタン */
.cart_btn_ {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

.cart_btn_.reservation_ {
  background-color: white;
  color: #de0012;
  border-radius: 0;
  border: 1px solid #de0012;
}

.cart_btn_.order_ {
  background-color: #de0012;
  color: white;
  border-radius: 0;
  border: 1px solid #de0012;
}

.cart_btn_.detail_ {
  background-color: white;
  color: #de0012;
  border-radius: 0;
  border: 1px solid #de0012;
}

.cart_btn_.sold_out_,
.cart_btn_.closed_ {
  background: #898989;
}

@media (max-width: 767px) {
  .name_,
  .rdt_,
  .comment_ {
    margin-bottom: 5px;
  }
}
.parent {
  position: relative;
}
.parent p {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  text-align: left;
  padding: 25px;
  font-size: medium;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parent p {
    font-size: small;
  }
}
@media (max-width: 896px) {
  .parent p {
    padding: 20px;
    font-size: x-small;
  }
}
@media (max-width: 767px) {
  .parent p {
    text-align: center;
    width: 85%;
    font-size: large;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.txt-position {
  text-align: left;
}
@media (max-width: 767px) {
  .txt-position {
    text-align: center;
  }
}

.front_footer {
  width: auto;
  background-image: url(/img/freepage/customania/img/footer_line.png);
  background-position: top;
  background-repeat: repeat-x;
  padding: 5% 5% 2.4%;
  text-align: center;
}
@media (max-width: 896px) {
  .front_footer {
    padding: 10% 5% 5%;
  }
}
@media (max-width: 767px) {
  .front_footer {
    padding: 21% 5% 10%;
  }
}

.front_footer2 {
  width: auto;
  background-position: top;
  background-repeat: repeat-x;
  padding: 2.4% 5%;
  text-align: center;
}
@media (max-width: 896px) {
  .front_footer2 {
    padding: 10% 5% 5%;
  }
}
@media (max-width: 767px) {
  .front_footer2 {
    padding: 10% 5% 10%;
  }
}

footer {
  background-color: #f3cbdf;
  text-align: center;
}
footer img {
  margin: 30px;
}
footer .link-pageup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 40px;
  color: #db799c;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup:hover {
  color: #ff8cb5;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}

header {
  background: linear-gradient(to bottom, #fff, #faeaf2);
  position: fixed;
  z-index: 1500;
  width: 100%;
  border-bottom: 1px solid white;
}
header .img-logo {
  width: 10vw;
  max-width: 130px;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  header .img-logo {
    width: 23vw;
    max-width: 100px;
  }
}

nav.navbar {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 896px) {
  nav.navbar {
    padding: 0 0.8rem;
    position: fixed;
    z-index: 1000;
    background: #faeaf2;
    background: linear-gradient(to bottom, #fff, #faeaf2);
    border-bottom: 1px solid white;
    width: 100%;
  }
}

.nav-menu ul {
  margin-top: 10px;
}

.nav-menu ul li {
  font-family: "Niconne", cursive;
  font-size: xx-large;
  text-align: center;
  line-height: 80%;
  color: #4f5579;
  padding: 5px 25px 10px;
}
@media (max-width: 1200px) {
  .nav-menu ul li {
    padding: 5px 17px 10px;
  }
}
@media (max-width: 992px) {
  .nav-menu ul li {
    border-bottom: 1px solid #c5c9e3;
    padding-top: 1rem;
  }
  .nav-menu ul li:first-child {
    border-top: 1px solid #c5c9e3;
  }
}
@media (orientation: landscape) and (max-width: 896px) {
  .nav-menu ul li {
    font-size: large;
    padding-top: 0.7rem;
    padding-bottom: 0.4rem;
  }
}
.nav-menu ul li a {
  text-decoration: none;
  color: #4f5579;
  display: block;
}
.nav-menu ul li span {
  font-family: "Kosugi Maru", sans-serif;
  font-size: small;
  font-weight: bold;
}
@media (orientation: landscape) and (max-width: 896px) {
  .nav-menu ul li span {
    font-size: x-small;
  }
}

.navbar-light .navbar-toggler-icon {
  background-image: url(/img/freepage/customania/img/btn-menu-open.svg);
}

.navbar-light .navbar-toggler {
  border: none;
}

.tw-icon {
  position: relative;
  top: -1.5rem;
  margin-bottom: -30px;
}
@media (orientation: landscape) and (max-width: 896px) {
  .tw-icon {
    width: 2.5%;
    padding-top: 0.4rem;
  }
}

.info-box {
  background-color: #faa4a4;
  padding: 2px 0 0;
  text-align: center;
  width: 100%;
  margin-top: 99px;
}
@media (max-width: 896px) {
  .info-box {
    margin-top: 57px;
  }
}
@media (max-width: 767px) {
  .info-box {
    margin-top: 60px;
  }
}
.info-box p {
  color: #fff;
  font-family: "Kosugi Maru", sans-serif;
  padding: 1px 0 2px;
  letter-spacing: 1px;
}

.slider-main {
  position: relative;
  margin: 0 auto;
}
.slider-main h2 {
  font-family: "Niconne", cursive;
  text-align: center;
  font-size: 3.2rem;
  color: #4f5579;
  line-height: 50%;
  margin-top: 50px;
  margin-bottom: -30px;
}
@media (max-width: 767px) {
  .slider-main h2 {
    margin-bottom: 0;
  }
}
.slider-main h2 span {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .slider-main {
    margin: 20px auto;
  }
}
.slider-main .slider-thumbnail {
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider-main .slider-thumbnail {
    display: none;
  }
}
.slider-main .slider-thumbnail img {
  display: block;
  margin: 8px 4px;
}
.slider-main .slick-arrow {
  position: absolute;
  top: calc(50% - 1rem);
  padding: 0;
  font-size: 40px;
  color: #e9afc4;
  border: none;
  background-color: transparent;
}
.slider-main .slick-arrow img {
  display: block;
  margin: 8px;
}
.slider-main .slick-arrow.slick-prev {
  left: -40px;
  top: 41%;
}
@media (max-width: 767px) {
  .slider-main .slick-arrow.slick-prev {
    display: none;
  }
}
@media (max-width: 1024px) {
  .slider-main .slick-arrow.slick-prev {
    position: absolute;
    left: 0;
    top: 41%;
    z-index: 900;
  }
}
.slider-main .slick-arrow.slick-next {
  right: -40px;
  top: 41%;
}
@media (max-width: 767px) {
  .slider-main .slick-arrow.slick-next {
    display: none;
  }
}
@media (max-width: 1024px) {
  .slider-main .slick-arrow.slick-next {
    position: absolute;
    right: 0;
    top: 41%;
  }
}
.slider-main .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px auto 20px;
  padding-left: 0;
  list-style-type: none;
}
.slider-main .slick-dots > li {
  position: relative;
  width: 13px;
  height: 13px;
  margin: 10px 15px;
}
.slider-main .slick-dots > li.slick-active button {
  background-color: #db799c;
  border: 1px solid #f3cbdf;
}
@media (max-width: 767px) {
  .slider-main .slick-dots > li {
    margin: 10px 7px;
  }
}
.slider-main .slick-dots button {
  position: absolute;
  width: 13px;
  height: 13px;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #f3cbdf;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block;
} /*# sourceMappingURL=style.css.map */

/* --------------------------------------------------------------------
202401 twitterアイコンをXに変更
--------------------------------------------------------------------- */
.fa-twitter:before {
  content: "𝕏";
  border-radius: 5px;
  border: 1px solid #4f5579;
  color: #4f5579;
  font-size: 70%;
  padding: 1px 4px;
  margin-right: 8px;
  vertical-align: middle;
}
.nav-menu ul li:last-child span {
  display: block;
  margin-top: 3.5px;
}

/* --------------------------------------------------------------------
202505 KeyVisual変更＆レイアウト調整
--------------------------------------------------------------------- */
.contents1 {
  margin-top: 0;
}
.contents1 .kv {
  margin-inline: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contents1 .kv {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .contents1 .kv {
    max-width: 1140px;
  }
}
.contents1 .kv img {
  width: 100%;
}
@media (min-width: 992px) {
  .contents2 .txt-wrap {
    position: relative;
  }
  .contents2 .txt-wrap .txt-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.contents2 {
  padding: 70px 0;
}
.contents2 h2 {
  font-family: "Niconne", cursive;
  text-align: center;
  font-size: 3.2rem;
  color: #4f5579;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contents2 h2 {
    margin-bottom: 20px;
  }
}
.contents2 h2 span {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  display: block;
}
.fa-twitter:before {
  margin-right: 0;
}
.info-box p:last-of-type {
  margin-bottom: 0;
}
.contents5 {
  padding-top: 0;
}
.contents5 h2 {
  line-height: 1.2;
}
.contents5 h2 span {
  display: block;
}
.contents5 .item-wrap + .item-wrap {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .contents1 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contents2 {
    padding: 30px 0;
  }
  .contents2 .txt-inner {
    margin-top: 20px;
  }
}
.contents3 .btn-cart {
  position: relative;
  max-width: 364px;
  margin-top: 20px;
  padding: 1rem;
  line-height: 1;
}
.contents3 .btn-cart:after {
  content: "\f358";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.3);
  scale: 1.5;
}
@media (max-width: 767px) {
  .contents3 .btn-cart {
    width: calc(100% - 30px);
    margin-top: 0;
    padding: 1rem 0.8rem;
  }
}

/* 250731 追記 */

@media (max-width: 991px) and (min-width: 897px) {
  .info-box {
    margin-top: 77px;
  }
}
@media (max-width: 992px) and (min-width: 991px) {
  .sp_view2 {
    display: none;
  }
  .pc_view2 {
    display: block;
  }
  .nav-menu ul li {
    border-bottom: none;
    padding-top: 5px;
  }
  .nav-menu ul li:first-child {
    border-top: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .btn-cart03 p,.btn-cart04 p{
    font-size: 0.9rem;
  }
}

.front_footer{
  padding: 70px 5% 30px;
}



