@charset "utf-8";

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

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

html {
  font-size: 62.5%;
}

body {
  display: none;
}

body {
  text-align: center;
  color: #111;
  background: #fff;
  font-family: "Adobe Caslon Pro", "Times New Roman", "游明朝", 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: #999;
  text-decoration: none;
}

img {
  vertical-align: top;
}

.pc {
  display: none;
}

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

#hero {
  position: relative;
  width: 100%;
}

#hero .photo {
  position: relative;
  margin: 0 auto 60px auto;
}

#hero .left {
  display: none;
}

#hero .photo img {
  width: 100%;
}

#hero h1 img {
  width: 16%;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: filter 0.5s ease;
}

#hero:has(.photo.sp .swiper-slide-active.is-dark) h1 img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

#hero h2 img {
  width: 15%;
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

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

#main {
  width: 100%;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

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

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

#intro h2 {
  font-weight: normal;
  margin: 0 auto 30px auto;
}

#intro h2 span {
  font-size: 1.7rem;
  line-height: 4.4rem;
  letter-spacing: 0.1rem;
  display: inline;
  background: #eee;
  padding: 15px 30px;
}

#intro h3 {
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  margin: 0 auto 40px auto;
}

#intro .text {
  width: 100%;
  margin: 0 auto;
}

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

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

p {
  font-size: 1.1rem;
  line-height: 2rem;
  margin-bottom: 15px;
}

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

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

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

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

article.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 {
  width: 50%;
}

.double .text {
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

.double .text p {
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.3rem;
  margin-bottom: 8px;
}

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

#row7 .text {
  width: 100%;
  text-align: left;
  margin: 30px auto 20px auto;
}

#row7 p {
  font-size: 1rem;
  line-height: 1.5rem;
}

#row7 .product p {
  font-size: 1rem;
  line-height: 2rem;
}

#row8 .product {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
}

#row8 .product p a:link,
#row8 .product p a:visited {
  color: #fff;
}

#row8 .product p a:hover {
  color: #eee;
}

#row12 {
  margin-bottom: 120px;
}

#carousel {
  width: 100%;
  margin: 0 auto 40px auto;
}

#carousel .photo {
  width: 100%;
  margin: 0 0 10px 0;
}

#carousel .photo:last-of-type {
  margin-bottom: 0;
}

#carousel .swiper img {
  width: 100%;
}

#information h3 {
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-weight: normal;
  margin: 0 auto 10px auto;
}

#information h3 .sep {
  position: relative;
  top: -0.09em;
}

#information h4 {
  color: #999;
  font-size: 1.4rem;
  line-height: 1.2rem;
  letter-spacing: 0.05rem;
  font-weight: normal;
  margin: 0 auto 30px auto;
}

#information p {
  text-align: left;
}

#row13 h3 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  margin: 0 auto 10px auto;
}

#row13 h4 {
  color: #999;
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: 0.05rem;
  font-weight: normal;
  margin: 0 auto 40px auto;
}

#row13 h5 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  margin: 0 auto 10px auto;
}

#row13 p {
  text-align: left;
}

#row13 p:nth-of-type(3) {
  text-align: center;
  margin: 40px auto 0 auto;
}

#row13 p a img {
  margin: 0 0 0 6px;
}

#row13 p a:hover img {
  opacity: 0.7;
}

#row15 {
  width: calc(100% - 20px);
}

#row15 .photo {
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
}

#row16 p a img {
  margin: 0 0 0 6px;
}

#row16 p a:hover img {
  opacity: 0.7;
}

/* ----------------------------------------------------------------
link
----------------------------------------------------------------- */

article.link {
  width: 240px;
  margin: 0 auto 30px auto;
}

article.link a:hover img {
  opacity: 0.8;
}

/* ----------------------------------------------------------------
product
----------------------------------------------------------------- */

.product {
  position: relative;
  width: 100%;
  margin: 10px auto 0 auto;
  padding: 0;
}

.product p {
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  margin: 0 auto;
}

.product p .name {
  text-align: left;
  display: inline-block;
  margin-right: 10px;
}

.product p .price {
  text-align: right;
  display: inline-block;
}

.product p a {
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  line-height: 1.2rem;
  color: #111;
}

.product p a:link,
.product p a:visited {
  color: #111;
}

.product p a:hover {
  color: #444;
}

.product p a:hover {
  color: #444;
}

.product p .btn {
  border-bottom: 1px solid #111;
  margin-left: 10px;
}

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

.ec {
  text-align: center;
  width: 100%;
  margin: 50px auto 0 auto;
  padding: 0;
}

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

.ec p a {
  min-width: 60vw;
  max-width: 70%;
  min-height: 50px;
  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 #111;
  padding: 10px 20px;
  margin: 0 auto;
}

.ec p a:hover {
  border: 1px solid #553715;
}

.ec p a:link,
.ec p a:visited {
  color: #111;
}

.ec p a:hover,
.ec p a:active {
  color: #553715;
}

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

#footer-logo {
  width: 100%;
  text-align: center;
  margin: 60px auto 0 auto;
}

#footer-logo p {
  margin: 0 auto;
}

#footer-logo img {
  width: 25.866666vw;
  margin: 0 auto;
}

#footer-logo a:hover {
  opacity: 0.7;
}

#footer-copyright {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 35px 0;
}

#footer-copyright p {
  color: #111;
  font-size: 1.1rem;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  letter-spacing: 0.1rem;
  margin: 0 auto;
}

/* ----------------------------------------------------------------
animation
----------------------------------------------------------------- */

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
}

.fadein.is-show {
  transform: translate(0, 0);
  transition: 2.2s ease;
  opacity: 1;
}
