@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

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

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
}

.wrap {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrap {
    font-size: 0.95rem;
  }
}

.block {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .block {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 1100px;
    width: calc(100% - 70px);
  }
}

h2 {
  font-family: "Radio Canada Big", serif;
  font-weight: 700;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #74cebd;
  -webkit-text-stroke: 2.5px #231815;
  text-stroke: 2.5px #231815;
  paint-order: stroke;
  letter-spacing: 0.15rem;
  margin: 0;
  line-height: 1;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
    padding: 15px 25px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 5.5rem;
    padding: 20px 5%;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #000;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .hero {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    height: 1100px;
  }
}
.hero__line {
  position: absolute;
  background-color: #ffb4af;
}
.hero .line-horizontal {
  background-image: url(../img/line-img.svg);
  background-repeat: repeat-x;
}
@media only screen and (max-width: 767px) {
  .hero .line-horizontal {
    background-size: auto 17px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .line-horizontal {
    background-size: auto 60px;
  }
}
.hero .line-vertical {
  background-image: url(../img/line-img-vertical.svg);
  background-repeat: repeat-y;
}
@media only screen and (max-width: 767px) {
  .hero .line-vertical {
    background-size: 17px auto;
  }
}
@media only screen and (min-width: 768px) {
  .hero .line-vertical {
    background-size: 60px auto;
  }
}
.hero .line-top {
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #000;
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  .hero .line-top {
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .line-top {
    height: 75px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .line-top.line-horizontal {
    animation: loop-slide-right 10s infinite linear;
  }
}
@media only screen and (min-width: 768px) {
  .hero .line-top.line-horizontal {
    animation: loop-slide-right 25s infinite linear;
  }
}
.hero .line-right {
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #000;
  z-index: 40;
}
@media only screen and (max-width: 767px) {
  .hero .line-right {
    width: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .line-right {
    width: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .line-right.line-vertical {
    animation: loop-slide-down 30s infinite linear;
  }
}
@media only screen and (min-width: 768px) {
  .hero .line-right.line-vertical {
    animation: loop-slide-down 10s infinite linear;
  }
}
.hero .line-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid #000;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  .hero .line-bottom {
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .line-bottom {
    height: 75px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .line-bottom.line-horizontal {
    animation: loop-slide-left 10s infinite linear;
  }
}
@media only screen and (min-width: 768px) {
  .hero .line-bottom.line-horizontal {
    animation: loop-slide-left 25s infinite linear;
  }
}
.hero .line-left {
  height: 100%;
  top: 0;
  left: 0;
  border-right: 1px solid #000;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .hero .line-left {
    width: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .line-left {
    width: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .line-left.line-vertical {
    animation: loop-slide-up 30s infinite linear;
  }
}
@media only screen and (min-width: 768px) {
  .hero .line-left.line-vertical {
    animation: loop-slide-up 10s infinite linear;
  }
}
.hero__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .hero__img {
    background: url(../img/hero-bg.jpg) no-repeat center/880px;
    height: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__img {
    background: url(../img/hero-bg.jpg) no-repeat top center/cover;
    height: 1100px;
  }
}
.hero__text {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .hero__text {
    margin: 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__text {
    margin: 0 75px;
  }
}
.hero__text img {
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.2));
}

@keyframes loop-slide-right {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -100% center;
  }
}
@keyframes loop-slide-left {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 100% center;
  }
}
@keyframes loop-slide-down {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center 100%;
  }
}
@keyframes loop-slide-up {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -100%;
  }
}
.intro {
  position: relative;
  background: #eee url(../img/bg-intro.png) repeat-y top center;
}
.intro::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/350px 350px;
  mix-blend-mode: overlay;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .intro {
    background-size: auto 80px;
    padding: 80px 0 130px;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 100px 0 170px;
  }
}
.intro__content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .intro__content {
    max-width: 620px;
  }
}
.intro__ttl {
  font-family: "Radio Canada Big", serif;
  color: #74cebd;
  -webkit-text-stroke: 2.5px #231815;
  text-stroke: 2.5px #231815;
  paint-order: stroke;
  letter-spacing: 0.15rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .intro__ttl {
    font-size: 1.7rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 768px) {
  .intro__ttl {
    font-size: 2.7rem;
    line-height: 0.9;
  }
}
.intro__ttl span {
  display: inline-block;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .intro__ttl span {
    font-size: 2.4rem;
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__ttl span {
    font-size: 3.8rem;
    margin-bottom: 8px;
  }
}
.intro__chara {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .intro__chara.chara-right {
    right: -10px;
    bottom: -70px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__chara.chara-right {
    right: -160px;
    bottom: -120px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__chara.chara-right img {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__chara.chara-right img {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__chara.chara-left {
    top: -50px;
    left: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__chara.chara-left {
    top: 40px;
    left: -150px;
  }
}
.intro__chara.chara-left img {
  transform: rotate(-5deg);
}
@media only screen and (max-width: 767px) {
  .intro__chara.chara-left img {
    width: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__chara.chara-left img {
    width: 110px;
  }
}
.intro__content {
  display: grid;
  justify-items: start;
}
@media only screen and (max-width: 767px) {
  .intro__content {
    gap: 35px 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro__content {
    gap: 60px 0;
  }
}
.intro__block {
  display: grid;
  justify-items: start;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .intro__block {
    gap: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro__block {
    gap: 17px 0;
  }
}
.intro__block p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .intro__block p {
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.1rem;
    background-color: #fff;
    border: 1.5px solid #000;
    box-shadow: 3px 3px 0 #000;
    color: #000;
    font-weight: 500;
    padding: 5px 15px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .intro__block span {
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.1rem;
    background-color: #fff;
    border: 1.5px solid #000;
    box-shadow: 3px 3px 0 #000;
    font-weight: 500;
    padding: 6px 10px;
    font-size: 0.9rem;
  }
}

.movie {
  position: relative;
  background: #eee url(../img/bg-intro.png) repeat-y top -150px center;
}
.movie::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/350px 350px;
  mix-blend-mode: overlay;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .movie {
    background-size: auto 80px;
    padding: 0 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .movie {
    padding: 0 0 100px;
  }
}
.movie__content {
  position: relative;
  z-index: 1;
}
.movie__ttl {
  font-family: "Radio Canada Big", serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke: 3px #000;
  text-stroke: 3px #000;
  paint-order: stroke;
  position: absolute;
  letter-spacing: 0.15rem;
  z-index: 10;
  display: none;
}
@media only screen and (max-width: 767px) {
  .movie__ttl {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .movie__ttl {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .movie__ttl.ttl-right {
    top: -25px;
    right: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .movie__ttl.ttl-right {
    transform: rotate(90deg);
    top: 62px;
    right: -92px;
  }
}
@media only screen and (max-width: 767px) {
  .movie__ttl.ttl-left {
    transform: scale(1, -1);
    bottom: -25px;
    left: 0;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .movie__ttl.ttl-left {
    transform: rotate(-90deg);
    bottom: 62px;
    left: -92px;
  }
}
.movie__chara {
  position: absolute;
  z-index: 10;
  display: none;
}
.movie__chara.chara-right {
  bottom: -30px;
}
@media only screen and (max-width: 767px) {
  .movie__chara.chara-right {
    right: -5px;
  }
}
@media only screen and (min-width: 768px) {
  .movie__chara.chara-right {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .movie__chara.chara-right img {
    width: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .movie__chara.chara-right img {
    width: 110px;
  }
}
.movie__chara.chara-left {
  top: -40px;
}
@media only screen and (max-width: 767px) {
  .movie__chara.chara-left {
    left: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .movie__chara.chara-left {
    left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .movie__chara.chara-left img {
    width: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .movie__chara.chara-left img {
    width: 135px;
  }
}
.movie__video {
  background-color: #dfdfdf;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}
.movie__video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie__video .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.goods__ttl {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  padding: 0;
  background-color: #ffb4af;
}
@media only screen and (max-width: 767px) {
  .goods__ttl {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__ttl {
    height: 150px;
  }
}
.goods__ttl--item {
  list-style: none;
  margin: 0;
  padding: 0;
  transform: translateX(100%);
  display: flex;
  white-space: nowrap;
  animation: ttlLoopAnime 150s infinite linear;
}
@keyframes ttlLoopAnime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.goods__ttl--item li {
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .goods__ttl--item li {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__ttl--item li {
    padding-right: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .goods__ttl--item li img {
    width: 65px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__ttl--item li img {
    width: 80px;
    margin-left: 30px;
  }
}
.goods__item {
  display: grid;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .goods__item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.goods__visual {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .goods__visual {
    order: 1;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .goods__content {
    border-top: 1px solid #000;
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .goods__content {
    border-left: 1px solid #000;
  }
}
.goods__img {
  position: relative;
  border-bottom: 1px solid #000;
  background-color: #eee;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .goods__img {
    padding: 70px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__img {
    padding: 150px 30px;
  }
}
.goods__img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: url(../img/bg-texture.jpg) left top repeat;
  background-size: 350px 350px;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .goods__img img {
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__img img {
    max-width: 450px;
  }
}
.goods__img p {
  color: #666;
  margin: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .goods__img p {
    font-size: 0.8rem;
    right: 10px;
    bottom: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__img p {
    font-size: 0.9rem;
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .goods__text {
    padding: 30px 20px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__text {
    padding: 40px 35px 60px;
  }
}
.goods__name {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .goods__name {
    font-size: 1.15rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__name {
    font-size: 1.35rem;
    margin: 0 0 25px;
  }
}
.goods__detail {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .goods__detail {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
.goods__detail p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .goods__detail--desc {
    font-size: 0.85rem;
    margin: 0 0 15px !important;
  }
}
@media only screen and (min-width: 768px) {
  .goods__detail--desc {
    font-size: 0.95rem;
  }
}
.goods__detail--price {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .goods__detail--price {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .goods__detail--price {
    font-size: 1.7rem;
  }
}
.goods__detail span {
  font-weight: normal;
}
.goods__detail--yen {
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .goods__detail--yen {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .goods__detail--yen {
    font-size: 1.1rem;
  }
}
.goods__detail--tax {
  margin-left: 3px;
}
@media only screen and (max-width: 767px) {
  .goods__detail--tax {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .goods__detail--tax {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .goods__order {
    display: flex;
    justify-content: space-between;
  }
}
.goods__order--size {
  display: flex;
  gap: 0 8px;
}
@media only screen and (max-width: 767px) {
  .goods__order--size {
    margin: 0 0 20px;
  }
}
.goods__order--size_item {
  background-color: #f3f3f1;
  border: 1px solid #cbcbcb;
  display: grid;
  place-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .goods__order--size_item {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .goods__order--size_item {
    width: 50px;
    height: 50px;
    font-size: 0.9rem;
    transition: 0.3s;
  }
  .goods__order--size_item:hover {
    background-color: #e4e4e4;
  }
}
.goods__order--size_item input {
  display: none;
}
.goods__order--size_item:has(:checked) {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.goods__order--link {
  background-color: #000;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .goods__order--link {
    width: 195px;
    height: 45px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .goods__order--link {
    width: 200px;
    height: 50px;
    font-size: 0.95rem;
    margin: 0 0 0 auto;
    transition: 0.3s;
  }
  .goods__order--link:hover {
    background-color: #999;
  }
}
.goods__order--link a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.goods__all {
  background: url(../img/goods-bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  border-bottom: 1px solid #000;
  display: grid;
  place-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .goods__all {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__all {
    height: 350px;
  }
}
.goods__all::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-intro.png) repeat-y center;
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
}
.goods__all::after {
  content: "";
  background-color: rgba(157, 99, 99, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.goods__all--btn {
  border: 1px solid #000;
  background-color: black;
  position: inherit;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .goods__all--btn {
    width: 300px;
    height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__all--btn {
    width: 330px;
    height: 60px;
    transition: 0.3s;
  }
  .goods__all--btn:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.goods__all--btn::after {
  content: "";
  display: inline-block;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .goods__all--btn::after {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__all--btn::after {
    width: 10px;
    height: 10px;
  }
}
.goods__all--btn a {
  font-weight: 600;
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}

.tokuten {
  background: #eee url(../img/bg-intro.png) repeat-y top -25px center;
  position: relative;
}
.tokuten::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: url(../img/bg-texture.jpg) left top repeat;
  background-size: 350px 350px;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .tokuten {
    background-size: auto 80px;
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten {
    padding: 100px 0;
  }
}
.tokuten__content {
  position: relative;
  z-index: 1;
}
.tokuten__chara {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .tokuten__chara.chara-right {
    top: -35px;
    right: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__chara.chara-right {
    top: -45px;
    right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .tokuten__chara.chara-right img {
    width: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__chara.chara-right img {
    width: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .tokuten__chara.chara-left {
    bottom: -25px;
    left: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__chara.chara-left {
    bottom: -35px;
    left: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .tokuten__chara.chara-left img {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__chara.chara-left img {
    width: 120px;
  }
}
.tokuten__head {
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  margin: 0;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .tokuten__head {
    padding: 15px 10px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__head {
    font-size: 1.6rem;
    padding: 20px 0 18px;
  }
}
.tokuten__body {
  background-color: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .tokuten__body {
    padding: 40px 7%;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__body {
    padding: 60px 5%;
  }
}
.tokuten__body p {
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .tokuten__body p {
    margin: 0 0 25px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__body p {
    margin: 0 0 30px;
  }
}
.tokuten__name {
  margin: 0 0 15px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .tokuten__name {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .tokuten__name span {
    display: inline-block;
    font-size: 1rem;
    padding: 5px 10px;
    border: 1px solid #000;
    line-height: 1;
  }
  .tokuten__name span:last-child {
    position: relative;
  }
  .tokuten__name span:last-child::after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    top: -2px;
    left: 0;
  }
}
.tokuten__img {
  border: 1px solid #000;
}

.sale {
  position: relative;
  background-color: #eee;
}
.sale::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: url(../img/bg-texture.jpg) left top repeat;
  background-size: 350px 350px;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.sale .ttl {
  background-color: #ffff8c;
}
.sale .ttl__chara {
  position: absolute;
  right: 5%;
}
@media only screen and (max-width: 767px) {
  .sale .ttl__chara {
    top: -45px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .ttl__chara {
    top: -75px;
  }
}
@media only screen and (max-width: 767px) {
  .sale .ttl__chara img {
    width: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .ttl__chara img {
    width: 85px;
  }
}
.sale h3 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 5px 15px;
}
@media only screen and (max-width: 767px) {
  .sale h3 {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .sale h3 {
    font-size: 1.4rem;
    margin: 0 0 15px;
  }
}
.sale h4 {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sale h4 {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .sale h4 {
    margin: 0 0 15px;
  }
}
.sale__content {
  background-color: #fff;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sale__content {
    padding: 40px 5%;
  }
}
@media only screen and (min-width: 768px) {
  .sale__content {
    padding: 100px 5%;
  }
}
.sale__content p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sale__content p {
    font-size: 0.9rem;
  }
}
.sale__content a {
  color: #000;
  text-decoration: underline;
  word-break: break-all;
}
.sale__content a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .sale__block {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__block {
    margin: 0 0 50px;
  }
}
.sale__block:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sale__item {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__item {
    margin: 0 0 30px;
  }
}
.sale__item:last-child {
  margin: 0;
}
.sale .jyuchu {
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .sale .jyuchu {
    margin: 15px 0;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .jyuchu {
    margin: 15px 0;
    padding: 20px;
  }
}
.sale .jyuchu__ttl {
  font-weight: 600;
}
.sale .jyuchu__date {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (min-width: 768px) {
  .sale .jyuchu__date {
    font-size: 1.1rem;
  }
}
.sale .jyuchu__note {
  color: #f70000;
}
@media only screen and (max-width: 767px) {
  .sale .jyuchu__note {
    font-size: 0.85rem;
  }
}
.sale ul {
  margin: 0 0 0 15px;
  padding: 0;
  display: grid;
  gap: 7px 0;
}

.profile {
  background-color: #eee;
  position: relative;
}
.profile::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: url(../img/bg-texture.jpg) left top repeat;
  background-size: 350px 350px;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.profile .ttl {
  background-color: #a0ffbb;
}
.profile .ttl__chara {
  position: absolute;
  top: -45px;
  right: 5%;
}
@media only screen and (max-width: 767px) {
  .profile .ttl__chara img {
    width: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .profile .ttl__chara img {
    width: 110px;
  }
}
.profile__content {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .profile__content {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .profile__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.profile__item {
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .profile__item {
    padding: 40px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item {
    padding: 55px 35px 100px;
  }
  .profile__item:first-child {
    border-right: 1px solid #000;
  }
}
.profile__item--img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .profile__item--img {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item--img {
    max-width: 450px;
    margin: 0 auto 35px;
  }
}
.profile__item--img img {
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .profile__item--text {
    max-width: 450px;
    margin: 0 auto;
  }
}
.profile__item--name {
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .profile__item--name {
    font-size: 1.05rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item--name {
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
}
.profile__item--name span {
  display: inline-block;
  border: 1px solid #000;
  box-sizing: border-box;
  letter-spacing: 0.05rem;
}
.profile__item--name_main {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .profile__item--name_main {
    padding: 6px 7px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item--name_main {
    padding: 6px 8px;
  }
}
.profile__item--name_sub {
  position: relative;
  font-weight: normal;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .profile__item--name_sub {
    font-size: 0.7rem;
    padding: 5px 7px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item--name_sub {
    font-size: 0.8rem;
    padding: 3px 7px 2px;
  }
}
.profile__item--detail {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .profile__item--detail {
    font-size: 0.85rem;
    line-height: 1.7;
    gap: 13px 0;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item--detail {
    font-size: 0.9rem;
    gap: 15px 0;
  }
}
.profile__item--detail p {
  margin: 0;
}
.profile__item--detail a {
  color: #000;
  text-decoration: underline;
  word-break: break-all;
}
.profile__item--detail a:hover {
  text-decoration: none;
}

.contact {
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact {
    padding: 120px 0 150px;
  }
}
.contact h2 {
  color: #fff;
  border: none;
}
.contact__content {
  position: relative;
}
.contact__chara {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .contact__chara {
    top: -140px;
    left: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__chara {
    top: -180px;
    left: 160px;
  }
}
.contact__chara img {
  transform: rotate(-10deg);
}
@media only screen and (max-width: 767px) {
  .contact__chara img {
    width: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__chara img {
    width: 100px;
  }
}
.contact .shop-name {
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .contact .shop-name {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact .shop-name {
    font-size: 1.1rem;
  }
}
.contact .tel {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact .tel {
    font-size: 1.2rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .contact .tel {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
.contact .note {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .contact .note {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact .note {
    font-size: 0.9rem;
  }
}
.contact .mail {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact .mail {
    font-size: 0.9rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .contact .mail {
    font-size: 1.05rem;
    margin: 0 0 30px;
  }
}
.contact .sns {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .contact .sns {
    gap: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .contact .sns {
    gap: 0 25px;
  }
}
.contact .sns__item {
  display: grid;
  place-content: center;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact .sns__item {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .contact .sns__item {
    width: 50px;
    height: 50px;
    transition: 0.3s;
  }
  .contact .sns__item:hover {
    background-color: #999;
  }
}
.contact .sns__item span::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  color: #000;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .contact .sns__item span::before {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact .sns__item span::before {
    font-size: 1.7rem;
  }
}
.contact .sns__item span.item-x::before {
  content: "\e61b";
}
.contact .sns__item span.item-insta::before {
  content: "\f16d";
}
.contact .sns__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gotop {
  background-color: #ffb4af;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .gotop {
    height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .gotop {
    height: 80px;
  }
}
.gotop__icon {
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  .gotop__icon svg {
    width: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .gotop__icon svg {
    width: 30px;
  }
}
.gotop__icon polygon {
  fill: #fff;
  transition: 0.3s;
}
.gotop p {
  font-family: "Radio Canada Big", serif;
  font-weight: 600;
  color: #fff;
  -webkit-text-stroke: 2px #231815;
  text-stroke: 2px #231815;
  paint-order: stroke;
  letter-spacing: 0.15rem;
  margin: 3px 0 0;
  transition: 0.3s;
}
.gotop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  transition: 0.3s;
}
.gotop a:hover polygon {
  fill: #74cebd;
}
.gotop a:hover p {
  color: #74cebd;
}

.sweat {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .sweat {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sweat {
    padding: 80px 0;
  }
}
.sweat__img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sweat__img {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sweat__img {
    margin: 0 0 50px;
  }
}
.sweat__img img {
  border: 1px solid #000;
}
.sweat__text {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .sweat__text {
    max-width: 600px;
  }
}
.sweat__name {
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sweat__name {
    font-size: 1.15rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .sweat__name {
    font-size: 1.35rem;
    margin: 0 0 10px;
  }
}
.sweat__detail {
  text-align: center;
}
.sweat__detail p {
  margin: 0;
}
.sweat__detail--price {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sweat__detail--price {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .sweat__detail--price {
    font-size: 1.7rem;
  }
}
.sweat__detail span {
  font-weight: normal;
}
.sweat__detail--yen {
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .sweat__detail--yen {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .sweat__detail--yen {
    font-size: 1.1rem;
  }
}
.sweat__detail--tax {
  margin-left: 3px;
}
@media only screen and (max-width: 767px) {
  .sweat__detail--tax {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .sweat__detail--tax {
    font-size: 0.9rem;
  }
}
.sweat__lead {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .sweat__lead {
    line-height: 1.6;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sweat__lead {
    font-size: 1.2rem;
    margin: 30px 0;
  }
}
.sweat__note {
  margin: 0;
  letter-spacing: 0.05rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .sweat__note {
    font-size: 0.9rem;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1.3s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

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