/*
 Theme Name:   Awabiware Child
 Template:     cms
 Version:      0.5.5
*/


#wpadminbar {
  position: fixed !important;
}

html {
  margin-top: 0 !important;
}

body{
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color:rgb(65, 65,65);
  background-color:rgb(245, 245,240);
  letter-spacing: 0.05em;
  font-size: 0.9rem;
   }


.title1 {
  color:rgb(65, 65,65)!important;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}


.title2 {
  color:rgb(65, 65,65)!important;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  display: inline-block;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}

.subtitle2{
  display: block;
  max-width: 70%;
  margin: 0 auto;
  padding-top: 5px;
  border-top: 1px solid #969696;
}



.img1{max-width: 50%;}


.entry-title{
  padding-top: 10rem!important;
  padding: 2rem;
}
.entry-title.news{padding-top: 8rem!important;}

.btn,.cap,.link,.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  letter-spacing: 0.1em;
}
.btn-white{margin-left: 10px;
margin-right: 10px;}
.btn-white a{position: relative;
  display: block;
  background: #fff;
  padding: 0.9rem;
}

.btn-white a:hover{
  opacity: 1!important;
  background: #969696;
  color: #fff;
 
}
.btn-white a:hover .arrow2 {  
  background-size:10px;
  background:  url('images/arrow_right.png') no-repeat center center / contain;
}
.btn-white .arrow2{right:20px;}
.arrow {
  display: inline-flex;
  align-items: center;
  width: 35px;
  height: 10px;
  vertical-align: middle;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.arrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background-color: rgb(65, 65, 65);
}

.arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid rgb(65, 65, 65);
  border-right: 1px solid rgb(65, 65, 65);
  transform: rotate(45deg);
  margin-left: -4px;
  flex-shrink: 0;
}

.text-white .arrow2 {  background: url('images/arrow_right.png') no-repeat center center / contain;
}



.arrow2 {
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url('images/arrow_right_b.png') no-repeat center center / contain;
  background-size: 10px;
  vertical-align: middle;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.arrow3 {
  position: relative;
  width: 1px;
  height: 5px;
  background-color: rgb(65,65,65);
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.arrow3::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%) rotate(135deg);
}

a:hover .arrow2,a:hover .arrow {
  transform: translateX(3px);
}

.readmore,.readmore a{
  font-size: 0.8rem;
  text-decoration: none;
  color:rgb(65, 65,65);
}


a{color:rgb(65, 65,65);cursor: pointer!important;
text-decoration: none!important;}
a img,img a,a{transition: opacity 0.2s;}
a:hover,img a:hover{opacity: 0.7;color:rgb(65, 65,65);}

ul.asterisk {
  list-style: none; 
  padding-left: 0;  
  font-size: 0.8rem;
}
ul.asterisk li{text-indent: -14px;
  margin-left: 14px;

}
ul.asterisk li::before {
  content: '※';     
  margin-right: 1px;  
}

ul.circle-b {
  list-style: none; 
  padding-left: 0;  
}
ul.circle-b li{text-indent: -16px;
margin-left: 16px;}
ul.circle-b li::before {
  content: '●';     
  margin-right: 1px;  
}


.fixed {
  position: fixed!important;
  left: 0;
  top: 0;
}
.sticky{
  position: sticky!important;
  z-index: 20;
  top: 0;}

.vh100{height: 100vh;}



/* HOME */

.main_image {

  height: 100vh;
  overflow: hidden;
  position: relative;
  background-image: none !important; 
  z-index: 1;
}

.main_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center center;
  z-index: -1;
    transform: scale(1.1); 
}

.is-zooming .main_image::after {
  animation: shrinkZoom 8s linear forwards;
}

@keyframes shrinkZoom {
  0% { transform: scale(1.1); }
  100% { transform: scale(1); }
}


.main_image.is_first_load {
  opacity: 0;
  animation: fadeInMain 1.5s ease-out 1s forwards;
}
.home_main_img.is_first_load2 {
  opacity: 0;
  animation: fadeInMain 1.5s ease-out 2s both;
}
@keyframes fadeInMain {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


#main_visual{  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  z-index: 10;}

  .home_main{
    height: 100%;
  }
  .home_main_img{
    max-width: 45%;
    height: auto;
    margin: 0 auto;
    padding-top: 200px;
  }

  

  #home_main_contents{
  position: relative;
  z-index: 10;
  margin-top: 100vh; 
  background-color:rgb(245, 245,240);
  padding-bottom: 100px;
  }

#home_about{
  padding-top: 80px; 
  height: 100vh;
}

.atelier_about{ padding-top: 60px; 
  height: 70vh;}

.home_about_wrap{
  width: 100%;
  display: flex;justify-content: center;}


.home_about_txt{ 
  margin: 4rem;
  font-size: 0.95rem;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: block;
  width: auto !important;
  height: max-content !important;
  white-space: nowrap!important;
  line-height: 2.2;
}
#home_products{
height: 100vh;
overflow: hidden;
}

.home_products_img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
#home_news{
  }
  .newsindex{margin: 70px auto!important;}
  .home_news_content {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
  }
  .home_news_content a{
    text-decoration: none;
    color:rgb(65, 65,65);
  }
.home_news_txt{font-size: 0.75rem;
  line-height: 1.6;
padding-bottom: 0.6rem;}
.home_news_cat{padding-top: .5rem;
  padding-bottom: 0.6rem;
font-size: 0.8rem;}
.home_news_img{padding: 10px 20px 10px 0;}
.home_news_date{font-size: 0.7rem;
  color: #969696;
display: flex;align-items: center;
justify-content: space-between;}


.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background:rgba(65, 65, 65,0.9);

  z-index: 10000!important; 
  
 
  display: flex;
  justify-content: center;
  align-items: center;
  
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease; 
}

.lightbox-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh; 
}

.lightbox-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  box-shadow: 0 5px 25px rgba(0,0,0,0.5); 
}

.lightbox-close {
  position: absolute;
  top: 5px; 
  right: 5px;
  background: transparent;
  border: none;
  color: #656565;
  font-size: 24px; 
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease;
  outline: none!important;
  z-index: 10000;
}

.lightbox-close:hover {
  transform: scale(1.1); 
}




/* ABOUT */

.bg_about{
  position: relative;overflow: hidden;
  background-color: #050807;
  z-index: 10;
  clip-path: inset(0);
}
.bg_about::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;      
  z-index: -1;        
  background-image: url(images/bg_about.jpg);
  background-size: 100%; 
  background-repeat: no-repeat;
  background-position: center top;
}
.page_title_wrap{
width: 100%;
display: flex;justify-content: center;
}

.page_title{
  height: max-content !important;
  width: auto !important;        
  font-weight: normal;
    -webkit-writing-mode: vertical-rl; 
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
line-height: 2.2;}

.page_sub_title{ 
  display: inline-block;
  border-bottom: 1px solid #414141;
  rotate: 90deg !important;
  transform-origin: center center;
position: absolute;
right: 20px;
text-align: center;
letter-spacing: 0.1em;
text-indent: 0;
font-size: 0.85rem;
margin: 15px 0;
top: 0;}
.page_sub_title.text-white{  border-bottom: 1px solid #fff;
}

