@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Coda:800&display=swap");
@import 'hamburger.css';
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #000;
  text-align: center;
}

.sp_head {
  display: none;
}

#container {
  max-width: 1366px;
  margin: auto;
}

.topLogo img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
}

.menu {
  height: 70px;
  background-color: #0D315F;
  font-size: 12px;
}
.menu dl {
  display: flex;
  justify-content: space-around;
}
.menu dl dd {
  border-right: solid 1px #fff;
  width: 7.7%;
  height: 70px;
  box-sizing: border-box;
}
.menu dl dd:last-child {
  border: none;
  word-break: break-word;
}
.menu dl dd:hover {
  background-color: #2E416F;
}
.menu dl a {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pickup-container {
  padding-top: 5em;
}
.pickup-container p {
  border-radius: 5px 5px 0 0;
  margin: 0 25%;
}

.pickup {
  width: 100%;
  height: 370px;
  background-color: #FFF2DB;
  display: flex;
  justify-content: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: solid 2px #CE0010;
  border-radius: 5px;
}
.pickup .splide__pagination__page.is-active {
  background-color: #0D315F;
}

.pickup_thumb {
  background-color: #0D315F;
  display: flex;
}
.pickup_thumb .block {
  width: 250px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  text-align: center;
  margin: 10px;
}
.pickup_thumb a, .pickup_thumb p {
  font-size: 13px;
}

.pic {
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #eee;
  width: 100%;
}
.pic img {
  max-width: calc(100% - 10px);
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thum {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 230px;
}
.thum a {
  width: 100%;
  max-width: calc(100% - 10px);
  height: 220px;
  max-height: calc(100% - 10px);
  position: relative;
}

.title {
  position: absolute;
  top: 230px;
  left: 0;
  z-index: 1;
  background-color: #888;
  width: 100%;
  height: 41px;
  text-align: center;
}
.title p {
  width: 100%;
  height: 37px;
  font-size: 13px;
  line-height: 140%;
  box-sizing: border-box;
  padding: 3px 5px 0;
  overflow: hidden;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.title a {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 31px;
  color: #fff;
  margin: auto;
}

.price {
  position: absolute;
  top: 273px;
  z-index: 1;
  width: 100%;
  background-color: #5F0D0D;
  color: #fff;
  font-size: 14px;
}

.thumlarge {
  padding: 5em 30px 3em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: flex-start;
}
.thumlarge .block {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  text-align: center;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .thumlarge .block {
    width: 49%;
    height: 290px;
  }
}
@media only screen and (min-width: 768px) {
  .thumlarge .block {
    width: 24%;
    height: 295px;
  }
}

.link_shop {
  font-size: 2em;
  font-weight: bold;
  background-color: #CE0010;
  color: #fff;
  border-radius: 5px;
  padding: 1% 5%;
}

.banner {
  margin: 5.6em auto;
  width: 70%;
  /*---------- 矢印 ----------*/
}
.banner .banner_item {
  overflow: hidden;
}
.banner .banner_item img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.banner .slick-slide {
  height: auto !important;
}
.banner .slick-next {
  right: 10px !important;
}
.banner .slick-prev {
  left: 10px !important;
}
.banner .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}
.banner .slick-arrow:before {
  font-size: 30px !important;
}

.twitter {
  max-width: 700px;
  margin: 5em auto;
}

.back-to-top {
  background-color: rgba(13, 25, 66, 0.5);
  border-radius: 5px;
  position: fixed;
  transition-property: opacity;
  transition-duration: 300ms;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  z-index: 999;
}
.back-to-top:hover {
  background-color: rgba(13, 25, 66, 0.75);
}

@media only screen and (max-width: 1366px) {
  .pickup-container {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .twitter {
    margin: 5em 30px;
  }
  .back-to-top {
    bottom: 20px;
    height: 35px;
    right: 20px;
    width: 35px;
  }
}
@media only screen and (min-width: 769px) {
  .topLogo_sp {
    display: none;
  }
  .back-to-top {
    bottom: 50px;
    height: 40px;
    right: 50px;
    width: 40px;
  }
}
@media only screen and (max-width: 429px) {
  .topLogo, .menu {
    display: none;
  }
  .sp_top {
    height: calc(100vh - 37px);
    position: relative;
    background: no-repeat center url("../img/top-sp.jpg");
    background-size: cover;
    overflow: hidden;
  }
  .sp_top i {
    position: absolute;
    bottom: 50px;
    z-index: 1;
  }
  .sp_head {
    display: flex;
    justify-content: space-between;
    height: 80px;
  }
  .sp_head figure:first-child {
    width: 80%;
    display: flex;
    align-items: center;
    background-color: #CE0010;
  }
  .sp_head figure:last-child {
    width: 20%;
    background-color: #0D315F;
  }
  .link_shop_head {
    margin: 0;
    border-radius: 0;
    width: 100%;
    font-size: 1.5em;
    padding: 5%;
  }
  .menu-sp.active {
    display: block;
  }
  .reorder {
    display: flex;
    flex-direction: column;
    padding-top: 5em;
  }
  .reorder .link_shop {
    order: 4;
    margin: 0 30px;
    padding: 20px;
    font-size: 1.5em;
  }
  .pickup {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .pickup-container {
    order: 2;
    margin: 0;
  }
  .thumlarge {
    order: 3;
  }
  .banner {
    width: 90%;
    margin: 30px auto;
    order: 1;
  }
}
@media only screen and (min-width: 430px) {
  .sp_top i {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */