@charset "UTF-8";
h1,
h2,
h3,
p,
a,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

.red {
  color: #dc0011;
}

.blue {
  color: #0072bc;
}

.big {
  font-size: 1.5rem;
  font-weight: 700;
}

.huge {
  font-size: 2rem;
  font-weight: 900;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}
img.logo_mini {
  margin: 0 auto;
  width: 190px;
  height: 78px;
}

.head {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}
.head:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/mainbg.png) repeat;
  z-index: -1;
  opacity: 25%;
}
.head__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.navi {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px 30px;
  padding: 16px 0;
  background: #a70721;
  flex-wrap: wrap;
}
.navi__item a {
  color: #fff;
  font-weight: bold;
}

.detail-img {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.75));
}

main {
  position: relative;
  background: url(../img/mainbg_tile.png) repeat;
}

.soldout {
  position: relative;
}
.soldout::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common/soldout.png) top/contain repeat-y;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.item {
  max-width: 840px;
  margin: 0 auto;
  background: #fff;
}
.item__news {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
  padding: 50px 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .item__news {
    padding: 50px 10px;
  }
}
.item__news picture {
  padding: 10px 0;
  height: fit-content;
  display: inline-block;
}
.item__news .lead {
  background-color: #fff1aa;
  margin-bottom: 50px;
  padding: 1.5rem;
  border-radius: 1rem;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}
.item__news .lead span {
  display: inline-block;
}
.item__news .twbox {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
}
.item__news p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.item__product {
  padding: 0 0 40px;
}

