@charset "UTF-8";
/* CSS Document */
html{
  font-size: 14px;
}
a{
  transition-duration: .3s;
}
a img{
  transition-duration: .3s;
}
ul li{
  list-style-type: none;
}
/*　共通css
-----------------------*/
.sp640{  
	display: none;
}
.bold{  
	font-weight: 700;
}
.center{
  text-align: center;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lato{
  font-family: 'Lato', sans-serif;
}
.serif{
  font-family: 'Noto Serif JP', serif;
}
.site_btn{
  width: 100%;
}
.site_btn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #c0393b;
  color: #c0393b;
  font-size: 1.71rem;
  font-weight: 500;
  border-radius: 10px;
  height: 64px;
}
.site_btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0,-50%);
  width: 16px;
  height: 17px;
  background-image: url("/img/common/ico_arw.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: .3s;
}
.site_btn a:hover{
  background-color: #c0393b;
  color: #fff;
  opacity: 1;
}
.site_btn a:hover::after{
  background-image: url("/img/common/ico_arw_fff.svg");
}
.page_ttl_area{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 65px;
}
.page_ttl_area::before{
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin: 0 1.5em 0 0;
}
.page_ttl_area::after{
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin: 0 0 0 1.5em;  
}
.page_ttl span{
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.02em;
}
.page_ttl .en{
  color: #c0393b;
  font-size: 2.57rem;
  margin-bottom: 8px;
}
.page_ttl .ja{
  font-size: 1.21rem;
}
.line_ttl{
  text-align: center;
  margin-bottom: 25px;
}
.line_ttl span{
  font-family: 'Harenosora';
  font-size: 1.86rem;
  border-bottom: 1px solid #000;
  color: #1c1c1c;
  line-height: 1.54;
  padding-bottom: 5px;
}
@media screen and (min-width: 1025px){
	.sp{
    display: none;  
	}  
}
@media screen and (max-width: 1024px){
	.pc{
		display: none!important;
	} 
  .site_btn a{
    font-size: 1.43rem;
  }
  .page_ttl_area{
    padding: 0 5%
  }
  
}
@media screen and (max-width: 640px){
	.sp640{
    display: block;  
	}  
	.pcTab{
    display: none;  
	}
  .site_btn a{
    font-size: 1.14rem;
    height: 54px;
  }
  .site_btn a::after{
    width: 13px;
    height: 14px;
  }
  .page_ttl_area{
    margin-bottom: 36px;
  }
  .page_ttl .en{
    font-size: 2.0rem;
  }
  .page_ttl .ja{
    font-size: 1.07rem;
  }
  .line_ttl span{
    font-size: 1.43rem;
  }
}

/*　デフォルト要素の調整
-----------------------*/
#contents{
  width: 100%;
  max-width: 1280px;
}
#main-column{
  width: 100%;
  max-width: 960px;
}
#sub-column{
  width: 250px;
  margin-right: 70px;
}
.header_area,
.footer_area{
  display: none;
}
.w100 .freeArea2{
  margin-bottom: 0;
  padding-bottom: 0;
}
#Journal > h1{
  display: none;
}
#Journal > article > h2{
  display: none;
}
.state_r{
  display: none;
}
#bread-crumb-listTop ol li{
  color: #000;
  font-size: 1.0rem;
}
select{
  color: #000;
}
@media screen and (min-width: 1025px){
  #contents{
    padding-top: 130px;
  }
}
@media screen and (max-width: 1024px){
  #contents{
    padding-top: 60px;
  }
  #main-column{
    padding: 0 0 60px;
  }
  #bread-crumb{
    padding: 0 5%;
    display: none;
  }
  
}
@media screen and (max-width: 640px){
  #main-column{
    padding: 0;
  }
  #bread-crumb-listTop ol li{
    font-size: 0.86rem;
  }

}

/*　header
-----------------------*/
#site-header{
  background-color: #fff;
  position: relative;
  box-shadow: 1px 1px 1px rgba(0,0,0,.2);
  height: 200px;
}
#site-header .header_inner{
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
#site-header .header_inner ul li + li{
  margin-left: 60px;
}

