@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .wrap {
    margin-bottom: 50px;
  }
}
.wrap__ttl {
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .wrap__ttl {
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap__ttl {
    margin: 0 0 25px;
  }
}
.wrap__ttl::before {
  position: absolute;
  top: 39%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
}
.wrap__ttl p {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  text-align: left;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  margin: 0;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .wrap__ttl p {
    font-size: 1.6rem;
    padding: 0 15px 0 0;
    letter-spacing: 0.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .wrap__ttl p {
    font-size: 2rem;
    padding: 0 28px 0 0;
    letter-spacing: 0.3rem;
  }
}
.wrap__ttl-day {
  letter-spacing: 0.05rem;
  position: relative;
  margin-left: 2px;
  line-height: 100%;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .wrap__ttl-day {
    font-size: 1.1rem;
    margin-right: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap__ttl-day {
    font-size: 1.3rem;
    margin-right: 35px;
  }
}
.wrap__ttl-day::after {
  content: "";
  display: block;
  background: #333;
  width: 3px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .wrap__ttl-day::after {
    height: 90%;
    right: -14px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap__ttl-day::after {
    height: 92%;
    right: -18px;
  }
}
.wrap__ttl-yobi {
  letter-spacing: 0.1rem;
  line-height: 100%;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .wrap__ttl-yobi {
    font-size: 0.9rem;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap__ttl-yobi {
    font-size: 1.1rem;
    margin-left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .event__container {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .event__container {
    margin: 0 0 55px;
  }
}
.event__container:last-child {
  margin: 0;
}
.event__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .event__list {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .event__list {
    justify-content: space-between;
  }
}
.event__item {
  position: relative;
  text-align: left;
  background: #f5f2f2;
  color: #333;
  box-sizing: border-box;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .event__item {
    margin: 0 0 20px;
    width: 100%;
    height: 120px;
  }
  .event__item:last-of-type {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .event__item {
    margin: 0 0 30px;
    width: 48.8%;
    height: 180px;
    cursor: pointer;
  }
  .event__item:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 767px) {
  .event__item-pic {
    width: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .event__item-pic {
    width: 180px;
  }
}
.event__item-pic figure {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.event__item-pic figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.event__item-pic figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.event__item-text {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .event__item-text {
    width: 225px;
    height: 120px;
    padding: 10px 10px 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .event__item-text {
    width: 405px;
    padding: 20px 20px 0 20px;
  }
}
.event__item-name {
  padding: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .event__item-name {
    margin: 0 0 5px;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .event__item-name {
    margin: 0 0 10px;
    font-size: 1.2rem;
    line-height: 1.45rem;
  }
}
.event__item-name a {
  text-decoration: none;
  color: #333;
}
.event__item-name a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.event__item-date {
  padding: 0;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .event__item-date {
    border-left: #dd2e1e solid 3px;
    font-size: 0.75rem;
    line-height: 0.75rem;
    margin: 0 0 5px;
    padding-left: 7px;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
@media only screen and (min-width: 768px) {
  .event__item-date {
    border-left: #dd2e1e solid 4px;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 0 9px;
    padding-left: 10px;
    letter-spacing: 0.05em;
  }
}
.event__item-comment {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .event__item-comment {
    font-size: 0.75rem;
    line-height: 1rem;
    height: 35px;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 768px) {
  .event__item-comment {
    font-size: 0.9rem;
    line-height: 1.3rem;
    -webkit-line-clamp: 4;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .prod__container {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__container {
    margin: 0 0 45px;
  }
}
.prod__container:last-child {
  margin: 0;
}
.prod__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .prod__list {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .prod__list {
    justify-content: center;
  }
}
.prod__item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod__item {
    margin: 0 0 25px;
    width: 46.5%;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item {
    margin: 0 15px 35px;
    max-width: 260px;
  }
}
.prod__item:hover figure {
  opacity: 0.8;
  transition: 0.5s;
}
.prod__item figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.prod__item figure img {
  background: #f1f1f1;
}
.prod__item-ttl {
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .prod__item-ttl {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item-ttl {
    font-size: 1.05rem;
    line-height: 1.4rem;
    margin: 0;
    margin: 15px 0 0;
  }
}
.prod__item-ttl a {
  text-decoration: none;
  color: #333;
  word-break: break-all;
}
.prod__item-ttl a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

@media only screen and (max-width: 767px) {
  .sale__container {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__container {
    margin: 0 0 75px;
  }
  .sale__container:last-child {
    margin: 0;
  }
}
.sale .post__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sale .post__block {
    margin: 30px 0 0;
  }
}
.sale .post__genre {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sale .post__genre {
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .post__genre {
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sale .post__list {
    width: 47.5%;
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .post__list {
    width: 18%;
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .post__list:nth-of-type(6) {
    margin: 0 0 0 auto;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .post__list:nth-of-type(7) {
    margin: 0 auto 0 0;
    padding-left: 15px;
  }
}
.sale .post__genre {
  background: #333;
  color: #fff;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sale .post__genre {
    font-size: 0.9rem;
    height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .post__genre {
    font-size: 1rem;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sale .post__genre.genre-s {
    font-size: 0.8rem;
  }
}
.sale .post__item {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sale .post__item {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .post__item {
    margin: 0 0 35px;
    cursor: pointer;
  }
  .sale .post__item:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
}
.sale .post__item:last-of-type {
  margin: 0;
}
.sale .post__pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #f5f2f2;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sale .post__pic {
    height: 115px;
    line-height: 115px;
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .post__pic {
    height: 160px;
    line-height: 160px;
    margin: 0 0 13px;
  }
}
.sale .post__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sale .post__pic a {
  text-decoration: none;
  color: #898989;
}
.sale .post__caption h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sale .post__caption h3 {
    font-size: 0.9rem;
    line-height: 1.45rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale .post__caption h3 {
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
}
.sale .post__caption h3 a {
  color: #333;
  text-decoration: none;
}
.sale .post__caption h3 a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sale .post__more {
  text-align: center;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: #222 solid 2px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sale .post__more {
    width: 80%;
    margin: 15px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .sale .post__more {
    width: 70%;
    margin: 20px auto 0;
  }
}
.sale .post__more:hover {
  background: #222;
  transition: 0.5s;
}
.sale .post__more:hover a {
  color: #fff;
  font-family: "Noto Sans JP";
}
.sale .post__more:hover a::after {
  content: "";
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  width: 4.5px;
  height: 4.5px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.sale .post__more a {
  color: #222;
  text-decoration: none;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sale .post__more a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale .post__more a {
    font-size: 0.8rem;
  }
}
.sale .post__more a::after {
  content: "";
  display: inline-block;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
  width: 4.5px;
  height: 4.5px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}

.shop__container {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .shop__container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .shop__container {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .shop__main {
    width: 100%;
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__main {
    width: 73.5%;
  }
}
@media only screen and (max-width: 767px) {
  .shop__sub {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .shop__sub {
    width: 24%;
  }
}
.shop__sub iframe.twitter-timeline {
  border: 2px solid #d2d2d2 !important;
}
@media only screen and (max-width: 767px) {
  .shop__sub iframe.twitter-timeline {
    width: 100% !important;
    height: 400px !important;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .shop__sub iframe.twitter-timeline {
    width: auto !important;
    height: 1280px !important;
  }
}
.shop__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop__item {
  position: relative;
  border: 2px solid #d2d2d2;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .shop__item {
    margin: 0 0 13px;
    padding: 10px;
    width: 48%;
  }
  .shop__item:nth-of-type(13), .shop__item:nth-of-type(14) {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item {
    margin: 0 0 25px;
    padding: 20px;
    width: 31.5%;
    cursor: pointer;
  }
  .shop__item:nth-of-type(13) {
    margin: 0 12px 0 auto;
  }
  .shop__item:nth-of-type(14) {
    margin: 0 auto 0 12px;
  }
}
.shop__item:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.shop__item-ttl {
  margin: 0;
  text-align: center;
  font-weight: 600;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .shop__item-ttl {
    font-size: 13px;
    line-height: 1.1rem;
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item-ttl {
    font-size: 15px;
    margin: 20px 0 0;
  }
}
.shop__item-ttl a {
  color: #333;
  text-decoration: none;
}
.shop__item-ttl a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.shop__item figure {
  margin: 0;
}
.shop .shop-nav-btn {
  font-family: "Noto Sans JP";
  color: #fff;
  background: #4c678c;
  text-align: center;
  font-size: 0.93rem;
  letter-spacing: 0.07em;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .shop .shop-nav-btn {
    display: none;
  }
}
.shop .shop-nav-btn::before {
  content: "";
  position: absolute;
  top: 30%;
  right: 5%;
  width: 6px;
  height: 6px;
  border: 3px solid;
  border-radius: 3px;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.shop .shop-nav-btn.open::before {
  top: 43%;
  transform: rotate(135deg);
}
.shop .shop-nav {
  background: #f8f8f8;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .shop .shop-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .shop .shop-nav {
    font-family: "Noto Sans JP";
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .shop .shop-nav li {
    border-bottom: 1px solid #d8d8d8;
  }
}
@media only screen and (min-width: 768px) {
  .shop .shop-nav li {
    box-sizing: border-box;
    background: #4c678c;
    width: calc(7.1428571429% - 2px);
    height: 43px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1rem;
    padding: 0 5px;
  }
  .shop .shop-nav li:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
}
.shop .shop-nav li:last-child {
  border-bottom: none;
}
.shop .shop-nav li a {
  color: #4c678c;
  text-decoration: none;
  display: block;
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .shop .shop-nav li a {
    padding: 15px 23px 13px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .shop-nav li a {
    font-size: 0.9rem;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .shop .shop-nav li.small a {
    font-size: 0.6rem;
  }
}
.shop .pagenate_area {
  text-align: center;
}
.shop .pagenate_area .pager {
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .shop .pagenate_area .pager {
    font-size: 0.9rem;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .shop .pagenate_area .pager {
    font-size: 1rem;
  }
}
.shop .pagenate_area .pager li {
  background: #fff;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop .pagenate_area .pager li {
    width: 45px;
    height: 45px;
    margin: 0 3px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .pagenate_area .pager li {
    width: 40px;
    height: 40px;
    margin: 0 3px;
  }
}
.shop .pagenate_area .pager li a {
  text-decoration: none;
  color: #555;
}
.shop .pagenate_area .pager li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.shop .pagenate_area .pager li:hover {
  cursor: pointer;
  background: #eee;
  border: #ccc solid 1px;
}
@media only screen and (max-width: 767px) {
  .shop .pagenate_area .pager .link_before {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .pagenate_area .pager .link_before {
    margin-right: 25px;
  }
}
.shop .pagenate_area .pager .link_before::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(225deg);
}
.shop .pagenate_area .pager .link_first::before, .shop .pagenate_area .pager .link_first::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(225deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .shop .pagenate_area .pager .link_first::before, .shop .pagenate_area .pager .link_first::after {
    top: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .pagenate_area .pager .link_first::before, .shop .pagenate_area .pager .link_first::after {
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop .pagenate_area .pager .link_first::before {
    right: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .pagenate_area .pager .link_first::before {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop .pagenate_area .pager .link_first::after {
    right: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .pagenate_area .pager .link_first::after {
    right: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .shop .pagenate_area .pager .link_next {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .pagenate_area .pager .link_next {
    margin-left: 25px;
  }
}
.shop .pagenate_area .pager .link_next::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
}
.shop .pagenate_area .pager .link_last::before, .shop .pagenate_area .pager .link_last::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .shop .pagenate_area .pager .link_last::before, .shop .pagenate_area .pager .link_last::after {
    top: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .pagenate_area .pager .link_last::before, .shop .pagenate_area .pager .link_last::after {
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop .pagenate_area .pager .link_last::before {
    left: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .pagenate_area .pager .link_last::before {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop .pagenate_area .pager .link_last::after {
    left: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .pagenate_area .pager .link_last::after {
    left: 17px;
  }
}
.shop .pagenate_area .pager .other_pages {
  border: #ccc solid 1px;
}
.shop .pagenate_area .pager .current_page {
  background: #e3f2f6;
  border: #A9CBD4 solid 1px;
  color: #204e78;
  pointer-events: none;
}
.shop .note {
  border: #ccc solid 1px;
  background-image: linear-gradient(-45deg, #f1f1f1 25%, #fbfbfb 25%, #fbfbfb 50%, #f1f1f1 50%, #f1f1f1 75%, #fbfbfb 75%, #fbfbfb);
  background-size: 17px 17px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .shop .note {
    padding: 20px;
    margin: 20px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .note {
    padding: 30px;
    margin: 0 0 20px;
  }
}
.shop .note p {
  background: #fff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .shop .note p {
    line-height: 1.8rem;
    font-size: 0.9rem;
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .note p {
    line-height: 2.2rem;
    font-size: 1rem;
    padding: 35px;
  }
}
.shop .tab_container {
  list-style: none;
  margin: 0 0 35px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.shop .tab_container .tab {
  text-align: center;
  background: #f5f5f7;
  color: #4c678c;
  position: relative;
  cursor: pointer;
  width: 19%;
}
@media only screen and (max-width: 767px) {
  .shop .tab_container .tab {
    height: 58px;
    line-height: 58px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop .tab_container .tab {
    height: 43px;
    line-height: 43px;
  }
}
.shop .tab_container .tab:hover {
  background: #d0dae8;
  transition: all 0.3s ease-out;
}
.shop .tab_container .tab.narrow-active {
  box-sizing: border-box;
  background: #4c678c;
  color: #fff;
  transition: all 0.5s ease-out;
}
.shop .tab_container .tab.narrow-active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #4c678c;
}
.shop .tab_container .tab.narrow-active:hover {
  opacity: 1;
}

.shop-kakuten .title {
  background: url("/dir/daimansai2022/img/shop/title_shop.jpg") center center/cover no-repeat;
}

.narrow-hide {
  display: none !important;
}

.schedule .timetable {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__head {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__head {
    display: flex;
    align-items: center;
    margin: 0 0 27px;
  }
}
.schedule .timetable__head .tab-container {
  display: flex;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__head .tab-container {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__head .tab-container {
    margin: 0;
  }
}
.schedule .timetable__head .tab-container .tab {
  position: relative;
  text-align: left;
  border: 3px solid #333;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__head .tab-container .tab {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__head .tab-container .tab {
    padding: 5px 15px;
  }
}
.schedule .timetable__head .tab-container .tab p {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: left;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  margin: 0;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__head .tab-container .tab p {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__head .tab-container .tab p {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}
.schedule .timetable__head .tab-container .tab__ttl-day {
  letter-spacing: 0.05rem;
  position: relative;
  margin-left: 2px;
  line-height: 100%;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__head .tab-container .tab__ttl-day {
    font-size: 1rem;
    margin-right: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__head .tab-container .tab__ttl-day {
    font-size: 1.3rem;
    margin-right: 30px;
  }
}
.schedule .timetable__head .tab-container .tab__ttl-day::after {
  content: "";
  display: block;
  background: #333;
  width: 3px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__head .tab-container .tab__ttl-day::after {
    height: 80%;
    top: 3px;
    right: -9px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__head .tab-container .tab__ttl-day::after {
    height: 92%;
    top: 0;
    right: -14px;
  }
}
.schedule .timetable__head .tab-container .tab__ttl-yobi {
  letter-spacing: 0.1rem;
  line-height: 100%;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__head .tab-container .tab__ttl-yobi {
    font-size: 0.8rem;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__head .tab-container .tab__ttl-yobi {
    font-size: 1.1rem;
    margin-left: 8px;
  }
}
.schedule .timetable__head .tab-container .tab a {
  color: #333;
  text-decoration: none;
}
.schedule .timetable__head .tab-container .tab a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.schedule .timetable__head .tab-container .tab:hover {
  background: #d6d6d6;
  transition: 0.2s;
}
.schedule .timetable__head .tab-container .tab.tab-active {
  background: #333;
}
.schedule .timetable__head .tab-container .tab.tab-active .tab__ttl-day::after {
  background: #fff;
}
.schedule .timetable__head .tab-container .tab.tab-active a {
  color: #fff;
}
.schedule .timetable__head .cat {
  display: flex;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__head .cat {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__head .cat {
    margin: 0 0 0 30px;
  }
}
.schedule .timetable__head .cat__item {
  margin: 0 10px 0 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__head .cat__item {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__head .cat__item {
    font-size: 0.9rem;
  }
}
.schedule .timetable__head .cat__item::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
.schedule .timetable__head .cat__item.cat-event::before {
  background: #C50408;
}
.schedule .timetable__head .cat__item.cat-prod::before {
  background: #1379B9;
}
.schedule .timetable__head .cat__item.cat-sale::before {
  background: #8BD00E;
}
.schedule .timetable__head .cat__item.cat-auction::before {
  background: #FDEE1D;
}
.schedule .timetable__ttl {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__ttl {
    font-size: 1.2rem;
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__ttl {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__venue-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__venue-wrapper {
    height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__venue {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__venue {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: "Noto Sans JP";
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__venue.venue-sale {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__venue.venue-sale .venue-skyroom {
    width: 1130px !important;
    border-right: 2px solid #333;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__venue.venue-sale2 {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__venue.venue-sale2 .venue-skyroom {
    width: 1590px !important;
    border-right: 2px solid #333;
  }
}
.schedule .timetable__venue .venue-item {
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__venue .venue-item {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    height: 34px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__venue .venue-item.venue-skyroom {
    width: 279px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__venue .venue-item.venue-lobby {
    width: 550px;
  }
}
.schedule .timetable__venue .venue-item.venue-cosmoroom {
  border-right: 2px solid #333;
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__venue .venue-item.venue-cosmoroom {
    width: 300px;
  }
}
.schedule .timetable__venue.is-fixed {
  position: fixed;
  z-index: 99;
  width: 1130px;
  top: 0;
}
.schedule .timetable__content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__content::before {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    box-shadow: 0 70px 0 0 rgba(0, 0, 0, 0.1), 0 210px 0 0 rgba(0, 0, 0, 0.1), 0 350px 0 0 rgba(0, 0, 0, 0.1), 0 490px 0 0 rgba(0, 0, 0, 0.1), 0 630px 0 0 rgba(0, 0, 0, 0.1), 0 770px 0 0 rgba(0, 0, 0, 0.1), 0 910px 0 0 rgba(0, 0, 0, 0.1), 0 1050px 0 0 rgba(0, 0, 0, 0.1), 0 1190px 0 0 rgba(0, 0, 0, 0.1), 0 1330px 0 0 rgba(0, 0, 0, 0.1), 0 1470px 0 0 rgba(0, 0, 0, 0.1), 0 1610px 0 0 rgba(0, 0, 0, 0.1), 0 1750px 0 0 rgba(0, 0, 0, 0.1);
  }
}
.schedule .timetable__content.content-sale::before {
  box-shadow: 0 70px 0 0 rgba(0, 0, 0, 0.1), 0 210px 0 0 rgba(0, 0, 0, 0.1), 0 350px 0 0 rgba(0, 0, 0, 0.1), 0 490px 0 0 rgba(0, 0, 0, 0.1), 0 630px 0 0 rgba(0, 0, 0, 0.1), 0 770px 0 0 rgba(0, 0, 0, 0.1), 0 910px 0 0 rgba(0, 0, 0, 0.1), 0 1050px 0 0 rgba(0, 0, 0, 0.1), 0 1190px 0 0 rgba(0, 0, 0, 0.1), 0 1330px 0 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__time {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__time {
    position: absolute;
    top: 0;
    font-weight: 500;
    z-index: 90;
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__time-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__time-wrapper {
    height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__time-ttl {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__time-ttl {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    box-sizing: border-box;
    text-align: center;
    height: 34px;
    line-height: 30px;
    background: #fff;
    background: #333;
    color: #fff;
    width: 70px;
    font-family: "Noto Sans JP";
    font-weight: 500;
  }
}
.schedule .timetable__time-ttl.is-fixed {
  position: fixed;
  z-index: 99;
  width: 70px;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__time-list {
    list-style: none;
    margin: 40px 10px 0 0;
    padding: 0;
    font-size: 1rem;
    font-family: DIN Alternate, sans-serif;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__time-list li {
    height: 70px;
    text-align: right;
  }
}
.schedule .timetable__time-list li:nth-child(even) {
  color: #ccc;
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__wrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 70px);
    height: 1960px;
    margin: 0 0 0 auto;
    background: #fafafa;
    overflow-x: auto;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__wrap.wrap-sale {
    height: 1380px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__block.block-sale {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__box {
    margin: 0 0 23px;
  }
  .schedule .timetable__box:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__box {
    height: calc(100% - 34px);
    position: absolute;
  }
  .schedule .timetable__box::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__box.box-skyroom {
    width: 279px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__box.box-lobby {
    width: 550px;
    left: 279px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__box.box-cosmoroom {
    width: 300px;
    left: 829px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__item {
    font-size: 0.85rem;
    margin: 0 0 13px 0 !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__item {
    position: absolute;
    width: 240px;
    font-size: 0.9rem;
  }
}
.schedule .timetable__item a {
  color: #333;
  text-decoration: none;
}
.schedule .timetable__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__item.item-sale-detail {
    width: 110px;
  }
}
.schedule .timetable__item.item-sale-detail .timetable__item-body {
  height: 100%;
}
.schedule .timetable__item-time {
  font-family: DIN Alternate, sans-serif;
  margin: 0 0 8px;
  font-size: 0.95rem;
}
.schedule .timetable__item-head {
  color: #fff;
  font-weight: 500;
  padding: 11px 10px;
}
.schedule .timetable__item-head .head-cat {
  margin: 0;
  font-size: 0.95rem;
  line-height: 100%;
  font-family: "Noto Sans JP";
}
.schedule .timetable__item-head .head-time {
  line-height: 100%;
  font-family: DIN Alternate, sans-serif;
  font-size: 0.95rem;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__item-head .head-time {
    margin: 7px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__item-head .head-time {
    margin: 5px 0 0;
  }
}
.schedule .timetable__item-head.item-head-event {
  background: #C50408;
}
.schedule .timetable__item-head.item-head-prod {
  background: #1379B9;
}
.schedule .timetable__item-head.item-head-sale {
  background: #8BD00E;
}
.schedule .timetable__item-head.item-head-auction {
  background: #FDEE1D;
  color: #000;
}
.schedule .timetable__item-body {
  box-sizing: border-box;
  height: calc(100% - 54px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__item-body {
    padding: 13px 10px 17px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__item-body {
    padding: 13px 10px;
  }
}
.schedule .timetable__item-body:hover {
  opacity: 0.5;
  transition: 0.2s;
}
.schedule .timetable__item-body ul {
  margin: 0 0 0 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__item-body ul {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__item-body ul {
    font-size: 0.85rem;
  }
}
.schedule .timetable__item-body ul li {
  margin: 0 0 2px;
}
.schedule .timetable__item-inner {
  margin: 0 0 20px;
}
.schedule .timetable__item-inner:last-child {
  margin: 0;
}
.schedule .timetable__item-inner p {
  margin: 0 0 10px;
}
.schedule .timetable__item-ttl {
  font-weight: 700;
  word-break: break-all;
  font-family: "Noto Sans JP";
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__item-ttl {
    font-size: 1rem;
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__item-ttl {
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin: 0 0 7px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__item-pic {
    width: 70%;
  }
}
.schedule .timetable__item.item-event {
  box-shadow: inset 0 0 0 1px rgba(204, 1, 4, 0.3);
  background-color: rgba(204, 1, 4, 0.15);
}
.schedule .timetable__item.item-prod {
  background: #DAEEF6;
  box-shadow: inset 0 0 0 1px rgba(42, 162, 172, 0.5);
}
.schedule .timetable__item.item-sale {
  box-shadow: inset 0 0 0 1px rgba(150, 214, 11, 0.3);
  background-color: rgba(150, 214, 11, 0.15);
}
.schedule .timetable__item.item-auction {
  background: #fffde1;
  box-shadow: inset 0 0 0 1px rgba(255, 242, 32, 0.5);
}
.schedule .timetable__note-sale {
  display: inline-block;
  background: #f94747;
  color: #fff;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__note-sale {
    margin: 5px 0 20px;
    padding: 18px 18px 16px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__note-sale {
    padding: 15px 15px 13px;
  }
}
.schedule .timetable__note-sale p {
  font-weight: 600;
  font-size: 0.95rem;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__note-sale p {
    margin: 0 0 13px;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__note-sale p {
    margin: 0 0 8px;
    line-height: 1.3rem;
  }
}
.schedule .timetable__note-sale p:last-child {
  margin: 0;
}
.schedule .timetable__note-sale p span {
  display: block;
  font-size: 0.85rem;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__note-sale p span {
    margin: 5px 0 0;
    line-height: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__note-sale p span {
    margin: 3px 0 0;
  }
}
.schedule .timetable__note-sale ul {
  margin: 0;
  padding: 0;
  font-weight: 600;
  list-style: none;
  font-size: 0.85rem;
}
.schedule .timetable__note-sale ul li {
  position: relative;
  padding: 0 0 0 18px;
}
@media only screen and (max-width: 767px) {
  .schedule .timetable__note-sale ul li {
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__note-sale ul li {
    margin: 0 0 3px;
  }
}
.schedule .timetable__note-sale ul li:last-child {
  margin: 0;
}
.schedule .timetable__note-sale ul li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__note-sale.sale-day1 {
    position: absolute;
    top: 50px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__note-sale.sale-day2 {
    position: absolute;
    top: 730px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .timetable__note-sale.sale-day2 .timetable__note-sale-inner {
    max-height: 75px;
    overflow: auto;
    padding: 0 11px 0 0;
  }
  .schedule .timetable__note-sale.sale-day2 .timetable__note-sale-inner::-webkit-scrollbar {
    width: 8px;
  }
  .schedule .timetable__note-sale.sale-day2 .timetable__note-sale-inner::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 100px;
  }
  .schedule .timetable__note-sale.sale-day2 .timetable__note-sale-inner::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule .venue-item-sp {
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 12px;
    padding: 6px 0 7px;
    background: #fff;
    border: 2px solid #333;
    font-family: "Noto Sans JP";
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .schedule .venue-item-sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .prev__container {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .prev__container {
    margin: 0 0 55px;
  }
}
.prev__container:last-child {
  margin: 0;
}
.prev__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .prev__list {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .prev__list {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .prev__list-item {
    width: 48%;
    margin: 0 3px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .prev__list-item {
    width: 24.3%;
    margin: 0 0 10px;
  }
}
.prev__list_02 {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .prev__list_02 {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .prev__list_02 {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .prev__list_02-item {
    width: 48%;
    margin: 0 3px 10px;
  }
  .prev__list_02-item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .prev__list_02-item {
    width: 19.3%;
  }
}

.entry .wrap {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .entry .wrap {
    margin-bottom: 70px;
    padding: 25px 15px;
    margin: 0 15px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .wrap {
    margin-bottom: 70px;
    max-width: 1000px;
    padding: 40px 50px;
  }
}
.entry .wrap h1 {
  text-align: center;
  padding: 0;
  letter-spacing: 0.02em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .entry .wrap h1 {
    font-size: 1.3rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .wrap h1 {
    font-size: 2rem;
    margin: 0 0 70px;
  }
}
.entry .wrap h1::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .entry .wrap h1::before {
    width: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .wrap h1::before {
    width: 90px;
  }
}
.entry .attention {
  border-bottom: #ccc solid 1px;
  margin: 0 0 30px;
}
.entry .attention span {
  color: #f5302a;
}
.entry .attention h2 {
  margin: 0 0 5px -10px;
}
@media only screen and (max-width: 767px) {
  .entry .attention h2 {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry .attention h2 {
    font-size: 1.05rem;
  }
}
.entry .personal_info table {
  width: 100%;
  margin: 0 0 20px;
}
.entry .personal_info table tr {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 0 0 20px;
}
.entry .personal_info table th {
  text-align: left;
  margin: 0 0 10px;
  color: #000;
}
.entry .personal_info table td {
  text-align: left;
  line-height: 1.8rem;
  display: flex;
  width: 100%;
  color: #000;
}
.entry .personal_info table .item {
  margin-right: 15px;
}
.entry .personal_info input[type=text] {
  -webkit-appearance: none;
  border: #d0d0d0 solid 1px;
  font-size: 0.95rem;
  padding: 11px 14px;
  border-radius: 5px;
  line-height: 1;
  background: #fff;
  box-sizing: border-box;
}
.entry .personal_info input[type=text]:focus {
  outline: 0;
}
.entry .personal_info .short {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .entry .personal_info .middle {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .personal_info .middle {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .entry .personal_info .long {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .personal_info .long {
    width: 60%;
  }
}
.entry .personal_info .required {
  background: #F5302A;
  color: #fff;
  font-size: 0.75rem;
  margin-left: 5px;
  padding: 3px 8px 4px;
  border-radius: 50px;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .entry .event-prod {
    margin: 30px 0 0;
  }
}
.entry .event-prod h2 {
  margin: 0 0 2px;
  padding: 5px 15px;
  background: #333;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .entry .event-prod h2 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry .event-prod h2 {
    font-size: 1.2rem;
  }
}
.entry .event-prod h3 {
  margin: 0 0 10px;
  padding: 5px 5px;
  background: #f1f1f1;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .entry .event-prod h3 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry .event-prod h3 {
    font-size: 1.05rem;
  }
}
.entry .event-prod table {
  width: 100%;
}
@incude mq-sp {
  .entry .event-prod table {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .event-prod table {
    padding: 0 5px;
    margin: 0 0 20px;
  }
}
.entry .event-prod table tr {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
}
.entry .event-prod table th {
  text-align: left;
  border-left: #ccc solid 4px;
  padding-left: 10px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .entry .event-prod table th {
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .event-prod table th {
    margin: 0 0 10px;
  }
}
.entry .event-prod table td {
  text-align: left;
  line-height: 1.8rem;
  color: #000;
}
.entry .event-prod table p {
  margin: 15px 0 0;
}
.entry .event-prod table a {
  color: #486B97;
  text-decoration: none;
}
.entry .event-prod table a:hover {
  color: #946349;
  text-decoration: underline;
}
.entry .event-prod .required {
  background: #F5302A;
  color: #fff;
  font-size: 0.75rem;
  margin-left: 5px;
  padding: 3px 8px 4px;
  border-radius: 50px;
  position: relative;
  top: -2px;
}
.entry .note .note_content {
  border: #ccc solid 1px;
}
@media only screen and (max-width: 767px) {
  .entry .note .note_content {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .note .note_content {
    padding: 25px;
  }
}
.entry .note h4 {
  margin: 0 0 15px;
  padding: 4px 10px;
  background: #f1f1f1;
  color: #343434;
}
.entry .note ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.entry .note ul li {
  margin: 0 0 4px;
}
.entry .note ul li:last-child {
  margin: 0;
}
.entry .note p {
  text-align: center;
  margin: 20px 0 0;
  padding: 0;
}
.entry .submit_container {
  margin: 45px auto 0;
  display: flex;
  flex-direction: row-reverse;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .entry .submit_container {
    max-width: 550px;
  }
}
.entry .submit_container input[type=submit] {
  -webkit-appearance: none;
  margin: auto;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .entry .submit_container input[type=submit] {
    width: 145px;
    height: 45px;
    margin: 0 auto 10px;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry .submit_container input[type=submit] {
    width: 255px;
    height: 48px;
    font-size: 1rem;
  }
}
.entry .submit_container .submit {
  background: #2958de;
  color: #fff;
}
.entry .submit_container .submit:hover {
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.entry .submit_container .reset {
  background: #f1f1f1;
  color: #343434;
}
.entry .submit_container .reset:hover {
  opacity: 0.8;
}
.entry .complete {
  padding: 0 0 40px;
}
.entry .complete p {
  text-align: center;
  margin: 60px 0 0;
}
.entry .complete .back {
  margin: 40px auto 0;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  background: #F53030;
}
@media only screen and (max-width: 767px) {
  .entry .complete .back {
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry .complete .back {
    width: 255px;
    height: 48px;
    line-height: 48px;
    font-size: 1rem;
  }
}
.entry .complete .back a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.entry .complete .back:hover {
  opacity: 0.8;
}

.post_list_ttl {
  background: #4c678c;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .post_list_ttl {
    font-size: 1rem;
    padding: 5px 18px;
  }
}
@media only screen and (min-width: 768px) {
  .post_list_ttl {
    font-size: 1.2rem;
    padding: 7px 18px;
  }
}

.payment {
  border: #f1f1f1 solid 3px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .payment {
    margin: 0 0 45px;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .payment {
    margin: 0 0 70px;
    padding: 30px;
  }
}
.payment__ttl {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .payment__ttl {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .payment__ttl {
    font-size: 1.2rem;
    margin: 0 0 25px;
  }
}
.payment p {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 1.05rem;
}
@media only screen and (max-width: 767px) {
  .payment ul {
    margin: 0 0 0 -15px;
  }
}
@media only screen and (min-width: 768px) {
  .payment ul {
    display: flex;
    margin: 0 0 0 -50px;
  }
}
@media only screen and (max-width: 767px) {
  .payment ul li {
    margin: 0 0 5px;
  }
  .payment ul li:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .payment ul li {
    margin: 0 0 0 30px;
    font-size: 1.05rem;
  }
}

.attention__text {
  background: #fff;
  color: #000;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .attention__text {
    margin: 0 0 20px;
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .attention__text {
    margin: 0 0 30px;
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .attention__text p {
    font-size: 0.93rem;
  }
}
@media only screen and (min-width: 768px) {
  .attention__text p {
    font-size: 1.03rem;
  }
}
.attention .cancel {
  border-top: #333 solid 2px;
  margin: 25px 0 0;
  padding: 30px 0 0;
}
.attention .cancel h5 {
  margin: 0 auto 15px;
  font-size: 1.15rem;
  text-align: center;
}
.attention .cancel h6 {
  margin: 0 0 20px;
  font-size: 1rem;
}
.attention .cancel__tab-container {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.attention .cancel__tab {
  width: 49%;
  text-align: center;
  border: #333 solid 2px;
  height: 43px;
  line-height: 43px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .attention .cancel__tab {
    width: 47%;
  }
}
@media only screen and (min-width: 768px) {
  .attention .cancel__tab {
    width: 49%;
  }
}
.attention .cancel .active {
  background: #333;
  color: #fff;
}
.attention .cancel__block {
  display: none;
  margin: 0 0 30px;
}
.attention .cancel__block:last-of-type {
  margin: 0;
}
.attention .cancel .show {
  display: block;
}
.attention .cancel__item {
  margin: 0 0 30px;
}
.attention .cancel__item:last-of-type {
  margin: 0;
}
.attention .cancel__item p {
  margin: 0 0 15px;
}
.attention .cancel__item dl {
  margin: 0 0 25px 0;
}
.attention .cancel__item dt {
  margin: 0 0 5px 5px;
  border-left: 5px solid #000;
  padding: 0 0 0 7px;
}
.attention .cancel__item dd {
  margin: 0 0 0 15px;
}
.attention .cancel__item table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.attention .cancel__item th, .attention .cancel__item td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 3px 0 3px 5px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.attention .cancel__item th {
  width: 160px;
}
.attention .cancel__item td {
  width: calc(100% - 160px);
}
.attention .cancel a {
  color: #486B97;
  text-decoration: none;
  cursor: pointer;
}
.attention .cancel a:hover {
  color: #946349;
  text-decoration: underline;
}

.entry-link {
  border: #f1f1f1 solid 3px;
  box-sizing: border-box;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .entry-link {
    margin: 0 0 15px;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .entry-link {
    margin: 0 0 20px;
    padding: 30px;
  }
}
.entry-link p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9rem;
}
.entry-link .link {
  margin: 20px 0 0;
}
.entry-link .link a {
  text-decoration: none;
  background: linear-gradient(#5cabef, #3071e2);
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .entry-link .link a {
    padding: 17px 0;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 768px) {
  .entry-link .link a {
    font-size: 2.1rem;
    padding: 15px 0;
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 768px) {
  .entry-link .link a::before {
    content: "";
    border: 0px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 41%;
    right: 4%;
    width: 15px;
    height: 15px;
  }
}
.entry-link .link a:hover {
  opacity: 0.8;
}

.global_head {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .html-en .wrap__ttl-day {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .html-en .wrap__ttl-day {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .html-en .wrap__ttl-day::after {
    height: 65%;
    top: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .html-en .wrap__ttl-day::after {
    height: 75%;
    top: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */