@charset "UTF-8";


/*================================================
 *  一般・共通設定
 ================================================*/
:root {
  --color-white: #fff;
  --color-black: #191919;
  --color-gray: #5f5f5f;
  --color-dark: #9e9e9e;
  --color-lite: #f3f3f3;
  --en_min: "Cormorant Garamond", serif;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.55rem;
  color: var(--color-black);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.07em;
  font-weight: normal;
  background: var(--color-white);
  overflow-x: hidden;
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.widewrap {
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: var(--color-black);
}

a:hover {
  opacity: .7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a.underline {
  text-decoration: underline;
}

p {
  margin: 0 0 0.5em 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;

}

img.shadow {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

img.radius {
  border-radius: 5px;
}

em {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

ul,
ol,
dl {
  margin: 0;
}

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

ol li {
  list-style: decimal;
}

/* タイトル */
h2 {
  font-size: 1.4rem;
  letter-spacing: .15em;
  margin-bottom: 20px;
  position: relative;
}

h2 span {
  display: block;
  font-family: var(--en_min);
  font-size: 3.3rem;
  text-transform: uppercase;
}

h2.ja {
  font-size: 2rem;
  text-align: center;
}

h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 5px;
}

h3 span {
  font-size: 1rem;
}

@media screen and (max-width:900px) {
  body {
    font-size: 1.5rem;
  }

  .wrap,
  .widewrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}


/* ==================================================
  splash
====================================================*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: flex;
}

#splash_logo {
  margin: auto;
  width: 50px;
}

@media screen and (max-width:900px) {
  #splash_logo {
    width: 30px;
  }
}

/* =======================================================
* header
* ======================================================= */
/* オンラインショップ */
.nav_online a {
  position: fixed;
  top: 40px;
  right: 150px;
  z-index: 4;
  color: var(--color-white);
  font-size: 1.4rem;
  border: 1px solid;
  border-radius: 30px;
  padding: 7px 40px;
  /* background: rgba(255, 255, 255, 0.2); */
  background: var(--color-gray);
  border: 1px solid var(--color-gray);
  text-transform: uppercase;
  font-family: var(--en_min);
}

/* changeColor */
.nav_online.changeColor a {
  right: 120px;
  font-size: 1.3rem;
  padding: 5px 30px;
  transition: 1s;
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-white);
  transition: all 0.3s;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 99;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* ナビゲーション左側 */
#g-nav.panelactive #g-nav-list .bg_list {
  height: 100vh;
  display: flex;
  width: 50%;
  background: var(--color-white);
  box-sizing: border-box;
  text-align: center;
}


#g-nav.panelactive #g-nav-list .bg_list div {
  margin: auto;
  inset: 0;
  width: 250px;
}

#g-nav.panelactive #g-nav-list .bg_list .bg_list_sns {
  text-align: center;
  margin-top: 50px;
  font-size: 1.2rem;
}

#g-nav.panelactive #g-nav-list .bg_list p {
  display: inline-block;
  margin: 10px;
}

#g-nav.panelactive #g-nav-list .bg_list i {
  font-size: 2rem;

}

/* SPのみ */
.snsSP {
  display: none;
}


/*ナビゲーション右側*/
#g-nav ul {
  display: none;
}

#g-nav.panelactive ul {
  display: block;
  width: 50%;
}

/*リストのレイアウト設定*/
#g-nav li {
  position: relative;
  font-family: var(--en_min);
}

#g-nav li a {
  padding: 10px 0;
  display: block;
  letter-spacing: 0.1em;
  font-size: 2.7rem;
  line-height: 1.8;
}

#g-nav li span {
  font-size: 1.2rem;
  display: block;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, "Cormorant Garamond", serif;
  letter-spacing: .07em;
}



/*========= ボタンのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 999;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 30px;
  right: 30px;
  /* border: 1px solid var(--color-white);
  background: rgba(255, 255, 255, 0.2); */

  border: 1px solid var(--color-black);
  background: rgba(255, 255, 255, 0.8);
}

.openbtn.active {
  border: 1px solid var(--color-black);
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 24px;
  height: 1px;
  /* background: var(--color-white); */
  width: 40%;
  background: var(--color-black);
}

.openbtn span:nth-of-type(1) {
  top: 23px;
}

.openbtn span:nth-of-type(2) {
  top: 31px;
}

/* .openbtn span:nth-of-type(3) {
  top: 38px;
} */

.openbtn span:nth-of-type(2)::after {
  content: "MENU";
  position: absolute;
  top: 10px;
  left: -1px;
  color: var(--color-black);
  font-size: 1rem;
  letter-spacing: .2em;
  font-family: var(--en_min);
}

