@charset "UTF-8";

body {
  font-family: serif;
  font-size: 1em; /* pxからemに変更 */
  background-color: #dfe2ec7c;
  color: rgb(87, 86, 85);
  max-width: 2256px;
  
}

.double-border {
  border-top: 0.1em solid #d7d4d1;
  border-bottom: 0.1em solid #d7d4d1;
  padding: 1em; /* px → emに変更 */
}
.border {
    border-top: 3px solid #d7d4d1;
}
.orikaesi{
  white-space: nowrap;
}
/* テキストフェードアニメーション */
.fade-in-text {
    /* 初期状態 */
    opacity: 0;                
    transform: translateY(20px);
    /* アニメーションは最初は適用しない */
  }
  
  @keyframes fadeIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .fade-in-text.active {
    /* アクティブになった時にアニメーション */
    animation: fadeIn 1.5s ease forwards;
  }

/* テキストスライドアニメーション */
 
.fade-web-text {
    opacity: 0;
    transform: translateX(-10%); /* 画面外の左側からスタート */
    transition: opacity 2s ease, transform 2s ease; /* よりゆっくり */
  }
  
  @keyframes fadeIn {
    to {
      opacity: 1;
      transform: translateX(0); /* 画面内に戻る */
    }
  }
  
  .fade-web-text.active {
    /* アクティブになった時にアニメーション */
    animation: fadeIn 3s ease-in-out forwards; /* ゆっくり、ふわっとした感じ */
  }
 
  .nav-link:hover,
  .footer-contener-text a:hover,
  .homepagehe:hover {
    color: #ec8414;
    text-decoration: underline;

}
  
/* header */
.navbar {
  background-color: #f7f5f1ce;
  
}

.header-logo {
  height: 3vw;
}

.hanbagerheader-logo {
    height: 4vw;
    margin: 100px;
    width: auto;
}


