.banner-home {
  display: flex;
  gap: 104px;
  justify-content: space-between;
  position: relative;
  height: 596px;
}
.banner-home::after {
  content: "";
  width: 800px;
  height: 800px;
  background-color: #F5F1E6;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  z-index: -2;
}

.box-text-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-text-banner p {
  min-height: 58px;
  border-radius: 5px;
  background-color: #e6000c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  padding: 0 25px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
}
.box-text-banner p:last-child {
  margin-right: 0;
  margin-left: auto;
}

.banner-home-left {
  position: relative;
  width: 50%;
}
.banner-home-left::after {
  content: "";
  width: 122px;
  height: 88px;
  background-image: url(../images/index/af-bn-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -46px;
  right: 160px;
}
.banner-home-left::before {
  content: "";
  width: 77px;
  height: 92px;
  background-image: url(../images/index/af-bn-2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -73px;
  left: 88px;
}

.box-content-banner {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
}
.box-content-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}

.banner-home-right {
  position: relative;
  width: 50%;
}
.banner-home-right .box-content-banner img {
  -o-object-position: center left;
     object-position: center left;
}
.banner-home-right::after {
  content: "";
  width: 143px;
  height: 93px;
  background-image: url(../images/index/af-bn-3.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -46px;
  right: 160px;
}
.banner-home-right::before {
  content: "";
  width: 132px;
  height: 68px;
  background-image: url(../images/index/af-bn-4.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -67px;
  right: 5px;
}
.banner-home-right .text-banner {
  left: 100px;
  transform: none;
}

.text-banner {
  font-size: 9rem;
  font-family: "Oooh Baby", cursive;
  color: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.box-slide-home {
  margin: 0 auto;
}

.slide-home .slick-list {
  overflow: visible;
  margin: 0 -20px;
}
.slide-home .slick-slide {
  padding: 0 20px;
}
.slide-home .slick-slide img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.main-title {
  position: relative;
}
.main-title::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 9px;
  left: 0;
  bottom: -24px;
  background-image: url(../images/index/bg-title.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-title.center {
  text-align: center;
}
.main-title.center::after {
  left: 50%;
  transform: translateX(-50%);
}
.main-title-en {
  font-size: 7.5rem;
  color: #F3000D;
  letter-spacing: 0.025em;
  font-family: "Lexend", sans-serif;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.main-title-jp {
  font-size: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  margin-top: 15px;
  font-weight: bold;
  line-height: 1;
}
.main-title-jp span {
  color: #f3000d;
}
.box-home-store .main-title::after{
  display: none;
}
.box-home-store {
  border: 2px solid #f3000d;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 50px 50px;
}

.box-search-store {
  display: flex;
  gap: 5px;
  position: relative;
  z-index: 2;
}

.search-store-left {
  width: 25%;
  padding: 35px;
  background: #ffe6e7;
}

.search-store-center {
  width: 33%;
  padding: 35px;
  background: #ffe6e7;
}

.search-store-right {
  width: 42%;
  padding: 35px;
  background: #ffe6e7;
}

.title-search {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.box-select select {
  border: 1px solid #231816;
  width: 100%;
  font-weight: 500;
  height: 50px;
  padding: 15px;
  color: #8c8c8c;
  font-size: 1.6rem;
  background-color: #fff;
  background-image: url(../images/index/bg-select.svg);
  background-size: 21px 12px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

.box-search-small {
  display: flex;
  gap: 10px;
}
.box-search-small input {
  height: 50px;
  color: #8c8c8c;
  font-weight: 500;
  border: 1px solid #231816;
  background-color: #fff;
  padding-left: 16px;
  width: 100%;
  font-size: 1.6rem;
}

a.link-img img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  overflow: hidden;
}

button.btn.btn-search {
  width: 75px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  background-color: #464646;
  color: #fff;
  border-radius: 5px;
  border: none;
}

.box-check-box label {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.box-check-box label input {
  margin-right: 10px;
}

.box-check-box:last-child label {
  margin-bottom: 0;
}

.result-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
  gap: 10px;
}
.result-search p {
  font-weight: 500;
}
.result-search p span {
  font-size: 3rem;
  font-family: "Zen kaku Gothic New", sans-serif;
  color: #f3000d;
  margin-left: 5px;
}

.title-home-store {
  position: relative;
  z-index: 1;
}
.title-home-store::after {
  content: "";
  width: 321px;
  height: 321px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}

a.btn.btn-main {
  max-width: 280px;
  min-height: 65px;
  background-color: #f3000d;
  border: 2px solid #f3000d;
  border-radius: 8px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
}
a.btn.btn-main::after {
  width: 16px;
  height: 16px;
  mask-image: url(../images/index/icon-right.svg);
  -webkit-mask-image: url(../images/index/icon-right.svg);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  right: 20px;
  background-color: #fff;
  transition: 0.3s;
}
a.btn.btn-main:hover {
  background-color: #fff;
  color: #f3000d;
  border-color: #f3000d;
}
a.btn.btn-main:hover::after {
  background-color: #f3000d;
}
a.btn.btn-main.btn-mail {
  max-width: 320px;
}
a.btn.btn-main.btn-mail::before {
  width: 31px;
  height: 22px;
  mask-image: url(../images/index/icon-mail.svg);
  -webkit-mask-image: url(../images/index/icon-mail.svg);
  background-color: #fff;
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  left: 27px;
}
a.btn.btn-main.btn-mail:hover::before {
  background-color: #f3000d;
}
a.btn.btn-main.btn-link-2 {
  border-color: #1a3ca9;
  background-color: #fff;
  color: #231816;
}
a.btn.btn-main.btn-link-2::after {
  background-color: #1a3ca9;
}
a.btn.btn-main.btn-link-2:hover {
  background-color: #1a3ca9;
  color: #fff;
  border-color: #fff;
}
a.btn.btn-main.btn-link-2:hover::after {
  background-color: #fff;
}
a.btn.btn-main.btn-mac {
  border-color: #17008c;
  background-color: #17008c;
  color: #fff;
}
a.btn.btn-main.btn-mac::after {
  background-color: #fff;
}
a.btn.btn-main.btn-mac:hover {
  background-color: #fff;
  color: #17008c;
  border-color: #17008c;
}
a.btn.btn-main.btn-mac:hover::after {
  background-color: #17008c;
}
a.btn.btn-main.btn-tenant {
  max-width: 270px;
  min-height: 50px;
  background-color: #fff;
  color: #231816;
  border-width: 1px;
}
a.btn.btn-main.btn-tenant::before {
  width: 30px;
  height: 24px;
  mask-image: url(../images/index/menu-1.svg);
  -webkit-mask-image: url(../images/index/menu-1.svg);
  background-color: #f3000d;
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  left: 21px;
}
a.btn.btn-main.btn-tenant::after {
  background-color: #f3000d;
}
a.btn.btn-main.btn-tenant:hover {
  background-color: #f3000d;
  color: #fff;
  border-color: #f3000d;
}
a.btn.btn-main.btn-tenant:hover::before {
  background-color: #fff;
}
a.btn.btn-main.btn-tenant:hover::after {
  background-color: #fff;
}
a.btn.btn-main.btn-main-white {
  background-color: #fff;
  max-width: 290px;
  min-height: 50px;
  font-size: 1.6rem;
  color: #231816;
  padding-right: 20px;
}
a.btn.btn-main.btn-main-white::after {
  background-color: #f3000d;
}
a.btn.btn-main.btn-main-white:hover {
  background-color: #f3000d;
  color: #fff;
  border-color: #f3000d;
}
a.btn.btn-main.btn-main-white:hover::after {
  background-color: #fff;
}
a.btn.btn-main.btn-chirashi {
  height: 100%;
  padding-left: 70px;
  justify-content: flex-start;
  padding-top: 19px;
  align-items: flex-start;
  border-radius: 12px;
}
a.btn.btn-main.btn-chirashi::after {
  right: 23px;
  transform: none;
  bottom: 18px;
  top: auto;
  font-size: 1.7rem;
}
a.btn.btn-main.btn-chirashi::before {
  width: 29px;
  height: 36px;
  mask-image: url(../images/index/icon-5.svg);
  -webkit-mask-image: url(../images/index/icon-5.svg);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  left: 23px;
}
a.btn.btn-main.btn-chirashi:hover::before {
  background-color: #f3000d;
}

.tenant_link {
  width: 270px;
}

.home-store {
  position: relative;
}
.home-store::after {
  content: "";
  width: 100%;
  height: 350px;
  background-image: url(../images/index/bg-home-store.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.home-news {
  position: relative;
}
.home-news::after {
  content: "";
  width: 682px;
  height: 610px;
  background-image: url(../images/index/bg-1.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  right: -375px;
  top: -300px;
  z-index: -1;
}

.box-home-business {
  background: #f3000d;
}

.business-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business-img {
  max-height: 400px;
}

.box-text-business {
  padding: 35px 59px 40px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 580px;
  margin: 0 auto;
  box-shadow: 0 -40px 15px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  top: -40px;
}
.box-text-business h3 {
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  color: #231816;
  margin-bottom: 30px;
}
.box-text-business h4 {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}
.box-text-business p {
  line-height: 1.75;
}

.title-busi {
  font-size: 5rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f3000d;
  color: white;
  paint-order: stroke fill;
  font-family: "Lexend", sans-serif;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}

.box-btn-busi {
  padding-top: 35px;
}
.box-btn-busi a.btn.btn-main {
  max-width: 373px;
  min-height: 80px;
  box-shadow: 5px 5px 0 0 rgba(51, 51, 51, 0.5);
  color: #231816;
  background-color: #ffeded;
}
.box-btn-busi a.btn.btn-main::after {
  background-color: #f3000d;
}
.box-btn-busi a.btn.btn-main::before {
  width: 33px;
  height: 27px;
  mask-image: url(../images/index/menu-1.svg);
  -webkit-mask-image: url(../images/index/menu-1.svg);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  left: 28px;
  background-color: #f3000d;
  transition: 0.3s;
}
.box-btn-busi a.btn.btn-main:hover {
  background-color: #f3000d;
  color: #fff;
}
.box-btn-busi a.btn.btn-main:hover::after {
  background-color: #fff;
}
.box-btn-busi a.btn.btn-main:hover::before {
  background-color: #fff;
}

.box-text-busi-inner {
  padding: 0 30px;
}

.box-home-business-2 {
  background: #0069b3;
}
.box-home-business-2 .box-btn-busi a.btn.btn-main {
  background-color: #edf8ff;
  border-color: #0069b3;
  color: #0069b3;
}
.box-home-business-2 .box-btn-busi a.btn.btn-main::after {
  background-color: #0069b3;
}
.box-home-business-2 .box-btn-busi a.btn.btn-main::before {
  background-color: #0069b3;
}
.box-home-business-2 .box-btn-busi a.btn.btn-main:hover {
  background-color: #0069b3;
  color: #fff;
}
.box-home-business-2 .box-btn-busi a.btn.btn-main:hover::after {
  background-color: #fff;
}
.box-home-business-2 .box-btn-busi a.btn.btn-main:hover::before {
  background-color: #fff;
}

.home-business {
  position: relative;
}
.home-business .main-title {
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
.home-business .main-title::before {
  width: 500px;
  height: 200px;
  content: "";
  background-image: url(../images/index/bg-2.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  z-index: -1;
}
.home-business::after {
  content: "";
  width: 460px;
  height: 380px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -150px;
  left: -190px;
  z-index: -1;
}

.title-box-border {
  text-align: center;
  border-bottom: 1px solid #f3000d;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
}

.box-border {
  padding: 25px 45px 45px;
  border: 2px solid #f3000d;
  border-radius: 16px;
  background: #fff;
}

.box-flex-visa {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 30px;
  gap: 10px;
}

.home-company {
  position: relative;
}
.home-company::after {
  content: "";
  width: 600px;
  height: 619px;
  background-image: url(../images/index/com-2.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 105px;
  left: -180px;
  z-index: -1;
}
.home-company::before {
  content: "";
  width: 610px;
  height: 642px;
  background-image: url(../images/index/com-1.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
}

.home-company-right {
  padding-left: 40px;
}

.home-company-left {
  position: relative;
  height: 480px;
}
.home-company-left .img-company {
  position: absolute;
  right: 0;
  height: 100%;
}
.home-company-left .img-company img {
  max-width: unset;
  height: 100%;
}

.box-btn-recruit {
  display: flex;
  border: 3px solid #fff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(-30deg, rgb(77, 193, 255) 0%, rgb(0, 69, 179) 80%, rgb(0, 57, 148) 100%);
  position: relative;
  box-shadow: 5px 5px 0 0 rgba(51, 51, 51, 0.5);
}
.box-btn-recruit::after {
  content: "";
  width: 34px;
  height: 29px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 34px;
  bottom: 30px;
}

.img-btn-recruit {
  width: 260px;
}

.btn-recruit-left {
  flex: 1;
  padding: 30px;
}

.btn-recruit-left a {
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
}

.text-recruit {
  font-size: 5.7rem;
  opacity: 0.8;
  color: #fff;
  mix-blend-mode: overlay;
  position: absolute;
  left: 18px;
  bottom: -10px;
  font-family: "Lexend", sans-serif;
  color: #b0ddff;
  letter-spacing: 0.1em;
}

.home-recruit-right {
  margin-left: 150px;
  margin-top: 50px;
  position: relative;
}
.home-recruit-right::before {
  content: "";
  width: 120px;
  height: 100px;
  background-image: url(../images/index/bg-mini.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -37px;
  right: -110px;
  z-index: 1;
}

.img-recruit {
  margin-right: -254px;
  position: relative;
}
.img-recruit::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #4dc1ff;
  position: absolute;
  top: 0;
  left: 140px;
  z-index: -1;
  border-radius: 50%;
}
.img-recruit::before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #4dc1ff;
  position: absolute;
  left: -20px;
  top: 135px;
  border-radius: 50%;
}

.home-recruit {
  position: relative;
}
.home-recruit::after {
  content: "";
  width: 100%;
  height: 530px;
  background-color: #d8f5ff;
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: -3;
}
.home-recruit .main-title-jp span {
  color: #0045b3;
}
.home-recruit .main-title::after {
  background-image: url(../images/index/bg-title-2.webp);
}
.home-recruit::before {
  content: "";
  width: 234px;
  height: 123px;
  background-image: url(../images/index/after-recruit.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  left: 65px;
}

a.btn.btn-link {
  justify-content: flex-start;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
a.btn.btn-link::after {
  width: 19px;
  height: 16px;
  mask-image: url(../images/index/icon-right.svg);
  -webkit-mask-image: url(../images/index/icon-right.svg);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #f3000d;
  right: 28px;
}
a.btn.btn-link span {
  padding-left: 27px;
  font-size: 2.2rem;
  font-weight: bold;
}
a.btn.btn-link .btn-link-img {
  width: 200px;
  overflow: hidden;
}
a.btn.btn-link .btn-link-img img {
  transition: 0.3s;
}
a.btn.btn-link:hover .btn-link-img img {
  transform: scale(1.1);
}

.sub-title {
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #231816;
  position: relative;
}
.sub-title span {
  color: #f3000d;
}
.sub-title::after {
  content: "";
  width: 58px;
  height: 9px;
  background-image: url(../images/index/bg-title.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.footer-wrap {
  position: relative;
}
.footer-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f7f6f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

a.btn.btn-link-2 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
a.btn.btn-link-2 img {
  width: 100%;
}

.list-social {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 30px;
  justify-content: flex-end;
  margin-right: 15px;
}
.list-social a:nth-child(1) {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  overflow: hidden;
}

.list-social {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 30px;
}

.footer-logo {
  display: flex;
}
.footer-logo .btn-recruit-left {
  padding: 15px 30px;
}
.footer-logo .btn-recruit-left a {
  font-size: 2.2rem;
}
.footer-logo .box-btn-recruit {
  min-height: 90px;
  border-width: 2px;
}
.footer-logo .text-recruit {
  font-size: 3.2rem;
  left: 30px;
}
.footer-logo .box-btn-recruit::after {
  width: 23px;
  height: 20px;
  top: 24px;
  right: 24px;
}

.footer-logo-left {
  width: 375px;
}

.footer-center {
  flex: 1;
}

.footer-logo-right {
  width: 280px;
}

.box-flex-ft {
  display: flex;
}

.ft-left {
  width: 166px;
}

.ft-right {
  width: 210px;
}

a.link-footer {
  display: block;
  color: #f3000d;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  min-width: 65px;
  margin-bottom: 13px;
}
a.link-footer::after {
  content: "";
  width: 14px;
  height: 12px;
  mask-image: url(../images/index/icon-right.svg);
  -webkit-mask-image: url(../images/index/icon-right.svg);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #f3000d;
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
}
a.link-footer::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #f3000d;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
a.link-footer:hover::before {
  width: 100%;
}

a.sub-link-footer {
  text-decoration: underline;
  margin-left: 15px;
  display: block;
  margin-bottom: 10px;
}
a.sub-link-footer:hover {
  color: #828282;
}

a.btn.btn-footer {
  max-width: 265px;
  min-height: 50px;
  background: #f3000d;
  color: #fff;
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 30px;
  border: 2px solid #f3000d;
}
a.btn.btn-footer::after {
  width: 20px;
  height: 20px;
  mask-image: url(../images/index/icon-blank.svg);
  -webkit-mask-image: url(../images/index/icon-blank.svg);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  right: 20px;
}
a.btn.btn-footer::before {
  width: 33px;
  height: 26px;
  mask-image: url(../images/index/icon-cart.svg);
  -webkit-mask-image: url(../images/index/icon-cart.svg);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  left: 15px;
}
a.btn.btn-footer:hover {
  background: #fff;
  color: #f3000d;
  border-color: #f3000d;
}
a.btn.btn-footer:hover::after {
  background-color: #f3000d;
}
a.btn.btn-footer:hover::before {
  background-color: #f3000d;
}

.box-link-footer {
  border-top: 1px solid #f3000d;
  padding-top: 40px;
  display: flex;
  align-items: center;
}
.box-link-footer a:last-child {
  margin-left: auto;
}

a.menu-footer {
  display: block;
  padding: 0 22px;
  border-right: 1px solid #231816;
  color: #231816;
}
a.menu-footer:first-child {
  padding-left: 0;
}
a.menu-footer span {
  position: relative;
}
a.menu-footer span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #231816;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
a.menu-footer:hover span::before {
  width: 100%;
}

.address-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 30px 0;
}

.footer-copyright {
  background: #f3000d;
}

a.btn.btn-header {
  flex-direction: column;
  width: 120px;
  height: 95px;
  background: #0045b3;
  color: #fff;
  border: 2px solid #0045b3;
  border-radius: 8px;
}
a.btn.btn-header span {
  position: relative;
  margin-top: 5px;
  padding-right: 25px;
}
a.btn.btn-header span::after {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url(../images/index/icon-blank.svg);
  -webkit-mask-image: url(../images/index/icon-blank.svg);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}
a.btn.btn-header:hover {
  background: #edf8ff;
  color: #0045b3;
  border-color: #0045b3;
}
a.btn.btn-header:hover span::after {
  background-color: #0045b3;
}
a.btn.btn-header:hover svg > * {
  stroke: #0045b3 !important;
}
a.btn.btn-header:hover svg path,
a.btn.btn-header:hover svg ellipse {
  fill: #0045b3 !important;
}

.box-menu-phone {
  display: flex;
  align-items: center;
  gap: 16px;
}

.page-header-title {
  height: 310px;
  padding-top: 85px;
  position: relative;
} 
.page-header-title::after {
  content: "";
  width: 192px;
  height: 100px;
  background-image: url(../images/index/after.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

.page-header {
  position: relative;
}
.page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f7f6f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.page-header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-page-full.webp);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-company .page-header::before {
  background-image: url(../images/index/bg-page-full.webp);
}

.title-en {
  font-size: 7.5rem;
  font-family: "Lexend", sans-serif;
  color: #f3000d;
  font-weight: 500;
  text-transform: uppercase;
}

.title-jp {
  font-size: 2.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #f3000d;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.box-bgcl {
  background-color: #ffebeb;
  border-radius: 15px;
  padding: 30px;
}

.page-contact .box-border {
  padding: 45px;
  box-shadow: 3px 3px 0 0 #f3000d;
  border-radius: 20px;
}
.page-contact .title-box-border {
  font-size: 2rem;
  color: #f3000d;
  border-width: 2px;
}
.page-contact ul.list-anchor li {
  width: 260px;
  margin-right: 40px;
}
.page-contact ul.list-anchor li:last-child {
  margin-right: 0;
}

.file-upload {
  display: flex;
  align-items: center;
  font-family: sans-serif;
}

.custom-file-label {
  background-color: #e6e6e6;
  border: 1px solid #949494;
  padding: 5px 15px;
  height: 50px;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 30px;
  display: flex;
  color: #575757;
  align-items: center;
}

.custom-file-label:hover {
  background-color: #e0e0e0;
}

.hidden-file {
  display: none;
}

.file-name {
  color: #353535;
}

.contact-03 {
  background-color: #F5F1E6;
}

.color-8c {
  color: #8c8c8c;
}

.box-social-fix {
  position: fixed;
  right: 0;
  top: 300px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.top-social {
  padding: 16px;
  background: #ffe000;
}

.bot-social a {
  display: block;
  text-align: center;
  margin: 13px 0;
}

.top-social span {
  display: block;
  text-align: center;
  color: #fd000d;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 7px;
  line-height: 1.14;
}

.top-social a img {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 11px;
}

.bot-social {
  padding: 5px 0;
}

@media (min-width: 768px) {
  body:not(.home) .header-inner {
    box-shadow: 0 0 18px 0 rgba(103, 89, 82, 0.2);
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
  body:not(.home) .header-main .main-menu .nav > li {
    height: 130px;
    border-right: 1px solid #edeaea;
    display: flex;
    align-items: center;
  }
  body:not(.home) .header-main .main-menu .nav > li.active {
    background-color: #ffebeb;
  }
  body:not(.home) .header-main .main-menu .nav > li a {
    height: 100%;
  }
  .home-business .main-title-en {
    font-size: 7rem;
  }
}
.page-store .page-header::before {
  background-image: url(../images/index/bg-page-store.jpg);
}

@media (min-width: 1480px) {
  #banner-home > .container {
    max-width: 1610px;
  }
}
.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}/*# sourceMappingURL=style-2.css.map */
.footer-wrap{
  background-color: #fff;
  border-bottom: 1px solid #F3000D;
}

body.page-no-image .page-header-title{
  height: 200px;
  display: flex;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 40px;
}
body.page-no-image .page-header-title .title-en{
  line-height: 1;
}
body.page-no-image .page-header-title .title-jp{
  margin-left: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body.page-no-image .page-header-title{
    height: 100px;
    padding-bottom: 20px;
    display: block;
    padding-top: 20px;
  }
  body.page-no-image .page-header-title .title-jp{
    margin-left: 0;
  }
}