a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

.header-box *,
footer *,
#cart-footer * {
  font-family: "Noto Sans JP", sans-serif !important;
}

.h-title-01 strong {
  font-weight: 700;
}

.header-box .line-area {
  background: #41598f;
}

.header-box .line-area .main-txt {
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .header-box .line-area .main-txt {
    font-size: 3.7333333333vw;
    text-align: center;
    width: 100%;
    line-height: 1.2;
  }

  .header-box .line-area .main-txt .sp {
    display: block;
  }
}

.header-box .line-area nav a {
  font-weight: 700;
}

.header-box .logo-area h1 img:last-child {
  height: initial;
  width: 262px;
}

.header-box .gnavi-area nav.flex > div {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}

.readme-01-inner {
  background-color: rgba(65, 89, 143, 0.8);
  padding: 15px 0 10px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2962962963;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .header-box #header-nav-drawer {
    top: 15.7vw;
    position: absolute;
  }

  .header-box #header-nav-drawer.spsDrawerOpen,
  .header-box #header-nav-drawer.is-animation {
    position: fixed;
    top: 8vw;
  }

  .header-box #header-nav-drawer span,
  .header-box #header-nav-drawer span::before,
  .header-box #header-nav-drawer span::after {
    background: #41598f;
  }

  .header-box #header-nav-drawer.spsDrawerOpen span {
    background: transparent !important;
  }
}

.header-box .logo-area {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area {
    position: relative;
  }

  .header-box .logo-area .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2.6vw 0 2.6vw !important;
  }
}

.header-box .logo-area .logo {
  width: 262px;
  margin-right: 21px;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area .logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    width: 40vw;
    margin-right: 0;
  }
}

.header-box .logo-area .logo img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}

.header-box .logo-area .header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 11px;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area .header-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 0;
    padding-bottom: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}

.header-box .logo-area .header-info li {
  width: 84px;
  height: 84px;
  border-radius: 6px;
  background: #41598f;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area .header-info li {
    width: object-fit;
    height: initial;
    padding: 1.6vw 0;
    max-width: 26.6666666667vw;
    width: 100%;
  }

  .header-box .logo-area .header-info li:nth-last-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: initial;
  }

  .header-box .logo-area .header-info li br {
    display: none;
  }
}

.header-box .logo-area .header-info li span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area .header-info li span {
    font-size: 3.2vw !important;
  }
}

.header-box .logo-area .header-info li:nth-last-child(1) span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area .header-info li:nth-last-child(1) span {
    font-size: 3.7333333333vw;
  }
}

.header-box .logo-area .header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area .header-contact {
    display: contents;
  }
}

.header-box .logo-area .header-contact .tel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 5px 10px;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area .header-contact .tel-wrapper {
    display: none;
  }
}

.header-box .logo-area .header-contact .tel-area {
  width: calc((100% - 10px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
}

.header-box .logo-area .header-contact .tel-txt {
  width: 100%;
  padding: 5px 0;
  text-align: center;
  background: #41598f;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area .header-contact .tel-txt {
    font-size: 3.2vw;
  }
}

.header-box .logo-area .header-contact .tel-num {
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area .header-contact .tel-num {
    font-size: 4.8vw;
  }
}

.header-box .logo-area .header-contact .tel-num:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("../img/top/new_2601/icon-tel@2x.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.header-box .logo-area .header-contact .tel-num:hover {
  opacity: 1;
  color: initial;
}

.header-box .logo-area .header-contact .sup-txt {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.header-box .logo-area .header-contact .contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area .header-contact .contact-btn {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
    margin-right: 10.6666666667vw;
  }
}

.header-box .logo-area .header-contact .contact-btn li a {
  width: 100px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area .header-contact .contact-btn li a {
    width: 17.3333333333vw;
    height: auto;
    padding: 2.6666666667vw 0;
    gap: 3.2vw;
  }
}

.header-box .logo-area .header-contact .contact-btn li figure {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area .header-contact .contact-btn li figure {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }

  .header-box .logo-area .header-contact .contact-btn li figure img {
    width: 5.3333333333vw;
  }
}

.header-box .logo-area .header-contact .contact-btn li p {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .header-box .logo-area .header-contact .contact-btn li p {
    font-size: 2.6666666667vw;
  }
}

.header-box .logo-area .header-contact .contact-btn li.mail-area {
  background: #ef7a00;
}

.header-box .logo-area .header-contact .contact-btn li.office-area {
  background: #41598f;
}

@media screen and (max-width: 768px) {
  .header-box .gnavi-area {
    display: none !important;
  }
}

.header-box .gnavi-area .gnav-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .header-box .gnavi-area .gnav-inner {
    overflow-x: auto;
    padding: 2.6666666667vw 0;
  }
}