.vision_txt{
  font-size: 0.9rem;
  padding-top: 8rem;
  color: #fff;
  line-height: 2.4;
  text-align: center;
}
.vision_txt p{margin-bottom: 2rem;}

.history dt{border-left: 1px solid #fff;
  line-height: 14px;
padding-left: 8px;}
.history dd{padding-left: 10px;
padding-top: 8px;
padding-bottom: 8px;}

.about_overview{margin: 0 auto;
max-width: 64%;}
.about_overview_txt{border-bottom: 1px dotted #fff;
padding: 1.5rem 0;}



/* Atelier & Shop */


.atelier_image {

  height: auto;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: none !important; 
  z-index: 1;
}

.atelier_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-url);
  background-size: cover;
  /* background-position: center center; */
  z-index: -1;
}



@keyframes shrinkZoom {
  0% { transform: scale(1.1); }
  100% { transform: scale(1); }
}


.atelier_image.is_first_load {
  opacity: 0;
  animation: fadeInMain 1.5s ease-out 1s forwards;
}

@keyframes fadeInMain {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


#atelier_visual{  
  top: 0px;
  left: 0;
  width: 100%;
  height: 80vh; 
  z-index: 10;}

  #atelier_main_contents{
  position: relative;
  z-index: 10;
  background-color:rgb(245, 245,240);
  padding-bottom: 100px;
  }

  #atelier_visual .slide{
  position: fixed !important;
  top: 215px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0; 
}

.gmap {
  aspect-ratio: 1 / 1;
  height: auto;
}


#map {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1!important;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  margin-bottom: 50px;
}

.leaflet-control-attribution {
  display: none;
}



.location_table th{
  font-weight: normal;
  vertical-align: top;
  font-size: 0.72rem;
  padding: 1.5rem 1rem;
  border-top: 1px dotted #656565;

}

.location_table td{
  padding: 1.5rem 0.5rem;

  border-top: 1px dotted #656565;
}
.bordernone{border: none!important;}


table.location_table {
  table-layout: fixed;
  width: 100%;
}
table.location_table th {
  width: 80px; 
}
.accordion_header {
  position: relative;
  padding-right: 40px;
}
.accordion_header::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("images/plus.png") no-repeat center center / contain;
  transition: transform 0.3s ease;
}

.accordion_header.open::after {
  transform: translateY(-50%) rotate(45deg);
}

.scroll-container {
  width: 100%;
  height: 400px; 
  overflow: visible!important;
  position: relative;
  z-index: 50;
}

.scroll-track {
  display: flex;
  width: calc(2 * 1040px); 
  height: 100%;
  animation: scroll-left 60s linear infinite; 
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-1040px); } 
}

.scroll-group {
  width: 1040px; 
  height: 400px;
  position: relative;
  flex-shrink: 0;
  transform: scale(1.3);
  transform-origin: top left;
}

.image-wrapper {
  position: absolute;
  overflow:visible;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}


.img-1 {
  top: 10px;
  left: 12px;
  width: 169px;
  z-index: 15;
}

.img-2 {
  top: 105px;
  left: 150px;
  width: 114px;
  z-index: 10;
}

.img-3 {
  top: 189px;
  left: 260px;
  width: 122px;
  z-index: 30;
}

.img-4 {
  top: 86px;
  left: 348px;
  width: 180px;
  z-index: 20;
}

.img-5 {
  top: 263px;
  left: 485px;
  width: 173px;
  z-index: 50;
}

.img-6 {
  top: 205px;
  left: 652px;
  width: 96px;
  z-index: 60;
}


/* Workshop */

#workshop_visual{  
  top: 0px;
  left: 0;
  width: 100%;
  height: 80vh; 
  z-index: 10;}

  #workshop_main_contents{
  position: relative;
  z-index: 10;
  background-color:rgb(245, 245,240);
  padding-bottom: 100px;
  }

  .workshop_about{
    padding-top: 60px;
    font-size: 1.2rem;
  }

  .workshop .home_about_txt{
    color: rgb(180, 180, 175) !important;
  mix-blend-mode: difference;
  margin: auto;
  margin-top: 50px;
  }

  .workshop .home_about_logo{
  }

  .workshop .home_about_wrap{display: flex;
  flex-direction: column;
justify-content: center;}


  .parallax_bg_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: -1; 
    pointer-events: none; 
  }
  
  .fast_img {
    position: absolute;
    width: 300px; 
    height: auto;
        will-change: transform;
        /* -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 0;
        -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.2s cubic-bezier(0, 0, 1, 1);
        transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.2s cubic-bezier(0, 0, 1, 1); */
  }
  
  .img_pos_1 { top: 60%; left: 0%;
    width: 33%; 
  height: auto; 
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 100%;
   }
  .img_pos_2 { top: 90%; right: 0%; width: 38%}
  .img_pos_3 { top: 120%; left: 0%; width: 50%; }
  .img_pos_4 { top: 150%; right: 0%; width: 48%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 100%;
  }
  .img_pos_5 { top: 180%; left: 0%; width: 33%; }

  
  #workshop_visual .slide{
  position: fixed !important;
  top: 215px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0; 
}


.workshop_image {

  height: auto;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: none !important; 
  z-index: 1;
}

.workshop_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center center;
  z-index: -1;
    transform: scale(1); 
}

.logo_workshop{width: 20%;
  /* mix-blend-mode: difference; */
margin: 3rem auto 0;}

.workshop_txt{text-align: center;
line-height: 2.2;
}
.workshop_txt h2{font-weight: normal;
  letter-spacing: 0.3em;
  margin-bottom: 2rem;
  margin-top: 10rem;
  font-size: 1.2rem;color: rgb(180, 180, 175) !important;
  mix-blend-mode: difference;
}
.workshop_txt p{font-size: 0.85rem;
  mix-blend-mode: difference;color: rgb(180, 180, 175) !important;
margin-bottom: 2rem;}




/* Stockist */



#stockist_visual{  
  top: 0px;
  left: 0;
  width: 100%;
  height: 80vh; 
  z-index: 10;}

  #stockist_main_contents{
  position: relative;
  z-index: 10;
  background-color:rgb(245, 245,240);
  padding-bottom: 100px;
  }

  .stockist_wrap{
    padding-top: 110px;
  }

    .furusato{padding-left: 30px;
  padding-right: 30px;
padding-bottom: 10px;}


  #stockist_visual .slide{
    position: fixed !important;
    top: 215px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0; 
  }
  
  
  .stockist_image {
  
    height: auto;
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-image: none !important; 
    z-index: 1;
  }
  
  .stockist_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-url);
    background-size: cover;
    background-position: center center;
    z-index: -1;
      transform: scale(1.1); 
  }
  

  .tab_nav {
    border-bottom: 1px solid #c8c8c8;
  }
  
  .tab_nav_inner {
    display: flex;
  }
  
  .tab_btn {
    flex: 1;
    padding: 16px 0;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px; 
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #414141;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: opacity 0.2s ease;
  outline: none!important;
}
  
  
  .tab_btn.is_active {
    border-bottom-color: #414141;
  }
  
  .tab_btn:not(.is_active) {
    opacity: 0.8;
  }

  .tab_content{display: block;}
  .stockist_wrap .tab_content p{margin: 0;}
