/* CSS Document */

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  mix-blend-mode: difference;
}
  
.drawer--right .drawer-hamburger {
  background-color: black;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  top: 0;
  right: 0;
  z-index: 110;
}
  
.drawer--right.drawer-open .drawer-hamburger {
  background-color: transparent !important;
}

.drawer--right .drawer-nav {
//  background-color: #E0D7C1;
   background-color: #E7D6E8;
  z-index: 100;
}
  
.drawer-overlay {
  background-color: rgba(0,0,0,0.75);
  z-index: 90;
}
  
.global_navi__menu .btn_home span:nth-child(1) {
  letter-spacing: 0.12em;
}

.global_navi__menu .btn_home {
  font-size: 90%;
}

.global_navi__menu {
  position: relative;
  width: 100%;
  height: 100%;
}

.global_navi__menu::after {
  position: absolute;
  bottom: 1em;
  right: 1em;
  content: '';
  display: block;
  width: 6em;
  background: url("../images/logo_joubonkai.svg") no-repeat;
  background-size: contain;
  z-index: 110;
  aspect-ratio: 13/27;
}
  
.global_navi__menu ul {
  margin-top: 2em;
  margin-right: 30%;
  margin-left: 1em;
}

.global_navi__menu a,
.global_navi__menu a:hover {
  font-size: 110%;
  color: inherit;
}

.global_navi__menu a {
  position: relative;
  color: inherit;
  display: block;
  padding: 1em;
  text-decoration: none;
  transition: all 0.5s 0s ease;
}

.global_navi__menu a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.global_navi__menu ul a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #969696;
  z-index: 1;
}



.site-main,
.site_main {
  margin-bottom: 120px;
}


@media screen and (max-width: 767px){
  .site-main,
  .site_main {
    margin-bottom: 30px;
  }
}



@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 7;
  }
  80%{
    opacity: 0;
    transform: scale(1.2);
  }
  100%{
    z-index: 0;
    opacity: 0;
  }
}

.fade.left .fade-wrapper > div:first-of-type{
  background-image: url("../images/slide_02.jpg");
}

.fade.left .fade-wrapper > div:nth-of-type(2){
  background-image: url("../images/slide_04.jpg");
  animation-delay: 4s;
}

.fade.left .fade-wrapper > div:nth-of-type(3){
  background-image: url("../images/slide_06.jpg");
  animation-delay: 8s;
}

/*
.fade.left .fade-wrapper > div:last-of-type{
  background-image: url("../images/slide_08.jpg");
  animation-delay: 12s;
}
*/

.fade.right .fade-wrapper > div:first-of-type{
  background-image: url("../images/slide_01.jpg");
}

.fade.right .fade-wrapper > div:nth-of-type(2){
  background-image: url("../images/slide_03.jpg");
  animation-delay: 4s;
}

.fade.right .fade-wrapper > div:nth-of-type(3){
  background-image: url("../images/slide_05.jpg");
  animation-delay: 8s;
}

/*
.fade.right .fade-wrapper > div:last-of-type{
  background-image: url("../images/slide_07.jpg");
  animation-delay: 12s;
}
*/

.global-header__block h1 {
  color: black;
}

@media screen and (max-width: 767px){
  .global-header__block h1 {
    width: 95%;
  }
}

.global-header__block h1 a > span {
  position: relative;
  display: block;
  padding: 0 1em;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}

.global-header__block h1 a > span::before {
  position: absolute;
  top: -6px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.global-header__block h1 a > span::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.global-header__block h1 a span.font25 {
  display: block;
  letter-spacing: 0.12em;
  margin-bottom: 0.5em;
  padding-top: 0.75em;
}

.global-header__block h1 a span.font35 {
  display: block;
  line-height: 2em;
}

.global-header__block .site-logo {
  max-width: 12em;
  padding: 0 1em;
  margin: 0 auto 2em;
  aspect-ratio: 13/27;
}

.global-header__block h1.site-title a {
  display: block;
  color: initial;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
}

@media screen /* and (orientation: portrait)*/ and (max-width: 767px){
  .global-header__block h1.site-title a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url("../images/logo_main_visual__block.png") no-repeat center center;
    background-size: contain;
  }
  
  .global-header__block h1.site-title a img,
  .global-header__block h1.site-title a span {
    visibility: hidden;
  }
}

.main_visual__block {
  height: auto;
}

.main_visual__block .res-flex {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 767px){
  .main_visual__block .res-flex > div {
    width: 100%;
    height: 30vh;
    margin-bottom: 0;
  }
  
  .main_visual__block .res-flex > div:nth-child(2) {
    width: 100%;
    height: 40vh;
    padding: 0.5em 0;
    margin-bottom: 0;
  }
}

.main_visual__block .res-flex > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.home_description {
  background-color: transparent; 
}

.home_description__inner {
  padding: 3em 0;
  width: 100%;
}

.home_description__txt {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 2em 2em;
}