.offcanvas {
    background-image: url(morijpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* 画面いっぱいに画像を広げる */
    background-position: bottom;
    /* 画像を中央に配置 */
    width: 100%;
    height: 100vh;
    /* ビューポートの高さに合わせる */
}

/* メイン画像 */

.tougei-img {
    background-size: cover;
    background-position: center;
    /* 画像の表示位置を中央に */
    width: 100%;
    height: 100vh;
    /* 高さは画面いっぱいに */
    opacity: 1;
    /* 初期は透明度1（不透明） */
    background-color: transparent;
    /* 初期は透明 */
    z-index: 500;
    /* ヘッダーより下に配置 */
    background-attachment: fixed;
    /* スクロールしても画像が固定される */
    transition: opacity 1s ease;
    /* 透明度のみの遷移 */
}

.carousel-item img {
    object-fit: cover;
    
    width: 100%;
   
    height: 100vh;
   
    object-position: center;
    
}

.carousel-caption {
    margin-bottom: 50px;
}

.carousel-text-contener2{
  margin-bottom: 60vh;
  margin-right: 40vh;
  text-align:center;
 
  
}

.carousel-text-contener3{
    margin-bottom: 20vh;
    margin-left: 75vh;
    text-align:center;
}


.carousel-text1 {
    font-size: 10vh;
}

/* 2ページ */
.sirizu {
    margin: 0px 50px;
}


.sirizu-contener {
    margin: 100px 0px;
}

.sirizu-title {
    font-size: 5vh;
    color: rgb(87, 86, 85);
}

.sirizu-sabtitle {
    font-size: 2vh;
    color: rgb(87, 86, 85);
}

/*ニュースセクション*/
.sirizu-news {
    border-top: 2px solid #d7d4d1;
    margin: 100px 0px;
}

.sirizu-news-title {
    padding-top: 50px;
    font-size: 4vh;
    margin-bottom: 10px;
}

.sirizu-news ul {
    margin-bottom: 50px;



}

.sirizu-news ul li {
    display: flex;
    gap: 20px;
}



/* 各セクション */
.list-title {
    font-size: 4vh;
    margin-bottom: 10px;
}

.list-sub-title {
    font-size: 2.5vh;

}

.list-contener {
    margin: 70px 100px;
}

/* 夕景コンテナのスタイル */
.yuukei-contener {

    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    transition: background-image 1s ease;
    /* 背景画像の遷移をスムーズに */
}

.swiper-container {
    width: 100%;
    height: 300px;
}

.sample-slider [class^="swiper-button-"] {
    color: yellow;
}


.yuukei-contener {
    background-image: url("sample9.jpg");
}

/*共通のメインのタイトル設定*/
.main-text-contener {
    padding: 10px 20px; /* 枠と文字とのスペース */
    border: 3px solid #f8f5f5; /* 白い枠 */
    display: inline-block; /* 枠のサイズを文字に合わせる */
    text-align: center; /* 文字を中央寄せ */
  }
  
  .main-text {
    z-index: 2;
    font-size: 8vh; /* 文字サイズ */
    color: #f8f5f5; /* 文字の色 */
    margin: 0; /* デフォルトのマージンを削除 */
  }
.sub-contener-stocklist,  
.sub-contener-artist{
    display: flex;
    justify-content: center;
    align-items: top;
    gap: 10vh;
    margin: 20vh 100px 0;
    
    
}
.sub-stocklist-img,
.sub-artist-img{
    height: 400px;
    width: auto;
    object-fit: cover;
  }
.sub-stocklist-title,
.sub-artist-title{
    font-size: 4vh;
    border-bottom: 2px solid #d7d4d1;

}
.sub-stocklist-intro,
.sub-artist-intro{
    font-size: 2.5vh;
    padding-top: 3vh;
}
.btn {
    background-color: #ebe9e9;
    padding: 10px 20px;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    border: none;
    box-shadow: 4px 4px rgba(106, 105, 105, 0.1);
    transition: background-color 0.3s, transform 0.2s;
    border-radius: 0; 
    margin: 5px auto auto 69%;
   
}

.btn:hover {
    background-color: #d3d3d3;
    transform: translateY(-2px);
}

/* artistpage */
.artist-main-img {
    background: url("dsc_2537.jpg");
    height: 60vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.artist-contener {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 100px;
}

.artist-contener2 {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.artist-text h2{
 display: flex;
 padding-top: 5px;
}
.artist-text p{
  white-space: nowrap;
}
.artist-img {
    height: 450px;
    width: 400px;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1)
}

.artist-img2 {
    height: 600px;
    width: 700px;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);

}

.artist-text {
    font-size: 16px;
}

.artist-text span {
    margin-left: 20px;
}

/*coreationpage*/

.creation-main-img {
    height: 60vh;
    width: 100%;
    background-image: url(dsc_2549.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    background-attachment: fixed;
    background-position: top;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center; 
}


.coreation {
    margin: 100px 50px;
}

.coreation-title {
    font-size: 3vh;
    color: rgb(87, 86, 85);
    border-bottom: solid 1px rgb(87, 86, 85);
}

.coreation-img-contener {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    gap: 20px;
}

.coreation-img {
    height: 150px;
    width: 200px;

}

/* stocklistpage */
.stocklist {
    margin: 100px 50px 0px;
}

.stocklist-main-img {
    height: 60vh;
    width: 100%;

    background-image: url(dsc_2553.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    background-attachment: fixed;
    background-position: bottom;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center; 

}



.store-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px;
}

.store {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 20px;
    overflow: hidden;
    width: 280px;
    transition: transform 0.5s ease-in-out;
}

.store:hover {
  transform: scale(1.1);
   
}

.store img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.store-info {
    padding: 20px;
    background-color: #fafafa;
    text-align: left;
}

.store-info h2 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: #050505 solid 1px;
    margin-bottom: 10px;
}



.yohaku {
    margin: 20vh;
    display: flex;
    justify-content: center;

}

.top-return {
    border-bottom: 1px #050505 solid;
    position: relative;
    z-index: 2;
}

.top-return:hover {
    color: #ec8414;
    border-bottom: 1px #ec8414 solid;

}

/*footer*/
.footer-contener {
    position: relative;
    background-image: url("morijpg.jpg");
    height: 75vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    box-shadow: 100px 0 0#dfe2ec7c;
    border-radius: 10px;
   

}

.footer-contener::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(250, 239, 239, 0.5);
    z-index: 0;
}

.footer-contener-text {
    z-index: 2;
    position: relative;
    color: #080808;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5vh;
    padding-bottom: 5px;
}





.footer-contener-text-2 {
    z-index: 2;
    position: relative;
    color: #080808;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 5vh;

}
.footer-contener-text-3 {
  z-index: 2;
  position: relative;
  color: #080808;
  display: flex; 
  flex-direction: column; /* 要素を縦一列に並べる */
  justify-content: center; 
  align-items: center; 
  gap: 10px; 
  margin-bottom: 5vh;
  text-align: center;
}
.copy-right{
  font-size: 10px;
  color: #333;
  margin-top: 30px;

}

.rogo {
  z-index: 2;
  position: relative;
  height: 75px;
  width: auto;
  margin: 0 auto; 
  display: block;  
  margin-bottom: 50px;
}


