@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  font-family: "Noto sans JP", "Hiragino sans", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 400;
  color: #323232;
}
@media (max-width: 767px) {
  body,
  html {
    font-size: 14px;
  }
}

a {
  color: #835D25;
}

@media (min-width: 767px) {
  .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

.d-flex {
  display: flex;
}

.d-sm-flex {
  display: flex;
}
@media (max-width: 767px) {
  .d-sm-flex {
    flex-direction: column;
  }
}

.col-33 {
  width: 33.3%;
}
@media (max-width: 767px) {
  .col-33 {
    width: 100%;
  }
}

.col-33:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .col-33:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.col-50 {
  width: 50%;
}
@media (max-width: 767px) {
  .col-50 {
    width: 100%;
  }
}

.col-50:not(:last-child) {
  margin-right: 60px;
}
@media (max-width: 767px) {
  .col-50:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.section {
  padding: 5rem 0;
}

.container {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
}

.firstview {
  width: 100%;
  height: 550px;
  background-image: url("../images/firstview.jpg");
  background-size: cover;
  background-position: center top;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .firstview {
    height: 400px;
  }
}

.firstview .title {
  font-size: 3.5rem;
  letter-spacing: 5px;
  font-family: "Kosugi Maru", sans-serif;
  filter: drop-shadow(2px 2px 5px #000);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .firstview .title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    letter-spacing: 1px;
  }
}

.firstview .sub-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 5px;
  font-family: "Kosugi Maru", sans-serif;
  filter: drop-shadow(2px 2px 5px #000);
}
@media (max-width: 767px) {
  .firstview .sub-title {
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.5;
  }
}
.free-img {
  background: rgba(255,255,255,0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.free-img img {
  margin: 0 auto 15px;
  width: 80%;
  max-width: 350px;
}
@media (max-width: 767px) {
  .free-img img {
  }
}

.bg-panel {
  background-image: url("/raw_assets/slp/free_shipping_covid/images/bg_panel.gif");
  background-repeat: repeat;
  background-position: center center;
}

.border-box {
  border: 1px solid #835d25;
  padding: 2rem;
  border-radius: 15px;
}

.media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.media img {
  width: calc(25% - 10px);
  height: 100px;
  object-fit: contain;
  padding: 10px;
  margin-bottom: 15px;
}

h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: center;
}

h1 img {
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.text-red {
  color: #d0555a;
  font-weight: 600;
}

.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-pc-center {
    text-align: center;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.font-weight-bold {
  font-weight: 600;
}

.font-size-small {
  font-size: 0.8rem;
}

.text-underline {
  padding-bottom: 5px;
  background: linear-gradient(transparent 50%, #ff0 50%);
}
@media (max-width: 767px) {
  .text-underline {
    padding-bottom: 2px;
  }
}

.attention {
  padding: 16px;
  border: 1px solid #835D25;
  background: #fff;
}

.btn {
  display: block;
  width: 90%;
  max-width: 350px;
  font-weight: 600;
  text-align: center;
  border-radius: 25px;
  padding: 15px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}

.btn:hover {
  opacity: 0.8;
}

.btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.btn-white {
  color: #000000;
  background: #fff;
  border: 1px solid #000000;
}

.btn.btn-white::after {
  border-top: 2px solid #040000;
  border-right: 2px solid #040000;
}

.btn.btn-black {
  color: #fff;
  background: #333;
  border: 1px solid #040000;
}

.btn.btn-black::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.category-area .category-list {
  display: flex;
  flex-wrap: wrap;
}

.category-area .category-list .category-list-item {
  flex-basis: calc(25% - 8px);
  padding: 10px;
  height: 70px;
  background: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  color: initial;
  font-weight: 600;
}
@media (max-width: 767px) {
  .category-area .category-list .category-list-item {
    flex-basis: calc(50% - 5px);
  }
}

.category-list-item:not(:nth-child(4n)) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .category-list-item:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .category-list-item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}

.category-list-item img {
  width: 40%;
  height: 100%;
  margin: 0 10px 0 0;
  object-fit: cover;
}

.category-area .category-list .category-list-item.coming-soon {
  background-color: #d3d3d3;
  color: #fff;
  justify-content: center;
}

.title-border {
  display: flex;
  align-items: center;
}

.title-border::before,
.title-border::after {
  content: "";
  border-top: 1px solid;
  flex-grow: 1;
}

.title-border::before {
  margin-right: 2rem;
}

.title-border::after {
  margin-left: 2rem;
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 20px;
}

header.open {
  height: 100%;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  header nav {
    flex-direction: column;
    align-items: flex-start;
  }
}

header ul {
  font-size: 14px;
  display: flex;
}
@media (max-width: 1024px) {
  header ul {
    flex-direction: column;
    padding-top: 20px;
    width: 100%;
    display: none;
  }
}

header.open ul {
  display: flex;
}

header ul li a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  color: initial;
}
@media (max-width: 1024px) {
  header ul li a {
    width: 100%;
  }
}

header .logo {
  display: block;
  width: 180px;
}
@media (max-width: 767px) {
  header .logo {
    width: 150px;
  }
}

header .bar {
  width: 30px;
  height: 25px;
  margin: 7px;
  position: absolute;
  right: 3px;
  display: none;
}
@media (max-width: 1024px) {
  header .bar {
    display: block;
  }
}

header .bar span {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  background: #403a39;
  border-radius: 4px;
}

header .bar span:nth-child(1) {
  top: 0px;
  transition-duration: 0.1s;
}

header .bar span:nth-child(2) {
  top: calc(50% - 2px);
}

header .bar span:nth-child(3) {
  bottom: 0px;
  transition-duration: 0.1s;
}

header.open .bar span:nth-child(1) {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}

header.open .bar span:nth-child(2) {
  display: none;
}

header.open .bar span:nth-child(3) {
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.ttl-recommend {
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: center;
}

.ttl-recommend .main {
  margin-bottom: 1rem;
  font-size: 24px;
}

.ttl-recommend .sub {
  font-size: 14px;
  font-weight: bold;
  color: #c30d23;
}

@media (max-width: 767px) {
  .ttl-recommend {
    margin-bottom: 30px;
  }

  .ttl-recommend .main {
    font-size: 18px;
    text-align: left;
  }

  .ttl-recommend .sub {
    font-size: 12px;
    text-align: left;
  }
}

.footer-sns-share {
  padding: 30px;
  background: #fff;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #835d25;
  border-radius: 15px;
}