#site-header .header_inner ul li a{
  font-family: 'Noto Serif JP', serif;
  font-size: 1.14rem;
}
.head_logo{
  z-index: 1;
  width: 160px;
}
@media screen and (max-width: 1450px){
  #site-header{
    height: 150px;
  }
  #site-header .header_inner ul li a{
    font-size: 1.0rem;
  }
  .head_logo{
    width: 140px;
  }
}
@media screen and (max-width: 1150px){
  #site-header .header_inner ul li + li{
    margin-left: 40px;
  }
}
@media screen and (min-width: 1025px){
  #site-header{
    
    padding-bottom: 40px;
  }
  .head_logo{
    position: absolute;
    left: 50%;
    transform: translate(-50%,50%);
    margin: 0 auto;
  }
  #site-header .header_inner ul li a{
    font-weight: 600;
  }
  #site-header .header_inner .head_nav{
    justify-content: flex-start;
  }
  #site-header .header_inner .info_nav{
    justify-content: flex-end;
  }
  #header_nav_btn{
    display: none;
  }
}
@media screen and (max-width: 1024px){
  #site-header{
    height: 100px;
  }
  .head_logo{
    width: 80px;
    top: 25px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
  }
  #site-header .header_inner .head_nav,
  #site-header .header_inner .info_nav{
    display: none;
  }
  #header_nav_btn{
    position: fixed;
    top: 25px;
    right: 5%;
    width: 50px;
    height: 50px;
    border: 1px solid #a78957;
    /*background-color: #fff;*/
    z-index: 1001;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    transition: .8s cubic-bezier(.19,1,.22,1);
    background-color: #fff;
  }
  #header_nav_btn .trigger_box{
    position: relative;
    width: 16px;
    height: 17px;
  }
  #header_nav_btn .trigger_box span{
    width: 16px;
    height: 1px;
    background-color: #a78957;
    position: absolute;
    transition: .8s cubic-bezier(.19,1,.22,1);
  }
  #header_nav_btn .trigger_box span:nth-child(1){
    top: 0;
  }
  #header_nav_btn .trigger_box span:nth-child(2){
    top: 8px;
  }
  #header_nav_btn .trigger_box span:nth-child(3){
    bottom: 0;
  }
  .show_nav #header_nav_btn{
    border-color: #fff;
  }
  .show_nav #header_nav_btn .trigger_box span{
    /*width: 30px;*/
  }
  .show_nav #header_nav_btn .trigger_box span:nth-child(1){
    transform: rotate(45deg);
    top: 8px;
  }
  .show_nav #header_nav_btn .trigger_box span:nth-child(2){
    opacity: 0;
  }
  .show_nav #header_nav_btn .trigger_box span:nth-child(3){
    transform: rotate(-45deg);
    top: 8px;
  }
  
}
@media screen and (max-width: 640px){
  
}

/*　footer
-----------------------*/
footer{
  height: auto;
  background-color: none;
  margin-top: 0;
}
#footer{
  background-color: #1c1c1c;
  padding: 47px 0 64px;
}
#footer .footer_wrap{
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
#footer .ft_shop_info .add{
  font-size: 0.85rem;
  line-height: 1.66;
  pointer-events: none;
}
#footer .footer_wrap .plcy_link{
  margin-bottom: 15px;
}
#footer .footer_wrap .plcy_link li{
  position: relative;
  padding: 0 15px;
}
#footer .footer_wrap .plcy_link li::after{
  content: "|";
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85rem;
  color: #fff;
}
#footer .footer_wrap .plcy_link li:last-child::after{
  content: none;
}
#footer .footer_wrap .plcy_link li a{
  color: #fff;
  font-size: 0.85rem;
}
#footer .footer_wrap .copyRight{
  font-size: 0.85rem;
}
/*ページトップ*/
#floating-menu{
  bottom: 0;
  right: 0;
}
#page-top a{
  background: url("../img/common/page_top.png") 0 0 no-repeat;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
}
#page-top a:hover{
  background: url("../img/common/page_top.png") 0 0 no-repeat;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0.75;
}

