@font-face {
  font-family: "Noto Serif JP", serif;
  src: url(../fonts/NotoSerifJP-Regular.otf);
}
@font-face {
  font-family: "Noto Serif JP bold", serif;
  src: url(../fonts/NotoSerifJP-Bold.otf);
}
html,
body {
  overflow-x: hidden !important;
}
body {
  background-color: #f8f8f8;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
}
p {
  font-size: 16px;
  font-weight: 500;
}
p.t-big {
  font-size: 20px;
}
p.t-big a {
  color: white;
  text-decoration: underline;
}
.lh-30 {
  line-height: 30px;
}
.mail-box span,
h1,
h2,
h3,
.btn {
  font-weight: 700;
}
.darkk {
  color: #232323;
}
.white {
  color: #fff;
}
.color-3 {
  color: #2f1619;
}
.color-4 {
  color: #000019;
}
.light-grey {
  background-color: #f8f8f8;
}
.normal {
  font-weight: 500 !important;
}
h1,
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
.row:before,
.row:after {
  display: none !important;
}
section {
  width: 100%;
  overflow-x: hidden;
}
.full {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
.btn {
  background-image: url(../images/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding-top: 22px;
  border-radius: 0 !important;
  font-size: 18px;
}
.desktop-none {
  display: none;
}
.cst-btn {
  width: 100%;
  max-width: 350px;
  height: 70px;
  box-shadow: 0 4px 0 #5f001a;
  border-radius: 3px !important;
  background-color: #82213c;
  color: #fff;
}
.cst-btn:hover {
  /*background-color: #8b7501;
	box-shadow: 0 4px 0 #6d5c03;*/
  color: #fff;
  opacity: 0.8;
}
.phone-box:hover,
.mail-box:hover,
.chat-box:hover {
  color: #fff;
  opacity: 0.8;
}
.phone-box a:hover,
.mail-box a:hover,
.chat-box a:hover {
  color: #fff;
  opacity: 1;
}
.logo-area a:hover {
  opacity: 0.5;
}
.footer-bottom a:hover,
a:hover {
  opacity: 0.6;
}
.footer-logo img {
  width: 280px;
}
.fc-today {
  background-color: inherit !important;
}
.fc-today.alert-info {
  color: #212529 !important;
}
input#submit-btn:disabled {
  box-shadow: 0 4px 0 #6b6b6b;
  background-color: #9e9e9e;
}
.btn-big {
  max-width: 600px;
}
.btn-fluid {
  max-width: initial;
}
.sec-pad {
  padding: 60px 0;
}
a:hover {
  text-decoration: none;
}
.top-header {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 110px;
}
.mobile-logo {
  display: none;
}
#carouselExampleCaptions1 {
  display: none;
}
.k-outer span {
  display: inline-block;
}
.k-outer span:first-of-type {
  display: block;
}
.main-menu {
  background-color: #ffffff;
}
.navbar-nav li a {
  color: #000000 !important;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  padding: 24px 0 22px 0;
}
.mail-chat {
  width: 80px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
}
.mail-box,
.chat-box,
.phone-box {
  width: 100%;
  height: auto;
  border-radius: 1px;
  background-color: #82213c;
  display: block;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.chat-box {
  background-color: #346900;
}
.mail-box img,
.chat-box img,
.phone-box img {
  margin-bottom: 10px;
}
.mail-box a {
  display: block;
  writing-mode: vertical-rl;
  font-size: 16px;
  color: #fff;
  padding: 15px 0;
  letter-spacing: 4px;
  width: 100%;
}
.chat-box a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  display: block;
  width: 100%;
  padding: 15px 0;
}
.mail-box a div {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.chat-box a div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
span.linee {
  left: 1px;
  position: relative;
  line-height: 1.1;
}
ul.p-box a:hover,
.buy-box a:hover {
  opacity: 0.5;
}
ul.p-box a {
  display: block;
}
.chat-box a span.j-text {
  writing-mode: vertical-rl;
}
.phone-box {
  background: #2d343c;
  color: #fff;
}
.phone-box a {
  color: #fff;
  font-size: 16px;
  display: block;
  flex-direction: row;
  writing-mode: vertical-rl;
  letter-spacing: 4px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  pointer-events: none;
}
.phone-box a div {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.phone-box img {
  padding-left: 0px;
}
.navbar {
  padding-bottom: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 5px solid #fff;
}
.navbar-nav .nav-item {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.navbar-nav .nav-item a.active,
.navbar-nav .nav-item a:hover {
  border-bottom: 5px solid #82213c;
  opacity: 1;
}
.h-right div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.h-right div img {
  height: auto;
}
.phone a {
  color: #3d2226;
  font-size: 28px;
  font-weight: 500;
}
.p-text {
  color: #3d2226;
  font-size: 14px;
  text-align: left;
  padding-left: 11px;
  min-width: 190px;
}
.openTime {
  display: block;
  font-size: 14px;
}
.member_btn {
  display: block;
  justify-content: flex-end;
  margin-bottom: 0px;
  font-size: 14px;
}
.member_btn a {
  text-decoration: underline;
  color: #000;
}
.member_btn a:hover {
  opacity: 0.6;
}
.logo-area .member_Sbtn {
  display: none;
}
iframe.inner-map {
  height: 530px;
  width: 100%;
}
.p-text span {
  font-weight: bold;
}
.carousel-caption {
  text-align: left;
}
.carousel-caption h1 {
  font-size: 50px;
  font-weight: 800;
  margin-top: 20px;
  padding: 14px 20px 22px 22px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 0 8px gray;
}
.carousel-caption span {
  font-size: 20px;
  display: block;
  margin-top: 20px;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  height: 100%;
  bottom: 20px;
  display: flex;
  left: 15%;
  align-items: center;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.carousel-indicators .active {
  background-color: #9b0103;
  opacity: 0.46;
}
.carousel-indicators li {
  width: 60px;
  height: 4px;
}
.carousel-control-prev-icon {
  background-image: url("../images/a-left.svg");
  width: 17px;
  height: 32px;
}
.carousel-control-next-icon {
  background-image: url("../images/a-right.svg");
  width: 17px;
  height: 32px;
}
.banner-slider-area {
  background: #000;
}
.k-outer {
  padding: 0 10px;
}
.k-outer img {
  width: 100%;
}
.k-outer span {
  display: inline-block;
  color: #3d2226;
  font-size: 19px;
  margin-bottom: 5px;
}
.k-content {
  margin-top: 20px;
}
.slick-prev,
.slick-prev:hover {
  left: 7%;
  z-index: 999999;
  width: 17px;
  height: 32px;
  background: url("../images/a-left.svg");
  background-size: contain;
}
.slick-next,
.slick-next:hover {
  right: 7%;
  z-index: 999999;
  width: 17px;
  height: 32px;
  background: url("../images/a-right.svg");
  background-size: contain;
}
.knife-slider button {
  margin-top: -50px;
}
.knife-slider button:before {
  content: none;
}
.btn-area {
  margin: 80px 0 50px;
}
.info-box {
  margin-top: 100px;
}
.what-is {
  /* margin-top: 40px; */
  background-image: url(../images/line-pattern.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.flag-3 {
  padding-bottom: 20px !important;
}
.flag-1 {
  text-orientation: upright;
}
.flag {
  width: 88px;
  height: auto;
  align-items: center;
  writing-mode: vertical-rl;
  background-color: #ffffff;
  position: absolute;
  padding: 20px;
  left: 35px;
  top: -44px;
  color: #000000;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  display: flex;
  letter-spacing: 7.5px;
  box-shadow: 0 0 8px gray;
}
.flag2 {
  color: #000019;
  font-size: 40px;
}
.flag3 {
  color: #3d2226;
  font-size: 40px;
  position: relative;
  top: -92px;
  left: 0;
  padding: 20px;
  letter-spacing: 12px;
}
.info-details {
  padding-top: 40px;
}
.maroon-shade {
  background-image: url(../images/maroon-pattern.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 91% 100%;
}
.counter-back,
.business-back {
  background: url(../images/counter-back.png) no-repeat;
  background-position: 0 78%;
}
.counter-back {
  background-size: 46% 67%;
}
.business-back {
  background-size: 46% 90%;
}
.bubble {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}
.bubble2 {
  left: 20px;
}
.top-space {
  padding-top: 250px;
  padding-bottom: 100px;
}
.counter-back .info-box {
  margin-top: 0;
}
.flag2 {
  color: #000019;
  font-size: 40px;
  top: -167px;
  left: -44px !important;
  letter-spacing: 14px;
  padding: 35px 20px;
}
.counter-content p {
  color: #000019;
  font-family: "Noto Serif JP";
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 50px;
  margin: 0;
}
.counter-content p span.font-s-w {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.2;
}
.delivery-back {
  background: url(../images/delivery-back.png) no-repeat;
  background-position: bottom right;
  padding-bottom: 120px;
  background-size: 46% 92%;
}
.delivery-back .counter-content,
.business-back .counter-content {
  margin-top: 100px;
}
.business-back {
  padding-bottom: 75px;
}
.delivery-home {
  padding-bottom: 76px;
}
.delivery-home .cst-btn {
  margin-top: 110px;
}
.store-home .counter-content .cst-btn {
  margin-top: 105px;
}
ul.p-box {
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
ul.p-box li {
  float: left;
  width: 25%;
  margin-bottom: 30px;
}
ul.p-box li img {
  width: 100%;
  height: 100%;
}
ul.p-box li span {
  display: block;
  text-align: center;
  color: #000019;
  font-size: 18px;
  padding-top: 15px;
}
.package {
  background: url(../images/line-pattern.png) no-repeat;
  background-position: bottom left;
  padding-bottom: 60px;
  padding-top: 200px;
  background-size: auto 85%;
}
.package {
  background-size: 64% 80%;
}
.buy {
  background: url(../images/maroon-pattern.jpg) no-repeat;
  background-position: right bottom;
  padding-bottom: 60px;
  padding-top: 230px;
  background-size: 90% 94%;
}
.buy-box {
  margin-bottom: 65px;
  color: #ffffff;
}
.buy-box a {
  display: inline-block;
  color: #fff;
  text-align: center;
}
.buy-box .title {
  display: block;
  text-align: center;
  margin: 25px 0;
  font-size: 18px;
}
.buy-box .ptext {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}
.store-intro {
  margin-top: 136px;
}
.store-intro h3 {
  color: #3d2226;
}
table.location-info td,
table.location-info th {
  vertical-align: top;
  color: #3d2226;
  font-size: 18px;
  padding-bottom: 20px;
}
table.location-info {
  max-width: 750px;
  width: 100%;
  margin: 40px 0;
}
.store1 {
  margin: 62px 0 !important;
}
.l-outer {
  padding-left: 30px;
  width: 100%;
  max-width: 500px;
}
.l-outer.outer2 {
  float: right;
  padding-left: 0;
  padding-right: 30px;
  width: 100%;
}
.map {
  margin-top: 0px;
}
.h-news {
  background: #32161b;
  padding: 15px 0;
  text-align: center;
  font-size: 15px;
}
.h-news a {
  color: #fff;
}
.h-news img {
  margin-left: 12px;
  position: relative;
  top: -1px;
}
.buy-box .ptext span {
  font-size: 16px;
  text-align: left !important;
  display: inline-block;
}
.pt-30 {
  padding-top: 30px !important;
}
.mail-box img {
  margin-left: 2px;
}
.footer-top-list li.box1 a img {
  height: auto;
  width: 20px;
  margin-top: -6px;
  position: relative;
  margin-left: 0;
  margin-right: 5px;
}
/*footer top*/
.map iframe {
  width: 100%;
  height: 450px;
}
.footer-top {
  background: url("../images/footer-top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 65px 0 85px;
}
.footer-top h2 {
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 20px 0;
}
.footer-top-list {
  padding: 0;
  list-style: none;
  display: flex;
}
.footer-top-list li {
  display: inline-block;
  border: 1px solid #ffffff;
  width: 303px;
  margin: 0 24px;
  border-radius: 3px;
}
.footer-top-list .box1 a {
  padding: 16px 47px !important;
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer-top-list .box1 a {
    pointer-events: auto;
  }
}
.footer-top-list .box2 {
  background: #346900;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-top-list .box3 {
  background: #82213c;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-top-list .box2 a,
.footer-top-list .box3 a {
  padding: 30px;
  display: block;
  width: 100%;
}
.footer-top-list a:nth-of-type(2) {
  margin: 0 4%;
}
.footer-top-list a {
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 700;
  width: 31%;
  max-width: 300px;
}
.footer-top-list a li {
  width: 100%;
  margin: 0;
}
.footer-top-list a li img {
  height: auto;
  width: 28px;
  margin-top: -4px;
}
.footer-top-list a li.box1 img {
  margin-top: 15px;
  margin-left: -18px;
  position: absolute;
}
.num-t {
  font-size: 16px;
  display: block;
  font-weight: 700;
  letter-spacing: 0.64px;
}
.num {
  font-size: 26px;
  display: block;
  margin-top: -4px;
  font-weight: 500;
}
.num-b {
  font-size: 10px;
  display: block;
  font-weight: 400;
}
.num-b span {
  padding-right: 10px;
}
iframe {
  float: left;
}
/*assessment*/
.breadcrum {
  padding: 30px 0;
  background: #fff;
}
.breadcrum ul {
  margin-bottom: 0;
  padding-left: 0;
}
.breadcrum .col-12 {
  padding: 0;
}
.breadcrum li {
  display: inline-block;
  color: #b5b5b5;
  padding-right: 15px;
  font-size: 14px;
}
.breadcrum li::after {
  color: #000000;
  content: ">";
  display: inline-block;
  font-family: fontawesome;
  font-size: 18px;
  margin-left: 13px;
  width: 2px;
}
.breadcrum li:last-child::after {
  content: " ";
}
.breadcrum li a {
  color: #232323;
  text-decoration: underline;
}
.qoute-box {
  padding-right: 110px;
  display: flex;
  align-items: flex-end;
}
.qoute-box2 {
  padding-left: 110px;
  display: flex;
  align-items: flex-end;
}
.qoute-mar {
  margin-top: 110px;
}
.qoute-dash1 {
  right: -87px;
  top: -67px;
}
.qoute-dash2 {
  left: -132px;
  top: -70px;
}
.arrow-img {
  text-align: center;
  padding: 40px 0;
}
.maroon-inner {
  background-size: 95% 100%;
  margin-bottom: 100px;
}
.mar-bottom {
  margin-bottom: 100px;
}
.marron-ban {
  background-image: url("../images/maroon-ban.jpg");
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
}
.marron-ban h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
.marron-ban h3,
.marron-ban span {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}
.package-result {
  padding-top: 80px;
}
ul.result-box li span {
  color: #000019;
  font-size: 26px;
}
ul.result-box li span.sub-res {
  color: #000019;
  font-size: 21px;
  padding-top: 10px;
}
.buy.res-buy-sec {
  padding-top: 50px;
}
.buy.res-buy-sec h1 {
  padding-bottom: 10px !important;
}
.res-buy {
  padding-left: 100px;
  padding-top: 100px;
}
.res-buy .buy-box .title {
  margin: 25px 0 15px;
  font-size: 26px;
}
.res-buy .buy-box .ptext {
  text-align: center;
}
.res-buy .buy-box .ptext p,
.res-buy .buy-box .ptext span {
  font-size: 21px;
}
.result-cat {
  padding-top: 20px;
  background: none;
}
.result-cat ul.p-box li {
  float: left;
  width: 31%;
  margin: 0 15px 30px;
}
.result-cat ul.p-box li span {
  color: #000019;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}
.buy.Other-kitchen {
  padding-top: 100px;
  margin-bottom: 100px;
  background-size: 90% 88%;
}
.kitchen-buy {
  padding-left: 90px;
  padding-top: 100px;
}
.kitchen-buy .buy-box .ptext span {
  font-size: 18px;
  padding: 0 25px;
}
ul.product-thumb li {
  float: left;
  width: 16%;
  margin-bottom: 0;
}
.product-table {
  border-collapse: collapse;
  border: 1px solid #cbcbcb;
  width: 100%;
}
.product-table tr {
  border-collapse: collapse;
  border: 1px solid #cbcbcb;
}
.product-table tr td {
  padding: 27px 10px 20px 45px;
  font-size: 16px;
  font-weight: 600;
}
.product-table tr td ul li {
  line-height: 33px;
  list-style: none;
  padding-left: 10px;
  position: relative;
}
.product-table tr td ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  background: url(../images/list-dot.png);
  height: 9px;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 15px;
}
.product-table tr td ul {
  padding-left: 0px;
}
.card {
  border-radius: 0;
}
.card-header {
  background: #d0d0d0;
}
.card .btn-link {
  font-size: 22px;
  color: #000019;
  text-decoration: none;
}
.card-body {
  font-size: 18px;
  color: #000019;
}
.card .btn:focus {
  box-shadow: none;
}
.sec-pad2 {
  padding: 30px 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 3px;
}
.con-box {
  background-color: #fff;
  padding: 40px 0 30px 0;
}
.con-box a {
  font-size: 30px;
  padding: 15px 0;
  height: auto;
}
.con-box h2 {
  padding-bottom: 20px;
}
.green-btn {
  box-shadow: 0 3px 0 #448800;
  background-color: #448800;
}
.con-btn {
  max-width: 459px;
}
.con-btn,
.con-btn:hover {
  box-shadow: 0 3px #000 !important;
}
.con-btn:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666 !important;
  transform: translateY(4px);
}
.circle-outer {
  display: flex;
  width: 600px;
  margin: 0 auto;
  position: relative;
}
.circle-outer::before {
  height: 1px;
  display: inline-block;
  width: 58%;
  background: #ddd;
  border: 0px solid #fff;
  content: "";
  position: absolute;
  top: 10px;
  left: 20%;
}
.circle1,
.circle2,
.circle3 {
  flex: auto;
  position: relative;
  padding-top: 25px;
  text-align: center;
}
.add-knife.btn-remove {
  background-image: url(../images/minus.png);
}
.circle1 p {
  color: #000019;
}
.circle2 p,
.circle3 p {
  color: #000019;
  opacity: 0.2;
}
.circle2 {
  padding-left: 25px;
}
.circle1::before {
  height: 20px;
  width: 20px;
  background: #3d2226;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 46%;
}
.inputfile + label {
  font-size: 15px;
  width: 100%;
  text-align: center;
  max-width: 270px;
}
.circle2::before {
  height: 20px;
  width: 20px;
  background: #d3cdce;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -10px;
  left: 46%;
  border: 10px solid #f8f8f8;
  box-sizing: content-box;
}
.circle3::before {
  height: 20px;
  width: 20px;
  background: #d3cdce;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 46%;
}
.red {
  color: #9b0103;
  opacity: 0.5;
  font-weight: 400;
}
.product-attach .red,
.row .red {
  opacity: 1;
}
.form-check-inline {
  padding-top: 0;
}
.label-area {
  display: flex;
}
.label-area label span {
  float: right;
}
.product-attach .label-area label span {
  float: left;
}
.scrollable p {
  margin-bottom: 20px;
  line-height: 30px;
}
.inputfile + label {
  margin-top: -5px;
}
.scrollable {
  padding: 50px 10px 50px 30px;
  background: #fff;
  height: 250px;
  overflow-y: scroll;
  text-align: left;
}
.label-area label {
  width: 100%;
  padding: 20px 0;
  font-size: 20px;
  color: #232323;
  font-weight: 700;
}
label.file-count {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
.form-check-inline .form-check-label {
  padding-right: 0px;
}
.add-knife {
  background-color: #454545;
  color: #fff;
  padding: 20px !important;
  width: 450px;
  margin-top: 40px;
}
.form-control {
  padding: 8px 20px;
  border: 0;
  height: 70px;
  color: #232323;
}
.form-group {
  padding-bottom: 25px;
  padding-top: 25px;
  margin: 0;
}
.form-group.border-b {
  border-bottom: 1px solid #dbdbdb;
}
.form-check-inline {
  padding-top: 0px;
}
.product-attach .form-group {
  padding-bottom: 20px;
  padding-top: 20px;
}
textarea.form-control {
  height: auto;
  height: 253px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.add-knife {
  background-image: url(../images/btn-plus.png);
  color: #fff !important;
}
.label-area.label2 label {
  margin-left: -35px;
}
#attachment1,
#attachment2,
#attachment3 {
  background: #a7a7a7;
  padding: 27px 20px;
}
.ziptext {
  float: left;
  padding-right: 20px;
}
.zipnum {
  float: left;
  margin-top: -23px;
  width: 345px;
}
.zipnum span {
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
  color: #a3a3a3;
  font-size: 20px;
  font-weight: 400;
}
.form-btn {
  max-width: 100%;
  padding-top: 5px;
}
.white-back {
  background: #fff;
  padding: 40px 60px;
  margin: 20px 0 60px 0px;
}
.white-back p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #000019;
  line-height: 30px;
}
.white-back h5 {
  font-weight: 700;
}
.customer-info .form-check {
  float: left;
  width: 100%;
}
/* The container */
.container-btn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.container-btn input {
  position: absolute !important;
  opacity: 0;
  cursor: pointer;
}
.radio-area .form-check.form-check-inline {
  margin-right: 35px;
}
.radio-area .form-check.form-check-inline.withinput {
  margin-right: 20px;
}
.radio-area .form-check.form-check-inline:last-of-type {
  margin-right: 0px;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #dbdbdb;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container-btn:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container-btn input:checked ~ .checkmark {
  background-color: #82213c;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-btn input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.container-btn .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/* Style upload filed */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  font-size: 1.25em;
  font-weight: 400;
  color: #232323;
  background-color: #a7a7a7;
  display: inline-block;
  padding: 25px 18px;
  border: 1px solid #070707;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
  cursor: pointer;
  /* "hand" cursor */
  width: 100%;
  text-align: center;
  max-width: 270px;
}
.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
  pointer-events: none;
}
.cal-point li {
  display: inline-block;
  padding: 0 20px;
  font-size: 30px;
  font-weight: 600;
  position: relative;
}
.cal-point li::before {
  content: "";
  display: inline-block;
  background: #006288;
  position: absolute;
  height: 15px;
  width: 15px;
  top: 15px;
  left: -6px;
  font-size: 16px;
  border-radius: 50%;
}
.cal-point li:first-child:before {
  background: #9b0103;
}
.footer-top-list li.box2 a img {
  height: auto;
  width: 28px;
  margin-top: -10px;
  margin-right: 5px;
}
.footer-top-list li.box3 a img {
  height: auto;
  width: 26px;
  margin-top: -4px;
  margin-right: 5px;
}
.flag4 {
  top: -215px;
}
/* safari only */
.flag:not(:root:root) {
  left: 0;
}
.flag2:not(:root:root) {
  left: -76px !important;
}
/*mozilla only*/
@supports (-moz-appearance: none) {
  .flag2 {
    left: -44px !important;
  }
  .flag {
    left: 35px;
  }
}
/*footer*/
.footer-bottom {
  background: url("../images/footer-bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 20px 40px 20px;
}
.copyright {
  padding-top: 150px;
}
.footer-bottom div {
  text-align: center;
}
.footer-logo {
  padding-bottom: 30px;
}
.footer-bottom h5 {
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  padding-top: 6%;
  padding-bottom: 2%;
}
.footer-list1,
.footer-list2,
.footer-list3 {
  list-style: none;
  padding-left: 0;
  padding-top: 2%;
}
.footer-list1 li,
.footer-list3 li {
  display: inline-block;
  padding: 0 15px;
}
.footer-list1 li a,
.footer-list3 li a {
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  line-height: 2;
}
.footer-list2 li {
  display: inline-block;
  padding: 0 15px;
}
.footer-list2 li a {
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  line-height: 2;
}
.social {
  padding-left: 0;
  padding-top: 4%;
}
.social li {
  display: inline-block;
  padding: 0 3px;
}
.social li a {
  display: inline-block;
}
.social li a img {
  width: 64px;
}
.m-only {
  display: none;
}
.banner-video video {
  object-fit: cover;
  width: 100%;
  float: left;
  max-height: 960px;
  height: auto;
}
.what-maroon {
  background: url(../images/what-maroon.jpg) no-repeat;
  background-size: 80%;
}
.what-maroon-pattern {
  background: url(../images/what-maroon-pattern.png) no-repeat;
  background-size: 80% 82%;
}
.what-maroon-2 {
  background: url(../images/what-maroon.jpg) no-repeat;
  background-size: 80%;
  background-position: top right;
}
.what-maroon-pattern-2 {
  background: url(../images/what-maroon-pattern2.png) no-repeat;
  background-size: 80% 82%;
  background-position: top right;
}
.dash-img {
  position: relative;
  padding-top: 30px;
}
img.dash {
  position: absolute;
  left: 30px;
  top: -32px;
}
.dash-text {
  margin-top: 35px;
  margin-bottom: 35px;
}
.what-maroon-2 img.dash {
  right: 30px;
  left: initial;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1030px;
}
.cst-btn:focus {
  outline: 0 !important;
}
.cst-btn:active {
  background-color: #82213c;
  box-shadow: 0 2px #5f001a;
  transform: translateY(3px);
}
span.p-icon img {
  height: 23px;
}
.kaitori-counter .counter-back {
  background-image: url(../images/kathori-intro-marron.png),
    url(../images/kathori-intro-pattern.png);
  background-size: 45% 56%, 49% 100%;
  background-position: 0 71%, 2% 100%;
  padding-bottom: 70px;
}
.kaitori-counter .counter-back p.t-big {
  padding-top: 40px !important;
}
.hiding {
  display: none;
}
.what-maroon-pattern h2,
.what-maroon-pattern-2 h2 {
  margin-bottom: 30px !important;
}
.what-maroon-pattern img.dash,
.what-maroon-pattern-2 img.dash {
  top: -35px;
}
.wrapper {
  position: relative;
}
#video-overlay {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9;
}
#video-overlay img {
  width: 100%;
  height: auto;
}
section.banner-video {
  overflow: hidden;
}
section.banner-video div {
  height: 100%;
  display: flex;
  width: 100%;
}
.delivery-home {
  padding-bottom: 76px;
}
.kaitori-counter .delivery-back {
  background-size: 49% 92%;
}
.kaitori-counter .business-back {
  background-size: 49% 93%;
}
.kaitori-counter .counter-back .info-box {
  margin-top: 70px;
}
.kaitori-counter .counter-back .counter-content {
  margin-top: 65px;
}
.storesale-box1,
.deliverysale-box1,
.visitsale-box1 {
  background: url(../images/storesale-leftPatteren.png) no-repeat;
  background-position: 100% 100%;
  background-size: 100% 100%;
}
.storesale-box1 .w-100,
.deliverysale-box1 .w-100,
.visitsale-box1 .w-100 {
  width: 93% !important;
  margin-left: 0;
}
.storesale-box1 .qoute-mar,
.storesale-box2 .qoute-mar,
.deliverysale-box1 .qoute-mar,
.deliverysale-box2 .qoute-mar,
.visitsale-box1 .qoute-mar,
.visitsale-box2 .qoute-mar {
  margin-top: 0;
  margin-bottom: 70px;
}
.storesale-row1,
.storesale-row2,
.deliverysale-row1,
.deliverysale-row2,
.visitsale-row1,
.visitsale-row2,
.visitsale-row3,
.deliverysale-row3,
.storesale-row3 {
  margin-top: 0;
}
.storesale-box2 .w-100,
.deliverysale-box2 .w-100,
.visitsale-box2 .w-100 {
  width: 93% !important;
  margin-left: 45px;
}
.storesale-box2,
.deliverysale-box2,
.visitsale-box2 {
  background: url(../images/storesale-rightPatteren.png) no-repeat;
  background-position: 100% 100%;
  background-size: 100% 100%;
}
.storesale-box2 .qoute-dash2,
.deliverysale-box2 .qoute-dash2,
.visitsale-box2 .qoute-dash2 {
  left: -77px;
  top: -67px;
}
.storesale-box3 .qoute-dash1,
.deliverysale-box3 .qoute-dash1,
.visitsale-box3 .qoute-dash1 {
  right: -66px;
}
.storesale-box3 .w-100,
.deliverysale-box3 .w-100,
.visitsale-box3 .w-100 {
  width: 93% !important;
}
.storesale-row1 .qoute-box,
.storesale-row2 .qoute-box2,
.storesale-row3 .qoute-box,
.deliverysale-row1 .qoute-box,
.deliverysale-row2 .qoute-box2,
.deliverysale-row3 .qoute-box,
.visitsale-row1 .qoute-box,
.visitsale-row2 .qoute-box2,
.visitsale-row3 .qoute-box {
  align-items: start;
}
.storesale-maroon .flag,
.deliverysale-maroon .flag,
.visitsale-maroon .flag {
  left: 10px !important;
}
.inner-faq {
  padding-top: 60px;
}
.inner-faq .col-12 .cst-btn {
  width: 100%;
  max-width: 500px;
}
.what-is-storesale,
.what-is-deliverysale,
.what-is-visitsale {
  background-size: 90% 80%;
}
.storesale-maroon,
.deliverysale-maroon,
.visitsale-maroon {
  margin-top: 100px;
}
.storesale-row3 .row .qoute-box,
.deliverysale-row3 .row .qoute-box {
  padding-top: 0px;
}
.m-arrow {
  display: none;
}
.storesale-row3 .qoute-box .btn,
.deliverysale-row3 .qoute-box .btn {
  display: none;
}
.visitsale-box3,
.deliverysale-box3,
.storesale-box3 {
  background: url(../images/storesale-leftPatteren.png) no-repeat;
  background-position: 100% 100%;
  background-size: 100% 100%;
}
.visitsale-box3 .qoute-mar,
.deliverysale-box3 .qoute-mar,
.storesale-row3 .qoute-mar {
  margin-top: 0;
  margin-bottom: 0;
}
.hide-pc {
  display: none !important;
}
.copyright p {
  color: #fff;
}
.fc-toolbar {
  background: #3d2326;
  color: #fff;
  margin: 0 !important;
  padding: 15px;
}
div#calendar h2,
div#calendar2 h2 {
  font-size: 26px;
  letter-spacing: 10px;
}
th.fc-day-header {
  padding: 15px;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding: 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
thead.fc-head {
  background: #ebebeb;
}
.fc-widget-header tr {
  background: #ebebeb;
}
span.fc-day-number {
  text-align: center;
  width: 100%;
}
.calender-outer > div {
  display: flex;
}
#calendar,
#calendar2 {
  margin: 0 10px;
}
.fc-row.fc-week.table-bordered {
  max-height: 64px;
}
.cal-point {
  margin-bottom: 45px;
}
.package.package-result {
  background: none;
}
.result-main {
  padding-top: 30px;
}
.storepage .counter-back {
  background-image: url(../images/storepage-marron-back.png),
    url(../images/storepage-patteren-back.png);
  background-size: 45% 51%, 48% 100%;
  background-position: 0 71%, 2% 54%;
  padding-bottom: 130px;
  padding-top: 60px;
}
.storepage .delivery-back {
  background-size: 49% 92%;
}
.storepage .business-back {
  background-size: 49% 90%;
  padding-bottom: 80px !important;
}
.storepage .business-back .btn {
  margin-top: 100px;
}
.storepage-store,
.storepage-store3 {
  margin-top: 80px !important;
}
.card-header .btn::before {
  content: "";
  background: url(../images/questions.svg);
  height: 43px;
  width: 43px;
  position: absolute;
  left: 22px;
  top: 19px;
}
.card .card-body::before {
  content: "";
  background: url(../images/answer.svg);
  height: 43px;
  width: 43px;
  position: absolute;
  left: 22px;
  top: 16px;
}
.card-header .btn {
  background-image: url(../images/icon_arrow_up.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 11px 60px;
  border-radius: 0 !important;
  font-size: 22px;
  font-weight: 500;
}
.faqs .card-body {
  font-weight: 500;
}
.card-header .btn.collapsed {
  background-image: url(../images/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 11px 60px;
  border-radius: 0 !important;
  font-size: 22px;
  font-weight: 500;
}
.card {
  border: 0;
}
.card-body {
  padding-left: 80px;
  padding-right: 56px;
  line-height: 30px;
  background: #f8f8f8;
  position: relative;
}
.storesale-maroon .flag,
.deliverysale-maroon .flag,
.visitsale-maroon .flag {
  letter-spacing: 2px;
}
.knifes-left {
  background: url(../images/knifetype-marron.png) no-repeat;
  background-position: 0 55%;
  background-size: 50% 50%;
}
.knifes-left .flag2:not(:root:root) {
  left: -38px !important;
  white-space: nowrap;
}
.knifes-left .flag2 {
  left: -38px !important;
  white-space: nowrap;
}
.knifes-left .w-100 {
  width: 100% !important;
  margin-top: -185px;
  margin-left: 50px;
}
.knifes-right .w-100 {
  width: 100% !important;
  margin-top: -177px;
  margin-left: -50px;
}
.knifes-left .info-box {
  margin-top: 65px;
}
.knifes-right .info-box {
  margin-top: 77px;
}
.knifes-right .btn {
  margin-top: 35px;
}
.knifes-left .btn {
  margin-top: 40px;
}
.knifes-left .info-box .full {
  padding: 0 80px;
}
.knifes-right .info-box .full {
  padding: 0 80px 0 100px;
}
.knifes-left .top-space,
.knifes-right .top-space {
  padding-top: 170px;
  padding-bottom: 100px;
}
.knifes-left .counter-content p,
.knifes-right .counter-content p {
  padding-bottom: 40px;
}
.knifes-left .counter-content {
  padding-left: 25px;
  padding-right: 15px;
}
.knifes-right .counter-content {
  padding-right: 25px;
  padding-left: 15px;
}
.knifes-right {
  background: url(../images/knifetype-marron.png) no-repeat;
  background-position: 100% 55%;
  background-size: 50% 50%;
  padding-top: 170px;
  padding-bottom: 100px;
}
span.first-label {
  float: left !important;
  width: 73%;
}
.knifes-right .flag2 {
  left: initial !important;
  right: -39px;
}
.knifes-right .flag2:not(:root:root) {
  left: initial !important;
  right: -39px;
}
.on-page {
  opacity: 0.5;
}
.on-page a {
  pointer-events: none;
}
.card-header {
  border-bottom: 0;
}
.date-color {
  color: #b5b5b5;
  padding-bottom: 15px;
}
.con-1 {
  background-color: #2d343c;
}
.storepage-store3 .l-outer.outer2 {
  padding-left: 30px;
}
.h-pad {
  padding: 0 100px;
}
.f-18 {
  font-size: 18px;
}
.cat-package-result {
  padding-bottom: 20px;
}
.cat-b-btn {
  padding-bottom: 110px !important;
}
@media screen and (max-width: 768px) {
  .cat-b-btn {
    padding-bottom: 50px !important;
  }
}
ul.result-box li span {
  font-weight: 700;
}
ul.result-box li span.sub-res {
  font-weight: 500;
}
.form-check-input.agree {
  position: absolute;
  margin-top: -4px;
  margin-left: -37px;
  width: 30px;
  height: 30px;
  border-radius: 0;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 0;
  background-image: url(../images/faq-down-arr.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
.form-check-input.agree:not(:root:root) {
  -webkit-transform: scale(1.5, 1.5);
  margin-top: -2px;
  margin-left: -28px;
}
.form-points {
  line-height: 14px;
  margin-bottom: 50px;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #888888;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888888;
}
::placeholder {
  color: #888888;
}
.scrollable h5 {
  font-weight: 700;
}
.scrollable h6 {
  font-weight: 700;
}
.form-check.zipcode {
  padding-bottom: 22px !important;
}
.form-check-label {
  font-size: 20px;
}
.inq br {
  display: none;
}
.product-table tr td:first-child {
  font-size: 20px;
  font-weight: 600;
  width: 22%;
}
.p-first-title {
  margin-bottom: 0px !important;
  padding-bottom: 0 !important;
}
.box1 {
  margin-left: 0 !important;
  background-color: #2d343c;
}
.box2 {
  margin-right: 0 !important;
}
.label-area {
  padding-left: 0;
}
.field-area,
.radio-area {
  padding-right: 0;
}
.form-control {
  border-radius: 0;
}
.customer-info .form-check.zip1 {
  padding-bottom: 80px !important;
}
.zipnum {
  padding-bottom: 16px;
}
.form-check.zipcode {
  padding-bottom: 35px !important;
}
.scro-outer {
  padding: 30px;
  background: #fff;
  margin-bottom: 50px;
}
.kaitori-counter .counter-back p.t-big {
  padding-bottom: 25px;
}
.kaitori-main .counter-back p.t-big {
  padding-bottom: 25px;
  padding-top: 18px !important;
}
.pages-top {
  height: 550px;
  text-align: center;
  display: flex;
  align-items: center;
}
.pages-top-ban h1,
.pages-top-ban h3 {
  color: #fff;
}
.about-ban {
  background-image: url("/images/about-ban.png");
}
.kaitori-ban {
  background-image: url("/images/kaitori-top-ban.png");
}
.storesale-top-ban {
  background-image: url("/images/storesale-top-ban.png");
}
.deliverysale-top-ban {
  background-image: url("/images/deliverysale-top-ban.png");
}
.visitsale-top-ban {
  background-image: url("/images/visitsale-top-ban.png");
}
.store-top-ban {
  background-image: url("/images/result-top-ban.png");
}
.pages-top-ban {
  position: relative;
}
.pages-top-ban img {
  width: 100%;
}
.inner-title {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
  color: #fff;
}
.logo-area a span {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 2px;
  display: block;
  color: #000;
}
.logo-area a .sp20th {
  display: none;
}
@media screen and (max-width: 767px) {
  .logo-area a .sp20th {
    display: inline-block;
    font-weight: normal;
    padding-left: 7px;
  }
}
.outer-check {
  position: relative;
}
/* Create a custom checkbox */
.outer-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkred {
  position: absolute;
  top: -1px;
  left: -37px;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid;
}
/* On mouse-over, add a grey background color x
.container:hover input ~ .checkmark {
  background-color: #ccc;
}*/
/* When the checkbox is checked, add a blue background */
.outer-check input:checked ~ .checkred {
  background-color: #82213c;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkred:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.outer-check input:checked ~ .checkred:after {
  display: block;
}
/* Style the checkmark/indicator */
.outer-check .checkred:after {
  left: 9px;
  top: 3px;
  width: 9px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.logo-area a {
  display: block;
  margin-top: 15px;
}
.logo-area img {
  width: 305px;
}
.footer-logo a span {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 3px;
  color: #fff;
  display: block;
}
.footer-logo a:hover,
.logo-area a:hover {
  text-decoration: none;
}
.inner-title1 {
  position: absolute;
  top: 33%;
  text-align: center;
  width: 100%;
  color: #fff;
}
.inner-title span,
.inner-title1 span {
  font-size: 30px;
}
.pages-top-ban:before {
  position: absolute;
  /*background: rgba(0,0,0,0.5);*/
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video::-webkit-media-controls-start-playback-button {
  display: none;
}
@media screen and (min-width: 2560px) {
  .store-map iframe {
    width: 1265px;
    height: 402px;
  }
}
@media screen and (min-width: 2041px) and (max-width: 2559px) {
  .store-map iframe {
    width: 1000px;
    height: 410px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2040px) {
  .store-map iframe {
    width: 945px;
    height: 402px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1900px) {
  .store-map iframe {
    width: 785px;
    height: 530px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .store-map iframe {
    width: 700px;
    height: 485px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .store-map iframe {
    width: 621px;
    height: 430px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1279px) {
  .store-map iframe {
    width: 550px;
    height: 381px;
  }
}
@media screen and (min-width: 880px) and (max-width: 1079px) {
  .store-map iframe {
    width: 450px;
    height: 312px;
  }
}
@media screen and (min-width: 750px) and (max-width: 879px) {
  .store-map iframe {
    width: 390px;
    height: 270px;
  }
}
@media screen and (max-width: 1191px) {
  .inner-title {
    top: 36%;
  }
  .inner-title1 {
    top: 28%;
  }
}
@media screen and (max-width: 1024px) {
  .inner-title1 {
    top: 25%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}
.banner-video video {
  max-height: 960px;
}
@media screen and (max-width: 992px) {
  .storepage .counter-back {
    background-size: 43% 52%, 48% 100%;
  }
  .storepage-store3 .l-outer.outer2 {
    padding-left: 30px;
  }
  .inner-title1 {
    top: 35%;
  }
}
@media screen and (max-width: 950px) {
  .num-t {
    font-size: 15px;
  }
  .num {
    font-size: 24px;
    padding-left: 15px;
  }
  .footer-top-list li.box1 a img {
    margin-top: 10px;
  }
  .num-b span {
    padding-right: 0px;
  }
  .storepage-store,
  .storepage-store3 {
    margin-top: 30px !important;
  }
  .footer-top-list li.box1 a img {
    margin-top: 13px;
  }
}
@media screen and (max-width: 834px) {
  .storepage h3 {
    font-size: 27px;
  }
  .storepage .counter-back {
    background-size: 43% 52%, 47% 100%;
  }
  .storepage .delivery-back {
    background-size: 48% 92%;
  }
  .storepage .business-back {
    background-size: 48% 90%;
    padding-bottom: 88px !important;
  }
  .inner-title h1,
  .inner-title1 h1 {
    font-size: 30px;
  }
  .inner-title1 h1 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .storepage .counter-back {
    padding-bottom: 95px;
  }
  .storepage h3 {
    font-size: 25px;
  }
  .storepage .delivery-back {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 428px) {
  .buy.Other-kitchen {
    background-size: 100% 98%;
  }
  .storepage-intro {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .storepage-intro h1 {
    padding-bottom: 20px !important;
  }
  .storepage-intro h3 {
    padding-top: 30px;
    font-size: 22px;
  }
  .storepage-loc h3 {
    padding-top: 25px;
    text-align: center;
  }
  .storepage-loc .cst-btn {
    width: 100%;
  }
  .storepage {
    background: none !important;
    padding-top: 0;
  }
  .storepage .counter-back {
    padding-bottom: 50px;
  }
  .inner-title {
    top: 45%;
  }
  .inner-title1 {
    top: 40%;
  }
  .storepage .counter-back {
    background-size: 96% 37%, 93% 64%;
    background-position: 0% 45%, 53% 29%;
  }
  .storepage .counter-back .w-100 {
    width: 96% !important;
  }
  .storepage .counter-back .counter-content {
    padding-top: 50px;
  }
  .storepage .delivery-back {
    background-image: url(../images/storepage-marron-back.png),
      url(../images/storepage-patteren-back.png);
    background-size: 97% 35%, 89% 69%;
    background-position: 100% 30%, 30% 10%;
  }
  .storepage .delivery-back .w-100 {
    width: 96% !important;
    margin-left: 15px;
  }
  .storepage .business-back {
    background-image: url(../images/storepage-marron-back.png),
      url(../images/storepage-patteren-back.png);
    background-size: 96% 30%, 93% 63%;
    background-position: 0% 28%, 53% 6%;
  }
  .storepage .business-back .w-100 {
    width: 96% !important;
  }
  .inner-title span,
  .inner-title1 span {
    font-size: 20px;
  }
  .marron-ban h3,
  .marron-ban span {
    font-size: 20px;
  }
  .store-map iframe {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 414px) {
  .storepage .counter-back {
    background-size: 96% 36%, 93% 71%;
    background-position: 0% 45%, 53% 39%;
  }
  .storepage .delivery-back {
    background-size: 97% 32%, 89% 69%;
    background-position: 100% 33%, 30% 10%;
  }
  .storepage .business-back {
    background-size: 96% 28%, 93% 63%;
    background-position: 0% 28%, 53% 6%;
  }
}
@media screen and (max-width: 390px) {
  .storepage .counter-back {
    background-size: 96% 36%, 93% 65%;
    background-position: 0% 43%, 53% 36%;
  }
  .storepage .business-back {
    background-size: 96% 26%, 93% 63%;
    background-position: 0% 22%, 53% 6%;
  }
  .storepage .counter-back .counter-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .storepage .delivery-back {
    background-size: 97% 31%, 89% 61%;
    background-position: 100% 29%, 30% 7%;
  }
  .storepage .business-back {
    background-size: 96% 27%, 93% 61%;
    background-position: 0% 18%, 53% 6%;
  }
}
button:hover {
  opacity: 0.8;
}
table.location-info a,
.container-fluid .row .col-12 p a {
  color: #232323;
  text-decoration: underline;
}
.container-fluid .row .col-12 p a.con-1 {
  color: #ffffff;
  text-decoration: none;
}
.container-fluid .row .col-12 p a.con-1:active {
  background: #2d343c;
}
.container-fluid .row .col-12 p a.green-btn {
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 3px #264d00 !important;
}
.container-fluid .row .col-12 p a.green-btn:active {
  background: #448800;
  box-shadow: 0 3px #264d00 !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.container-fluid .row .col-12 p a.con-1 img {
  width: 24px;
  height: auto;
  margin-top: -7px;
  margin-right: 5px;
}
.container-fluid .row .col-12 p a.green-btn img {
  width: 34px;
  height: auto;
  margin-top: -7px;
  margin-right: 5px;
}
.recaptcha_policy {
  font-size: 11px;
}
.recaptcha_policy a {
  color: #232323;
  text-decoration: underline;
}
/* 買取実績アクティブ処理（20220523：藤沢）　ここから　*/
.testactive {
  opacity: 50%;
}
/* ここまで */
.top-result {
  background: #fff;
}
.top-result ul {
  margin-bottom: 0;
}
.top-result p {
  margin-bottom: 0;
}
.top-result:first-child {
  margin-top: 100px;
}
.result-top {
}
@media screen and (max-width: 480px) {
  .result-top {
    margin: 0;
    padding: 0;
  }
}
.result-top .p-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.result-top .p-box li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .result-top .p-box li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }
}
.result-top .p-box li a {
  margin: 0 auto;
  width: 97%;
  font-size: 18px;
  color: #000019;
  font-weight: 700;
  text-align: left;
}
.result-top .p-box li img:first-of-type {
  margin-bottom: 10px;
}
.result-top .p-box li img {
  height: auto;
}
@media screen and (max-width: 480px) {
  .inner-faq {
    padding: 10px;
  }
}
/*その他包丁テキストリンクリストの記述*/
.otherResults {
  margin: 25px 0 0;
}
.otherResults ul.p-box li {
  width: 24%;
  margin-right: 1%;
  /* margin-bottom: 10px; */
}
.otherResults ul.p-box li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  background: #d0d0d0;
  color: #232323;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .otherResults ul.p-box li {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .otherResults {
    margin: 0;
  }
  .otherResults ul.p-box li a {
    font-size: 3vmin;
  }
  .result-box .date-color {
    font-size: 14px;
  }
}
.otherResults ul.p-box li a div:first-child {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*新フッターに関する記載*/
.footer-bottom h4 {
  padding: 20px 0 10px;
  color: #fff;
}
.footer-list-result1,
.footer-list-result2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  text-align: left;
  list-style-type: none;
}
.footer-list-result1 li,
.footer-list-result2 li {
  width: calc(100% / 4);
  /*border-right: dashed 1px #ccc;*/
  padding: 5px 1em;
  margin: 1px 0;
}
.footer-list-result1 li:nth-child(4n),
.footer-list-result2 li:nth-child(4n) {
  border-right: none;
}
.footer-list-result1 li a,
.footer-list-result2 li a {
  display: block;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  line-height: 2;
}
.footer-list-result2 li a {
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .footer-list-result1 li,
  .footer-list-result2 li {
    width: calc(100% / 2);
    padding: 5px 0.6em;
  }
  .footer-list-result1 li:nth-child(even),
  .footer-list-result2 li:nth-child(even) {
    border-right: none;
  }
  .footer-list-result2 li a {
    font-size: 12px;
    line-height: 1.4;
  }
}
/* 新ヘッダーに関する記載 */
/* メガメニュー全体の設定 */
#toggle-div {
  display: none;
}
.menu_item {
  width: 100%;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: 0;
  padding: 30px;
  color: #333;
  background-color: rgba(255, 255, 255, 1);
  z-index: 20;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 5%);
}
/* 実績一覧表*/
.header-list-result {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  text-align: left;
  list-style-type: none;
}
.header-list-result li {
  width: calc(100% / 4);
  margin: 1px 0;
}
.header-list-result li a {
  display: block;
  padding: 5px 1em;
  font-family: "Noto Serif JP";
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}
.header-list-result li a:hover,
.header-list-result li a:active {
  background: #d0d0d0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .menu_item {
    padding: 0 0 30px;
  }
  .scroll_area {
    -webkit-overflow-scrolling: touch;
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  ::-webkit-scrollbar:vertical {
    width: 11px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 1);
  }
  .scroll_area {
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    white-space: normal;
    width: 100%;
  }
  .header-list-result {
    flex-wrap: wrap;
    width: 900px;
  }
  .header-list-result li {
    width: calc(100% / 6);
    padding: 5px 0.1em;
  }
  .header-list-result li a {
    font-size: 13px;
    line-height: 1.4;
  }
}
/* 一覧を見るボタン */
.menu_item .row div {
  width: 100%;
  text-align: center;
}
.hdr-btn {
  width: 100%;
  max-width: 300px;
  height: 50px;
  padding-top: 14px;
  box-shadow: 0 4px 0 #5f001a;
  border-radius: 3px !important;
  background-color: #82213c;
  color: #fff;
  font-size: 15px;
}
.hdr-btn:hover {
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .menu_item .row div {
    margin-top: 20px;
  }
}

/**20250325 周年ロゴ追加**/
.logoBox {
  display: flex;
}
.logo20th {
  width: 25% !important;
  height: 100%;
  padding-top: 25px;
  padding-left: 10px;
}
.logo20th:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .logo20th {
    display: none;
  }
}
/*マージン*/
.mb30 {	margin-bottom: 30px;}