@charset "UTF-8";
/* 関数
   ----------------------------------------------------------------- */
/* ホバー
   ----------------------------------------------------------------- */
/* Colors
   ----------------------------------------------------------------- */
/* font-face
----------------------------------------------------------------- */
@font-face {
  font-family: "D DIN";
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/font/D-DIN.woff2") format("woff2"), url("../../assets/font/D-DIN.woff") format("woff"), url("../../assets/font/D-DIN.otf") format("opentype");
}
@font-face {
  font-family: "D DIN";
  font-weight: 600;
  font-display: swap;
  src: url("../../assets/font/D-DIN-Bold.woff2") format("woff2"), url("../../assets/font/D-DIN-Bold.woff") format("woff"), url("../../assets/font/D-DIN-Bold.otf") format("opentype");
}
/* font
----------------------------------------------------------------- */
/* サイズ
   ----------------------------------------------------------------- */
/* メディアクエリ（max-width)
   ----------------------------------------------------------------- */
/* メディアクエリ（min-width)
   ----------------------------------------------------------------- */
/* メディアクエリ（min〜max)
   ----------------------------------------------------------------- */
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
reset
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

@media (max-width: 800px) {
  html {
    font-size: 4.2328042328vw;
  }
}
@media (min-width: 801px) {
  html {
    font-size: 1.11vw;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #121212;
  font-size: 1rem;
  font-family: "新ゴ L", sans-serif;
  line-height: normal;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
}

button {
  border: 0;
  cursor: pointer;
}

/*--------------------------------------*
* キャンペーンバナー
*--------------------------------------*/
.c-campaign-banner {
  background-color: #1e120f;
  border-bottom: 3px solid #ffffff;
}
.c-campaign-banner__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: min(2.6666666667vw, 20px) min(10.6666666667vw, 40px);
}
.c-campaign-banner img {
  width: 100%;
}
@media (hover: hover) {
  .c-campaign-banner a:hover {
    opacity: 0.7;
    transition: all 0.4s;
  }
}

/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
header {
  background-color: #1e120f;
  color: #ffffff;
  position: relative;
  height: min(13.3333333333vw, 130.6666666667px);
}
header .header_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
header .logo {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: min(1.3333333333vw, 13.0666666667px);
  width: min(21.3333333333vw, 209.0666666667px);
}
header .open_btn {
  width: min(8vw, 78.4px);
  height: min(3.4666666667vw, 33.9733333333px);
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 5.3333333333%;
  z-index: 99;
  cursor: pointer;
}
header .open_btn span {
  position: absolute;
  transition: all 0.4s;
  background-color: #ffffff;
  height: min(0.8vw, 7.84px);
  width: 100%;
  top: 0;
}
header .open_btn span:nth-child(2) {
  top: min(2.6666666667vw, 26.1333333333px);
}
header .open_btn.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
header .open_btn.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 50%;
  bottom: inherit;
}
header .menu {
  position: fixed;
  display: none;
  inset: 0;
  z-index: 98;
  width: 100vw;
  height: 100vh;
  background-color: rgba(18, 18, 18, 0.8);
}
header .menu.active {
  display: block;
}
header .menu .menu_bg {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-content: center;
}
header .menu li a {
  color: #ffffff;
  text-align: center;
  padding: min(4vw, 26.1333333333px);
  font-size: min(4.8vw, 47.04px);
}
header .menu .menu_li {
  width: 100%;
  margin: 0 auto;
}
header .menu .menu_li li {
  border-top: 1px solid #ffffff;
}
header .menu .menu_li li:last-child {
  border-bottom: 1px solid #ffffff;
}