.stockist_wrap .tab_content h2{font-size: 1.2rem;padding: 4rem 0;margin: 0;}
.stockist_wrap .tab_content h3{font-size: 1.1rem;padding: 2rem 0;margin: 0;line-height: 1.6;}



  .stockist_wrap .tab_content a {
    display: block;
    font-size: 0.8rem;
    border-bottom: 1px dotted #656565;
    padding-bottom: 2rem;
    color:rgb(65, 65,65);
    word-wrap: break-word;
    text-decoration: none!important;
}

.stockist_wrap a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(images/arrow_right_b.png) no-repeat right center;
  background-size: 10px;
  margin-left: 6px;
  vertical-align: middle;
}



/* Products */
body.page-template-page-products-detail{
  background: #fff;
}
.products_wrap{max-width: 90%;
  padding-top: 3rem;
margin: 0 auto;}

#products_visual{  
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 80vh;
  z-index: 10;}

  #products_main_contents{
    margin-top: 80vh;
  position: relative;
  z-index: 10;
  background-color:rgb(245, 245,240);
  padding-bottom: 100px;
  }

  .products_about{
    padding-top: 60px;
    font-size: 1.2rem;
  }

.produtcs_list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}



.produtcs_list_img {position: relative;}
.produtcs_list_img img{
  width: 100%;
  aspect-ratio: 1 / 1; 
  object-fit: cover; 
}
.produtcs_list_img .plus_icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  pointer-events: none; 
}

.color_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

dl.products_detail{display: flex;
  margin-top: 4rem;
  border-top: 1px dotted #969696;
  border-bottom: 1px dotted #969696;
flex-wrap: wrap;}
dl.products_detail .dt1{
  padding:1.5rem 1rem;
  margin: 0;
  width: 40%;font-size: 0.7rem;}
dl.products_detail .dd1{width: 60%;
text-align: right;margin: 0;
padding:1.5rem 1rem 1.5rem 0rem;}

dl.products_detail .dt2{margin: 0;
  padding:1.5rem 1rem;  border-top: 1px dotted #969696;
  width: 100%;font-size: 0.7rem;}
  dl.products_detail .dd2{width: 100%;margin: 0;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
    padding:0 1rem 2rem 1rem;}



    #products_last-nav {
      max-width: 94%;
      margin: 0 auto 3rem;
    }
    
    .products-last-nav__posts {
      display: flex;
      gap: 22px;
      margin-bottom: 24px;
    }
    
    .products-last-nav__item {
      flex: 1;
      max-width: calc(50% - 8px); 
      text-decoration: none;
      color: inherit;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    
    .products-last-nav__thumb {
      width: 100%;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      background: #ccc;
    }
    
    .products-last-nav__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: opacity 0.2s;
    }
    
    .products-last-nav__item:hover .products-last-nav__thumb img {
      opacity: 0.8;
    }
    
    .products-last-nav__label {
      font-size: 0.8rem;
      letter-spacing: 0.1em;
      color: #404040;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    
    .products-last-nav__item--prev .products-last-nav__label { justify-content: flex-start; }
    .products-last-nav__item--next .products-last-nav__label { justify-content: flex-end; }
    
    .products-last-nav__item a:any-link,
    .products-last-nav__item {
      letter-spacing: 0.1em;
      font-size: 0.8rem;
      color: #404040;
      text-decoration: none !important;
    }
    
    .products-last-nav__index {
      display: flex;
      justify-content: center;
      margin-top: 30px;
      font-size: 0.85rem;
    }
    
    .products-last-nav__index a:any-link,
    .products-last-nav__index a:link,
    .products-last-nav__index a:visited,
    .products-last-nav__index a:hover,
    .products-last-nav__index a:active {
      letter-spacing: 0.1em;
      font-size: 0.8rem;
      color: #404040;
      text-decoration: none !important;
      padding-bottom: 0px;
      border-bottom: 1px solid #404040;
      transition: opacity 0.2s;
    }
    
    .products-last-nav__index a:hover {
      opacity: 0.5;
    }
    
    .products-last-nav__item--prev .products-last-nav__label::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      padding-left: 15px;
      background: url('images/arrow_left_b.png') no-repeat left center / 10px;
    }
    
    .products-last-nav__item--next .products-last-nav__label::after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      padding-right: 10px;
      background: url('images/arrow_right_b.png') no-repeat right center / 10px;
    }
    .products-last-nav__item--next {
      margin-left: auto; 
    }


/* News */

body.single,body.page-template-page-news-detail{background: #fff;}
.category-nav {
  padding-top: 4rem!important;
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0 0 3rem 0;
  padding: 0;
}
.single .container,.page-template-page-news-detail .container{max-width: 96%;
margin: 0 auto;
line-height: 2;}

.category-nav a {
  display: inline-block;
  padding-bottom: 0px;
  color: rgb(65, 65, 65);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.category-nav a.is-active {
  color: #656565;
  border-bottom: 1px solid #656565;
}

#archive .post{
  background: #fff;
  margin-bottom: 1rem;
}
#archive{padding: 0 15px;}
.archive-item {
  display: flex !important;
  gap: 16px;
  padding: 8px;
  text-decoration: none;
  color: inherit;
}

.archive-item__thumb {
  position: relative;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.archive-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.archive-item__thumb--closed::after {
  content: '終了';
  position: absolute;
  inset: 0;
  background: rgba(128, 128, 128, 0.9);
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.archive-item__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.archive-item__meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.8rem;
  padding: 0.3rem 0;
  margin-bottom: 0;
  letter-spacing: 0.06em;
}



.archive-item__date {
  color: #969696;
}

.archive-item__excerpt {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 0;
  padding-right: 28px;
  background: url('images/arrow_right_b.png') no-repeat right 84% / 10px;
}

.archive-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  padding-bottom: 4rem;
}

a.archive-item,
.archive-pagination a:any-link,
.archive-pagination a:hover,
.archive-pagination a:active,
.archive-pagination a:focus {
  color: rgb(96, 96, 96)!important;
  text-decoration: none!important;
}
.archive-pagination__prev,
.archive-pagination__next {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.2s;
  transition: transform 0.3s ease, background-position 0.3s ease;
}
.archive-pagination__next{
  padding-right: 16px;
background: url('images/arrow_right_b.png') no-repeat 95% center / 10px;
transition: transform 0.3s ease, background-position 0.3s ease;
}
.archive-pagination__prev{
  padding-left: 18px;
background: url('images/arrow_left_b.png') no-repeat 5% center / 10px;
transition: transform 0.3s ease, background-position 0.3s ease;
}

.archive-pagination__next:hover {
  opacity: 0.5;
  background-position: right center;

}
.archive-pagination__prev:hover{
  opacity: 0.5;
  background-position: left center;
}


.archive-pagination .archive-pagination__prev--disabled,
.archive-pagination .archive-pagination__next--disabled {
  opacity: 0!important;  pointer-events: none;
}
.single_header{    
  padding-top: 8rem !important;
  display: flex;
  justify-content: space-around;
  vertical-align: middle;
  padding-bottom: 0.3rem;
  line-height:0.9!important;
  border-bottom: 1px dotted #969696;
}

.single-item__title{font-size: 1rem;letter-spacing: 0.1em;margin-bottom: 0!important;}
.single-item__category{font-size: 1.1rem;margin: 0!important;}


.single-item__date{
color: #969696;
font-size: 0.8rem;
}
h2.single_pagetitle{letter-spacing: 0.1em;
  padding: 3rem 0;
  margin: 0;
font-size: 1.2rem;}

h3.single_subtitle,
.single-post #main h3{letter-spacing: 0.1em;
  padding: 2rem 0;
  border-top: 1px dotted #969696;
  margin: 2rem  0 0 0;
  line-height: 1.5;
font-size: 1.05rem;}