.openbtn.active span:nth-of-type(1) {
  top: 22px;
  left: 22px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
  background: var(--color-black);
}

.openbtn.active span:nth-of-type(2) {
  top: 34px;
  left: 22px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
  background: var(--color-black);
}

.openbtn.active span:nth-of-type(2)::after {
  content: "CLOSE";
  transform: translateY(0) rotate(-45deg);
  top: 11px;
  left: 20px;
  color: var(--color-black);
  font-family: var(--en_min);
}

/* changeColor */
.openbtn.changeColor {
  border: 1px solid var(--color-black);
  background: rgba(255, 255, 255, 0.8);
  top: 20px;
  right: 20px;
  transition: 1s;
}

.openbtn.changeColor span {
  background: var(--color-black);
}

.openbtn.changeColor span:nth-of-type(2)::after {
  color: var(--color-black);
}

@media screen and (max-width:900px) {
  #g-nav.panelactive #g-nav-list .bg_list {
    display: none;
  }

  #g-nav.panelactive ul {
    width: 100%;
    padding-top: 50px;
    text-align: center;
  }

  #g-nav li {
    padding-left: 0;
  }

  #g-nav li a {
    font-size: 2.2rem;
    line-height: 1.7;
  }

  #g-nav li span {
    font-size: 1.1rem;
    margin-left: 0;
    display: block;
  }

  /* SPのみ */
  .snsSP {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    margin: 0 auto;
  }

  .snsSP h1 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
  }

  .snsSP p {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 7px;
  }

  /* nav_online */
  .nav_online a {
    top: 25px;
    right: 90px;
    font-size: 1.2rem;
    border-radius: 30px;
    padding: 5px 25px;
  }

  .nav_online.changeColor a {
    font-size: 1.1rem;
    right: 80px;
    padding: 3px 15px;
  }


  /* ボタン */
  .openbtn,
  .openbtn.changeColor {
    width: 60px;
    height: 60px;
    top: 13px;
    right: 13px
  }

  .openbtn span {
    left: 18px;
  }

  .openbtn span:nth-of-type(1) {
    top: 17px;
  }

  .openbtn span:nth-of-type(2) {
    top: 24px;
  }

  .openbtn span:nth-of-type(2)::after {
    top: 7px;
    left: -4px;
  }

  /* CLOSE */
  .openbtn.active span:nth-of-type(1) {
    left: 18px;
    top: 15px;
  }

  .openbtn.active span:nth-of-type(2) {
    left: 19px;
    top: 27px;
  }

  .openbtn.active span:nth-of-type(2)::after {
    top: 5px;
    left: 8px;
  }
}


/* =======================================================
* section・ボタン
* ======================================================= */
section {
  padding-bottom: 10rem;
  position: relative;
}

.section {
  padding-top: 10rem;
}

/* ボタン */
.linkBtn {
  margin-top: 50px;
  text-align: center;
}

.linkBtn a {
  width: 330px;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  min-height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 1px solid var(--color-black);
  position: relative;
  transition: 0.3s;
}

.linkBtn a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  left: 20px;
  top: 15px;
}

.linkBtn a span {
  margin-right: 5px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.linkBtn a:hover {
  background: var(--color-white);
}


@media screen and (max-width:900px) {
  section {
    padding-bottom: 7rem;
  }

  .section {
    padding-top: 7rem;
  }
}

/* =======================================================
* main
* ======================================================= */
#main {
  position: relative;
  height: 100vh;
}

#main .main_logo {
  max-width: 400px;
  width: 60%;
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#projector {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#main .swiper-slide {
  overflow: hidden;
}

#main .slide01 {
  background: url(../images/main01.webp) no-repeat center bottom/cover;
}

#main .slide02 {
  background: url(../images/main02.webp) no-repeat center /cover;
}

#main .slide03 {
  background: url(../images/main03.webp) no-repeat center bottom/cover;
}

#main .slide04 {
  background: url(../images/main04.webp) no-repeat center bottom 10%/cover;
}

#main .slide05 {
  background: url(../images/main05.webp) no-repeat center /cover;
}

#main .slide06 {
  background: url(../images/main06.webp) no-repeat center /cover;
}

#main .slide07 {
  background: url(../images/main07.webp) no-repeat center /cover;
}

#main .slide08 {
  background: url(../images/main08.webp) no-repeat center /cover;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoom-in 10s linear 0s 1 normal both;
  height: 100vh;
  overflow: hidden;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}



/* スクロールダウン */
.scroll_down {
  position: absolute;
  left: 22px;
  bottom: 110px;
  color: var(--color-white);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1rem;
  letter-spacing: .2em;
  z-index: 1;
}

