@charset "UTF-8";

/* ==========================================================================
   Layout
** ========================================================================== */
html {
   color: #000;
  font-family: 'Zen Old Mincho', serif;
  font-size: 10px;
  
}


img{
  width: 100%;
  height: auto;
}
 /* ====================   common  ===================== */


.pc_only {
  display: none;
}

@media (min-width: 768px) {
  .pc_only {
    display: block;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}



h2 {
  font-weight: normal;
  margin: 0;
}


.text_c{
  text-align: center;
}

.display_flex{
  display: flex;
}

ul{
  list-style: none;
}

a{
  text-decoration: none;
}

.main{
  font-size: clamp(16px, calc((100vw - 378px) / 622 * 2 + 16px), 18px);
  line-height: 1.6;
}

.wapper01{
  padding: 0 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.inter01{
  margin-top: clamp(50px, calc((100vw - 378px) / 622 * 50 + 50px), 100px);
  margin-bottom: clamp(50px, calc((100vw - 378px) / 622 * 50 + 50px), 100px);
}


.inter01_p{
  padding-top: clamp(50px, calc((100vw - 378px) / 622 * 50 + 50px), 100px);
  padding-bottom: 20px;
}

.inter02{
  margin-top: clamp(50px, calc((100vw - 378px) / 622 * 50 + 50px), 100px);
  margin-bottom: clamp(150px, calc((100vw - 378px) / 622 * 50 + 50px), 200px);
}


.inter03{
  margin-top: clamp(100px, calc((100vw - 378px) / 622 * 50 + 50px), 150px);
  margin-bottom: clamp(50px, calc((100vw - 378px) / 622 * 50 + 50px), 100px);
}

.inter04{
  margin-top: 50px;
  margin-bottom: 50px;
}


.se_tt{
  font-size: 30px;
  text-align: center;
  position: relative;
  display: block;       /* ブロック要素にして中央寄せ */
  width: fit-content;   /* テキスト幅だけにする */
  margin: 0 auto;       /* 画面中央へ配置 */
  padding: 0 20px;
}

/* 左右の線 */
.se_tt::before,
.se_tt::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: #000;
}

.se_tt::before {
  left: -70px;
}

.se_tt::after {
  right: -70px;
}




.se_tt02{
  font-size: 30px;
}


.sp_t_c1{
  text-align: center;
  margin-top: 20px;
}

.sp_mb50{
  margin-bottom: 50px;
}

@media (min-width: 900px) {
.pc_flex{
display: flex;
}

.sp_mb50{
  margin-bottom: 0px;
}
}


.mat15{
  margin-top: 15px;
}



.mat50{
  margin-top: 50px;
}

.mb_15{
  margin-bottom: 25px;
}

.bg_c_g{
  background-color: #F7F8F8;
}

.fontb{
  color: #000;
}

 /* ====================   header ===================== */

 #site-header{
  position: relative;
 }

 .h_logo {
  margin-right:auto;
}


.h_logo img{
  width: 250px;
  margin-right: auto;
  margin-top: 10px;
  transition: width 0.3s ease, margin-top 0.3s ease;
}

.fixed .h_logo img{
  width: 200px;
  margin-top: 0;
}

.sns_in img{
  width: 35px;
  margin-right: 13px;
  margin-top: 10px;
}


.fixed  .sns_in  img{
  margin-top: 0px;        /* ← 好きな初期値に調整してOK */
  transition: margin-top 0.3s ease; /* ← これが必須！ */
}


.content_top img{
  width: 35px;
  margin-right: 45px;
  margin-top: 13px;
}


.fixed  .content_top  img{
  margin-top: 3px;        /* ← 好きな初期値に調整してOK */
  transition: margin-top 0.3s ease; /* ← これが必須！ */
}

@media (min-width: 900px) {
  .content_top img{
  margin-right: 0px;
}

}



.plus_cc {
    height: 80px; /* 通常時の高さ（あなたの元の高さに合わせてOK） */
    transition: all 0.3s ease; /* アニメーション */
}


.plus_cc.fixed {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.3s;
    z-index: 9999;
    height: 60px; /* 固定時に小さくなる高さ */
    background-color: #111848;
}
  

  /* ====================   index ===================== */
  .mian_img{
    background-image: url(../img/top/top_main.jpg);
    height: 100vh;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 65%  50%;
    position: relative;
  }

.top_copy{
  color: #fff;
   font-size: clamp(40px, calc((100vw - 900px) / 400 * 40 + 40px), 80px);
   position: absolute;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1.2;
    text-shadow: 2px 2px 3px #333;
}

.fadein {
  opacity: 0;
  animation: fadeIn 3s ease forwards;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}