.header-box .gnavi-area .gnav-inner > nav {
  box-sizing: border-box;
  margin: 0 auto !important;
  max-width: initial !important;
  padding: 0 !important;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .header-box .gnavi-area .gnav-inner > nav {
    width: 213.3333333333vw !important;
    padding: 1.3333333333vw 0 !important;
  }

  .header-box .gnavi-area .gnav-inner > nav > div {
    width: inherit;
    padding: 0 2.6666666667vw;
  }

  .header-box .gnavi-area .gnav-inner > nav > div > a {
    padding: 0;
    font-size: 3.2vw;
  }

  .header-box .gnavi-area .gnav-inner > nav > div > a:after {
    right: -4vw;
    top: 0;
    bottom: 1.8666666667vw;
    margin: auto 0;
  }

  .header-box .gnavi-area .gnav-inner > nav > div.menu {
    position: static;
  }

  .header-box .gnavi-area .gnav-inner > nav > div .sub-menu {
    top: 48vw;
    left: 20vw;
  }
}

.header-box .gnavi-area form {
  border-radius: 10px;
  border: 1px solid var(--b-clr);
  height: 38px;
  width: 100%;
  max-width: 260px;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .header-box .gnavi-area form {
    display: none;
  }
}

.header-box .gnavi-area form input[type=text] {
  padding-left: 19px;
  border: none !important;
  height: 100% !important;
  width: calc(100% - 40px);
}

.header-box .gnavi-area form input[type=text]:focus {
  outline-offset: 0px;
  border: none;
}

.header-box .gnavi-area form input[type=text]:focus-visible {
  outline-offset: 0px;
  outline: none;
}

.header-box .gnavi-area form .searchSubmit {
  height: 100%;
  padding-left: 40px;
  width: 40px;
  background-image: url("../img/top/new_2601/icon-search@2x.png");
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
  background-color: #fff;
}

body #sub-column .drawer-box .link ul.side-accordion > li > p span {
  background-image: url("../img/top/new_2601/arrow-down.svg");
}

body #sub-column .drawer-box .link ul.side-accordion > li > p span.open {
  background-image: url("../img/top/new_2601/arrow-up.svg");
}

body #sub-column .drawer-box .link ul.side-accordion > li > ul > li > a:after {
  background: url(../img/top/new_2601/arrow-right.svg);
}

@media screen and (max-width: 768px) {
  body #main-column .mv-slider {
    width: 100vw;
  }

  body #main-column .mv-slider .slide-arrow {
    width: 30px;
  }
}

body #main-column .top-search-box1 {
  background: #41598f;
}

body #main-column .top-search-box1 .search-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  body #main-column .top-search-box1 .search-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 2.6666666667vw;
  }
}

body #main-column .top-search-box1 .search-area p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  body #main-column .top-search-box1 .search-area p {
    font-size: 3.7333333333vw;
    text-align: center;
    width: 100%;
  }
}

body #main-column .top-search-box1 .top-search-box form {
  border-radius: 10px;
}

body #main-column .top-search-box1 .top-search-box form input[type=text] {
  padding-left: 19px;
}

body #main-column .top-search-box1 .top-search-box form .searchSubmit {
  height: 100%;
  padding-left: 40px;
  width: 40px;
  background-image: url("../img/top/new_2601/icon-search@2x.png");
  background-position: center center;
  background-size: 50%;
}

body #main-column .top-search-box1 .top-search-box .keyword h3 {
  color: #fff;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  body #main-column .top-search-box1 .top-search-box .keyword h3 {
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 768px) {
  body #main-column .top-search-box1 .top-search-box .keyword .flex {
    gap: 2.1333333333vw;
    margin-top: 2.6666666667vw;
  }
}

body #main-column .top-search-box1 .top-search-box .keyword a {
  border: none;
  background-color: #ef7a00;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  body #main-column .top-search-box1 .top-search-box .keyword a {
    font-size: 3.2vw;
    margin: 0;
    padding: 1.6vw 2.1333333333vw;
  }
}

body #main-column h2::after {
  border-bottom: 5px solid #41598f;
}

body #main-column .top-step-box li h3 {
  background: #41598f;
  color: #fff;
}

body #main-column .top-step-box li {
  border: 10px solid #41598f;
}

body #main-column .top-step-box li::before {
  background: #41598f;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

body #main-column .top-readme-box-01 .message {
  margin: 30px auto;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
}

body #main-column .top-readme-box-01 .Flex {
  gap: 24px;
}