.home_description__txt .scroll {
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: left;
  max-height: 55vh;
  overflow-x: auto;
}

.home_description__txt::after,
.home_description__txt::before {
  position: absolute;
  top: -2em;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2em;
  background: url("../images/bg_patten_home_description.png");
  z-index: 1;
}

.home_description__txt::after {
  top: initial;
  bottom: -2em;
}

.home_description__txt h2 {
  line-height: 3em;
  letter-spacing: .05em;
  font-size: 1.6875em;
}

.home_description__txt p {
  line-height: 2.4em;
  letter-spacing: .05em;
}

.home_description__txt span {
  text-combine-upright: all;
}

@media screen and (max-width: 767px) {
  .home_description {
    font-size: 90%;
  }

  .home_description__inner {
  }

  .home_description__txt {
    max-height: none;
    padding: 1.5em 1.5em;
  }

  .home_description__txt .scroll {
    writing-mode: initial;
    text-orientation: upright;
    max-height: none;
    overflow-x: visible;
  }

  .home_description__txt h2 {
    line-height: 1.4em;
    margin-bottom: 1em;
  }

  .home_description__txt p {
    line-height: 1.4em;
    text-align: justify;
  }
}

.global-header_inner {
  padding: 0 0;
  justify-content: center;
  text-align: center;
}

.home_about__block .home_about_title {
  position: relative;
  padding: 0 0 0 1em;
}
  
@media screen and (max-width: 767px) {
  .home_about__block .home_about_title {
    padding: 0 0 0 0;
    text-align: center;
  }
}

.home_about__block .home_about_title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #666;
  z-index: 0;
}

.home_about__block h2 {
  position: relative;
  display: inline-block;
  padding: 0 0 0.5em 0;
}

.home_about__block h2::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: '';
  display: inline-block;
  width: 100%;
  height: 0.25em;
  background: #666;
  z-index: 0;
}

.home_category_title {
  position: relative;
  text-align: center;
  padding-top: 2em;
}

.home_about__block h3 {
  position: relative;
  display: inline-block;
  margin: 0 auto 1em;
  padding-top: 2em;
}
  
.home_about__block h3::after  {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 100%;
  height: 0.8em;
  background: url("../images/title_about_sup.svg") no-repeat center center;
  z-index: 1;
}

.home_category_link__block {
  position: relative;
}

.home_category_link__block li {
  border: 1px solid #666;
  margin-bottom: 1em;
}

.home_category_link__block li a {
  display: flex;
  align-items: center;
  width: calc( 100% );
  min-height: 4em;
  background-color: #fff;
  text-decoration: none;
  background-size: cover;
  color: inherit;
  transition: all 1s 0s ease;
  line-height: 1;
}

.home_category_link__block li a:hover {
/*  text-decoration: underline;*/
  background-color: #eee;
  color: inherit;
}

.home_category_link__block li a::before {
  content: '';
  display: block;
  width: 9em;
  height: 4em;
  margin-right: 1em;
  transition: all 0.5s 0s ease;
}
  
@media screen and (max-width: 767px) {
  .home_category_link__block li a::before {
    width: auto;
    height: 4.5em;
    margin-right: 0.5em;
    aspect-ratio: 1/1;
  }
}

.home_category_link__block li a:hover::before {
  opacity: 0.7;
}

.home_category_link__block li:nth-child(1) a::before {
  background: url("../images/thumb_cat_01.jpg") no-repeat left center;
  background-size: 9em 100%;
}

.home_category_link__block li:nth-child(2) a::before {
  background: url("../images/thumb_cat_02.jpg") no-repeat left center;
  background-size: 9em 100%;
}

.home_category_link__block li:nth-child(3) a::before {
  background: url("../images/thumb_cat_03.jpg") no-repeat left center;
  background-size: 9em 100%;
}

.home_category_link__block li:nth-child(4) a::before {
  background: url("../images/thumb_cat_04.jpg") no-repeat left center;
  background-size: 9em 100%;
}

.home_category_link__block li:nth-child(5) a::before {
  background: url("../images/thumb_cat_05.jpg") no-repeat left center;
  background-size: 9em 100%;
}

.home_category_link__block li:nth-child(6) a::before {
  background: url("../images/thumb_cat_06.jpg") no-repeat left center;
  background-size: 9em 100%;
}

.home_category_link__block li:nth-child(7) a::before {
  background: url("../images/thumb_cat_07.jpg") no-repeat left center;
  background-size: 9em 100%;
}
.home_category_link__block li:nth-child(8) a::before {
  background: url("../images/thumb_cat_08.jpg") no-repeat left center;
  background-size: 9em 100%;
}

  
.products_item {
  position: relative;
  border-radius: 0;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.5);
}
  
.products_item .products_category {
  display: inline-block;
  padding: 0.25em 0.5em;
//  background-color: #AA9B76;
//  background-color: #A782B5;
  background-color: #888AA6;
  line-height: 1;
  color: #fff;
}

