@charset "UTF-8";
* {
  font-feature-settings: "palt";
}

html a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

.header {
  background: #081a3a;
  padding-right: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
@media only screen and (max-width: 767px) {
  .header {
    margin-right: 1.5rem;
  }
}
.header--inner {
  display: flex;
  align-items: center;
}
.header .logo {
  width: 16rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header .logo {
    width: 24rem;
  }
  .header .logo img {
    width: 100%;
  }
}
.header nav {
  margin: 0 2rem 0 auto;
}
@media screen and (max-width: 1600px) {
  .header nav {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .header nav {
    position: absolute;
    left: 100%;
    transition: 0.3s;
    background: rgba(8, 26, 58, 0.95);
    width: 100%;
    height: calc(100svh - 12rem);
    top: 12rem;
    bottom: 0;
    z-index: 1;
    padding: 2.5rem 0 5rem;
    overflow: auto;
  }
  .header nav.active {
    left: 0;
  }
  .header nav .header-btn {
    display: flex;
    width: 67.6rem;
    margin: auto;
    gap: 2rem;
  }
  .header nav .header-btn li {
    width: 33.6rem;
    line-height: 8rem;
  }
  .header nav .header-btn li.catalog a::before {
    width: 2.8rem;
    height: 3.9rem;
    margin-right: 1.7rem;
  }
  .header nav .header-btn li.onlineshop {
    position: relative;
  }
  .header nav .header-btn li.onlineshop a::before {
    width: 3.6rem;
    height: 3.7rem;
    margin-right: 1.1rem;
  }
  .header nav .header-btn li.onlineshop .fade-content {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 49.6rem;
    background: #faf221;
    border-radius: 5rem;
    padding: 7rem 3rem 4rem;
    display: none;
  }
  .header nav .header-btn li.onlineshop .fade-content i {
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    transform: rotate(45deg);
    top: 1rem;
    right: 2rem;
  }
  .header nav .header-btn li.onlineshop .fade-content i::before, .header nav .header-btn li.onlineshop .fade-content i::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .header nav .header-btn li.onlineshop .fade-content i::after {
    transform: rotate(90deg);
  }
  .header nav .header-btn li.onlineshop .fade-content ul li {
    width: 100%;
  }
  .header nav .header-btn li.onlineshop .fade-content ul li:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .header nav .header-btn li.onlineshop .fade-content ul li a {
    border: 2px solid #fff;
    height: 8rem;
  }
  .header nav .header-btn li.onlineshop .fade-content ul li a::before {
    display: none;
  }
  .header nav .header-btn li.onlineshop .fade-content ul li a figure {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header nav .header-btn li.onlineshop .fade-content ul li.blue a {
    background: #1877f2;
  }
  .header nav .header-btn li.onlineshop .fade-content ul li.blue a figure img {
    width: 35.1rem;
  }
  .header nav .header-btn li.onlineshop .fade-content ul li.pink a {
    background: #d14d84;
  }
  .header nav .header-btn li.onlineshop .fade-content ul li.pink a figure img {
    width: 14.1rem;
  }
  .header nav .header-btn li a {
    font-size: 2.6rem;
    font-weight: 500;
  }
}
.header nav .navigation {
  margin: 0;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  .header nav .navigation {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1600px) {
  .header nav .navigation {
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .header nav .navigation {
    width: 60.7rem;
    margin: 0 auto 5rem;
  }
}
.header nav .navigation li {
  margin: 0;
}
.header nav .navigation li a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .header nav .navigation li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .header nav .navigation li a {
    font-size: 3.4rem;
    border-bottom: 1px solid #fff;
    padding: 2.8rem 0;
  }
}
.header nav .navigation li a:hover::before {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .header nav .navigation li.accordion-wrap {
    position: relative;
  }
  .header nav .navigation li.accordion-wrap:hover .accordion {
    visibility: visible;
    opacity: 1;
  }
}
.header nav .navigation li .accordion-trigger {
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .header nav .navigation li .accordion-trigger {
    pointer-events: auto;
  }
  .header nav .navigation li .accordion-trigger i {
    width: 3.8rem;
    height: 3.8rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .header nav .navigation li .accordion-trigger i::before, .header nav .navigation li .accordion-trigger i::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.3s;
  }
  .header nav .navigation li .accordion-trigger i::before {
    transform: rotate(90deg);
  }
  .header nav .navigation li .accordion-trigger.active i::before {
    transform: rotate(0);
  }
}
@media print, screen and (min-width: 768px) {
  .header nav .navigation li .accordion {
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.9);
    width: 200%;
    left: -50%;
  }
  .header nav .navigation li .accordion li {
    border-bottom: 2px solid #074097;
  }
  .header nav .navigation li .accordion li a {
    padding: 2rem;
    color: #074097;
  }
}
@media only screen and (max-width: 767px) {
  .header nav .navigation li .accordion {
    padding: 0 4rem;
    margin-top: 2rem;
    display: none;
  }
  .header nav .navigation li .accordion li a {
    border: none;
    font-size: 3rem;
    padding: 1.5rem 0;
  }
  .header nav .navigation li .accordion li a.blank {
    display: flex;
    align-items: center;
  }
  .header nav .navigation li .accordion li a.blank::after {
    content: "";
    background: url("../images/common/blank--icon-white.svg") no-repeat center/cover;
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    margin-left: 2rem;
  }
}
.header nav .navigation li.language {
  width: 8.5rem;
  line-height: 2.4rem;
  border: 1px solid #fff;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header nav .navigation li.language {
    width: 32.2rem;
    line-height: 5.25rem;
    margin-top: 5rem;
  }
  .header nav .navigation li.language a {
    padding: 0;
    font-size: 2.6rem;
    font-weight: 400;
  }
}
.header nav .navigation li.language:hover ul {
  opacity: 1;
  visibility: visible;
}
.header nav .navigation li.language a::before {
  display: none;
}
.header nav .navigation li.language ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  width: 100%;
  transition: 0.3s;
  visibility: hidden;
}
.header nav .navigation li.language ul li {
  border-bottom: 1px solid #081a3a;
}
.header nav .navigation li.language ul li a {
  display: block;
  color: #081a3a;
  padding: 1rem 0;
}
.header .search-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 9rem;
  background: #e5022c;
  margin-right: 1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .search-btn {
    width: 9rem;
    height: 9rem;
    margin: 0 1.35rem 0 auto;
  }
}
.header .search-btn .search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header .search-btn .search-icon img {
  width: 1.6rem;
  height: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .header .search-btn .search-icon img {
    width: 3.84rem;
    height: 3.84rem;
  }
}
.header .search-btn .search-box {
  opacity: 0;
  position: absolute;
  top: 0;
  background: #e5022c;
  border-radius: 1.8rem;
  z-index: 2;
  transition: 0.3s ease;
  visibility: hidden;
  padding: 0 1rem 2rem;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .header .search-btn .search-box {
    padding: 0 2.5rem 3.5rem;
  }
}
.header .search-btn .search-box.view {
  opacity: 1;
  visibility: visible;
}
.header .search-btn .search-box__inner {
  position: relative;
}
.header .search-btn .search-box__inner .close {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  transform: rotate(45deg);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header .search-btn .search-box__inner .close {
    width: 5.2rem;
    height: 5.2rem;
    right: 0;
  }
}
.header .search-btn .search-box__inner .close::before, .header .search-btn .search-box__inner .close::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
.header .search-btn .search-box__inner .close::after {
  transform: rotate(90deg);
}
.header .search-btn .search-box__inner-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.6rem;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .header .search-btn .search-box__inner-title {
    font-size: 2.8rem;
  }
}
.header .search-btn .search-box__inner-title .enfont {
  font-size: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .header .search-btn .search-box__inner-title .enfont {
    font-size: 6.6rem;
  }
}
.header .search-btn .search-box form {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  min-width: 45rem;
  padding: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .header .search-btn .search-box form {
    min-width: 55.5rem;
  }
}
.header .search-btn .search-box form input {
  font-size: 1.8rem;
  width: calc(100% - 4rem);
  outline: none;
  border-radius: 9999px;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .header .search-btn .search-box form input {
    font-size: 2.8rem;
    padding: 0.5rem;
    outline: none;
  }
}
.header .search-btn .search-box form button {
  width: 3rem;
  height: 3rem;
  background: #e5022c;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .header .search-btn .search-box form button {
    width: 7rem;
    height: 7rem;
  }
}
.header .search-btn .search-box form button img {
  width: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .header .search-btn .search-box form button img {
    width: 3rem;
  }
}
.header .sp-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .sp-menu {
    width: 9rem;
    height: 9rem;
    border-radius: 9rem;
    background: #074097;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
  }
  .header .sp-menu div {
    width: 4rem;
    height: 2rem;
    position: relative;
  }
  .header .sp-menu div span {
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .header .sp-menu div span:first-of-type {
    top: 0;
  }
  .header .sp-menu div span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .header .sp-menu div span:last-of-type {
    bottom: 0;
  }
  .header .sp-menu.active span {
    top: 50% !important;
    bottom: auto;
  }
  .header .sp-menu.active span:first-of-type {
    transform: rotate(45deg);
  }
  .header .sp-menu.active span:nth-of-type(2) {
    display: none;
  }
  .header .sp-menu.active span:last-of-type {
    transform: rotate(-45deg);
  }
  .header .sp-menu.active p::before {
    content: "CLOSE";
  }
  .header .sp-menu p {
    line-height: 1;
    margin-top: 0.8rem;
  }
  .header .sp-menu p::before {
    content: "MENU";
    color: #fff;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    width: 100%;
  }
}
.header .header-btn {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .header .header-btn {
    display: none;
  }
}
.header .header-btn li {
  width: 18rem;
  line-height: 4rem;
  margin: 0;
}
.header .header-btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.header .header-btn li a::before {
  content: "";
  display: block;
}
.header .header-btn li.catalog a {
  color: #fff;
  background: #074097;
}
.header .header-btn li.catalog a::before {
  width: 1.4rem;
  height: 1.9rem;
  background: url("../images/common/catalog-icon.svg") no-repeat center/cover;
  margin-right: 0.7rem;
}
.header .header-btn li.onlineshop {
  position: relative;
}
.header .header-btn li.onlineshop a {
  font-family: "Outfit", sans-serif;
  color: #074097;
  background: #faf221;
}
.header .header-btn li.onlineshop a::before {
  width: 1.8rem;
  height: 1.9rem;
  background: url("../images/common/cart-icon.svg") no-repeat center/cover;
  margin-right: 0.6rem;
}
.header .header-btn li.onlineshop .online-shop-link {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 24.8rem;
  background: #faf221;
  border-radius: 2.5rem;
  padding: 3.5rem 0 2rem;
  transition: 0.3s;
}
.header .header-btn li.onlineshop .online-shop-link.view {
  opacity: 1;
  visibility: visible;
}
.header .header-btn li.onlineshop .online-shop-link .close {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  transform: rotate(45deg);
  cursor: pointer;
}
.header .header-btn li.onlineshop .online-shop-link .close::before, .header .header-btn li.onlineshop .online-shop-link .close::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
.header .header-btn li.onlineshop .online-shop-link .close::after {
  transform: rotate(90deg);
}
.header .header-btn li.onlineshop .online-shop-link ul {
  margin: 0;
}
.header .header-btn li.onlineshop .online-shop-link ul li {
  width: auto;
}
.header .header-btn li.onlineshop .online-shop-link ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.header .header-btn li.onlineshop .online-shop-link ul li a {
  width: 21.8rem;
  margin: auto;
  border: 1px solid #fff;
  height: 4rem;
}
.header .header-btn li.onlineshop .online-shop-link ul li a::before {
  display: none;
}
.header .header-btn li.onlineshop .online-shop-link ul li a figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-btn li.onlineshop .online-shop-link ul li a img {
  margin: auto;
  display: block;
}
.header .header-btn li.onlineshop .online-shop-link ul li.blue a {
  background: #1877f2;
}
.header .header-btn li.onlineshop .online-shop-link ul li.blue a img {
  width: 17.5rem;
}
.header .header-btn li.onlineshop .online-shop-link ul li.pink a {
  background: #d14d84;
}
.header .header-btn li.onlineshop .online-shop-link ul li.pink a img {
  width: 7rem;
}

main {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 12rem;
  }
}

.onlineshop-wrap {
  padding-top: 10rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap {
    padding-top: 12rem;
  }
}
.onlineshop-wrap .section-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap .section-ttl {
    flex-wrap: wrap;
    position: relative;
  }
}
.onlineshop-wrap .section-ttl i {
  width: 5.6rem;
  margin-right: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap .section-ttl i {
    width: 7.3rem;
    height: 7.3rem;
    margin-right: 1.6rem;
  }
  .onlineshop-wrap .section-ttl i img {
    width: 100%;
  }
}
.onlineshop-wrap .section-ttl h2 {
  display: flex;
  align-items: center;
}
.onlineshop-wrap .section-ttl h2 span.enfont {
  font-family: "Outfit", sans-serif;
  font-size: 7.7rem;
  font-weight: 500;
  letter-spacing: 0.048em;
  line-height: 0.7;
  display: block;
  margin-right: 5rem;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap .section-ttl h2 span.enfont {
    font-size: 10rem;
    margin: 0;
  }
}
.onlineshop-wrap .section-ttl p {
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap .section-ttl p {
    font-size: 2.6rem;
    color: #fff;
    position: absolute;
    top: 120%;
  }
}
.onlineshop-wrap--content {
  background: #074097;
  padding: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap--content {
    padding: 7rem 0;
  }
}
.onlineshop-wrap--content .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .onlineshop-wrap--content .inner {
    width: 110rem;
    display: flex;
    align-items: stretch;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap--content .inner {
    width: 60.7rem;
  }
}
.onlineshop-wrap--single {
  background: #fff;
  padding: 0.9rem;
}
@media print, screen and (min-width: 768px) {
  .onlineshop-wrap--single {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap--single {
    margin-bottom: 2rem;
  }
}
.onlineshop-wrap--single.tsuruya a {
  background: #1877f2;
}
.onlineshop-wrap--single.tsuruya a .logo img {
  width: 100%;
}
.onlineshop-wrap--single.tsuruya a i {
  transition: 0.3s;
  border: 1px solid #fff;
}
.onlineshop-wrap--single.tsuruya a i::before {
  background: url("../images/common/blank--icon-white.svg") no-repeat center/cover;
}
.onlineshop-wrap--single.tsuruya a i::after {
  background: url("../images/common/blank-icon.svg") no-repeat center/cover;
}
.onlineshop-wrap--single.tsuruya a:hover .btn {
  background: #fff;
}
.onlineshop-wrap--single.tsuruya a:hover .btn p {
  color: #1877f2;
}
.onlineshop-wrap--single.tsuruya a:hover i {
  background: #1877f2;
}
.onlineshop-wrap--single.tieto a {
  background: #d14d84;
}
.onlineshop-wrap--single.tieto a .logo img {
  width: 15.2rem;
}
.onlineshop-wrap--single.tieto a i::before {
  background: url("../images/common/blank--icon-white.svg") no-repeat center/cover;
}
.onlineshop-wrap--single.tieto a i::after {
  background: url("../images/common/blank-icon-pink.svg") no-repeat center/cover;
}
.onlineshop-wrap--single.tieto a:hover .btn {
  background: #fff;
}
.onlineshop-wrap--single.tieto a:hover .btn p {
  color: #d14d84;
}
.onlineshop-wrap--single.tieto a:hover i {
  background: #d14d84;
}
.onlineshop-wrap--single a {
  display: block;
  padding: 2.5rem 0 3rem;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap--single a {
    padding: 4rem 0;
  }
}
.onlineshop-wrap--single a:hover {
  opacity: 1;
}
.onlineshop-wrap--single a:hover .btn i::before {
  left: 0;
}
.onlineshop-wrap--single a:hover .btn i::after {
  left: 8rem;
}
.onlineshop-wrap--single a .logo {
  width: 31.3rem;
  height: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap--single a .logo {
    width: 49.5rem;
    height: 5.1rem;
    margin-bottom: 5rem;
  }
}
.onlineshop-wrap--single a .btn {
  width: 23.7rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 5rem;
  padding-right: 1.3rem;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap--single a .btn {
    width: 41.5rem;
    height: 8.7rem;
  }
}
.onlineshop-wrap--single a .btn p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap--single a .btn p {
    font-size: 2.8rem;
  }
}
.onlineshop-wrap--single a .btn i {
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 2.5rem;
  margin-left: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap--single a .btn i {
    width: 4.4rem;
    height: 4.4rem;
    margin-left: 4rem;
  }
}
.onlineshop-wrap--single a .btn i::before, .onlineshop-wrap--single a .btn i::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .onlineshop-wrap--single a .btn i::before, .onlineshop-wrap--single a .btn i::after {
    width: 1.9rem;
    height: 1.8rem;
  }
}
.onlineshop-wrap--single a .btn i::before {
  left: -8rem;
}
.onlineshop-wrap--single a .btn i::after {
  left: 0;
}

.footer {
  padding: 8rem 0 2rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer--inner {
  width: min(120rem, 89.57%);
  margin: auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4rem 6rem;
}
@media only screen and (max-width: 767px) {
  .footer--inner {
    gap: 5rem;
  }
}
.footer .menu-wrap ul {
  margin-bottom: 0;
}
.footer .menu-wrap ul li {
  margin-top: 0;
}
.footer .menu-wrap ul li.title > a {
  border-bottom: 1px solid #074097;
  display: block;
  padding: 0 0 0.8rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .footer .menu-wrap ul li.title > a {
    font-size: 2.6rem;
    padding: 0 0 2.6rem 0;
  }
}
.footer .menu-wrap ul li.title > a.blank {
  position: relative;
}
.footer .menu-wrap ul li.title > a.blank::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../images/common/blank-icon.svg") no-repeat center/cover;
  position: absolute;
  top: 0.2rem;
  right: -0.2rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .footer .menu-wrap ul li.title > a.blank::after {
    width: 1.85rem;
    height: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .menu-wrap ul + ul {
    margin-top: 4rem;
  }
}
.footer .menu-wrap .child {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .footer .menu-wrap .child {
    padding-left: 0;
    margin-top: 0;
  }
}
.footer .menu-wrap .child li {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .footer .menu-wrap .child li {
    font-size: 2rem;
    margin-top: 3rem;
  }
}
.footer .menu-wrap .child li a {
  color: #000;
}
.footer .menu-wrap.lage {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer .menu-wrap.lage {
    position: relative;
  }
}
.footer .menu-wrap.lage ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem 6rem;
}
@media only screen and (max-width: 767px) {
  .footer .menu-wrap.lage ul {
    gap: 5rem 4rem;
  }
}
.footer .menu-wrap.lage ul li {
  width: 19.2rem;
}
@media only screen and (max-width: 767px) {
  .footer .menu-wrap.lage ul li {
    width: 32.3rem;
  }
}
.footer .menu-wrap.medium {
  width: 69.6rem;
}
.footer .menu-wrap.medium .child {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .footer .menu-wrap.medium .child {
    gap: 2%;
  }
}
.footer .menu-wrap.medium .child li {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .footer .menu-wrap.medium .child li {
    width: 32%;
  }
}
.footer .menu-wrap.medium .child li a {
  padding-right: 2rem;
}
.footer .menu-wrap.small {
  width: 19.2rem;
}
@media only screen and (max-width: 767px) {
  .footer .menu-wrap.small {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5rem 0;
  }
  .footer .menu-wrap.small ul li {
    width: 32.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .menu-wrap.small.sp-wide {
    width: 100%;
  }
  .footer .menu-wrap.small.sp-wide ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer .menu-wrap.small.sp-wide ul li {
    width: 100%;
  }
  .footer .menu-wrap.small.sp-wide ul li .child {
    gap: 2%;
  }
  .footer .menu-wrap.small.sp-wide ul li .child li {
    width: 32%;
  }
}
.footer--bottom {
  margin-top: 0rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.footer--bottom .menu-wrap {
  width: 19.2rem;
  margin-right: 6rem;
}
@media only screen and (max-width: 767px) {
  .footer--bottom .menu-wrap {
    width: 32.3rem;
    margin-right: 4rem;
  }
}
.footer--bottom .language {
  width: 19.2rem;
}
@media only screen and (max-width: 767px) {
  .footer--bottom .language {
    width: 32.3rem;
  }
}
.footer--bottom .language ul {
  margin-bottom: 0;
}
.footer--bottom .language ul li {
  line-height: 3rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer--bottom .language ul li {
    line-height: 5.22rem;
  }
}
.footer--bottom .language ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
.footer--bottom .language ul li p {
  border: 1px solid #074097;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  line-height: 3rem;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .footer--bottom .language ul li p {
    font-size: 2.6rem;
    line-height: 5.22rem;
  }
}
.footer--bottom .language ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(7, 64, 151, 0.8);
  opacity: 0;
  width: 100%;
  transition: 0.3s;
  visibility: hidden;
  margin-top: 0;
}
.footer--bottom .language ul li ul li {
  border-top: 1px solid #fff;
  margin: 0;
}
.footer--bottom .language ul li ul li a {
  display: block;
  color: #fff;
  padding: 1rem 0;
}
.footer .bottom-right {
  margin-left: auto;
  width: 29.3rem;
}
@media only screen and (max-width: 767px) {
  .footer .bottom-right {
    margin: 14rem auto 7rem;
    width: 43.8rem;
  }
}
.footer .bottom-right .footer--logo {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer .bottom-right .footer--logo {
    width: 43.8rem;
    margin: auto;
  }
}
.footer .bottom-right .follow_us {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 5rem 1rem 0 0;
}
@media only screen and (max-width: 767px) {
  .footer .bottom-right .follow_us {
    justify-content: center;
  }
}
.footer .bottom-right .follow_us p {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 2.2rem 0 0;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .footer .bottom-right .follow_us p {
    font-size: 2rem;
    margin-right: 2.7rem;
  }
}
.footer .bottom-right .follow_us ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .footer .bottom-right .follow_us ul {
    gap: 3rem;
  }
}
.footer .bottom-right .follow_us ul li {
  width: 3rem;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .footer .bottom-right .follow_us ul li {
    width: 4.3rem;
  }
  .footer .bottom-right .follow_us ul li img {
    width: 100%;
  }
}
.footer .bottom-right .follow_us ul li.youtube {
  width: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .footer .bottom-right .follow_us ul li.youtube {
    width: 4.9rem;
  }
}
.footer .bottom-right .follow_us ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .copyright {
  margin-top: -6rem;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    width: 100%;
  }
}
.footer .copyright small {
  font-family: "Outfit", sans-serif;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer .copyright small {
    font-size: 2rem;
    text-align: center;
  }
}

