* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  letter-spacing: 0.15em;
  overflow-x: hidden;
  overflow-y: none; /* スクロールを許可 */
}

.youngserif {
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  width: 100%;
  text-align: center;
  background-color: #e9e5e0;
  display: flex;
  overflow-x: hidden;
  overflow-y: none; /* スクロールを許可 */
}

a {
  text-decoration: none;
  display: block;
  color:#333;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-weight: 400;
}

img {
  width: inherit;
}

/* ------------------------------------------------------
    ページ詳細
------------------------------------------------------*/

#pc_menu-l,
#pc_menu-r {
  display: none;
}

/* ------------------------------------------------------
    main
------------------------------------------------------*/

#main {
  background-color: #f6f5f0;
  width: 100%;
  z-index: 1;
  transition: background-color 0.5s, color 0.5s;
}

#main .inner {
  padding: 40px 10px 80px;
}

#feature{
  margin: 500px auto 0;
}

#scene{
  margin:200px auto 0;
}

.product_btn a {
  padding: 8px 15px 9px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 20px;
}

.product_btn a p {
  color: #333;
  font-size: clamp(13px, 3.6vw, 15px);
}

/* ------------------------------------------------------
    intro
------------------------------------------------------*/

#intro {
  position: relative;
}

#intro .mv {
  width: 100%;
}

#intro .mv .product_btn {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

#intro .mv .videowrap{
  position: relative;
  width:100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

#intro .mv .videowrap video {
  width: 100%;
  object-fit: cover;
  display: block;
}

#intro .inner {
  padding:35px 0;
}

.intro-text h2 {
  font-size: clamp(17px, 4.6vw, 19px);
  margin-bottom: 35px;
}

.intro-text p {
  font-size: clamp(11px, 3.1vw, 13px);
  margin-bottom: 25px;
}

#main .logo_text{
  width:65%;
  margin:35px auto 0;
}

/* 回るロゴ ここから */

#main .logo {
  position: absolute;
  display: flex;
  top: 180px;
  left: 10px;
}

#main .logo img {
  width: 90px;
}

@keyframes rotation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.spin {
  animation: 25s linear infinite rotation;
}

/* ------------------------------------------------------
    feature
------------------------------------------------------*/

#feature {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* 重なる要素 ここから */

.stacked {
  position: relative;
  height: 25vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.stacked-1 {
  background-image: url("../images/feature-1.jpg");
}

.stacked-2 {
  background-image: url("../images/feature-2.jpg");
  color: #fff;
}

.stacked-3 {
  background-image: url("../images/feature-3.jpg");
}

.stacked-4 {
  background-image: url("../images/feature-4.jpg");
  color: #fff;
}

.stacked_pin {
  text-align: left;
  position: absolute;
  bottom: 8%;
  left: 5%;
  line-height: 1.4;
}

.stacked_pin h3 {
  font-size: clamp(15px, 4.1vw, 17px);
}

.stacked_pin p {
  font-size: clamp(11px, 3.1vw, 13px);
  margin-top: 3px;
}

/* ------------------------------------------------------
    how_about
------------------------------------------------------*/

#how_about {
  margin:120px auto;
  width: 100%;
}

.how_about-img-area {
  /* margin-top:50px; */
  width: 100%;
  height: 380px;
  position: relative;
}

.how_about_img-1 {
  width: 75%;
  position: absolute;
  top: 60px;
  left: -20px;
  z-index: 2;
}

.how_about_img-2 {
  width: 70%;
  position: absolute;
  top: 210px;
  right: -40px;
  z-index: 1;
}

#how_about h2 {
  font-size: clamp(20px, 5.6vw, 23px);
  font-weight: 700;
}

.how_about_img-3 {
  width: 65%;
  position: absolute;
  bottom: 180px;
  right: -35px;
  z-index: 1;
}

.how_about_img-4 {
  width: 65%;
  position: absolute;
  bottom: 80px;
  left: -20px;
  z-index: 2;
}

/* ------------------------------------------------------
    scene
------------------------------------------------------*/

#scene {
  transition: background-color 1s ease-in-out;
  background-color: #f6f5f0;
  position: relative;
  z-index: 1;
}

#scene {
  background: linear-gradient(to bottom, #f6f5f0, #effdf3, #fceee2, #917ca0);
}

#scene-2,
#scene-3 {
  margin-top: 200px;
}

#scene-3 {
  padding-bottom: 60px;
}

