@charset "UTF-8";
/*====================================================================================
1. START MAIN VISUAL SECTION.
====================================================================================*/
.main_mv {
  background: #f8f7fd url(../images/top/back.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .main_mv {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .main_mv {
    padding: 1.5rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .main_mv .splide__slide {
    width: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_mv .splide__slide {
    width: 30rem;
  }
}
.main_mv .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}
.main_mv .splide__arrow {
  border-radius: 0;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .main_mv .splide__arrow {
    width: 4.5rem;
    height: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_mv .splide__arrow {
    width: 3rem;
    height: 4rem;
    margin-top: -1.5rem;
  }
}
.main_mv .splide__arrow svg {
  display: none;
}
.main_mv .splide__arrow--prev {
  background: url(../images/common_img/arrow_left.svg) no-repeat center center;
  background-size: 100% auto;
  left: 0;
}
.main_mv .splide__arrow--next {
  background: url(../images/common_img/arrow_right.svg) no-repeat center center;
  background-size: 100% auto;
  right: 0;
}
.main_mv .splide__pagination {
  bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .main_mv .splide__pagination {
    margin-top: 2.5rem;
    gap: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_mv .splide__pagination {
    margin-top: 1.5rem;
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .main_mv .splide__pagination li {
    width: 1rem;
    height: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_mv .splide__pagination li {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.main_mv .splide__pagination li button {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 1;
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* 影を追加 */
}
.main_mv .splide__pagination li button.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background: var(--co-purple);
}
.s-message {
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .s-message {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-message {
    padding: 3rem 0;
  }
}
.s-message p {
  font-weight: 600;
  margin: 0;
  color: #3f3f3f;
  text-align: center;
}

.s-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .s-banner {
    margin: 1.6rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-banner {
    margin: 4rem auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.s-banner a {
  border-radius: 0.8rem;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 768px) {
  .s-banner a {
    width: calc(33.3333333333% - 1.0666666667rem);
  }
}
@media only screen and (max-width: 767px) {
  .s-banner a {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .s-search {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-search {
    margin-top: 4rem;
  }
}
.s-search .step-search {
  -webkit-box-shadow: 0 0.4rem 2.5rem rgba(55, 48, 163, 0.2);
  box-shadow: 0 0.4rem 2.5rem rgba(55, 48, 163, 0.2);
  border-radius: 0.8rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-search .step-search {
    padding: 3rem 10rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-search .step-search {
    padding: 2rem 1.2rem;
  }
}
.s-search .step-search h3 {
  color: var(--co-purple);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .s-search .step-search h3 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-search .step-search h3 {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
  }
}
.s-search .step-search .step {
  border: none;
  border-radius: 0.3rem;
  background: #fcfcff;
  position: relative;
}
.s-search .step-search .step:after {
  content: "";
  border: solid black;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .s-search .step-search .step:after {
    padding: 0.4rem;
    right: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-search .step-search .step:after {
    padding: 0.25rem;
    right: 1rem;
  }
}
.s-search .step-search .step select {
  width: 100%;
  color: #333333;
  background: #e5e4e6;
  border: none;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .s-search .step-search .step select {
    padding: 1rem 3.2rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-search .step-search .step select {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.s-search .step-search .step-wrapper {
  display: block;
}
.s-search .step-search .step-wrapper.hidden {
  display: none;
}
.s-search .step-search .arrow {
  margin: 0.6rem 0;
  text-align: center;
}
.s-search .step-search .arrow.hidden {
  display: none;
}
.s-search .step-search .arrow img {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .s-search .step-search .cm-searchBtn {
    margin: 3rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-search .step-search .cm-searchBtn {
    margin: 2rem auto 0;
  }
}
.s-search .cm-searchBtn {
  border: none;
  border-radius: 6rem;
  background: #ffd400;
  font-weight: 600;
  color: var(--co-purple);
  cursor: pointer;
  width: 20rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .s-search .cm-searchBtn {
    height: 3.5rem;
    padding: 0;
    font-size: 1.8rem;
  }
  .s-search .cm-searchBtn:hover {
    background: #844bb6;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .s-search .cm-searchBtn {
    height: 5rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-search .other-search {
    margin-top: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-search .other-search {
    margin-top: 2rem;
  }
}
.s-search .other-search .search-box {
  -webkit-box-shadow: 0 0.4rem 2.5rem rgba(55, 48, 163, 0.2);
  box-shadow: 0 0.4rem 2.5rem rgba(55, 48, 163, 0.2);
  border-radius: 0.8rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-search .other-search .search-box {
    padding: 3rem 10rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-search .other-search .search-box {
    padding: 2rem 1.2rem;
  }
}
.s-search .other-search .search-box h3 {
  color: var(--co-purple);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .s-search .other-search .search-box h3 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-search .other-search .search-box h3 {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
  }
}
.s-search .other-search .search-input-wrapper {
  width: 100%;
}
.s-search .other-search .search-input {
  border: 0.14rem solid #dedcea;
  border-radius: 0.3rem;
  outline: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .s-search .other-search .search-input {
    padding: 1rem 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-search .other-search .search-input {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-search .other-search .cm-searchBtn {
    margin: 3rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-search .other-search .cm-searchBtn {
    margin: 2rem auto 0;
  }
}
.s-search .text {
  text-align: center;
  margin-top: 10px;
}

.s-purchase {
  background: #ebeaf2;
}
@media only screen and (min-width: 768px) {
  .s-purchase {
    padding: 40px 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .s-purchase {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
.s-purchase_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .s-purchase_list {
    gap: 3.2rem 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-purchase_list {
    gap: 1rem;
  }
}

.s-purchase_item {
  text-decoration: none;
  text-align: center;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .s-purchase_item {
    width: calc(20% - 1rem) !important;
  }
  .s-purchase_item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .s-purchase_item {
    width: calc(50% - 0.5rem) !important;
  }
}
.s-purchase_item .ttl {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .s-purchase_item .ttl {
    font-size: 1.4rem;
    margin: 0.8rem 0 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-purchase_item .ttl {
    font-size: 1.2rem;
    margin: 1rem 0 0.5rem;
  }
}
.s-purchase_item .price {
  margin: 0;
  font-weight: 700;
}
.s-purchase_item .price span {
  color: #ff0000;
}
.s-purchase_item .img {
  width: 100%;
  position: relative;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .s-purchase_item .img {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
}
@media only screen and (max-width: 767px) {
  .s-purchase_item .img {
    height: 17rem;
  }
}
.s-purchase_item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.s-purchase_item .img .tag {
  font-weight: 500;
  color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  background: #f7ac00;
  z-index: 99;
  padding: 0 0.6rem;
}
@media only screen and (min-width: 768px) {
  .s-purchase_item .img .tag {
    top: 1.5rem;
    left: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-purchase_item .img .tag {
    top: 1rem;
    left: 1rem;
    font-size: 1.2rem;
  }
}
.s-purchase_item.hidden {
  display: none;
}

.s-purchase_viewmore_wrapper {
  width: 100%;
  text-align: center;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .s-purchase_viewmore_wrapper {
    margin-top: 2rem;
  }
}
.s-purchase_viewmore {
  border: none;
  border-radius: 6rem;
  background: #ffd400;
  font-weight: 600;
  color: var(--co-purple);
  cursor: pointer;
  width: 20rem;
  flex-shrink: 0;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .s-purchase_viewmore {
    height: 3.5rem;
    padding: 0;
    font-size: 1.8rem;
  }
  .s-purchase_viewmore:hover {
    background: #844bb6;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .s-purchase_viewmore {
    height: 5rem;
    font-size: 1.6rem;
  }
}
.s-purchase_viewmore_wrapper.hidden {
  display: none;
}


@media only screen and (min-width: 768px) {
  .s-catproduct {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .s-catproduct {
    padding-top: 40px;
  }
}
.s-catproduct_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .s-catproduct_list {
    gap: 3.2rem 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-catproduct_list {
    gap: 1rem;
  }
}
.s-catproduct_list a {
  font-weight: 700;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .s-catproduct_list a {
    width: 18rem;
  }
  .s-catproduct_list a:hover img {
    opacity: 0.7;
  }
  .s-catproduct_list a:hover p {
    color: var(--co-purple);
  }
}
@media only screen and (max-width: 767px) {
  .s-catproduct_list a {
    width: calc(50% - 0.5rem);
  }
}
.s-catproduct_list a img {
  width: 100%;
  height: 16rem;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .s-catproduct_list a img {
    height: 12rem;
  }
}
.s-catproduct_list a p {
  margin: 0.5rem 0 0;
  color: #333;
  text-align: center;
}

.s-news {
  background: #f8f7fd;
}
@media only screen and (min-width: 768px) {
  .s-news {
    padding: 40px 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .s-news {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .s-news_inner {
    padding-left: 20rem;
  }
}

.s-news_inner a {
  text-decoration: none;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .s-news_inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .s-news_inner a:hover {
    color: var(--co-purple);
  }
}
@media only screen and (max-width: 767px) {
  .s-news_inner a {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.s-news_inner a span {
  font-weight: 500;
  color: #957fa4;
}
@media only screen and (min-width: 768px) {
  .s-news_inner a span {
    width: 16.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-news_inner a span {
    display: block;
  }
}
.s-news_inner a p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .s-news_inner a p {
    width: calc(100% - 16.6rem);
  }
}
@media only screen and (min-width: 768px) {
  .s-method {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-method {
    margin-top: 4rem;
  }
}
.s-method_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .s-method_inner {
    gap: 4rem;
    margin-top: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-method_inner {
    gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.s-method_inner .item {
  background: #ffffff;
  -webkit-box-shadow: 0px 0.4rem 2.5rem rgba(55, 48, 163, 0.2);
  box-shadow: 0px 0.4rem 2.5rem rgba(55, 48, 163, 0.2);
  border-radius: 0.8rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-method_inner .item {
    width: calc(50% - 2rem);
    padding: 3.6rem 3rem 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-method_inner .item {
    width: 100%;
    padding: 2rem;
  }
}
.s-method_inner .item img {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .s-method_inner .item img {
    width: 13rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-method_inner .item img {
    width: 7rem;
  }
}
.s-method_inner .item .ttl {
  color: var(--co-purple);
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .s-method_inner .item .ttl {
    font-size: 2.4rem;
    margin: 2.4rem 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-method_inner .item .ttl {
    font-size: 1.8rem;
    margin: 1rem 0 1rem;
  }
}
.s-method_inner .item p {
  margin: 0;
}

.s-transactions {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .s-transactions {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-transactions {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
.s-transactions .cm-title {
  color: #fff;
}
.s-transactions .cm-title:after {
  background: #fff;
}
.s-transactions p {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-transactions p {
    margin: 0 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-transactions p {
    margin: 0 0 2rem;
  }
}
.s-transactions .cm-btn {
  margin: auto;
}

.s-process {
  background: #f8f7fd;
}
@media only screen and (min-width: 768px) {
  .s-process {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .s-process {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .s-process .tabs {
    margin: 0 auto 0;
  }
}
.s-process .tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .s-process .tabs-nav {
    gap: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-process .tabs-nav {
    gap: 1rem;
  }
}
.s-process .tab-item {
  background: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
  cursor: pointer;
  color: var(--co-purple);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-process .tab-item {
    padding: 0.8rem 0.8rem 1rem;
    width: calc(33.3333333333% - 1.2rem);
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-process .tab-item {
    padding: 1rem;
    width: calc(33.3333333333% - 0.6666666667rem);
    font-size: 1.4rem;
  }
}
.s-process .tab-item.active {
  background: #844bb6;
  color: #fff;
}
.s-process .tab-content {
  display: none;
  border-radius: 0 0 0.8rem 0.8rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.4rem 2.5rem rgba(55, 48, 163, 0.2);
  box-shadow: 0 0.4rem 2.5rem rgba(55, 48, 163, 0.2);
}
@media only screen and (min-width: 768px) {
  .s-process .tab-content {
    padding: 3rem 3rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-process .tab-content {
    padding: 2rem 1.5rem;
  }
}
.s-process .tab-content .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .s-process .tab-content .list_item {
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-process .tab-content .list_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.s-process .tab-content .list_item .it {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-process .tab-content .list_item .it {
    width: calc(25% - 3.825rem);
  }
}
@media only screen and (max-width: 767px) {
  .s-process .tab-content .list_item .it {
    width: 100%;
  }
}
.s-process .tab-content .list_item .it .img {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-process .tab-content .list_item .it .img {
    height: 5.5rem;
  }
  .s-process .tab-content .list_item .it .img img {
    max-height: 5.5rem;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .s-process .tab-content .list_item .it .img img {
    height: 50px;
    width: 50px;
  }
}
.s-process .tab-content .list_item .it .number {
  border-radius: 50%;
  background: var(--co-yellow);
  color: var(--co-purple);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .s-process .tab-content .list_item .it .number {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-process .tab-content .list_item .it .number {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.8rem;
  }
}
.s-process .tab-content .list_item .it p {
  margin: 0;
}
.s-process .tab-content .list_item .it p.ttl {
  font-weight: 600;
  color: var(--co-purple);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .s-process .tab-content .list_item .it p.ttl {
    font-size: 1.7rem;
    margin: 0.8rem 0 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-process .tab-content .list_item .it p.ttl {
    font-size: 1.8rem;
    margin: 1rem 0;
  }
}
.s-process .tab-content.active {
  display: block;
}

@media only screen and (min-width: 768px) {
  .s-infogroup {
    margin-top: 40px;
  }
  .s-infogroup .cm-title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-infogroup {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  #cm-main > .s-infogroup:last-child {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #cm-main > .s-infogroup:last-child {
    margin-bottom: 4rem;
  }
}
.s-infogroup_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .s-infogroup_inner {
    gap: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-infogroup_inner {
    gap: 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.s-infogroup_box {
  border: 0.4rem solid #dedcea;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .s-infogroup .s-calendar {
    width: 77.5rem;
    padding: 3rem 2.5rem 5.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-calendar {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.s-infogroup .s-calendar .business-calendar {
  margin-top: 2.3rem;
}
.s-infogroup .s-calendar .calendar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .s-infogroup .s-calendar .calendar-wrap {
    gap: 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-calendar .calendar-wrap {
    gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .s-infogroup .s-calendar .month {
    width: calc(50% - 1.85rem);
  }
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-calendar .month {
    width: 100%;
  }
}
.s-infogroup .s-calendar .month-title {
  margin: 0 0.5rem 0.8rem;
  color: var(--co-purple);
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .s-infogroup .s-calendar .month-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-calendar .month-title {
    font-size: 1.6rem;
  }
}
.s-infogroup .s-calendar .week,
.s-infogroup .s-calendar .days {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
}
.s-infogroup .s-calendar .week {
  margin-bottom: 1rem;
}
.s-infogroup .s-calendar .week span {
  text-align: center;
  background: var(--co-yellow);
  border-radius: 0.3rem 0.8rem;
  color: var(--co-purple);
  font-weight: 700;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-calendar .week span {
    height: 2.5rem;
    font-size: 1.2rem;
  }
}
.s-infogroup .s-calendar .days span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s-infogroup .s-calendar .days .day {
  border: 1px solid #333333;
  color: #333333;
  border-radius: 0.3rem 0.8rem;
  font-size: 1.4rem;
  height: 3.2rem;
  background: #fcfcff;
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-calendar .days .day {
    font-size: 1.1rem;
    height: 2.5rem;
  }
}
.s-infogroup .s-calendar .days .day.off {
  background: #ff0d0d;
  color: #fff;
  border: 1px solid #ff0d0d;
}
.s-infogroup .s-calendar .empty {
  border: 1px solid #333333;
  border-radius: 0.3rem 0.8rem;
  height: 3.2rem;
  background: #fcfcff;
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-calendar .empty {
    height: 2.5rem;
  }
}
.s-infogroup .s-calendar .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7rem;
  margin-top: 3.8rem;
  margin-left: 0.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-calendar .legend {
    margin-top: 2rem;
  }
}
.s-infogroup .s-calendar .legend span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-calendar .legend span {
    font-size: 1.2rem;
  }
}
.s-infogroup .s-calendar .legend .box {
  width: 2.8rem;
  height: 2.2rem;
  border: 0.1rem solid #333333;
  background: #fff;
  border-radius: 0.3rem 0.8rem;
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-calendar .legend .box {
    width: 2rem;
    height: 1.6rem;
  }
}
.s-infogroup .s-calendar .legend .box.off {
  background: #ff0d0d;
  border: 0.1rem solid #ff0d0d;
}
@media only screen and (min-width: 768px) {
  .s-infogroup .s-accounts {
    width: 32.6rem;
    padding: 3rem 1.5rem 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-accounts {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.s-infogroup .s-accounts_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .s-infogroup .s-accounts_list {
    margin: 3.3rem 0 0;
    padding: 0 0.7rem;
  }
}
.s-infogroup .s-accounts_list .sns_button {
  width: 100%;
  color: #333;
  font-weight: 700;
  border: 0.1rem solid #333333;
  border-radius: 0.3rem;
  position: relative;
  margin: 0;
}
.s-infogroup .s-accounts_list .sns_button_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 5.5rem;
  gap: 0.8rem;
  padding: 0 0 0 1.9rem;
  cursor: pointer;
  position: relative;
}
.s-infogroup .s-accounts_list .sns_button_header img {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-accounts_list .sns_button_header {
    height: 4rem;
    padding: 0 0 0 1.2rem;
    font-size: 1.3rem;
    gap: 0.8rem;
  }
  .s-infogroup .s-accounts_list .sns_button_header img {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain;
    flex-shrink: 0;
  }
}
.s-infogroup .s-accounts_list .sns_button_header:after {
  content: "";
  border: solid #333;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.4rem;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.s-infogroup .s-accounts_list .sns_button_content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  margin: 0;
}
.s-infogroup .s-accounts_list .sns_button_content .sns-qr-image {
  width: 150px;
  height: 150px;
  border: 2px solid #000;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f5f5;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-accounts_list .sns_button_content .sns-qr-image {
    width: 100px;
    height: 100px;
    font-size: 10px;
  }
}
.s-infogroup .s-accounts_list .sns_button_content.is-active {
  max-height: 250px;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-accounts_list .sns_button_content.is-active {
    max-height: 180px;
  }
}
.s-infogroup .s-accounts_list .sns_button.is-active .sns_button_header:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.s-infogroup .s-accounts p {
  font-size: 1.3rem;
  line-height: 1.8461538462;
  margin: 1.4rem 0.8rem 0;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .s-infogroup .s-accounts p {
    font-size: 1.2rem;
  }
}

.s-contact {
  background: #ebeaf2;
}
@media only screen and (min-width: 768px) {
  .s-contact {
    margin-top: 40px;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-contact {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
.s-contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

@media only screen and (max-width: 767px) {
  .s-contact_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.s-contact_list .item {
  background: #ffffff;
  border-radius: 0.8rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-contact_list .item {
    width: calc(25% - 1.5rem);
    padding: 2.3rem 2rem 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-contact_list .item {
    width: 100%;
    padding: 1.5rem;
    margin: 0 auto;
  }
}
.s-contact_list .item .ttl {
  font-weight: 600;
  color: var(--co-purple);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-contact_list .item .ttl {
    font-size: 2rem;
    border-bottom: 0.4rem dotted #957fa4;
    margin: 0 0 1.6rem;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .s-contact_list .item .ttl {
    font-size: 1.6rem;
    border-bottom: 0.2rem dotted #957fa4;
    padding-bottom: 0.5rem;
    margin: 0 0 1rem;
  }
}
.s-contact_list .item p {
  margin: 0;
}
.s-contact_list .item img {
  width: 16.6rem;
  height: auto;
  display: block;
  margin: 1.7rem auto 0;
}
@media only screen and (max-width: 767px) {
  .s-contact_list .item img {
    width: 12rem;
  }
}
.s-contact_list .contact_button {
  cursor: pointer;
}
.s-contact_list .contact_button_header {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.s-contact_list .contact_button_header:after {
  content: "";
  border: solid var(--co-purple);
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.4rem;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
.s-contact_list .contact_button_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  text-align: center;
}
.s-contact_list .contact_button_content.is-active {
  max-height: 400px;
  padding: 15px;
  text-align: center;
}
.s-contact_list .contact_button.is-active .contact_button_header:after {
  transform: translateY(-50%) rotate(-135deg);
}
.s-contact_list .contact_button_content p {
  text-align: center !important;
  margin: 0 0 1rem 0;
}
.s-contact_list .contact_button_content img {
  display: block !important;
  margin: 1.7rem auto 0 !important;
  width: 16.6rem;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .s-contact_list .contact_button_content img {
    width: 12rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .s-contact_list .contact_button_content {
    max-height: none;
    padding: 15px;
  }
  .s-contact_list .contact_button_header {
    cursor: default;
  }
  .s-contact_list .contact_button_header:after {
    display: none;
  }
}
.s-contact_list .item .btn {
  display: block;
  text-decoration: none;
  border-radius: 0.8rem;
  color: var(--co-purple);
}
@media only screen and (min-width: 768px) {
  .s-contact_list .item .btn {
    background: var(--co-yellow) url(../images/common_img/icon_mail.svg)
      no-repeat top 2.7rem center;
    background-size: 3.8rem 3.2rem;
    margin-top: 5.5rem;
    padding: 7.1rem 0rem 2.7rem;
  }
  .s-contact_list .item .btn:hover {
    background: var(--co-purple) url(../images/common_img/icon_mail_on.svg)
      no-repeat top 2.7rem center;
    background-size: 3.8rem 3.2rem;
    color: var(--co-yellow);
  }
}
@media only screen and (max-width: 767px) {
  .s-contact_list .item .btn {
    background: var(--co-yellow) url(../images/common_img/icon_mail.svg)
      no-repeat top 1.5rem center;
    background-size: 2.4rem 2rem;
    padding: 4rem 0.8rem 1.5rem;
  }
  .s-contact_list .item .btn p {
    font-size: 1.4rem;
  }
}
.s-contact_list .item .btn img {
  width: 3.8rem;
}
.s-contact_list .item .btn p {
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .s-contact_list .item .btn p {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

/* フリーワード検索 */
.freeword-search {
  margin-top: 20px;
  position: relative;
}

.search-input-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.search-input:focus {
  outline: none;
  background: #f5f5f5;
}

/* 人気の機種タグ */
.popular-keywords {
  margin-top: 2rem;
  text-align: center;
}

.popular-keywords-ttl {
  font-size: 1.4rem;
  color: #666;
  margin: 0 0 1rem;
}

.popular-keywords-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.keyword-tag {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  border: 0.15rem solid var(--co-purple, #3730a3);
  border-radius: 10rem;
  font-size: 1.3rem;
  color: var(--co-purple, #3730a3);
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.keyword-tag:hover {
  background: var(--co-purple, #3730a3);
  color: #fff;
}

.search-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
}

.search-note {
  margin-top: 8px;
  font-size: 11px;
  text-align: center;
}

/* お問い合わせセクション - アコーディオン */
.s-contact_list .contact_button {
  cursor: pointer;
}
.s-contact_list .contact_button_header {
  position: relative;
  cursor: pointer;
}
.s-contact_list .contact_button_header:after {
  content: "";
  border: solid var(--co-purple);
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.4rem;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
.s-contact_list .contact_button_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  text-align: center;
}
.s-contact_list .contact_button_content.is-active {
  max-height: 400px;
  padding: 0px;
  text-align: center;
}
.s-contact_list .contact_button.is-active .contact_button_header:after {
  transform: translateY(-50%) rotate(-135deg);
}
.s-contact_list .contact_button_content p {
  text-align: center;
  margin: 0 0 1rem 0;
}
.s-contact_list .contact_button_content img {
  display: block;
  margin: 0 auto;
  width: 16.6rem;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .s-contact_list .contact_button_content {
    max-height: none;
    padding: 15px;
  }
  .s-contact_list .contact_button_header {
    cursor: default;
  }
  .s-contact_list .contact_button_header:after {
    display: none;
  }
}