section .section-title {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 767px) {
  section .section-title {
    margin-bottom: 6rem;
    display: block !important;
  }
  section .section-title .is-layout-flex {
    display: block;
  }
}
section .section-title h2 {
  font-family: "Outfit", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  margin-right: 5rem;
}
@media only screen and (max-width: 767px) {
  section .section-title h2 {
    font-size: 9rem;
    margin: 0 0 2rem;
  }
}
section .section-title p {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  section .section-title p {
    font-size: 3.6rem;
  }
}

.wp-block-buttons > .wp-block-button.has-custom-width.link-btn {
  width: 25rem;
}
@media only screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.has-custom-width.link-btn {
    width: 43.8rem;
  }
}
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 6rem;
  position: relative;
  height: 6rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 4.8rem;
  border: 1px solid #074097;
}
@media only screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a {
    font-size: 2.8rem !important;
    line-height: 10.5rem;
    height: 10.5rem;
    padding-right: 8.5rem;
  }
}
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i,
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i {
  width: 3.8rem;
  height: 3.8rem;
  background: #fff;
  border-radius: 3.8rem;
  right: 1rem;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i,
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i {
    width: 6.65rem;
    height: 6.65rem;
    right: 2rem;
  }
}
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::before, .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::after,
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::before,
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #074097;
  border-right: 2px solid #074097;
  transform: rotate(45deg);
  right: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::before, .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::after,
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::before,
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::after,
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::after {
  left: -5rem;
}
@media only screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::after,
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a i::after {
    left: -9rem;
  }
}
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a:hover {
  opacity: 1;
  background: #fff !important;
  color: #074097 !important;
}
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a:hover i {
  background: #074097;
}
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a:hover i::before, .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a:hover i::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a:hover i::before {
  right: -5rem;
}
@media only screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.has-custom-width.link-btn a:hover i::before {
    right: -9rem;
  }
}
.wp-block-buttons > .wp-block-button.has-custom-width.link-btn a:hover i::after {
  left: 0;
}

