@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&display=swap");
body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #00ff00;
  color: #000;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #00ff00;
}

.global_head {
  margin: 0;
}

.wrap {
  position: relative;
  border: 1px solid #000;
  background-color: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  .wrap {
    margin: 15px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    margin: 35px;
    letter-spacing: 0.05rem;
  }
}
.wrap::before, .wrap::after {
  content: "";
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .wrap::before, .wrap::after {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap::before, .wrap::after {
    width: 35px;
    height: 35px;
  }
}
.wrap::before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .wrap::before {
    top: -16px;
    right: -16px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap::before {
    top: -36px;
    right: -36px;
  }
}
.wrap::after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .wrap::after {
    top: -16px;
    left: -16px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap::after {
    top: -36px;
    left: -36px;
  }
}

.content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .content {
    min-height: calc(100vh - 300px);
  }
}
.content::before, .content::after {
  content: "";
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .content::before, .content::after {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content::before, .content::after {
    width: 35px;
    height: 35px;
  }
}
.content::before {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .content::before {
    bottom: -16px;
    right: -16px;
  }
}
@media only screen and (min-width: 768px) {
  .content::before {
    bottom: -36px;
    right: -36px;
  }
}
.content::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .content::after {
    bottom: -16px;
    left: -16px;
  }
}
@media only screen and (min-width: 768px) {
  .content::after {
    bottom: -36px;
    left: -36px;
  }
}
.content dl {
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .content dl {
    display: flex;
    justify-content: space-between;
    gap: 0 5%;
  }
}
.content dl:last-of-type {
  margin: 0;
}
.content dl dt {
  border-bottom: 1px solid #000;
  font-weight: 600;
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  .content dl dt {
    display: inline-block;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .content dl dt {
    width: 110px;
    -moz-text-align-last: justify;
         text-align-last: justify;
    margin: 0;
  }
}
.content dl dd {
  margin: 0;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .content dl dd {
    width: calc(100% - 110px);
  }
}

.section {
  background-image: linear-gradient(#fff 1px, transparent 0), linear-gradient(90deg, #fff 1px, transparent 0);
  background-size: 50px 50px;
}

.section-ttl {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background-color: #000;
  color: #00ff00;
  letter-spacing: 0.2rem;
  position: relative;
  z-index: 10;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section-ttl {
    font-size: 2.3rem;
    line-height: 1.7rem;
    padding: 3px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-ttl {
    font-size: 3.7rem;
    line-height: 1;
  }
}
.section-ttl::before {
  content: "";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: -1px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-ttl::before {
    width: 15px;
    left: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .section-ttl::before {
    width: 35px;
    left: -35px;
  }
}
.section-ttl::after {
  content: "";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 35px;
  position: absolute;
  top: -1px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-ttl::after {
    width: 15px;
    right: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .section-ttl::after {
    width: 35px;
    right: -35px;
  }
}

.block {
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .block {
    padding: 70px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 1000px;
    width: calc(100% - 70px);
    margin: 0 auto;
    padding: 100px 0;
  }
}

.section-sub-ttl {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 4px 10px;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-sub-ttl {
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .section-sub-ttl {
    font-size: 1.5rem;
    margin: 0 0 20px;
  }
}

.hero {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero {
    border-bottom: 25px solid #00ff00;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    border-bottom: 35px solid #00ff00;
  }
}
.hero::before {
  content: "";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: -1px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .hero::before {
    width: 15px;
    left: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .hero::before {
    width: 35px;
    left: -35px;
  }
}
.hero::after {
  content: "";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 35px;
  position: absolute;
  top: -1px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .hero::after {
    width: 15px;
    right: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .hero::after {
    width: 35px;
    right: -35px;
  }
}
.hero__content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero__content {
    display: flex;
  }
}
.hero__content::before {
  content: "";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: -1px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .hero__content::before {
    width: 15px;
    left: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content::before {
    width: 35px;
    left: -35px;
  }
}
.hero__content::after {
  content: "";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 35px;
  position: absolute;
  top: -1px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .hero__content::after {
    width: 15px;
    right: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content::after {
    width: 35px;
    right: -35px;
  }
}
.hero__img {
  height: 500px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .hero__img {
    background: url(../img/hero-sp.png) no-repeat top -25px left/cover;
  }
}
@media only screen and (min-width: 768px) {
  .hero__img {
    background: url(../img/hero.png?0702) no-repeat center left/cover;
    width: calc(100% - 215px);
  }
}
.hero__ttl {
  font-family: "Changa One", sans-serif;
  margin: 0;
  letter-spacing: -0.1rem;
  background-color: #f6f6f6;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .hero__ttl {
    font-size: 2.2rem;
    line-height: 2rem;
    padding: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__ttl {
    border-left: 1px solid #000;
    width: 215px;
    font-size: 5.55rem;
    line-height: 4.2rem;
    padding: 5px;
    writing-mode: vertical-rl;
  }
}
.hero__sub-ttl {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  background-color: #f6f6f6;
  color: #00ff00;
  border-bottom: 1px solid #000;
  padding: 7px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  .hero__sub-ttl {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero__sub-ttl {
    font-size: 3rem;
  }
}
.hero__sub-ttl.sub-ttl_01::before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .hero__sub-ttl.sub-ttl_01::before {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__sub-ttl.sub-ttl_01::before {
    width: 62px;
    height: 62px;
  }
}
.hero__sub-ttl.sub-ttl_01 ul {
  animation: ttlLoopAnime01 100s infinite linear;
}
@keyframes ttlLoopAnime01 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.hero__sub-ttl.sub-ttl_02::after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .hero__sub-ttl.sub-ttl_02::after {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__sub-ttl.sub-ttl_02::after {
    width: 62px;
    height: 62px;
  }
}
.hero__sub-ttl.sub-ttl_02 ul {
  transform: translateX(100%);
  animation: ttlLoopAnime02 100s infinite linear;
}
.hero__sub-ttl.sub-ttl_02 ul li {
  transform: rotate(180deg);
}
@keyframes ttlLoopAnime02 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.hero__sub-ttl ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  white-space: nowrap;
}
.hero__sub-ttl ul li {
  margin: 0 15px 0 0;
}

.local-nav {
  position: relative;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .local-nav {
    border-bottom: 25px solid #00ff00;
    margin: -1px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav {
    border-bottom: 35px solid #00ff00;
    margin: -1px 0 60px;
  }
}
.local-nav::before {
  content: "";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .local-nav::before {
    width: calc(100% + 30px);
    top: -1px;
    left: -15px;
    bottom: -25px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav::before {
    width: calc(100% + 70px);
    top: -1px;
    left: -35px;
    bottom: -35px;
  }
}
.local-nav__border {
  position: relative;
}
.local-nav__border::before, .local-nav__border::after {
  content: "";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .local-nav__border::before, .local-nav__border::after {
    width: 15px;
    top: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__border::before, .local-nav__border::after {
    width: 35px;
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .local-nav__border::before {
    left: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__border::before {
    left: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .local-nav__border::after {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__border::after {
    right: -35px;
  }
}
.local-nav__links {
  list-style: none;
  display: flex;
  justify-content: center;
}
.local-nav__links_item {
  background-color: #f6f6f6;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 33.3333333333%;
  font-weight: 600;
  letter-spacing: 0.05rem;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .local-nav__links_item {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__links_item {
    height: 60px;
    font-size: 1.2rem;
  }
}
.local-nav__links_item:last-of-type {
  border-right: none;
}
.local-nav__links_item:last-of-type::before {
  border-right: none;
}
.local-nav__links_item::before, .local-nav__links_item::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
.local-nav__links_item::before {
  background-color: #000;
  border-right: 1px solid #00ff00;
  top: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .local-nav__links_item::before {
    height: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__links_item::before {
    height: 10px;
  }
}
.local-nav__links_item::after {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .local-nav__links_item::after {
    width: 15px;
    left: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__links_item::after {
    width: 35px;
    left: -35px;
  }
}
.local-nav__links_item:hover {
  background-color: #00ff00;
}
.local-nav__links_item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .local-nav__links_item a {
    padding: 5px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__links_item a {
    padding: 5px 0 0;
  }
}
.local-nav__links_item a:hover {
  color: #000;
}
.local-nav__links_item.nav-selected {
  background-color: #000;
}
.local-nav__links_item.nav-selected::before {
  background-color: #00ff00;
  border-bottom: 1px solid #000;
}
.local-nav__links_item.nav-selected a {
  color: #00ff00;
}

.prod__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .prod__item {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .prod__item:first-of-type {
    margin: 0 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item:first-of-type {
    margin: 0 0 85px;
  }
}
.prod__item_img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod__item_img {
    max-width: 350px;
    margin: 0 auto;
  }
}
.prod__item_img .prod-fig {
  position: absolute;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .prod__item_img .prod-fig {
    font-size: 2rem;
    top: -22px;
    left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item_img .prod-fig {
    font-size: 2.3rem;
    top: -28px;
    left: 15px;
  }
}
.prod__item_img_content {
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 10px 10px 0 #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .prod__item_img_content {
    height: 350px;
    margin: 0 auto 40px;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item_img_content {
    width: 400px;
    height: 400px;
  }
}
.prod__item_img_content img {
  max-height: 280px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.1));
}
.prod__item_img .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .prod__item_img .slide {
    max-width: 350px;
    height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item_img .slide {
    width: 400px;
    height: 400px;
  }
}
.prod__item_img .slide img {
  margin: 0 auto;
}
.prod__item_img .slide-arrow-container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod__item_img .slide-arrow-container {
    max-width: 350px;
    margin: 80px auto 115px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item_img .slide-arrow-container {
    margin: 80px 0 0;
  }
}
.prod__item_img .slide-arrow-container .slide-arrow {
  background-color: #fff;
  border: 1px solid #000;
  width: 45px;
  height: 45px;
  position: absolute;
  cursor: pointer;
}
.prod__item_img .slide-arrow-container .slide-arrow::before, .prod__item_img .slide-arrow-container .slide-arrow::after {
  content: "";
  position: absolute;
}
.prod__item_img .slide-arrow-container .slide-arrow::before {
  background-color: #000;
  width: 45%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.prod__item_img .slide-arrow-container .slide-arrow::after {
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  transform-origin: top right;
  top: 22.3px;
}
.prod__item_img .slide-arrow-container .slide-arrow.prev-arrow {
  bottom: 0;
  left: 0;
}
.prod__item_img .slide-arrow-container .slide-arrow.prev-arrow::before {
  left: 13px;
}
.prod__item_img .slide-arrow-container .slide-arrow.prev-arrow::after {
  left: 2px;
  transform: rotate(225deg);
}
.prod__item_img .slide-arrow-container .slide-arrow.next-arrow {
  bottom: 0;
  right: 0;
}
.prod__item_img .slide-arrow-container .slide-arrow.next-arrow::before {
  left: 11px;
}
.prod__item_img .slide-arrow-container .slide-arrow.next-arrow::after {
  right: 11px;
  transform: rotate(45deg);
}
.prod__item_img .slide-num {
  color: #000;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .prod__item_img .slide-num {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item_img .slide-num {
    font-size: 1.5rem;
  }
}
.prod__item_img .slide-num .now-count::before,
.prod__item_img .slide-num .all-count::before {
  content: "0";
}
.prod__item_img .slide-num .now-count {
  position: relative;
  margin: 0 30px 0 0;
}
.prod__item_img .slide-num .now-count::after {
  content: "";
  background-color: #000;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -15px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .prod__item_text {
    width: calc(100% - 470px);
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .prod__item_text .prod-ttl {
    text-align: center;
  }
}
.prod__item_text .prod-ttl span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.07rem;
  line-height: 1;
  padding: 15px 15px 15px 18px;
}
@media only screen and (max-width: 767px) {
  .prod__item_text .prod-ttl span {
    font-size: 1.5rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item_text .prod-ttl span {
    font-size: 1.7rem;
    margin: 0 0 20px;
  }
}
.prod__item_text .prod-ttl span::before, .prod__item_text .prod-ttl span::after {
  content: "";
  width: 20px;
  height: 80%;
  position: absolute;
}
.prod__item_text .prod-ttl span::before {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  top: 0;
  left: 0;
}
.prod__item_text .prod-ttl span::after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .prod__item_text .prod-desc {
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item_text .prod-desc {
    margin: 0 0 15px;
    line-height: 1.9rem;
  }
}
.prod__item_text .prod-price {
  display: inline-block;
  border-bottom: 2px solid #000;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .prod__item_text .prod-price {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item_text .prod-price {
    margin: 0 0 30px;
    font-size: 2rem;
  }
}
.prod__item_text .prod-price .text-yen {
  font-weight: 400;
  font-size: 1.3rem;
  margin: 0 5px 0 0;
}
.prod__item_text .prod-price .text-tax {
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0 0 0 5px;
  position: relative;
  bottom: 2px;
}
.prod__item_text .prod-note {
  margin: 0;
  font-size: 0.9rem;
}

@media only screen and (max-width: 767px) {
  .tokuten {
    margin: 70px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten {
    margin: 85px 0 0;
  }
}
.tokuten__fukidashi {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tokuten__fukidashi {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__fukidashi {
    margin: 0 0 50px;
  }
}
.tokuten__fukidashi_ttl {
  background-color: #000;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .tokuten__fukidashi_ttl {
    font-size: 1.2rem;
    padding: 5px 10px;
    top: -29px;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__fukidashi_ttl {
    font-size: 1.4rem;
    padding: 5px 10px;
    top: -31px;
  }
}
.tokuten__fukidashi_text {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tokuten__fukidashi_text {
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__fukidashi_text {
    line-height: 1.8rem;
  }
}
.tokuten__fukidashi_text span {
  background-color: #00ff00;
  border: 1px solid #000;
  font-weight: 600;
  padding: 0 5px;
  margin: 0 5px 0 0;
}
.tokuten__fukidashi_text_content::after {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .tokuten__fukidashi_text_content::after {
    width: 31px;
    height: 2px;
    left: 34px;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__fukidashi_text_content::after {
    width: 2px;
    height: 24px;
    right: -0.3px;
    bottom: 23px;
  }
}
.tokuten__img_content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .tokuten__img_content {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__img_content {
    gap: 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  .tokuten__img_item {
    max-width: 230px;
    margin: 0 auto 35px;
  }
  .tokuten__img_item:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__img_item {
    max-width: 250px;
  }
}
.tokuten__img_item img {
  border: 1px solid #000;
}
.tokuten__img_ttl {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .tokuten__img_ttl {
    font-size: 1.05rem;
    padding: 4px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__img_ttl {
    font-size: 1.1rem;
    min-height: 49px;
    padding: 4px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tokuten__img_ttl span {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__img_ttl span {
    font-size: 1rem;
  }
}
.tokuten__img_note {
  margin: 15px 0 0;
  font-size: 0.9rem;
}

@media only screen and (max-width: 767px) {
  .sale__item {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__item {
    margin: 0 0 50px;
  }
}
.sale__item:last-child {
  margin: 0;
}
.sale__item_date {
  font-weight: 600;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sale__item_date .date-ttl {
  border-bottom: 1px solid #000;
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 0 4px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .sale__item_date .date-ttl {
    font-size: 1.1rem;
  }
}
.sale__item_date .date-kikan {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .sale__item_date .date-kikan {
    font-size: 1.3rem;
  }
}
.sale__item.sale-tento .link {
  margin: 10px 0 10px;
}
.sale p {
  margin: 0;
}

.event a {
  border-bottom: 1px solid #000;
}
.event a:hover {
  border-bottom: 1px solid #00ff00;
}
.event .event-lead-text {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .event .event-lead-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 40px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .event .event-lead-text {
    margin: 0 0 50px;
    font-size: 1.5rem;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
  }
}
.event .event-lead-text span {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .event .event-lead-text span {
    border: 1px solid #000;
    padding: 2px 2px 2px 12px;
  }
}
@media only screen and (min-width: 768px) {
  .event .event-lead-text span {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2px 0 2px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .event .event-lead-text span:last-of-type {
    margin: -1px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .event .event-lead-text span:last-of-type {
    border-right: 1px solid #000;
    border-left: none;
    padding: 2px 2px 2px 0;
  }
  .event .event-lead-text span:last-of-type::after {
    content: none;
  }
}
.event .event-lead-text span::after {
  content: "";
  background-color: #00ff00;
  border-right: 1px solid #000;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .event__item {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .event__item {
    margin: 0 0 60px;
  }
}
.event__item:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .event .event-flow__list {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .event .event-flow__list {
    margin: 0 0 50px;
  }
}
.event .event-flow__item {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .event .event-flow__item {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .event .event-flow__item {
    margin: 0 0 30px;
  }
}
.event .event-flow__item:last-child {
  margin: 0;
}
.event .event-flow__item .event-flow-num {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .event .event-flow__item .event-flow-num {
    width: 27px;
    height: 27px;
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .event .event-flow__item .event-flow-num {
    width: 33px;
    height: 33px;
    font-size: 1.3rem;
  }
}
.event .event-flow__item p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .event .event-flow__item p {
    width: calc(100% - 40px);
    padding: 2px 0 0;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .event .event-flow__item p {
    width: calc(100% - 46px);
    padding: 4px 0 0;
    font-size: 1.1rem;
  }
}
.event .event-flow__item p .event-flow-note {
  display: block;
  font-weight: 400;
  margin: 3px 0 0;
}
@media only screen and (max-width: 767px) {
  .event .event-flow__item p .event-flow-note {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .event .event-flow__item p .event-flow-note {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 767px) {
  .event .event-note__item {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .event .event-note__item {
    margin: 0 0 50px;
  }
}
.event .event-note__item:last-child {
  margin: 0;
}
.event .event-note__item ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.event .event-note__item ul li {
  margin: 0 0 5px;
}
.event .event-note__item p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .event .event-note__item p {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .event .event-note__item p {
    line-height: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .preorder__item {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .preorder__item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 85px;
    width: 100%;
    gap: 0 7%;
  }
}
.preorder__item:last-child {
  margin: 0;
}
.preorder__item_img {
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 10px 10px 0 #000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .preorder__item_img {
    max-width: 300px;
    height: 300px;
    padding: 20px;
    margin: 0 auto 50px;
  }
}
@media only screen and (min-width: 768px) {
  .preorder__item_img {
    width: 40%;
    height: 350px;
    padding: 30px;
  }
}
.preorder__item_img img {
  max-height: 280px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.1));
}
@media only screen and (min-width: 768px) {
  .preorder__order {
    width: 60%;
    padding: 20px 0 0;
  }
}
.preorder__order_item {
  margin: 0 0 15px;
  gap: 0 5%;
}
@media only screen and (min-width: 768px) {
  .preorder__order_item {
    display: flex;
    align-items: flex-end;
  }
}
.preorder__order_item p {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .preorder__order_item p {
    display: inline-block;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .preorder__order_item p {
    width: 200px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .preorder__order_item .link {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .preorder__order_item .link {
    width: calc(100% - 200px);
  }
}
.preorder__order_item .link a {
  margin: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .preorder__order_name {
    text-align: center;
  }
}
.preorder__order_name span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07rem;
  padding: 15px 15px 15px 18px;
}
@media only screen and (max-width: 767px) {
  .preorder__order_name span {
    font-size: 1.5rem;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .preorder__order_name span {
    font-size: 1.7rem;
    margin: 0 0 45px;
  }
}
.preorder__order_name span::before, .preorder__order_name span::after {
  content: "";
  width: 20px;
  height: 80%;
  position: absolute;
}
.preorder__order_name span::before {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  top: 0;
  left: 0;
}
.preorder__order_name span::after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  right: 0;
  bottom: 0;
}

.form table {
  width: 100%;
}
.form table tr {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .form table tr {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .form table tr {
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 15px;
    gap: 0 5%;
  }
}
.form table tr:last-child {
  margin: 0;
}
.form table th {
  font-size: 0.95rem;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form table th {
    margin: 0 0 15px;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .form table th {
    display: flex;
    align-items: center;
    width: 180px;
  }
}
.form table th .required {
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .form table th .required {
    font-size: 0.65rem;
    padding: 3px 5px 2px;
  }
}
@media only screen and (min-width: 768px) {
  .form table th .required {
    font-size: 0.7rem;
    padding: 3px 5px;
    width: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .form table th .form-th {
    width: 140px;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
}
.form table td {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .form table td {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .form table td {
    width: calc(100% - 180px);
  }
}
.form input[type=text],
.form input[type=email],
.form textarea {
  background-color: fff;
  border: none;
  border: 1px solid #000;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text],
  .form input[type=email],
  .form textarea {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .form input[type=text],
  .form input[type=email],
  .form textarea {
    font-size: 1rem;
  }
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #a8a8a8;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form textarea::placeholder {
  color: #a8a8a8;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus {
  outline: none;
  border: 1px solid #00ff00;
  border-radius: 0;
}
.form textarea {
  border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .form textarea {
    height: 170px;
  }
}
@media only screen and (min-width: 768px) {
  .form textarea {
    height: 200px;
  }
}
.form__submit {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .form__submit {
    margin: 35px 0 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .form__submit {
    margin: 40px 0 0;
  }
}
.form__submit input[type=submit] {
  border: 1px solid #000;
  background: #fff;
  font-weight: 600;
  letter-spacing: 0.03rem;
  display: block;
  margin: 0 10px;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .form__submit input[type=submit] {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .form__submit input[type=submit] {
    width: 300px;
    height: 47px;
    font-size: 1rem;
  }
}
.form__submit input[type=submit]:first-child {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .form__submit input[type=submit]:first-child {
    margin: 0 auto 15px;
  }
}
.form__submit input[type=submit]:hover {
  background-color: #00ff00;
  color: #000;
}
.form__note {
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .form__note {
    line-height: 1.6rem;
    margin: 25px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .form__note {
    margin: 35px 0 0;
  }
}
.form__attention {
  border: 1px solid #000;
  box-sizing: border-box;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .form__attention {
    margin: 50px 0 0;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .form__attention {
    margin: 60px 0 0;
    padding: 40px;
  }
}
.form__attention dl {
  display: block;
  margin: 0 0 20px;
}
.form__attention dl dt {
  width: auto;
  display: inline-block;
  -moz-text-align-last: left;
       text-align-last: left;
  margin: 0 0 10px;
}
.form__attention dl dd {
  border-bottom: none;
  margin: 0 0 10px;
}
.form__attention dl dd:last-of-type {
  margin: 0;
}
.form__attention ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.form__attention ul li {
  margin: 0 0 10px;
}
.form__attention ul li:last-child {
  margin: 0;
}
.form__attention p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .form__attention p {
    line-height: 1.6rem;
  }
}
.form__attention a {
  border-bottom: 1px solid #000;
}
.form__attention a:hover {
  border-bottom: 1px solid #00ff00;
}

.complete__content {
  min-height: calc(100vh - 600px);
}
.complete p {
  margin: 0;
}

.link a {
  display: inline-block;
  align-items: center;
  color: #000;
  border-bottom: none;
  background-color: #00ff00;
  border: 1px solid #000;
  font-weight: 600;
  transition: 0.3s;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .link a {
    margin: 20px 0 0;
    padding: 10px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .link a {
    margin: 25px 0 0;
    padding: 8px 50px;
    font-size: 1.2rem;
  }
}
.link a:hover {
  box-shadow: 5px 5px 0 #000;
}
.link a:hover::after {
  transform: translateX(6px);
}
.link a::after {
  content: "";
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #000;
  margin: 0 0 0 15px;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .link a::after {
    width: 8px;
    height: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .link a::after {
    top: -1px;
    width: 10px;
    height: 12px;
  }
}
.link a.link-off {
  background-color: #f1f1f1;
  pointer-events: none;
}
.link a.link-off::after {
  content: none;
}
.link.link-soon a {
  background-color: #f1f1f1;
  pointer-events: none;
}
.link.link-soon a::after {
  content: none;
}

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

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