.item__anker {
  display: block;
  background-color: #fff;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 10;
}
.item__anker .anker_ttl {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #198b86;
  color: #b6f2ef;
  padding: 20px;
  font-size: 3rem;
  line-height: 1;
  word-break: keep-all;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .item__anker .anker_ttl {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.item__anker .anker_ttl span {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .item__anker .anker_ttl span {
    font-size: 1rem;
  }
}
.item__anker .special {
  text-align: center;
  padding: 25px;
}
.item__anker .special dt {
  font-size: 20px;
  font-weight: bold;
  color: #a70721;
}
.item__anker .special dd p span {
  display: inline-block;
}
.item__anker .special strong {
  font-size: 1.25rem;
  font-weight: 900;
  color: #dc0011;
}
.item__anker .special:last-child {
  padding: 20px 20px 80px;
}
.item__anker .logo_wrap ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}
.item__anker .logo_wrap ul li {
  width: 45%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item__anker .logo_wrap ul li a {
  margin: 0 auto;
  display: inline-block;
}

.after-comike {
  padding: 30px 25px 15px;
}
.after-comike:last-child {
  padding: 30px 25px 45px;
}
@media screen and (max-width: 768px) {
  .after-comike:last-child {
    padding: 2rem 1.5rem 3rem;
  }
}
.after-comike p {
  text-align: center;
  font-weight: bold;
}
.after-comike p span {
  display: inline-block;
}
.after-comike p .small {
  font-size: 12px;
}
.after-comike p .small span {
  display: inline-block;
}
.after-comike li > dt span {
  display: inline-block;
}
.after-comike.maps p {
  background: #b6f2ef;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 25px;
}
.after-comike.maps ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .after-comike.maps ul {
    grid-template-columns: 1fr;
  }
}
.after-comike.maps ul li {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: rgba(25, 139, 134, 0.4);
}
.after-comike.maps ul li dt {
  font-size: 1.2rem;
  font-weight: bold;
  color: #a70721;
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.after-comike.maps ul li dd span {
  display: inline-block;
}
.after-comike.maps ul li dd.after-address {
  margin-top: 15px;
}
.after-comike.maps ul li .map {
  margin-top: 10px;
}
.after-comike.maps ul li .map iframe {
  width: 100%;
  height: 300px;
}

.product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-list li {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .product-list li {
    width: 100%;
  }
}
.product-list li dt {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #198b86;
  color: #fff;
  padding: 20px;
  font-size: 2rem;
  line-height: 1.5;
  word-break: keep-all;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .product-list li dt {
    font-size: 1.2rem;
  }
}
.product-list li dt .item_number {
  background: #b6f2ef;
  padding: 1px 3px;
  font-size: 18px;
  color: #000;
  margin-right: 10px;
  border-radius: 3px;
  display: inline-block;
}
.product-list li dt .multi-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product-list li dt .ttl {
  font-size: 1.2rem;
  color: #b6f2ef;
  margin-bottom: 5px;
  letter-spacing: 5px;
  width: 100%;
  word-break: break-all;
}
.product-list li dt .ttl:nth-of-type(4) {
  padding-top: 16px;
}
.product-list li dt .half-space {
  margin-right: 10px;
}
.product-list li dt .big {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .product-list li dt .big {
    font-size: 24px;
  }
}
.product-list li dt .remaeks {
  color: #333;
  font-size: 12px;
}
.product-list li dd {
  text-align: center;
  margin: 0;
  position: relative;
  position: relative;
}
.product-list li dd .end_overlay {
  width: calc(100% - 2rem);
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-list li dd img {
  margin: 2rem auto;
  width: calc(100% - 40px);
  max-width: 640px;
  padding: 0 20px;
}
.product-list li dd.comment {
  width: calc(100% - 4rem);
  box-sizing: border-box;
  background: #f5f5f5;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.product-list li dd.comment span {
  display: inline-block;
}
.product-list li dd:nth-child(2) {
  background: #b6f2ef;
  color: #333;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.product-list li dd:nth-child(2) .price {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  order: 1;
  margin-left: auto;
}
.product-list li dd:nth-child(2) .price span {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0.15rem;
  vertical-align: -1px;
}
.product-list li dd:nth-child(2) .detail {
  font-weight: bold;
  text-align: left;
}
.product-list li dd:nth-child(2) .detail span {
  display: inline-block;
}
.product-list li dd:nth-child(2).long .price {
  width: 100%;
  text-align: right;
}
.product-list li dd:nth-child(2).long .detail {
  width: 100%;
}

.size {
  margin: 10px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .size {
    padding: 0;
  }
}
.size .row {
  background: rgba(255, 241, 170, 0.6);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
}
.size .row:nth-child(even) {
  background: rgba(255, 253, 221, 0.6);
}
@media screen and (max-width: 768px) {
  .size .row {
    gap: 2%;
    padding: 10px 0;
  }
}
.size .row span {
  width: 20%;
  text-align: center;
  padding: 10px 10px;
  box-sizing: border-box;
}
.size .row span:first-child {
  font-weight: bold;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .size .row span {
    width: 20%;
    padding: 0;
  }
  .size .row span:first-child {
    width: 100%;
  }
}

.mini {
  text-align: right;
  font-size: 12px;
}

.foot {
  background: #000;
}
.foot__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .foot__inner {
    padding: 1rem;
  }
}
.foot p {
  display: inline-block;
  text-align: left;
  color: #fff;
  font-size: 0.8rem;
}
.foot .covid {
  background-color: #fceaec;
  width: 100%;
  max-width: 840px;
  margin: 0 auto 4rem;
  padding: 1.5rem 40px 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .foot .covid {
    margin: 0 auto 1rem;
    padding: 1rem;
  }
}
.foot .covid p {
  color: #000;
  font-size: 16px;
  margin-top: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .foot .covid p p {
    margin-bottom: 1em;
  }
}
.foot .covid .ttl {
  width: 100%;
  max-width: 840px;
  background-color: #000;
  color: #f0c001;
  text-align: center;
  padding: 0.5em 0 0.25em;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.5;
}
.foot .covid .ttl span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .foot .covid .ttl .ttl {
    margin-top: 0;
    font-size: 16px;
  }
}
.foot .covid dl {
  text-align: left;
  margin-top: 1em;
  font-size: 14px;
}
.foot .covid dl dd {
  margin: 0;
}
.foot .covid dl dt {
  font-weight: bold;
}
.foot .covid dl strong {
  color: #dc0011;
}
.foot .covid dl ul {
  list-style: none;
}
.foot .covid dl ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.foot .info {
  background-color: #fff;
  width: 100%;
  max-width: 840px;
  margin: 4rem auto 2rem;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .foot .info {
    margin: 0 auto 20px;
  }
}
.foot .info .inner {
  border: 1px solid #333;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .foot .info .inner {
    padding: 1rem;
  }
}
.foot .info h2 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 5;
  margin: 30px 0 1em;
}
.foot .info h2 span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .foot .info h2 {
    margin-top: 0;
  }
}
.foot .info h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background-color: #f0c001;
  position: absolute;
  bottom: -2px;
  z-index: -1;
}
.foot .info p {
  font-weight: bold;
  color: #000;
}
.foot .info ul {
  margin-top: 0.5rem;
  list-style: none;
}
.foot .info ul li {
  margin-bottom: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.foot .c-overview .c-date {
  display: flex;
}
@media screen and (max-width: 768px) {
  .foot .c-overview .c-date {
    flex-wrap: wrap;
  }
}
.foot .c-overview .c-date .c-date-day {
  display: flex;
  flex-direction: column;
  text-indent: -1em;
  padding-left: 1em;
}
.foot .c-overview .c-date .c-date-day p {
  font-size: 14px;
  font-weight: normal;
}
.foot .toppage {
  display: inline-block;
  text-align: right;
  position: fixed;
  max-width: 200px;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .foot .toppage {
    max-width: 110px;
    right: 10px;
  }
}
.foot .toppage:hover {
  animation-name: hvr-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@media screen and (max-width: 768px) {
  .foot .toppage:hover {
    animation-name: none;
  }
}

.foot__author {
  color: #fff;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: fit-content;
  margin: 0 auto;
}
.foot__author li {
  width: fit-content;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 18px;
}
.foot__author li .cmark {
  margin-right: 2px;
  font-family: Verdana, “Droid Sans”, "メイリオ", sans-serif;
}
.foot__author li.left {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
  line-height: 17px;
}
.foot__author li.left .top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.foot__author li.left span {
  color: #fff;
  display: inline-block;
}

@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
.x-account a {
  border: solid 1px #fff;
  border-radius: 50px;
  color: #000;
  display: flex;
  width: fit-content;
  margin: 0 auto 20px;
}
.x-account a:hover {
  border: solid 1px #000;
  background: #000;
}
.x-account a:hover .x-account-logo {
  background: #fff;
}
.x-account a:hover .x-account-logo span {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' fill='none'/%3E%3Cpath d='M17.9686 14.1623L26.7065 4H24.6358L17.0488 12.8238L10.9891 4H4L13.1634 17.3432L4 28H6.07069L14.0827 18.6817L20.4822 28H27.4714L17.9681 14.1623H17.9686ZM15.1326 17.4607L14.2041 16.132L6.81679 5.55961H9.99723L15.9589 14.0919L16.8873 15.4206L24.6368 26.5113H21.4564L15.1326 17.4612V17.4607Z' fill='black'/%3E%3C/svg%3E%0A");
}
.x-account p {
  font-size: 16px;
  display: inline-block;
  line-height: 1.1em;
  margin: 0;
  padding: 0 15px 0 10px;
}
.x-account .x-account-logo {
  transition: all 0.3s;
  filter: drop-shadow(0 0 1px #000);
  background: #000;
  border-radius: 50%;
  display: inline-block;
  padding: 5px;
  aspect-ratio: 1/1;
  width: auto;
  height: 100%;
}
.x-account .x-account-logo span {
  transition: all 0.3s;
  font-size: 50px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: transparent 0 0 no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' fill='none'/%3E%3Cpath d='M17.9686 14.1623L26.7065 4H24.6358L17.0488 12.8238L10.9891 4H4L13.1634 17.3432L4 28H6.07069L14.0827 18.6817L20.4822 28H27.4714L17.9681 14.1623H17.9686ZM15.1326 17.4607L14.2041 16.132L6.81679 5.55961H9.99723L15.9589 14.0919L16.8873 15.4206L24.6368 26.5113H21.4564L15.1326 17.4612V17.4607Z' fill='white'/%3E%3C/svg%3E%0A");
}/*# sourceMappingURL=style.css.map */