.arrow {
  width: 1px;
  height: 80px;
  margin: 50px auto 0;
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  left: 30px;
  bottom: 10px;
  z-index: 9;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 80px;
  margin: 50px auto 0;
  background-color: var(--color-white);
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

@media screen and (max-width:900px) {
  #main .slide01 {
    background-position: center right 30%;
  }

  #main .slide03 {
    background-position: center left 18%;
  }

  #main .slide04 {
    background-position: center right 30%;
  }

  #main .slide05 {
    background-position: center left 30%;
  }

  #main .slide06 {
    background-position: center right 20%;
  }

  .scroll_down {
    left: 12px;
  }

  .arrow {
    left: 20px;
  }

}


/* =======================================================
* copy
* ======================================================= */
#copy {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgb(227 227 227 / 30%) 100%);
}

#copy::before {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  border: 1px solid #ddd;
  border-radius: 50%;
  top: -140px;
  left: -140px;
}

#copy::after {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  border: 1px solid #ddd;
  border-radius: 50%;
  bottom: -300px;
  right: -180px;
  z-index: 1;
}

#copy .copy_logo {
  width: 60%;
  max-width: 400px;
  z-index: -1;
  margin: 5rem auto 0;
}

#copy .copy_txt {
  line-height: 2.8;
  font-size: 1.7rem;
  text-align: center;
  margin: 7rem 0 0;
}

@media screen and (max-width:900px) {
  #copy {
    overflow: hidden;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(227 227 227 / 50%) 100%);
  }

  #copy::before {
    width: 300px;
    height: 300px;
    top: -30px;
    left: -130px;
  }

  #copy::after {
    content: none;
  }

  #copy .copy_logo {
    margin: 2rem auto 0;
  }

  #copy .copy_txt {
    line-height: 2.3;
    margin: 5rem 0 0;
  }
}




/* =======================================================
* feature
* ======================================================= */
.feature_img {
  width: 50%;
  position: relative;
}

.feature_img .img_top {
  position: absolute;
  top: -70px;
  left: 0;
  width: 75%;
  z-index: 2;
}

.feature_img .img_bottom {
  position: absolute;
  bottom: -70px;
  right: 70px;
  width: 55%;
}

.feature_txt {
  width: 50%;
  margin: 0 0 0 auto;
}

.feature_ttl {
  font-size: 2rem;
  margin-bottom: 30px;
}

.feature_txt p {
  margin-bottom: 15px;
  line-height: 2.5;
}


@media screen and (max-width:900px) {
  #feature {
    padding-top: 0;
    overflow: hidden;
  }

  #feature::after {
    position: absolute;
    content: "";
    width: 450px;
    height: 450px;
    border: 1px solid #ddd;
    border-radius: 50%;
    top: 50px;
    right: -170px;
    z-index: -1;
  }

  .feature_txt,
  .feature_img {
    width: 100%;
  }

  .feature_txt p {
    line-height: 2;
  }

  .feature_img .img_top {
    position: static;
    width: 75%;
  }

  .feature_img .img_bottom {
    position: static;
    width: 60%;
    margin: 10px 0 30px auto;
  }
}

/* =======================================================
* collection
* ======================================================= */
#collection {
  background: linear-gradient(0deg, rgb(227 227 227 / 30%) 0%, rgb(255, 255, 255, 1) 70%);
  margin-top: 5rem;
}

#collection::before {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  border: 1px solid #ddd;
  border-radius: 50%;
  top: -120px;
  left: -240px;
}

#collection ul {
  margin: 30px 0 90px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  z-index: 2;
}

#collection ul a {
  background: var(--color-lite);
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 1;
}

#collection ul li div {
  padding: 10px 15px 20px;

}

#collection ul li p {
  font-size: 1.3rem;
}

#collection ul li img {
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width:900px) {
  #collection {
    background: linear-gradient(0deg, rgb(227 227 227 / 50%) 0%, rgb(255, 255, 255, 1) 100%);
    margin-top: 0;
  }

  #collection::before {
    width: 300px;
    height: 300px;
    top: -20px;
    left: -140px;
  }

  #collection ul {
    margin: 30px 0 60px;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  #collection ul li div {
    padding: 10px;
  }
}


/*================================================
 *  shop
 ================================================*/
#shop {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgb(227 227 227 / 30%) 100%);
}

#shop::before {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  border: 1px solid #ddd;
  border-radius: 50%;
  top: -140px;
  right: -140px;
  z-index: -1;
}