.page-template-page-news-detail .entry-title{  border-bottom: 1px dotted #969696;
  margin-bottom: 0;
  padding-bottom: 6rem;
}

.single-post #main h3:first-child{margin-top: 0!important;}
.page-template-page-news-detail #main h3:first-child{
margin-top: 0!important;}


.single-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #404040;
  display: flex;
  align-items: stretch;
  height: 56px;
  z-index: 100;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.single-nav.is-hidden {
  transform: translateY(100%);
  opacity: 0;
}

.single-nav__item,
.single-nav__item:link,
.single-nav__item:visited,
.single-nav__item:hover,
.single-nav__item:active,
.single-nav__item:focus {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}

.single-nav__item:hover {
  color: #fff;
}

.single-nav__item + .single-nav__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: #404040;
}

.single-nav__item--index {
  flex-direction: column;
  gap: 0px;
}

.single-nav__item--index::after {
  content: '';
  display: block;
  width: 88px;
  height: 1px;
  background: #fff;
  transition: background 0.2s;
}

.single-nav__item--index:hover::after {
  background: #fff;
}

.single-nav__item--disabled {
  opacity: 0;
  color: #696969;
  pointer-events: none;
}


.single-pagination__prev::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  padding-left: 17px;
background: url('images/arrow_left.png') no-repeat 2px center / 10px;
transition: transform 0.3s ease, background-position 0.3s ease;
}

:hover.single-pagination__prev::before{
  background-position: left center;
}


.single-pagination__next::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  padding-right: 17px;
  background: url('images/arrow_right.png') no-repeat 70% center / 10px;
  transition: transform 0.3s ease, background-position 0.3s ease;
}

:hover.single-pagination__next::after{
  background-position: right center;
}


.single-nav__item--disabled.single-pagination__prev::before,
.single-nav__item--disabled.single-pagination__next::after{
  opacity: 0;
}


#single_last-nav {
  max-width: 80%;
  margin: 0 auto 3rem;
}

.single-last-nav__posts {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.single-last-nav__item {
  flex: 1;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single-last-nav__thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ccc;
}

.single-last-nav__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s;
}

.single-last-nav__item:hover .single-last-nav__thumb img {
  opacity: 0.8;
}

.single-last-nav__label {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: #404040;
  display: flex;
  align-items: center;
  gap: 6px;
}

.single-last-nav__item--prev .single-last-nav__label { justify-content: flex-start; }
.single-last-nav__item--next .single-last-nav__label { justify-content: flex-end; }

.single-last-nav__label .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: no-repeat center / contain;
}

.single-last-nav__item--prev .arrow {
  transform: scaleX(-1);
}

.single-last-nav__item--disabled {
  pointer-events: none;
  opacity: 0;
}

.single-last-nav__index {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}


.single-last-nav__item a:any-link,.single-last-nav__item {
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  color: #404040;
  text-decoration: none!important;
}


.single-last-nav__index a:any-link,
.single-last-nav__index a:link,
.single-last-nav__index a:visited,
.single-last-nav__index a:hover,
.single-last-nav__index a:active {
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  color: #404040;
  text-decoration: none!important;
  padding-bottom: 0px;
  border-bottom: 1px solid #404040;
  transition: opacity 0.2s;
}

.single-last-nav__index a:hover {
  opacity: 0.5;
}


.single-last-nav__item--prev .single-last-nav__label::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  padding-left: 15px;
background: url('images/arrow_left_b.png') no-repeat 2px center / 10px;
transition: transform 0.3s ease, background-position 0.3s ease;
}


.single-last-nav__item--prev:hover .single-last-nav__label::before {
  background-position: 0% center;
}
.single-last-nav__item--next .single-last-nav__label::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  padding-right: 12px;
  background: url('images/arrow_right_b.png') no-repeat 10% center / 10px;
  transition: transform 0.3s ease, background-position 0.3s ease;

}
.single-last-nav__item--next:hover .single-last-nav__label::after {
  background-position: 100% center;
}



.single-main_image {
  margin-top: 40px;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}



.single-main_image__slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slick-dots li button::before{
  height: 26px;width: 26px;
font-size: 10px;}

.single-ex_closed{
  position: absolute;
  right: 40px;
  top: -17px;
  z-index: 10;
  line-height: 34px;
  height: 34px;
  text-align: center;
  background: #404040;
  display: block;
  z-index: 100;
  width: 86px;
}

.closed_text{
  font-size: 0.85rem;
  color: #fff;
}


.single-sub_image {
  width: 94vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
}

.single-sub_image__slide img {
  width: 100%;
  height: auto;
  display: block;
}

.single-sub_cap{font-size: 0.7rem;
padding: 1rem 2rem;
margin-bottom: 3rem;}

.single-ex_outline {
  border-top: 1px dotted #696969;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.single-ex_outline th,
.single-ex_outline td {
  padding: 1rem 0.5rem;
  border-bottom: 1px dotted #696969;
  text-align: left;
  vertical-align: top;
}

.single-ex_outline th {
  white-space: nowrap;
  color: #696969;
  font-weight: normal;
  width: 80px;
}


.entry-content{
	word-wrap: break-word!important;
}
.entry-content a{
    text-decoration: underline;
}
.entry-content a:hover{
    text-decoration: none;
}

.entry-footer{display: none;}


/* footer */

.about_overview_txt th{
  font-weight: normal;
  text-align-last: justify;
text-align: justify;
}

#footer_area{position: relative;
  clip-path: inset(0);
  color: #fff;
  overflow-x: hidden;
  overflow-y:visible;

z-index: 11;
padding-top: 0px;
}

#footer_area::before{
  content: "";
  position: fixed;    
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;    
  z-index: -1;
  background-image: url(images/bg_footer.jpg);
  background-size: cover;
  background-position: center 70%;
}



.footer_link{width: 80%;
  font-size: 0.9rem;
margin: 20vh 10%;}
.footer_link_img img{
display: block;
margin: 0 auto;}

.footer_link_img{width: 48%;
padding: 3%;}
.footer_link_txt{width: 48%;}
.footer_link .link{display: flex;
align-items: center;}
.footer_link .link a{text-decoration: none;}
.footer_info{max-width: 80%;
margin: 0 auto;}
.footer_info{font-size: 0.8rem;}