/*tamesi*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    color: #d7d4d1 !important;
}

/*お問い合わせ*/
.otoiawase-img {
    height: 60vh;
    background-image: url(dsc_2566.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    background-attachment: fixed;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.otoiawase-tel {
    margin: 30px 0px 30px;
    background-color: #dfdddd;
    padding: 10px;
    margin-right: 50%;
    font-weight: bold;
}

.otoiawase-from-title {

    font-weight: bold;

}

.form-container {
    max-width: 1000px;
    margin: 50px auto;

}

.form {
    background-color: #dfdddd;
    padding: 20px;
    margin: 20px 0;
}

.form-container label {
    display: block;
    margin: 10px 0 5px;
}

.form-container input,
.form-container textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;

    background-color: #f5f4f4e7;
}

.form-container button {
    background-color: #6e8b6f;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  
    margin: 20px auto 0; 
   display: block;  
   
}

.form-container button:hover {
    background-color: #45a049;
}

.required {
    color: red;
}

/* レスポンシブ対応用のメディアクエリ */

/* ローディング画面のスタイル */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1fe;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 5s ease;
    flex-direction: column; /* 縦に並べる */
  }
  
  #loading-screen .logo-container {
    text-align: center;
  }
  
  #loading-screen .logo {
    width: 150px;
    height: auto;
    animation: fadeInLogo 5s infinite;
  }
  
  #loading-screen .name {
    font-size: 24px;
    margin-top: 10px;
    font-family: 'Kaisei Opti', serif;
    opacity: 0;
    animation: fadeInText 5s forwards;
    animation-delay: 5s;
  }
  
  @keyframes fadeInOut {
    50% {
      opacity: 1; /* 完全に表示 */
    }
    100% {
      opacity: 0; /* 最後は透明に */
    }
  }
  
  #loading-screen {
    animation: fadeInOut 5s ease-in-out forwards;


}
  
  #loading-screen .logo-container {
    animation: fadeInOut 5s ease-in-out forwards;
  }
  
  .logo {
    animation: fadeInLogo 5s ease-in-out forwards;
  }
  
  /* ローディング画面が終わったらフェードアウト */
  body.loaded #loading-screen {
    opacity: 0;
    pointer-events: none;
  }
  
  /* 新しく追加するローディング円のアニメーション */
  .loading-dots {
    display: flex;
    justify-content: center;
    gap: 2px; /* ドットの間隔 */
   
  }
  
  .loading-dots .dot {
    width: 10px;
    height: 10px;
    
    animation: bounce 1.2s 1 ease-in-out;
  }
  
  .loading-dots .dot:nth-child(1) {
    animation-delay: 0s;
  }
  
  .loading-dots .dot:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .loading-dots .dot:nth-child(3) {
    animation-delay: 0.4s;
  }
  .loading-dots .dot:nth-child(4) {
    animation-delay: 0.6s;
  }
  
  .loading-dots .dot:nth-child(5) {
    animation-delay: 0.8s;
  }
  
  .loading-dots .dot:nth-child(6) {
    animation-delay: 1s;
  }
  
  .loading-dots .dot:nth-child(7) {
    animation-delay: 1.2s;
  }
  .loading-dots .dot:nth-child(8) {
    animation-delay: 1.4s;
  }
  .loading-dots .dot:nth-child(9) {
    animation-delay: 1.6s;
  }
  
  .loading-dots .dot:nth-child(10) {
    animation-delay: 1.8s;
  }
  
  .loading-dots .dot:nth-child(11) {
    animation-delay: 2s;
  }
  
  .loading-dots .dot:nth-child(12) {
    animation-delay: 2.2s;
  }
  .loading-dots .dot:nth-child(13) {
    animation-delay: 2.4s;
  }
  
  /*privacy*/
 

.privacy h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 20px;
    color: #333;
}

.privacy ul {
    padding-left: 20px;
}

.privacy ul li {
    margin-bottom: 8px;
}

.privacy {
    padding: 40px 20px;
    margin: 0 50px;
}

.privacy p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.privacy .contact-info {
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
}
.privacy-text{
    font-weight: bold;
}
  /* ボールが上下に跳ねるアニメーション */
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px); /* 跳ねる高さ */
    }
  }
  
 