.smartbanner.smartbanner--android {
  display: none !important;
}

#page-top {
  position: fixed;
  right: 5rem;
  bottom: 6rem;
  width: 9rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #page-top {
    right: 2rem;
    width: 13.5rem;
  }
}

#page-title {
  margin: 7.8rem 0 7.5rem;
  padding: 0 !important;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  #page-title {
    margin-top: 12rem;
  }
}

.second-mv-title {
  height: 30rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .second-mv-title {
    height: 33rem;
    margin-bottom: 12rem;
  }
}
.second-mv-title .title-box {
  background: rgba(26, 26, 26, 0.75);
  line-height: 8rem;
  padding: 0 3rem 0 calc((100vw - 110rem) / 2);
}
@media only screen and (max-width: 767px) {
  .second-mv-title .title-box {
    background: none;
  }
}
.second-mv-title .title-box h1 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .second-mv-title .title-box h1 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .second-mv-title .title-box h1 {
    font-size: 2.8rem;
    line-height: 1;
  }
}
.second-mv-title .title-box h1 span {
  font-size: inherit;
  font-weight: inherit;
}
@media only screen and (max-width: 767px) {
  .second-mv-title .title-box h1 span {
    background: rgba(26, 26, 26, 0.75);
    padding: 1.5rem 4rem;
    letter-spacing: 0.2em;
    display: inline-block;
  }
}
.second-mv-title .title-box h1 span.enfont {
  font-family: "Outfit", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  display: block;
  margin-right: 6rem;
}
@media only screen and (max-width: 767px) {
  .second-mv-title .title-box h1 span.enfont {
    display: inline-block;
    margin: 0;
    letter-spacing: 0;
  }
}

.blue {
  color: #074097;
}

.content_inner1200 {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .content_inner1200 {
    width: 120rem;
  }
}
@media only screen and (max-width: 767px) {
  .content_inner1200 {
    width: 89.57%;
  }
}

.content_inner1100 {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .content_inner1100 {
    width: 110rem;
  }
}
@media only screen and (max-width: 767px) {
  .content_inner1100 {
    width: 89.57%;
  }
}

p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.666;
  letter-spacing: 0.025em;
}
p + * {
  margin-top: 3rem;
}

ul {
  margin-bottom: 4rem;
}
ul li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.666rem;
  letter-spacing: 0.025em;
}
ul li + li {
  margin-top: 2rem;
}

h3 {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.588;
  letter-spacing: 0.025em;
  margin-bottom: 2.5rem;
}

h4 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.588;
  letter-spacing: 0.025em;
  margin-bottom: 2.5rem;
}

h5 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.588;
  letter-spacing: 0.025em;
  margin-bottom: 2.5rem;
}

table tr th, table tr td {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.666rem;
  letter-spacing: 0.025em;
}

#breadcrumb.breadcrumb_wrap {
  width: 120rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #breadcrumb.breadcrumb_wrap {
    display: none;
  }
}
#breadcrumb.breadcrumb_wrap ul.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#breadcrumb.breadcrumb_wrap ul.breadcrumb li {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  display: flex;
  align-items: center;
  margin: 0 0 0 2rem;
}
#breadcrumb.breadcrumb_wrap ul.breadcrumb li:not(:last-of-type)::after {
  content: "＞";
  display: block;
  margin: auto;
  margin-left: 2rem;
}
#breadcrumb.breadcrumb_wrap ul.breadcrumb li a {
  display: block;
  text-decoration: underline;
  color: inherit;
}

.inner-box {
  margin: auto;
  max-width: 120rem;
}
@media only screen and (max-width: 767px) {
  .inner-box {
    width: 90%;
  }
}

.inner-box-110 {
  margin: auto;
  max-width: 110rem;
}
@media only screen and (max-width: 767px) {
  .inner-box-110 {
    width: 90%;
  }
}

.inner-box-100 {
  margin: auto;
  max-width: 100rem;
}
@media only screen and (max-width: 767px) {
  .inner-box-100 {
    width: 90%;
  }
}

.single-slider-dots,
.single-slider-dots-sp {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2rem;
}
.single-slider-dots .slick-dots,
.single-slider-dots-sp .slick-dots {
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .single-slider-dots .slick-dots,
.single-slider-dots-sp .slick-dots {
    bottom: -9rem;
  }
}
.single-slider-dots .slick-dots li button::before,
.single-slider-dots-sp .slick-dots li button::before {
  display: none;
}
.single-slider-dots .slick-dots li button,
.single-slider-dots-sp .slick-dots li button {
  border: 1px solid #808080;
  border-radius: 9999px;
  width: 1.2rem;
  height: 1.2rem;
}
.single-slider-dots .slick-dots li.slick-active button,
.single-slider-dots-sp .slick-dots li.slick-active button {
  background-color: #808080;
}