@media screen and (min-width: 1025px){
  #footer .footer_wrap{
    justify-content: space-between;
    align-items: flex-end;
  }
  #footer .ft_shop_info{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
  }
  #footer .ft_shop_info .ft_logo{
    margin-right: 45px;
  }
  #footer .ft_shop_info .ft_logo img{
    width: 72px;
  }
  #footer .ft_shop_info .shop_name{
    margin-bottom: 10px;
  }
  #footer .footer_wrap .plcy_link li:last-child{
    padding: 0 0 0 15px;
  }
  #footer .footer_wrap .plcy_link li a{
    text-decoration: underline;
  }
  #footer .footer_wrap .copyRight{
    text-align: right;
  }
  /*ページトップ*/
  #page-top a{
    width: 106px;
    height: 106px;
  }
}
@media screen and (max-width: 1024px){
  #footer .footer_wrap{
    flex-direction: column;
  }
  #footer .ft_shop_info .ft_logo{
    width: 40%;
    margin: 0 auto 20px;
  }
  #footer .ft_shop_info .add{
    text-align: center;
    margin-bottom: 2.0em;
  }
  #footer .footer_wrap .plcy_link{
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .footer_wrap .plcy_link li{
    line-height: 1.66;
  }
  
  #footer .footer_wrap .copyRight{
    text-align: center;
  }
  /*ページトップ*/
  #page-top a{
    width: 65px;
    height: 65px;
  }
  #page-top a:hover{
    background: url("../img/common/page_top.png") 0 0 no-repeat;
    background-size: contain;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 640px){
  #footer .ft_shop_info .ft_logo{
    width: 55.0667%;
  }
  #footer .footer_wrap .plcy_link li:nth-child(2)::after{
    content: none;
  }
}
/*　sidebar
-----------------------*/
#sub-column h2{
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.43rem;
  font-weight: 600;
  border-top: 1px solid #000;
  line-height: 1;
}
#sub-column .group nav ul li, #sub-column .category nav ul li, #sub-column .link nav ul li{
  border-bottom: 1px dotted #a1a1a1;
}
#sub-column .group nav ul li:first-child, #sub-column .category nav ul li:first-child, #sub-column .link nav ul li:first-child{
  border-top: 1px solid #000;
}
#sub-column .group nav ul li a, #sub-column .category nav ul li a, #sub-column .link nav ul li a{
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.21rem;
}
@media screen and (min-width: 1025px){
  #sub-column > section:nth-child(1){
    display: none;
  }
}
@media screen and (max-width: 1024px){
  #sub-column *{
    position: relative;
  }
  #sub-column{
    display: block;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    padding: 100px 8% 40px;
    overflow: scroll;
    background-color: #fff;
    opacity: 0;
    transition: .6s cubic-bezier(.165,.84,.44,1);
  }
  #sub-column > section{
    /*opacity: 0;*/
  }
  .show_nav #sub-column{
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
  .show_nav #sub-column > section{
    opacity: 1;
    /*transition: 1.8s cubic-bezier(.165,.84,.44,1) .3s;*/
  }
  #sub-column .nav__menu .menuList{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #sub-column .nav__menu .menuList li{
    margin-right: 2.0rem;
    margin-bottom: 1.5em;
  }
  #sub-column .nav__menu .menuList li a{
    color: #000;
    border-bottom: 1px solid #ccc;
    font-size: 1.07rem;
  }
  #sub-column h2{
    font-size: 1.21rem;
    border-top: none;
    padding: 10px 0;
  }
  #sub-column .group nav ul li a, #sub-column .category nav ul li a, #sub-column .link nav ul li a{
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 640px){
  
}
/*　ラインナップ
-----------------------*/
#lineup_area.top{
  margin-bottom: 127px;
}
#lineup_area .inner .info_tl{
  margin-bottom: 30px;
  text-align: center;
}
#lineup_area .inner .info_tl img{
  width: 98px;
}
#lineup_area .inner .info_lu .txt{
  line-height: 2.14;
  margin-bottom: 1em;
}
#lineup_area .inner .img img{
  width: 100%;
}
/*下層用*/
#lineup_area.lower .lu_catch{
  padding-bottom: 57px;
  position: relative;
  margin-bottom: 40px;
}
#lineup_area.lower .lu_catch::before{
  content: "";
  width: 1px;
  height: 40px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}
#lineup_area.lower .lu_catch span{
  font-size: 1.43rem;
}
@media screen and (min-width: 1025px){
  #lineup_area .inner{
    justify-content: space-between;
    align-items: center;
  }
  #lineup_area .inner > div{
    width: 46.8750%;
  }
}
@media screen and (max-width: 1024px){
  #lineup_area{
    padding: 0 8%;
  }
  #lineup_area.top{
    margin-bottom: 95px;
  }
  #lineup_area.lower .lu_catch{
    display: none;
  }
  #lineup_area .inner{
    flex-direction: column-reverse;
  }
  #lineup_area .inner .img{
    margin-bottom: 35px;
  }
  #lineup_area .inner .info_lu .txt{
    margin-bottom: 40px;
    font-size: 1.0rem;
  }
  #lineup_area .inner .site_btn a{
    color: #fff;
    background-color: #c0393b;
  }
  #lineup_area .inner .site_btn a::after{
    background-image: url("../img/common/ico_arw_wh.svg");
  }
}
@media screen and (max-width: 640px){
  #lineup_area.top{
    margin-bottom: 70px;
  }
  #lineup_area .inner .info_lu .txt{
    line-height: 1.66;
    font-size: 0.85rem;
    margin-bottom: 25px;
  }
}


/*　
-----------------------*/
@media screen and (min-width: 1025px){
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 640px){
}