.scene_title {
  margin: 40px auto 0;
}

.scene_mv {
  margin-top: 40px;
  position: relative;
}

.scene_mv-title {
  background-color: #fff;
  padding: 5px 20px;
  position: absolute;
  top: -20px;
  z-index: 1;
}

.scene_mv-title h3 {
  font-size: clamp(18px, 5.1vw, 21px);
}

.scene_mv-img {
  width: 100%;
}

.scene_text-blk {
  margin: 30px 20px 0;
  text-align: left;
}

.scene_text-blk h4 {
  font-size: clamp(18px, 5.1vw, 21px);
}

.scene_text-blk p {
  margin-top: 15px;
  font-size: clamp(13px, 3.6vw, 15px);
}

.scene_feature-blk {
  margin: 30px 20px 0;
  display: flex;
  position: relative;
  z-index: 5;
}

.scene_feature-icon {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
}

.scene_feature-icon p {
  font-size: clamp(10px, 2.8vw, 12px);
  line-height: 1.2em;
}

.scene_img-blk {
  width: 100%;
  position: relative;
  z-index: 4;
}

/* -----------scene-1----------- */

#scene-1 .scene-1-1 .scene_img-blk {
  height: 850px;
}

#scene-1 .scene-1-1 .scene_img-1 {
  width: 65%;
  position: absolute;
  top: 10px;
  right: -40px;
}

#scene-1 .scene-1-1 .scene_img-2 {
  width: 70%;
  position: absolute;
  top: 100px;
  left: -35px;
}

#scene-1 .scene-1-1 .scene_img-3 {
  width: 75%;
  position: absolute;
  top: 400px;
  right: -20px;
}

#scene-1 .scene-1-1 .scene_img-4 {
  width: 85%;
  position: absolute;
  top: 580px;
  left: 0;
}


#scene-1 .scene-1-2 .scene_img-blk {
  height: 490px;
}

#scene-1 .scene-1-2-2 .scene_img-blk {
  height: 380px;
}

#scene-1 .scene-1-2 .scene_img-1 {
  width: 85%;
  position: absolute;
  top: 55px;
  left: -5px;
}

#scene-1 .scene-1-2 .scene_img-blk .scene_img-2 {
  width: 68%;
  position: absolute;
  top: 0px;
  left: auto;
  right: -10px;
}

#scene-1 .scene-1-2 .scene_img-blk .scene_img-3 {
width: 70%;
    position: absolute;
    top: 15px;
    left: auto;
    right: -22px;
}


#scene-1 .scene-1-2 .scene_img-blk .scene_img-4 {
width: 85%;
    position: absolute;
    top: 215px;
    left: -5px;
}



#scene-1 .scene-1-3 .scene_feature-icon {
  color: #fff;
  border: 1px solid #fff;
}

#scene-1 .scene-1-3 .scene_img-blk {
  height: 220px;
  display: flex;
  justify-content: center;
}

#scene-1 .scene-1-3 .scene_img-blk .scene_img-1 {
  width: 96%;
  position: absolute;
  top: -78px;
}
/* -----------scene-2----------- */

#scene-2 .scene_img-blk {
  height: 1100px;
}

#scene-2 .scene_img-blk .scene_img-1 {
  width: 65%;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: 4;
}

#scene-2 .scene_img-blk .scene_img-2 {
  width: 75%;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 2;
}

#scene-2 .scene_img-blk .scene_img-3 {
  width: 70%;
  position: absolute;
  top: 420px;
  right: 0;
}

#scene-2 .scene_img-blk .scene_img-4 {
  width: 65%;
  position: absolute;
  top: 590px;
  left: -20px;
}

#scene-2 .scene_img-blk .scene_img-5 {
  width: 78%;
  position: absolute;
  top: 800px;
  right: 0;
}

#scene-2 .scene-2-2 .scene_img-blk {
  height: 350px;
  display: flex;
  justify-content: center;
}

#scene-2 .scene-2-2 .scene_img-1 {
  width: 95%;
  position: absolute;
  top: -20px;
  right: auto;
}

#scene-2 .scene-2-3 .scene_img-blk {
  height: 290px;
}

#scene-2 .scene-2-3 .scene_img-1 {
  width: 78%;
  position: absolute;
  top: -20px;
  right: -20px;
  left: auto;
}

/* -----------scene-3----------- */

#scene-3 {
  color: #fff;
}

#scene-3 .scene_mv-title h3 {
  color: #000;
}

