@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

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, l, ul, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  color: #424242;
  font-size: 1.4rem;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
a {
  color: #424242;
  text-decoration: none;
}
a:link, a:active, a:hover, a:visited {
  outline: 0 none;
}
ul, ol {
  list-style: none;
}

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

/* modal youtube
--------------------------------------------------------- */
.modal .checkbox {
  display: none;
}

.modal .modal-overlay {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(254, 213, 243, 0.85);
  visibility: hidden;
}

.modal .modal-wrap {
  width: 70%;
  margin: 20px auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.modal .modal-wrap.a-center {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}

.youtubeBox {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubeBox iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.modal .modal-overlay .close {
  background-image: url(/common/img/close.png);
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -11px;
  right: -11px;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal .modal-overlay .close {
    width: 47px;
    height: 47px;
    top: -23px;
    right: -23px;
  }
}

.modal .o-close {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -9999;
}

.modal input:checked ~ .o-close {
  z-index: 9998;
}

.modal input:checked ~ .modal-overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 9997;
  overflow: auto;
  visibility: visible;
}

.modal input:checked ~ .modal-overlay .modal-wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 9999;
}

/* modal instagram
--------------------------------------------------------- */
.insta-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 213, 243, 0.85);
  display: none;
}
.insta-modal .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 25px;
}
@media (min-width: 768px) {
  .insta-modal .inner {
    padding: 30px;
  }
}

.btn-close,
.insta-cnt {
  display: none;
}
.nav-open .btn-close,
.nav-open .insta-cnt {
  display: block;
}

.insta-modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50vh - 25px);
  max-height: 100%;
  position: relative;
  background-color: #fff;
}
.insta-modal__box .insta-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 305px;
  line-height: 0;
  background-color: #f4c2e7;
}
.insta-modal__box .insta-img video {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .insta-modal__box .insta-img {
    max-height: 100%;
  }
}
.insta-modal__box .btn-close {
  display: block;
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 550;
  cursor: pointer;
  line-height: 0;
  background-image: url(/common/img/close.png);
  background-size: cover;
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  .insta-modal__box .btn-close {
    width: 56px;
    height: 56px;
    top: -28px;
    right: -28px;
  }
}
.insta-modal__box .insta-cnt {
  display: block;
  max-height: 100%;
  height: calc(50vh - 25px);
}
.insta-modal__box .insta-cnt__inner {
  word-break: break-all;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding: 10px;
  -webkit-overflow-scrolling: auto;
}
@media (min-width: 768px) {
  .insta-modal__box .insta-cnt__inner {
    padding: 25px;
  }
}
.insta-modal__box .insta-pro {
  width: 38px;
  height: 38px;
  vertical-align: middle;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .insta-modal__box .insta-pro {
    width: 75px;
    height: 75px;
  }
}
.insta-modal__box .insta-user {
  vertical-align: super;
}
.insta-modal__box .insta-cnt__txt {
  margin-bottom: 15px;
}
.insta-modal__box .insta-cnt__footer {
  overflow: hidden;
  padding-bottom: 10px;
}
.insta-modal__box .insta-like {
  position: relative;
  float: left;
  padding-left: 25px;
  line-height: 19px;
}
.insta-modal__box .insta-like:before {
  display: block;
  content: "";
  background: url(/img/icn-like.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 19px;
  line-height: 0;
}
.insta-modal__box .insta-date {
  float: right;
  color: #9e9e9e;
}
@media screen and (orientation: landscape) {
  .insta-modal__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100vw - 60px);
    height: calc(50vw - 30px);
    max-width: 1280px;
    max-height: 640px;
  }
  .insta-modal__box::after {
    display: block;
    content: "";
    clear: both;
  }
  .insta-modal__box .insta-img,
  .insta-modal__box .insta-cnt {
    width: 50%;
    max-width: calc(100vh - 60px);
    height: auto;
  }
}

/* button
--------------------------------------------------------- */
.btn-default {
  color: #ffffff;
  background-color: #765fa7;
}
.btn-default:hover {
  background-color: #a090c2;
}

.btn {
  display: inline-block;
  padding: 10px 0;
  border-radius: 10em;
}
@media (min-width: 992px) {
  .btn {
    padding: 14px 0;
  }
}

.bt-more {
  position: relative;
  z-index: 1;
  width: 240px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .bt-more {
    width: 320px;
  }
}
.bt-more .bt-more__inner {
  position: relative;
  margin-left: -15%;
}
.bt-more .bt-more__inner:after {
  display: block;
  content: "";
  background: url(/common/img/bt-arw.png);
  background-repeat: no-repeat;
  background-size: 10px 14px;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .bt-more .bt-more__inner:after {
    right: -50px;
  }
}

.bt-more img {
  height: 13px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .bt-more img {
    height: 17px;
  }
}