.footer_banner{
  padding-top: 3rem;
}
.footer_banner a{color: #fff!important;
  text-decoration: none;
display: block;}
.text-white .arrow::before {background-color: #fff;}
.text-white .arrow::after{border-color: #fff;}
.footer_logo{max-width: 50%;
margin-bottom: 2rem;}
.footer_open{font-size: 1.5rem;
margin: 1.5rem 0;}


/* header */


.navbar {
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998; 
  transition: transform 0.4s ease-out; 
  transform: translateY(0); 
}
.home .navbar{  transform: translateY(-100%);
}

.navbar.is_show {
  transform: translateY(0); 
}

.online_store{width: 26px;
display: inline-block;
margin-right: 65px;
}


.nav_open .online_store img {
  filter: invert(1) brightness(1.3);
}
.nav_open .head_logo img {
  filter: invert(1) brightness(1.3);
}

.is-light .online_store img {
  filter: invert(1) brightness(1.3);
}
.is-light .head_logo img {
  filter: invert(1) brightness(1.3);
}


.sp_offcanvas{max-width: 90%;
  margin-left: 0.6rem;
padding-top: 5rem;}
.sp_offcanvas a{text-decoration: none;
color: #fff;}




.wrapper{padding: 0!important;}





.head_logo img{width:100px;
  margin: 1rem;
  height: auto;
}
.head_logo a:hover{
	opacity: 0.8;
	text-decoration: none;
}

.navbar .logo img {
  filter: none;
  transition: filter 0.3s ease;
}







/* Contact */
.polycy a{text-decoration: underline!important;}
.polycy a:hover{text-decoration: none!important;}

.notice_box{
  border-top: 1px dotted #969696; 
  padding:30px 10px;
  border-bottom: 1px dotted #969696; 
  font-size: 0.78rem;
}
.notice_box.last{
  border-top: 0; 
  padding:30px 10px;
  border-bottom: 1px dotted #969696; 
  /* font-size: 0.8rem; */
}
.notice_title{width: 150px;
}
.contact_title{
  padding-left: 15px;
  font-size: 0.8rem;
  margin-top: 2rem;
  margin-bottom: 0.4rem!important;
}
.privacy .entry-content p{margin-bottom: 2.5rem;}
.privacy .entry-content h2{font-weight: bold;
margin-bottom: 0.7rem;}


.required{
  color: #FF6464;
  float: right;
  margin-right: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{border: none!important;color: #FF6464!important;
text-align: center;}


.wpcf7 form.sent .wpcf7-response-output{
  border: none !important;
  text-align: center;
}


.pc_required,.pc_required2{display: none;}

.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea{border-radius: 0px!important;}


input.wpcf7-text, textarea {
  padding: 25px 5px !important;
  font-size: 1.1rem;
  text-indent: 4px;
  width: 100%;
  min-height: 60px;
	display: inline-block!important;
  border:none!important;
}
textarea{height: 180px!important;}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  vertical-align: middle;
  height: 26px !important;
  width: 26px !important;
  border-radius: 0!important;
}
.wpcf7-list-item input[type=radio] {
  vertical-align: middle;
  height: 26px !important;
  width: 26px !important;
  border-radius: 0!important;
}

.wpcf7-list-item.first {
  width: 40%;
  margin-left: 10%;
  display: inline-block;
}


.wpcf7-list-item-label{  font-size: 0.8rem!important;
}
.wpcf7-form-control-wrap select{
  font-size: 1rem!important;
  height: 60px;
  border: 1px solid #969696!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/plus.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.btn.disabled, .btn:disabled, .wpcf7 input.disabled[type=submit], .wpcf7 input[type=submit]:disabled {
  opacity: .65
}
.btn.active, .btn:active, .wpcf7 input.active[type=submit], .wpcf7 input[type=submit]:active {
  background-image: none
}
div.wpcf7 form input.wpcf7-submit[type=submit] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: .25rem;
  background-image: url("images/arrow_right.png")!important;
  background-repeat: no-repeat!important;
  background-position: right 15px center!important;
  background-size: 12px!important;
}
.btn:focus, .btn:hover, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=submit]:hover {
  text-decoration: none
}
.btn.focus, .btn:focus, .wpcf7 input.focus[type=submit], .wpcf7 input[type=submit]:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, .25)
}
input.wpcf7-submit {
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block !important;
  width: 100% !important;
  height: 70px!important;
  line-height: 70px!important;
  padding: 0px !important;
  margin: 1rem auto!important;
	border: none!important;
}
input.wpcf7-submit:disabled {
  opacity: 0.5;
  color: #333 !important;
  filter: alpha(opacity=90); /* for IE6 */
}
.wpcf7 input[type=submit] {
  color: #fff !important;
  background: #404040!important;
  cursor: pointer;
  border-radius: 0px !important;
  font-size: 0.9rem !important;
}
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
  color: #fff!important;
  background-color: #000!important;
  border-color: #000
}
.btn-outline-primary.focus, .btn-outline-primary:focus, .wpcf7 input.focus[type=submit], .wpcf7 input[type=submit]:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, .5)
}
.wpcf7 span.wpcf7-not-valid-tip {
    color: #ff6363 !important;
    text-indent: 10px;
    border: 0;
    display: block;
    font-size: 0.8rem;
    top: 28px;
    z-index: 100;
}

.carousel-inner .carousel-item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  -webkit-transition: opacity 1.1s ease;
       -o-transition: opacity 1.1s ease;
          transition: opacity 1.1s ease;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.carousel-inner .carousel-item:first-of-type {
  position: relative;
}
.carousel-inner > .active {
  opacity: 1;
  z-index: 0;
}



.wpcf7-checkbox .wpcf7-list-item{
    display: block!important;
}

.b_none{
	border: none!important;
}



/* Text */
.text-white,a.text-white,.text-white a{color: #fff!important;}

.text-gray{color:#969696 !important;}

.red{
    color:#ff6363!important; 
}
.black,a.black{
	color: #111!important;
}




@media print {
    
    #wrapper-footer-full{display: none!important;}
    .entry-content{
        padding-top: -150px!important;
        color: #111!important;
    }
    .wrapper{padding: 0!important;}

    .transformLeft,.transformUp,.transformRight{
        opacity: 1!important;
        transform : translateX(0px)!important;
        transform : translateY(0px)!important;
        padding: 0!important;
        margin: 0!important;
    }
    .feature_txt{padding:0!important;
        width: 100%!important;
    margin: 0!important;}
    .t0{transition-delay:0s;}
.t1{transition-delay:0s;}
.t2{transition-delay:0s;}
.t3{transition-delay:0s;}
.t4{transition-delay:0s;}
.t5{transition-delay:0s;}
.t6{transition-delay:0s;}
.t7{transition-delay:0s;}
.t8{transition-delay:0s;}
.t9{transition-delay:0s;}
.t10{transition-delay:0s;}
}





@keyframes scrollAnime{
    0% { transform: translateY(0)}
  100% { transform: translateY(-50%)}
}
@keyframes scrollAnime2{
    0% { transform: translateX(0)}
  100% { transform: translateX(-50%)}
}








/* fontsize */
.font07 {
  font-size: 0.7rem !important;
}
.font075 {
  font-size: 0.75rem !important;
}
.font08 {
  font-size: 0.8rem !important;
}
.font085 {
  font-size: 0.85rem !important;
}
.font09 {
  font-size: 0.9rem !important;
}
.font095 {
  font-size: 0.95rem !important;
}
.font10 {
  font-size: 1rem !important;
}
.font11 {
  font-size: 1.1rem !important;
}
.font12 {
  font-size: 1.2rem !important;
}
.font13 {
  font-size: 1.3rem !important;
}
.font14 {
  font-size: 1.4rem !important;
}
.font16 {
  font-size: 1.6rem !important;
}
.font18 {
  font-size: 1.8rem !important;
}
.font20 {
  font-size: 2rem !important;
}
.font22 {
  font-size: 2.2rem !important;
}
.font24 {
  font-size: 2.4rem !important;
}
.font26 {
  font-size: 2.6rem !important;
}
.font28 {
  font-size: 2.8rem !important;
}
.font30 {
  font-size: 3.0rem !important;
}
.lh14{line-height: 1.4!important;}

.lh16{line-height: 1.6!important;}
.lh18{line-height: 1.8!important;}

.lh20{line-height: 2!important;}
.lh22{line-height: 2.2!important;}
.lh24{line-height: 2.4!important;}

.mt10{margin-top: 10vh;}
.mt17{margin-top: 17vh;}
.mt20{margin-top: 20vh;}
.mt25{margin-top: 25vh;}
.mt37{margin-top: 37vh;}
.mt50{margin-top: 50vh;}
.mt75{margin-top: 75vh;}
.mt100{margin-top: 100vh;}

.mb10{margin-bottom: 10vh;}
.mb17{margin-bottom: 17vh;}
.mb25{margin-bottom: 25vh;}
.mb37{margin-bottom: 37vh;}
.mb50{margin-bottom: 50vh;}
.mb75{margin-bottom: 75vh;}
.mb100{margin-bottom: 100vh;}

.pb2{padding-bottom: 2rem!important;}
.pb3{padding-bottom: 3rem!important;}
.pb4{padding-bottom: 4rem!important;}
.pb5{padding-bottom: 5rem!important;}


.ls10{letter-spacing: 0.1em;}
.ls20{letter-spacing: 0.2em;}
.ls30{letter-spacing: 0.3em;}
.ls40{letter-spacing: 0.4em;}
.ls50{letter-spacing: 0.5em;}

@media (max-width: 767px) {

  #footer_area::before{
       background-image: url(images/bg_footer_sp.jpg);
    background-size: cover;
    background-position: center 70%;
  }

  .sp_mb37{margin-bottom: 37vh!important;}
  .sp_font075 {
    font-size: 0.75rem !important;
  }
  .sp_font08 {
    font-size: 0.8rem !important;
  }

  .sp_font085 {
    font-size: 0.85rem !important;
  }
  .sp_font09 {
    font-size: 0.9rem !important;
  }
  .sp_font10 {
    font-size: 1.0rem !important;
  }
  .sp_font12 {
    font-size: 1.2rem !important;
  }
  .sp_font14 {
    font-size: 1.4rem !important;
  }
  .sp_font16 {
    font-size: 1.6rem !important;
  }
  .sp_font18 {
    font-size: 1.8rem !important;
  }
  .sp_font20 {
    font-size: 2.0rem !important;
  }
  .sp_font22 {
    font-size: 2.2rem !important;
  }
}


/* motion */


.transformLeft {
    opacity : 0;
    transform : translateX(-150px);
    transition : all 0.9s;
    }
 
.transformLeft.scrollin {
    opacity : 1;
    transform : translateX(0);
    }

.transformRight {
    opacity : 0;
    transform : translateX(150px)!important;
    transition : all 0.9s;
    }
 
.transformRight.scrollin {
    opacity : 1;
    transform : translateX(0)!important;
    }



    .delay {
      will-change: transform, opacity;
      -webkit-transform: translate(0, 1vw);
      transform: translate(0, 1vw);
      opacity: 0;
      -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.2s cubic-bezier(0, 0, 1, 1);
      transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.2s cubic-bezier(0, 0, 1, 1);
    }
    .show {
      -webkit-transform: translate(0, 0)!important;
      transform: translate(0, 0)!important;
      opacity: 1!important;
    }

    



.delay.scrollin {
    opacity : 1!important;
    transform : translateY(0)!important;
    }

.t0{transition-delay:0s;}
.t1{transition-delay:0.3s;}
.t2{transition-delay:0.6s;}
.t3{transition-delay:0.9s;}
.t4{transition-delay:1.2s;}
.t5{transition-delay:1.5s;}
.t6{transition-delay:1.8s;}
.t7{transition-delay:2.1s;}
.t8{transition-delay:2.4s;}
.t9{transition-delay:2.7s;}
.t10{transition-delay:3s;}




/* メニュー */

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  top: 10px;
  right: 15px;
  width: 52px;
  height: 48px;
  z-index: 999 !important;
  border-radius: 0px;
}

a.menu-trigger:hover {
  z-index: 999;
}

.menu-trigger span {
  position: absolute;
  z-index: 999 !important;
  left: 10px;
  background-color: rgb(65,65,65);
  width: 60%;
  height: 2px;
  border-radius: 4px;
}
.is-light .menu-trigger span{
  background-color: #fff!important;
}
.menu-trigger span:nth-of-type(1) {
  top: 18px; 
}
.menu-trigger span:nth-of-type(2) {
  bottom: 18px; 
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-30deg);
  transform: translateY(5px) rotate(-30deg);
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(30deg);
  transform: translateY(-5px) rotate(30deg);
  background-color: #fff;

}
.overlay {
  display: none;
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  top: 0;
  z-index: 100!important;
	background:rgba(65, 65, 65);
  padding: 20px;
  box-sizing: border-box;
    overflow-y: scroll!important;
}



.youtubebox {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtubebox iframe, .youtubebox object, .youtubebox embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*google recapctha v3*/
.grecaptcha-badge {
  opacity: 0;
}




/*SE mini devices */


@media (max-height: 780px) {
  #home_products {padding-top: 120px;
    margin-bottom: 120px;
  }
}

/*Small devices */

@media (max-width: 991px) {

  html, body {
    overscroll-behavior-y: none;
  }
  .location_table {
    border-bottom: 1px dotted #656565;}
  .footer_banner .title1{font-size: 1.5rem;}
  .footer_banner .readmore{font-size: 0.77rem!important;}

  .page-template-page-news-detail .single-main_image{width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);}
  
  .produtcs_list_img .plus_icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 15px!important;
    height: 15px!important;
    pointer-events: none; 
  }

  .page-template-page-news-detail .entry-title{padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-top: 8.5rem!important;
    font-size:1.4rem ;
  }
  .page-template-page-news-detail h3{padding-left: 1rem;
  padding-right: 1rem;}
  .footer_link .link a{display: flex;align-items: center;}
    .container{
      /* width: 96%!important; */
      width: 100%!important;
      padding-left: 20px;
      padding-right: 20px;
    
    }

  .custom-logo-link{
      z-index: 1!important;
  }

  .single .container,.page-template-page-news-detail .container{
    font-size: 0.8rem;}

