/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
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, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #4b2082;
  overflow-y: scroll;
  font-family: 'Kosugi Maru', sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
  width: 100%;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

@font-face {
  font-family: 'Rounded';
  font-style: normal;
  font-weight: 400;
  src: url(R.woff2) format("woff2"), url(R.woff) format("woff"), url(R.ttf) format("truetype");
}

@font-face {
  font-family: 'Rounded';
  font-style: normal;
  font-weight: 900;
  src: url(H.woff2) format("woff2"), url(H.woff) format("woff"), url(H.ttf) format("truetype");
}

.ft_m {
  font-family: 'Kosugi Maru', sans-serif;
}

.ft_g {
  font-family: "Rounded", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 100%;
}

#max {
  width: 104rem;
}

#maxsp {
  width: 1040px;
}

html.fit {
  font-size: calc(100vw * 10 / 1040);
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 640);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 7%;
    padding: 0;
  }
  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
}

.h_cart {
  position: absolute;
  right: 3%;
  top: 2.5rem;
}

.h_cart a {
  background: #4b2082;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 2em;
  padding: .8em 2em;
  font-weight: bold;
}

.h_cart img {
  width: 1.42857em;
  vertical-align: -.2em;
  margin-right: .4em;
}

@media screen and (max-width: 767px) {
  .h_cart {
    right: 0;
    top: 0;
  }
  .h_cart a {
    border-radius: 0 0 2em 2em;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1201px) {
  .h_cart {
    right: 50%;
    margin-right: -56rem;
  }
}

#footer {
  padding: 3.4rem 0;
}

.f_logo {
  text-align: center;
  margin-bottom: 1rem;
}

.f_logo img {
  width: 14.6rem;
}