.bt-cart {
  display: block;
  max-width: 220px;
  height: auto;
  text-align: center;
}
.bt-cart__inner {
  position: relative;
  margin-left: -37px;
}
.bt-cart__inner:after {
  display: block;
  content: "";
  background: url(/common/img/icn-cart02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bt-dl {
  display: block;
  max-width: 220px;
  height: auto;
  border: 1px solid #fed5f3;
  color: #e62f8b;
}
.bt-dl__inner {
  position: relative;
  margin-left: -37px;
}
.bt-dl__inner:after {
  display: block;
  content: "";
  background: url(/common/img/icon-dl.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* table
--------------------------------------------------------- */
/* layout
--------------------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container::after {
  display: block;
  content: "";
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
    width: 91vw;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }
}

img {
  -webkit-backface-visibility: hidden;
}

/* footer */
.footer {
  position: relative;
  background-color: #f687c9;
  padding: 28px 0;
}
@media (min-width: 992px) {
  .footer {
    padding: 36px 0 56px;
  }
}
.footer:before {
  position: absolute;
  top: -11.93333vw;
  display: block;
  max-height: 262px;
  width: 100%;
  height: 34.93333vw;
  background: url(/common/img/bg-piece.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat-x;
  content: "";
}
@media (min-width: 992px) {
  .footer:before {
    top: -185px;
    background-size: auto;
  }
}
.footer .footer__inner {
  text-align: center;
  padding-top: 24%;
}
@media (min-width: 768px) {
  .footer .footer__inner {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .footer .footer__inner {
    padding-top: 145px;
  }
}
@media (min-width: 992px) {
  .footer .footer__inner {
    padding-top: 105px;
  }
}
@media (min-width: 1366px) {
  .footer .footer__inner {
    padding-top: 65px;
  }
}
.footer .footer__inner .link-area {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .footer .footer__inner .link-area {
    float: left;
    margin: 0;
    overflow: hidden;
  }
}
.footer .footer__inner .link-area .footer-logo {
  height: 30px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .footer .footer__inner .link-area .footer-logo {
    margin: 0;
    float: left;
  }
}
@media (min-width: 768px) {
  .footer .footer__inner .link-area__lst {
    float: left;
    overflow: hidden;
    padding-left: 75px;
  }
}
.footer .footer__inner .link-area__lst li {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .footer .footer__inner .link-area__lst li {
    float: left;
    margin: 10px 0 0 0;
    padding-right: 50px;
  }
}
.footer .footer__inner .link-area__lst li a {
  position: relative;
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer .footer__inner .link-area__lst li a {
    position: relative;
    color: #ffffff;
  }
}
.footer .footer__inner .link-area__lst li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 12px;
  background: url(/common/img/icn-win.png);
  background-size: 15px 12px;
}
@media (min-width: 768px) {
  .footer .footer__inner .link-area__lst li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 12px;
    background: url(/common/img/icn-win.png);
    background-size: 15px 12px;
  }
}
.footer .footer__inner .link-area__lst li a:hover {
  text-decoration: underline;
}
.footer .footer__inner .copyright {
  color: #ffffff;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .footer .footer__inner .copyright {
    float: right;
    margin-top: 10px;
  }
}

/* filter-keyframes
--------------------------------------------------------- */
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: translate(-100%) rotate(-100deg);
            transform: translate(-100%) rotate(-100deg);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes rotate-right {
  0% {
    -webkit-transform: translate(-100%) rotate(-100deg);
            transform: translate(-100%) rotate(-100deg);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
.is-animated {
  -webkit-animation: 0.6s zoom-in;
          animation: 0.6s zoom-in;
}

/* Helper
--------------------------------------------------------- */
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pagetop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 54px;
  height: auto;
  z-index: 5;
}
@media (min-width: 768px) {
  .pagetop {
    bottom: 60px;
    width: 108px;
  }
}
@media (min-width: 992px) {
  .pagetop {
    bottom: 80px;
  }
}

.header .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header .container {
    width: auto;
  }
}
@media (min-width: 1366px) {
  .header::before {
    position: absolute;
    top: -90px;
    left: 0;
    display: block;
    width: 100%;
    height: 262px;
    background: url(/common/img/bg-piece.png);
    content: "";
    background-position: center;
    z-index: 1;
  }
}

.input-trigger {
  display: none;
}

.input-trigger:checked ~ .gnav {
  display: block;
}

.gnav-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 6;
  cursor: pointer;
}
.gnav-btn img {
  height: 50px;
}

/*@media (min-width: $screen-lg) {
  .gnav--common{margin-left: -83px;}
}*/
.nav-open {
  overflow: hidden;
  height: 100%;
}
.nav-open .gnav-wrap {
  background: url(/common/img/pink-bg.png);
  background-size: 75px 15px;
  background-repeat: repeat;
  padding-top: 88px;
  padding-bottom: 44px;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 6;
  overflow-y: auto;
}
.nav-open .logo-sp {
  display: none;
}

.gnav {
  display: none;
}
.gnav > ul {
  padding: 0 16px;
}
.gnav > ul > li {
  background-color: #ffffff;
  border-radius: 4em;
}
.gnav > ul > li:not(:last-child) {
  margin-bottom: 12px;
}
.gnav > ul > li > a {
  display: block;
  padding: 12px 30px;
}
.gnav > ul > li > a img {
  height: 16px;
  vertical-align: middle;
}
.gnav .navpop {
  display: none;
}
.gnav .navpop .navpop-trigger {
  display: none;
}
.gnav .head-logo {
  position: absolute;
  top: 16px;
  left: 16px;
  height: 47px;
}
@media (min-width: 768px) {
  .gnav {
    background-size: 150px 30px;
  }
}
@media (min-width: 1366px) {
  .gnav {
    display: block !important;
    background: transparent;
    background-size: auto;
    padding-top: 0;
    height: auto;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
  }
  .gnav > ul {
    margin: 0 0 0 167px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gnav > ul > li {
    float: left;
    background-color: transparent;
    border-radius: 0;
  }
  .gnav > ul > li.nav-lastlist {
    margin-bottom: 0;
  }
  .gnav > ul > li > a {
    display: block;
    padding: 0;
  }
  .gnav > ul > li > a img {
    height: auto;
    vertical-align: middle;
  }
  .gnav > ul > li.nav-lastlist {
    width: 166px;
    height: 166px;
    position: relative;
  }
  .gnav > ul > li.nav-lastlist > a {
    display: none;
  }
  .gnav > ul > li.nav-lastlist .btn-navpop {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #765fa7;
    padding: 16px;
    line-height: 0;
    border-radius: 50%;
    cursor: pointer;
  }
  .gnav > ul > li.nav-lastlist .btn-navpop:hover {
    background-color: #a090c2;
  }
  .gnav > ul .common-logo {
    position: relative;
    width: 166px;
    height: 166px;
  }
  .gnav > ul .common-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .gnav .navpop {
    display: block;
  }
  .gnav .navpop .navpop-trigger:checked ~ ul {
    display: block;
  }
  .gnav .navpop ul {
    position: absolute;
    bottom: -200px;
    right: 0;
    display: none;
    width: 454px;
    border-radius: 39px;
    background-color: #e0d6f6;
    padding: 17px;
  }
  .gnav .navpop ul::before {
    position: absolute;
    top: -20px;
    right: 68px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #e0d6f6 transparent;
  }
  .gnav .navpop ul li:not(:last-child) {
    margin: 0 0 12px;
  }
  .gnav .navpop ul a {
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .gnav .navpop ul a:hover {
    opacity: 0.75;
  }
}

.jumbotron {
  position: relative;
  background: url(/img/mainvisual-bg_sp.jpg?v20240517) no-repeat center center/cover;
}
.jumbotron::after {
  position: absolute;
  bottom: -10.93333%;
  left: 0;
  width: 100%;
  height: 34.93333vw;
  max-height: 262px;
  background: url(/common/img/bg-piece.png);
  background-repeat: no-repeat;
  content: "";
  background-position: center;
  background-size: cover;
}
.jumbotron__inner {
  position: relative;
  padding-top: 133.333333%;
  height: 0;
}

@media (min-width: 768px) {
  .jumbotron {
    background: url(/img/mainvisual-bg_tb.jpg?v20240517) no-repeat center center/cover;
  }
  .jumbotron__inner {
    padding-top: 110%;
  }
  .jumbotron::after {
    bottom: -200px;
    background-size: auto;
    background-repeat: repeat-x;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    background: url(/img/mainvisual-bg_pc.jpg?v20240517) no-repeat center center/cover;
  }
  .jumbotron__inner {
    max-width: 1050px;
    height: 1050px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .jumbotron__inner {
    max-width: 1184px;
    height: 1200px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .jumbotron__inner {
    height: 1500px;
  }
}
.movie {
  display: inline-block;
  position: relative;
  bottom: -95%;
  width: 54.66666vw;
  max-width: 410px;
  height: 30.93333vw;
  max-height: 232px;
  z-index: 1;
  background-color: #fc93c8;
  border-radius: 10px;
}
.movie .youtube-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 54.66666vw;
  height: 30.93333vw;
  max-width: 410px;
  max-height: 232px;
  border: 4px solid #ffffff;
  border-radius: 8px;
}
.movie .youtube-ttl {
  position: absolute;
  top: -1.73333vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22.4vw;
  max-width: 168px;
  z-index: 2;
}
.movie .youtube-bt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10.66666vw;
  max-width: 80px;
  z-index: 2;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
}
@media (min-width: 992px) {
  .movie {
    position: absolute;
    bottom: 84%;
    left: auto;
    right: 6.36896%;
    max-width: 370px;
    width: 27.08638vw;
    max-height: 210px;
    height: 15.37335vw;
    -webkit-transform: none;
            transform: none;
  }
  .movie .youtube-frame {
    max-width: 370px;
    width: 27.08638vw;
    max-height: 210px;
    height: 15.37335vw;
  }
  .movie .youtube-ttl {
    width: 12.29868vw;
  }
  .movie .youtube-bt {
    width: 5.85651vw;
  }
}

@media (min-width: 1366px) {
  .main {
    overflow: hidden;
  }
}
.sec {
  position: relative;
}
.sec-ttl {
  text-align: center;
}
.sec-ttl img {
  width: 66.93333%;
  max-width: 502px;
}

.about__inner {
  padding-top: 19.6vw;
  padding-bottom: 24.26666vw;
}
.about-ttl {
  margin-bottom: 9.73333%;
}
.about-box {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.about-box__cnt {
  padding-right: 4.53333vw;
  padding-left: 4.53333vw;
}
.about-box__cnt__ttl {
  margin: 0 0 6.26666%;
}
.about-box__cnt__ttl img {
  width: 76vw;
  height: auto;
}
.about-box__cnt > p {
  width: 90%;
}
.about-box .bt-more {
  position: absolute;
  bottom: -86px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-box .bt-more--sp {
  text-align: center;
  width: 100%;
  margin-top: 4.26666%;
}
.about-box .bt-more--sp .bt-more {
  position: static;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.about-box__slide {
  display: none;
  margin-top: 6.26666%;
}
.about-box__slide.slick-initialized {
  display: block;
}
.about-box__slide .slick-dots li button:before {
  font-size: 14px;
  color: #fec2e2;
}
.about-box__slide .slick-dots li.slick-active button:before {
  color: #e62f8b;
}
@media (min-width: 992px) {
  .about__inner {
    width: auto;
    padding-top: 90px;
    padding-bottom: 180px;
  }
  .about-ttl {
    margin-bottom: 40px;
  }
  .about-box {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }
  .about-box__cnt {
    float: left;
    width: 48%;
    padding-top: 4.24597vw;
    padding-right: 0;
    padding-left: 0;
  }
  .about-box__cnt__ttl img {
    width: auto;
  }
  .about-box__slide {
    float: left;
    width: 52%;
    margin-top: 0;
  }
  .about-box .bt-more {
    position: static;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .about__inner {
    width: 1184px;
  }
}

.news {
  background: url(/common/img/blue-bg.png);
  background-size: 75px 15px;
}
.news::before {
  display: block;
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  background: url(/common/img/blue-bgtop.png);
  background-size: 75px 19px;
  width: 100%;
  height: 19px;
}
.news__inner {
  position: relative;
  max-width: 1184px;
  padding-bottom: 22.93333vw;
  padding-left: 40px;
  padding-right: 40px;
}
.news__inner::before, .news__inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 17.33333vw;
  max-height: 130px;
}
.news__inner::before {
  top: 0;
  left: 0;
  background: url(/img/home-news-bgleft_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.news__inner::after {
  left: 0;
  background: url(/img/home-news-bgright_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.news-ttl {
  position: relative;
  top: -14.66666vw;
}
.news-box {
  position: relative;
  margin-top: -6.46666vw;
}
@media (min-width: 768px) {
  .news {
    background-size: 150px 30px;
  }
  .news::before {
    top: -38px;
    background-size: 150px 38px;
    height: 38px;
  }
  .news__inner {
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
  }
  .news__inner::before {
    top: 20px;
  }
  .news-ttl {
    top: -100px;
  }
  .news-box {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  .news__inner {
    padding-bottom: 170px;
  }
}
@media (min-width: 1366px) {
  .news__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news__inner::before {
    max-height: none;
  }
  .news__inner::before {
    top: 40px;
    left: -14.15226vw;
    background: url(/img/home-news-bgleft_pc.png);
    background-repeat: no-repeat;
    width: 166px;
    height: 513px;
  }
}

.insta {
  background: url(/common/img/pink-bg.png);
  background-size: 75px 15px;
}
.insta::before {
  display: block;
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  background: url(/common/img/pink-bgtop.png);
  background-size: 75px 19px;
  width: 100%;
  height: 19px;
}
.insta__inner {
  position: relative;
  padding-bottom: 22.93333vw;
}
.insta__inner::before, .insta__inner::after {
  display: block;
  content: "";
  position: absolute;
}
.insta__inner::before {
  bottom: 21.33333vw;
  left: 6.13333vw;
  background: url(/img/home-inst-bgleft_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.33333%;
  height: 4.8vw;
}
.insta__inner::after {
  bottom: 12.93333vw;
  right: 5.6vw;
  background: url(/img/home-inst-bgright_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17.06666%;
  height: 16.53333vw;
}
.insta-ttl {
  position: relative;
  top: -9.66666vw;
}
.insta-box {
  text-align: center;
}
.insta-box .bt-more {
  position: relative;
  z-index: 3;
}
.insta-lst {
  overflow: hidden;
  margin-bottom: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.insta-lst__item {
  width: 33.33333%;
  padding-left: 1.6%;
  padding-right: 1.6%;
  padding-bottom: 3.2%;
  -ms-flex-item-align: center;
      align-self: center;
}
.insta-lst .insta-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28vw;
}
.insta-lst .insta-img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 6px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .insta {
    background-size: 150px 30px;
  }
  .insta::before {
    top: -38px;
    background-size: 150px 38px;
    height: 38px;
  }
  .insta__inner::before {
    background-size: 40px 36px;
    width: 40px;
    height: 36px;
    bottom: 150px;
  }
  .insta__inner::after {
    background-size: 128px 124px;
    width: 128px;
    height: 124px;
    bottom: 95px;
  }
  .insta-ttl {
    top: -75px;
  }
}
@media (min-width: 992px) {
  .insta__inner {
    width: 922px;
    padding-bottom: 170px;
  }
  .insta__inner::before {
    bottom: 205px;
  }
  .insta__inner::after {
    bottom: 150px;
  }
  .insta-lst .insta-img {
    height: 268px;
  }
}
@media (min-width: 1366px) {
  .insta__inner {
    padding-right: 15px;
  }
  .insta__inner::after {
    top: 141px;
    right: -143px;
    background: url(/img/home-inst-bgright_pc.png);
    background-size: 141px 143px;
    background-repeat: no-repeat;
    width: 141px;
    height: 143px;
  }
  .insta-lst__item {
    padding-right: 25px;
    padding-bottom: 25px;
  }
}

.tw {
  background: url(/common/img/pl-bg.png);
  background-size: 75px 15px;
}
.tw::before {
  display: block;
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  background: url(/common/img/pl-bgtop.png);
  background-size: 75px 19px;
  width: 100%;
  height: 19px;
}
.tw__inner {
  position: relative;
  padding-bottom: 22.93333vw;
}
.tw__inner::before, .tw__inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 17.33333vw;
  max-height: 130px;
}
.tw__inner::before {
  top: 2.66666vw;
  left: 0;
  background: url(/img/home-tw-bgleft_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tw__inner::after {
  bottom: 8.66666vw;
  left: 0;
  background: url(/img/home-tw-bgright_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tw-ttl {
  position: relative;
  top: -9.66666vw;
}
.tw-box {
  text-align: center;
}
.tw-box .tw-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6%;
}
@media (min-width: 768px) {
  .tw {
    background-size: 150px 30px;
  }
  .tw::before {
    top: -38px;
    background-size: 150px 38px;
    height: 38px;
  }
  .tw__inner {
    padding-bottom: 15.73333vw;
  }
  .tw__inner::after {
    bottom: 8.66666vw;
  }
  .tw-ttl {
    top: -75px;
  }
}
@media (min-width: 992px) {
  .tw__inner {
    width: 922px;
  }
}
@media (min-width: 1366px) {
  .tw__inner::before, .tw__inner::after {
    max-height: none;
  }
  .tw__inner::before {
    top: 40px;
    left: -7.07613vw;
    background: url(/img/home-tw-bgleft_pc.png);
    background-repeat: no-repeat;
    width: 166px;
    height: 513px;
  }
  .tw__inner::after {
    top: 80px;
    bottom: auto;
    left: auto;
    right: -9.66325vw;
    background: url(/img/home-tw-bgright_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 206px;
    height: 707px;
  }
}

.common-page .header {
  padding-bottom: 42.66666%;
}
.common-page .header::before {
  display: block;
  width: 100%;
  height: 34.93333vw;
  max-height: 262px;
  background: url(/common/img/bg-piece.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: -11.93333vw;
}
.common-page .header .logo-sp {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 38.66666vw;
  max-width: 290px;
}
.common-page .main {
  overflow: visible;
}
@media (min-width: 768px) {
  .common-page .header {
    padding-bottom: 320px;
  }
  .common-page .header::before {
    top: -90px;
  }
}
@media (min-width: 1366px) {
  .common-page .header::before {
    height: 262px;
    top: -90px;
    left: 0;
    z-index: 1;
    background-size: auto;
  }
}

/*about-page*/
.about-page .sec-about {
  background: url(/common/img/pink-bg.png);
  background-size: 75px 15px;
  /*&::after{
    @media (min-width: $screen-md) {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      left: 46%;
      transform: translateX(-50%);
      background: url(/about/img/about-itm3.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 26.35431vw;
      max-width: 360px;
      height: 26.35431vw;
      max-height: 360px;
    }
  }*/
}
@media (min-width: 768px) {
  .about-page .sec-about {
    background-size: 150px 30px;
  }
}
@media (min-width: 992px) {
  .about-page .sec-about {
    position: relative;
  }
}
.about-page .sec-about::before {
  display: block;
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  background: url(/common/img/pink-bgtop.png);
  background-size: 75px 19px;
  width: 100%;
  height: 19px;
}
@media (min-width: 768px) {
  .about-page .sec-about::before {
    top: -38px;
    background-size: 150px 38px;
    height: 38px;
  }
}
.about-page .sec-about__ttl {
  position: absolute;
  top: -13.33333vw;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .about-page .sec-about__ttl {
    top: -99px;
  }
}
.about-page .sec-about__inner {
  padding-left: 32px;
  padding-right: 32px;
  /*&::after{
    @media (min-width: $screen-md) {
      display: block;
      content: "";
      position: absolute;
      bottom: -92px;
      right: 2.12298vw;
      background: url(/about/img/about-itm1.png);
      background-size: cover;
      background-repeat: no-repeat;
      width: 21.52269vw;
      max-width: 294px;
      height: 17.71595vw;
      max-height: 242px;
      z-index: 1;
    }
  }*/
}
@media (min-width: 992px) {
  .about-page .sec-about__inner {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  .about-page .sec-about__inner::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 3.95607vw;
    background: url(/about/img/about-itm2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 10.54172vw;
    max-width: 144px;
    height: 11.93265vw;
    max-height: 163px;
    z-index: 1;
  }
}
.about-page .sec-about__box {
  padding-top: 16%;
  padding-bottom: 10.13333%;
}
@media (min-width: 992px) {
  .about-page .sec-about__box {
    padding-top: 8%;
    padding-bottom: 24%;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .about-page .sec-about__box {
    padding-bottom: 30%;
  }
}
@media (min-width: 1366px) {
  .about-page .sec-about__box {
    padding-bottom: 35%;
  }
}
@media (min-width: 992px) {
  .about-page .sec-about__box::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/about/img/about-bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 75.1098vw;
    height: 55.92972vw;
    max-width: 1026px;
    max-height: 764px;
  }
}
.about-page .sec-about__box__copy--sp {
  text-align: center;
}
.about-page .sec-about__box__copy--sp img {
  width: 78.66666vw;
  max-width: 590px;
}
@media (min-width: 992px) {
  .about-page .sec-about__box__copy--pc img {
    width: 37.48169vw;
    max-width: 512px;
  }
}
.about-page .sec-about__box__bg {
  padding-top: 4.93333%;
  text-align: center;
}
@media (min-width: 992px) {
  .about-page .sec-about__box__bg {
    padding-top: 0;
    float: right;
    width: 51.33334%;
  }
}
.about-page .sec-about__box__bg img {
  width: 82.93333vw;
  max-width: 622px;
}
@media (min-width: 992px) {
  .about-page .sec-about__box__bg img {
    width: 59.95607vw;
    max-width: 819px;
  }
}
@media (min-width: 992px) {
  .about-page .sec-about__box__cnt {
    float: left;
    width: 48.66666%;
  }
}
.about-page .sec-about__box__txt {
  padding-top: 6.4%;
}
@media (min-width: 992px) {
  .about-page .sec-about__box__txt {
    padding-top: 4.612vw;
    width: 90%;
  }
}
.about-page .sec-point {
  background: url(/common/img/pattern-bg.png);
  background-size: auto 114px;
}
@media (min-width: 768px) {
  .about-page .sec-point {
    background-size: auto 228px;
  }
}
.about-page .sec-point::before {
  display: block;
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  background: url(/common/img/pattern-bgtop.png);
  background-size: auto 19px;
  width: 100%;
  height: 19px;
}
@media (min-width: 768px) {
  .about-page .sec-point::before {
    top: -38px;
    background-size: auto 38px;
    height: 38px;
  }
}
.about-page .sec-point__ttl {
  padding-top: 8%;
  text-align: center;
}
@media (min-width: 992px) {
  .about-page .sec-point__ttl {
    padding-top: 4.83162%;
  }
}
.about-page .sec-point__ttl img {
  width: 82vw;
  max-width: 615px;
}
.about-page .sec-point__inner {
  padding-top: 6.66666%;
  padding-bottom: 15.33333%;
}
@media (min-width: 992px) {
  .about-page .sec-point__inner {
    padding-top: 3.4407%;
    padding-bottom: 4.97803%;
  }
}
.about-page .sec-point__inner .sec-point-lst {
  text-align: center;
}
@media (min-width: 992px) {
  .about-page .sec-point__inner .sec-point-lst {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .about-page .sec-point__inner .sec-point-lst li {
    float: left;
    width: 48.4%;
  }
}
@media (min-width: 992px) {
  .about-page .sec-point__inner .sec-point-lst li:nth-child(odd) {
    margin-right: 2.3426%;
  }
}
.about-page .sec-point__inner .sec-point-lst li:not(:last-child) {
  margin-bottom: 3.2%;
}
@media (min-width: 992px) {
  .about-page .sec-point__inner .sec-point-lst li:not(:last-child) {
    margin-bottom: 2.3426%;
  }
}
.about-page .sec-make {
  background: url(/common/img/stripe-bg.png);
  background-size: 75px 15px;
}
@media (min-width: 768px) {
  .about-page .sec-make {
    background-size: 150px 30px;
  }
}
.about-page .sec-make::before {
  display: block;
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  background: url(/common/img/stripe-bgtop.png);
  background-size: 75px 19px;
  width: 100%;
  height: 19px;
}
@media (min-width: 768px) {
  .about-page .sec-make::before {
    top: -38px;
    background-size: 150px 38px;
    height: 38px;
  }
}
.about-page .sec-make__deco {
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .about-page .sec-make__deco {
    overflow-x: auto;
  }
}
@media (min-width: 992px) {
  .about-page .sec-make__deco::before {
    display: block;
    content: "";
    background: url(/about/img/cornertop.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -190px;
    width: 66.8vw;
    max-width: 501px;
    height: 41.2vw;
    max-height: 309px;
  }
}
.about-page .sec-make__deco::after {
  display: block;
  content: "";
  background: url(/about/img/cornerbtm.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 12.66666vw;
  right: -15vw;
  width: 66.8vw;
  max-width: 501px;
  height: 41.2vw;
  max-height: 309px;
}
@media (min-width: 992px) {
  .about-page .sec-make__deco::after {
    right: 0;
    bottom: 170px;
  }
}
.about-page .sec-make__ttl {
  padding-top: 8.66666%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .about-page .sec-make__ttl {
    padding-top: 4.75841%;
  }
}
.about-page .sec-make__ttl img {
  width: 56.13333vw;
  max-width: 421px;
}
.about-page .sec-make__inner {
  padding-bottom: 17.33332%;
}
@media (min-width: 992px) {
  .about-page .sec-make__inner {
    padding-bottom: 185px;
  }
}

/*catalog-page*/
.catalog-page .sec-catalog {
  background: url(/common/img/violet-bg.png);
  background-size: 75px 15px;
}
@media (min-width: 768px) {
  .catalog-page .sec-catalog {
    background-size: 150px 30px;
  }
}
.catalog-page .sec-catalog::before {
  display: block;
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  background: url(/common/img/violet-bgtop.png);
  background-size: 75px 19px;
  width: 100%;
  height: 19px;
}
@media (min-width: 768px) {
  .catalog-page .sec-catalog::before {
    top: -38px;
    background-size: 150px 38px;
    height: 38px;
  }
}
.catalog-page .sec-catalog__ttl {
  position: absolute;
  top: -13.33333vw;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .catalog-page .sec-catalog__ttl {
    top: -99px;
  }
}
@media (min-width: 768px) {
  .catalog-page .sec-catalog__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.catalog-page .sec-catalog__box {
  padding-top: 16%;
}
@media (min-width: 768px) {
  .catalog-page .sec-catalog__box {
    overflow: hidden;
    padding-top: 105px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .catalog-page .sec-catalog__box__item {
    float: left;
    width: 48.4%;
  }
}
.catalog-page .sec-catalog__box__item img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}
.catalog-page .sec-catalog__box__item__inner {
  text-align: center;
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
  padding: 20px 16px;
}
@media (min-width: 992px) {
  .catalog-page .sec-catalog__box__item__inner {
    overflow: hidden;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.catalog-page .sec-catalog__box__item__inner .sec-catalog__box__item__cnt {
  text-align: left;
}
.catalog-page .sec-catalog__box__item__inner .sec-catalog__box__item__cnt h3 {
  color: #e62f8b;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0.25em 0;
}
.catalog-page .sec-catalog__box__item__inner .sec-catalog__box__item__cnt > p {
  font-size: 1.6rem;
  color: #757575;
}
@media (min-width: 992px) {
  .catalog-page .sec-catalog__box__item__inner .sec-catalog__box__item__cnt {
    float: left;
  }
}
@media (min-width: 1366px) {
  .catalog-page .sec-catalog__box__item__inner .sec-catalog__box__item__cnt h3 {
    font-size: 1.8rem;
  }
  .catalog-page .sec-catalog__box__item__inner .sec-catalog__box__item__cnt > p {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .catalog-page .sec-catalog__box__item__inner .catalog__box__item__bt {
    float: right;
  }
}
.catalog-page .sec-catalog__box__item__inner .catalog__box__item__bt .bt-cart {
  margin: 20px auto 0;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .catalog-page .sec-catalog__box__item__inner .catalog__box__item__bt .bt-cart {
    width: 220px;
    max-width: none;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.catalog-page .sec-catalog__box__item__inner .catalog__box__item__bt .bt-dl {
  margin: 20px auto 0;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .catalog-page .sec-catalog__box__item__inner .catalog__box__item__bt .bt-dl {
    width: 220px;
    max-width: none;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.catalog-page .sec-catalog__box__item__inner .catalog__box__item__bt .bt-dl:hover {
  background-color: #f687c9;
  color: #ffffff;
}
.catalog-page .sec-catalog__box__item__inner .catalog__box__item__bt .bt-dl:hover .bt-dl__inner::after {
  width: 18px;
  height: 18px;
  background: url(/common/img/icon-dl--wh.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .catalog-page .sec-catalog__box__item:nth-child(odd) {
    margin-right: 2.3426%;
  }
}
.catalog-page .sec-catalog__box__item:not(:last-child) {
  margin-bottom: 4.26666%;
}
@media (min-width: 768px) {
  .catalog-page .sec-catalog__box__item:not(:last-child) {
    margin-bottom: 2.3426%;
  }
}
.catalog-page .deletion-box {
  padding-top: 16%;
  padding-bottom: 36%;
}
@media (min-width: 768px) {
  .catalog-page .deletion-box {
    padding-top: 65px;
    padding-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .catalog-page .deletion-box {
    padding-bottom: 300px;
  }
}
.catalog-page .deletion-box .sec-catalog__box__item {
  border-radius: 14px 14px 16px 16px;
  border: 2px solid #fff;
}
.catalog-page .deletion-box input {
  display: none;
}
.catalog-page .deletion-box input:checked + label {
  border-radius: 1em 1em 0 0;
}
.catalog-page .deletion-box input:checked + label::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog-page .deletion-box input:checked ~ .open-box {
  display: block;
}
.catalog-page .deletion-box label {
  position: relative;
  display: block;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 10em;
  border-radius: 1em 1em 0 0;
  background-color: #765fa7;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .catalog-page .deletion-box label {
    width: 550px;
    margin: 0 auto;
    border-radius: 1em 1em 0 0;
  }
}
.catalog-page .deletion-box label::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: none;
  width: 17px;
  height: 3px;
  border-radius: 10em;
  background-color: #fff;
}
.catalog-page .deletion-box label::after {
  position: absolute;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: none;
  width: 3px;
  height: 17px;
  border-radius: 10em;
  background-color: #fff;
}
.catalog-page .deletion-box label span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .catalog-page .deletion-box label span {
    font-size: 1.4rem;
  }
}
.catalog-page .deletion-box .open-box {
  display: block;
  border-radius: 0 0 1em 1em;
  background-color: #765fa7;
  padding: 25px;
}
@media (min-width: 768px) {
  .catalog-page .deletion-box .open-box {
    border-radius: 1em;
    overflow: hidden;
  }
}

.sheet-page .sec-sheet {
  background: url(/common/img/violet-bg.png);
  background-size: 75px 15px;
}
.sheet-page .sec-sheet::before {
  display: block;
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  background: url(/common/img/violet-bgtop.png);
  background-size: 75px 19px;
  width: 100%;
  height: 19px;
}
.sheet-page .sec-sheet__ttl {
  position: absolute;
  top: -13.33333vw;
  left: 0;
  width: 100%;
}
.sheet-page .sec-sheet__catch {
  margin-bottom: 25px;
  text-align: center;
  color: #7f328f;
}
.sheet-page .sec-sheet__catch a {
  color: #7f328f;
  text-decoration: underline;
}
.sheet-page .sec-sheet__catch a:hover {
  text-decoration: none;
}
.sheet-page .sec-sheet__inner {
  padding-top: 14.4%;
  padding-bottom: 34.66666%;
  padding-left: 3.2%;
  padding-right: 0;
}
.sheet-page .sec-sheet__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: bold;
}
.sheet-page .sec-sheet__cat .st-tag {
  position: relative;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 0 13px 0 38px;
  border-radius: 10em;
  background-color: #ffffff;
  line-height: 30px;
}
.sheet-page .sec-sheet__cat .st-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  display: block;
  width: 30px;
  height: 30px;
}
.sheet-page .sec-sheet__cat .st-tag.st-all::before {
  background: url(/common/img/tag-all.png) center/cover no-repeat;
}
.sheet-page .sec-sheet__cat .st-tag.st-others::before {
  background: url(/common/img/tag-others.png) center/cover no-repeat;
}
.sheet-page .sec-sheet__cat .st-tag.st-various::before {
  background: url(/common/img/tag-various.png) center/cover no-repeat;
}
.sheet-page .sec-sheet__cat .st-tag.st-development::before {
  background: url(/common/img/tag-development.png) center/cover no-repeat;
}
.sheet-page .sec-sheet__cat .st-tag.st-tote::before {
  background: url(/common/img/tag-tote.png) center/cover no-repeat;
}
.sheet-page .sec-sheet__cat .st-tag.st-shoulder::before {
  background: url(/common/img/tag-shoulder.png) center/cover no-repeat;
}
.sheet-page .sec-sheet__cat .st-tag.st-mini::before {
  background: url(/common/img/tag-mini.png) center/cover no-repeat;
}
.sheet-page .sec-sheet__cat .st-tag.st-twin::before {
  background: url(/common/img/tag-twin.png) center/cover no-repeat;
}
.sheet-page .sec-sheet__cat .st-tag.active, .sheet-page .sec-sheet__cat .st-tag:hover {
  background-color: #765fa7;
  color: #ffffff;
}
.sheet-page .sec-sheet__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.46666%;
  margin-bottom: 4%;
}
.sheet-page .sec-sheet__box__item {
  width: 46.8%;
  margin-bottom: 3.2vw;
  margin-right: 3.2%;
}
.sheet-page .sec-sheet__box__item .sheet-item-inner {
  position: relative;
  padding-top: 57.197101%;
}
.sheet-page .sec-sheet__box__item .sheet-item-inner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sheet-page .sec-sheet__box__item .sheet-item-inner a:hover .sheet-item-hover {
  opacity: 1;
}
.sheet-page .sec-sheet__box__item .sheet-item-inner a img {
  border-radius: 10px 10px 0 0;
}
.sheet-page .sec-sheet__box__item .sheet-item-inner a .icn-cat {
  position: absolute;
  bottom: -3.33333vw;
  left: 2.13333vw;
  width: 6.66666vw;
  height: 6.66666vw;
  z-index: 1;
}
.sheet-page .sec-sheet__box__item .sheet-item-inner a .icn-download {
  position: absolute;
  bottom: 2vw;
  right: 2.13333vw;
  width: 3.73333vw;
  height: 3.73333vw;
  z-index: 1;
}
.sheet-page .sec-sheet__box__item .sheet-item-inner a .sheet-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 10px 10px 0 0;
  opacity: 0;
  background-color: rgba(246, 135, 201, 0.5);
}
.sheet-page .sec-sheet__box__item .sheet-item-inner a .sheet-item-hover img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sheet-page .sec-sheet .sheet-item-cnt {
  position: relative;
  padding: 4.26666vw 2.13333vw;
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
}
.sheet-page .sec-sheet .sheet-item-cnt h3 {
  font-size: 1.4rem;
}
.sheet-page .sec-sheet .sheet-item-cnt h3 span {
  color: #e62f8b;
}
@media (min-width: 768px) {
  .sheet-page .sec-sheet {
    background-size: 150px 30px;
  }
  .sheet-page .sec-sheet::before {
    top: -38px;
    background-size: 150px 38px;
    height: 38px;
  }
  .sheet-page .sec-sheet__ttl {
    top: -99px;
  }
  .sheet-page .sec-sheet__cat {
    font-size: 1.2rem;
  }
  .sheet-page .sec-sheet__cat .st-tag {
    margin-bottom: 24px;
    margin-right: 24px;
    padding: 0 22px 0 60px;
    line-height: 44px;
  }
  .sheet-page .sec-sheet__cat .st-tag::before {
    width: 44px;
    height: 44px;
  }
  .sheet-page .sec-sheet__box__item .sheet-item-inner a .icn-cat {
    left: 25px;
    width: 50px;
    height: 50px;
  }
  .sheet-page .sec-sheet__box__item .sheet-item-inner a .icn-download {
    right: 25px;
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .sheet-page .sec-sheet__inner {
    padding-top: 80px;
    padding-bottom: 220px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sheet-page .sec-sheet__box {
    margin-top: 0;
  }
  .sheet-page .sec-sheet__box__item {
    width: 30.13333%;
    margin-bottom: 0;
    margin-right: 0;
    margin: 16px;
  }
  .sheet-page .sec-sheet__box__item .sheet-item-inner a .icn-cat {
    bottom: -2.33333vw;
  }
  .sheet-page .sec-sheet__box__item .sheet-item-inner a .icn-download {
    bottom: 1vw;
  }
  .sheet-page .sec-sheet__box__item .sheet-item-cnt {
    padding: 37px 25px 27px;
  }
}
@media (min-width: 1366px) {
  .sheet-page .sec-sheet__box__item {
    width: 21.8%;
    overflow: hidden;
  }
  .sheet-page .sec-sheet__box__item .sheet-item-inner a:hover .icn-download {
    -webkit-transform: translateX(170%);
            transform: translateX(170%);
  }
  .sheet-page .sec-sheet__box__item .sheet-item-inner a .icn-cat {
    bottom: -25px;
  }
  .sheet-page .sec-sheet__box__item .sheet-item-inner a .icn-download {
    bottom: 14px;
  }
}
.sheet-page .insta-leadbox {
  font-size: 1.1rem;
  font-weight: bold;
  margin-right: 3.2%;
  padding: 3.2vw;
  max-width: 1060px;
  border: 2px dashed #d1a0f2;
  border-radius: 12px;
  background-color: #ffffff;
  margin: 0 auto;
}
.sheet-page .insta-leadbox__txt {
  margin-bottom: 4.26666%;
}
.sheet-page .insta-leadbox__cnt {
  display: table;
  background-color: #ebebff;
  border-radius: 6px;
  padding: 3.2%;
}
.sheet-page .insta-leadbox__cnt__inner {
  display: table-cell;
  padding-right: 2.66666%;
}
.sheet-page .insta-leadbox__cnt__inner img {
  width: 46.66666vw;
  max-width: 350px;
  margin-bottom: 3.2%;
}
.sheet-page .insta-leadbox__cnt__inner em {
  color: #e62f8b;
}
.sheet-page .insta-leadbox__cnt__icn {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.sheet-page .insta-leadbox__cnt__icn::before {
  display: block;
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/sheet/img/check.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 61px;
  height: 38px;
  z-index: 1;
}
.sheet-page .insta-leadbox__cnt__icn img {
  max-width: 75px;
}
@media (min-width: 992px) {
  .sheet-page .insta-leadbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    padding: 12px;
  }
  .sheet-page .insta-leadbox__txt {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 0;
    margin-right: 40px;
  }
  .sheet-page .insta-leadbox__cnt {
    display: block;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 16px;
  }
  .sheet-page .insta-leadbox__cnt__inner img {
    width: auto;
    max-width: none;
    height: 14px;
  }
}
@media (min-width: 1366px) {
  .sheet-page .insta-leadbox {
    margin-right: auto;
  }
}

.howto-page .sec-howto {
  background: url(/common/img/pink-bg.png);
  background-size: 75px 15px;
}
.howto-page .sec-howto::before {
  display: block;
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  background: url(/common/img/pink-bgtop.png);
  background-size: 75px 19px;
  width: 100%;
  height: 19px;
}
.howto-page .sec-howto__inner {
  padding-left: 10px;
  padding-right: 10px;
}
.howto-page .sec-howto__ttl {
  position: absolute;
  top: -13.33333vw;
  left: 0;
  width: 100%;
}
.howto-page .sec-howto__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 17.86666% 0 32%;
}
.howto-page .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 10px) / 2);
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}
.howto-page .item-box:nth-child(odd) {
  margin-right: 10px;
}
.howto-page .item-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.howto-page .item-box__header img {
  width: 100%;
}
.howto-page .item-box__body {
  padding: 10px;
}
.howto-page .item-box__body > p {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.howto-page .item-box__body .dl-btn {
  line-height: 1.35;
  margin: 10px auto 0;
  max-width: 295px;
  text-align: center;
}
.howto-page .item-box__body .dl-btn a {
  position: relative;
  display: block;
  padding: 9px 15px 9px 10px;
  border: 1px solid #fed5f3;
  border-radius: 10em;
  font-size: 1.1rem;
  font-weight: bold;
  color: #e62f8b;
}
.howto-page .item-box__body .dl-btn a::after {
  position: absolute;
  top: 50%;
  right: 5.33333%;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/common/img/icon-dl.png) center/cover no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.howto-page .item-box__body .dl-selectbox {
  position: relative;
  z-index: 5;
}
.howto-page .item-box__body .dl-selectbox .dl-trigger {
  display: none;
}
.howto-page .item-box__body .dl-selectbox .dl-trigger:checked ~ .dl-select__lst {
  max-height: 9999px;
  height: auto;
  border: 1px solid #fed5f3;
  border-top: none;
  border-radius: 0 0 16px 16px;
  position: absolute;
  width: 100%;
}
.howto-page .item-box__body .dl-selectbox .dl-trigger:checked + .dl-select__ttl {
  border-radius: 16px 16px 0 0;
}
.howto-page .item-box__body .dl-selectbox .dl-trigger:checked + .dl-select__ttl label:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.howto-page .item-box__body .dl-selectbox .dl-select__ttl {
  text-align: center;
  border: 1px solid #fed5f3;
  border-radius: 10em;
  background-color: #ffffff;
  margin: 10px 0 0;
}
.howto-page .item-box__body .dl-selectbox .dl-select__ttl label {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 7px 15px 7px 10px;
  color: #e62f8b;
  font-size: 1.1rem;
  font-weight: bold;
}
.howto-page .item-box__body .dl-selectbox .dl-select__ttl label::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #f687c9;
  border-right: solid 2px #f687c9;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.howto-page .item-box__body .dl-selectbox .dl-select__lst {
  max-height: 0;
  height: 0;
  overflow-y: hidden;
}
.howto-page .item-box__body .dl-selectbox .dl-select__lst li a {
  position: relative;
  display: block;
  padding: 7px 15px;
  background-color: #fff;
  color: #e62f8b;
  font-size: 1.4rem;
}
.howto-page .item-box__body .dl-selectbox .dl-select__lst li a::after {
  position: absolute;
  top: 50%;
  right: 5.33333%;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/common/img/icon-dl.png) center/cover no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.howto-page .item-box__body .dl-selectbox .dl-select__lst li a:hover {
  background-color: #f687c9;
  color: #ffffff;
}
.howto-page .item-box__body .dl-selectbox .dl-select__lst li a:hover::after {
  width: 16px;
  height: 16px;
  background: url(/common/img/icon-dl--wh.png) center/cover no-repeat;
}
.howto-page .item-box__body .dl-selectbox .dl-select__lst li:not(:last-child) {
  border-bottom: 1px solid #fed5f3;
}
.howto-page .item-box__body .dl-selectbox .dl-select__lst li:last-child a {
  border-radius: 0 0 16px 16px;
}
.howto-page .item-box__footer {
  margin: auto 0 0;
}
.howto-page .item-box__footer a {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #f687c9;
  padding: 10px 12px;
}
.howto-page .item-box__footer a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  content: "";
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .howto-page .sec-howto {
    background-size: 150px 30px;
  }
  .howto-page .sec-howto::before {
    top: -38px;
    background-size: 150px 38px;
    height: 38px;
  }
  .howto-page .sec-howto__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .howto-page .sec-howto__ttl {
    top: -99px;
  }
  .howto-page .item-box {
    width: calc((100% - 15px) / 2);
  }
  .howto-page .item-box:nth-child(odd) {
    margin-right: 15px;
  }
  .howto-page .item-box__body {
    padding: 16px 24px;
  }
  .howto-page .item-box__body .dl-btn a {
    padding: 7px 15px;
    font-size: 1.2rem;
  }
  .howto-page .item-box__body .dl-selectbox .dl-select__ttl label {
    font-size: 1.2rem;
    padding: 7px 15px;
  }
  .howto-page .item-box__body .dl-selectbox .dl-select__ttl label::after {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .howto-page .sec-howto__box {
    padding: 124px 0 236px;
  }
  .howto-page .item-box {
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
  }
  .howto-page .item-box:nth-child(odd) {
    margin-right: 0;
  }
  .howto-page .item-box:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media (min-width: 1366px) {
  .howto-page .item-box {
    width: calc((100% - 90px) / 4);
  }
  .howto-page .item-box:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .howto-page .item-box:not(:nth-child(4n)) {
    margin-right: 30px;
  }
  .howto-page .item-box__body .dl-btn a {
    font-size: 1.4rem;
    padding: 9px 15px;
  }
  .howto-page .item-box__body .dl-btn a::after {
    width: 28px;
    height: 28px;
  }
  .howto-page .item-box__body .dl-btn a:hover {
    color: #ffffff;
    background-color: #f687c9;
  }
  .howto-page .item-box__body .dl-btn a:hover::after {
    width: 28px;
    height: 28px;
    background: url(/common/img/icon-dl--wh.png) center/cover no-repeat;
  }
  .howto-page .item-box__body .dl-selectbox .dl-select__ttl label {
    font-size: 1.4rem;
  }
  .howto-page .item-box__body .dl-selectbox .dl-select__ttl label::after {
    width: 8px;
    height: 8px;
  }
  .howto-page .item-box__body .dl-selectbox .dl-select__lst li a::after {
    width: 28px;
    height: 28px;
  }
  .howto-page .item-box__body .dl-selectbox .dl-select__lst li a:hover::after {
    width: 28px;
    height: 28px;
  }
  .howto-page .item-box__footer a {
    font-size: 1.4rem;
  }
}
/*howto詳細*/
.howto-movie {
  padding: 14% 0 17.86666%;
}
.howto-movie .pdct-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e62f8b;
  text-align: center;
  line-height: 40px;
  width: 70%;
  min-width: 230px;
  margin: 0 auto 20px;
  padding: 0 25px;
  background-color: #ffffff;
  border-radius: 10em;
}
.howto-movie .pdct-ttl span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}
.howto-movie .mbox:not(:last-child) {
  margin-bottom: 28px;
}
.howto-movie .mbox-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top-color: #f687c9;
  border-top-style: solid;
  border-top-width: 3px;
  border-radius: 3px 3px 0 0;
  background-color: #ffffff;
  padding: 15px 12px;
}
.howto-movie .mbox__img {
  width: 22.66666vw;
  max-width: 170px;
}
.howto-movie .mbox__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.4rem;
  color: #e62f8b;
  line-height: 1.4;
  margin-left: 20px;
}
.howto-movie .mbox-body {
  padding: 16px 12px;
  border-radius: 0 0 8px 8px;
  background-color: #fed5f3;
}
.howto-movie .mbox-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
.howto-movie .mbox-lst:not(:last-child) {
  margin-bottom: 8px;
}
.howto-movie .mbox-lst__movie {
  position: relative;
  margin-right: 12px;
}
.howto-movie .mbox-lst__movie::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/img/topmovie-play.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.howto-movie .mbox-lst__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e62f8b;
  width: calc(100% - 60px);
}
.howto-movie .mbox-lst__txt > span {
  display: inline-block;
  margin-right: 12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fed5f3;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
}
.howto-movie .mbox-lst__txt > p {
  width: calc(100% - 44px);
}
.howto-movie__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: bold;
}
.howto-movie__tag .tag {
  position: relative;
  line-height: 30px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 0 13px 0 38px;
  border-radius: 10em;
  background-color: #ffffff;
}
.howto-movie__tag .tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  display: block;
  width: 30px;
  height: 30px;
}
.howto-movie__tag .tag.tag-tote::before {
  background: url(/common/img/tag-tote.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-shoulder::before {
  background: url(/common/img/tag-shoulder.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-twin::before {
  background: url(/common/img/tag-twin.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-mini::before {
  background: url(/common/img/tag-mini.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-clshoulder::before {
  background: url(/common/img/tag-clshoulder.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-clpen::before {
  background: url(/common/img/tag-clpen.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-grande::before {
  background: url(/common/img/tag-grande.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-leathersh::before {
  background: url(/common/img/tag-leathersh.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-candypen::before {
  background: url(/common/img/tag-candypen.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-shouldersweet::before {
  background: url(/common/img/tag-shouldersweet.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-purihimeshoulder::before {
  background: url(/common/img/tag-purihimeshoulder.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-yumepouch::before {
  background: url(/common/img/tag-yumepouch.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-cinderella::before {
  background: url(/common/img/tag-cinderella.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-ariel::before {
  background: url(/common/img/tag-ariel.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-rapunzel::before {
  background: url(/common/img/tag-rapunzel.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-elegante::before {
  background: url(/common/img/tag-elegante.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag.tag-dreammint::before {
  background: url(/common/img/tag-dreammint.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-royalblue::before {
  background: url(/common/img/tag-royalblue.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-shinyyellow::before {
  background: url(/common/img/tag-shinyyellow.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-decodenim::before {
  background: url(/common/img/tag-decodenim.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-richpurple::before {
  background: url(/common/img/tag-richpurple.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-development::before {
  background: url(/common/img/tag-development.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-sumikkogurashi::before {
  background: url(/common/img/tag-sumikkogurashi.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-mermaid::before {
  background: url(/common/img/tag-mermaid.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-alice::before {
  background: url(/common/img/tag-alice.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-minions::before {
  background: url(/common/img/tag-minions.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-sweetdenim::before {
  background: url(/common/img/tag-sweetdenim.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-clearrainbow::before {
  background: url(/common/img/tag-clearrainbow.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-sweetchocolate::before {
  background: url(/common/img/tag-sweetchocolate.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-aquashabong::before {
  background: url(/common/img/tag-aquashabong.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-fuwamilky::before {
  background: url(/common/img/tag-fuwamilky.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-colorfulpalette::before {
  background: url(/common/img/tag-colorfulpalette.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-royalpurple::before {
  background: url(/common/img/tag-royalpurple.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-royaldx::before {
  background: url(/common/img/tag-royaldx.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-p-phoneshoulder::before {
  background: url(/common/img/tag-p-phoneshoulder.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-p-bottleholder::before {
  background: url(/common/img/tag-p-bottleholder.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-p-pencase::before {
  background: url(/common/img/tag-p-pencase.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-p-handbagset::before {
  background: url(/common/img/tag-p-handbagset.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-p-mermaidblue::before {
  background: url(/common/img/tag-p-mermaidblue.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-p-princesspurple::before {
  background: url(/common/img/tag-p-princesspurple.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-p-sumikkogurashi-shoulderbag::before {
  background: url(/common/img/tag-p-sumikkogurashi-shoulderbag.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-p-sumikkogurashi-bottleholder::before {
  background: url(/common/img/tag-p-sumikkogurashi-bottleholder.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-p-kirby-phoneshoulder::before {
  background: url(/common/img/tag-p-kirby-phoneshoulder.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-royalpinkdx::before {
  background: url(/common/img/tag-royalpinkdx.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-cinnamoroll-phoneshoulder::before {
  background: url(/common/img/tag-cinnamoroll-phoneshoulder.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-kuromi-phoneshoulder::before {
  background: url(/common/img/tag-kuromi-phoneshoulder.png) center/cover no-repeat;
}
.howto-movie__tag .tag.tag-tokimekimilky::before {
  background: url(/common/img/tag-tokimekimilky.png) center/cover no-repeat;
}
.howto-movie__tag .tag.active, .howto-movie__tag .tag:hover {
  color: #ffffff;
  background-color: #f687c9;
}
.howto-movie__tag .tag.active {
  cursor: default;
  pointer-events: none;
}
@media (min-width: 992px) {
  .howto-movie {
    padding: 90px 0 280px;
  }
  .howto-movie .pdct-ttl {
    font-size: 2.8rem;
    width: 55%;
    line-height: 60px;
    margin: 0 auto 40px;
    padding: 0 35px;
    background-color: #ffffff;
    border-radius: 10em;
  }
  .howto-movie .mbox:not(:last-child) {
    margin-bottom: 44px;
  }
  .howto-movie .mbox-header {
    border-top-width: 5px;
    border-radius: 5px 5px 0 0;
    padding: 25px 20px;
  }
  .howto-movie .mbox__img {
    width: 172px;
    max-width: none;
  }
  .howto-movie .mbox__ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-left: 26px;
  }
  .howto-movie .mbox-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 24px 32px;
    background-color: #fed5f3;
  }
  .howto-movie .mbox-lst {
    position: relative;
    -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%;
  }
  .howto-movie .mbox-lst:last-child {
    margin-bottom: 8px;
  }
  .howto-movie .mbox-lst:nth-child(odd) {
    margin-right: 0.5%;
  }
  .howto-movie .mbox-lst:nth-child(even) {
    margin-left: 0.5%;
  }
  .howto-movie .mbox-lst::before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    display: block;
    width: 24px;
    height: 24px;
    background: url(/img/topmovie-play.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .howto-movie .mbox-lst__movie {
    position: static;
    margin-right: 24px;
  }
  .howto-movie .mbox-lst__movie::before {
    content: none;
  }
  .howto-movie .mbox-lst__txt {
    width: calc(100% - 84px);
  }
  .howto-movie .mbox-lst__txt > p {
    width: calc(100% - 75px);
  }
  .howto-movie__tag {
    font-size: 1.2rem;
  }
  .howto-movie__tag .tag {
    line-height: 44px;
    margin-right: 24px;
    margin-bottom: 24px;
    padding: 0 22px 0 50px;
  }
  .howto-movie__tag .tag::before {
    left: -2px;
    width: 44px;
    height: 44px;
  }
}

/*parents*/
.parents-page .sec-parents {
  background: url(/common/img/pink-bg.png);
  background-size: 75px 15px;
}
@media (min-width: 768px) {
  .parents-page .sec-parents {
    background-size: 150px 30px;
  }
}
.parents-page .sec-parents::before {
  display: block;
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  background: url(/common/img/pink-bgtop.png);
  background-size: 75px 19px;
  width: 100%;
  height: 19px;
}
@media (min-width: 768px) {
  .parents-page .sec-parents::before {
    top: -38px;
    background-size: 150px 38px;
    height: 38px;
  }
}
.parents-page .sec-parents__ttl {
  position: absolute;
  top: -13.33333vw;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .parents-page .sec-parents__ttl {
    top: -99px;
  }
}

.sec-parents__box {
  font-weight: bold;
  padding: 17.86666% 0 32%;
}
.sec-parents__box .panel {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
}
.sec-parents__box h2 {
  font-size: 1.8rem;
  margin-bottom: 28px;
  padding-bottom: 12px;
  text-align: center;
  border-bottom-color: #e62f8b;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}
.sec-parents__box h3 {
  font-size: 1.6rem;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 24px;
}
.sec-parents__box .warning {
  color: #ff0202;
}
.sec-parents__box ul {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.sec-parents__box ul li {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.sec-parents__box ul li .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #ff0202));
  background: linear-gradient(transparent 90%, #ff0202 90%);
}
.sec-parents__box .icn-box {
  text-align: center;
}
.sec-parents__box .icn-box__row img {
  display: inline-block;
  margin: 12px;
  height: 70px;
}
@media (min-width: 768px) {
  .sec-parents__box .panel {
    padding: 60px 102px;
  }
  .sec-parents__box h2 {
    font-size: 2.4rem;
  }
  .sec-parents__box h3 {
    font-size: 2.4rem;
  }
  .sec-parents__box ul {
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
  .sec-parents__box ul li .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #ff0202));
    background: linear-gradient(transparent 85%, #ff0202 85%);
  }
  .sec-parents__box .icn-box {
    text-align: center;
  }
  .sec-parents__box .icn-box__row {
    display: inline-block;
  }
  .sec-parents__box .icn-box__row img {
    margin: 0 25px;
  }
}
@media (min-width: 992px) {
  .sec-parents__box {
    padding: 124px 0 236px;
  }
  .sec-parents__box .icn-box__row img {
    height: auto;
  }
}

/* slick */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../fonts/slick.eot");
  src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.news-box__slide {
  display: none;
}

.news-box__slide.slick-initialized {
  display: block;
}

.news-box__slide {
  margin: 0 auto;
}
.news-box__slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-box__slide .slick-track .slick-slide {
  height: auto;
  border-radius: 6px;
  background-color: #ffffff;
}
.news-box__slide .slick-track .slick-slide img {
  border-radius: 6px 6px 0 0;
}
.news-box__slide .slick-track .slick-slide p {
  padding: 20px;
  border-radius: 0 0 6px 6px;
}
.news-box__slide .slick-track .slick-slide p .news__date {
  display: block;
  color: #f271b0;
}
.news-box__slide .slick-track .slick-slide p .news__ttl {
  display: block;
  font-weight: bold;
}
.news-box .arrows .next,
.news-box .arrows .prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  cursor: pointer;
}
.news-box .arrows .next {
  right: -36px;
}
.news-box .arrows .prev {
  left: -36px;
}
.news-box .arrows .slick-arrow {
  z-index: 1;
}
@media (min-width: 568px) {
  .news-box__slide {
    margin: 0 -15px auto 0;
  }
  .news-box__slide .slick-track .slick-slide {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .news-box .arrows .next,
  .news-box .arrows .prev {
    width: 48px;
  }
  .news-box .arrows .next {
    right: -54px;
  }
  .news-box .arrows .prev {
    left: -54px;
  }
}
@media (min-width: 1366px) {
  .news-box .arrows .next {
    right: -84px;
  }
  .news-box .arrows .prev {
    left: -84px;
  }
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1365px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1365px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1365px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1366px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1366px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1366px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}