.shop-title {
  display: flex;
  align-items: center;
  font-size: 4rem;
  font-weight: bold;
  color: #074097;
  border-bottom: 1px solid #074097;
  position: relative;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .shop-title {
    line-height: 1.3;
  }
}
.shop-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #074097;
  left: 0;
  bottom: 0.4rem;
}
.shop-title figure {
  width: 9.5rem;
  margin-right: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .shop-title figure {
    width: 12.3rem;
  }
}
.shop-title__jopro {
  color: black;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.shop-view {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .shop-view {
    margin-top: 10rem;
    display: block;
  }
}
.shop-view__photo {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .shop-view__photo {
    width: 100%;
  }
}
.shop-view__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.shop-view__voice {
  width: 50%;
  background-color: #eef2f8;
  border: 1px solid #074097;
  padding: 3rem 4.2rem;
}
@media only screen and (max-width: 767px) {
  .shop-view__voice {
    width: 100%;
  }
}
.shop-view__voice-inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .shop-view__voice-inner {
    display: block;
  }
}
.shop-view__voice-title {
  width: 36%;
  box-sizing: border-box;
  margin-right: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .shop-view__voice-title {
    width: auto;
    margin-right: 0;
  }
}
.shop-view__voice-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.shop-view__voice-photo-inner {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shop-view__voice-photo-inner {
    display: flex;
    align-items: center;
    gap: 5rem;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .shop-view__voice-photo-inner figure {
    max-width: 17rem;
  }
}
.shop-view__voice-photo-inner figure img {
  max-width: 100%;
  border-radius: 100%;
}
.shop-view__voice-photo-comming-soon {
  background-color: white;
  width: 14rem;
  height: 14rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aaa;
}
@media only screen and (max-width: 767px) {
  .shop-view__voice-photo-title h3 {
    background-color: #074097;
    color: white;
    border-radius: 9999px;
    font-size: 3rem;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 4rem;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 4rem;
  }
}
.shop-view__voice-photo p {
  font-size: 2.2rem;
  margin-top: 2rem;
  color: #074097;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .shop-view__voice-photo p {
    font-size: 3.2rem;
    margin-top: 0;
    line-height: 1;
  }
}
.shop-view__voice-body {
  width: 64%;
}
@media only screen and (max-width: 767px) {
  .shop-view__voice-body {
    width: auto;
  }
}
.shop-view__voice-body h3 {
  background-color: #074097;
  color: white;
  border-radius: 9999px;
  font-size: 2rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  line-height: 1.1;
  margin-bottom: 0;
}
.shop-view__voice-body p {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .shop-view__voice-body p {
    margin-top: 4rem;
    font-size: 2.6rem;
  }
}
.shop-view__name {
  width: 50%;
  background-color: #dae1ee;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .shop-view__name {
    width: auto;
    text-align: center;
    padding: 4rem;
  }
}
.shop-view__name h3 {
  font-size: 4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .shop-view__name h3 {
    font-size: 5rem;
  }
}
.shop-view__name h3 span {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .shop-view__name h3 span {
    font-size: 3.75rem;
  }
}
.shop-view__name h3 span.shop-view__name-intro {
  font-size: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .shop-view__name h3 span.shop-view__name-intro {
    font-size: 4.25rem;
  }
}

