@charset "UTF-8";
dt {
  font-weight: initial;
}

img {
  max-width: 100%;
}

body {
  font-family: Midashi Go MB31, sans-serif;
}

a {
  transition: 0.2s all;
}
a:hover {
  opacity: 0.5;
}

header {
  background-color: #fff;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 100;
}
header .inner {
  width: calc(100% - 12vw);
  max-width: 960px;
}
header ul {
  display: flex;
  align-items: center;
  gap: 1em;
}
header li {
  height: 100%;
}
header li:first-child {
  margin-right: auto;
}
header li:first-child img {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 46px;
  max-width: 100%;
}
header li:not(:first-child) svg {
  min-width: 24px;
  width: 2vw;
  max-width: 24px;
  aspect-ratio: 1/1;
}
header li a {
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) {
  header li a {
    height: 5vh;
    min-height: 60px;
  }
}
header li span {
  display: none;
  font-size: 0.8vw;
  letter-spacing: 0.025em;
}
@media (min-width: 600px) {
  header li span {
    display: initial;
  }
}
@media (min-width: 992px) {
  header li span {
    font-size: 10px;
  }
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (min-width: 600px) {
  .hero {
    min-height: 800px;
  }
}
.hero > div:first-child {
  min-width: 100%;
  top: 55px;
  height: calc(100% - 55px);
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  text-align: center;
  color: #fff;
}
.hero > div:first-child > * {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
}
.hero .hero_ttl {
  width: calc(100% - 60px);
}
.hero .hero_ttl img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .hero .hero_ttl img {
    width: 30vw;
    max-width: 612px;
  }
}
.hero .hero_yodogawa {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .hero .hero_yodogawa {
    margin-bottom: 90px;
  }
}
.hero a {
  width: 32px;
  transform-origin: center bottom;
  animation: bound-anim 0.8s ease-in alternate infinite;
}
@media (min-width: 992px) {
  .hero a {
    width: 44px;
    position: absolute;
    bottom: 40px;
  }
}
@keyframes bound-anim {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}

.swiper-container {
  --swiper-theme-color:#FFDC3B;
  --swiper-pagination-bullet-inactive-color:#fff;
  --swiper-pagination-bullet-inactive-opacity:1;
  --swiper-pagination-bullet-size:10px;
  --swiper-pagination-bullet-vertical-gap: 8px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .swiper-container {
    --swiper-pagination-bullet-size:16px;
    --swiper-pagination-left: 16px;
    --swiper-pagination-right: auto;
  }
}
.swiper-container .swiper-wrapper {
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide {
  -o-object-fit: cover;
     object-fit: cover;
}

main section {
  padding: 50px 30px;
  background-color: #fff;
}
main section:nth-child(1) {
  background-color: #86C9B1;
}
main section:nth-child(2) {
  background-color: #F8B3C1;
}
main section:nth-child(3) {
  background-color: #FFDC3B;
}
main section:nth-child(4) {
  background-color: #86C9B1;
}
main section:not(:last-child) {
  text-align: center;
}
@media (min-width: 992px) {
  main section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
main h2 {
  margin-bottom: 30px;
}
main h2 img {
  height: 30px;
}
@media (min-width: 992px) {
  main h2 {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    margin-bottom: initial;
    top: 0;
    left: -80px;
  }
  main h2 img {
    height: 55px;
  }
}

.product_inner {
  position: relative;
  width: 800px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .product_tote .product_inner {
    width: -moz-max-content;
    width: max-content;
  }
}

.product_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .product_list {
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 40px 80px;
  }
}

.cart_stock a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.cart_stock:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cart_stock:not(:last-child) {
    margin-bottom: initial;
  }
}
.cart_stock.sold {
  position: relative;
}
.cart_stock.sold::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 68px;
  height: 20px;
  top: -10px;
  left: -20px;
  background-image: url(../img/prod/index/ico_soldout.svg);
}
.product_tshirt .cart_stock.sold::after {
  top: 20px;
  left: 20px;
}
.cart_stock.pre {
  position: relative;
}
.cart_stock.pre::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 60px;
  height: 60px;
  top: -14px;
  left: -10px;
  background-image: url(../img/prod/index/coming.svg);
}
@media (min-width: 992px) {
  .cart_stock.pre::after {
    width: 68px;
    height: 68px;
  }
}
.product_tshirt .cart_stock.pre::after {
  top: 10px;
  left: 10px;
}
@media (min-width: 992px) {
  .product_tshirt .cart_stock.pre::after {
    left: 24px;
  }
}
.product_glass .cart_stock.pre::after {
  top: -8px;
  left: -20px;
}
.product_tote .cart_stock.pre::after {
  top: -5px;
  left: 4px;
}
@media (min-width: 992px) {
  .product_tote .cart_stock.pre::after {
    top: 10px;
    left: -10px;
  }
}