.online_store {
  max-width: 980px;
  margin: 0 auto;
  background-color: #5c6266;
  padding: min(14.6666666667vw, 143.7333333333px) 0;
  color: #ffffff;
}
.online_store .online_title {
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
  font-size: min(6.4vw, 62.72px);
}
.online_store .online_li {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 0 min(5.3333333333vw, 52.2666666667px);
}
.online_store li {
  padding: min(4vw, 39.2px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.online_store li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: min(3.2vw, 31.36px);
  color: #ffffff;
  line-height: 1.1666666667;
}

.page header .header_inner {
  display: flex;
  align-items: center;
}
.page header .page_li {
  display: flex;
  letter-spacing: 0.05em;
  width: fit-content;
  font-size: min(3.4666666667vw, 33.9733333333px);
  margin: 0 auto 0 min(26.6666666667vw, 261.3333333333px);
}
.page header .page_li a {
  color: #ffffff;
}

.page.spring .spring span {
  text-decoration: underline;
}

.page.summer .summer span {
  text-decoration: underline;
}

.page.simple .simple span {
  text-decoration: underline;
}

.play-together {
  padding: 5rem 0;
}
@media (max-width: 800px) {
  .play-together {
    padding: 2.5rem 0;
  }
}
.play-together__header {
  text-align: center;
  margin-bottom: 3.75rem;
}
@media (max-width: 800px) {
  .play-together__header {
    margin-bottom: 1.875rem;
  }
}
.play-together__title {
  margin-bottom: 0;
}
.play-together__title img {
  width: 30.3472222222vw;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .play-together__title img {
    width: 82.0105820106vw;
  }
}
.play-together__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3888888889vw;
  padding: 0 2.7777777778vw;
  align-items: stretch;
}
@media (max-width: 800px) {
  .play-together__grid {
    gap: 0.5rem;
    padding: 0 1rem;
  }
}
@media (max-width: 800px) {
  .play-together__main {
    padding: 1.25rem 0;
  }
}
.play-together__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.play-together__sub-col {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
}
@media (max-width: 800px) {
  .play-together__sub-col {
    gap: 0.5rem;
  }
}
.play-together__sub1, .play-together__sub2 {
  flex: 1;
}
.play-together__sub1 img, .play-together__sub2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content__title {
  font-size: 1.5rem;
  font-family: "D DIN", sans-serif;
  text-align: center;
  padding: 2.5rem 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.52vw;
  row-gap: 2.84rem;
  list-style: none;
  width: 76.40625%;
  min-width: 76.3888888889vw;
  max-width: 111.1111111111vw;
  margin: 0 auto 4.375rem;
}
@media (max-width: 800px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.59vw;
    row-gap: 1.59vw;
    width: 97.3333333333vw;
    max-width: none;
    min-width: auto;
    margin: 0 auto 3.608rem;
  }
}

/* Modal */
.modal {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: block;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  overflow-y: auto;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 800px) {
  .modal.is-open {
    display: block;
    overflow-y: auto;
  }
}

.panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: box;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 76.3888888889vw;
  max-width: 83.3333333333vw;
  margin: 0 auto;
  overflow-y: auto;
}
@media (max-width: 800px) {
  .panel {
    min-width: 84.6560846561vw;
    max-width: 100%;
    display: block;
    height: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  .panel {
    max-width: 100%;
  }
}
@media (min-width: 801px) {
  .panel {
    transform: scale(0.95);
  }
}
@media (min-width: 1681px) {
  .panel {
    max-width: 76.3888888889vw;
  }
}
@media (min-width: 601) and (max-width: 1024) {
  .panel {
    max-width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .panel {
    height: 50vh;
  }
}

.panel-left {
  position: sticky;
  top: 0;
  min-width: 33.3333333333vw;
  width: 33%;
}
@media (max-width: 800px) {
  .panel-left {
    position: relative;
    width: auto;
    min-width: 0;
    max-width: none;
  }
}
.panel-left .modal-hero {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f2f2f2;
  cursor: pointer;
}
@media (min-width: 601px) {
  .panel-left .modal-hero {
    height: 100vh;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .panel-left .modal-hero {
    height: 40vh;
  }
}
.panel-left .modal-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 800px) {
  .panel-left .modal-hero img {
    height: 100%;
    position: relative;
  }
}
@media (min-width: 801px) {
  .panel-left .modal-hero .swiper-button-prev,
  .panel-left .modal-hero .swiper-button-next {
    display: none;
  }
}
@media (max-width: 800px) {
  .panel-left .modal-hero .swiper-button-prev,
  .panel-left .modal-hero .swiper-button-next {
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .panel-left .modal-hero .swiper-button-prev::after,
  .panel-left .modal-hero .swiper-button-next::after {
    font-size: 0.75rem;
    color: #000;
    font-weight: bold;
  }
}
@media (max-width: 800px) {
  .panel-left .modal-hero .swiper-button-prev {
    left: 0.25rem;
  }
}
@media (max-width: 800px) {
  .panel-left .modal-hero .swiper-button-next {
    right: 0.25rem;
  }
}

.hero-pagination {
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 5;
}
@media (max-width: 800px) {
  .hero-pagination {
    bottom: -1.25rem;
    gap: 1.1875rem;
  }
}
@media (min-width: 801px) {
  .hero-pagination {
    left: auto;
    transform: none;
    right: 1rem;
  }
}
.hero-pagination .dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}
.hero-pagination .dot.is-active {
  background: #002b2d;
}

.panel-right {
  width: 30%;
  min-width: 28.6111111111vw;
  margin-left: 3.125%;
}
@media (max-width: 800px) {
  .panel-right {
    position: relative;
    width: 88vw;
    margin: auto;
    padding: 3.4375rem 0 5rem;
    min-width: 0;
  }
}
.panel-right::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.panel-right__inner {
  position: relative;
  overflow: auto;
}
@media (max-width: 800px) {
  .panel-right__inner {
    padding-top: 0;
    margin: 0 auto;
  }
}
.panel-right h2 {
  font-family: "D DIN", sans-serif;
  font-weight: 600;
  font-size: 2.1875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 800px) {
  .panel-right h2 {
    font-size: 1.0625rem;
    text-align: center;
    margin-bottom: 1.375rem;
  }
}
.panel-right .item {
  border-top: 0.015625rem solid rgba(0, 0, 0, 0.25);
}
.panel-right .item:last-of-type {
  border-bottom: 0.015625rem solid rgba(0, 0, 0, 0.25);
}

.items {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
}

.item a {
  display: flex;
  gap: 1.25rem;
  padding: 0.75rem 1.25rem;
  color: initial;
}
@media (max-width: 800px) {
  .item a {
    padding: 0.75rem 1.1875rem;
  }
}
@media (hover: hover) {
  .item a:hover {
    opacity: 0.7;
  }
}
.item img {
  width: 9.21875vw;
  height: 9.21875vw;
  object-fit: cover;
  background: #f2f2f2;
}
@media (max-width: 800px) {
  .item img {
    width: 31.2169312169vw;
    height: 31.2169312169vw;
  }
}

.item__info {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 1rem 0 0.625rem;
}

.name {
  font-size: 1.0625rem;
}
@media (max-width: 800px) {
  .name {
    font-size: 0.625rem;
  }
}

.item .price {
  font-size: 1.0625rem;
  font-family: "D DIN", sans-serif;
}
@media (max-width: 800px) {
  .item .price {
    font-size: 0.625rem;
  }
}
.item .price__symbol, .item .price__num {
  font-size: 1.25rem;
}
@media (max-width: 800px) {
  .item .price__symbol, .item .price__num {
    font-size: 0.75rem;
  }
}
.item .price.red {
  color: #de2f2f;
}

.sale {
  display: flex;
  flex-direction: column;
}
.sale::before {
  content: "期間限定 特別価格 11/4(火)まで";
  display: inline-block;
  color: #ffffff;
  background-color: #de2f2f;
  font-size: 0.625rem;
  line-height: 1.25rem;
  height: 1.25rem;
  word-break: keep-all;
  text-align: center;
  margin-bottom: 0.3125rem;
  max-width: 11.25rem;
}
@media (max-width: 800px) {
  .sale::before {
    font-size: 0.5rem;
  }
}
.sale .price {
  margin-bottom: 0.3125rem;
}

.icon-btn {
  border: 0;
  padding: 0;
  cursor: pointer;
}

.close-all {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  display: none;
  background-color: #002b2d;
  border-radius: 0;
  width: 3.0625rem;
  height: 2.9375rem;
}
.close-all img {
  width: 0.875rem;
  height: 0.875rem;
}
@media (min-width: 801px) {
  .close-all:hover img {
    transform: rotate(90deg);
    transform-origin: center center;
    transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.nav {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #002b2d;
  z-index: 90;
}
@media (max-width: 800px) {
  .nav {
    position: initial;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.nav .side {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.0625rem;
}
@media (max-width: 800px) {
  .nav .side {
    width: 100%;
  }
}
.nav .side.pc-only {
  display: none;
}
.nav .side .look-title {
  font-family: "D DIN", sans-serif;
  width: 3.125rem;
  text-align: center;
}
.nav .icon-btn {
  color: #ffffff;
  background: none;
  padding: 0;
}
@media (max-width: 800px) {
  .nav .icon-btn {
    font-size: 1.6rem;
  }
}
.nav .icon-btn.prevLook, .nav .icon-btn.nextLook {
  width: 3.75rem;
  height: 4.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .icon-btn.prevLook span, .nav .icon-btn.nextLook span {
  display: block;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  transition: transform 0.4s ease;
}
.nav .icon-btn.prevLook span {
  background: url(../../assets/images/common/icon-arrow__prev.svg) no-repeat center center/cover;
}
@media (hover: hover) {
  .nav .icon-btn.prevLook:hover span {
    transform: translateX(-5px);
  }
}
.nav .icon-btn.nextLook span {
  background: url(../../assets/images/common/icon-arrow__next.svg) no-repeat center center/cover;
}
@media (hover: hover) {
  .nav .icon-btn.nextLook:hover span {
    transform: translateX(5px);
  }
}
@media (max-width: 800px) {
  .nav .icon-btn#closeModalSP {
    background: none;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 1.4375rem;
    padding: 0;
  }
}
@media (max-width: 800px) {
  .nav .icon-btn#closeModalSP img {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.LookDetail__main__title {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -4.1666666667vw;
  width: 3.3333333333vw;
  height: 21.6666666667vw;
}
.LookDetail__main__title img {
  width: 100%;
}

.LookDetail__main__num {
  z-index: 1;
  position: absolute;
  left: -3.25rem;
  bottom: 0;
  font-family: "D DIN", sans-serif;
  font-size: 1.3125rem;
  font-weight: 600;
  text-align: center;
}

.nav.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav.pc {
    display: none;
  }
  .nav.sp {
    display: block;
  }
}
.comingsoon {
  filter: grayscale(1);
}
.comingsoon a {
  pointer-events: none;
}

/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
footer .cate_li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  gap: min(4vw, 39.2px) 0;
  margin: min(16vw, 156.8px) auto min(21.3333333333vw, 209.0666666667px);
}
footer .cate_li li a {
  font-family: "D DIN", sans-serif;
  font-size: min(3.7333333333vw, 36.5866666667px);
  border-left: 1px solid #121212;
  padding: 0 min(4vw, 39.2px);
  color: #121212;
}
footer .cate_li li:last-child,
footer .cate_li li:nth-child(2) {
  border-right: 1px solid #121212;
}
footer .line {
  height: 0.25px;
  background-color: #121212;
  margin: 0 auto;
}
footer .logo {
  width: min(45.3333333333vw, 444.2666666667px);
  margin: 0 auto min(8vw, 78.4px);
}
footer .copy {
  font-family: "D DIN", sans-serif;
  font-size: min(3.7333333333vw, 36.5866666667px);
  padding-bottom: min(8vw, 78.4px);
}

.c-mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 130px);
}

.c-mv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-mv__text {
  position: absolute;
  right: 3.8888888889vw;
  bottom: 0;
  transition: opacity 1.5s ease;
  z-index: 10;
  width: 5vw;
}

.c-mv__text img {
  width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .c-mv {
    height: 64vh;
  }
  .c-mv__text {
    width: 13.2275132275vw;
    right: 11.3756613757vw;
  }
}
.btn {
  appearance: none;
  border: 0.0625rem solid #002b2d;
  background: #ffffff;
  padding: 0.5rem 0;
  cursor: pointer;
}
@media (max-width: 600px) {
  .btn {
    padding: 0.25rem 0;
  }
}

.btn.brand {
  margin-top: auto;
  text-align: center;
  text-decoration: none;
  background: #002b2d;
  font-family: "D DIN", sans-serif;
  font-weight: 600;
  color: #ffffff;
  max-width: 9.5833333333vw;
}
@media (max-width: 600px) {
  .btn.brand {
    max-width: 28.0423280423vw;
    font-size: 0.875rem;
  }
}

@media (min-width: 601px) and (max-width: 1100px) {
  .btn.brand {
    max-width: 100%;
  }
}
.card {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  background: #ffffff;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.thumb {
  position: relative;
  aspect-ratio: 3/4;
  background: #f2f2f2;
  overflow: hidden;
}

.thumb__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  z-index: 5;
  transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.thumb__hover:before,
.thumb__hover:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.thumb__hover:before {
  width: 0;
  height: 0.125rem;
}

.thumb__hover:after {
  width: 0.125rem;
  height: 0;
}

.thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease;
}

.thumb img.is-active {
  opacity: 1;
}

.thumb::after {
  content: "";
  position: absolute;
  width: 1.6875rem;
  height: 1.6875rem;
  right: 0.1875rem;
  bottom: 0.3125rem;
  background-image: url(../..//assets/images/common/icon-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
@media (max-width: 800px) {
  .thumb::after {
    width: 1.3125rem;
    height: 1.3125rem;
    right: 0.125rem;
    bottom: 0.1875rem;
  }
}

.card:hover .thumb img {
  transform: scale(1.02);
  transition: 0.4s ease;
}

.card:hover .thumb__hover {
  opacity: 1;
}

.card:hover .thumb__hover:before {
  width: 4.375rem;
}

.card:hover .thumb__hover:after {
  height: 4.375rem;
}

/* optional: サムネイル拡大 */
.card:hover .thumb img {
  transform: scale(1.02);
  transition: transform 0.4s ease;
}

.meta {
  padding: 0.625rem 0;
}
@media (max-width: 800px) {
  .meta {
    padding: 0.375rem 0;
  }
}

.meta .ttl {
  font-family: "D DIN", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  text-align: center;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