#scene-3 .scene_feature-icon {
  border: 1px solid #fff;
}

#scene-3 .scene_img-blk {
  height: 540px;
}

#scene-3 .scene_img-blk .scene_img-1 {
  width: 85%;
  position: absolute;
  top: 20px;
  right: -10px;
}

#scene-3 .scene_img-blk .scene_img-2 {
  width: 93%;
  position: absolute;
  top: 250px;
  left: 0;
}

#scene-3 .scene-3-2 .scene_img-blk {
  height: 350px;
  display: flex;
  justify-content: center;
}

#scene-3 .scene-3-2 .scene_img-1 {
  width: 96%;
  position: absolute;
  top: -50px;
  right: auto;
}

/* ------------------------------------------------------
    profile
------------------------------------------------------*/
#profile {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #f6f5f0;
  margin: 0;
}

#profile .product {
  padding: 60px 0;
}

#profile .profile-ttl {
  font-size: clamp(26px, 7.2vw, 30px);
}

#profile .product_img {
  width: 90%;
  margin: 20px auto 0;
    padding: 20px 0px;
}

#profile .product_name {
  margin-top: 20px;
  font-size: clamp(15px, 4.1vw, 17px);
}


#profile .product_type{
margin:5% 0 15%;
}

#profile .type_btn p{
border: 1px solid #333;
    padding: 2% 6%;
    max-width: 40%;
    display: block;
    margin: 3% auto 0;
    font-size: 1.6rem;
}


#profile .product_color {
  margin: 5px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#profile .product_color p {
  margin-right: 5px;
  font-size: clamp(13px, 3.6vw, 15px);
}

#profile .product_color div {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
}

#profile .product_color .black {
  background-color: #333;
}

#profile .product_color .beige {
  background-color: #d2cdc1;
}

#profile .product_color .white {
  background-color: #ffffff;
}

#profile .product_color .gray {
  margin-right: 0;
  background-color: #c1c1c1;
}

#profile .product_color .offwhite {
  margin-right: 0;
  background-color: #f7f7f7;
}

#profile .product_price {
  margin-top: 5px;
  font-size: clamp(17px, 4.6vw, 19px);
}

#profile .product_price > span {
  font-size: 70%;
  margin-left: 3px;
}

#profile .product_btn {
  display: flex;
}

#profile .product_btn a {
  margin: 30px auto 0;
}

/* ------------------------------------------------------
  footer
------------------------------------------------------*/

#footer {
  background-color: #fff;
  padding: 80px 0 100px;
  margin:0;
}

#footer .logo_en {
  font-size: clamp(24px, 6.7vw, 28px);
}

#footer .logo_jp {
  font-size: clamp(13px, 3.6vw, 15px);
}

#footer .footer_menu {
  margin: 80px auto;
  display: flex;
  gap: 0 20px;
  justify-content: center;
  align-items: center;
}

#footer .footer_menu p {
  font-size: clamp(13px, 3.6vw, 15px);
  font-weight: 600;
}

#footer .copyright{
  margin-top:40px;
}


/* ------------------------------------------------------
  sp_bottom
------------------------------------------------------*/

#sp_bottom {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#sp_bottom.visible {
  opacity: 1;
  visibility: visible;
}

#sp_bottom .menu-blk {
  display: flex;
  justify-content: space-between;
}

#sp_bottom .menu-blk div {
  background-color: rgba(255, 255, 255, 0.8);
  width: 33%;
  border: 1px solid #fff;
  padding: 10px 5px;
}

#sp_bottom .menu-blk div .youngserif {
  font-size: clamp(15px, 4.1vw, 17px);
}

#sp_bottom .menu-blk div p {
  font-size: clamp(11px, 3.1vw, 13px);
}

#sp_bottom .menu-blk div a {
  transition: color 0.4s ease, opacity 0.4s ease;
  color: rgba(0, 0, 0, 0.3); /* 初期は薄く */
}

/* アクティブ状態の文字はくっきり表示 */
#sp_bottom .menu-blk div a.active-text {
  color: rgba(0, 0, 0, 1);
}


/* ------------------------------------------------------
  kago_icon
------------------------------------------------------*/
.sp_kago_icon {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}

.sp_kago_icon a {
  position: relative;
  display: inline-block;
}

.sp_kago_icon a img {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}


/* fadeinアニメーション */

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.2s;
}

.fadein-left {
  transform: translate(-50%, 0);
}

