@charset "utf-8";

/* ----------------------------------------------------------------
Reset
----------------------------------------------------------------- */

* {
  box-sizing: border-box;
}

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
----------------------------------------------------------------- */

.sp {
  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: #000;
  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;
}

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

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

#hero .main-logo {
  position: absolute;
  width: 28%;
  transform: translateX(-50%) translateY(-50%);
  top: 48%;
  left: 26%;
  z-index: 10;
}

#hero .lead-logo {
  position: absolute;
  width: 6%;
  top: 32.3%;
  left: 33.4%;
  z-index: 10;
}

#hero .sub-logo {
  position: absolute;
  width: 6%;
  top: 32.3%;
  left: 33.4%;
  z-index: 10;
}

#hero .brand-logo {
  position: absolute;
  width: 8%;
  top: 4%;
  right: 3%;
  /* transform: translateX(-50%) translateY(-50%); */
  z-index: 999;
}

#hero img {
  width: 100%;
}

#hero .mv {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

#hero .mv .left {
  width: 50.001%;
  position: relative;
}

#hero .mv .right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15vw;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
  /* background: red; */
}

#hero .mv .left img {
  width: 100%;
}

#hero .mv .right {
  position: relative;
  width: 49.999%;
  background-repeat: no-repeat;
  background-color: #fff;
}

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

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

#main {
  position: relative;
  width: 70%;
  max-width: 1280px;
  min-width: 960px;
  margin: 0 auto;
  padding: 0;
}

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

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

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

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

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

#intro p {
  margin: 0 auto 20px auto;
  line-height: 1.75;
}

#intro .store {
  width: 300px;
  padding: 20px;
  border: 1px solid #000;
  margin-top: 60px;
}

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

p {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

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

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

.single {
  width: 70%;
  margin: 0 auto 120px auto;
}

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

.double {
  width: 100%;
  margin: 0 auto 120px 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;
}

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

.triple {
  width: 100%;
  margin: 0 auto 120px 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;
}

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

.triple .photo.wide {
  width: calc((100% - 8px) / 3 * 2 + 4px);
}

.triple .photo.col5 {
  align-self: stretch;
}

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

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

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

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

.title h3 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  margin: 0 auto 30px auto;
}

.title h3 .tag {
  width: fit-content;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.2rem;
  /* font-style: italic; */
  font-weight: normal;
  background: #000;
  border: 1px solid #000;
  margin: 5px 20px 20px 0;
  padding: 8px 10px 8px 12px;
}

.title h3 .name {
  font-size: 2.2rem;
  line-height: 2.2rem;
}

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

.photo h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  margin: 0 auto 20px auto;
}

.photo h4 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: 0.15rem;
  font-weight: normal;
  margin: 0 auto 20px auto;
}

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

.photo p {
  font-style: italic;
  margin: 0 auto;
}

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

.btn a {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-style: normal;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  margin: 0 0 0 10px;
  padding: 0 8px;
  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 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.photo.text h3 {
  /* font-size: clamp(0.9rem, 1.2vw, 1.2rem); */
  font-size: 1.1rem;
  line-height: 2.5rem;
  margin: 0 0 40px 0;
}

.photo.text h4 {
  /* font-size: clamp(0.8rem, 1vw, 1.1rem); */
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 1rem 0.5rem;
}

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

.photo.text p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* font-size: clamp(0.8rem, 1vw, 1.1rem); */
  font-size: 1.1rem;
  font-style: normal;
  margin: 0;
  margin-left: 0.5rem;
}

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

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

.lineup a {
  width: 24vw;
  min-width: 320px;
  display: block;
  background-color: #f7ebca;
  padding: 20px;
  margin: 80px auto 120px auto;
  font-style: italic;
  transition: background 0.2s ease-out;
}

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

#lineup {
  width: 70%;
  max-width: 1280px;
  min-width: 960px;
  margin: 0 auto 120px auto;
}

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

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

#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 90px auto;
}

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

.ec p a {
  color: #000;
  background-color: #fff;
  min-width: 520px;
  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;
  border: 1px solid #000;
  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;
  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: 1.3rem;
  letter-spacing: 0.1rem;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid #000;
  transition:
    border-radius 0.2s ease-out,
    color 0.2s ease-out,
    background 0.2s ease-out;
}

#floating-btn a:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
}