.shop-list__item {
  color: black;
  margin-top: 5rem;
  background-color: #eef2f7;
  border: 1px solid #eef2f7;
  transition: 0.3s ease;
  padding: 3rem;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .shop-list__item {
    flex-wrap: wrap;
    padding: 4rem;
    margin-top: 7rem;
  }
}
.shop-list__item-gmap {
  width: 46rem;
  height: 46rem;
  margin-right: 4rem;
}
.shop-list__item-gmap iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-gmap {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 0;
    min-height: 35rem;
  }
}
.shop-list__item-info {
  width: calc(100% - 50rem);
}
@media only screen and (max-width: 767px) {
  .shop-list__item-info {
    width: auto;
    margin-top: 4rem;
  }
}
.shop-list__item-info dl {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #b8c8e2;
  margin-top: 2rem;
  padding-top: 2rem;
}
.shop-list__item-info dl:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.shop-list__item-info dt {
  width: 2.6rem;
  line-height: 1.6666666667;
  padding-top: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-info dt {
    width: 4rem;
    margin: -1rem 2rem 0 0;
  }
}
.shop-list__item-info dd {
  width: calc(100% - 5rem);
  line-height: 1.6666666667;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-info dd {
    line-height: 1.3571428571;
    line-height: 1.5;
  }
}
.shop-list__item-info-link {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-info-link {
    margin-top: 4rem;
    display: block;
  }
}
.shop-list__item-info-link .item {
  margin-top: 2rem;
}
.shop-list__item-info-link .item a {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  position: relative;
  padding: 0 7rem 0 3rem;
  background: #074097;
  transition: 0.3s;
  color: #fff;
  border-radius: 12rem;
  border: 1px solid #074097;
}
@media print, screen and (min-width: 768px) {
  .shop-list__item-info-link .item a {
    line-height: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list__item-info-link .item a {
    display: block;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    height: auto;
    font-size: 2.6rem;
  }
}
.shop-list__item-info-link .item a i {
  width: 3.8rem;
  height: 3.8rem;
  background: #fff;
  border-radius: 12rem;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  transition: inherit;
}
.shop-list__item-info-link .item a i::before, .shop-list__item-info-link .item a i::after {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-top: 2px solid #074097;
  border-right: 2px solid #074097;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: inherit;
}
.shop-list__item-info-link .item a i::after {
  left: -12rem;
}
.shop-list__item-info-link .item a:hover {
  background: #fff;
  color: #074097;
  opacity: 1;
}
.shop-list__item-info-link .item a:hover i {
  background: #074097;
}
.shop-list__item-info-link .item a:hover i::before, .shop-list__item-info-link .item a:hover i::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.shop-list__item-info-link .item a:hover i::before {
  right: -12rem;
}
.shop-list__item-info-link .item a:hover i::after {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-info-link a {
    display: block;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    height: auto;
    font-size: 2.6rem;
  }
}
.shop-list__item-info-link--school .item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-info-link--school .item {
    width: 90%;
    margin: 0 auto;
  }
}
.shop-list__item-info-link--school .item i {
  width: 3.4rem;
  height: 3.4rem;
  background: #fff;
  border-radius: 3.4rem;
  right: 1rem;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-info-link--school .item i {
    width: 6.6rem;
    height: 6.6rem;
    right: 2.5rem;
  }
}
.shop-list__item-info-link--school .item i::before, .shop-list__item-info-link--school .item i::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #074097;
  border-right: 2px solid #074097;
  transform: rotate(45deg);
  right: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-info-link--school .item i::before, .shop-list__item-info-link--school .item i::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.shop-list__item-info-link--school .item i::after {
  left: -5rem;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-info-link--school .item i::after {
    left: -9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .shop-list__item-info-link--school .item:hover i {
    background: #074097;
  }
  .shop-list__item-info-link--school .item:hover i::before, .shop-list__item-info-link--school .item:hover i::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .shop-list__item-info-link--school .item:hover i::before {
    right: -5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .shop-list__item-info-link--school .item:hover i::before {
    right: -9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .shop-list__item-info-link--school .item:hover i::after {
    left: 0;
  }
}
.shop-list__item-info-link--school .item a {
  background: #074097;
  min-height: 0;
  transition: 0.3s ease;
  min-width: 20rem;
  text-align: center;
  letter-spacing: 0.2rem;
  background-color: #074097;
  color: white;
  font-size: 1.6rem;
  padding: 0 6rem 0 2.5rem;
  padding-left: calc(2.5rem + 0.2em);
  display: inline-block;
  border-radius: 9999px;
  margin-bottom: 0;
  position: relative;
  border: 1px solid #074097;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-info-link--school .item a {
    width: 100%;
    padding: 2rem 12rem 2rem 5rem;
    min-width: 0;
    margin: 0 auto;
    display: block;
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 768px) {
  .shop-list__item-info-link--school .item a:hover {
    background-color: white;
    border: 1px solid #074097;
    color: #074097;
    opacity: 1;
  }
}
.shop-list__item-address {
  display: flex;
  font-size: 1.8rem;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-address {
    font-size: 2.8rem;
    display: block;
  }
}
.shop-list__item-address--oversea {
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .shop-list__item-address--oversea .shop-list__item-zip {
    width: auto;
  }
}
.shop-list__item-zip {
  margin-right: 2rem;
}
@media print, screen and (min-width: 768px) {
  .shop-list__item-zip {
    width: 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list__item-zip {
    margin-right: 0;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .shop-list__item-add {
    width: calc(100% - 13rem);
  }
}
.shop-list__item-access {
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-access {
    font-size: 2.6rem;
  }
}
.shop-list__item-tel, .shop-list__item-carport, .shop-list__item-fax, .shop-list__item-hours, .shop-list__item-close {
  font-size: 1.8rem;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-tel, .shop-list__item-carport, .shop-list__item-fax, .shop-list__item-hours, .shop-list__item-close {
    font-size: 2.8rem;
  }
}
.shop-list__item-tel .enfont, .shop-list__item-carport .enfont, .shop-list__item-fax .enfont, .shop-list__item-hours .enfont, .shop-list__item-close .enfont {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.1rem;
  padding-left: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-tel .enfont, .shop-list__item-carport .enfont, .shop-list__item-fax .enfont, .shop-list__item-hours .enfont, .shop-list__item-close .enfont {
    line-height: 1.1;
    font-size: 3.6rem;
  }
}
.shop-list__item-tel a, .shop-list__item-fax a {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-tel a, .shop-list__item-fax a {
    pointer-events: auto;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list__item-carport .shop-list__item-content {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list__item-carport .shop-list__item-content__body {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list__item-hours .shop-list__item-content {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list__item-hours .shop-list__item-content__label {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list__item-hours .shop-list__item-content__body {
    width: auto;
  }
}
.shop-list__item-sale {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-sale {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list__item-sale .shop-list__item-content {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list__item-sale .shop-list__item-content__label {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list__item-sale .shop-list__item-content__body {
    width: auto;
  }
}
.shop-list__item-content {
  display: flex;
}
.shop-list__item-content__label {
  width: 12rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-content__label {
    width: 17rem;
  }
}
.shop-list__item-content__body {
  width: calc(100% - 12rem);
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-content__body {
    width: calc(100% - 17rem);
  }
}
.shop-list__item-content p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .shop-list__item-content p {
    font-size: 2.8rem;
  }
}

.shop-line-at {
  margin-top: 8rem;
  background-color: #06c755;
  margin: 8rem auto 0;
  padding: 2rem 3rem 2rem 2rem;
}
@media only screen and (max-width: 767px) {
  .shop-line-at {
    padding: 4rem;
  }
}
.shop-line-at__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .shop-line-at__inner {
    display: block;
    background-color: white;
    border-radius: 2rem;
    padding: 3rem;
  }
}
.shop-line-at__title {
  width: 42.1052631579%;
  background-color: white;
  border-radius: 2rem;
  padding: 2rem 3rem;
}
@media only screen and (max-width: 767px) {
  .shop-line-at__title {
    width: auto;
    background-color: transparent;
    padding: 0;
  }
}
.shop-line-at__title-shop {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #06c755;
}
@media only screen and (max-width: 767px) {
  .shop-line-at__title-shop {
    font-size: 3.6rem;
  }
}
.shop-line-at__title-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid black;
}
@media only screen and (max-width: 767px) {
  .shop-line-at__title-line {
    display: block;
    border-top: none;
    margin-top: 2rem;
    padding-top: 0;
    text-align: center;
  }
}
.shop-line-at__title-line figure {
  width: 6.4rem;
}
.shop-line-at__title-account {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.07rem;
  line-height: 1.2;
}
.shop-line-at__title-account-label {
  color: #06c755;
  display: inline-block;
  margin-bottom: 1rem;
}
.shop-line-at__body {
  font-size: 1.6rem;
  color: white;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .shop-line-at__body {
    color: black;
    width: auto;
    border-top: 1px solid black;
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: 2.6rem;
  }
}
.shop-line-at__btn {
  width: 12.4210526316%;
}
@media only screen and (max-width: 767px) {
  .shop-line-at__btn {
    width: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .shop-line-at__btn img {
    height: 8rem;
  }
}

#school-instructor {
  max-width: 120rem;
  margin: 8rem auto 0;
  width: 90%;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  #school-instructor {
    padding-top: 0;
  }
}
#school-instructor .container {
  width: auto;
}
#school-instructor h3 {
  background-color: #074097;
  color: white;
  font-size: 2.2rem;
  text-align: center;
  border-radius: 1.3rem;
  padding: 1.5rem;
  letter-spacing: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #school-instructor h3 {
    font-size: 3.3rem;
    padding: 2rem;
  }
}
#school-instructor #instructor-wrapper {
  margin: auto;
  gap: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #school-instructor #instructor-wrapper {
    width: 120rem;
  }
}
@media only screen and (max-width: 767px) {
  #school-instructor #instructor-wrapper {
    width: 60.7rem;
    gap: 4rem;
  }
}
#school-instructor #instructor-wrapper li + li {
  margin-top: 0;
}
#school-instructor #instructor-wrapper li {
  display: block;
  margin: 0;
  padding: 0;
  background: #eef2f8;
  width: calc((100% - 5rem) / 3);
}
@media only screen and (max-width: 767px) {
  #school-instructor #instructor-wrapper li {
    width: 100%;
  }
}
#school-instructor #instructor-wrapper li a {
  display: block;
  color: black;
}
#school-instructor #instructor-wrapper li a:hover {
  opacity: 1;
}
#school-instructor #instructor-wrapper li .thumb {
  width: 100%;
}
#school-instructor #instructor-wrapper li .thumb figure {
  overflow: hidden;
}
#school-instructor #instructor-wrapper li .thumb img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: 0.3s;
}
#school-instructor #instructor-wrapper li .post-text {
  padding: 3rem 2rem 3rem 3rem;
}
@media only screen and (max-width: 767px) {
  #school-instructor #instructor-wrapper li .post-text {
    padding: 5rem 5rem 3rem;
  }
}
#school-instructor #instructor-wrapper li .post-text .position {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
  line-height: 1;
  background-color: #074097;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #school-instructor #instructor-wrapper li .post-text .position {
    line-height: 4rem;
    font-size: 2.4rem;
    padding: 0 2rem;
  }
}
#school-instructor #instructor-wrapper li .post-text h4 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #school-instructor #instructor-wrapper li .post-text h4 {
    font-size: 3rem;
  }
}
#school-instructor #instructor-wrapper li .post-text .profile {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 767px) {
  #school-instructor #instructor-wrapper li .post-text .profile {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #school-instructor #instructor-wrapper li a:hover {
    opacity: 1;
  }
  #school-instructor #instructor-wrapper li a:hover .thumb figure img {
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 767px) {
  .container-secondary + #school-instructor {
    margin-top: 0;
    padding-top: 0;
  }
}

.information-wrap .inner {
  width: 110rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .information-wrap .inner {
    width: 90%;
  }
}
.information-wrap .inner .section-title {
  display: flex;
  align-items: center;
}
.information-wrap .inner .section-title h2 {
  color: #074097;
}
.information-wrap#school-information {
  padding: 0 0 4rem;
}
.information-wrap#school-information .container {
  width: 100%;
}
.information-wrap#school-information #shop-blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .information-wrap#school-information #shop-blog-wrapper {
    gap: 2rem;
  }
}
.information-wrap#school-information #shop-blog-wrapper li {
  width: 35rem;
  margin: 0;
  display: block;
  box-shadow: 0px 2px 5px #CCC;
  transition: 0.25s;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .information-wrap#school-information #shop-blog-wrapper li {
    width: 33.3rem;
  }
}
.information-wrap#school-information #shop-blog-wrapper li a {
  text-decoration: none;
  color: #222;
  display: inline-block;
  padding: 0;
  height: 100%;
  width: 100%;
}
.information-wrap#school-information #shop-blog-wrapper li img {
  width: 100%;
}
.information-wrap #school-instructor {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .information-wrap #school-instructor {
    padding: 8rem 5%;
  }
}
@media only screen and (max-width: 767px) {
  .information-wrap #instructor-wrapper li {
    margin: 0 0 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .information-wrap #instructor-wrapper li dl {
    display: flex;
  }
}
.information-wrap #instructor-wrapper li dl dd h4 {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .information-wrap .blog-inner {
    width: 68.7rem;
    margin: auto;
  }
}

.notfound {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .notfound {
    font-size: 3.2rem;
  }
}

.overview {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .overview {
    margin-bottom: 8rem;
  }
}
.overview dl {
  display: flex;
  width: calc((100% - 5rem) / 2);
  border-bottom: 1px solid #074097;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .overview dl {
    width: 100%;
  }
}
.overview dl dt,
.overview dl dd {
  float: none;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .overview dl dt,
.overview dl dd {
    font-size: 2.8rem;
  }
}
.overview dl dt {
  color: #074097;
  margin-right: 0;
  width: 13rem;
}
@media only screen and (max-width: 767px) {
  .overview dl dt {
    width: 19rem;
    margin-right: 2rem;
  }
}
.overview dl dd {
  margin-bottom: 0;
  width: calc(100% - 13rem);
}
@media only screen and (max-width: 767px) {
  .overview dl dd {
    width: calc(100% - 21rem);
  }
}
.overview--content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem 5rem;
}
/*# sourceMappingURL=common.css.map */