/** Shopify CDN: Minification failed

Line 587:27 Invalid escape

**/
/* Common */
html  {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
}
p,h1,h2,h3,h4,h5,h6,a,table,dl,ul,ol {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
}
p {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-primary {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  max-width: 420px;
  padding: 18px 24px;
  font-size: 20px;
  font-weight: 600;
  background-color: #302570;
  color: #FFFFFF;
  border: 4px solid #FFFFFF;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.1em;
  text-align: center;
}
.btn-primary:hover {
  background-color: #FFFFFF;
  border-color: #302570;
  color: #302570;
}
@media screen and (max-width: 959px) {
  .hide-pc {
    display: block!important;
  }
  .hide-sp {
    display: none!important;
  }
}
@media screen and (min-width: 960px) {
  .hide-pc {
    display: none!important;
  }
  .hide-sp {
    display: block!important;
  }
  .btn-primary {
    font-size: 24px;
    padding: 18px 32px;
  }
  .btn-primary.left {
    margin-left: 0;
  }
}
.btn-secondary {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  max-width: 420px;
  padding: 18px 24px 18px 8px;
  font-size: 20px;
  font-weight: 700;
  background: #FFFFFF url(/cdn/shop/files/arrow_right_alt.svg) center right 30px no-repeat;
  background-color: #FFFFFF;
  color: #302570;
  border: 3px solid rgba(48,37,112,0.2);
  border-radius: 100px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.1em;
  text-align: center;
}
.btn-secondary:hover {
  background-color: #FFFFFF;
  background-position: center right 20px;
  border-color: #302570;
  color: #302570;
}
@media screen and (min-width: 960px) {
  .btn-secondary {
    max-width: 500px;
    font-size: 24px;
    padding: 18px 88px 18px 48px;
    background-position: center right 40px;
  }
  .btn-secondary:hover {
    background-position: center right 30px;
  }
}

/* Heading */
.heading-primary {
  letter-spacing: 0.15em;
  font-size: 24px;
  font-weight: 700;
  color: #302570;
}
.heading-pr {
  color: #FFF;
}
@media screen and (min-width: 960px) {
  .heading-primary {
    font-size: 32px;
  }
}
.heading-border {
  margin-bottom: 32px;
  text-align: center;
  color: #9E50DB;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.heading-border-inner {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.heading-border-inner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 8px;
  background: linear-gradient(91.8deg, #FF8B8D -17.19%, #FE5EE3 40.64%, #5C47D6 98.48%);

}
.heading-secondary {
  font-size: 20px;
  color: #302570;
  font-weight: 700;
}
.heading-message {
  padding: 32px;
  color: #302570;
  border-radius: 128px;
  background: #F1F1F5;
  font-weight: 700;
  text-align: center;
}
.heading-center {
  font-size: 20px;
  color: #302570;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .heading-border {
    margin-bottom: 80px;
    font-size: 32px;
  }
  .heading-secondary {
    font-size: 24px;
  }
  .heading-message {
    padding: 32px 64px 32px 64px ;
    border-radius: 128px;
    font-size: 24px;
  }
  .heading-center {
    font-size: 24px;
  }
}

/* Layouts */
.container {
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.container > .row {
  margin: 0 auto;
  max-width: 800px;
}
.col {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .container > .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 80px;
    flex-wrap: wrap;
  }
}

/* Hero */
.hero {
  background: url(/cdn/shop/files/fv_bg_df0f07f0-4ae5-46f7-b2a9-f45ea417e35f.png) center center no-repeat;
  background-size: auto 1000px;
}
.hero-bg {
  padding: 0 0 98px;
  display: flex;
  justify-content: center;
  align-items: top;
  background-image: none;
  background-size: contain;
}
.hero-container {
  padding: 0 16px;
  text-align: center;
}
.hero-img {
  padding-bottom: 44px;
}
.hero-btn {
  display: block;
  margin: 0 auto;
  max-width: 450px;
  padding: 18px 48px;
  font-size: 20px;
  font-weight: 700;
  background-color: #302570;
  color: #FFFFFF;
  border: 4px solid #FFFFFF;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.1em;
}
.hero-btn:hover {
  box-shadow: 0 4px 30px rgba(0,0,0,0.25);
}
@media screen and (max-width: 959px) {
  .hero {
    overflow: hidden;
  }
  .hero-bg { 
    height: 880px;
    background: url(/cdn/shop/files/fv_exit_sp.png) center top 130px no-repeat;
    background-size: 505px auto;
  }
  .hero-img {
    display: none;
  }
  .hero-container {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .hero {
    padding: 160px 0 80px;
    min-height: 1200px;
    background: url(/cdn/shop/files/fv_exit.png) top -70px center no-repeat;
    background-size: auto 1600px;
  }
  .hero-container {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .hero-btn {
    margin: 0 auto;
    max-width: 500px;
    font-size: 28px;
  }
}

/* Banner */
.banner {
  padding: 80px 0 0;
  background-color: #EDEDF3;
  text-align: center;
}
.banner-img {
  border-radius: 16px;
  border: 1px solid #FF4C4C;
  box-sizing: border-box;
}

/* About */
.about {
  padding: 32px 0 80px 0;
  background-color: #EDEDF3;
  color: #302570;
}
@media screen and (max-width: 959px) {
  .about-img {
    padding: 32px 0;
  }
}
@media screen and (min-width: 960px) {
  .about {
    padding: 80px 0 160px 0;
  }
  .col-text {
    max-width: 470px;
  }
  .col-img {
    flex: 1;
  }
  .description.end {
    padding-bottom: 80px;
  }
  .about > .container > .row {
    max-width: 1134px;
  }
  .description.end {
    padding-bottom: 40px;
  }
}

/* Case */
.case {
  padding-top: 80px;
}
.case-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.case-list-item {
  margin: 0 0 32px;
  padding: 32px 16px 0;
  background-color: #DCDCFD;
  border-radius: 16px;
  color: #302570;
}
.case-list-item:nth-child(2) {
  background-color: #F9CFF6;
}
.case-list-item:nth-child(3) {
  background-color: #C7F3EC;
}
.case-list-item-text {
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 959px) {
  .case-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px 0;
    padding-top: 16px;
  }
}
@media screen and (min-width: 960px) {
  .case {
    padding-top: 160px;
  }
  .case-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 80px;
  }
}

/* Flow */
.flow {
  padding-top: 80px;
}
.flow-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: number;
}
.flow-list-item {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  margin: 0 0 32px;
  padding: 16px;
  background-color: #F1F1F5;
  border-radius: 16px;
  color: #302570;
  gap: 0 16px;
}
.flow-list-item:before {
  padding-right: 32px;
  border-right: 1px solid #302570;
  counter-increment: number;
  content: "0" counter(number);
  font-weight: 700;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.flow-list-item:nth-child(4) {
  justify-content: center;
  text-align: center;
}
.flow-list-item:nth-child(4):before {
  display: none;
}
.flow-list-item-txt {
  line-break: anywhere;
}
.flow-list-item-note {
  margin-top: 16px;
  /*border-top: 1px solid rgba(48,37,112,0.3);
  color: rgba(48,37,112,0.6);
  */
}
.flow-note {
  width: 100%;
  overflow-wrap: break-word;
  padding: 16px;
  color: #FF4C4C;
  border: 1px solid #FF4C4C;
  border-radius: 8px;
  background: #FEF4F4;
}
.flow-note p {
  color: #FF4C4C;
}
@media screen and (max-width: 959px) {
  .flow-list-item:before {
    padding-right: 16px;
    font-size: 32px;
  }
  .flow-list-item h2 {
    flex: 1;
  }
  .flow-note {
    padding: 32px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 960px) {
  .flow {
    padding-top: 160px;
  }
  .flow-list-item {
    padding: 32px 32px;
  }
  .flow-list-item {
    gap: 0 32px;
  }
}

/* Form */
.order-memo-title {
  margin-bottom:10px;
} 
.order-memo {
  width:100%; 
  height:auto; 
  padding:10px; 
  font-size:16px;
}
.cart-memo-note {
  display: block;
  padding-bottom: 10px;
  color:#999;
  font-size:12px;
  line-height: 1.5;
}
.required-label {
  font-size: 12px;
  color: #b71c1c;
  border: 1px solid #b71c1c;
  border-radius: 3px;
  padding: 0 3px;
}
.cart-item__details dl .product-option,
.form-cart-memo {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}
.form-title {
  padding: 1em 0;
  font-size: 20px;
  font-weight: 500;
}
.form-alert {
  width: 100%;
  overflow-wrap: break-word;
  padding: 8px 16px;
  color: #C01616;
  border: 1px solid #C0161680;
  border-radius: 8px;
  background: #C0161612;
  font-size: 14px;
}
.form-alert-sample {
  display: flex;
  background: #FFFFFF;
  margin-bottom: 8px;
  padding: 16px;
  border-radius: 8px;
  box-sizing: border-box;
}
.form-alert-sample dt {
  min-width: 140px;
}
.form-alert-sample dd {
  flex: 1;
  margin: 0;
  padding-left: 16px;
  border-left: 1px solid #C0161633;
  overflow-wrap: break-word;
  box-sizing: border-box;
  word-break: break-all;
}
.form-txt {
  padding: 0.5em 0;
  font-size: 14px;
}
.form-list {
  
}
.form-list dd {
  margin: 0;
  padding: 0 0 1rem;
  color: #0F0F0F99;
  font-size: 14px;
}
.form-textarea {
  background: #F1F1F5;
  border: 0;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .form-title {
    font-size: 24px;
  }
  .form-alert {
    padding: 16px 32px;
  }
}

/* FAQ */
.faq {
  padding: 80px 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .faq {
    padding: 160px 0 ;
  }
}

/* PR */
.pr {
  display: flex;
  align-items: center;
  margin-bottom: -60px;
  padding: 80px 0;
  min-height: 800px;
  text-align: center;
  color: #302570;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: url(/cdn/shop/files/bg_footer_sp.jpg) center center no-repeat;
  background-size: auto 800px;
}
.pr-img {
  display: block;
}
@media screen and (min-width: 960px) {
  .pr {
    padding: 160px 0 120px;\
    min-height: 900px;
    background: url(/cdn/shop/files/bg_footer.jpg) center center no-repeat;
    background-size: auto 900px;
  }
  .pr-img {
    display: none;
  }
}

/* Navigation */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}

/* グローバルナビ */
.l-header {
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.c-nav-cv {
  background: #008BD5;
  color: #FFF !important;
  transition: .3s ease-out;
}

.c-nav-cv:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #23b2ff;
}

@media screen and (min-width: 960px) {
  .l-header {
    padding: 16px;
  }
  .c-nav {
    width: 100%;
    flex: 1;
    min-width: 610px;
  }
  .c-nav-wrap {
    width: 100%;
  }
  .c-nav-btn {
    display: none;
  }
  .c-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .c-nav-list-item {
    margin-left: 15px;
  }
  .c-nav-list-item a {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #302570;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }
  .c-nav-list-item a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .c-nav-list-item-txt {
    display: block;
    line-height: 1.2;
  }
  .c-nav-list-item.cv a {
    display: block;
    padding: 5px 24px;
    color: #FFFFFF;
    background-color: #302570;
    border-radius: 100px;
  }
  .c-nav-list-item.cv.icon a {
    height: 36px;
    width: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 959px) {
  .c-nav-btn {
    display: block;
    position: fixed;
    right: 16px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 101;
    background: transparent;
    border: none;
    box-sizing: border-box;
    background: #302570;
    border-radius: 100%;
  }
  .c-nav-btn:focus {
    outline: 0;
  }
  .c-nav-btn-bar {
    width: 100%;
    max-width: 15px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background: #FFFFFF;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .c-nav-btn-bar:first-child {
    top: 14px;
  }
  .c-nav-btn-bar:nth-child(2) {
    top: 20px;
    opacity: 1;
  }
  .c-nav-btn-bar:nth-child(3) {
    top: 26px;
  }
  .c-nav-btn.active .c-nav-btn-bar:first-child {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .c-nav-btn.active .c-nav-btn-bar:nth-child(2) {
    opacity: 0;
  }
  .c-nav-btn.active .c-nav-btn-bar:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .c-nav-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0,0,0,0.4);
    text-align: center;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s, visibility .5s;
  }
  .c-nav-wrap.open {
    visibility: visible;
    opacity: 1;
  }
  .c-nav-list {
    display: block;
    text-align: center;
    margin: 0;
    padding: 120px 16px 80px;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 0 0 16px 16px;
  }
  .c-nav-list-item {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 8px 0;
    display: block;
    box-sizing: border-box;
  }
  .c-nav-list-item.contact {
    padding-top: 10px;
    border-bottom: none;
  }
  .c-nav-list-item a {
    display: block;
    padding: 4px 16px;
    font-size: 16px;
    color: #302570;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    border: 1px solid rgba(48,37,112,0.2);
    border-radius: 100px;
    box-sizing: border-box;
  }
  .c-nav-list-item-txt {
    display: block;
    line-height: 1.3;
  }
  .c-nav-subnav {
    display: none;
  }
  .c-nav-list-item.cv a {
    background-color: #302570;
    color: #FFFFFF;
    border-color: #302570;
    height: 36px;
  }
}

/* Footer */
.footer {
  padding-top: 180px!important;
  border-top: 0!important;
  background: url(/cdn/shop/files/logo.png) top 20px center no-repeat;
  background-size: 200px auto;
}
.footer__content-bottom-wrapper {
  justify-content: center;
}
.footer__copyright.caption{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.policies li a {
  color: #0F263D;
}
.copyright__content {
  text-align: center;
  color: #0F263D66;
}

/* Page */
.content-for-layout {
  padding-top: 60px;
}
@media screen and (max-width: 959px) {
  .content-for-layout {
    padding-top: 0;
  }
}