@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
@media only screen and (min-width: 769px) {
  .sponly {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 150%;
}

img {
  border: none;
  outline: none;
}

form {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1rem;
  line-height: 150%;
  font-feature-settings: "palt";
}

div {
  box-sizing: border-box;
}

div:target {
  display: block !important;
}

.divtop {
  background-color: #fff;
  height: 450px;
  display: none;
}

.pickup {
  display: flex;
  padding: 10px 0 0;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.pickup__block {
  display: flex;
  margin-top: 125px;
  width: 100%;
  text-align: center;
  border: 3px solid #cc0000;
}
.pickup__block img {
  height: auto;
}
.pickup__block .itemtext {
  background-color: #cc0000;
}
.pickup__block--img {
  height: 315px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 5px solid #fff;
  margin: 0 0 0 0;
  background-color: #fff;
}
.pickup__block--title {
  width: 100%;
  height: 100px;
  font-size: 1.5em;
  line-height: normal;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 50px 0 50px 0;
  padding: 15px;
  background-color: #cc0000;
  color: #fff;
  box-sizing: border-box;
}
.pickup__block--price_buy {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #f8ff73;
  margin: 0 0 0 0;
  padding: 10px 0;
  background-color: #cc0000;
  box-sizing: border-box;
}
.pickup__block--price_sale {
  font-size: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  margin: 0 0 0 0;
  padding: 15px 0 15px;
  background-color: #cc0000;
  box-sizing: border-box;
}

.home .global_head {
  margin: 0 0 0 0;
}
.home .hero {
  background-color: rgb(86, 0, 0);
  background-image: url("/dir/kaitori/up/hero_bg.jpg");
  background-size: cover;
  color: #fff;
  width: 100%;
  margin: 0 0 50px 0;
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}
@media only screen and (max-width: 768px) {
  .home .hero {
    height: 300px;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero {
    height: 360px;
  }
}
.home .hero h1 {
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 10px #000;
}
@media only screen and (max-width: 768px) {
  .home .hero h1 {
    font-size: 2.5rem;
    line-height: 130%;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero h1 {
    font-size: 4.5rem;
    line-height: 130%;
    max-width: 1200px;
  }
}
.home .hero h2 {
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 10px #000;
}
@media only screen and (max-width: 768px) {
  .home .hero h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .home .hero h2 {
    font-size: 2.2rem;
  }
}
.home .hero strong {
  color: #ffee00;
}
.home .hero .note {
  margin: 15px 0 0 0;
}
.home .hero2 {
  margin: 0 0 90px 0 !important;
}
.home .nav-local {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  max-width: 1200px;
  margin: 5px auto 0;
  padding: 0;
  list-style: none;
}
.home .nav-local img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .home .nav-local li {
    width: 24.5%;
    margin: 0 0 1% 0;
  }
}
@media only screen and (min-width: 769px) {
  .home .nav-local li {
    width: 12.3%;
  }
}
.home .content_head {
  margin: 0 auto 30px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .home .content_head {
    top: 450px;
  }
}
@media only screen and (min-width: 769px) {
  .home .content_head {
    top: 470px;
  }
}
@media only screen and (max-width: 768px) {
  .home .content_nav {
    display: none;
  }
  .home .content_nav.active {
    display: block;
    color: #fff;
    background: #333333;
    text-align: center;
    width: 100%;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    position: absolute;
    top: 59px;
    opacity: 100;
    padding: 15px;
    z-index: 100;
  }
  .home .content_nav ul {
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
  }
  .home .content_nav ul li {
    margin-bottom: 5px;
  }
  .home .content_nav a {
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (min-width: 769px) {
  .home .content_nav {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    font-size: 0.85rem;
    line-height: 150%;
    font-feature-settings: "palt";
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
  .home .content_nav__cat {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
  .home .content_nav__cat li {
    width: calc(14.2857142857% - 1px);
    border: 1px solid #666;
    box-sizing: border-box;
    margin: 0 1px 1px 0;
    overflow: hidden;
  }
  .home .content_nav__cat a {
    display: block;
    padding: 7px 0;
    background-color: #ffd93e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #414141;
    font-weight: bolder;
    text-decoration: none;
    transition: 0.2s;
  }
  .home .content_nav__cat a:hover {
    font-size: 1.05rem;
  }
  .home .content_nav__cat li {
    width: calc(20% - 1px) !important;
  }
  .home .content_nav__media {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100px;
    border: 1px solid #666;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 769px) {
  .home .hamburger {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .home .hamburger {
    background-color: #333;
    position: sticky;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    z-index: 10;
    width: 100%;
  }
  .home .hamburger__icon {
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .home .hamburger__text {
    font-size: 1.25rem;
    color: #fff;
    text-align: center !important;
    padding: 15px 10px;
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .home .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .hamburger span:nth-child(1) {
    top: 15px;
    left: 10px;
  }
  .home .hamburger span:nth-child(2) {
    top: 25px;
    left: 10px;
  }
  .home .hamburger span:nth-child(3) {
    top: 35px;
    left: 10px;
  }
  .home .hamburger.active span:nth-child(1) {
    top: 25px;
    left: 10px;
    background: #555;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .home .hamburger.active span:nth-child(2), .home .hamburger.active span:nth-child(3) {
    top: 25px;
    background: #555;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.home .fixed {
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .home .fixed {
    z-index: 100;
  }
}
@media only screen and (min-width: 769px) {
  .home .fixed {
    z-index: 100;
  }
}
.home .content {
  max-width: 1200px;
  text-align: left;
  margin: auto;
}
.home .section {
  margin: 0 0 0 0;
  padding: 60px 0 0 0;
  text-align: center;
}
.home .section h3 {
  font-size: 1.25rem;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  margin: 0 0 0 0;
}
.home .section button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.home .section .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.home .section .prev-arrow {
  left: -20px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.home .section .next-arrow {
  right: -20px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.home .section .slick-slide {
  margin: 0 5px 0 0;
}
.home .item_list {
  display: flex;
  padding: 10px 0 25px;
  width: calc(100% - 50px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .home .item_list {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .home .item_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: flex-start;
  }
}
.home .item_list__block {
  width: calc(20% - 20px);
  text-align: center;
  border: 3px solid #cc0000;
}
.home .item_list__block img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.home .item_list__block--img {
  height: 230px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 5px solid #fff;
  margin: 0 0 0 0;
  background-color: #fff;
}
.home .item_list__block--title {
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0;
  padding: 0 5px 0;
  background-color: #cc0000;
  color: #fff;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
.home .item_list__block--price_buy {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  color: #f8ff73;
  margin: 0 0 0 0;
  padding: 5px 0;
  background-color: #cc0000;
  box-sizing: border-box;
}
.home .item_list__block--price_sale {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  color: #fff;
  margin: 0 0 0 0;
  padding: 5px 0 15px;
  background-color: #cc0000;
  box-sizing: border-box;
}
.home .item_link {
  margin: 0 auto 0;
  text-align: center;
}
.home .item_link a {
  font-size: 1em;
  font-weight: bolder;
  display: block;
  background-color: #cc0000;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
  color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  transition: 0.2s;
}
.home .item_link a:hover {
  color: #f8ff73;
  font-size: 1.1em;
}
.home .content_foot {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 50px 0 0 0;
}
.home .content_foot h2 {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 15px 0;
  padding: 5px 0;
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .home .content_foot {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .home .content_foot {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
.home .content_foot__blog {
  width: 100%;
}
.home .content_foot__blog h2 {
  text-align: center;
}
.home .content_foot__blog h4 {
  font-weight: bolder;
}
.home .content_foot__blog a {
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}
.home .content_foot__blog a:hover {
  font-size: 1.1rem;
  opacity: 0.8;
}
.home .content_foot__blog ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.home .content_foot__blog ul li {
  border: solid 2px black;
  margin: 0 0 40px 0;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .home .content_foot__blog ul li {
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .home .content_foot__blog ul li {
    width: calc(50% - 20px);
    flex-direction: row;
  }
}
.home .content_foot__blog--img {
  width: 180px;
  height: 180px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.home .content_foot__blog--caption {
  width: calc(100% - 190px);
  text-align: left;
  padding: 10px;
}
.home .content_foot__blog figure {
  margin: 0;
  padding: 0;
}
.home .content_foot__blog img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .home .content_foot__sns {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .home .content_foot__sns {
    width: 320px;
  }
}/*# sourceMappingURL=style.css.map */