@charset "utf-8";
/*  home.css
---------------------------------------------- */
/*  pc
---------------------------------------------- */
main {
  margin-top: 0;
}

/*--------------------------------
 header 
 --------------------------------*/
.h_home {
  border: none;
  background: none;
}
.h_home h1 {
  visibility: hidden;
}
.h_home .menu li a {
  color: #fff;
}

/*--------------------------------
 mv 
 --------------------------------*/
#mv {
  position: relative;
  height: 95vh;
}
#mv .swiper {
  width: 100%;
  height: 100%;
}
#mv .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .swiper .swiper-slide {
  position: relative;
}
#mv .swiper .mv01::before {
  content: "創業1925年";
  position: absolute;
  top: 110px;
  left: calc(130px + 3%);
  color: #fff;
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
#mv .swiper .mv02 {
  padding-left: 130px;
  background: #010d1b;
}
#mv .swiper .mv02 img {
  object-fit: contain;
  object-position: center;
}
#mv .mv_txt,
#mv .mv_shop {
  position: absolute;
  z-index: 2;
}
#mv .mv_txt {
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  color: #fff;
}
#mv .mv_txt .catch {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 6rem;
}
#mv .mv_txt .catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 45px;
  height: 1px;
  background: #fff;
}
#mv .mv_txt .name {
  width: 160px;
}
#mv .mv_shop {
  padding-top: 4%;
  top: 0;
  left: 0;
  width: 130px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 7%;
  background: rgba(163, 213, 219, 0.8);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 18px;
}
#mv .mv_shop img {
  width: 60px;
}

/*--------------------------------
 news 
 --------------------------------*/
#news {
  padding: 80px 0 120px;
  background: url(../common/img/bg_news.jpg) no-repeat center / cover;
}
#news .news_cont {
  padding: 20px 3% 30px;
  margin-bottom: 60px;
}

/*--------------------------------
 butsu 
 --------------------------------*/
#butsu {
  padding: 110px 0;
  background: url(../../assets/img/home/butsu_parts.png) repeat-x center top / auto 25px,
    url(../../assets/img/home/butsu_parts.png) repeat-x center bottom / auto 25px,
    url(../common/img/bg_butsu.png) no-repeat center / cover;
}
#butsu .btn {
  height: 60px;
  background: #b22222;
}
#butsu .butu_img img {
  bottom: -10px;
}
#butsu .butu_note {
  margin-top: 10px;
  font-size: 1.4rem;
}

/*--------------------------------
 shop 
 --------------------------------*/
#shop {
  padding: 60px 0 100px;
}
#shop .shop_cont {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}
#shop .shop_info {
  width: calc(100% - 32%);
}
#shop .shop_info .head {
  font-size: 2rem;
  font-weight: 700;
}
#shop .shop_info .catch {
  font-size: 4rem;
  font-weight: 700;
  color: #b22222;
}
#shop .shop_info .txt {
  margin: 50px 0 20px;
  line-height: 1.6;
}
#shop .shop_info .imp {
  display: inline;
  font-weight: 700;
  border-bottom: 1px solid #b22222;
  color: #b22222;
}
#shop .shop_info .access {
  width: fit-content;
  margin-top: 60px;
  padding: 20px;
  background: url(../common/img/bg_sub.png) repeat;
}
#shop .shop_info .access .access_wrap {
  padding: 30px 35px;
  background: #fff;
}
#shop .shop_info .access .access_ttl {
  font-weight: 700;
  font-size: 2.5rem;
}
#shop .shop_info .access .access_txt {
  margin: 10px;
}
#shop .shop_info .access .btn {
  height: 50px;
  margin-top: 30px;
  font-size: 1.9rem;
}
#shop .shop_img {
  position: relative;
  right: -3%;
  width: 30%;
}
#shop .shop_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*--------------------------------
 info 
 --------------------------------*/
#info {
  position: relative;
  padding-top: 160px;
}
#info .info_inner {
  padding: 10px;
  background: #87bcc3f5;
}
#info .info_inner .info_wrap {
  padding: 60px 2%;
  background: #fff;
}
#info .info_inner .info_wrap > div {
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10%;
}
#info .info_inner .info_heading {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  writing-mode: vertical-rl;
  font-size: 3rem;
}
#info .info_inner .info_heading::after {
  content: "";
  width: 1px;
  height: 35px;
  background: #afafaf;
}
#info .guide {
  font-size: 2.4rem;
}
#info .guide .guide_cont,
#info .strong .strong_cont {
  width: 80%;
}
#info .guide .guide_floor {
  margin-bottom: 20px;
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
}
#info .guide .guide_floor li {
  display: flex;
  align-items: stretch;
}
#info .guide .guide_floor li .num {
  width: 80px;
  font-size: 2.6rem;
  font-family: "Judson", serif;
  text-align: center;
  align-content: center;
  color: #fff;
  background: #b9b5b5;
  border-bottom: 1px solid #fff;
  flex: 0 0 auto;
}
#info .guide .guide_floor li .txt {
  padding: 20px;
  border-bottom: 1px solid #afafaf;
  flex: 1;
}
#info .strong {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid #87bcc3f5;
}
#info .strong .bnr {
  display: block;
  margin-top: 20px;
  transition: all 0.3s;
}
#info .strong .bnr:hover {
  opacity: 0.7;
}
#info .strong .strong_main {
  margin: 50px 0 20px;
}
#info .strong .strong_main p {
  text-align: center;
  font-size: 2.4rem;
}
#info .strong .strong_list {
  margin-top: 10px;
  padding: 10px 30px;
  background: #f6f6ec;
  font-size: 2.4rem;
}
#info .strong .strong_list li {
  position: relative;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