.shop_online {
  text-align: center;
  max-width: 750px;
  margin: 50px auto 90px;
}

.shop_online a {
  border: 1px solid #d4d4d4;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: rgb(251 251 251);
}

.shop_online .shop_online_img {
  width: 40%;
}

.shop_online .shop_online_img img {
  border-radius: 5px 0 0 5px;
}

.shop_online .shop_online_ttl {
  width: 60%;
  line-height: 2;
}

.shop_online .shop_online_ttl span {
  display: block;
  font-size: 3rem;
  font-family: var(--en_min);
  text-transform: uppercase;
}

.shop_online .shop_online_ttl span i {
  font-size: 2rem;
}

.shop_online .shop_online_ttl small {
  font-size: 1.3rem;
  display: block;
}

@media screen and (max-width:900px) {
  #shop {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(227 227 227 / 50%) 100%);
    overflow: hidden;
    padding-top: 4rem;
  }

  #shop::before {
    width: 350px;
    height: 350px;
    top: 0px;
    right: -110px;
  }

  .shop_online {
    margin: 30px auto 50px;
  }

  .shop_online .shop_online_img {
    width: 100%;
  }

  .shop_online .shop_online_img img {
    border-radius: 5px 5px 0 0;
  }

  .shop_online .shop_online_ttl {
    width: 100%;
    padding: 30px 0;
  }
}


/*================================================
 *  news
 ================================================*/
#news {
  max-width: 980px;
  margin: 0 auto;
}

#news::before {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  border: 1px solid #ddd;
  border-radius: 50%;
  top: -100px;
  left: -300px;
}

#news .newsEmbed {
  width: 65%;
}

#news .newsEmbed iframe {
  width: 100%;
}

@media screen and (max-width:900px) {
  #news::before {
    width: 300px;
    height: 300px;
    top: -30px;
    left: -120px;
  }

  #news .newsEmbed {
    width: 100%;
  }
}

/*================================================
 *  sub_main
 ================================================*/
#sub_main {
  height: 450px;
  position: relative;
  z-index: 1;
}

#sub_main h1 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 130px;
  z-index: 1;
}

#sub_main:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.3);
  z-index: -1;
}

#sub_main div {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 5%;
  color: var(--color-white);
  font-size: 1.6rem;
}

#sub_main div span {
  display: block;
  font-family: var(--en_min);
  font-size: 4.5em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-left: -15px;
  letter-spacing: .06em;
}

@media screen and (max-width:900px) {
  #sub_main {
    height: 350px;
  }

  #sub_main h1 {
    top: 10px;
    left: 15px;
    width: 80px;
  }

  #sub_main div {
    left: 7%;
    font-size: 1.5rem;
  }

  #sub_main div span {
    font-size: 3em;
    margin-left: -3px;
  }
}


/*================================================
 *  footer
 ================================================*/
footer {
  padding: 10rem 0 5rem;
  background: linear-gradient(0deg, rgb(227 227 227 / 40%) 0%, rgb(255, 255, 255, 1) 100%);
  margin-top: 5rem;
}

footer .wrap {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer_logo {
  width: 180px;
}

.footer_menu li {
  font-size: 1.3rem;
  padding-bottom: 15px;
}

.footer_contact a {
  display: inline-block;
  width: 90%;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
  border-radius: 3px;
  padding: 13px 0;
  /* line-height: 1.6; */
  border: 1px solid var(--color-dark);
}

.footer_contact a span {
  display: block;
  font-family: var(--en_min);
  font-size: 2rem;
  letter-spacing: .07em;
}

.footer_contact a span i {
  font-size: 1.7rem;
}

.copyright {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 50px;
  font-family: var(--en_min);
}

@media screen and (max-width:900px) {
  footer {
    background: linear-gradient(0deg, rgb(227 227 227 / 70%) 0%, rgb(255, 255, 255, 1) 100%);
    margin-top: 0;
  }

  footer .wrap {
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .footer_logo {
    width: 130px;
    margin: 0 0 20px 10px;
  }

  .footer_menu li {
    padding: 0 0 15px 30px;
    position: relative;
  }

  .footer_menu li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 15px;
    width: 5px;
    height: 1px;
    background: var(--color-dark);
  }

  .footer_contact a {
    width: 100%;
    margin-bottom: 15px;
  }

  .copyright {
    margin-top: 30px;
  }
}


/*================================================
 *  pagetop
 ================================================*/
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 10px;
  cursor: pointer;
  overflow: visible !important;
  z-index: 98;
}

#pagetop .arrow-up {
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-color: var(--color-black) var(--color-black) transparent transparent;
  transform: rotate(-45deg);
}