.fadein-right {
  transform: translate(50%, 0);
}

.fadein-up {
  transform: translate(0, -50%);
}

.fadein-bottom {
  transform: translate(0, 100px);
}

.scrollin {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

/* ------------------------------------------------------
    PCサイドメニュー
 ------------------------------------------------------*/

@media screen and (min-width: 768px) {
  body {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }

  /* ------------------------------------------------------
      pc_menu-l
  ------------------------------------------------------*/

  #pc_menu-l,
  #pc_menu-r {
    display: block;
    width: 33%;
    height: 500vh;
    position: fixed;
    top: 0;
    /* z-index: 50; */
  }

  #pc_menu-l {
    text-align: left;
    padding: 20px 40px;
  }

  #pc_menu-l .logo {
    position: relative;
  }

  #pc_menu-l .logo .logo_en {
    font-size: 32px;
  }

  #pc_menu-l .logo .logo_jp {
    font-size: 18px;
  }

  #pc_menu-l .menu-blk {
    position: relative;
    top: 75vh;
  }

  #pc_menu-l .menu-blk .scene-1,
  #pc_menu-l .menu-blk .scene-2,
  #pc_menu-l .menu-blk .scene-3 {
    display: flex;
    align-items: baseline;
    opacity: 0.3;
  }

  #pc_menu-l .menu-blk .scene-1::before,
  #pc_menu-l .menu-blk .scene-2::before,
  #pc_menu-l .menu-blk .scene-3::before {
    content: "";
    width: 3px;
    height: 15px;
    margin-right: 5px;
    color: #444444;
    background-color: #444444;
  }

  #pc_menu-l .menu-blk .youngserif {
    font-size: 22px;
    margin-right: 5px;
  }

  #pc_menu-l .menu-blk .scene_jp {
    font-size: 16px;
  }

  /* ------------------------------------------------------
      pc_menu-r
  ------------------------------------------------------*/

  #pc_menu-r {
    right: 0;
  }

  #pc_menu-r .inner {
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: end;
  }

  #pc_menu-r .inner .brand {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: end;
  }

  #pc_menu-r .brand_name {
    font-size: 22px;
    margin-right: 5px;
  }

  #pc_menu-r .product_name {
    font-size: 16px;
    margin-right: 10px;
  }

  .pc_kago_icon {
    width: 90px;
    height: 90px;
  }

  .pc_kago_icon img {
    width: 50px;
    height: auto;
  }
  .pc_kago_icon a {
    position: relative;
    display: inline-block;
  }

  .pc_kago_icon .pc_kago_icon-inner {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.4s linear;
  }

  .pc_kago_icon-img{
    position: relative;
  }

  .pc_kago_icon-img img {
    position: absolute;
    top: -28px;
    left: -1px;
    display: block; /* デフォルトで表示 */
    width: 42px; /* 必要に応じてサイズを調整 */
    transition: 0.4s linear;
  }

  .pc_kago_icon p {
    position: relative;
    top: 24px;
    color: #000;
    font-size: 10px;
    line-height: 1.2em;
    transition: 0.4s linear;
  }

  .pc_kago_icon-img img:last-child {
    opacity: 0; /* 通常時は最後の画像を非表示 */
  }

  .pc_kago_icon:hover .pc_kago_icon-inner {
    background-color: #333;
  }

  .pc_kago_icon:hover .pc_kago_icon-img img:first-child {
    opacity: 0; /* マウスオーバー時に最初の画像を非表示 */
  }

  .pc_kago_icon:hover .pc_kago_icon-img img:last-child {
    opacity: 1; /* マウスオーバー時に最後の画像を表示 */
  }

  .pc_kago_icon:hover .pc_kago_icon-inner p {
    color:#FFF;
  }
  /* ------------------------------------------------------
      main
  ------------------------------------------------------*/

  #main {
    width: 500px;
    margin: 0 auto;
  }

  #intro .mv .product_btn {
    display: none;
  }

  #main_inner p {
    font-size: 20px;
  }

  #main .logo_text{
    width:65%;
    margin:40px auto 0;
  }
  
  #main .logo {
    position: absolute;
    display: flex;
    top: 230px;
    left: 10px;
  }
  
  #main .logo img {
    width: 110px;
  }

  .stacked_pin h3 {
    font-size: 22px;
  }

  .stacked_pin p {
    font-size: 16px;
  }

  .sp_kago_icon {
    display: none;
  }
}
