/* hero */
.hero_container {
  width: 100%;
  height: 800px;
}
.hero_slider {
  width: 100%;
  height: 800px;
  overflow: visible;
  position: relative;
}
.hero_slider div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: slide-fade;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
@keyframes slide-fade {
  0% {opacity: 0;}
  20% {opacity: 1;}
  80% {opacity: 0;}
  100% {opacity: 0; z-index: 0;}
}

.hero_slider div:first-of-type {
  background-image: url(./images/slide1.jpg);
  position: fixed;
  z-index: -10;
}
.hero_slider div:nth-of-type(2) {
  background-image: url(./images/slide2.jpg);
  animation-delay: 7s;
  position: fixed;
  z-index: -10;
}
.hero_slider div:last-of-type {
  background-image: url(./images/slide3.jpg);
  animation-delay: 14s;
  position: fixed;
  z-index: -10;
}
h1{
  font-family: "Hina Mincho", serif;
  color: #fff;
  font-size: 2.813em;
  position: absolute;
  top: 68%;
  left: 5%;
  z-index: 888;
}
h1>span{
  font-size: 0.667em;
  display: block;
  letter-spacing: -.02em;
}

@media(max-width:765px){
  h1{
    top: 47%;
    font-size: 1.5em;
  }
}
@media(max-width:765px){
  h1{
    top: 75%;
  }
}


/* ------------ news ------------- */
/* top news*/
.top_news{
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
}
.top_news_container{
  max-width: 1200px;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
  gap: 10%;
  margin: auto;
}

ul.top_news_list{
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-start;
}
ul.top_news_list li{
  display: inline-block;
  font-family: var(--sans);
  font-size: 1em;
  padding: 5px 0;
}
ul.top_news_list li>a{
  color: var(--black);
}
ul.top_news_list li>a:hover{
  color: var(--color);
}

@media(max-width:765px){
  .top_news_container{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}

/* page-news */
.news_list{
  margin-bottom: 90px;
}
.news_list_container{
  max-width: 800px;
  width: 100%;
  height: auto;
  padding: 60px 15px 0;
  margin: 0 auto;
  text-align: center;
}
ul.news_list_item li{
  margin-bottom: 20px;
  font-family: var(--sans);
  text-align: justify;
  border-bottom: 1px dotted var(--color);
}
}
ul.news_list_item li:last-child{
  border: 0;
}

ul.news_list_item li p{
  padding: 5px 10px;
  color: #555;
}
@media(max-width:765px){
  .news_list{
    margin-bottom: 60px;
  }
}

/* single-news */
.news_single{
  margin-bottom: 90px;

}
.news_single_container{
  max-width: 800px;
  width: 100%;
  height: auto;
  padding: 60px 15px 0;
  margin: 0 auto;
  text-align: justify;
}
.news_date{
  font-family: var(--sans);
}
h4.news_single_title{
  font-family: var(--sans);
  font-size: 1.125em;
  margin-bottom: 1.875em;
}
.news_single_content{
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 30px;
}

.news_single_nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: auto;
}
.prav,
.next,
.back_list a{
  font-size: 1em;
  color: var(--black);
}
.prav a:hover,
.next a:hover,
.back_list a:hover{
  color: var(--color);
}
@media(max-width:765px){
  .news_single{
    margin-bottom: 60px;
  }
}

