@charset "UTF-8";
.page__fv {
  padding: 180px 40px 80px;
}
@media screen and (max-width: 768px) {
  .page__fv {
    padding: 48vw 5.3333333333vw 34.6666666667vw;
  }
}
.page__fv--inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page__fv.service__fv {
  background: url(../img/service/service-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.service__fv {
    background: url(../img/service/service-fv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv.news__fv {
  background: url(../img/page/news-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.news__fv {
    background: url(../img/page/news-fv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv.event__fv {
  background: url(../img/page/event-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.event__fv {
    background: url(../img/page/event-fv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv.faq__fv {
  background: url(../img/page/faq-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.faq__fv {
    background: url(../img/page/faq-fv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv.obi__fv {
  background: url(../img/page/obi-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.obi__fv {
    background: url(../img/page/obi-fv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv.zori__fv {
  background: url(../img/page/hakimono-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.zori__fv {
    background: url(../img/page/hakimono-fv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv.jewelry__fv {
  background: url(../img/page/jewelry-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.jewelry__fv {
    background: url(../img/page/jewelry-fv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv.bag__fv {
  background: url(../img/page/bag-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.bag__fv {
    background: url(../img/page/bag-fv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv.accessories__fv {
  background: url(../img/page/accessories-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.accessories__fv {
    background: url(../img/page/accessories-fv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv.kimono__fv {
  background: url(../img/page/kimono-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.kimono__fv {
    background: url(../img/page/kimono-fv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv.company__fv {
  background: url(../img/company/company-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.company__fv {
    background: url(../img/company/company-fv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv.storage__fv {
  background: url(../img/page/save-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.storage__fv {
    background: url(../img/page/storage-fv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv.arai__fv {
  background: url(../img/page/arai-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv.arai__fv {
    background: url(../img/page/arai-fv.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page__fv .section__title {
  color: #fff;
}
.page__fv .section__subTitle {
  color: #fff;
}

.news__category {
  display: flex;
  align-items: center;
  border-left: 2px solid #000;
}
.news__category--item {
  border-right: 2px solid #000;
  padding: 2px 24px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}
.news__category--item.current {
  color: rgb(0, 0, 0);
}

.pagination__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pagination__list {
  width: 43px;
  height: 43px;
  display: block;
  border-radius: 50%;
  border: 1px solid #920783;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #920783;
}
@media screen and (max-width: 768px) {
  .pagination__list {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
.pagination__list.current {
  background: #920783;
  color: #fff;
}

.event__search select {
  background: #000;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  padding: 8px 16px;
  width: 180px;
}

.faq {
  padding: 80px 40px 120px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 22.6666666667vw 5.3333333333vw 21.3333333333vw;
  }
}
.faq__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.faq__item {
  border-bottom: 1px solid #D0D4D8;
  padding: 32px 40px;
}
.faq__item:nth-child(1) {
  border-top: 1px solid #D0D4D8;
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding: 6.4vw 0 6.4vw 0;
  }
}
.faq__item--title {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 20px;
  padding-right: 40px;
  background: url(../img/page/icon_plus.svg) no-repeat;
  background-size: 43px;
  background-position: 100%;
}
@media screen and (max-width: 768px) {
  .faq__item--title {
    align-items: flex-start;
    background-size: 28px;
    gap: 10px;
  }
}
.faq__item--title.active {
  background: url(../img/page/icon_minus.svg) no-repeat;
  background-size: 43px;
  background-position: 100%;
}
@media screen and (max-width: 768px) {
  .faq__item--title.active {
    background-size: 28px;
  }
}
.faq__item--title span {
  display: block;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 1px solid #920783;
  color: #920783;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  box-sizing: border-box;
  padding-bottom: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .faq__item--title span {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.faq__item--title p {
  max-width: 90%;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .faq__item--title p {
    font-size: 14px;
    max-width: 85%;
  }
}
.faq__item--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .faq__item--text {
    align-items: flex-start;
    background-size: 28px;
    gap: 10px;
  }
}
.faq__item--text span {
  display: block;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 1px solid #920783;
  color: #fff;
  background: #920783;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  box-sizing: border-box;
  padding-bottom: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .faq__item--text span {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.faq__item--text p {
  max-width: 90%;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .faq__item--text p {
    font-size: 14px;
    max-width: 85%;
  }
}

.recruit {
  padding: 180px 40px 80px;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 48vw 5.3333333333vw 21.3333333333vw;
  }
}
.recruit__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.recruit__title {
  margin-top: 80px;
  text-align: center;
  color: #920783;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .recruit__title {
    margin-top: 14.9333333333vw;
    font-size: 6.4vw;
  }
}

.contact {
  padding: 180px 40px 120px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 48vw 2.6666666667vw 21.3333333333vw;
  }
}
.contact__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.contact__text {
  margin: 80px auto 64px;
  line-height: 1.7;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__text {
    margin: 14.1333333333vw auto 9.3333333333vw;
  }
}
.contact .smf-form {
  max-width: 658px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact .smf-form {
    padding: 0 8vw;
  }
}
.contact .smf-item {
  margin-bottom: 30px;
}
.contact .smf-item:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.contact .smf-item:last-child .smf-item__col--label {
  margin-bottom: 0;
  margin-left: 8px;
}
.contact .smf-item__col--label {
  font-family: "Shippori Mincho", serif;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact .smf-item__col--label {
    font-size: 3.7333333333vw;
  }
}
.contact .smf-item__col--label .required {
  color: #FF0000;
}
.contact .smf-item__controls input[type=text],
.contact .smf-item__controls input[type=email] {
  font-family: "Shippori Mincho", serif;
  width: 100%;
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .contact .smf-item__controls input[type=text],
  .contact .smf-item__controls input[type=email] {
    padding: 0 14px;
  }
}
.contact .smf-item__controls select {
  font-family: "Shippori Mincho", serif;
  width: 100%;
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .contact .smf-item__controls select {
    padding: 0 14px;
  }
}
.contact .smf-item__controls textarea {
  font-family: "Shippori Mincho", serif;
  width: 100%;
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 193px;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .contact .smf-item__controls textarea {
    padding: 12px 14px;
  }
}
.contact .policy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact .policy input {
  width: 24px;
  height: 24px;
  border: rgba(53, 53, 53, 0.3) 1px solid;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .contact .policy input {
    width: 16px;
    height: 16px;
  }
}

.contact .policy .smf-item__col--label {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact .policy .smf-item__col--label {
    font-size: 3.2vw;
  }
}
.contact .smf-action {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .contact .smf-action {
    margin-top: 14.9333333333vw;
  }
}
.contact .smf-button-control {
  text-align: center;
}
.contact .smf-button-control button {
  cursor: pointer;
  display: block;
  background: #000000;
  color: #fff;
  width: 260px;
  margin: 0 auto;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact .smf-button-control button {
    width: 61.3333333333vw;
    height: 10.9333333333vw;
    font-size: 3.2vw;
  }
}

.thanks__title {
  text-align: center;
  color: #920783;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .thanks__title {
    font-size: 6.1333333333vw;
  }
}

.thanks__text {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    letter-spacing: -0.05em;
    font-size: 3.7333333333vw;
  }
}

.product__sec {
  padding: 40px 24px 80px;
}
@media screen and (max-width: 768px) {
  .product__sec {
    padding: 8.5333333333vw 4.2666666667vw 21.3333333333vw;
  }
}
.product__sec--inner {
  max-width: 1400px;
  margin: 0 auto;
}
.product__sec--title {
  text-align: center;
  color: #920783;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .product__sec--title {
    font-size: 8.5333333333vw;
  }
}
.product__sec--title::after {
  content: "";
  display: block;
  margin: 20px auto;
  height: 1px;
  background: #920783;
  width: 24px;
}
.product__sec h4 {
  color: #920783;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .product__sec h4 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.product__sec--text {
  font-style: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .product__sec--text {
    font-size: 3.7333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.product__sec--points {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .product__sec--points {
    display: block;
  }
}
.product__sec--point {
  width: 32%;
  padding: 15px 10px 15px 50px;
  background-color: #fff;
  border: 2px solid #920783;
  border-radius: 5px;
  font-size: 15px;
  min-height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  background-image: url(../img/page/icon_check.svg);
  background-repeat: no-repeat;
  background-position: 3%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.product__sec--point.center {
  text-align: center;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .product__sec--point {
    width: 100%;
    padding: 14px 10px 15px 40px;
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.product__sec--lists {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .product__sec--lists {
    margin-top: 9.3333333333vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 17.0666666667vw;
  }
}

.about {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}

.company {
  padding: 60px 40px 120px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 17.0666666667vw 5.3333333333vw 21.3333333333vw;
  }
}
.company__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company__inner {
    display: block;
  }
}
.company .section__title {
  text-align: left;
}
.company .section__subTitle {
  font-size: 8px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company .section__subTitle {
    margin-bottom: 6.6666666667vw;
  }
}
.company__table {
  width: 55%;
  border-top: 1px solid rgba(26, 26, 26, 0.3);
}
@media screen and (max-width: 768px) {
  .company__table {
    width: 100%;
  }
}
.company__table tr {
  border-bottom: 1px solid rgba(26, 26, 26, 0.3);
}
@media screen and (max-width: 768px) {
  .company__table tr {
    display: flex;
    flex-direction: column;
  }
}
.company__table th {
  width: 30%;
  text-align: left;
  padding: 16px 0;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .company__table th {
    width: 100%;
    padding-bottom: 10px;
    font-size: 3.7333333333vw;
  }
}
.company__table td {
  width: 70%;
  padding: 16px 0;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company__table td {
    width: 100%;
    padding-top: 0;
    font-size: 3.7333333333vw;
  }
}

.logo__sec {
  padding: 80px 40px 120px;
}
@media screen and (max-width: 768px) {
  .logo__sec {
    padding: 17.0666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.logo__sec--inner {
  max-width: 1100px;
  margin: 0 auto;
}
.logo__sec--title {
  text-align: center;
  color: #D93924;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .logo__sec--title {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.logo__sec--text {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .logo__sec--text {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.logo__sec--lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .logo__sec--lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 50px;
  }
}
.logo__sec--list {
  text-align: center;
}
.logo__sec--list .img {
  margin-bottom: 24px;
}
.logo__sec--list .img img {
  height: 126px;
}
@media screen and (max-width: 768px) {
  .logo__sec--list .img img {
    height: 38.1333333333vw;
  }
}
.logo__sec--list h3 {
  font-size: 32px;
  color: #D93924;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .logo__sec--list h3 {
    font-size: 6.4vw;
  }
}
.logo__sec--list p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .logo__sec--list p {
    font-size: 3.7333333333vw;
  }
}

.column2 {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .column2 {
    padding: 0 5.3333333333vw;
  }
}
.column2__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .column2__inner {
    display: block;
  }
}
.column2__contents {
  width: 57%;
  padding-right: 0;
  padding-left: 5%;
}
@media screen and (max-width: 1320px) {
  .column2__contents {
    width: 42%;
    padding-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .column2__contents {
    width: 100%;
    padding: 0;
  }
}
.column2__title-en {
  display: block;
  color: #920783;
  font-size: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .column2__title-en {
    font-size: 2.1333333333vw;
  }
}
.column2__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #920783;
  line-height: 1.5;
}
@media screen and (max-width: 1320px) {
  .column2__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .column2__title {
    font-size: 8.5333333333vw;
  }
}
.column2__subTitle {
  margin: 64px auto 0;
  color: #920783;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1320px) {
  .column2__subTitle {
    margin-top: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .column2__subTitle {
    margin-top: 6.4vw;
    font-size: 5.3333333333vw;
  }
}
.column2__text {
  font-size: 16px;
  line-height: 2;
  margin-top: 48px;
}
@media screen and (max-width: 1320px) {
  .column2__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .column2__text {
    font-size: 3.7333333333vw;
    margin-top: 6.4vw;
  }
}
.column2__text a {
  text-decoration: underline;
}
.column2__name {
  text-align: right;
  margin-top: 32px;
  font-size: 24px;
}
@media screen and (max-width: 1320px) {
  .column2__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .column2__name {
    font-size: 4.2666666667vw;
    margin-top: 6.4vw;
  }
}
.column2__img {
  width: 43%;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .column2__img {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .column2__img {
    width: 100%;
    margin-bottom: 6.4vw;
  }
}
.column2__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: -345px;
  width: 345px;
  height: 1px;
  background: rgba(26, 26, 26, 0.3);
}
@media screen and (max-width: 768px) {
  .column2__img::after {
    display: none;
  }
}
.column2 + .column2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .column2 + .column2 {
    margin-top: 10.6666666667vw;
  }
}
.column2.reverse .column2__inner {
  flex-direction: row-reverse;
}
.column2.reverse .column2__contents {
  padding-left: 0;
  padding-right: 5%;
}
@media screen and (max-width: 1320px) {
  .column2.reverse .column2__contents {
    padding-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .column2.reverse .column2__contents {
    padding: 0;
  }
}
.column2.reverse .column2__img::after {
  right: unset;
  left: -345px;
}
.column2__btns {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 56px;
}

@media screen and (min-width: 768px) {
  .history__img img {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s 0.7s ease, transform 1s 0.7s ease;
  }
  .history__img02 img {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s 1s ease, transform 1s 1s ease;
  }
  .history__img03 img {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s 1.3s ease, transform 1s 1.3s ease;
  }
  .history__img04 img {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s 1.6s ease, transform 1s 1.6s ease;
  }
  .history__img05 img {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s 1.9s ease, transform 1s 1.9s ease;
  }
  .history__img06 img {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s 2.2s ease, transform 1s 2.2s ease;
  }
  .history__img07 img {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s 2.3s ease, transform 1s 2.3s ease;
  }
  .history__img08 img {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s 2.4s ease, transform 1s 2.4s ease;
  }
  .history__img09 img {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s 2.5s ease, transform 1s 2.5s ease;
  }
  .history__img img.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}
.history {
  padding: 120px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .history {
    padding: 17.0666666667vw 5.3333333333vw 21.3333333333vw;
  }
}
.history__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.history .section__titleArea {
  text-align: left;
  margin: 0 auto 30px;
}
.history .section__subTitle {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .history .section__subTitle {
    font-size: 2.1333333333vw;
  }
}
.history__box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .history__box {
    display: block;
  }
}
.history__imgs {
  width: 44%;
  transform: translateX(-20px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1320px) {
  .history__imgs {
    transform: translateX(40px);
  }
}
@media screen and (max-width: 768px) {
  .history__imgs {
    width: -moz-max-content;
    width: max-content;
    transform: translateX(-80px);
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto 20px;
    align-items: center;
  }
}
.history__img02 {
  transform: translate(-25px, 85px);
}
@media screen and (max-width: 1320px) {
  .history__img02 {
    transform: translate(0, 85px);
  }
}
.history__img03 {
  transform: translate(-100px, 20px);
}
@media screen and (max-width: 1320px) {
  .history__img03 {
    transform: translate(-50px, 20px);
  }
}
@media screen and (max-width: 768px) {
  .history__img03 {
    transform: translate(-10px, 20px);
  }
}
.history__img04 {
  margin-top: -80px;
  transform: translateX(30px);
}
@media screen and (max-width: 1320px) {
  .history__img04 {
    transform: translateX(30px);
  }
}
@media screen and (max-width: 768px) {
  .history__img04 {
    transform: translate(-30px, 20px);
  }
}
.history__img05 {
  margin-top: -40px;
  transform: translateX(-80px);
}
@media screen and (max-width: 1320px) {
  .history__img05 {
    transform: translateX(-10px);
  }
}
.history__img06 {
  transform: translate(-100px, 30px);
}
@media screen and (max-width: 1320px) {
  .history__img06 {
    transform: translate(-20px, 30px);
  }
}
.history__img07 {
  transform: translateX(-120px);
}
@media screen and (max-width: 1320px) {
  .history__img07 {
    transform: translateX(0);
  }
}
.history__img08 {
  transform: translate(-40px, 70px);
}
@media screen and (max-width: 1320px) {
  .history__img08 {
    transform: translate(20px, 70px);
  }
}
.history__img09 {
  transform: translate(-80px, 30px);
}
@media screen and (max-width: 1320px) {
  .history__img09 {
    transform: translate(0, 30px);
  }
}
@media screen and (max-width: 768px) {
  .history__img img {
    transform: scale(1);
  }
}
.history__table {
  width: 66%;
}
@media screen and (max-width: 768px) {
  .history__table {
    width: 100%;
  }
}
.history__table {
  border-top: 1px solid rgba(26, 26, 26, 0.3);
}
@media screen and (max-width: 768px) {
  .history__table {
    width: 100%;
  }
}
.history__table tr {
  border-bottom: 1px solid rgba(26, 26, 26, 0.3);
}
@media screen and (max-width: 768px) {
  .history__table tr {
    display: flex;
    flex-direction: column;
  }
}
.history__table th {
  width: 30%;
  text-align: left;
  padding: 16px 0;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .history__table th {
    width: 100%;
    font-size: 3.7333333333vw;
    padding-bottom: 10px;
  }
}
.history__table td {
  width: 70%;
  padding: 16px 0;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .history__table td {
    padding-top: 0;
    width: 100%;
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .history__imgs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    animation: scrollFlow 30s linear infinite;
  }
}
.history__imgs::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .history__img {
    flex: 0 0 auto;
    margin-right: 20px;
    scroll-snap-align: start;
  }
}

@keyframes scrollFlow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.wafuku {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .wafuku {
    padding: 10.6666666667vw 0 0;
  }
}
.wafuku__top {
  max-width: 1100px;
  margin: 0 auto 110px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wafuku__top {
    margin-bottom: 10.6666666667vw;
    display: block;
    padding: 0 5.3333333333vw;
  }
}
.wafuku__logo {
  width: 27%;
}
@media screen and (max-width: 768px) {
  .wafuku__logo {
    margin-bottom: 10.6666666667vw;
    text-align: center;
    width: 50%;
    margin: 0 auto 10.6666666667vw;
  }
}
.wafuku__logo img {
  width: 100%;
}
.wafuku__contents {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .wafuku__contents {
    width: 100%;
  }
}
.wafuku__contents h2 {
  color: #D93924;
  font-size: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .wafuku__contents h2 {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
    text-align: center;
  }
}
.wafuku__contents p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .wafuku__contents p {
    font-size: 3.7333333333vw;
  }
}
.wafuku__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wafuku__box {
    display: none;
  }
}
.wafuku__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .wafuku__sp {
    display: block;
    border-top: 1px solid rgba(26, 26, 26, 0.3);
  }
}
.wafuku__sp--item {
  padding: 10.6666666667vw 4.2666666667vw;
  border-bottom: 1px solid rgba(26, 26, 26, 0.3);
}
.wafuku__sp--item .title {
  display: flex;
  align-items: center;
  gap: 34px;
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-size: 14px;
  background-position: 98%;
}
.wafuku__sp--item .title .num {
  font-size: 14px;
}
.wafuku__sp--item .title p {
  font-size: 24px;
  font-weight: 600;
  color: #D93924;
}
.wafuku__sp--item .title.active {
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-size: 14px;
  background-position: 98%;
}
.wafuku__sp--item .text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.wafuku__sp--item .text p {
  margin-top: 24px;
  font-size: 14px;
  line-height: 2;
}
.wafuku__left {
  width: 50%;
  background: #fff;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  position: relative;
  height: 506px;
}
@media screen and (max-width: 1320px) {
  .wafuku__left {
    height: 600px;
  }
}
.wafuku__text .num {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  margin-bottom: 30px;
}
.wafuku__text p {
  font-size: 16px;
  line-height: 2;
}
.wafuku__right {
  padding: 0 5%;
  width: 50%;
}
.wafuku__tab {
  padding: 40px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 34px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.3);
  transition: all 0.3s ease;
}
.wafuku__tab.active {
  padding-left: 40px;
  opacity: 0.5;
}
.wafuku__tab .num {
  font-size: 14px;
}
.wafuku__tab p {
  color: #D93924;
  font-size: 24px;
  font-weight: 600;
}

.wafuku__text {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  /* 非表示時にクリックできないように */
  position: absolute;
  /* 必要に応じて親要素にrelativeを指定 */
  width: 100%;
  /* 親に合わせる */
  top: 0;
  left: 0;
  padding: 32px 5% 60px;
}

.wafuku__text.show {
  opacity: 1;
  pointer-events: auto;
}

.storage {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .storage {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}

.feature {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.feature__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.feature__title {
  text-align: center;
  color: #920783;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .feature__title {
    font-size: 6.4vw;
    margin-bottom: 9.3333333333vw;
  }
}

.detail {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .detail {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.detail__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.detail__title {
  text-align: center;
  color: #920783;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .detail__title {
    font-size: 6.4vw;
    margin-bottom: 9.3333333333vw;
  }
}
.detail__table {
  width: 100%;
  border-top: 1px solid rgba(26, 26, 26, 0.3);
  max-width: 940px;
  margin: 0 auto;
}
.detail__table tr {
  border-bottom: 1px solid rgba(26, 26, 26, 0.3);
}
@media screen and (max-width: 768px) {
  .detail__table tr {
    display: flex;
    flex-direction: column;
  }
}
.detail__table th {
  padding: 20px 80px;
  text-align: left;
  width: 45%;
  box-sizing: border-box;
}
@media screen and (max-width: 1320px) {
  .detail__table th {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .detail__table th {
    width: 100%;
    text-align: left;
    padding: 20px 0;
    padding-bottom: 0;
  }
}
.detail__table td {
  padding: 10px 40px;
  box-sizing: border-box;
  width: 55%;
  font-size: 32px;
  color: #920783;
}
@media screen and (max-width: 1320px) {
  .detail__table td {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .detail__table td {
    width: 100%;
    padding: 15px 0 20px;
    font-size: 6.4vw;
  }
}

.faq__sec {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .faq__sec {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.faq__sec--inner {
  max-width: 1100px;
  margin: 0 auto;
}
.faq__sec--title {
  text-align: center;
  color: #920783;
  font-size: 32px;
  margin-bottom: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq__sec--title {
    font-size: 6.4vw;
    margin-bottom: 9.3333333333vw;
  }
}

.line {
  background-color: #F4E6F3;
  background-image: url(../img/page/ashirai_logo01.svg), url(../img/page/ashirai_logo02.svg);
  background-position: top -10px left -10px, bottom -10px right -20px;
  background-repeat: no-repeat;
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  .line {
    padding: 10.6666666667vw 5.3333333333vw;
    background-size: 300px, 300px;
  }
}
.line__ashirai {
  display: block;
  margin: 0 auto 5px;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 42px;
  background: #fff;
  border-radius: 40px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: #920783;
}
@media screen and (max-width: 768px) {
  .line__ashirai {
    font-size: 4.8vw;
    padding: 10px 30px;
    margin-bottom: 10px;
  }
}
.line__ashirai:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 15px solid #fff;
}
.line__title {
  text-align: center;
  color: #920783;
  font-size: 32px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .line__title {
    font-size: 6.4vw;
    margin-bottom: 6.6666666667vw;
  }
}
.line__title::before {
  content: "";
  width: 11px;
  height: 26px;
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/page/ashirai_title01.svg);
  background-repeat: no-repeat;
  background-size: 11px;
}
.line__title::after {
  content: "";
  width: 11px;
  height: 26px;
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/page/ashirai_title02.svg);
  background-repeat: no-repeat;
  background-size: 11px;
}
.line__text {
  text-align: center;
  font-weight: 600;
  line-height: 1.7;
  color: #920783;
  margin-bottom: 25px;
}
.line__btn {
  display: block;
  width: 315px;
  margin: 0 auto;
  background-color: #1BC655;
  background-image: url(../img/page/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 36px;
  height: 61px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding-left: 12px;
  gap: 12px;
}

.fabric {
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .fabric {
    padding: 16vw 5.3333333333vw;
  }
}

.recommend {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .recommend {
    padding: 0 5.3333333333vw;
  }
}
.recommend__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.recommend__title {
  text-align: center;
  color: #920783;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recommend__title {
    font-size: 6.4vw;
    margin-bottom: 9.3333333333vw;
  }
}
.recommend__lists {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .recommend__lists {
    display: block;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.recommend__list {
  padding: 15px 10px 15px 50px;
  background-color: #fff;
  border: 2px solid #920783;
  border-radius: 5px;
  font-size: 16px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  background-image: url(../img/page/icon_check.svg), url(../img/page/ashirai_logo02.svg);
  background-repeat: no-repeat;
  background-size: 20px, 238px;
  background-position: 3%, 102%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.recommend__list h3 {
  font-size: 20px;
  font-weight: 600;
  color: #920783;
  margin-bottom: 10px;
}
.recommend__list.center {
  text-align: center;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .recommend__list {
    width: 100%;
    padding: 14px 10px 15px 40px;
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}

.flow {
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.flow__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.flow__title {
  text-align: center;
  color: #920783;
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .flow__title {
    font-size: 6.4vw;
    margin-bottom: 9.3333333333vw;
  }
}
.flow__text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .flow__text {
    font-size: 4.2666666667vw;
  }
}
.flow__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .flow__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.flow__list {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #920783;
  position: relative;
}
.flow__list--num {
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  font-style: italic;
  left: 0;
  top: 0;
  background: #920783;
  color: #fff;
  padding: 10px 23px 30px 10px;
  border-bottom-right-radius: 200px;
}
@media screen and (max-width: 768px) {
  .flow__list--num {
    padding: 8px 15px 20px 8px;
    font-size: 4.8vw;
  }
}
.flow__list--icon {
  height: 64px;
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
.flow__list h3 {
  font-size: 20px;
  font-weight: 600;
  color: #920783;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .flow__list h3 {
    margin-bottom: 10px;
    font-size: 4.2666666667vw;
  }
}
.flow__list p {
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .flow__list p {
    font-size: 3.2vw;
  }
}

.news__detail {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .news__detail {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.news__detail--inner {
  max-width: 800px;
  margin: 0 auto;
}
.news__detail--title {
  font-size: 32px;
  color: #920783;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news__detail--title {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.news__detail .date {
  color: rgba(35, 24, 21, 0.4);
}
.news__detail--category {
  color: #920783;
  font-size: 12px;
  padding: 6px 24px;
  border-radius: 999px;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  display: none;
}
.news__detail--thumbnail {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.news__detail--thumbnail img {
  width: 100%;
}
.news__detail--contents {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .news__detail--contents {
    margin-bottom: 40px;
  }
}
.news__detail--contents h3,
.news__detail--contents h4 {
  color: #920783;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 40px;
}
.news__detail--contents p,
.news__detail--contents li {
  line-height: 2;
  margin-bottom: 10px;
}
.news__detail--contents p a,
.news__detail--contents li a {
  text-decoration: underline;
  color: blue;
}
.news__detail--contents strong {
  font-weight: bold;
}
.news__detail--contents img {
  margin-bottom: 20px;
  margin-top: 20px;
}

.product__sec .more__btn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .product__sec .more__btn {
    margin-top: 13.3333333333vw;
  }
}
.product__sec--inner {
  max-width: 1120px;
  margin: 0 auto;
}
.product__sec--box {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .product__sec--box {
    display: block;
  }
}
.product__sec--contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product__sec--contents {
    width: 100%;
  }
}
.product__sec--right {
  width: 47%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .product__sec--right {
    width: 100%;
  }
}
.product__sec--kana {
  font-size: 16px;
  color: #920783;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .product__sec--kana {
    display: block;
    text-align: center;
  }
}
.product__sec .product__sec--box .product__sec--title {
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .product__sec .product__sec--box .product__sec--title {
    text-align: center;
  }
}
.product__sec .product__sec--box .product__sec--title::after {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .product__sec .product__sec--box .product__sec--title::after {
    margin-left: auto;
  }
}
.product__sec .product__sec--box h4 {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .product__sec .product__sec--box h4 {
    text-align: center;
  }
}
.product__sec .product__sec--box .product__sec--text {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.product__sec--lists2 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .product__sec--lists2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .product__sec--right {
    margin-top: 5.3333333333vw;
  }
}
.product__sec--right .item {
  padding: 24px 30px;
  background-color: #fff;
  border: 2px solid #920783;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 16px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  background-image: url(../img/page/ashirai_logo02.svg);
  background-repeat: no-repeat;
  background-size: 438px;
  background-position: bottom right;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.product__sec--right .item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #920783;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 8px solid #920783;
  line-height: 1;
}
.product__sec--right .item p {
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .product__sec--right .item p {
    line-height: 1.8;
  }
}
.product__sec--right .item p span {
  margin-top: -10px;
  display: block;
}
.product__sec--right .item.center {
  text-align: center;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .product__sec--right .item {
    width: 100%;
    padding: 30px 20px;
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}

.smf-checkbox-control__label {
  display: none;
}

form[data-screen=complete] .smf-form {
  max-width: 100%;
}

.column__app {
  padding: 50px 40px 120px;
}
@media screen and (max-width: 768px) {
  .column__app {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.column__app--inner {
  max-width: 800px;
  margin: 0 auto;
}
.column__app--title {
  font-size: 32px;
  color: #920783;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .column__app--title {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.column__app--text {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .column__app--text {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}
.column__app--download {
  padding: 35px 20px;
  border-radius: 20px;
  background: #F4E6F3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  max-width: 543px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .column__app--download {
    padding: 8vw 1.3333333333vw;
  }
}
.column__app--download .icon {
  text-align: center;
  display: block;
}
.column__app--download .text {
  margin: 24px auto 35px;
  font-size: 20px;
  color: #920783;
  line-height: 1.5;
}
.column__app--download .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.column__app--download .btns a {
  padding: 0 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .column__app--download .btns a {
    padding: 0 20px;
  }
}
.column__app--download .btns a + a {
  border-left: 1px solid #fff;
}

.page__index {
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .page__index {
    padding: 4.2666666667vw;
  }
}
.page__index--inner {
  max-width: 1120px;
  margin: 0 auto;
}
.page__index--lists {
  display: grid;
}
.page__index--lists.column4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .page__index--lists.column4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
  }
}
.page__index--lists.column6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 768px) {
  .page__index--lists.column6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
  }
}
.page__index--list {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
  position: relative;
}
.page__index--list:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .page__index--list {
    border-right: 0;
    padding: 16px 0;
  }
  .page__index--list:first-child {
    border-left: 0;
  }
  .page__index--list:nth-of-type(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .page__index--list::after {
    content: "";
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    bottom: -14px;
    position: absolute;
    height: 1px;
    display: block;
    background: rgba(0, 0, 0, 0.1);
  }
}
.page__index--icon {
  display: block;
  width: 57px;
  margin: 0 auto 10px;
}
.page__index--title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page__index--title {
    font-size: 3.7333333333vw;
  }
}

.features {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .features {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.features__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.features__lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .features__lists {
    display: block;
  }
}
.features__list {
  width: 49%;
  background: #fff;
  border-radius: 5px;
  border: #920783 2px solid;
  padding: 24px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-image: url(../img/page/ashirai_logo02.svg);
  background-repeat: no-repeat;
  background-size: 438px;
  background-position: bottom right;
}
@media screen and (max-width: 768px) {
  .features__list {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.features__list h3 {
  font-size: 20px;
  font-weight: 600;
  color: #920783;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .features__list h3 {
    font-size: 4.8vw;
  }
}
.features__list h3::before {
  content: "";
  width: 8px;
  background: #920783;
  position: absolute;
  left: 0;
  top: 4px;
  height: 21px;
}
.features__list p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .features__list p {
    font-size: 3.7333333333vw;
  }
}
.features__title {
  font-size: 32px;
  color: #920783;
  font-weight: 600;
  margin-bottom: 56px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .features__title {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}

.defference {
  padding: 80px 40px 0;
}
@media screen and (max-width: 768px) {
  .defference {
    padding: 13.3333333333vw 5.3333333333vw 0;
  }
}
.defference__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.defference__title {
  font-size: 32px;
  color: #920783;
  font-weight: 600;
  margin-bottom: 56px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .defference__title {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.defference__lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .defference__lists {
    display: block;
  }
}
.defference__list {
  width: 49%;
  background: #fff;
  border-radius: 5px;
  border: #920783 2px solid;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-image: url(../img/page/ashirai_logo02.svg);
  background-repeat: no-repeat;
  background-size: 438px;
  background-position: bottom right;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .defference__list {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.defference__list--img img {
  width: 100%;
}
.defference__list--contents {
  padding: 24px;
}
.defference__list h3 {
  font-size: 20px;
  font-weight: 600;
  color: #920783;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .defference__list h3 {
    font-size: 4.8vw;
  }
}
.defference__list h3::before {
  content: "";
  width: 8px;
  background: #920783;
  position: absolute;
  left: 0;
  top: 4px;
  height: 21px;
}
.defference__list p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.defference__list p span {
  color: #920783;
}
@media screen and (max-width: 768px) {
  .defference__list p {
    font-size: 3.7333333333vw;
  }
}
.defference__point {
  padding: 24px;
  border-radius: 5px;
  border: #920783 2px solid;
  background-color: #F4E6F3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-image: url(../img/page/ashirai_logo02.svg);
  background-repeat: no-repeat;
  background-size: 438px;
  background-position: bottom right;
}
.defference__point h3 {
  font-size: 20px;
  font-weight: 600;
  color: #920783;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .defference__point h3 {
    font-size: 4.8vw;
  }
}
.defference__point h3::before {
  content: "";
  width: 8px;
  background: #920783;
  position: absolute;
  left: 0;
  top: 4px;
  height: 21px;
}
.defference__point p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.defference__point p span {
  color: #920783;
}
@media screen and (max-width: 768px) {
  .defference__point p {
    font-size: 3.7333333333vw;
  }
}/*# sourceMappingURL=page.css.map */

.privacy-policy {
  padding: 180px 40px 120px;
}

@media screen and (max-width: 767px) {
  .privacy-policy {
    padding: 23.4375vw 2.6042vw 10.4167vw;
  }
}

.privacy-policy__inner {
  padding-top: 120px;

  @media screen and (max-width: 767px) {
    padding-top: 10.4167vw;
  }
}

.privacy-policy__content {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 120px;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content {
    font-size: 1.8229vw;
  }
}

.privacy-policy__content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #920783;
  margin: 40px 0 24px;
  padding-left: 16px;
  border-left: 4px solid #920783;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content h2 {
    font-size: 2.6042vw;
    margin: 4.1667vw 0 2.0833vw;
    padding-left: 1.5625vw;
  }
}

.privacy-policy__content h2:first-child {
  margin-top: 0;
}

.privacy-policy__content p {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content p {
    margin-bottom: 1.5625vw;
  }
}

.privacy-policy__content ul {
  margin: 16px 0;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ul {
    margin: 1.5625vw 0;
    padding-left: 2.6042vw;
  }
}

.privacy-policy__content ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ul li {
    margin-bottom: 1.0417vw;
  }
}

.privacy-policy__content ol {
  margin: 16px 0;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ol {
    margin: 1.5625vw 0;
    padding-left: 2.6042vw;
  }
}

.privacy-policy__content ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ol li {
    margin-bottom: 1.0417vw;
  }
}

.privacy-policy__content a {
  color: #920783;
  text-decoration: underline;
}

.privacy-policy__content a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content {
    padding: 40px 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy__content h2 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy__content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ul {
    margin-bottom: 20px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ul li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ol {
    margin-bottom: 20px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ol li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}

.privacy-policy-link {
  display: block;
}
.privacy-policy-link input {
  width: 24px;
  height: 24px;
  border: rgba(53, 53, 53, 0.3) 1px solid;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .privacy-policy-link input {
    width: 16px;
    height: 16px;
  }
}
.privacy-policy-link a {
  padding-bottom: 1px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5); /* 薄い黒 */
  text-decoration: none;
  transition: border-color 0.3s ease;
}
.privacy-policy a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.3); /* さらに薄く */
}
