@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=BIZ+UDPMincho:wght@400;700&family=Ubuntu:wght@300&display=swap");
.nowrap {
  font-style: normal;
  display: inline-block;
  white-space: nowrap;
}

.ubuntu {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -1px;
}

.mincho {
  font-family: "BIZ UDPMincho", Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-weight: 700;
}

body {
  width: 100%;
  max-width: 2560px;
  margin: auto;
  background: #fff;
  font-family: "BIZ UDPGothic", "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  font-weight: 400;
}

body.other {
  padding-top: 104px;
}

@media (max-width: 1000px) {
  body.other {
    padding-top: 90px;
  }
}
body.home .header-nav {
  background: #F0EDEA;
}

.page-inner {
  width: 100%;
  max-width: 1640px;
  margin: auto;
  padding: 0 20px;
}

.page-inner.narrow {
  max-width: 1240px;
}

.header-fixed {
  z-index: 20;
  position: relative;
  background: #fff;
  border-bottom: 3px solid #AD1E18;
}

.header-fixed h1 {
  display: none;
}

.header-content {
  color: #000000;
}

.header-content .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 60px;
}

.header-content .logo {
  width: auto;
  max-width: 500px;
  font-size: 28px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #452C2C;
}

.header-content .logo .pic {
  width: clamp(40px, 18%, 82px);
  margin-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (pointer: fine) {
  .header-content .logo .pic:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
}
.header-content .logo .tel {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content .logo .tel svg {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

@media (min-width: 1081px) {
  .header-content .logo .tel {
    display: none;
  }
}
.header-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu.header-content .content {
  display: block;
}

.header-content .content .stop {
  width: 70px;
  margin-left: 20px;
  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;
}

.header-content .content .stop img {
  width: auto;
  max-width: 100%;
}

.header-content .content .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.header-content .content .infos .txt span {
  font-size: 18px;
  line-height: 1.4;
  color: #AD1E18;
  display: block;
}

.header-content .content .infos .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content .content .infos .tel {
  margin: 0 20px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 34px;
  color: #000000;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-content .content .infos .tel svg {
  width: 28px;
  height: 28px;
  margin: 0 8px;
}

@media (pointer: fine) {
  .header-content .content .infos .tel:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.header-content .content .infos .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content .content .infos .share a {
  margin: 0 5px;
  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;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #F02271;
  padding: 10px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-content .content .infos .share a.twitter {
  background: #452C2C;
}

.header-content .content .infos .share a svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (pointer: fine) {
  .header-content .content .infos .share a:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.header-content .content .btns {
  margin-top: 5px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-content .content .btns .btn {
  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;
  padding: 10px 20px;
  width: calc(50% - 5px);
  border-radius: 5px;
  background: #02B902;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.header-content .content .btns .btn svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.header-content .content .btns .btn.online {
  background: #AD1E18;
}

@media (pointer: fine) {
  .header-content .content .btns .btn:hover {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  }
}
.header-menu-btn {
  position: fixed;
  right: 40px;
  top: 40px;
  background: #fff;
  z-index: 15;
  width: 80px;
  height: 80px;
  padding: 0 20px;
  font-size: 12px;
  color: #AD1E18;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header-menu-btn .line {
  width: 100%;
  max-width: 45px;
  height: 30px;
  position: relative;
  display: block;
  margin: 0 auto 2px;
}

.header-menu-btn .line span, .header-menu-btn .line:before, .header-menu-btn .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 4px;
  background: #AD1E18;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.header-menu-btn .line span {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-menu-btn .line:before {
  top: 0;
  -webkit-transform: translate(-50%, 4px);
  -ms-transform: translate(-50%, 4px);
  transform: translate(-50%, 4px);
}

.header-menu-btn .line:after {
  bottom: 0;
  -webkit-transform: translate(-50%, -4px);
  -ms-transform: translate(-50%, -4px);
  transform: translate(-50%, -4px);
}

.header-nav {
  padding-bottom: 15px;
  padding: 0 60px;
  position: relative;
  z-index: 18;
}

.header-nav .nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-nav .nav-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

.header-nav .nav-inner ul a {
  text-decoration: none;
}

.header-nav .nav-inner .nav-l li {
  padding: 10px 45px 25px;
  margin-right: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 22px;
  cursor: pointer;
}

.header-nav .nav-inner .nav-l li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 180px;
  height: 85px;
  background-color: #AD1E18;
  border-radius: 0 0 150px 150px;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav .nav-inner .nav-l li a {
  color: #fff;
}

.header-nav .nav-inner .nav-l li span {
  display: block;
  font-size: 0.6em;
  font-family: "BIZ UDPMincho", Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-weight: 700;
  padding-top: 2px;
  line-height: 1;
  font-weight: 900;
}

.header-nav .nav-inner .nav-l li:hover:before {
  opacity: 0.8;
}

.header-nav .nav-inner .nav-r {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav .nav-inner .nav-r > li {
  width: 25%;
}

.header-nav .nav-inner .nav-r > li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  max-height: 18px;
  background: #000;
}

.header-nav .nav-inner .nav-r li {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header-nav .nav-inner .nav-r li a {
  display: block;
  width: 100%;
  color: #000000;
  padding: 6px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav .nav-inner .nav-r li a:hover {
  color: #AD1E18;
}

.header-nav .nav-inner .nav-r li.hover-ul {
  position: relative;
}

.header-nav .nav-inner .nav-r li.hover-ul a {
  z-index: 6;
}

.header-nav .nav-inner .nav-r li.hover-ul ul {
  z-index: 4;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  padding: 10px 0;
  height: auto;
  background: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-nav .nav-inner .nav-r li.hover-ul ul.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav .nav-inner .nav-r li.hover-ul ul li {
  font-size: 14px;
}

.header-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  z-index: 99;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 20px;
}

.header-menu .close span {
  right: 40px;
  top: 40px;
  width: 80px;
  height: 80px;
  line-height: 1;
  color: #AD1E18;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  cursor: pointer;
  z-index: 5;
}

.header-menu .close span svg {
  width: 40px;
  height: 40px;
}

.header-menu .menu-inner {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 60px 0;
}

.header-menu .about {
  padding: 40px 0;
  width: 60%;
  max-width: 720px;
}

.header-menu .about .logo {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.header-menu .about .logo .pic {
  display: block;
  width: 50%;
  max-width: 85px;
  margin: 15px auto;
}

.header-menu .about .btns {
  margin-left: -5px;
  margin-top: 15px;
}

.header-menu .about .btns .btn {
  margin-left: 5px;
}

.header-menu .about .btns .btn.tel {
  background: #2C7EDE;
}

.header-menu .nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 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;
  height: 100%;
  overflow-y: scroll;
  padding-left: 20px;
}

.header-menu .nav ul li {
  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;
  font-size: 18px;
}

.header-menu .nav ul li a {
  padding: 30px 50px;
  position: relative;
  color: #000000;
  z-index: 2;
}

.header-menu .nav ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  text-align: center;
  font-size: 0.8em;
  padding: 8px 10px 10px;
  color: #fff;
  z-index: -1;
  -webkit-transform: translate(48%, -32%);
  -ms-transform: translate(48%, -32%);
  transform: translate(48%, -32%);
}

.header-menu .nav ul li a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #AD1E18;
  z-index: -1;
}

.header-menu .nav ul li a span:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  bottom: 2px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #AD1E18;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: -1;
}

.header-menu .nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 0;
  height: 5px;
  background: #AD1E18;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (pointer: fine) {
  .header-menu .nav ul li a:hover:after {
    width: 80%;
  }
}
.header-menu .nav ul li.hover-ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-menu .nav ul li.hover-ul > a {
  cursor: pointer;
}

.header-menu .nav ul li.hover-ul > a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background: url(../images/cat/arrowtop.png) 100% 100%/contain no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.header-menu .nav ul li.hover-ul > a.active:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-menu .nav ul li.hover-ul ul {
  display: none;
}

.header-menu .nav ul li.hover-ul ul a {
  padding: 5px 10px 15px;
  font-size: 0.8em;
}

.header-menu.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.header-menu.active .menu-inner {
  opacity: 1;
}

.footer-mobel {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 10;
}

.footer-mobel .footer-icon {
  width: 100%;
}

.footer-mobel .footer-icon img {
  width: 100%;
}

.footer-mobel .link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 43%;
}

.footer-mobel .link.line {
  right: 36%;
  width: 40%;
}

.footer-mobel .link.online {
  width: 36.5%;
}

@media (min-width: 767px) {
  .footer-mobel {
    display: none;
  }
}
.footer-pc {
  padding: 20px;
  background: #000;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 26;
  color: #fff;
  display: none;
}

.footer-pc .wrapper {
  width: 100%;
  max-width: 100%;
  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;
}

.footer-pc .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.footer-pc .infos .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3em;
  color: #fff;
  line-height: 1;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-pc .infos .tel a svg {
  width: 34px;
  height: 34px;
  margin-right: 12px;
}

@media (pointer: fine) {
  .footer-pc .infos .tel a:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.footer-pc .infos .tel .txt {
  margin-top: 5px;
}

.footer-pc .infos .share {
  margin: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-pc .infos .share a {
  margin: 0 8px;
  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;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background: #F02271;
  padding: 14px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-pc .infos .share a.twitter {
  background: #452C2C;
}

.footer-pc .infos .share a svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (pointer: fine) {
  .footer-pc .infos .share a:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.footer-pc .btns {
  margin-left: 10px;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-pc .btns .btn {
  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;
  padding: 10px 20px;
  width: 270px;
  max-width: calc(33.33% - 30px);
  margin-left: 30px;
  border-radius: 5px;
  background: #02B902;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.footer-pc .btns .btn svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.footer-pc .btns .btn.online {
  background: #AD1E18;
}

.footer-pc .btns .btn.tel {
  background: #2C7EDE;
}

@media (pointer: fine) {
  .footer-pc .btns .btn:hover {
    opacity: 0.8;
  }
}
.footer-pc.active {
  display: block;
}

@media (max-width: 767px) {
  .footer-pc {
    display: none !important;
  }
}
.footer {
  position: relative;
  padding: 40px 0;
  border-top: 3px solid #AD1E18;
  background: #ffffff;
  font-family: "BIZ UDPGothic", sans-serif;
  z-index: 9;
}

.footer .footer-navs {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-navs .nav-infos {
  width: 25%;
  max-width: 340px;
  font-size: 16px;
  text-align: center;
}

.footer .footer-navs .nav-infos .logo {
  display: block;
  margin: auto;
  width: 50%;
  max-width: 100px;
}

.footer .footer-navs .nav-infos p {
  display: inline-block;
  padding: 5px 20px;
  background-color: #FBD107;
  color: #000;
  margin: 15px auto 5px;
}

.footer .footer-navs .nav-infos span {
  display: block;
}

.footer .footer-navs .nav-infos span.large {
  font-size: 1.25em;
  color: #AD1E18;
  display: block;
}

.footer .footer-navs .nav-infos .tel {
  font-size: 2em;
  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;
  margin: 10px 0 2px;
  color: #000;
}

.footer .footer-navs .nav-infos .tel svg {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}

.footer .footer-navs .nav-infos .share {
  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;
  margin-top: 20px;
}

.footer .footer-navs .nav-infos .share a {
  margin: 0 8px;
  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;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #F02271;
  padding: 12px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .footer-navs .nav-infos .share a.twitter {
  background: #452C2C;
}

.footer .footer-navs .nav-infos .share a.line {
  background: #02B902;
}

.footer .footer-navs .nav-infos .share a svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.footer .footer-navs .nav-infos .txt {
  font-size: 13px;
  width: 100%;
  margin-top: 20px;
}

@media (pointer: fine) {
  .footer .footer-navs .nav-infos .share a:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.footer .footer-navs .nav-ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px 20px;
  font-size: 14px;
}

.footer .footer-navs .nav-ul .ul-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer .footer-navs .nav-ul .ul-wrapper > li {
  width: auto;
  padding: 0 5px;
}

.footer .footer-navs .nav-ul .ul-wrapper > li > a {
  font-size: 1.28em;
  color: #AD1E18 !important;
}

.footer .footer-navs .nav-ul .ul-wrapper > li ul {
  padding: 5px 10px;
}

.footer .footer-navs .nav-ul .ul-wrapper > li a {
  display: block;
  padding: 3px 0;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .footer-navs .nav-ul .ul-wrapper > li a:hover {
  color: #AD1E18;
}

.footer .footer-group .title {
  width: 80%;
  max-width: 200px;
  margin: 20px auto;
}

.footer .footer-group .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  margin-left: -30px;
}

.footer .footer-group .item {
  width: calc(33.33% - 30px);
  margin-left: 30px;
  font-size: 14px;
  text-align: center;
}

.footer .footer-group .item .name {
  font-size: 1.28em;
  padding: 10px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid #211313;
}

.footer .footer-group .item .tip {
  margin-top: 40px;
}

.footer .footer-group .item .tip > div {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.footer .footer-group .item .tip > div span {
  font-size: 1.2em;
  margin-right: 10px;
  line-height: 1.4;
}

.footer .footer-group .item a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .footer-group .item a:hover {
  color: #AD1E18;
}

.commons-loop {
  position: relative;
  z-index: 2;
}

.commons-loop .loop {
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.commons-loop .loop:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/loop-top.png) top left/contain repeat-x;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: loop2 12s infinite linear;
  animation: loop2 12s infinite linear;
}

.commons-loop .loop:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/loop-top.png) top left/contain no-repeat;
  -webkit-animation: loop 12s infinite linear;
  animation: loop 12s infinite linear;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.commons-loop .loop.bottom {
  top: inherit;
  bottom: -2px;
}

.commons-loop .loop.bottom:before, .commons-loop .loop.bottom:after {
  background-image: url(../images/index/loop-bottom.png);
  background-position: left bottom;
}

@media (max-width: 750px) {
  .commons-loop .loop:before, .commons-loop .loop:after {
    background-image: url(../images/index/loop-top-sps.png);
  }
  .commons-loop .loop.bottom:before, .commons-loop .loop.bottom:after {
    background-image: url(../images/index/loop-bottom-sp.png);
  }
}
.commons-title {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
}

.commons-title .jp {
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  position: relative;
  font-family: "BIZ UDPMincho", Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-weight: 700;
}

.commons-title .jp:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  width: 100px;
  height: 10px;
  background: #AD1E18;
}

.commons-title .en {
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #959595;
}

.commons-title.white .jp {
  color: #fff;
}

.commons-subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-family: "BIZ UDPMincho", Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-weight: 700;
}

.commons-subttl em {
  font-style: normal;
  font-size: 2.4em;
  color: #FBD107;
}

.commons-subttl div {
  padding: 10px 40px;
  position: relative;
}

.commons-subttl div:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 92%;
  height: 0;
  border-bottom: 2px solid #fff;
}

.commons-subttl.shadow {
  color: #AD1E18;
}

.commons-subttl.shadow div {
  display: inline;
  -webkit-box-shadow: 0 -24px inset #FBD107;
  box-shadow: 0 -24px inset #FBD107;
}

.commons-subttl.shadow div:after {
  border-bottom-color: #AD1E18;
}

.commons-subttl.shadow em {
  color: #AD1E18;
}

.commons-button {
  font-size: 20px;
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.commons-button a {
  display: block;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  max-width: 800px;
  background: #fff;
  border: 2px solid #AD1E18;
  color: #AD1E18;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.commons-button a svg {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (pointer: fine) {
  .commons-button a:hover {
    -webkit-box-shadow: 4px 4px 0 #AD1E18;
    box-shadow: 4px 4px 0 #AD1E18;
  }
  .commons-button a:hover svg {
    -webkit-transform: translate(4px, -50%);
    -ms-transform: translate(4px, -50%);
    transform: translate(4px, -50%);
  }
}
.commons-button.small a {
  width: 85%;
  max-width: 230px;
  padding: 10px 10px;
  border-width: 1px;
  background: #AD1E18;
  color: #fff;
}

@media (pointer: fine) {
  .commons-button.small a:hover {
    background-color: #fff;
    color: #AD1E18;
  }
}
.commons-button.white a {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

@media (pointer: fine) {
  .commons-button.white a:hover {
    background-color: #fff;
    color: #AD1E18;
  }
}
.commons-button.red a {
  background: #AD1E18;
  color: #fff;
  border-color: #AD1E18;
}

@media (pointer: fine) {
  .commons-button.red a:hover {
    background-color: #fff;
    color: #AD1E18;
  }
}
.commons-contact {
  color: #fff;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 40px auto;
}

.commons-contact .content {
  padding: 40px 60px;
  position: relative;
  z-index: 2;
  font-size: 20px;
}

.commons-contact .content .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.commons-contact .content .title {
  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;
  line-height: 1.4;
}

.commons-contact .content .title .large {
  color: #FBD107;
  font-size: 2.7em;
  margin-right: 60px;
}

.commons-contact .content .infos {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.commons-contact .content .infos .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  font-size: 3em;
  color: #fff;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.commons-contact .content .infos .tel svg {
  width: 48px;
  height: 48px;
  margin-right: 15px;
}

@media (pointer: fine) {
  .commons-contact .content .infos .tel:hover {
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 4px 6px black);
  }
}
.commons-contact .content .infos div {
  margin-bottom: 2px;
}

.commons-contact .content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commons-contact .content .btns a {
  --background-color: #DD231B;
  display: block;
  width: calc(33.33% - 16px);
  margin: 20px 8px;
  padding: 12px 10px;
  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;
  border-radius: 3px;
  background-color: var(--background-color);
  border: 2px solid var(--background-color);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
}

.commons-contact .content .btns a svg {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.commons-contact .content .btns a span {
  color: #FBD107;
  font-size: 24px;
  display: block;
}

.commons-contact .content .btns a.line {
  --background-color: #02B902;
}

.commons-contact .content .btns a.tel {
  --background-color: #2C7EDE;
}

@media (pointer: fine) {
  .commons-contact .content .btns a:hover {
    background: #fff;
    color: #452C2C;
  }
  .commons-contact .content .btns a:hover span {
    color: var(--background-color);
  }
}
.commons-purchase {
  width: 100%;
  overflow: hidden;
  margin: 120px 0;
  position: relative;
  background: #AD1E18;
  color: #fff;
  font-size: 16px;
}

.commons-purchase .content {
  padding: 140px 0 60px;
  text-align: center;
  line-height: 1.2;
}

.commons-purchase .content .large {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "BIZ UDPMincho", Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-weight: 700;
}

.commons-purchase .content .large span {
  font-size: 2em;
  padding-left: 15px;
}

.commons-purchase .content .large em {
  font-style: normal;
}

.commons-purchase .content .large div {
  display: inline;
}

.commons-purchase .content .tip {
  font-size: 14px;
  color: #FBD107;
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.commons-purchase .content .tip div {
  padding: 0 20px;
  text-decoration: underline;
}

.commons-purchase .items {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.commons-purchase .items .item {
  width: 280px;
  max-width: calc(33.33% - 80px);
  margin: 40px 40px;
  padding: 60px 20px;
  position: relative;
  z-index: 2;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.commons-purchase .items .item em {
  font-style: normal;
}

.commons-purchase .items .item:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: #FBD107;
  border-radius: 50%;
  z-index: -1;
}

.commons-purchase .items .item .pic {
  width: 75px;
  height: 75px;
  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-bottom: 20px;
}

.commons-purchase .items .item .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.commons-purchase .items .item .name {
  display: block;
  font-size: 1.6em;
  line-height: 1.4;
  margin-top: 3px;
}

.commons-purchase .items .item:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  cursor: pointer;
}

.commons-purchase .items .item:hover:after {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 5px 5px #452c2c;
  box-shadow: 5px 5px #452c2c;
}

.commons-purchase .others {
  width: auto;
  max-width: 900px;
  margin: 65px auto 25px;
  font-size: 15px;
  line-height: 1.8;
}
.commons-purchase .others .ttl {
  background: #fbd107;
  color: #333;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.commons-purchase .others .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
  margin-left: -25px;
  font-weight: bold;
}
.commons-purchase .others .tab span {
  width: calc(25% - 25px);
  margin-left: 25px;
  padding: 10px 10px;
  background: rgba(69, 44, 44, 0.4);
  color: #fff;
  text-align: center;
}
.commons-purchase .others .tips {
  text-align: left;
  font-size: 12px;
}

.commons-assessment {
  margin: 80px 0;
}

.commons-assessment .ttl {
  font-size: 30px;
  background: #AD1E18;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: "BIZ UDPMincho", Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-weight: 700;
}

.commons-assessment .items {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commons-assessment .item {
  width: 25%;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 3px solid transparent;
}

.commons-assessment .item .icon {
  width: 70px;
  height: 50px;
  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;
  margin: auto;
}

.commons-assessment .item .icon svg {
  fill: #AD1E18;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.commons-assessment .item .large {
  margin: 15px 0 20px;
  color: #AD1E18;
  font-size: 1.7em;
}

@media (pointer: fine) {
  .commons-assessment .item:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    border-bottom-color: #AD1E18;
  }
}
.commons-shops {
  background: #FBD107;
  position: relative;
  padding: 80px 0 160px;
}

.commons-shops .shops-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
}

.commons-shops .item {
  width: calc(25% - 25px);
  margin: 40px 0 0;
  margin-left: 25px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.commons-shops .item .pic {
  position: relative;
}

.commons-shops .item .pic:after {
  content: "";
  display: block;
  padding-top: 72%;
}

.commons-shops .item .pic .ttl {
  position: absolute;
  left: 0;
  top: 82%;
  min-height: 70px;
  background: #fff;
  width: 94%;
  max-width: 320px;
  border-top-right-radius: 10px;
  font-size: 24px;
  line-height: 1.4;
  color: #AD1E18;
  padding: 10px 20px;
}

.commons-shops .item .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 60px 20px 0;
  position: relative;
}

.commons-shops .item .info dl {
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commons-shops .item .info dl svg {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  margin-top: 2px;
}

.commons-shops .item .shop-btn {
  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;
  width: 80%;
  max-width: 220px;
  margin: 15px auto 40px;
  background: #AD1E18;
  color: #fff;
  border: 1px solid #AD1E18;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 10px;
  border-radius: 5px;
}

.commons-shops .item .shop-btn svg {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

@media (pointer: fine) {
  .commons-shops .item .shop-btn:hover {
    background: #fff;
    color: #AD1E18;
  }
}
.commons-video {
  position: relative;
  margin: 40px 0 20px;
  width: 100%;
}

.commons-video .video-wrapper {
  width: 100%;
  max-width: 850px;
  margin: auto;
  padding: 0 20px;
}

.commons-video .video-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.swiper-button-next, .swiper-button-prev {
  color: #AD1E18;
  font-weight: 900;
}

.site-news {
  font-size: 16px;
  padding-bottom: 80px;
}

.site-news .content {
  margin: 40px 0;
  font-size: 1em;
}

.site-news .items {
  margin: 40px 0;
}

.site-news .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 60px;
  padding-right: 100px;
  position: relative;
  color: #312222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #959595;
}

.site-news .items .item .date {
  width: 75px;
  min-width: 75px;
  font-size: 12px;
  color: #959595;
  margin-right: 80px;
}

.site-news .items .item:first-child {
  border-top: 1px solid #959595;
}

.site-news .items .item .more svg {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.site-news.no-bg {
  background: #fff;
  padding-top: 20px;
}

@media (pointer: fine) {
  .site-news .items .item:hover {
    color: #AD1E18;
  }
  .site-news .items .item:hover .more svg {
    -webkit-transform: translate(5px, -50%);
    -ms-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
  }
}
@media (max-width: 1600px) {
  .header-content .logo {
    font-size: 26px;
  }
  .header-content .content .infos .tel {
    font-size: 32px;
  }
  .header-nav .nav-inner .nav-l li {
    padding: 8px 40px 20px;
    margin-right: 15px;
    font-size: 18px;
  }
  .header-nav .nav-inner .nav-l li:before {
    width: 165px;
    height: 80px;
  }
  .header-nav .nav-inner .nav-r li {
    padding: 0 10px;
    font-size: 16px;
  }
  .footer-pc .infos {
    font-size: 13px;
  }
  .footer-pc .infos .share a {
    width: 50px;
    height: 50px;
  }
  .footer-pc .btns {
    font-size: 20px;
  }
  .footer-pc .btns .btn {
    width: 240px;
    max-width: calc(33.33% - 20px);
    margin-left: 20px;
  }
  .commons-title .jp {
    font-size: 28px;
  }
  .commons-title .jp:after {
    height: 8px;
  }
  .commons-button {
    margin: 40px 0;
    font-size: 18px;
  }
  .commons-subttl {
    font-size: 28px;
  }
  .commons-contact .content {
    font-size: 18px;
  }
  .commons-purchase {
    margin: 100px 0 80px;
  }
  .commons-purchase .content {
    padding: 100px 0 40px;
  }
  .commons-purchase .content .large {
    font-size: 28px;
  }
  .commons-purchase .content .tip {
    margin: 40px 0;
  }
  .commons-purchase .items .item {
    max-width: calc(33.33% - 60px);
    margin: 20px 30px;
    font-size: 16px;
  }
  .commons-purchase .others {
    font-size: 14px;
    margin: 50px auto 20px;
  }
  .commons-purchase .others .ttl {
    font-size: 22px;
  }
  .commons-purchase .others .tab {
    padding: 25px 0;
  }
  .commons-assessment .ttl {
    font-size: 28px;
  }
  .commons-assessment .item {
    padding: 20px 5px;
    font-size: 14px;
  }
  .commons-assessment .item .large {
    font-size: 1.6em;
  }
  .commons-assessment .item .icon {
    width: 62px;
    height: 45px;
  }
  .commons-shops .item {
    font-size: 15px;
  }
  .commons-shops .item .pic .ttl {
    font-size: 22px;
  }
  .commons-shops .item .info {
    padding: 45px 20px 0;
  }
  .site-news {
    padding-bottom: 40px;
    font-size: 15px;
  }
  .site-news .items {
    margin: 30px 0;
  }
}
@media (max-width: 1400px) {
  .header-content .wrapper {
    padding: 10px 25px;
  }
  .header-content .logo {
    font-size: 24px;
    max-width: 420px;
    padding: 0;
    padding-right: 20px;
  }
  .header-content .content .infos .tel {
    font-size: 26px;
    margin: 0 5px;
    white-space: nowrap;
  }
  .header-content .content .infos .tel svg {
    width: 24px;
    height: 24px;
  }
  .header-content .content .infos .share a {
    width: 36px;
    height: 36px;
    padding: 8px;
    margin: 0 3px;
  }
  .header-content .content .stop {
    width: 62px;
    margin-left: 15px;
  }
  .header-content .content .btns {
    font-size: 18px;
  }
  .header-content .content .btns .btn {
    padding: 8px 20px;
  }
  .header-menu-btn {
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    padding: 0 15px;
  }
  .header-menu-btn .line {
    height: 28px;
  }
  .header-menu-btn .line span, .header-menu-btn .line:before, .header-menu-btn .line:after {
    height: 3px;
  }
  .header-menu .close span {
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
  }
  .header-menu .close span svg {
    width: 30px;
    height: 30px;
  }
  .header-nav {
    padding: 0 25px;
  }
  .header-nav .nav-inner .nav-l li {
    font-size: 15px;
    padding: 8px 30px 18px;
  }
  .header-nav .nav-inner .nav-l li:before {
    width: 120px;
    height: 64px;
  }
  .header-nav .nav-inner .nav-r li {
    font-size: 15px;
  }
  .header-nav .nav-inner .nav-r li.hover-ul ul {
    top: 28px;
  }
  .header-nav .nav-inner .nav-r li.hover-ul ul li {
    font-size: 12px;
  }
  .header-menu .nav ul li {
    font-size: 16px;
  }
  .header-menu .nav ul li a {
    padding: 30px 20px;
  }
  .footer .footer-navs .nav-infos {
    font-size: 14px;
    width: 22%;
    max-width: 200px;
  }
  .footer .footer-navs .nav-infos p {
    padding: 5px 15px;
  }
  .footer .footer-navs .nav-infos .tel svg {
    width: 22px;
    height: 22px;
    margin-right: 3px;
  }
  .footer .footer-navs .nav-infos .share a {
    width: 42px;
    height: 42px;
    padding: 10px;
  }
  .footer .footer-navs .nav-ul {
    padding: 10px 0;
    padding-left: 20px;
    font-size: 13px;
  }
  .footer .footer-group .item {
    font-size: 13px;
  }
  .footer-pc .infos {
    font-size: 10px;
  }
  .footer-pc .infos .share {
    margin: 0 20px;
  }
  .footer-pc .infos .share a {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .footer-pc .infos .tel a svg {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
  .footer-pc .btns {
    font-size: 16px;
  }
  .footer-pc .btns .btn {
    padding: 8px 15px;
    width: 180px;
  }
  .footer-pc .btns .btn svg {
    width: 22px;
    height: 20px;
  }
  .commons-button {
    font-size: 16px;
  }
  .commons-title .jp {
    font-size: 26px;
  }
  .commons-subttl {
    font-size: 26px;
  }
  .commons-contact .content {
    font-size: 15px;
    padding: 40px 30px;
  }
  .commons-contact .content .title .large {
    margin-right: 40px;
  }
  .commons-contact .content .infos {
    margin: 15px 0;
  }
  .commons-contact .content .btns a {
    width: calc(33.33% - 10px);
    margin: 20px 5px;
    padding: 12px 10px;
  }
  .commons-contact .content .btns a svg {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .commons-contact .content .btns a span {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .commons-purchase {
    margin: 80px 0 60px;
  }
  .commons-purchase .content {
    padding: 60px 0 40px;
  }
  .commons-purchase .content .large {
    font-size: 25px;
  }
  .commons-purchase .content .tip {
    margin: 25px 0;
  }
  .commons-purchase .items {
    margin: 20px 0;
  }
  .commons-purchase .items .item {
    max-width: calc(33.33% - 30px);
    margin: 15px 14px 0;
    font-size: 14px;
  }
  .commons-assessment {
    margin: 40px 0;
  }
  .commons-assessment .ttl {
    font-size: 24px;
  }
  .commons-assessment .items {
    margin: 30px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .commons-assessment .item {
    width: 50%;
    margin: 10px 0;
  }
  .commons-shops .shops-items {
    margin-left: -15px;
  }
  .commons-shops .item {
    font-size: 14px;
    width: calc(25% - 15px);
    margin: 30px 0 0;
    margin-left: 15px;
  }
  .commons-shops .item .pic .ttl {
    font-size: 18px;
  }
  .commons-shops .item .info {
    padding: 35px 20px 0;
  }
  .commons-shops .item .info dl {
    padding: 4px 0;
    line-height: 1.4;
  }
  .commons-shops .item .info dl svg {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    margin-top: 1px;
  }
  .site-news {
    padding-bottom: 20px;
    font-size: 14px;
  }
  .site-news .items {
    margin: 20px 0;
  }
  .site-news .items .item {
    padding: 25px 20px;
  }
  .site-news .items .item .date {
    margin-right: 40px;
  }
}
@media (max-width: 1080px) {
  .header-content .wrapper .content,
  .header-nav .nav-inner .nav-r {
    display: none;
  }
  .header-content {
    padding: 10px 20px;
  }
  .header-content .wrapper {
    padding: 0;
  }
  .header-content .logo {
    font-size: 22px;
    max-width: 60%;
    padding: 0;
  }
  .header-content .logo .pic {
    width: clamp(40px, 18%, 60px);
  }
  .header-content .content .infos {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 25px 0;
    font-size: 11px;
  }
  .header-content .content .infos .txt span {
    font-size: 15px;
  }
  .header-content .content .infos .tel {
    font-size: 22px;
    margin: 0 12px;
    margin-right: 5px;
    white-space: nowrap;
  }
  .header-content .content .infos .tel svg {
    width: 22px;
    height: 20px;
    margin: 2px 5px 0;
  }
  .header-content .content .infos .share a {
    width: 32px;
    height: 32px;
  }
  .header-content .content .btns {
    font-size: 16px;
  }
  .header-content .content .btns .btn {
    padding: 8px 15px;
    width: calc(33.33% - 6px);
  }
  .header-content .content .btns .btn svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .footer .footer-navs {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer-navs .nav-infos {
    width: 100%;
    max-width: 100%;
  }
  .footer .footer-navs .nav-ul {
    width: 100%;
    padding: 40px 0 0;
    font-size: 12px;
  }
  .footer .footer-navs .nav-ul .ul-wrapper > li ul {
    padding: 0 5px;
  }
  .footer .footer-group .items {
    margin: 25px 0;
    margin-left: -20px;
  }
  .footer .footer-group .item {
    font-size: 12px;
    margin-left: 20px;
    width: calc(33.33% - 20px);
  }
  .footer .footer-group .item .name {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
  .footer .footer-group .item .name .tip {
    margin-top: 25px;
  }
  .footer-pc {
    padding: 15px 20px;
  }
  .footer-pc .infos .share {
    margin: 0 12px;
    margin-right: 0;
  }
  .footer-pc .infos .share a {
    width: 36px;
    height: 36px;
  }
  .footer-pc .infos .tel a {
    font-size: 2.4em;
  }
  .footer-pc .infos .tel a svg {
    width: 24px;
    height: 24px;
  }
  .footer-pc .btns {
    font-size: 14px;
  }
  .footer-pc .btns .btn {
    width: auto;
    max-width: 100%;
    margin-left: 15px;
  }
  .footer-pc .btns .btn svg {
    width: 20px;
    height: 18px;
  }
  .commons-button {
    font-size: 15px;
  }
  .commons-button a {
    padding: 15px 20px;
    padding-right: 40px;
  }
  .commons-button a svg {
    right: 25px;
    height: 14px;
  }
  .commons-purchase .items .item .pic {
    width: 65px;
    height: 65px;
  }
  .commons-purchase .content .tip {
    font-size: 12px;
  }
  .commons-purchase .others .ttl {
    font-size: 20px;
  }
  .commons-purchase .others .tab span {
    padding: 8px 10px;
  }
  .commons-contact {
    padding: 0;
    margin-bottom: 0;
  }
  .commons-contact .content {
    font-size: 14px;
    padding: 40px 20px;
  }
  .commons-contact .content .btns a span {
    font-size: 20px;
  }
  .commons-shops {
    padding: 40px 0 100px;
  }
  .commons-shops .item {
    width: calc(50% - 15px);
    margin: 20px 0 0;
    margin-left: 15px;
  }
  .commons-shops .item .pic .ttl {
    max-width: 240px;
  }
}
@media (max-width: 850px) {
  body {
    padding-top: 82px;
  }
  .header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header-menu-btn {
    right: 20px;
    top: 20px;
    z-index: 20;
    width: 60px;
    height: auto;
  }
  .header-menu-btn .line {
    max-width: 30px;
    height: 22px;
  }
  .header-menu-btn .line:before {
    -webkit-transform: translate(-50%, 2px);
    -ms-transform: translate(-50%, 2px);
    transform: translate(-50%, 2px);
  }
  .header-menu-btn .line:after {
    -webkit-transform: translate(-50%, -2px);
    -ms-transform: translate(-50%, -2px);
    transform: translate(-50%, -2px);
  }
  .header-menu {
    padding: 40px 20px;
  }
  .header-menu .close span {
    right: 20px;
    top: 20px;
    width: 60px;
    height: auto;
  }
  .header-menu .menu-inner {
    position: relative;
    padding: 140px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
  }
  .header-menu .about {
    padding: 20px 0;
    width: 100%;
    max-width: 100%;
  }
  .header-menu .about .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-menu .about .logo .pic {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-menu .about .logo p {
    font-size: 12px;
    background: #F3DA24;
    text-align: center;
    padding: 5px 40px;
  }
  .header-menu .nav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    height: auto;
    overflow-y: visible;
    padding-left: 0;
  }
  .header-menu .nav ul li {
    font-size: 16px;
  }
  .header-menu .nav ul li a {
    padding: 15px 40px;
  }
  .header-menu .nav ul li a:after {
    bottom: 2px;
    height: 2px;
  }
  .header-menu .nav ul li a span {
    width: 75px;
    padding: 6px 6px 8px;
  }
  .header-menu .nav ul li a span:after {
    border-left-width: 6px;
  }
  .header-menu .nav ul li.hover-ul > a:before {
    width: 14px;
    height: 14px;
  }
  .header-menu .nav ul li.hover-ul ul {
    padding: 5px 10px 8px;
  }
  .header-menu .nav ul li.hover-ul ul a {
    padding: 2px 10px 10px;
  }
  .header-content .logo {
    font-size: 18px;
  }
  .header-content .logo .pic {
    width: clamp(37px, 15%, 50px);
  }
  .header-content .menu-btn {
    width: 40px;
    font-size: 12px;
  }
  .header-content .content .infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
    font-size: 12px;
  }
  .header-content .content .infos .txt span {
    font-size: 17px;
  }
  .header-content .content .infos .right {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-content .content .infos .tel {
    margin: 0;
    margin-right: 10px;
  }
  .header-content .content .btns {
    display: none;
  }
  .header-nav .nav-inner .nav-l li {
    font-size: 13px;
    padding: 4px 25px 12px;
  }
  .header-nav .nav-inner .nav-l li span {
    margin-top: 0;
  }
  .header-nav .nav-inner .nav-l li:before {
    width: 105px;
    height: 48px;
    -webkit-box-shadow: 5px 2px 10px #570300;
    box-shadow: 5px 2px 10px #570300;
  }
  .footer-pc .share {
    margin: 0 5px;
    margin-right: 0;
  }
  .footer-pc .share a {
    margin: 0 3px;
  }
  .footer-pc .btns .btn {
    margin-left: 10px;
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .copyright {
    padding: 1em 1em;
  }
}
@media (max-width: 750px) {
  body {
    padding-top: 68px;
  }
  .header-fixed {
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  }
  .header-menu {
    padding: 20px;
  }
  .header-menu .close span {
    top: 10px;
    width: 50px;
  }
  .header-menu .menu-inner {
    padding: 80px 0 0;
  }
  .header-menu .about .logo {
    margin-bottom: 15px;
  }
  .header-menu .about .logo .pic {
    top: 0px;
    max-width: 60px;
  }
  .header-menu-btn {
    top: 10px;
    width: 50px;
    font-size: 10px;
  }
  .header-content {
    padding: 10px 20px;
  }
  .header-content .logo {
    max-width: calc(100% - 50px);
    font-size: 14px;
  }
  .header-content .logo .tel svg {
    width: 14px;
    height: 14px;
  }
  .header-content .content .infos {
    text-align: center;
  }
  .header-content .content .infos .right {
    margin-top: 12px;
  }
  .header-nav {
    overflow: visible;
    padding: 0 20px;
  }
  .header-nav .nav-inner ul {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-nav .nav-inner .nav-l li {
    white-space: nowrap;
    margin: 0;
    width: calc(33.33% - 5px);
    padding: 4px 10px 15px;
  }
  .footer .footer-navs .nav-infos {
    font-size: 12px;
  }
  .footer .footer-navs .nav-infos .tel {
    font-size: 2.4em;
  }
  .footer .footer-navs .nav-infos .txt {
    font-size: 12px;
  }
  .footer .footer-navs .nav-ul .ul-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .footer .footer-navs .nav-ul .ul-wrapper > li {
    text-align: center;
    width: 100%;
  }
  .footer .footer-navs .nav-ul .ul-wrapper > li > a {
    padding: 10px 40px;
    position: relative;
  }
  .footer .footer-navs .nav-ul .ul-wrapper > li > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url(../images/cat/arrowtop.png) 100% 100%/contain no-repeat;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .footer-navs .nav-ul .ul-wrapper > li > a.active:after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .footer-navs .nav-ul .ul-wrapper > li ul {
    background: #F7F7F7;
    display: none;
    padding: 5px 0;
  }
  .footer .footer-navs .nav-ul .ul-wrapper > li ul a {
    padding: 8px 0;
  }
  .footer .footer-navs .nav-ul .ul-wrapper > li ul.active {
    display: block;
  }
  .footer .footer-group .items {
    margin: 25px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .footer-group .item {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .footer .footer-group .item .tip {
    width: 80%;
    margin: auto;
    margin-top: 25px;
  }
  .page-inner {
    padding: 0 18px;
  }
  .commons-title .jp {
    font-size: 24px;
  }
  .commons-subttl {
    font-size: 22px;
  }
  .commons-subttl.shadow {
    font-size: 20px;
  }
  .commons-subttl.shadow div {
    padding: 10px 20px;
    -webkit-box-shadow: 0 -20px inset #FBD107;
    box-shadow: 0 -20px inset #FBD107;
  }
  .commons-btn {
    margin: 25px 0 20px;
  }
  .commons-contact .page-inner {
    padding: 0;
  }
  .commons-contact .content {
    padding: 40px 12px 20px;
  }
  .commons-contact .content .title {
    display: block;
    text-align: center;
  }
  .commons-contact .content .title .large {
    font-size: 30px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .commons-contact .content .infos {
    display: block;
    text-align: center;
    font-size: 12px;
  }
  .commons-contact .content .infos .tel {
    margin: 20px 0 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .commons-contact .content .infos .tel svg {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
  .commons-contact .content .btns a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    padding: 12px 5px;
    text-align: center;
    border-radius: 10px;
  }
  .commons-contact .content .btns a svg {
    width: 30px;
    height: 30px;
    margin: 0 0 10px;
  }
  .commons-contact .content .btns a span {
    font-size: 12px;
  }
  .commons-purchase {
    margin: 40px 0;
  }
  .commons-purchase .content {
    padding: 40px 0;
    font-size: 12px;
  }
  .commons-purchase .content .large {
    font-size: 18px;
    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;
  }
  .commons-purchase .content .large em {
    display: block;
    text-align: right;
  }
  .commons-purchase .content .large span {
    white-space: nowrap;
  }
  .commons-purchase .items {
    margin: 20px 0 40px;
  }
  .commons-purchase .items .item {
    width: 120px;
    max-width: calc(33.33% - 10px);
    margin: 20px 5px 0;
    padding: 20px 10px;
    font-size: 14px;
    position: relative;
  }
  .commons-purchase .items .item:after {
    max-width: 120px;
    padding-top: clamp(80px, 100%, 120px);
  }
  .commons-purchase .items .item em {
    display: none;
  }
  .commons-purchase .items .item .name {
    font-size: 14px;
  }
  .commons-purchase .items .item .pic {
    width: 40px;
    height: 36px;
    margin-bottom: 3px;
  }
  .commons-purchase .items .item:nth-child(3) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .commons-purchase .tip {
    font-size: 10px;
  }
  .commons-purchase .tip span {
    display: block;
  }
  .commons-purchase .content .tip div {
    padding: 0;
  }
  .commons-purchase .others {
    font-size: 12px;
    margin: 40px auto 0;
  }
  .commons-purchase .others .ttl {
    padding: 8px 15px;
    font-size: 15px;
  }
  .commons-purchase .others .tab {
    padding: 20px 0;
    font-size: 11px;
    margin-left: -15px;
  }
  .commons-purchase .others .tab span {
    width: calc(25% - 15px);
    margin-left: 15px;
    padding: 8px 5px;
	  
  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;
   -ms-flex-direction: column;
  flex-direction: column;
  }
  .commons-purchase .others .tips {
    font-size: 10px;
  }
  .commons-assessment .item {
    padding: 10px 2px;
    font-size: 12px;
  }
  .commons-assessment .item .large {
    margin: 12px 0;
  }
  .commons-shops {
    padding: 40px 0 60px;
  }
  .commons-shops .shops-items {
    margin: 0;
    display: block;
  }
  .commons-shops .item {
    width: 100%;
    margin: 20px 0 0;
    margin-top: 65px;
    padding: 20px;
    font-size: 12px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: visible;
  }
  .commons-shops .item .pic {
    width: 48%;
    min-width: 48%;
    max-width: 48%;
    margin-right: 20px;
  }
  .commons-shops .item .pic .ttl {
    top: 0;
    left: -20px;
    width: 90vw;
    max-width: 300px;
    min-height: 60px;
    padding: 15px 20px;
    font-size: 16px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .commons-shops .item .info {
    padding: 0;
    width: calc(52% - 20px);
  }
  .commons-shops .item .shop-btn {
    width: auto;
    padding: 10px 20px;
    margin: 15px 0;
  }
  .site-news {
    padding: 0;
    margin: 40px 0;
  }
  .site-news .items {
    margin: 10px 0;
  }
  .site-news .items .item {
    display: block;
    padding: 20px 20px;
    padding-right: 40px;
  }
  .site-news .items .item .date {
    margin: 0;
    margin-bottom: 10px;
    font-size: 10px;
    color: #959595;
  }
  .site-news .items .item .more svg {
    right: 10px;
    height: 18px;
  }
  body.home .site-news {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
@media (max-width: 350px) {
  .commons-contact .content .title .large {
    font-size: 27px;
  }
  .commons-contact .content .btns a {
    width: calc(33.33% - 4px);
    margin: 20px 2px;
    padding: 12px 2px;
    white-space: nowrap;
  }
  .commons-assessment .item {
    font-size: 10px;
  }
}