/* ------------ top About ------------- */
.top_about {
  width: 100%;
  height: 1160px;
  background-image: linear-gradient(90deg, #b21d1d, #7c1212);
}
.top_about_container{
  width: 100%;
  /* padding: 130px 0; */
  position: relative;
}
.top_about_imgBox{
  width: 60%;
  height: 900px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('./images/top_aboutimg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 130px 0;
}
.top_about_textBox{
  max-width: 800px;
  height: auto;
  margin-left: 15px;
  position: absolute;
  top: 350px;
  left: 10%;
  background-color: #fff;
  display: block;
  padding: 40px;
  text-align: center;
}
.top_about_container::after{
  content: "ABOUT US";
  position: absolute;
  top: 880;
  right: 0;
  font-size: 12.5em;
  color: #fff;
  mix-blend-mode: overlay;
}
.top_about_textBox>p{
  text-align: left;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media(max-width:1200px){
  .top_about_container::after{
  top: 950;
  font-size: 8.5em;
  }
  .top_about_imgBox{
    width: 85%;
  }
  .top_about_textBox{
    width: 95%;
    top: 400;
    left: 0;
  }
}
@media(max-width:765px){
  .top_about{
    height: 1000px;
  }
  .top_about_container::after{
  font-size: 6em;
  top: 800;
  }
  .top_about_imgBox{
    width: 90%;
    height: auto;
    height: 600px;
    margin: 90px 0;
  }
  .top_about_textBox{
    left: 0;
    padding: 30px;
    height: auto;
  }
}
@media(max-width:550px){
  .top_about_container::after{
  top: 900;
  font-size: 4.5em;
  }
  .top_about_imgBox{
    width: 100%;
    height: 400px;
  }
}

/* top-link */
.top_link_wrap{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.top_link_container{
  display: flex;
  align-items: flex-start;
}
.top_link_product{
  width: 60%;
  height: 700px;
  display: block;
  position: relative;
}
.product_link_trigger{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  text-decoration: none;
  z-index: 5;
}
.top_link_product_container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background-image: url('./images/top_product_bgc.jpg');
  background-size: cover;
  background-position: center;
}
.top_link_product_container::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('./images/top_product_bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}
.product_link_trigger:hover + .top_link_product_container::after{
  opacity: 0;
}
.top_name_product {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  font-size: 6.25em;
  color: #fff;
  padding: 60px 0 20px 100px;
  z-index: 0;
  box-sizing: border-box;
}
.top_name_product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 205, 59, .5);
  z-index: -1;
}


.top_link_shop{
  width: 40%;
  height: 700px;
  display: block;
  position: relative;
}
.shop_link_trigger{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  text-decoration: none;
  z-index: 5;
}
.top_link_shop_container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background-image: url('./images/top_shop_bgc.jpg');
  background-size: cover;
  background-position: center;
}
.top_link_shop_container::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('./images/top_shop_bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}
.shop_link_trigger:hover + .top_link_shop_container::after{
  opacity: 0;
}
.top_name_shop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  font-size: 6.25em;
  color: #fff;
  padding: 60px 0 20px  100px;
  z-index: 0;
}
.top_name_shop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 114, 95, .5);
  z-index: -1;
}

.top_link_contact{
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
}
.contact_link_trigger{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 300px;
  text-decoration: none;
  z-index: 3;
}
.top_link_contact_container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background-image: url('./images/top_contact_bgc.jpg');
  background-size: cover;
  background-position: center;
}
.top_link_contact_container::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('./images/top_contact_bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}
.contact_link_trigger:hover + .top_link_contact_container::after{
  opacity: 0;
}
.top_name_contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  font-size: 6.25em;
  color: #fff;
  padding: 160px 0 20px  100px;
  z-index: 2;
}
.top_name_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba( 7, 33, 116, .5);
  z-index: -1;
}
.top_name_ja{
  font-size: 20px;
  display: block;
  line-height: .1;
}
.top_contact_info{
  display: block;
  width: 36%;
  height: 180px;
  background: #000;
  color: #fff;
  font-size: 1.125em;
  padding: 50px 10px;
  text-align: center;
  position: absolute;
  top: 60px;
  right: 8%;
  z-index: 3;
  box-sizing: border-box;
}

@media(max-width:1200px){
  .top_name_product,
  .top_name_shop{
    font-size: 5em;
    padding: 60px 0 20px 80px;
  }
  .top_name_contact{
    font-size: 5em;
    padding: 160px 0 20px 80px;
  }
}
@media(max-width:1000px){
  .top_link_product,
  .top_link_shop{
    height: 500px;
  }
  .top_name_product,
  .top_name_shop{
    font-size: 4.375em;
    padding: 60px 0 20px 20px;
  }
  .top_name_contact{
    font-size: 4.375em;
    padding: 160px 0 20px 20px;
  }
}
@media(max-width:765px){
  .top_link_container{
    flex-direction: column;
  }
  .top_link_product,
  .top_link_shop,
  .top_link_contact{
    width: 100%;
    height: 400px;
  }
  .top_contact_info{
    width: 80%;
    height: 130px;
    font-size: 1em;
    top: 35px;
    right: 10%;
    padding: 40px 10px;
  }
  .contact_link_trigger,
  .top_name_contact{
    width: 100%;
    height: 200px;
    padding: 60px 0 20px 20px;
  }
}