.home_tag__block {
  background-color: transparent;
}

.home_tag__block > div {
  background-color: #D5D5D5;
}

@media screen and (min-width: 768px) {
  .home_tags__list {
    text-align: center;
  }
  
  .home_tags__list::before {
    position: relative;
    display: inline-block;
    top: inherit;
    left: inherit;
    transform: none;
    margin-right: 1em;
    vertical-align: middle;
  }
}

.global-footer {
//  background-color: #B9A894;
//  background-color: #9A88A6;
  background-color: #888AA6;
  color: #fff;
  margin-top: auto;
}

.global-footer #footlogo {
  display: block;
  margin: 60px auto 1em;
  width: 130px;
  font-size: inherit;
  filter: invert(100%);
}

.global-footer .copyright {
  font-size: 1.12em;
  padding: 0 0 60px;
  text-align: center
}


.fade .fade-wrapper{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.fade .fade-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}



.detail .global-header_inner,
.single .global-header_inner,
.archive .global-header_inner,
.page .global-header_inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 0 0;
  justify-content: left;
  text-align: center;
}
  
@media screen and (max-width: 767px) {
  .detail .global-header_inner,
  .single .global-header_inner,
  .archive .global-header_inner,
  .page .global-header_inner {
    padding: 4em 0 0;
    justify-content: center;
  }
}

.page .article_title__block {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.page .article_title {
  position: relative;
  padding: 0 0 0;
  text-align: center;
}

.page .article_title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #666;
  z-index: 0;
}

.page .article_title h1 {
  position: relative;
  display: inline-block;
  padding: 0 0 0.5em 0;
}

.page .article_title h1::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: '';
  display: inline-block;
  width: 100%;
  height: 0.25em;
  background: #666;
  z-index: 0;
}

.detail .logo_jyobonkai72,
.single .logo_jyobonkai72,
.archive .logo_jyobonkai72,
.page .logo_jyobonkai72 {
  width: auto;
  height: 4em;
  display: block;
  aspect-ratio: 5/1;
  background: url("../images/logo_jyobonkai.svg") no-repeat center center;
  text-indent: -999em;
  transition: all 0.5s 0s ease;
}

.detail .logo_jyobonkai72:hover,
.single .logo_jyobonkai72:hover,
.archive .logo_jyobonkai72:hover,
.page .logo_jyobonkai72:hover {
  opacity: 0.7;
}

.detail .flex.align-center,
.single .flex.align-center,
.archive .flex.align-center,
.page .flex.align-center {
  width: auto;
  max-width: 75%;
}
  
@media screen and (max-width: 767px) {
  .detail .flex.align-center,
  .single .flex.align-center,
  .archive .flex.align-center,
  .page .flex.align-center {
    max-width: 95%;
  }
}

.page .balloon_inquiry {
  width: 8em;
}
  
@media screen and (max-width: 767px) {
  .page .balloon_inquiry {
    width: 5em;
  }
}

.page table {
  width: 80%;
}
  
@media screen and (max-width: 767px) {
  .page table {
    width: 95%;
  }
}

.page table tbody tr th {
  padding: 1em;
  background-color: #afafaf;
  border: 1px solid #fff;
  text-align: left;
  color: #fff;
}

.page table tbody tr td {
  padding: 1em;
  border: 1px solid #fff;
}

.page table tbody tr:nth-child(odd) td {
  background-color: #eee;
}
  
@media screen and (max-width: 767px) {
  .page table tbody tr:nth-child(1){
    display: none;
  }
  
  .page table tbody tr{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: 0;
  }
  
  .page table tbody tr:last-child {
    border-bottom: 1px solid #ccc;
  }
  
  .page table tbody tr td{
    display: block;
    width: 100%;
    border: 0;
    padding: 0.25em 0.5em;
  }
}


.detail .product_image, 
.single .product_image {
  padding: 10px;
}

.detail .product_details,
.single .product_details {
//  background-color: #E0D7C1;
//  background-color: #ECE2F0;
  background-color: #E2E8F0;
  padding: 10px;
}
  
@media screen and (max-width: 767px) {
  .detail .product_details,
  .single .product_details {
    width: calc(100%);
    margin-top: 10px;
  }
}

.detail .product_name__block,
.detail .product_detail__txt-box,
.detail .product_size-price__block,
.single .product_name__block,
.single .product_detail__txt-box,
.single .product_size-price__block {
  border-color: #666;
}


.bnr_takashimaya {
  display: flex;
  justify-content: center;
  margin-top: 120px;
  margin-bottom: 120px;
}
  
@media screen and (max-width: 767px) {
  .bnr_takashimaya {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.bnr_takashimaya a {
  display: block;
  background-color: #ccc;
}

.movie_item {
	border-radius: 0;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.5);
}

.link_button {
  border-radius: 0;
  padding: 1em 2em;
  
}
.button_primary {
  background-color: #666;
}
.button_primary:hover {
  background-color: #888;
}