#info .strong .strong_list li::before {
  content: attr(data-num);
  font-family: "Judson", serif;
  font-size: 4rem;
  color: #68a5ad;
}
#info .strong .strong_cont .date {
  margin-top: 25px;
  text-align: right;
  font-size: 1.6rem;
}

/*--------------------------------
 product 
 --------------------------------*/
#product {
  position: relative;
  padding: 160px 0;
}
#product .product_swiper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}
#product .product_swiper li .img {
  aspect-ratio: 1/1;
}
#product .product_swiper li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product .product_swiper li .name {
  margin-top: 10px;
  text-align: center;
}
#product .swiper-pagination {
  margin: 80px 0;
  position: initial;
  height: 3px;
  background: rgba(0, 0, 0, 0.1);
}
#product .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #707070 !important;
}
#product .btn_wrap > div {
  width: 60px;
  height: 60px;
  background: #c7c7c7;
  color: #fff;
  transform: translateY(calc(-50% - 60px));
}
#product .btn_wrap .swiper-button-prev {
  left: -10px;
}
#product .btn_wrap .swiper-button-next {
  right: -10px;
}
#product .btn_wrap > div::after {
  font-size: 24px;
}

/*  mobile & smart phone
---------------------------------------------- */
@media only screen and (max-width: 1090px) {
  /*--------------------------------
  header 
  --------------------------------*/
  .h_home .hbg span {
    background: #fff;
  }
  .h_home .menu li a {
    color: inherit;
  }
  .h_home .hbg.js_open span {
    background: #707070;
  }
}

@media only screen and (max-width: 959px) {
  /*--------------------------------
 mv 
 --------------------------------*/
  #mv {
    height: 25vh;
  }
  #mv .swiper .mv03 img,
  #mv .swiper .mv01 img {
    object-position: 90% center;
  }
  #mv .swiper .mv01::before {
    top: 15px;
    left: 4%;
    font-size: 2.5rem;
  }
  #mv .swiper .mv02 {
    padding: 0 5%;
  }
  #mv .mv_txt {
    left: 5%;
  }
  #mv .mv_shop {
    display: none;
  }

  /*--------------------------------
 news 
 --------------------------------*/
  #news {
    padding: 60px 0 80px;
    background: url(../common/img/bg_news.jpg) repeat-y center / 100%;
  }
  #news .news_cont {
    padding: 10px 5% 20px;
    margin-bottom: 30px;
  }

  /*--------------------------------
 butsu 
 --------------------------------*/
  #butsu {
    padding: 90px 0 20%;
  }
  #butsu .btn {
    height: 50px;
    margin-bottom: 30px;
  }

  /*--------------------------------
 shop 
 --------------------------------*/
  #shop {
    padding: 70px 0 90px;
  }
  #shop .shop_cont {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 0;
    padding-right: 0;
  }
  #shop .shop_info {
    width: 100%;
  }
  #shop .shop_info .txt {
    margin: 20px 0 10px;
  }
  #shop .shop_info .access {
    width: 100%;
    padding: 15px;
  }
  #shop .shop_info .access .access_wrap {
    padding: 25px 25px 30px;
  }
  #shop .shop_info .access .btn {
    height: 45px;
  }
  #shop .shop_img {
    position: absolute;
    right: -10%;
    bottom: -75px;
    width: 60%;
    opacity: 0.2;
  }

  /*--------------------------------
 info 
 --------------------------------*/
  #info {
    padding-top: 100px;
  }
  #info .info_inner {
    padding: 5px;
  }
  #info .info_inner .info_wrap {
    padding: 40px 5% 30px;
  }
  #info .info_inner .info_wrap > div {
    padding: 0;
    flex-direction: column;
    gap: 30px;
  }
  #info .info_inner .info_heading {
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    writing-mode: inherit;
    font-size: 3rem;
  }
  #info .info_inner .info_heading::after {
    width: 20px;
    height: 1px;
  }
  #info .guide .guide_cont,
  #info .strong .strong_cont {
    width: 100%;
  }
  #info .guide .guide_floor {
    margin-bottom: 10px;
  }
  #info .guide .guide_floor li .num {
    width: 30px;
    font-size: 2rem;
  }
  #info .guide .guide_floor li .txt {
    padding: 10px;
    font-size: 1.3rem;
  }
  #info .guide .guide_txt {
    font-size: 1.6rem;
  }
  #info .strong {
    margin-top: 45px;
    padding-top: 40px !important;
  }
  #info .strong .strong_main {
    margin: 30px 0 5px;
  }
  #info .strong .strong_main p {
    line-height: 1.3;
    font-size: 1.8rem;
  }
  #info .strong .bnr {
    margin-top: 15px;
  }
  #info .strong .strong_list {
    margin-top: 5px;
    padding: 10px;
    font-size: 1.3rem;
  }
  #info .strong .strong_list li {
    margin: 0;
    align-items: baseline;
    gap: 5px;
    line-height: 1.3;
  }
  #info .strong .strong_list li::before {
    position: relative;
    font-size: 1.8rem;
  }
  #info .strong .strong_cont .txt {
    font-size: 1.6rem;
  }
  #info .strong .strong_cont .date {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  /*--------------------------------
 product 
 --------------------------------*/
  #product {
    padding: 100px 0;
  }
  #product .swiper-pagination {
    margin: 50px 0;
  }
  #product .btn_wrap > div {
    width: 40px;
    height: 40px;
    transform: translateY(calc(-50% - 40px));
  }
  #product .btn_wrap > div::after {
    font-size: 18px;
  }
}