@media(max-width:550px){
  .top_link_product,
  .top_link_shop,
  .top_link_contact{
    width: 100%;
    height: 360px;
  }
  .product_link_trigger,
  .shop_link_trigger,
  .contact_link_trigger{
    width: 100%;
    height: 150px;
  }
  .top_name_product,
  .top_name_shop,
  .top_name_contact{
    height: 150px;
    font-size: 4em;
    padding: 60px 0 20px 10px;
  }
  .top_contact_info{
    padding: 20px 10px;
  }
}
/* ------------ page-mv ------------- */
.page_mv{
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 90px;
}
.page_mv_inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.page_mv_title{
  font-size: 5.625em;
  font-weight: 900;
  color: #fff;
  mix-blend-mode: overlay;
  position: absolute;
  top: 40%;
  left: 18%;
}

@media(max-width:765px){
  .page_mv_title{
    font-size: 4.5em;
    top: 45%;
    left: 2%;
  }
}
@media(max-width:550px){
  .page_mv{
    height: 400px;
    margin-bottom: 60px;
  }
  .page_mv_title{
    font-size: 3.5em;
  }
}
/* ------------ About ------------- */
.about_mv_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(./images/about_mv.jpg);
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
  opacity: .6;
}

.about_message_container{
  width: 100%;
  height: 800px;
  margin-bottom: 90px;
  position: relative;
}
.about_message_bg{
  width: 75%;
  height: 600px;
  background: url(./images/about_img.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 0;
}
.about_message_text{
  width: 600px;
  height: auto;
  background-color: #f2f0f0;
  padding: 40px 60px;
  color: var(--black);
  font-size: 1.125em;
  line-height: 1.8;
  position: absolute;
  top: 0;
  left: 18%;
  z-index: 1;
}
.about_message_text>span{
  display: block;
  font-size: 1.25em;
  color: var(--color);
  margin-bottom: 30px;
}

@media(max-width:765px){
  .about_message_bg{
    width: 90%;
    height: 450px;
    bottom: 0;
  }
  .about_message_text{
    width: 500px;
    height: auto;
    font-size: 1em;
    padding: 30px;
    left: 30px;
  }
}
@media(max-width:550px){
  .about_message_text{
    width: 93%;
    line-height: 1.7;
    padding: 20px 15px;
    left: 20px;
  }
  .about_message_text>span{
    margin-bottom: 20px;
  }
}

.about_company{
  width: 100%;
  height: max-content;
  margin: 0 auto 180px;
  display: block;
  text-align: center;
}
.about_company_container{
  max-width: 900px;
  height: 100%;
  margin: auto;
  padding: 0 15px;
  position: relative;
}
table.about_company_inner{
  max-width: 800px;
  width: 100%;
  height:100%;
  margin: auto;
  font-size: 16px;
  background-color: #fff;
}
table.about_company_inner::before{
  content: "";
  width: 100%;
  max-width: 600px;
  height: 900px;
  background-color: var(--color);
  opacity: .8;
  position: absolute;
  top: 160px;
  right: 0;
  z-index: -1;
}
table.about_company_inner tbody>tr>th{
  width: 25%;
  font-size: 1em;
  color: #fff;
  text-align: justify;
  text-align-last: justify;
  vertical-align: top;
  padding: 15px 20px;
  background-color: rgba(124, 18, 18, 0.9);
}
table.about_company_inner tbody>tr>td{
  width: 100%;
  font-size: 1em;
  text-align: left;
  padding: 15px 20px;
  border-bottom: 1px solid var(--black);
}
table.about_company_inner tbody tr:last-child td{
  border-bottom: none;
}

@media(max-width:550px){
  .about_company{
    margin: 0 auto 90px;
  }
  table.about_company_inner tbody>tr>th{
    width: 100%;
    display: inline-block;
    text-align: left;
    text-align-last: left;
  }
  table.about_company_inner tbody>tr>td{
    display: inline-block;
    width: 100%;
  }
}

.about_external{
  width: 100%;
  height: auto;
  margin: 0 auto 180px;
  padding: 0 15px;
  text-align: center;
}
table.about_external_container{
  max-width: 800px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  font-family: var(--sans);
}
table.about_external_container tr{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
}
table.about_external_container tr th{
  width: 40%;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1.5px solid var(--color);
}
table.about_external_container tr td.about_weblinkBox{
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1.5px solid var(--black); 
}
.about_weblink{
  width: 33%;
  font-size: 1em;
  text-align: center; 
}

@media(max-width:765px){
  table.about_external_container{
    max-width: 550px;
  }
  table.about_external_container tr{
    flex-direction: column;
    margin-bottom: 20px;
  }
  table.about_external_container tr th,
  table.about_external_container tr td.about_weblinkBox{
    width: 100%;
    text-align: center;
  }
}

/* ------------ Product ------------- */
.product_mv_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(./images/product_mv.jpg);
  background-size: cover;
  background-position-x: center;
  background-position-y: -300px;
  z-index: -1;
  opacity: .6;
}
.product_container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 180px;
  padding: 0 15px;
  text-align: center;
}
.product_sidebar{
  position: sticky;
  top: 70px;
  background: rgba(255, 255, 255, .7);
  z-index: 2;
}
ul.product_category_link{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  font-size: 1em;
  font-family: var(--sans);
  font-weight: 600;
  padding: 10px;
}
.product_category_link li{
  margin-bottom: 10px;
}
.product_category_link li.is-active a{
  font-weight: bold;
  color: rgb(142, 19, 19);
}
.product_main{
  flex: 1;
  width: 100%;
  text-align: center;
  margin: 50px auto 90px;
}
.product_items{
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  gap: 30px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .4s ease, transform .4s ease;
}
.product_items.is-show {
  opacity: 1;
  transform: translateY(0);
}

