* {
  box-sizing: border-box;
}
body {
  width: 100%;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #333;
  font-family:"Hiragino Mincho ProN", YuMincho, serif;
}

p {
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0;
  }

/*共通はじまり*/
.tittle {
  width: 100%;
}
.photo, .top-lead {
  max-width: 1165px;
  margin: 0 auto;
  padding-top: 70px;
}
/*共通おしまい*/

/*ヘッダーはじまり*/
.header {
  box-sizing: border-box;
  width: 100%;
  height: 120px;/*190→120*/
  display: flex;
  align-items: center;
}
/*ハンバーガーメニューの線はじまり*/
.nav_toggle {
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 5%;
  width: 5rem;
  height: 1rem;
  z-index: 100;
}
.nav_toggle i{
  align-items: center;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3980C1;
  position: absolute;
  transition: transform .5s, opacity .5s;
  z-index: 10;
  border-radius: 10px;
}
.nav_toggle i:nth-child(1) {
  top: 0;
  width: 80px;
}
.nav_toggle i:nth-child(2) {
  bottom: 0;
  margin: auto;
  width: 80px;
}
/*ハンバーガーメニューの線クリック時はじまり*/
.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
  background-color: #3980C1;
  width: 60px;
  height: 2px;
  z-index: 10;
}
.nav_toggle.show i:nth-child(2) {
  transform: translateY(-4px) rotate(45deg);
  width: 60px;
  background-color: #3980C1;
  height: 2px;
  z-index: 10;
}
/*ハンバーガーメニューの線クリック時おしまい*/
/*ハンバーガーメニューの線おしまい*/
/*ハンバーガーメニューの中はじまり*/
.header-nav-item {
  display: flex;
  align-items: center;
}
.header-nav-menu {
  opacity: 0;
  transition: opacity .5s, visibility .5s;
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: fit-content;
}
.header-nav-menu.show {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  z-index: 10;
}
.nav_menu_ul{
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 3%;
}
.nav_menu_li{
  position: relative;
  line-height: 26px;
  letter-spacing: 0.3em;
  padding-bottom: 30px;
  color: #333;
  line-height: 400%;
  text-align: center;
}
.nav_menu_li a{
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  font-size: 18px;
}
/*ハンバーガーメニューの中おしまい*/
.header-item{
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.header-item a {
  position: relative;
  z-index: 5;
}
/*ロゴはじまり*/
.logo {
  /*width: 100%;
  max-width: 646px;*/
  height: 70px;
  margin: 0 auto;
}
/*ロゴおしまい*/
/*ショップアイコンはじまり*/
.header-nav {
  position: relative;
  align-items: center;
  display: inline-block;
}
.header-shopicon {
  width: 45px;
}
.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent; /* 見えない透明の背景 */
  z-index: 1;
}
/*ショップアイコンおしまい*/
/*ヘッダーおしまい*/

/*PHOTO はじまり*/

.top-lead p{
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  letter-spacing:0.2em;
  line-height: 1.7;
  padding-top: 16px;
  padding-bottom: 24px;
}

@media (max-width: 1024px) {
  .photo, .top-lead{
    max-width: 80%;
    padding-top: 70px;/*ここまだ*/
  }
  
  }
  @media (max-width: 430px) {
    .photo, .top-lead{
      max-width: 90%;
      padding-top: 40px;
    }
  }

  @media (max-width: 768px) {
    .photo p, .top-lead p{
      font-size: 12px;
    }
  }
  @media (max-width: 450px) {
    .photo p, .top-lead p{
      font-size: 10px;
    }
  }




/*レスポンシブはじまり*/



  @media (max-width: 768px) {
    .photo h3{
      font-size: 14px;
    }
    .photo span{
      font-size: 24px;
    }
  }
  @media (max-width: 450px) {
    .photo h3{
      font-size: 10px;
    }
    .photo span{
      font-size: 18px;
    }
  }

/*チェックまだ*/
.top-sentense{
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.7;
  padding-top: 100px;
}

.photo_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.photo_gallery img, .photo_gallery img{
  width: 100%;
}

.photo {
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: flex-start; /* 左寄せ（必要なら center に） */
}

.photo-header {
  align-items: center;
}

.photo h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.3em;
  line-height: 1.3;
  border-left: 4px solid #333;
  padding-left: 8px;
  white-space: nowrap; /* 改行を防ぐ */
}

.photo-tittle {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.3em;
  line-height: 1.3;
  padding: 4px 0 0 12px;
  white-space: nowrap; /* 改行を防ぐ */
}

.photo-t{
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.7;
  padding-top: 16px;
}
.photo-text{
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.7;
  padding-top: 8px;
  /*padding-top: 16px;タイトルを無くしたらこっちに戻す*/
  padding-bottom: 24px;
}
/*
.photo p:nth-of-type(2n){
  padding-top: 72px;
}
*/
.photo span{
  font-family: "absolute-beauty", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  top: -2px;
  position: relative;
}

/*PHOTO おしまい*/

/*footer*/
.footer {
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  overflow: hidden;
  margin-top: 60px;
  background-color: #f5f5f5;
}

.footer_contents{
  text-align: center;
  color: #333;
}

.footer_contents p{
  margin: 0 auto;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-top: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.15em;
}

/*footer 完了*/

/*レスポンシブ ヘッダーはじまり*/
@media (max-width: 1024px) {
  .header-nav-item {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .header{
    height: 120px;
  }
  /*.logo{
  max-width: 430px;
 }*/
}
@media (max-width: 450px) {
  .header{
    height: 80px;
  }
  .nav_toggle{
    width: 2.3rem;
  }
  .nav_toggle i:nth-child(1), .nav_toggle i:nth-child(2){
    width: 35px;
  }
  .nav_toggle.show i:nth-child(1), .nav_toggle.show i:nth-child(2){
    width: 30px;
  }
  .nav_menu_ul {
    padding-top: 15%;
  }
  .nav_menu_l1 {
    padding-bottom: 0;
    line-height: 0;
  }
  .nav_menu_li a{
    font-size: 12px;
  }
  .logo {
    /*width: 235px;*/
    height: 46px;
  }
  .header-shopicon {
    width: 30px;
  }
}
@media (max-width: 375px) {
  .header-shopicon {
    margin-right: 16px;
  }
}
@media (max-width: 320px) {
  .nav_toggle i:nth-child(1), .nav_toggle i:nth-child(2){
    width: 30px;
  }
  /*.logo {
    width: 200px;
  }*/
  .header-shopicon {
    width: 20px;
    margin-right: 24px;
  }
}


/*レスポンシブ BRAND talk.はじまり*//*ここまだ*/
@media (max-width: 1024px) {
  .talk_img01{
    width: 100%;
  }
}
/*レスポンシブおしまい*/