figcaption {
  font-size: 14px;
  line-height: 20px;
}
figcaption ul {
  font-size: 12px;
  line-height: 17px;
}
@media (min-width: 992px) {
  figcaption {
    font-size: 15px;
    line-height: 24px;
  }
  figcaption ul {
    font-size: 13px;
    line-height: 20px;
  }
}

.thumb {
  margin-bottom: 10px;
}
.thumb img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
}

.product_poster .thumb {
  max-height: 248px;
  max-width: 248px;
}
.product_poster .thumb img {
  max-height: 248px;
  max-width: 248px;
}
@media (min-width: 992px) {
  .product_poster .thumb {
    max-height: 288px;
    max-width: 288px;
  }
  .product_poster .thumb img {
    max-height: 288px;
    max-width: 288px;
  }
}

.product_tshirt .thumb {
  max-height: 274px;
  max-width: 274px;
}
.product_tshirt .thumb img {
  max-height: 274px;
  max-width: 274px;
}
@media (min-width: 992px) {
  .product_tshirt .thumb {
    max-height: 360px;
    max-width: 360px;
  }
  .product_tshirt .thumb img {
    max-height: 360px;
    max-width: 360px;
  }
}

.product_glass .thumb {
  max-height: 244px;
  max-width: 244px;
}
.product_glass .thumb img {
  max-height: 244px;
  max-width: 244px;
}
@media (min-width: 992px) {
  .product_glass .thumb {
    max-height: 256px;
    max-width: 256px;
  }
  .product_glass .thumb img {
    max-height: 256px;
    max-width: 256px;
  }
}

.product_tote .thumb {
  max-height: 250px;
  max-width: 250px;
}
.product_tote .thumb img {
  max-height: 250px;
  max-width: 250px;
}
@media (min-width: 992px) {
  .product_tote .thumb {
    max-height: 356px;
    max-width: 356px;
  }
  .product_tote .thumb img {
    max-height: 356px;
    max-width: 356px;
  }
}

.info {
  font-family: "Gothic Medium BBB";
  padding-top: calc(60px - 2em);
  padding-bottom: 60px;
  font-size: 12px;
}
.info > * {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.info hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.info .info_profile dl {
  line-height: 24px;
}
.info .info_profile .info_profile_name {
  font-size: 14px;
}
.info .info_profile li {
  margin-top: 2em;
}
.info .info_profile li:not(:first-child) {
  line-height: 18px;
}
.info .info_profile img {
  margin-bottom: 10px;
}
.info .info_sales {
  line-height: 22px;
}
.info .info_sales li {
  margin-top: 1em;
}
.info .info_sales dt {
  margin-left: -0.5em;
}
@media (min-width: 992px) {
  .info {
    padding-top: calc(130px - 2em);
    padding-bottom: 130px;
  }
  .info .info_profile,
  .info .info_sales {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .info .info_profile {
    gap: 40px;
  }
  .info .info_profile .info_profile_name {
    font-size: 16px;
  }
  .info .info_sales {
    width: -moz-max-content;
    width: max-content;
    gap: 60px;
  }
}

footer {
  position: relative;
  z-index: 100;
  background-color: #F8B3C1;
  color: #fff;
  font-family: Yu Gothic Medium, 游ゴシックMedium, YuGothic, 游ゴシック体, ヒラギノ角ゴPro W3, sans-serif !important;
}
footer svg {
  fill: #fff;
}
footer a {
  padding-top: 1em;
  padding-bottom: 1em;
}
footer a:hover {
  opacity: 0.5;
}
footer .hbr_icon_label {
  display: none;
}
footer .hbr_icon_h svg {
  height: 1.5em;
  width: 1.5em;
}
footer .footer_wrapper {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  footer .footer_wrapper {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
footer .footer_help a,
footer .footer_about a,
footer .footer_home a,
footer .footer_sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
footer .footer_help li,
footer .footer_home li,
footer .footer_about li,
footer .footer_sns {
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  footer .footer_help li,
  footer .footer_home li,
  footer .footer_about li,
  footer .footer_sns {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  footer .footer_help {
    display: flex;
    gap: 4em;
    margin-top: 1em;
  }
}
footer .footer_about {
  display: flex;
}
footer .footer_about li {
  flex: 1 1 0%;
  white-space: nowrap;
}
footer .footer_about li + li {
  border-left: 1px solid #fff;
}
@media (min-width: 992px) {
  footer .footer_about li + li {
    border-left: 0;
  }
}
@media (min-width: 992px) {
  footer .footer_about {
    gap: 4em;
    margin-top: 1em;
  }
}
footer .footer_sns {
  font-weight: 700;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2em;
}
footer .footer_sns svg {
  height: 3em;
  width: 3em;
}
footer .footer_company {
  font-size: 0.75rem;
  line-height: 1.5;
  padding-right: 1.5em;
  padding-left: 1.5em;
}
footer .footer_company li {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  footer .footer_company {
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4em;
    padding-top: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
footer .footer_copyright {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 1.5em;
}
@media (min-width: 992px) {
  footer .footer_copyright {
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */