/*//////////////
基本情報
//////////////*/

body{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7rem;
  letter-spacing: 0.08rem;  
}
#wrapper{
  width: 1300px;
  margin: auto;
}
section{
  padding-bottom: 10rem;
}
h1{
  visibility: collapse;
}
h2,h4{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
h2{
  font-size: 40px;
  padding-bottom: 2rem;
  letter-spacing: 0;
  padding-bottom: 3rem;
}
h4{
  font-size: 30px;
  padding-bottom: 1rem;
}
h5{
  text-align: center;
  font-weight: 800;
  font-size: larger;
  padding-bottom: 3rem;
}
h6{
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 5rem;
}
img{
  width: 100%;
}
#full-width{
  padding-bottom: 10rem;
}
.brand_intro,
.model_intro{
  width: 80%;
  margin: auto;
  margin-bottom: 4rem;
}
.flex{
  display: flex;
}
.center{
  text-align: center;
}
.carousel {
  width: 1300px;
  display: flex;
  align-items:center;
  padding-bottom: 2rem;
}
.carousel_img {
  width: 33.33%;
  box-sizing: border-box;
  margin: 0.5rem;

}
.item_text{
  font-size: 0.95rem;
  line-height:1.5rem;
  letter-spacing: 0.05rem;
}
.price{
  color:#383838;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.full_width_item,
.nishijin_item{
  animation: 1s;
}
.full_width_item li:hover,
.nishijin_item li:hover,
.kotetsu_item img:hover,
.column02_item li:hover{
  opacity: 0.8;
  transform: scale(1.05);
}
/*//////////////
スクロールアニメーション
//////////////*/
.js-fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/*//////////////
導入
//////////////*/
.logo{
  display: block;
  width: 200px;
  margin: auto;
}
.brand_image{
  display: block;
  width: 500px;
  margin: auto;
}
#full-width{
  margin-bottom:2rem;
}
/*//////////////
全画面商品リスト
//////////////*/
.full_width_item{
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}
.full_width_item li{
  width: 20%;
  box-sizing: border-box;
  padding: 0.5rem;
  position: relative;
  z-index: 0;
}
.full_width_item li img{
  width: 100%;
}
/*//////////////
サンダル
//////////////*/
.relative{
  position: relative;
  overflow: visible;
}
.icon {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9999;
  color: #fff;
  font-weight: bold;
  background-color: #3a3a3a;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  pointer-events: none;
  text-align: center;
  /* ↓文字中央揃えに必要 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
}

/*//////////////
西陣織
//////////////*/
.model_sub{
  font-size: 1.5rem;
}
.nishijin_flex{
  width: 100%;
  display: flex;
  gap: 1rem;
}
.nishijin_img{
  width: 400px;
}
.nishijin_right{
  width: 900px;
}
.nishijin_item{
  display: flex;
  margin-top: 2rem;
}
.nishijin_item li{
  width: 33.33%;
  max-width: 250px;
  box-sizing: border-box;
  margin: 0.5rem;
}
/*//////////////
KOTETSU
//////////////*/
.shippori{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal; 
  text-align: center; 
  letter-spacing: 0.05rem;
  padding: 3rem 0;
}
.kotetsu_pic01{
  width: 400px;
  box-sizing: border-box;
  padding:0 1rem;
}
.kubo{
  width: 900px;
}
.kotetsu_pic02,
.kotetsu_pic03{
  width: 400px;
}
.kotetsu_text{
  width: 650px;
  box-sizing: border-box;
  padding:0 1rem;
}
.kotetsu_item{
  width: 250px;
}
/*//////////////
LENZAN
//////////////*/
.flex_center{
  align-items: center;
}
.column02_sec{
  width: 1000px;
  margin: auto;
}
.lenzan_pic,
.honeycomb_01,
.puerh_01,
.campknit_01,
.solin_01{
  width: 400px;
}
.column02{
  width: 600px;
}
.column02_item{
  width: 600px;
  display: flex;
  margin: auto;
  justify-content: center;
  gap: 1rem;
}
.column02_item li{
width: 250px;
}
.pb{
  padding-bottom: 4rem;
}
/*//////////////
IWANO2
//////////////*/
.jc{
  justify-content: center;
}
/*//////////////
ボタン
//////////////*/
.button a {
  display: block;
  width: fit-content;
  padding: 10px 20px;
  margin: auto;
  font-size: 0.8rem;
  text-align: center;
  color: #fff;
  background-color: #000;
  border: 1px #000 solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button a:hover {
  color: #000;
  background-color: #fff;
}
.button {
  margin: 3rem 0;
}
/*//////////////
フッター
//////////////*/
.real_shop {
  max-width: 1200px;
  margin: 120px auto 80px;
  padding: 0 0.5rem;
}
.real_shop p {
  text-align: center;
}
.viewmore2 {
  background-color: #000;
  max-width: 1000px;
  height: 300px;
  margin: 0 auto 30px;
  position: relative;
  background-image: url(https://www.nextfocus.jp/RealShop/img/realshoptopimage.jpg);
  background-size: 200%;
  background-position: bottom;
}
.viewmore2 a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.viewmore2 .viewmore_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 0.5rem;
  padding: 0.5rem;
  z-index: 2;
}
.viewmore2 .viewmore_inner p {
  font-family:"Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.viewmore2 .border {
  max-width: 300px;
  height: 60px;
  margin: 20px auto 0;
  border: 1px solid #fff;
  position: relative;
}
.viewmore2 .border p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.viewmore2 p {
  z-index: 3;
  color: #fff;
}
.viewmore2 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.viewmore2 .border::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.viewmore2 .title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  margin-bottom: 10px;
}
.real_shop > .common_title,
.real_shop > .lineup_title_ja {
  text-align: center;
}

/*//////////////
小型ディスプレイ
//////////////*/
@media screen and (max-width: 1299px) and (min-width: 761px){
/*//////////////
基本情報
//////////////*/
#wrapper{
  width: 100%;
}
section{
  padding-bottom: 10rem;
}
.brand_intro,
.model_intro,
.pb{
  width: 80%;
  margin-bottom: 4rem;
}

.carousel {
  width: 100%;
}

/*//////////////
導入
//////////////*/
.logo{
  width:10%;
}
.brand_image{
  width: 50%;
}
/*//////////////
全画面商品リスト
//////////////*/

.full_width_item li{
  width: 25%;
  padding: 0.8rem;
}

/*//////////////
西陣織
//////////////*/
.nishijin_flex{
  width: 100%;
  display: flex;
  gap: 1rem;
}
.nishijin_img{
  width: 35%;
}
.nishijin_right{
  width: 60%;
}
.nishijin_item li{
  width: 33.33%;
}
/*//////////////
KOTETSU
//////////////*/
.kotetsu_mobile{
flex-direction: column;
}

.kotetsu_pic01{
  margin: auto;
}
.kubo{
  width: 80%;
  margin: auto;
}
.kotetsu_pic02,
.kotetsu_pic03{
  width: 80%;
  margin: auto;
  padding-bottom: 2rem;
}
.kotetsu_text{
  width:80%;
  margin: auto;
  padding-bottom: 2rem;
}
.kotetsu_item{
  width: 250px;
  margin: auto;
}
/*//////////////
LENZAN
//////////////*/

.column02_sec{
  width: 100%;
  margin: auto;
}
.lenzan_pic,
.honeycomb_01,
.puerh_01,
.campknit_01,
.solin_01{
  width: 40%;
}
.column02{
  width: 60%;
}
.column02_item{
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
  gap: 1rem;
}
.column02_item li{
width: 250px;
}
.pb{
  padding-bottom: 4rem;
  margin: auto;
}

}
@media screen and (max-width: 760px){

/*//////////////
基本情報
//////////////*/
section{
  padding-bottom: 7rem;
}
.brand_intro,
.model_intro,
.pb{
  width: 80%;
  margin-bottom: 4rem;
}
/*//////////////
導入
//////////////*/
.logo{
  width:30%;
}
.brand_image{
  width: 80%;
}
/*//////////////
カルーセルセクション
//////////////*/  
  html,
  body {
    overflow-x: hidden;
  }

  #wrapper {
    overflow-x: hidden;
    width: 100%;
  }

  section:not(.carousel_section) {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
.carousel_section {
    /* wrapperのoverflow:hiddenを突破するためにmarginで画面幅いっぱいに広げる */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2rem;
  }

  .carousel_section::-webkit-scrollbar {
    display: none;
  }

  .carousel {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 16px;
    width: max-content;
  }

  .carousel_img {
    flex-shrink: 0;
    width: 80vw;
    max-width: 320px;
  }

  .carousel_img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
  }
    .viewmore {
      max-width: 400px;
      margin: 0 5%;
    }
    .viewmore2 {
      height: 380px;
      background-repeat: no-repeat;
      background-size: 500%;
      background-position: bottom;
    }
    .real_shop {
      margin: 80px auto 80px;
    }
    .viewmore2 a::after {
      background-color: rgba(0, 0, 0, 0.6);
    }

/*//////////////
全画面商品リスト
//////////////*/
.full_width_item li{
  width: 50%;
  padding: 0.8rem;
}

/*//////////////
西陣織
//////////////*/
.nishijin_flex{
  display: flex;
  flex-direction: column;
}

.nishijin_img{
  width: 80%;
  margin: auto;
}
.nishijin_right{
  width: 100%;
}
.nishijin_right p{
  width: 80%;
  margin: auto;
}
.nishijin_item{
  flex-wrap:wrap;
  width: 100%;
}
.nishijin_item li{
    width: calc(50% - 2rem);
    max-width: none;
    box-sizing: border-box;
    margin: 1rem;
}
/*//////////////
KOTETSU
//////////////*/
.kotetsu_mobile{
flex-direction: column;
}

.kotetsu_pic01{
  margin: auto;
}
.kubo{
  width: 80%;
  margin: auto;
}
.kotetsu_pic02,
.kotetsu_pic03{
  width: 80%;
  margin: auto;
  padding-bottom: 2rem;
}
.kotetsu_text{
  width:80%;
  margin: auto;
  padding-bottom: 2rem;
}
.kotetsu_item{
  width: 50%;
  margin: auto;
}
/*//////////////
LENZAN
//////////////*/
.mobile{
flex-direction: column;
}
.column02_sec{
  width: 100%;
  margin: auto;
}
.nishijin_img,
.lenzan_pic,
.honeycomb_01,
.puerh_01,
.campknit_01,
.solin_01{
  width: 100%;
  padding-bottom: 3rem;
}
.column02{
  width: 100%;
}
.column02_item{
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
gap: 0;
}
.column02_item li{
width: auto;
box-sizing: border-box;
margin: 1rem;
}
.pb{
  padding-bottom: 4rem;
  margin: auto;
}
/*//////////////
SOLIN
//////////////*/
.solin_mobile li{
width: 50%;
}
}