@media screen and (max-width: 1200px) {
 

    .carousel-text-contener2{
      margin-bottom: 30vh;
      margin-right: 10%;
      text-align:center;
      font-size: 1.2vh;
      
    }
  
    .carousel-text-contener3{
      margin-bottom: -10%;
      margin-left: 7vh;
      text-align:center;
      font-size: 1.2vh;
  
  }
  
  .title {
      font-size: 15vh;
  }

  .sabtitle {
      font-size: 5vh;
  }

  .carousel-item img {
      height: 50vh;
  }

  .navbar {
      padding: 10px;
  }

  .header-logo {
      height: 40px;
  }

  .hanbagerheader-logo {
      height: 50px;
  }

  .sub-contener-stocklist,  
  .sub-contener-artist {
      flex-direction: column;
      gap: 5vh;
  }

  .sub-stocklist-img,
  .sub-artist-img {
      height: 100vh;
      width: 100%;
  }

  .artist-contener {
      flex-direction: column;
      gap: 30px;
  }

  .store {
      width: 100%;
      margin: 10px 0;
  }

  .footer-contener-text {
      flex-direction: column;
      gap: 20px;
      font-size: 18px;
      margin-bottom: 0vh;

  }
  .footer-contener-text-2{
    margin-bottom: 0vh;
  font-size: 2vh;
  padding-top: 5vh;
  
  }
 
  .main-text-contener {
      padding: 5px 10px;
  }

  .main-text {
      font-size: 6vh;
  }

  .form-container {
      margin: 30px 10px;
  }

  .form-container input,
  .form-container textarea {
      width: 100%;
  }

  .carousel-caption1 h5{
   font-size: 3vh;
  }
  .carousel-caption1 h1{
   font-size: 8vh;
  }
  .carousel-caption1 p{
   font-size: 2vh;
  }
  
  
  .sirizu-title{
    font-size: 3vh;
  }
  .sirizu-news li,
  .list-sub-title,
  .sirizu-sabtitle{
    font-size: 2vh;
  }
 
  .en{
    display: none;
  }
  .list-contener {
    margin: 70px 0px;
}
  .sub-stocklist-intro,
  .sub-artist-intro{
    font-size: 2vh;
  }
  .sub-contener-stocklist, 
  .sub-contener-artist{
    margin: 20vh 50px 50px;

  }
  .btn{
    margin-left:45% ;
    padding: 5px 10px;
}
  
  .carousel-item img {
      height: 60vh;
  }
.sirizu-contener{
  margin-top: 10vh ;
}
  .header-logo {
      height: 30px;
  }

  .hanbagerheader-logo {
      height: 40px;
  }

  .sub-stocklist-img,
  .sub-artist-img {
      height: 180px;
  }
  .sub-contener-artist,
  .sub-contener-stocklist {
    flex-direction: column;
  }

  .sub-contener-artist .sub-artist-img,
  .sub-contener-stocklist .sub-stocklist-img {
    order: 2; /* 画像を後ろに配置 */
    width: 100%; /* 画像が100%の幅を取る */
  }

  .sub-contener-artist .sub-artist-text,
  .sub-contener-stocklist .sub-stocklist-text {
    order: 1; /* テキストを前に配置 */
    width: 100%; /* テキストが100%の幅を取る */
  }
  .store {
      width: 90%;
      margin: 10px;
  }


  
  .footer-contener{
    height: 100vh;
  }

  
  .footer-contener-text {
      font-size: 16px;
  }
  
  .footer-contener-text-2 p{
    margin: 0 5vh;
    
   
  }
  .main-text {
      font-size: 5vh;
  }

  .form-container {
      margin: 20px 5px;
  }

  .form-container input,
  .form-container textarea {
      font-size: 14px;
  }
/* ナビゲーションバー */
.navbar-toggler {
  margin-left: auto;
}



/* artist コンテナ調整 */

.artist-contener,
.artist-contener2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.artist-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;  /* 左寄せに変更 */
  justify-content: flex-start;
  margin-bottom: 15px;
  font-size: 0.5rem; 
}

/* 年号部分 */
.artist-text p span {
  margin-right: 0.5px; 
  flex: 0 1 auto; /* 年号部分を独立して折り返しやすく */
}

/* 画像 */
.artist-img,
.artist-img2 {
  display: none;
}

/* タイトル */
.coreation-title {
  font-size: 1.5rem;
  text-align: start;
}

/* メインテキスト */
.main-text {
  font-size: 2rem;
  text-align: center;
}
/*otoiawase*/
.form-container{
  padding: 0 50px;
}
/*商品ページ*/

.navbar-brand {
  font-size: 1.2rem;
}

.navbar-nav {
  text-align: center;
}
.navbar-toggler-icon {
  color: #000;
}

.coreation-img-contener {
  display: grid;
  grid-template-columns: repeat(2, 1fr);  /* 2列表示 */
  gap: 10px;  /* 商品画像間の間隔 */
}
.coreation-img {
  width: 100%;
  height: auto;
}
/*otoiawse*/
.otoiawase-tel{
  margin-right: 0px;
}
.navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus,  /* focusも追加 */
  .navbar-nav .nav-link:active {  /* activeも追加 */
    text-decoration: underline;  /* 例: 下線を追加 */
  }
  .footer-contener {
    height: 100vh;
    }
    
  
}