.menu_logo{display: none;}
.atelier_wrap iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* 古いSafariなどのブラウザ用 */
  width: 100% !important;
  height: auto !important;  /* Googleマップの元々の高さをリセット */
  aspect-ratio: 1 / 1;      /* 縦横比を1:1（正方形）に固定 */
}
}


/*//////////////////////// ipad ///////////////////*/

@media (min-width: 768px) and (max-width: 991px) {
  .home_news_wrap{max-width: 70%; margin: 0rem auto 0;}
  .home_products_img img{aspect-ratio: 4 / 3;}
  .btn-white{width: 390px;
  margin: auto auto;}
.sp_offcanvas{max-width: 70%;}
#home_news{margin-bottom: 90px;}

#products_visual{background-position: center 80%!important;}

.footer_link{max-width: 60%;
margin: 3rem auto;}
.footer_banner{max-width: 70%;margin: 0 auto;}



}
/*//////////////////////// Large devices ///////////////////*/






@media (min-width: 992px) {
  body{font-size: 1.0rem;}


 

.head_logo img{width: 140px;
margin-left: 60px;
margin-top: 40px;}

.entry-title.title1.left_title{margin-left: 28px;}


.navbar{padding: 0px;}

.btn-white{width: 390px;}
/* Home */
.w-lg-auto {
  width: auto !important;
}
.home_main_img {max-width: 300px;
  padding-top: 150px;}
#home_about,#home_products,#home_news{display: grid;
  grid-template-columns: 45.57% 54.43%;
  height: auto;}
.home_left{display: flex; align-items: top;padding-right: 100px;
  margin-top: clamp(100px, 15.6vw, 300px);}
.home_left_inner{margin-left: auto;display: flex; flex-direction: column;width: 200px;}


.home_right{margin-top: clamp(100px, 15.6vw, 300px);}
.home_about_wrap{justify-content: left;}
.home_about_txt{margin-top: 0;}
.home_news_img{max-width: 250px;
margin-right: 20px;}
.home_news_cat{font-size: 0.9rem;}
.home_news_txt,.home_news_content{line-height: 1.6;
width: 220px!important;
font-size: 0.8rem;}
#home_news{margin-bottom: 130px;}

/* Menu */

.sp_offcanvas{max-width: 700px;
  padding-top: 0;
  margin: calc((var(--vh) - 600px) / 2) auto;
}
.offcanvas_menu{width: 300px;flex: 0 0 300px; }
.offcanvas_menu_logo{width: 133px;height:auto;
margin-bottom: 70px;}

.offcanvas_image .col-6{
  padding-right: 2rem;
}
.offcanvas_list{margin-bottom: 124px;}
.nav_open .head_logo,.nav_open .online_store{display: none!important;}

.menu-trigger {
  top: 20px;
  right: 60px;
  width: 70px;
  height: 56px;
}

.menu-trigger span {
  left: 13px;
}

.menu-trigger span:nth-of-type(1) {
  top: 20px;
}

.menu-trigger span:nth-of-type(2) {
  bottom: 19px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-30deg);
  transform: translateY(7px) rotate(-30deg);
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-8px) rotate(30deg);
  transform: translateY(-8px) rotate(30deg);
}

.online_store{margin-right: 150px;
  margin-top: 16px;
width: 36px;}



/* Products */

#products_visual{
background-position: 40% -400px!important;
height: 1000px;
background-size: cover!important;}

#products_main_contents{margin-top: 1000px!important;}
.entry-title.fixed{position: relative!important;}

.products_about{max-width: 800px;
  padding-top: 160px;
margin: 0 auto;}

.produtcs_list{gap:10px}
.page_sub_title{right: 0;font-size: 1.4rem;}

.products_detail{max-width: 800px;
margin: 0 auto 7rem;}


dl.products_detail .dt1{width: 30%;
  padding:40px 30px;}
dl.products_detail .dd1{width: 70%;
text-align: left;margin: 0;
padding:40px 30px;}

dl.products_detail .dt2{
  width: 30%;
  margin: 0;
  padding:40px 30px;  border-top: 1px dotted #969696;
  font-size: 0.7rem;}
  
  dl.products_detail .dd2{width: 70%;margin: 0;
    letter-spacing: 0.1em;border-top: 1px dotted #969696;
    font-size: 0.8rem;
    padding:40px 30px;}


    #products_last-nav{max-width: 422px;
      margin: 0 auto 7rem;}


/* Stockist */

#stockist_visual .slide{top: 225px;}

#stockist_visual{
  height: 100vh;
}
.stockist_wrap{max-width: 800px;
  margin: 0 auto;}
  .stockist_image:{height: 780px!important;}
  .stockist_image::after{height: 780px!important;
    transform: scale(1);
    aspect-ratio: 2 / 3!important;
    background-size: cover!important;
  background-position: center center!important;
  }

  .stockist_wrap .tab_content p{font-size: 0.9rem;}
  .stockist_wrap .tab_content h3{font-size: 1.3rem;
  padding: 3rem 0 1rem;}

  .furusato{padding-left: 90px;
  padding-right: 90px;
padding-bottom: 10px;}
.stockist_wrap .tab_content a{padding-bottom: 3rem;}
/* About */
.page_title{font-size: 1.8rem;}
.about_wrap{max-width: 800px;
  margin: 0 auto;}

.vision_txt{font-size: 1rem;}

.img1{max-width: 300px;
padding-top: 40px;
margin-bottom: 120px!important;}

.about_left{width: 350px;
text-align: center;}
.about_right{width: 450px;margin-bottom: 150px;}
.about_overview{max-width: 800px;
display: flex;
gap:60px}
.about_overview_txt{width: 50%;border: none;
  line-height: 2;
padding: 0;}
.about_overview_txt.about_overview_right{
  border-bottom: 1px dotted #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px dotted #fff;}

  .bg_about::before {
    background-position: center var(--bg-y, 0%);
  }


  /* Workshop */
#workshop_visual{height: 100vh;}
  .workshop_image::after{transform: scale(1);}
.workshop_about{width: 800px;
margin: 0 auto;}
#workshop_visual .slide{top: 225px;}
.workshop .home_about_wrap{display: flex;
  flex-direction: row-reverse;
justify-content: center;}

.workshop .home_about_logo{width: 200px;}

.logo_workshop{width: 150px;}

.workshop .home_about_txt{padding-top: 90px;margin-right: 3rem;}


.parallax_bg_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  z-index: -1; 
  pointer-events: none; 
}

.fast_img {
  position: absolute;
  width: 300px; 
  height: auto;
  will-change: transform; 
}

.img_pos_1 { top: 60%; left: 10%;
  width: 393px; 
height: auto; 

aspect-ratio: auto;
object-fit: cover;
object-position: center 100%;
 }
.img_pos_2 { top: 90%; right: 5%; width: 457px;}
.img_pos_3 { top: 120%; left: 2%; width: 600px; }
.img_pos_4 { top: 150%; right: 5%; width: 540px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 100%;
}
.img_pos_5 { top: 180%; left: 10%; width: 392px; }