.f_ttl {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .f_ttl {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}

.f_info dl {
  color: #333333;
  font-size: 1.3rem;
}

.f_info dt {
  position: absolute;
}

.f_info dd {
  line-height: 1.84;
  margin-bottom: .8em;
  margin-left: 11em;
}

@media screen and (max-width: 767px) {
  .f_info dl {
    font-size: 2rem;
  }
  .f_info dl > *:nth-child(n + 15) {
    display: none;
  }
  .f_info dl + dl {
    display: none;
  }
  .f_info .c_more {
    margin-top: 5rem;
  }
  .f_info.open dl > *:nth-child(n + 15) {
    display: block;
  }
  .f_info.open dl + dl {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .f_info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .f_info > * {
    width: 49%;
  }
}

.f_copy {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  background: url(../img/main_bg.jpg) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 11rem;
}

@media screen and (min-width: 768px) {
  .top_main {
    height: 81rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main {
    background-image: url(../img/main_bg_sp.jpg);
    background-size: contain;
    margin-bottom: 3rem;
  }
  .top_main img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .top_main .ttl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 9rem;
    width: 47.8rem;
  }
}

.top_main .img {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .top_main .img {
    width: 140rem;
    position: relative;
    left: 50%;
    margin-left: -70rem;
    margin-bottom: 2.5rem;
  }
}

.top_main .catch {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .top_main .catch {
    margin-bottom: .5rem;
  }
}

.top_main .c_list {
  width: 98rem;
}

@media screen and (max-width: 767px) {
  .top_main .c_list {
    width: auto;
    margin: 0 7%;
  }
}

.top_bg {
  background: #ebe7f1;
}

.c_list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 100%;
}

.c_list > * {
  margin-left: 1%;
  width: 15.83333%;
}

@media screen and (min-width: 768px) {
  .c_list > *:nth-child(6n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c_list > * {
    margin-left: 3%;
    width: 48.5%;
  }
  .c_list > *:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.c_list li {
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 2rem;
  padding: 1rem 0 1.3rem;
  font-weight: bold;
}

.c_list li img {
  display: block;
  width: 8.1rem;
  margin: 0 auto .5rem;
}

@media screen and (max-width: 767px) {
  .c_list li {
    position: relative;
    height: 9rem;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    padding-left: 8rem;
  }
  .c_list li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
  }
  .c_list li i {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.top_sec1 {
  margin-bottom: 6.5rem;
}

.top_sec1 p {
  font-size: 1.7rem;
  line-height: 2;
}

.top_sec1 .desc img {
  width: 20.4rem;
  display: block;
  margin: 0 auto 2rem;
}

@media screen and (max-width: 767px) {
  .top_sec1 {
    margin-bottom: 8rem;
  }
  .top_sec1 p {
    font-size: 2.2rem;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_sec1 {
    overflow: hidden;
  }
  .top_sec1 .img {
    float: right;
    width: 62.9rem;
    margin-right: -5rem;
  }
  .top_sec1 .desc {
    float: left;
    width: 35.6rem;
  }
}

.top_sec2 .ttl {
  text-align: center;
  margin-bottom: -3.3rem;
}

.top_sec2 .ttl img {
  width: 49.9rem;
}

@media screen and (max-width: 767px) {
  .top_sec2 .ttl {
    margin-bottom: -7.3rem;
  }
}

.top_sec2 .box {
  background: #fff;
  padding: 7rem 6rem 6rem;
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .top_sec2 .box {
    padding: 10rem 3rem 3rem;
  }
}

.top_sec2 .lead {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .top_sec2 .lead {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.top_sec2 figcaption {
  text-align: right;
  font-size: 1.3rem;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .top_sec2 figcaption {
    font-size: 2rem;
    text-align: left;
    margin-top: 3rem;
  }
}

.top_sec2 figure {
  margin-bottom: -6rem;
}

@media screen and (max-width: 767px) {
  .top_sec2 figure {
    margin-bottom: 3rem;
  }
}

.top_sec2 li p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: .6em;
}

@media screen and (max-width: 767px) {
  .top_sec2 ul {
    margin-top: 3rem;
  }
  .top_sec2 li + li {
    margin-top: 4rem;
  }
  .top_sec2 li img {
    display: block;
    margin: 0 auto 3rem;
    width: 30rem;
  }
  .top_sec2 li p {
    font-size: 2rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .top_sec2 ul {
    padding: 0 3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .top_sec2 ul > * {
    width: 25rem;
  }
}

.top_sec3 {
  position: relative;
}

.top_sec3 .ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3rem 0 2rem;
}

.top_sec3 .ttl:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bg_grade.png) no-repeat 50%/contain;
  width: 100%;
  height: 52.8rem;
  z-index: -1;
}

.top_sec3 .ttl img {
  width: 75.6rem;
}

@media screen and (max-width: 767px) {
  .top_sec3 .ttl {
    margin-top: 3rem;
  }
  .top_sec3 .ttl:before {
    background-image: url(../img/bg_grade_sp.png);
    width: 60.7rem;
    margin-left: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_sec3 .ttl {
    margin-right: 9rem;
  }
}

.top_sec3 p {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #333;
  margin: 3.5rem 0 2.5rem;
}

.top_sec3 p i {
  position: relative;
}

.top_sec3 p i:before, .top_sec3 p i:after {
  content: '';
  position: absolute;
  background: url(../img/bubble01.svg) no-repeat 50%/contain;
  width: .85em;
  height: 1.15em;
  margin-left: -1.5em;
}

.top_sec3 p i:after {
  background-image: url(../img/bubble02.svg);
  margin-left: .5em;
}

@media screen and (max-width: 767px) {
  .top_sec3 p {
    font-size: 3rem;
  }
  .top_sec3 p i {
    display: block;
  }
  .top_sec3 p i:before, .top_sec3 p i:after {
    margin: 0;
    bottom: .3em;
  }
  .top_sec3 p i:before {
    left: 0;
  }
  .top_sec3 p i:after {
    right: 0;
  }
}

.top_sec3 .list1 {
  position: relative;
  z-index: 2;
  text-align: center;
}

.top_sec3 .list1 li {
  background: url(../img/bg_balloon02.svg) no-repeat 50%/contain;
  width: 12.353em;
  height: 11.7647em;
  font-size: 1.7rem;
  line-height: 1.76;
  padding-top: 3.5em;
  margin: 0 1rem;
}

.top_sec3 .list1 li:nth-child(1) {
  background-image: url(../img/bg_balloon01.svg);
  color: #fff;
}

.top_sec3 .list1 li:nth-child(2) {
  margin-top: 2rem;
}

.top_sec3 .list1 li:nth-child(3) {
  background-image: url(../img/bg_balloon03.svg);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .top_sec3 .list1 li {
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 767px) {
  .top_sec3 .list1 {
    margin: 0 -1rem 6rem;
  }
  .top_sec3 .list1 li {
    font-size: 2.4rem;
    margin: 0;
    position: relative;
  }
  .top_sec3 .list1 li:nth-child(1) {
    position: absolute;
    left: 0;
  }
  .top_sec3 .list1 li:nth-child(2) {
    margin-left: auto;
  }
  .top_sec3 .list1 li:nth-child(3) {
    position: absolute;
    right: 0;
  }
  .top_sec3 .list1 li:nth-child(3) {
    z-index: 2;
  }
  .top_sec3 .list1 li:nth-child(n + 3) {
    margin-top: -3rem;
  }
}

@media screen and (max-width: 767px) {
  .top_sec3 .btn {
    margin-left: -2rem;
    margin-top: 4rem;
  }
  .top_sec3 .btn img {
    width: 100%;
  }
}

.top_sec3 .box {
  width: 95.5rem;
  margin: 0 auto;
  max-width: 100%;
}

.c_more {
  text-align: center;
}

.c_more a {
  display: inline-block;
  background: #ebe7f1;
  font-size: 2.2rem;
  width: 38rem;
  padding: .8em 0;
  position: relative;
}

.c_more a:before {
  content: '';
  position: absolute;
  background: url("../img/ico_arrow01.svg") no-repeat center center;
  background-size: contain;
  top: 0;
  height: 100%;
  width: 3.1rem;
  right: 1.5em;
}

.c_more .close {
  display: none;
}

.f_info.open .c_more a:before {
  background-image: url(../img/ico_arrow02.svg);
}

.f_info.open .c_more .open {
  display: none;
}

.f_info.open .c_more .close {
  display: block;
}

.top_sec4.open .c_more a:before {
  background-image: url(../img/ico_arrow02.svg);
}

.top_sec4.open .c_more .open {
  display: none;
}

.top_sec4.open .c_more .close {
  display: block;
}

.top_sec4 {
  margin-top: -1rem;
  background: url(../img/bg01.png) no-repeat center top/140rem;
  padding-top: 14rem;
}

@media screen and (min-width: 1441px) {
  .top_sec4 {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) {
  .top_sec4 {
    background-image: url(../img/bg01_sp.png);
    background-size: 100% auto;
    margin-top: -21rem;
    padding-top: 25rem;
  }
  .top_sec4.open .list li:nth-child(n + 4) {
    display: block;
  }
}

.top_sec4 .box {
  background: #fff;
  padding: 5rem;
  border-radius: 2rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .top_sec4 .box {
    padding: 3.5rem 2.5rem 4.5rem;
  }
}

.top_sec4 .ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top_sec4 .ttl {
    font-size: 3.6rem;
  }
}

.top_sec4 .sub {
  text-align: center;
  font-size: 1.3rem;
  border-bottom: solid 1px #4b2082;
  padding: 1rem 0 2rem;
  margin-bottom: 4.4rem;
}

@media screen and (max-width: 767px) {
  .top_sec4 .sub {
    font-size: 1.8rem;
  }
}

.top_sec4 .list {
  margin-bottom: -6rem;
}

.top_sec4 .list li {
  text-align: center;
  margin-bottom: 6rem;
}

.top_sec4 .list p {
  background: #ba88b6;
  color: #fff;
  border-radius: 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  padding: .5em 0 .3em;
  margin-bottom: 3rem;
}

.top_sec4 .list p span {
  font-size: 57.14%;
  font-weight: normal;
  display: block;
}

.top_sec4 .list p small {
  font-size: 71.42%;
}

.top_sec4 .list .result {
  background: url(../img/bg_balloon04.svg) no-repeat 50%/contain;
  font-size: 2.6rem;
  font-weight: bold;
  height: 3.4615em;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .top_sec4 .list {
    margin-bottom: 0;
  }
  .top_sec4 .list .result {
    font-size: 3.4rem;
  }
  .top_sec4 .list li:nth-child(n + 4) {
    display: none;
  }
}

.top_sec4 .ttl2 {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .top_sec4 .ttl2 {
    font-size: 3.4rem;
  }
}

.top_sec4 .list2 {
  width: 87.8rem;
  max-width: 100%;
  margin: 2rem auto 5.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top_sec4 .list2 > * {
  margin-left: 0%;
  width: 25%;
}

@media screen and (min-width: 768px) {
  .top_sec4 .list2 > *:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_sec4 .list2 > * {
    margin-left: 0%;
    width: 50%;
  }
  .top_sec4 .list2 > *:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_sec4 .list2 {
    margin: 2.5rem auto 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_sec4 .list {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_sec4 .list > * {
    margin-left: 6%;
    width: 47%;
  }
  .top_sec4 .list > *:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.top_sec5 {
  background: url(../img/img10.jpg) no-repeat 50%/cover;
  padding: 5rem 0;
}

.top_sec5 dd {
  font-size: 1.6rem;
  line-height: 2;
  margin-left: 3rem;
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .top_sec5 {
    background-image: url(../img/img10_sp.jpg);
    padding: 3rem 0 8rem;
  }
  .top_sec5 dd {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_sec5 {
    height: 57.7rem;
  }
  .top_sec5 dl {
    width: 59.8rem;
    margin-left: 36rem;
  }
}

.top_voice {
  padding: 5.5rem 0 8rem;
}

.top_voice .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  color: #ba88b6;
  margin-bottom: 2rem;
}

.top_voice .ttl img {
  display: block;
  margin: 0 auto .2em;
  width: 1em;
}

.top_voice li {
  width: 32rem;
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
  margin: 0 1rem;
}

.top_voice li dt {
  text-align: center;
  font-weight: bold;
  margin-top: .5rem;
}

.top_voice li dd {
  color: #333;
}

.top_voice li small {
  display: block;
  background: #ebe7e6;
  text-align: center;
  padding: .2em 0;
  margin: 1rem 0 1.2rem;
}

.top_voice li dd {
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_voice li {
    width: 38.4rem;
    padding: 2.5rem;
    min-height: 67rem;
  }
  .top_voice li dt {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }
  .top_voice li small {
    font-size: 1.8rem;
  }
  .top_voice li dd {
    font-size: 2rem;
    line-height: 1.9;
  }
}

.top_sec6 {
  background: #fff url(../img/bg02.png) no-repeat center bottom/140rem;
  padding: 3rem 0 10rem;
}

@media screen and (min-width: 1441px) {
  .top_sec6 {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) {
  .top_sec6 {
    padding: 6rem 0 8.5rem;
    background-image: url(../img/bg02_sp.png);
  }
}

.top_sec6 img {
  display: block;
  width: 87.5rm;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.top_sec6 .btn {
  text-align: center;
}

.top_sec6 .btn a {
  background: -moz-linear-gradient(50% 100% 90deg, #ba88b6 0%, #ad7cb0 10.02%, #6a3e91 64.86%, #502685 90.6%);
  background: -webkit-linear-gradient(90deg, #ba88b6 0%, #ad7cb0 10.02%, #6a3e91 64.86%, #502685 90.6%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #ba88b6), color-stop(0.1002, #ad7cb0), color-stop(0.6486, #6a3e91), color-stop(0.906, #502685));
  background: linear-gradient(0deg, #ba88b6 0%, #ad7cb0 10.02%, #6a3e91 64.86%, #502685 90.6%);
  border-radius: 6rem;
  display: inline-block;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  width: 48.6rem;
  max-width: 100%;
  position: relative;
  padding: 1.8em 0;
  border: solid 1px #fff;
  box-shadow: 0 0 0.3em 0 rgba(0, 0, 0, 0.38);
}

.top_sec6 .btn a:before {
  content: '';
  position: absolute;
  background: url(../img/ico_cart.svg) no-repeat 50%/contain;
  height: 100%;
  top: 0;
  width: 1em;
  margin-left: -2em;
}

@media screen and (max-width: 767px) {
  .top_sec6 {
    padding: 5rem 0 8.5rem;
  }
  .top_sec6 img {
    width: 100%;
    margin: 0 auto 4rem;
  }
  .top_sec6 .btn a {
    font-size: 2.6rem;
    padding: 1.3em 0 1.2em;
    width: 42rem;
  }
}

.form {
  padding: 5.5rem 0;
  background: #ba88b6;
}

@incude pc {
  .form {
    padding: 5.5rem 18.5rem;
  }
}

.form .formError {
  font-size: 1.3rem;
  color: red;
}

@media screen and (max-width: 767px) {
  .form .formError {
    font-size: 1.7rem;
  }
}

.form .box {
  background: #fff;
  padding: 3rem;
  border-radius: 2rem;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .form .box {
    padding: 3rem 3rem 4.5rem;
  }
}

.form .ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: .5rem;
}

@media screen and (max-width: 767px) {
  .form .ttl {
    font-size: 3.6rem;
  }
}

.form .lead {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .form .lead {
    font-size: 2rem;
  }
}

.form .btn {
  text-align: center;
}

.form .btn input {
  background: -moz-linear-gradient(50% 100% 90deg, #ba88b6 0%, #ad7cb0 10.02%, #6a3e91 64.86%, #502685 90.6%);
  background: -webkit-linear-gradient(90deg, #ba88b6 0%, #ad7cb0 10.02%, #6a3e91 64.86%, #502685 90.6%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #ba88b6), color-stop(0.1002, #ad7cb0), color-stop(0.6486, #6a3e91), color-stop(0.906, #502685));
  background: linear-gradient(0deg, #ba88b6 0%, #ad7cb0 10.02%, #6a3e91 64.86%, #502685 90.6%);
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  width: 48.6rem;
  max-width: 100%;
  padding: 1.8em 0;
  border-radius: 6rem;
  border: solid 1px #fff;
  box-shadow: 0 0 0.3em 0 rgba(0, 0, 0, 0.38);
}

@media screen and (max-width: 767px) {
  .form .btn input {
    font-size: 2.6rem;
    padding: 1.3em 0 1.2em;
    width: 42rem;
  }
}

.form li {
  background: #f2f2f2;
  position: relative;
  padding: 2rem 2rem 2rem 10rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.form li .formError {
  position: absolute !important;
  color: red;
  margin: .2em !important;
}

.form li input {
  border: solid 1px #856ab6;
  padding: .8em .2em;
  width: 2.6em;
  margin-right: .3em;
  vertical-align: 1em;
  text-align: right;
}

.form li img {
  position: absolute;
  left: 2rem;
  width: 7rem;
}

.form li .name {
  line-height: 1.3;
}

.form li .price {
  text-align: right;
  margin-top: -2rem;
  white-space: nowrap;
}

.form li small {
  font-size: 90%;
  letter-spacing: -.1em;
  margin-left: .2em;
}

.form li i {
  font-size: 70%;
  color: #fff;
  background: #ba88b6;
  border-radius: 100%;
  padding: .6em 0;
  display: inline-block;
  vertical-align: .5em;
  text-align: center;
  width: 4em;
  margin-right: .5em;
}

.form li em {
  font-size: 180%;
}

.form .total {
  background: #856ab6;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 3.9rem;
  border-radius: 1rem;
  padding: 2rem 0;
  margin: 1rem 0 4.5rem;
}

.form .total input {
  color: #4b2082;
  font-size: 6rem;
  width: 5em;
  border-radius: .5rem;
  margin: 0 .3em;
  padding: 0 .3em;
  text-align: right;
}

.form .total .formError {
  color: #fff;
  position: absolute !important;
  margin: .5em !important;
}

@media screen and (max-width: 767px) {
  .form .total {
    font-size: 2.8rem;
    line-height: 2;
    margin: 4rem 0 4.5rem;
  }
  .form .total input {
    font-size: 5rem;
    width: 4em;
    line-height: 1.5;
  }
}

.form th {
  text-align: left;
  font-size: 1.8rem;
  padding-top: 1em;
  width: 7.5em;
}

@media screen and (max-width: 767px) {
  .form th {
    font-size: 2.6rem;
  }
}

.form td {
  position: relative;
  padding: .8em 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .form td {
    font-size: 2rem;
  }
  .form td em {
    position: absolute;
    top: -3rem;
    right: 0;
  }
}

.form td input[type="text"], .form td input[type="email"], .form td input[type="tel"], .form td textarea, .form td select {
  border: solid 1px #856ab6;
  padding: 1em 1.5em;
}

@media screen and (max-width: 767px) {
  .form td input[type="text"], .form td input[type="email"], .form td input[type="tel"], .form td textarea, .form td select {
    width: 100%;
  }
}

.form td em {
  color: #ba88b6;
}

.form td .zip i {
  font-size: 1.8rem;
  margin-right: .5em;
}

.form td .zip input {
  width: 8em;
}

.form td .addr {
  display: block;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .form td em {
    vertical-align: bottom;
  }
  .form td.name input {
    width: 29rem;
  }
  .form td.mail input {
    width: 40rem;
  }
  .form td .addr {
    position: relative;
  }
  .form td .addr em {
    position: absolute;
    white-space: nowrap;
    top: 2em;
    right: -1em;
  }
  .form td .addr input {
    width: 50rem;
  }
}

.form td.radio input {
  position: absolute;
  opacity: 0;
}

.form td.radio label + label {
  margin-left: .6rem;
}

.form td.radio i {
  font-size: 2rem;
  background: #cccccc;
  color: #fff;
  padding: .6em 2em;
}

.form td.radio input[type="radio"]:checked + i {
  background: #856ab6;
}

.form td.radio em {
  vertical-align: -1em;
}

@media screen and (max-width: 767px) {
  .form td.radio i {
    font-size: 2.4rem;
    background: #cccccc;
    display: block;
    text-align: center;
    padding: .8em 0;
  }
  .form td.radio label {
    width: 48%;
    display: inline-block;
  }
}

.form .pp {
  border: solid 1px #856ab6;
  color: #1a1a1a;
  padding: 1rem 1.5rem;
  height: 6em;
  overflow-y: auto;
  margin: 5rem 0 3rem;
}

.form .pp dt {
  font-size: 1.5rem;
  margin-bottom: .5em;
}

.form .pp dd {
  font-size: 1.2rem;
  line-height: 2;
}

.form .form__mail {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 1.7rem;
}
.form .form__mail a{
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .form .pp {
    height: 10em;
    margin-bottom: 5rem;
  }
  .form .pp dt {
    font-size: 2.4rem;
  }
  .form .pp dd {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .form tr > * {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .form ul {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form ul > * {
    margin-left: 2%;
    width: 49%;
  }
  .form ul > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  .form .box2 {
    width: 68rem;
    margin: 0 auto;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
  overflow: hidden;
}

.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

.thanks {
  text-align: center;
  padding-top: 7rem;
}

.thanks dt {
  font-size: 8.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5rem;
}

.thanks dt small {
  font-weight: normal;
  font-size: 2.4rem;
  display: block;
}

.thanks dd {
  font-size: 1.7rem;
  line-height: 1.94;
}

.thanks .tel {
  margin-top: 3rem;
}

.thanks .tel a {
  font-size: 4.3rem;
}

.thanks .tel img {
  width: .744em;
  margin-right: .3em;
}

.thanks .logo img {
  width: 14.6rem;
}

@media screen and (max-width: 767px) {
  .thanks dd {
    font-size: 2rem;
  }
  .thanks .tel a {
    font-size: 5.6rem;
  }
}

/*# sourceMappingURL=style.css.map */