@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1B1B1B;
  font-weight: 500;
}

.Montserrat {
  font-family: "Montserrat", sans-serif;
}

.Oswald {
  font-family: "Oswald", sans-serif;
}

.Noto {
  font-family: "Noto Sans JP", sans-serif;
}

p,
a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  p,
  a {
    font-size: 16px;
  }
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.anchor {
  margin: -80px 0 0;
  padding: 80px 0 0;
}
@media screen and (min-width: 768px) {
  .anchor {
    margin: -180px 0 0;
    padding: 180px 0 0;
  }
}

.container {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 0;
  }
}

.inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
}

.center {
  text-align: center;
}

.cmn-title01 {
  position: relative;
  margin: 0 0 56px;
  color: #E20314;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  line-height: 1;
}
.cmn-title01 span {
  display: block;
  margin: 0 0 24px;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cmn-title01 {
    font-size: 48px;
  }
  .cmn-title01 span {
    font-size: 16px;
  }
}

.cmn-title02 {
  margin: 0 0 16px;
  padding: 16px 8px;
  background: #E20314;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cmn-title02 {
    margin: 0 0 24px;
    padding: 24px 16px;
    background: #E20314;
    color: #fff;
    font-size: 24px;
  }
}

.cmn-title03 {
  position: relative;
  margin: 0 0 56px;
  color: #E20314;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
}
.cmn-title03 span {
  display: block;
  margin: 24px 0 0;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cmn-title03 {
    font-size: 48px;
  }
  .cmn-title03 span {
    font-size: 16px;
  }
}

.cmn-link01 a {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 12px 0;
  border-radius: 12px;
  border: solid 2px #fff;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #E20314;
}
@media screen and (min-width: 768px) {
  .cmn-link01 a {
    width: 380px;
    padding: 22px 0;
    font-size: 20px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.common-fixed01 {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 8px 8px;
  bottom: 0;
  z-index: 1;
  background: #fff;
}
.common-fixed01 .btn-list {
  display: flex;
  justify-content: space-between;
}
.common-fixed01 .btn-list .item {
  width: 32%;
}
.common-fixed01 .btn-list .item + .item {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .common-fixed01 {
    height: 96px;
    margin: 0;
  }
  .common-fixed01 .btn-list {
    display: flex;
    gap: 8px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .common-fixed01 .btn-list .item {
    width: 33%;
  }
  .common-fixed01 .btn-list .item + .item {
    margin: 0;
  }
}

.cmn-tab-container01 .tab-buttons {
  display: flex;
  justify-content: space-between;
}
.cmn-tab-container01 .tab-buttons .tab-button {
  width: 30%;
  padding: 8px 0;
  background: #DAD5CD;
  border-radius: 12px 12px 0 0;
  font-size: 14px;
  font-weight: 700;
}
.cmn-tab-container01 .tab-buttons .tab-button.active {
  background: #E20314;
  color: #fff;
}
.cmn-tab-container01 .area-tab-content {
  padding: 24px 12px;
  background: #fff;
}
.cmn-tab-container01 .area-tab-content .tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}
.cmn-tab-container01 .area-tab-content .tab-content.active {
  display: block;
}
.cmn-tab-container01 .area-tab-content .tab-content .title03 {
  margin: 0 0 16px;
  font-size: 14px;
  color: #E20314;
  font-weight: 700;
  text-align: center;
}
.cmn-tab-container01 .area-tab-content .tab-content .text {
  text-align: center;
  font-size: 12px;
  line-height: 2;
}
.cmn-tab-container01 .area-tab-content .tab-content .text + .text {
  margin: 16px 0 0;
}
.cmn-tab-container01 .area-tab-content .tab-content .link {
  margin: 32px 0 0;
}
.cmn-tab-container01 .area-tab-content .tab-content .link a {
  background: #fff;
  border: solid 2px #E20314;
  color: #E20314;
}
.cmn-tab-container01 .area-tab-content .tab-content .link a:hover {
  background: #e31d11;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .cmn-tab-container01 .tab-buttons {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .cmn-tab-container01 .tab-buttons .tab-button {
    width: 33%;
    padding: 18px 0;
    font-size: 24px;
  }
  .cmn-tab-container01 .area-tab-content {
    padding: 48px 12px;
    background: #fff;
  }
  .cmn-tab-container01 .area-tab-content .tab-content .title03 {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 1.57;
  }
  .cmn-tab-container01 .area-tab-content .tab-content .text {
    font-size: 16px;
  }
  .cmn-tab-container01 .area-tab-content .tab-content .text + .text {
    margin: 24px 0 0;
  }
  .cmn-tab-container01 .area-tab-content .tab-content .link {
    margin: 48px 0 0;
  }
}

.wrapper {
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 140px 0 0;
  }
}