/* Atelier & Shop */
#atelier_visual .slide{
  top: 225px;
}

.atelier_wrap iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* 古いSafariなどのブラウザ用 */
}

.atelier_image {
  height: auto;
  aspect-ratio: 4 / 3;
  width: 100%; height: 100%;
  overflow: hidden;
  position: relative;
  background-image: none !important; 
  z-index: 1;
}

.atelier_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center bottom!important;
  z-index: -1;
}
#map{height: 800px!important;
width: 800px!important;}
#atelier_visual{height: 100vh;}
.atelier_about .home_about_txt{font-size: 1rem;}
.atelier_about .home_about_wrap{justify-content: center;
padding-top: 90px;}

.atelier_wrap{width: 800px;
margin: 0 auto;}
.location_table{width: 100%;
border-bottom: 1px dotted #656565;}

.location_table th,.location_table td{padding: 50px 30px;}

table.location_table th {
  width: 150px; 
  font-size: 0.9rem;
}


.scroll-container {
  width: 100%;
  height: 1300px; 
  overflow: visible!important;
  position: relative;
  z-index: 50;
}

.scroll-track {
  display: flex;
  width: calc(2 * 2910px); 
  height: 100%;
  animation: scroll-left 150s linear infinite; 
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-2910px); } 
}

.scroll-group {
  width: 2910px; 
  height: 1300px;
  position: relative;
  flex-shrink: 0;
  transform: scale(1);
  transform-origin: top left;
}

.image-wrapper {
  position: absolute;
  overflow:visible;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}


.img-1 {
  top: 10px;
  left: 12px;
  width: 688px;
  z-index: 15;
}

.img-2 {
  top: 400px;
  left: 560px;
  width: 433px;
  z-index: 10;
}

.img-3 {
  top: 721px;
  left: 993px;
  width: 436px;
  z-index: 30;
}

.img-4 {
  top: 295px;
  left: 1353px;
  width: 704px;
  z-index: 20;
}

.img-5 {
  top: 985px;
  left: 1886px;
  width: 680px;
  z-index: 50;
}

.img-6 {
  top: 763px;
  left: 2535px;
  width: 366px;
  z-index: 60;
}



/* Contact */
.contact_wrap{max-width: 800px;
  margin: 0 auto;
padding-top: 90px;}



.subtitle2{max-width: 100%;border-top: none;}
.title2{font-size: 2rem;}

.notice_box,.notice_box.last{font-size: 0.8rem;}
.title2_wrap{display: flex;
  padding: 0 30px;
justify-content: space-between;
border-bottom: 1px solid #969696 ;}
.contact_item{display: flex;
  margin-bottom: 60px;
  position:relative;
  }
.contact_title{width: 250px;
  font-size: 0.9rem;
  padding-left: 0;
margin-top: 15px;
}
.contact_title2{width: 360px;
  font-size: 0.9rem;
  padding-left: 0;
margin-top: 15px;
}
.contact_input{width: 100%;
max-width: 549px;}
.contact_input2{width: 100%;
  padding-top: 13px;
  max-width: 400px;}
.contact_form_wrap{padding:90px 30px 0;}

.wpcf7-list-item-label{font-size: 0.9rem;}

.wpcf7-form-control-wrap{width: 550px;}

.wpcf7-list-item.first{width: 100px;}


input.wpcf7-text, textarea,.wpcf7-form-control-wrap select{border: 1px solid #414141!important;}
.required{display: none;}
.pc_required{display: block;  color: #FF6464;
  text-align: right;
  line-height: 20px;
  padding-bottom: 4px;
  margin-top: -24px;
  font-size: 0.85rem;
}
.pc_required2{display: inline-block;  color: #FF6464;
  float: right;
  line-height: 20px;
  font-size: 0.85rem;
}
div.wpcf7 form input.wpcf7-submit[type=submit]{width: 390px!important;
height: 100px!important;}


/* Footer */
.footer_banner{width: 800px;
  padding: 200px 0 0 0 ;
margin: 0 auto;}

.entry-title.news{
  padding-top: 140px!important;
}
.pc_mb90{margin-bottom: 90px!important;}
.pc_mt140{margin-top: 140px!important;}

.footer_link{margin-top: 360px!important;
max-width: 860px;
margin-left: auto;
margin-right: auto;}
.footer_link_txt,.footer_link .link{display: block;
  width: 100%!important;padding: 0;}
  .footer_link a{color: #fff!important;text-decoration: none;}
  .footer_link_img{height: 100px;display: flex;
    justify-content: center!important;    align-items: center;
    margin: auto;
  }
  .footer_link_img img{max-width: 184px;
  padding-bottom: 40px!important;}
.footer_logo{width: 164px;}
.footer_copy{margin-left: auto;
padding-right: 14px;}


.title1 {
  font-size: 2.7rem;
} 

.px-lg-30{padding: 0 30px!important;}
.px-lg-60{padding: 0 60px!important;}
.px-lg-90{padding: 0 90px!important;}


/*news*/
.entry-title{text-align: center;}
.page-template-page-news-detail .entry-title{}

.single .post{
  min-height: 500px;
}

.single .container,.page-template-archive-news .container,.archive .container,.page-template-page-news-detail .container{
max-width: 800px;
padding: 0;
}
.single_header{
  justify-content: left;
}

.single-item__category{margin: 0 30px!important;}

h2.single_pagetitle{font-size:1.55rem;
  padding: 4.5rem 0;
}
h3.single_subtitle, .single-post #main h3{
  font-size: 1.15rem;
  line-height: 1.8;
  margin-top: 4rem;
  padding: 2rem 30px;
}
.title1_small{font-size: 2.25rem;}

.main_single{padding: 0 30px;}


.single-main_image{width: 800px;
margin: 40px auto 100px;}

.single-sub_image{width: 730px;
  left: auto;
  transform: none;
margin-bottom: 2rem;}
  .single-sub_cap{font-size: 0.75rem;
  padding: 1.5rem 5rem;
margin-bottom: 0rem;}

  .slick-dots{bottom: -32px;}

  .single-ex_outline th{width: 174px;}
  .single-ex_outline th, .single-ex_outline td{padding: 40px 30px;
  font-size: 1rem;}

.wpcf7 {
max-width: 800px !important;
}

#single_last-nav{max-width: 470px;}
.category-nav {max-width: 500px;
margin: 0 auto 3rem auto;}

.archive-item__thumb {
position: relative;
flex-shrink: 0;
width: 140px;
height: 140px;
}
.archive-item__meta{padding-top: 30px;}

.archive-item{padding: 10px 115px 10px 40px;
  transition: transform 0.3s ease, background-position 0.3s ease;

gap: 40px;
background: url(images/arrow_right_b.png) no-repeat 93% center / 10px;
}
.archive-item:hover{background-position: 93.3% center;}

.archive-item__category{font-size: 0.9rem;}
#archive .post {margin-bottom: 26px;}
.archive-item__thumb--closed::after{font-size: 1.2rem;}

.archive-item__excerpt{line-height: 1.6;
padding-right: 0;
background: none;}


}
