@charset "utf-8";

/* ----------------------------------------------------------------
Reset
----------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: transparent;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

li,
dt,
dd {
  list-style: none;
}

/* ----------------------------------------------------------------
Common
----------------------------------------------------------------- */

.pc {
  display: none !important;
}

html {
  font-size: 62.5%;
}

.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: opacity 0.6s ease;
}

.cover.loaded {
  opacity: 0;
  pointer-events: none;
}

body.is-loading {
  overflow: hidden;
}

body {
  text-align: center;
  color: #222;
  background: #fff;
  font-family: "Marcellus", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  line-height: 2.8rem;
  font-weight: normal;
  margin: 0 auto;
}

a:link,
a:visited {
  color: #444;
  text-decoration: none;
}

a:active,
a:hover {
  color: #777;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

img {
  vertical-align: top;
}

video {
  vertical-align: top;
}

.pc {
  display: none;
}

/* ----------------------------------------------------------------
Hero
----------------------------------------------------------------- */

#hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#hero .main-logo {
  position: absolute;
  width: 50%;
  top: 25%;
  left: 15%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #000;
  padding: 10%;
}

/* #hero .main-logo img {
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
} */

#hero .lead-logo {
  position: absolute;
  width: 10.5%;
  top: 37.5%;
  left: 64%;
  z-index: 10;
}

/* #hero .lead-logo img {
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
} */

#hero .sub-logo {
  position: absolute;
  width: 10.5%;
  top: 37.5%;
  left: 64%;
  z-index: 10;
}

/* #hero .sub-logo svg {
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
} */

#hero .brand-logo {
  position: absolute;
  width: 22%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

#hero .brand-logo img {
  filter: brightness(0) invert(1);
}

#hero img {
  width: 100%;
}

#hero .mv {
  display: block;
}

#hero .mv .right {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

#hero .mv .right .container {
  width: 100%;
  overflow: hidden;
}

#hero .mv .right .container .sw-sp {
  width: 100%;
}

.swiper-wrapper {
  overflow: hidden;
}

#hero .mv .swiper-slide img {
  will-change: transform;
}

/* ----------------------------------------------------------------
Main
----------------------------------------------------------------- */

#main {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

/* ----------------------------------------------------------------
Intro
----------------------------------------------------------------- */

#intro {
  width: 90%;
  text-align: center;
  margin: 0 auto 60px auto;
}

#intro .check-icon {
  height: 2rem;
  vertical-align: middle;
  margin-left: 0.1rem;
  margin-bottom: 0.5rem;
}

#intro h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  margin: 0 auto 30px auto;
}

#intro h2 .sub {
  font-size: 1.2rem;
}

#intro p {
  font-size: 1.1rem;
  line-height: 2.1rem;
  text-align: left;
  margin: 0 auto 20px auto;
}

#intro .store {
  width: 100%;
  font-size: 1.1rem;
  padding: 20px 0;
  /* border: 1px solid #000; */
  background: #f4f4f4;
  margin-top: 40px;
  text-align: center;
}

/* ----------------------------------------------------------------
look
----------------------------------------------------------------- */

p {
  font-size: 1.1rem;
  line-height: 2.1rem;
}

article {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0;
}

article img,
article video {
  max-width: 100%;
  vertical-align: top;
}

.single {
  width: 100%;
  margin: 0 auto 90px auto;
}

.single .photo {
  width: 100%;
  margin: 0 auto;
}

.double {
  width: 100%;
  margin: 0 auto 90px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.double .photo {
  position: relative;
  width: calc((100% - 4px) / 2);
}

.triple {
  width: 100%;
  margin: 0 auto 40px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.triple .photo {
  position: relative;
  width: calc((100% - 4px) / 2);
  margin-bottom: 4px;
}

.triple .photo.wide {
  width: 100%;
}

.photo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.triple .photo.text {
  width: 100%;
  min-height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 20px 0;
  box-sizing: border-box;
}

.triple .photo:empty {
  min-height: 100px;
}

/* ----------------------------------------------------------------
row
----------------------------------------------------------------- */

#row1-content {
  margin-bottom: 20px;
}

#row2-title {
  margin-top: 40px;
}

/* ----------------------------------------------------------------
info
----------------------------------------------------------------- */

.info {
  text-align: left;
  margin-bottom: 16px;
}

.title {
  text-align: left;
  margin-bottom: 10px;
}

.title h3 {
  font-weight: normal;
}

.title h3 .tag {
  vertical-align: top;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.1rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  background: #000;
  border: 1px solid #000;
  margin: 5px 20px 0 0;
  padding: 3px 10px 3px 12px;
}

.title h3 .name {
  display: block;
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.title p {
  width: 100%;
  color: #999;
}

.photo h3 {
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
  font-weight: normal;
  margin: 0 auto 10px auto;
}

.photo h4 {
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 0.05rem;
  font-weight: normal;
  margin: 0 auto 10px auto;
}

.photo h4:nth-of-type(2) {
  padding-top: 20px;
}

.photo p {
  font-size: 1rem;
  font-style: italic;
  margin: 0 auto 5px auto;
}

/* ----------------------------------------------------------------
btn
----------------------------------------------------------------- */

.btn a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-style: normal;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  padding: 2px 6px;
  margin-left: 10px;
  transition:
    color 0.2s ease-out,
    background 0.2s ease-out;
}

.btn a:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

/* ----------------------------------------------------------------
photo text
----------------------------------------------------------------- */

.photo.text {
  text-align: left;
  padding: 0 24px;
}

.photo.text h3 {
  font-size: clamp(0.8rem, 3vw, 1.3rem);
  line-height: 2.1rem;
  margin: 0 0 10px 0;
}

.photo.text h4 {
  font-size: clamp(0.7rem, 2.8vw, 1.1rem);
  font-weight: bold;
  margin: 0 0 5px 0.5rem;
}

.photo.text h4:nth-of-type(n + 2) {
  padding-top: 14px;
}

.photo.text p {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-size: clamp(0.7rem, 2.8vw, 1rem);
  font-style: normal;
  margin: 0;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.photo.text p .col {
  flex: 0.9;
}

.photo.text .btn {
  margin-left: auto;
}

.photo.text .btn a {
  font-size: clamp(0.7rem, 2.5vw, 1rem);
  margin-left: 0;
}

/* ----------------------------------------------------------------
lineup
----------------------------------------------------------------- */

.lineup a {
  width: 70vw;
  display: block;
  background-color: #f7ebca;
  padding: 16px;
  margin: 40px auto 80px auto;
  font-style: italic;
  transition: background 0.2s ease-out;
}

.lineup a:hover {
  color: #000;
  background: #ebdfc0;
}

#lineup {
  width: 90%;
  margin: 0 auto 60px auto;
}

#lineup .lineup-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

#lineup .lineup-grid a {
  width: calc((100% - 4px) / 2);
}

#lineup .lineup-grid a img {
  width: 100%;
  vertical-align: top;
}

/* ----------------------------------------------------------------
ec store
----------------------------------------------------------------- */

.ec {
  text-align: center;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 40px auto;
  background: #fff;
  border: 1px solid #000;
}

.ec p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: 0.15rem;
  font-style: italic;
  text-align: center;
  padding: 0;
}

.ec p a {
  color: #000;
  /* min-width: 300px; */
  min-height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  transition:
    color 0.2s ease-out,
    background 0.2s ease-out;
}

/* .ec p a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
} */

/* ----------------------------------------------------------------
Footer
----------------------------------------------------------------- */

/* ----------------------------------------------------------------
Floating Button
----------------------------------------------------------------- */

#floating-btn {
  position: fixed;
  width: 88%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 0;
  filter: blur(8px);
  pointer-events: none;
  transition:
    opacity 0.4s ease-out,
    filter 0.4s ease-out;
}

#floating-btn.is-visible {
  opacity: 1;
  filter: blur(0px);
  pointer-events: auto;
}

#floating-btn a {
  display: block;
  color: #fff;
  background: #000;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 15px 5px;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid #000;
}