.gHeader {
  position: fixed;
  width: 100%;
  display: flex;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 10;
  background: #fff;
}
.gHeader .link-warp {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.gHeader .link-warp .header-top {
  display: flex;
  align-items: center;
  width: calc(100% - 60px);
}
.gHeader .link-warp .header-top .logo {
  width: 120px;
  margin: 0;
  padding: 7px 11px;
  vertical-align: middle;
}
.gHeader .link-warp .header-top .logo a {
  display: flex;
}
.gHeader .link-warp .header-top .area-contact {
  display: flex;
  justify-content: end;
  gap: 0;
  width: calc(100% - 130px);
  height: 100%;
}
.gHeader .link-warp .header-top .area-contact .area-tel {
  position: relative;
  display: flex;
  align-items: center;
}
.gHeader .link-warp .header-top .area-contact .area-tel:before {
  content: "";
  width: 26px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url(../img/common/icon/free.png) no-repeat 0 0;
  background-size: 100%;
}
.gHeader .link-warp .header-top .area-contact .area-tel a span {
  display: block;
  line-height: 1;
}
.gHeader .link-warp .header-top .area-contact .area-tel a .text {
  font-size: 10px;
  font-weight: 700;
}
.gHeader .link-warp .header-top .area-contact .area-tel a .tel {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.gHeader .link-warp .header-top .area-contact .area-tel a .date {
  font-size: 10px;
}
.gHeader .link-warp .header-top .area-contact .area-line {
  display: none;
}
.gHeader .link-warp .header-top .area-contact .area-mail {
  display: none;
  background: #E20314;
}
.gHeader .link-warp .area-link {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.gHeader .link-warp .area-link .area-btnMenu {
  position: relative;
  width: 60px;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 3;
  background: #E20314;
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu .txt {
  left: -4px;
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu span:first-child {
  margin-top: 11px;
  transform: rotate(45deg);
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu span:nth-child(2) {
  left: 100%;
  margin-top: 10px;
  opacity: 0;
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu span:nth-child(3) {
  margin-top: 11px;
  transform: rotate(-45deg);
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu {
  position: relative;
  margin: 0 auto;
  padding: 0px 0 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span {
  display: block;
  position: absolute;
  top: 18px;
  left: 15px;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease-out;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span:first-child {
  margin-top: 0;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span:nth-child(2) {
  margin-top: 10px;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span:nth-child(3) {
  margin-top: 20px;
}
.gHeader .link-warp .area-link .area-btnMenu .txt {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #01608C;
  z-index: 2;
  text-align: center;
}
.gHeader .link-warp #gNavWrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  top: 0;
  padding-top: 60px;
  background: #fff;
  overflow-y: auto;
  scrollbar-width: none;
  z-index: 2;
  transition: all 0.4s;
  transition: opacity 0.3s cubic-bezier(0.14, 0.28, 0, 0.94);
}
.gHeader .link-warp #gNavWrap.open {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  transition: all 0.4s;
}
.gHeader .link-warp #gNav {
  padding: 20px 0 0;
}
.gHeader .link-warp #gNav .sitemap-logo {
  width: 220px;
  margin: 0;
  padding: 0 20px;
}
.gHeader .link-warp #gNav .sitemap01 {
  position: relative;
  margin: 0 0 20px;
  padding: 20px;
  overflow: auto;
  z-index: 1000;
}
.gHeader .link-warp #gNav .sitemap01 .item {
  border-bottom: solid 1px #000;
}
.gHeader .link-warp #gNav .sitemap01 .item a {
  position: relative;
  display: block;
  padding: 20px 0 20px 0;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.gHeader .link-warp #gNav .sitemap01 .item a.pc-link {
  display: none;
}
.gHeader .link-warp #gNav .sitemap01 .item .parent-link .pc {
  display: none;
}
.gHeader .link-warp #gNav .sitemap01 .item .child-list {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.gHeader .link-warp #gNav .sitemap01 .item .child-list .child-item {
  padding: 0 0 0 20px;
  border-bottom: solid 1px #000;
}
.gHeader .link-warp #gNav .sitemap01 .item .child-list .child-item:last-child {
  border: none;
}
.gHeader .link-warp #gNav .sitemap01 .item.is-open .parent-link {
  border-bottom: solid 1px #000;
  max-height: 5000px;
}
.gHeader .link-warp #gNav .sitemap01 .item.is-open .child-list {
  display: block;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title {
  position: relative;
  display: block;
  padding: 20px 0 20px;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title:before, .gHeader .link-warp #gNav .sitemap01 .item .menu-title:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #222;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title.js-menu-close::before {
  opacity: 0;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title.js-menu-close:after {
  transform: translateY(-50%) rotate(180deg);
}
.gHeader .link-warp #gNav .sitemap01 .item.is-open .menu-title:before {
  opacity: 0;
}
.gHeader .link-warp #gNav .sitemap01 .item.is-open .menu-title:after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .gHeader {
    height: 102px;
    top: 0;
    padding: 0;
  }
  .gHeader .link-warp {
    display: block;
    padding: 0 0 0 18px;
  }
  .gHeader .link-warp .header-top {
    width: 100%;
    justify-content: space-between;
  }
  .gHeader .link-warp .header-top .logo {
    width: 160px;
    padding: 10px 0;
  }
  .gHeader .link-warp .header-top .logo a {
    display: table-cell;
    vertical-align: middle;
  }
  .gHeader .link-warp .header-top .area-contact {
    width: calc(100% - 200px);
    height: 102px;
  }
  .gHeader .link-warp .header-top .area-contact .area-tel {
    padding: 0 12px 0 0;
  }
  .gHeader .link-warp .header-top .area-contact .area-tel:before {
    content: "";
    width: 42px;
    height: 28px;
    margin: 0 10px 0 0;
  }
  .gHeader .link-warp .header-top .area-contact .area-tel a .text {
    font-size: 12px;
    font-weight: 700;
  }
  .gHeader .link-warp .header-top .area-contact .area-tel a .tel {
    font-size: 32px;
    line-height: 1.5;
  }
  .gHeader .link-warp .header-top .area-contact .area-tel a .date {
    font-size: 12px;
  }
  .gHeader .link-warp .header-top .area-contact .area-line {
    display: block;
  }
  .gHeader .link-warp .header-top .area-contact .area-line a {
    width: 102px;
    height: 100%;
    padding: 16px 8px;
    background: #51CA00;
  }
  .gHeader .link-warp .header-top .area-contact .area-line a .icon {
    display: block;
    width: 42px;
    margin: 0 auto 8px;
  }
  .gHeader .link-warp .header-top .area-contact .area-line a span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  .gHeader .link-warp .header-top .area-contact .area-mail {
    display: block;
  }
  .gHeader .link-warp .header-top .area-contact .area-mail a {
    width: 102px;
    height: 100%;
    padding: 16px 0;
    background: #E20314;
  }
  .gHeader .link-warp .header-top .area-contact .area-mail a .icon {
    display: block;
    width: 43px;
    margin: 0 auto 20px;
  }
  .gHeader .link-warp .header-top .area-contact .area-mail a span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .gHeader .link-warp .area-link {
    display: flex;
  }
  .gHeader .link-warp .area-link .area-btnMenu {
    display: none;
  }
  .gHeader .link-warp #gNavWrap {
    opacity: 1;
    visibility: visible;
    position: initial;
    width: auto;
    height: auto;
    margin: -1px 0 0 -18px;
    padding: 8px 0 0;
    transform: translateX(0);
    background: #000;
  }
  .gHeader .link-warp #gNavWrap #gNav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 16px 0 0;
    padding: 0;
    overflow: auto;
    z-index: 1000;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item {
    width: auto;
    border-bottom: none;
    padding: 0 0 8px;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item a {
    display: block;
    padding: 0;
    font-size: 16px;
    border-bottom: none;
    font-weight: 400;
    color: #fff;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item a.pc-link {
    display: inline-block;
    border: none;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title {
    position: relative;
    display: none;
    padding: 20px 0 20px;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title:before, .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #222;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title:after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title.js-menu-close::before {
    opacity: 0;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title.js-menu-close:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item.hover-item {
    position: relative;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item.hover-item:hover .child-list {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item.hover-item.is-hover .child-list {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list {
    position: absolute;
    top: 32px;
    left: 0;
    display: none;
    max-height: none;
    background: #000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list:hover {
    display: block;
    max-height: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item {
    border-bottom: dashed 1px #ccc;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item:last-child {
    border-bottom: none;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item:first-child {
    border-top: none;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item a {
    padding: 20px 0 20px 0;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .gHeader {
    overflow: visible !important;
  }
  #gNavWrap {
    overflow: visible !important;
  }
  #gNav {
    overflow: visible !important;
  }
  .hover-item {
    position: relative;
  }
  .hover-item .child-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 9999;
    display: none;
  }
  .hover-item:hover .child-list {
    display: block;
  }
  .gHeader,
  .link-warp,
  #gNavWrap,
  #gNav,
  #gNav .sitemap01 {
    overflow: visible !important;
  }
  .hover-item {
    position: relative;
  }
  .hover-item .child-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 99999;
  }
  .hover-item:hover .child-list {
    display: block !important;
  }
}
footer {
  position: relative;
  padding: 54px 0 120px;
  background: #E20314;
}
footer .footer-inner {
  padding: 0 15px;
}
footer .footer-inner .logo {
  width: 240px;
  margin: 0 auto 32px;
}
footer .footer-inner .list {
  margin: 0 0 24px;
}
footer .footer-inner .list .item a {
  font-size: 12px;
  color: #fff;
}
footer .footer-inner .text {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
footer .area-copy {
  padding: 8px 15px;
}
footer .area-copy .text {
  text-align: center;
  font-size: 10px;
  color: #fff;
}
footer .area-copy .copyright {
  text-align: center;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 64px 0 160px;
  }
  footer .footer-inner .logo {
    max-width: 540px;
  }
  footer .footer-inner .list {
    display: flex;
    justify-content: center;
    gap: 0 48px;
  }
  footer .footer-inner .list .item a {
    font-size: 16px;
  }
  footer .footer-inner .text {
    font-size: 14px;
    line-height: 1.7142857143;
  }
  footer .footer-inner .footer-info {
    max-width: 360px;
  }
  footer .area-copy {
    padding: 48px 0 16px;
  }
  footer .area-copy .copyright {
    text-align: center;
    font-size: 11px;
    color: #fff;
  }
}

.map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .map {
    padding-bottom: 480px;
  }
}

.fix_right {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 6;
  opacity: 0;
}
.fix_right.active {
  opacity: 1;
}
.fix_right a {
  width: 40px;
  height: 200px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  flex-direction: column;
  border-radius: 10px 0 0 10px;
  padding: 0.8rem 0;
  background: #ffe200;
}
.fix_right a .noto {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.33;
  writing-mode: vertical-rl;
}

/* モーダルの背景 */
.modal {
  display: none;
  /* 初期は非表示 */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* モーダルの中身 */
  /* 閉じるボタン */
}
.modal .modal-content {
  position: absolute;
  overflow-y: scroll;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 85%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 10px;
  border-radius: 10px;
}
.modal .modal-content h3 {
  margin: 0 0 24px;
}
.modal .modal-content .text {
  font-size: 14px;
  line-height: 1.5;
}
.modal .modal-content .text + .text {
  margin: 24px 0 0;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal .modal-content {
    padding: 60px 40px;
  }
  .modal .modal-content h3 {
    margin: 0 0 24px;
  }
  .modal .modal-content .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .modal .modal-content .text + .text {
    margin: 24px 0 0;
  }
}

.main-img .img {
  position: relative;
}
.main-img .img .area-text {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main-img .img .area-text .title01 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.main-img .img .area-text .title01 span {
  display: block;
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 12px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.main-img .img .area-text .text {
  color: #fff;
  font-size: 12px;
  line-height: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .main-img .img {
    position: relative;
    max-height: 500px;
    height: calc(100vh - 238px);
  }
  .main-img .img .area-text {
    max-width: 1040px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .main-img .img .area-text .detail {
    width: 510px;
  }
  .main-img .img .area-text .detail .title01 {
    margin: 0 0 32px;
    font-size: 48px;
  }
  .main-img .img .area-text .detail .title01 span {
    margin: 0 0 16px;
    font-size: 16px;
  }
  .main-img .img .area-text .detail .text {
    font-size: 16px;
  }
}

/* よくある質問 */
@keyframes faq_answer {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.faq .list .item + .item {
  margin: 16px 0 0;
}
.faq .list .item dl dt {
  cursor: pointer;
}
.faq .list .item dl dd {
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.5s ease;
}
.faq .list .item dl dd.active, .faq .list .item dl dd.is-open {
  display: block;
}

.campaign {
  margin: 0 0 80px;
}
.campaign .title01 {
  margin: 0 0 32px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #E20314;
}
.campaign .text {
  margin: 0 0 32px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #E20314;
}
.campaign .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign .splide__slide .campaign-item {
  text-align: center;
}
.campaign .splide__slide .campaign-item .campaign-image {
  width: 100%;
}
.campaign .splide__slide .campaign-item .campaign-image img {
  width: 75%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.market-list .item + .item {
  margin: 24px 0 0;
}
.market-list .item .content .brand {
  margin: 0 0 8px;
}
.market-list .item .content .brand dt {
  display: inline-block;
  margin: 0 0 8px;
  padding: 8px;
  line-height: 1;
  background: #1B1B1B;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.market-list .item .content .brand dd {
  font-size: 16px;
  font-weight: 700;
}
.market-list .item .content .name {
  font-size: 16px;
}
.market-list .item .content .detail {
  margin: 8px 0 0;
  padding: 8px 0 0;
  border-top: solid 1px #9B9B9B;
}
.market-list .item .content .detail table {
  width: 100%;
  border-collapse: collapse;
}
.market-list .item .content .detail table tbody tr {
  padding: 8px 0;
}
.market-list .item .content .detail table tbody tr th {
  width: 80px;
  padding: 8px 0;
}
.market-list .item .content .detail table tbody tr th span {
  display: flex;
  width: 80px;
  justify-content: center;
  align-items: center;
  height: 32px;
  background: #E20314;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
}
.market-list .item .content .detail table tbody tr td {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  color: #E20314;
}
.market-list .item .content .detail table tbody tr td span {
  padding: 0 0 0 4px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .market-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .market-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(50% - 24px);
    gap: 24px;
  }
  .market-list .item + .item {
    margin: 0;
  }
  .market-list .item .img {
    width: 40%;
  }
  .market-list .item .content {
    width: 60%;
  }
  .market-list .item .content .brand {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .market-list .item .content .brand dt {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
  }
  .market-list .item .content .brand dd {
    font-size: 16px;
  }
  .market-list .item .content .detail table tbody tr th span {
    font-size: 12px;
    text-align: center;
  }
  .market-list .item .content .detail table tbody tr td {
    font-size: 24px;
  }
  .market-list .item .content .detail table tbody tr td span {
    font-size: 16px;
  }
}

.achievements-list {
  margin: 0 0 32px;
}
.achievements-list .item + .item {
  margin: 32px 0 0;
}
.achievements-list .item a {
  display: block;
}
.achievements-list .item a .img {
  overflow: hidden;
  position: relative;
  margin: 0 0 8px;
  padding: 100% 0 0;
}
.achievements-list .item a .img img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.achievements-list .item a .achievement-meta {
  color: #fff;
}
.achievements-list .item a .achievement-meta .date {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}
.achievements-list .item a .achievement-meta .title {
  font-size: 14px;
  line-height: 1.5;
}
.achievements-list .item a .achievement-meta .title .store {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .achievements-list {
    display: flex;
    gap: 24px;
  }
  .achievements-list .item {
    width: 25%;
  }
  .achievements-list .item + .item {
    margin: 0;
  }
  .achievements-list .item a .img {
    margin: 0 0 8px;
  }
  .achievements-list .item a .achievement-meta .date {
    font-size: 14px;
  }
  .achievements-list .item a .achievement-meta .title {
    font-size: 16px;
  }
  .achievements-list .item a .achievement-meta .title .stroe {
    font-size: 16px;
  }
}

.splide .splide__arrow--prev {
  left: -0.5em;
}
.splide .splide__arrow--next {
  right: -0.5em;
}
@media screen and (min-width: 768px) {
  .splide .splide__pagination {
    bottom: -2em;
  }
  .splide .splide__pagination .splide__pagination__page {
    background: #9B9B9B;
  }
  .splide .splide__pagination .splide__pagination__page.is-active {
    background: #1B1B1B;
  }
}

.voice-list .item {
  padding: 30px 0 0;
}
.voice-list .item .item-inner {
  position: relative;
  background: #F3F3F3;
  padding: 12px;
}
.voice-list .item .item-inner .img {
  position: absolute;
  top: -30px;
  left: 0;
  width: 50px;
  padding: 8px;
  border-radius: 50px;
  background: #F3F3F3;
}
.voice-list .item .item-inner .img img {
  border-radius: 50px;
}
.voice-list .item .item-inner .title02 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}
.voice-list .item .item-inner .title02 span {
  display: inline-block;
  padding: 0 0 0 0.5em;
  font-size: 14px;
}
.voice-list .item .item-inner .content {
  padding: 12px;
  background: #fff;
}
.voice-list .item .item-inner .content .text p {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .voice-list .item {
    padding: 80px 0 0;
  }
  .voice-list .item .item-inner {
    position: relative;
    background: #F3F3F3;
    padding: 12px;
  }
  .voice-list .item .item-inner .img {
    position: absolute;
    top: -40px;
    left: 0;
    width: 80px;
    padding: 8px;
  }
  .voice-list .item .item-inner .img img {
    border-radius: 50px;
  }
  .voice-list .item .item-inner .title02 {
    margin: 0 0 12px;
    padding: 0 0 0 60px;
    text-align: left;
  }
  .voice-list .item .item-inner .content {
    padding: 16px;
  }
  .voice-list .item .item-inner .content .text p {
    font-size: 14px;
  }
}

.faq-list .item {
  background: #EEEEEE;
}
.faq-list .item + .item {
  margin: 12px 0 0;
}
.faq-list .item dl {
  padding: 12px;
}
.faq-list .item dl dt {
  position: relative;
  cursor: pointer;
}
.faq-list .item dl dt:before, .faq-list .item dl dt:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 16px;
  height: 2px;
  background-color: #1B1B1B;
  transition: all 0.3s ease-in-out;
}
.faq-list .item dl dt:before {
  transform: rotate(90deg);
}
.faq-list .item dl dt span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 8px;
  width: calc(100% - 40px);
  font-weight: 500;
}
.faq-list .item dl dt span:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/common/icon/q.png) no-repeat center;
  background-size: 100%;
}
.faq-list .item dl.is-open dt:before {
  transform: rotate(180deg);
}
.faq-list .item dl.is-open dt:after {
  opacity: 0;
}
.faq-list .item dl dd {
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 0 8px;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.faq-list .item dl dd::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/common/icon/a.png) no-repeat center;
  background-size: 100%;
}
.faq-list .item dl dd .text {
  width: calc(100% - 40px);
  font-weight: 500;
  line-height: 1.5;
}
.faq-list .item dl.is-open dd {
  height: auto;
  opacity: 1;
  pointer-events: inherit;
  padding: 12px 0 0;
}
.faq-list .item dl.is-open dd .text {
  display: block;
}
@media screen and (min-width: 768px) {
  .faq-list .item {
    background: #EEEEEE;
  }
  .faq-list .item + .item {
    margin: 12px 0 0;
  }
  .faq-list .item dl {
    padding: 16px;
  }
  .faq-list .item dl dt span {
    gap: 0 24px;
    font-size: 20px;
  }
  .faq-list .item dl dt span:before {
    width: 48px;
    height: 48px;
  }
  .faq-list .item dl dd {
    gap: 0 24px;
    align-items: center;
  }
  .faq-list .item dl dd::before {
    width: 48px;
    height: 48px;
  }
  .faq-list .item dl dd .text {
    font-size: 16px;
  }
}

.news-list .item {
  padding: 12px;
  background: #fff;
}
.news-list .item + .item {
  margin: 12px 0 0;
}
.news-list .item .date {
  font-size: 12px;
  color: #999;
}
.news-list .item .area-category .category {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 500;
}
.news-list .item .title02 {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news-list .item {
    display: flex;
    gap: 16px;
    align-items: baseline;
    padding: 20px 32px;
  }
  .news-list .item + .item {
    margin: 16px 0 0;
  }
  .news-list .item .date {
    font-size: 14px;
    line-height: 1;
  }
  .news-list .item .area-category {
    display: block;
    min-width: 6em;
    line-height: 1;
  }
  .news-list .item .area-category .category {
    margin: 0;
    font-size: 14px;
  }
  .news-list .item .title02 {
    font-size: 14px;
  }
}

.need {
  margin: 0 0 80px;
}
.need .title01 {
  margin: 0 0 32px;
}
.need .need-list .item + .item {
  margin: 24px 0 0;
}
.need .need-list .item .img {
  margin: 0 0 16px;
}
.need .need-list .item .title02 {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .need {
    margin: 0 0 96px;
  }
  .need .title01 {
    margin: 0 0 48px;
  }
  .need .need-list {
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
  }
  .need .need-list .item + .item {
    margin: 0;
  }
  .need .need-list .item + .item .img {
    max-width: 470px;
    margin: -48px auto 48px;
  }
  .need .need-list .item .img {
    margin: 0 0 48px;
  }
  .need .need-list .item .title02 {
    margin: 0 0 32px;
    font-size: 18px;
    text-align: center;
  }
  .need .need-list .item .area-text {
    display: flex;
    gap: 0 32px;
  }
}

.flow-list {
  list-style: none;
}
.flow-list .item + .item {
  margin: 24px 0 0;
}
.flow-list .item .img {
  margin: 0 0 12px;
}
.flow-list .item .title03 {
  margin: 0 0 12px;
  padding: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: solid 1px #1B1B1B;
}
.flow-list .item .title03 em {
  display: block;
  margin: 0 0 8px;
  line-height: 1;
  font-style: normal;
  color: #E20314;
  font-weight: 700;
}
.flow-list .item .area-text .text {
  font-size: 12px;
  line-height: 1.7142857143;
}
.flow-list .item .area-text .text + .text {
  margin: 16px 0 0;
}
@media screen and (min-width: 768px) {
  .flow-list {
    display: flex;
    justify-content: space-between;
    gap: 72px 0;
  }
  .flow-list .item {
    width: calc(33% - 36px);
  }
  .flow-list .item + .item {
    margin: 0;
  }
  .flow-list .item .img {
    margin: 0 0 16px;
  }
  .flow-list .item .title03 {
    margin: 0 0 12px;
    padding: 0 0 12px;
    font-size: 16px;
  }
  .flow-list .item .title03 em {
    margin: 0 0 8px;
    font-size: 16px;
  }
  .flow-list .item .area-text .text {
    font-size: 14px;
  }
  .flow-list .item .area-text .text + .text {
    margin: 16px 0 0;
  }
}

.common-page {
  padding: 160px 0 80px;
}
.common-page h1 {
  margin: 0 0 16px;
  padding: 16px 8px;
  background: #E20314;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.common-page h2 {
  font-size: 18px;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 5px;
  margin-bottom: 16px;
  position: relative;
  color: #3c3c3c;
}
.common-page h2:before {
  content: " ";
  display: block;
  width: 24%;
  height: 2px;
  background: #e31d11;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.common-page h3 {
  margin: 0 0 16px;
  font-size: 16px;
}
.common-page h3:before {
  content: "■";
  color: #e31d11;
  margin: 0 8px 0 0;
}
.common-page p {
  margin: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .common-page h1 {
    margin: 0 0 32px;
    padding: 24px 16px;
    font-size: 24px;
  }
  .common-page h2 {
    font-size: 20px;
    border-bottom: 2px solid #E5E5E5;
    padding-bottom: 5px;
    margin-bottom: 16px;
    position: relative;
    color: #3c3c3c;
  }
  .common-page h2:before {
    content: " ";
    display: block;
    width: 24%;
    height: 2px;
    background: #e31d11;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .common-page h3 {
    margin: 0 0 16px;
    font-size: 18px;
  }
  .common-page p {
    margin: 0 0 24px;
  }
  .common-page a {
    text-decoration: underline;
  }
  .common-page a:hover {
    text-decoration: none;
  }
}

.not-found {
  padding: 120px 0;
}
.not-found h2 {
  margin: 0 0 40px;
  font-size: 20px;
}
.not-found .link {
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .not-found {
    padding: 160px 0;
  }
  .not-found .area-txt {
    max-width: 800px;
    margin: 0 auto;
  }
  .not-found .area-txt h2 {
    margin: 0 0 40px;
    font-size: 24px;
  }
  .not-found .area-txt .link {
    margin: 80px 0 0;
  }
}/*# sourceMappingURL=common.css.map */