.top_se_1{
  background-image: url(../img/top/top_se_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65%  50%;
}

.tate_copy{
  writing-mode: vertical-rl;
  color: #fff;
  padding: 50px 0;
  font-size: clamp(16px, calc((100vw - 900px) / 400 * 7 + 16px), 23px);
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-weight: normal;
padding-left: clamp(0px, calc((100vw - 378px) / 922 * 500), 250px);
}


/* ====================   商品一覧 ===================== */



.top_se_2{
  background-image: url(../img/top/top_se_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65%  50%;
  color: #fff;
}

.padding01{
  padding-top: clamp(50px, calc((100vw - 378px) / 622 * 50 + 50px), 100px);
  padding-bottom: clamp(50px, calc((100vw - 378px) / 622 * 50 + 50px), 100px);
}




.good_text_t{
  font-size: 20px;
}

.goods_t_info{
  margin-top: 20px;
}

.goods_t_info span{
  font-size: 25px;
}

.goods_t_info h3{
  margin-top: 0;
  font-weight: normal;
}

.top_se_3{
  background-image: url(../img/top/top_se_4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 15%  50%;
  color: #fff;
}


.top_se_4{
  background-image: url(../img/top/top_se_5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65%  50%;
  color: #fff;
}

.top_se_5{
  background-image: url(../img/top/top_se_6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65%  50%;
  color: #fff;
}

.btn-container {
  text-align: center;
  margin: 4em 0;
}

/* 丸角ボタン＋矢印 */
.arrow-btn-rounded {
  --arrow-color: #333;
  display: inline-block;
  border: 1px solid #b5b5ae;
  border-radius: 10px;
  padding: 10px 50px 10px 20px;
  color: var(--arrow-color);
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s ease,
              border-color 0.3s ease,
              color 0.3s ease;
  font-size: 20px;
}

/* 右矢印 */
.arrow-btn-rounded::after {
  content: '';
  position: absolute;
  top: 50%; /* 中央配置 */
  right: 20px;
  transform: translateY(-50%) skewX(45deg);
  width: 15px;
  height: 3px;
  border-bottom: 1px solid var(--arrow-color);
  border-right: 1px solid var(--arrow-color);
  transition: right 0.3s ease, border-color 0.3s ease;
}

/* ホバー時 */
.arrow-btn-rounded:hover {
  background-color: #b5b5ae;
  border-color: #b5b5ae;
  color: #fff;
}

.arrow-btn-rounded:hover::after {
  right: 15px; /* ホバーで矢印が右に少し移動 */
  border-color: #fff; /* ホバーで矢印を白に */
}


.over_op {
    position: relative;
    display: block;
    overflow: hidden;
}

.over_op::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); /* 初期は透明 */
    transition: background 0.3s ease;
}

.over_op:hover::after {
    background: rgba(0,0,0,0.4); /* ← ここでグレー（黒20％透明） */
}


/* ====================   西田呉服店について ===================== */

.pos_rea {
  position: relative;
   min-height: clamp(
    900px,
    calc((100vw - 378px) / 522 * 300 + 900px),
    1200px
  );
  margin-top: clamp(200px, calc((100vw - 378px) / 622 * 100 + 200px), 300px);
}


@media (max-width: 900px) {
  .pos_rea  {
  max-width: 900px;
  }
}


@media (min-width: 900px) {
  .pos_rea  {
    min-height: clamp(
    600px,
    calc((100vw - 900px) / 800 * 200 + 600px),
    800px
  );
  }
}


.pc_50_1{
  width: 70%;
  z-index: 300;
  position: absolute;
  top: 0;
}


@media (min-width: 900px) {
  .pc_50_1{
    width: 45%;
  }
}

.pc_50_2{
  position: absolute;
  width: 70%;
  top: clamp(200px, calc((100vw - 378px) / 522 * 100 + 200px), 300px);
  z-index: 100;
  right: 0;
}

.pc_50_3 {
  position: absolute;
  top: clamp(350px, calc((100vw - 378px) / 522 * 300 + 350px), 650px);
  z-index: 200;
  left:13%
}

@media (min-width: 500px) {
.pc_50_3 {
  left:22%
}
}


@media (min-width: 700px) {
.pc_50_3 {
  left:40%
}
}

@media (min-width: 900px) {
  .pc_50_3 {
  top: 0px;
  right: 10%;
  left: auto;
}

  }

.top_tate_f{
  writing-mode: vertical-rl;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-weight: normal;
  text-align: start; /* 縦書きの方向で自然にそろえる */
  position: relative;
}

.tate_tt{
  font-size: clamp(50px, calc((100vw - 900px) / 500 * 7 + 50px), 70px);
  margin-left: 20px;
}

@media (min-width: 900px) {
  .tate_tt{
  margin-left: 10%;
}
}



.tate_taxt{
  line-height: 2;
}


.detail-btn {
  position: absolute;
  writing-mode: horizontal-tb;
  bottom: -100px;
 left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 25px; /* ひし形と文字の間 */
  color: #000;
  text-decoration: none;
  font-size: 24px;
  font-family: 'Zen Old Mincho', serif;
  white-space: nowrap;
}


/* 黒いひし形アイコン */
.detail-btn .icon {
  width: 30px;
  height: 30px;
  background: #000;
  transform: rotate(45deg); /* ← ひし形にする */
  position: relative;
}

/* 矢印（>）をCSSだけで作る */
.detail-btn .icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

/* hover時の少し明るい演出（お好み） */
.detail-btn:hover .icon {
  background: #333;
  transition: 0.3s;
}

.detail-btn:hover {
  opacity: 0.9;
}

/* ====================   西田呉服店が選ばれる理由 ===================== */

@media (min-width: 900px) {
.pc_flex_t2{
  display: flex;
  margin-top: 40px;
}
}

.left_30{
text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 900px) {
.left_30{
  text-align: left;
   margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 20px;
  width: 40%;
}
}



.reason-anchor{
  overflow: hidden;
  clear: both;
  float: none;
}

@media (min-width: 600px) {
.reason-anchor{
  display: flex;
}
}

.pride_li li{
        display: block;
        padding-bottom: 5rem;
        align-items: center;
        position: relative;
    }

h1{
      padding-top: 5rem;
      overflow: hidden; /* floatの隣に配置 */
      font-size: clamp(20px, calc((100vw - 378px) / 522 * 10 + 30px), 16px);
    }



    h2{
      padding-top: 2rem;
        overflow: hidden; /* floatの隣に配置 */
      font-size: clamp(20px, calc((100vw - 378px) / 522 * 10 + 30px), 16px);
      font-weight: 600;
    }