@media screen and (max-width: 768px) {
  body #main-column .top-readme-box-01 .Flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}

body #main-column .top-readme-box-01 .readme-01 {
  width: calc((100% - 48px) / 3);
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  body #main-column .top-readme-box-01 .readme-01 {
    width: 100%;
  }
}

body #main-column .top-reason-box li {
  background: #41598f;
}

body #main-column .top-reason-box h3 {
  color: #fff;
}

body #main-column .top-reason-box h3 .flex > span {
  color: #fff;
}

body #main-column .top-reason-box p {
  color: #fff;
}

body #main-column .top-reason-box li > p.kome span {
  border-bottom: 1px solid #fff;
}

body #main-column .top-review-box {
  margin-top: 100px;
}

body #main-column .top-review-box .review-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 50px auto 0;
  box-sizing: border-box;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  body #main-column .top-review-box .review-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

body #main-column .top-review-box .review-item {
  width: calc((100% - 20px) / 2);
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  padding: 21px 26px;
}

@media screen and (max-width: 768px) {
  body #main-column .top-review-box .review-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

body #main-column .top-review-box .review-item figure {
  width: 90px;
}

@media screen and (max-width: 768px) {
  body #main-column .top-review-box .review-item figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px;
  }

  body #main-column .top-review-box .review-item figure img {
    width: 90px;
  }
}

body #main-column .top-review-box .review-item figure figcaption {
  font-size: 15px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 8px auto 0;
}

@media screen and (max-width: 768px) {
  body #main-column .top-review-box .review-item figure figcaption {
    margin: 0;
  }
}

body #main-column .top-review-box .review-item figure figcaption p {
  line-height: 1.5;
}

body #main-column .top-review-box .review-item .review-txt {
  width: calc(100% - 90px - 20px);
}

@media screen and (max-width: 768px) {
  body #main-column .top-review-box .review-item .review-txt {
    width: 100%;
  }
}

body #main-column .top-review-box .review-item .review-txt h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
}

body #main-column .top-review-box .review-item .review-txt p {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: 0.1em;
}

body #main-column .top-review-box .review-item .review-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 2px;
}

body #main-column .top-review-box .review-item .review-star li {
  width: 22px;
}

@media screen and (max-width: 768px) {
  body #main-column .top-review-box .review-item .review-star li {
    width: 8vw;
  }
}

body #main-column .top-review-box .review-item .review-star li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  body #main-column .top-review-box .review-item .review-star {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  body #main-column .top-contact-box section {
    padding-bottom: 60px;
  }
}

body #main-column .top-contact-box .tel-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

body #main-column .top-contact-box .tel-info div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  position: static !important;
}

body #main-column .top-contact-box .tel-info div dt {
  max-width: 195px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #41598f;
  border-radius: 50px;
  padding: 7px 0 5px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  body #main-column .top-contact-box .tel-info div dt {
    width: 90%;
  }
}

body #main-column .top-contact-box .tel-info div dd {
  font-size: 28px;
  font-weight: 600;
}

body #main-column .top-contact-box .tel-info div dd .num {
  background: initial;
  color: initial;
  display: block;
  font-size: 28px;
  font-weight: 600;
  height: initial;
  letter-spacing: initial;
  line-height: 1;
  position: static;
}

body #main-column .top-contact-box .tel-info div dd .num:after {
  content: none;
}

@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 100%;
    width: 100%;
  }

  body #main-column .top-contact-box .tel-info div dd .num {
    font-size: 18px;
  }
}

body #main-column .top-contact-box .new-tel {
  margin: 10px 0;
  display: block;
  color: #41598f;
}

body #main-column .more-link a:hover {
  color: #fff;
  background: #41598f;
}

body #main-column .news {
  padding-bottom: 100px !important;
}

body #main-column .top-category-box-wrap .top-cate-list ul li dl dd {
  background: #41598f;
}

body #main-column .top-contact-box section {
  border: 1px solid #41598f;
  margin-left: 2%;
  max-width: 280px;
  padding-bottom: 80px;
  position: relative;
  text-align: center;
  width: 100%;
}

body #main-column .top-contact-box section div:last-child a {
  background: #41598f;
}

body .footer-navi-box .point-area .line a:hover {
  background: #41598f;
}

body .copyright-box {
  background: #41598f;
}

#page-top a {
  background: url(../img/common/pagetop.gif);
  background-size: 100%;
}

body #page-top a:hover {
  background: url(../img/common/pagetop_on.gif);
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  body #sub-column .drawer-box .contact a {
    background: #41598f;
  }
}

#page-top a img {
  display: none;
}