.product_item{
  display: flex;
  flex-direction: column;
}
.product_image{
  width: 100%;
  aspect-ratio: 4 /3;
  overflow: hidden;
}
.product_image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_title{
  font-family: 1em;
  margin: 15px 0 10px;
}
.product_text{
  /* margin-top: auto; */
  text-align: justify;
  font-size: .875em;
  line-height: 1.7;
  padding: 0 15px;
}
table.product_type_table{
  margin-bottom: 5px;
}
table.product_type_table tr th{
  font-size: 14px;
  width: 43px;
  vertical-align: baseline;
}
table.product_type_table tr td{
  font-size: 14px;
}

.shop_bnr_link{
  display: block;
}
.shop_bnr_link img{
  max-width: 640px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* ------------ Contact ------------- */
.contact_mv_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(./images/contact_mv.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: .6;
}
.contact_container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 180px;
  padding: 0 15px;
}
.contact_info{
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.contact_info p{
  max-width: 500px;
  width: 100%;
  text-align: left;
  line-height: 1.7;
  margin: auto;
}
.contact_formbox{
  max-width: 800px;
  width: 100%;
  height: auto;
  background: rgba(124, 18, 18, 40%);
  padding: 50px 20px;
  margin: auto;
}
table.contact_form{
  max-width: 550px;
  width: 100%;
  height: 100%;
  margin: 0 auto 60px;
}
table.contact_form tr{
  
}
table.contact_form th.contact_items{
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 10px;
}
table.contact_form tr td{
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.item_name{
  width: 21%;
  font-size: 16px;
  font-family: var(--sans);
  font-weight: 400;
  text-align: justify;
  text-align-last: justify;
}
.req{
  font-size: 14px;
  font-family: var(--sans);
  font-weight: 400;
  background: #d00000;
  color:#fff;
  padding: 5px 10px;
  margin-left: 10px;
}
.name_full,
.name_kana,
.company_name,
.address,
.tel_no,
.mail_add{
  display: block;
  background-color: #fff;
  width: 100%;
  height: 40px;
  padding: 5px 20px;
  color: #555;
  font-size: 16px;
}
.text_message{
  display: block;
  background-color: #fff;
  width: 100%;
  height: 200px;
  padding: 5px 20px;
  color: #555;
  font-size: 16px;
}

input[type="submit"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid var(--black);
  box-sizing: border-box;
  width: 270px;
  height: 40px;
  color: var(--black);
  font-size: 1em;
  font-family: var(--sans);
  margin: auto;
  text-decoration: none;
  transition-duration: 0.2s;
}
span.wpcf7-spinner{
  display: none;
}
input[type="submit"]:hover{
  background: var(--black);
  color: #fff;
}


@media(max-width:765px){
  .item_name{
    width: 23%;
  }
}

@media(max-width:550px){
  .contact_formbox{
    padding: 30px 10px;
  }
  table.contact_form{
    margin-bottom: 40px;
  }
  .item_name{
    width: 33%;
  }
}
@media(max-width:400px){
  .item_name{
    width: 41%;
  }
}

/* -----------プライバシーポリシー-------------- */
.policy_container{
  max-width: 900;
  width: 100%;
  height: auto;
  margin: 120px auto 180px;
}
.policy_inner{
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.policy_inner p{
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 25px;
  text-align: left;
}