@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  color: #1a1a1a;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  /*	font-family: 'Shadows Into Light', cursive;*/
  font-size: 1.6rem;
  -webkit-font-smoothing: antiliased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.3em;
  letter-spacing: 1px;
}
main {
  background-color: #EBE7E4;
}
a {
  color: #1a1a1a;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.sp {
  display: block !important;
}
.pc {
  display: none !important;
}
div {
  box-sizing: border-box;
  display: block;
}
.js-animation {
opacity: 0;
visibility: hidden;
transform: translateY(40px);
transition: all 1s;
}
.js-animation.is-show {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}
/*---------------------------
 * utility
 --------------------------*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.dtn_derail_wrap_c {
  padding: 0 0 60px 0;
  text-align: center;
}
.dtn_derail_wrap_r {
  padding: 0;
  text-align: center;
}
a.btn_detail {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-image: url("../images/common/btn_detail_bg.png");
  background-repeat: no-repeat;
  height: 48px;
  width: 178px;
  font-weight: 300;
  color: #ffffff;
  line-height: 47px;
}
a.btn_detail:before {
  position: absolute;
  left: 35px;
  top: 15px;
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/common/narrow_tri@2x.png")no-repeat;
  background-size: contain;
}
.inner_sp {
  padding: 0 20px 0px;
}
.img_lay img {
  margin-bottom: 30px;
}
p.txt_s01 {
  padding-top: 0px;
  font-size: 100%;
  line-height: 1.8em;
}
p.txt_s01 > span {
  display: inline-block;
  white-space: wrap;
}
span.txt_s02 {
  display: block;
  margin-top: 8px;
  font-size: 80%;
  line-height: 1.5;
}
.br_pc {
  display: none;
}
.br_sp {
  display: block;
}
.br_tab {
  display: none;
}
.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
/*---------------------------
 * fade
 --------------------------*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
  transform: translate(0, 0);
}
/*---------------------------
 * zoom
 --------------------------*/
.box_one {
overflow: visible;
width: 100%;
height: 100%;
}
.box_one img {
display: block;
transition-duration: 0.5s;
}
.box_one img:hover {
transform: scale(1.6,1.6);
transition-duration: 0.5s;
}
/*---------------------------
 * title
 --------------------------*/
h2.section_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
/*  padding-top: 40px;*/
}
h2.section_ttl > span {
  display: inline;
  white-space: nowrap;
}
h2.section_ttl_s {
  line-height: 1.3;
  margin-bottom: 45px;
  padding-top: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
h2.section_ttl_s:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #BCBABA;
    z-index: 1;
}
h2.section_ttl_s span.en {
  font-size: calc(3.8rem + ((1vw - 7.68px) * 0.9259));
  transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  font-family: 'Shadows Into Light', sans-serif;
  display: block;
  line-height: 1;
  letter-spacing: 2px;
  position: relative;
  z-index: 4;
  background-color: #EBE7E4;
}
h2.section_ttl_s span.jp {
  font-size: .8rem;
  font-size: calc(1.5rem + ((1vw - 7.68px) * 0.9259));
  background-color: #EBE7E4;
  position: relative;
  z-index: 2;
}
h3.txt_em {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: solid 1px #BCBABA;
}
h3.txt_em > span {
  display: inline;
  white-space: normal;
}
/*---------------------------
 * header
 --------------------------*/
.header {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  padding: 0 20px;
  z-index: 50;
}
  .header_wrap {
    display: flex;
    height: 0;
}
/*---------------------------
 * logo
 --------------------------*/
.logo {
  width: 220px;
  position: relative;
  left: 20px;
  top: 13px;
  z-index: 44;
}
/*---------------------------
 * navigation
 --------------------------*/
.btn-trigger {
  -webkit-appearance: none;
  appearance: none;
  position: fixed;
  top: 24px;
  right: 12px;
  z-index: 110;
  width: 40px;
  height: 25px;
  border: none;
  background-color: rgba(255, 255, 255, -0.03);
  outline: none;
}
.btn-trigger span {
  position: absolute;
  display: block;
  width: 28px;
  height: 3px;
  background-color: #000000;
  transition: all 0.5s;
}
.btn-trigger span:first-of-type {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 11px;
}
.btn-trigger span:last-of-type {
  bottom: 0;
}
.btn-trigger.show span:first-of-type {
  transform: rotate(45deg);
  top: 12px;
}
.btn-trigger.show span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.show span:last-of-type {
  transform: rotate(-45deg);
  bottom: 10px;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 50px 0 0 0;
  height: 120%; /*--スクロールしても大丈夫なように大きめにしている-*/
  background-color: rgba(255, 255, 255, 1);
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateX(-150%);
}
.nav.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
.nav_list {
  flex-direction: column;
}
.nav_list_min900_sns {
  display: none;
}
.nav_list_row {
  flex-direction: row;
}
.nav_item{
  border-bottom: 1px solid #efefef;
  padding-left: 30px;
}
.nav_item > a {
  font-size: 1.6rem;
  position: relative;
}
.nav_item a.main_nav {
  position: relative;
  display: inline-block;
  padding: 0.6em 0.3em;
}
.nav_item a.main_nav:hover {
  background: -webkit-linear-gradient(transparent 60%, #4E3D3B 60%);
  background: -o-linear-gradient(transparent 60%, #4E3D3B 60%);
  background: linear-gradient(transparent 94%, #4E3D3B 60%);
}
.sns {
  font-size: 2.7rem;
}
.onlineshop_icon {
  display: none !important;
}
.narrow_shop {
  display: none;
}
/*---------------------------
 * main_visual
 --------------------------*/
.main_visual {
  position: relative;
  background: linear-gradient(to top, #A0B6B7 0%, #ffffff 100%);
  background-color: #A0B6B7;
}
.main_visual::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -105px;
  right: 0;
  left: 0;
  margin: auto;
  height: 62%;
  background: #fafafa;
}
.slide {
  margin: auto;
  margin-top: 100px;
  width: calc(100% - 100px);
  position: relative;
}
.mv_txt {
  position: absolute;
  top: 70%;
  right: 11%;
  z-index: 40;
  font-family: 'Noto Serif JP', 'YuMincho', serif;
  font-size: 30px;
  font-size: calc(3rem + ((1vw - 7.68px) * 1.3889));
  min-height: 0vw;
  line-height: 1.6;
  color: #FFFFFF;
opacity: 0;
    animation-name: SlideIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
	@keyframes SlideIn {
    from {
        opacity:0;
		transform: translateX(-50px);
    }
    to {
        opacity:1;
		transform: translateX(0px);
    }
}
.hello_img{
	position: absolute;
	top: 43%;
    left: 39%;
	width: 23%;
	z-index: 100;
	opacity: 0;
    animation: fadeIn 2s ease 2s 1 forwards;
}
@keyframes fadeIn { /*animetion-nameで設定した値を書く*/

  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}
/*---------------------------
 * news
 --------------------------*/
#news {
  position: relative;
  height: 130px;
  background: url("../images/common/bg_mat01.png") bottom center repeat-x #A0B6B7;
  line-height: 1.5em;
}
/*---------------------------
 * about
 --------------------------*/
.about_wrap {
  background-color: #EBE7E4;
  position: relative;
}
.about_inner {
  border-width: 2px;
  padding: 40px 20px 20px;
  border-color: #4D3D3C;
  border-style: solid;
  border-radius: 1px;
  background-color: #EBE7E4;
}
.about_inner::before, .about_inner::after {
  position: absolute;
  width: 20px;
  content: '';
  border-width: 20px 0px 0px 0px;
  border-style: solid;
  border-color: #4D3D3C;
}
.about_inner::before {
  top: 1px;
  right: 22px;
}
.about_inner::after {
  bottom: 1px;
  left: 22px;
}
.about_inner p {
  margin-bottom: 35px;
}
.about_inner p:last-of-type {
  margin-bottom: 0;
}
.about_item_txt p > span {
  display: inline;
  white-space: normal;
}
.social_btn {
  display: inline-block;
  text-align: center;
  color: #000000;
  font-size: 20px;
  text-decoration: none;
}
.social_btn span {
  position: relative;
  left: 8px;
}
.about_sig {
  padding-top: 20px;
  padding-bottom: 40px;
}
.about_logo {
  width: 200px;
  heght: auto;
  margin-bottom: 10px;
}
.social_btn span:hover {
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.insta-list {
  display: flex;
  justify-content: space-around;
  margin: 10px auto 40px;
  width: 78vw;
}
.insta-list li {
  width: 87px;
  height: 87px;
  margin: 10px 3px;
  overflow: hidden;
}
.insta-list li img {
  transition-duration: 0.5s;
}
.insta-list li:hover {
  opacity: .5;
  transition-duration: 0.5s;
}
/*instagram↓*/
/*#gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}*/
/*.gallery-item {
  flex: 1 1 33.333%;
  -ms-flex: 1 1 33.333%;
}*/
  .social_wrap {
/*    display: flex;
    flex-direction: column;
    width: 70%;*/
    padding: 50px 0 0;
  }
/*---------------------------
 * leather
 --------------------------*/
#top_leather {
  background: url("../images/top/leather_bg_l.jpg") repeat-y;
  box-sizing: border-box;
  background-size: 100%;
  margin-bottom: 100px;
}
#top_leather:before {
  background: url(../images/common/bg_mat02.png) top center repeat-x;
}
#top_leather:before {
  content: '';
  display: block;
  padding-top: 40%;
  max-height: 100px;
}
.kawa {
  font-size: 2.2em;
}
.top_leather_ttl {
  color: #ffffff;
}
.top_leather_wrap {
  margin-bottom: 30px;
}
.top_leather_wrap p {
  color: #ffffff;
  margin-bottom: 35px;
}
.top_leather_wrap p > span {
  display: inline;
  white-space: normal;
}
.top_leather_item_img {
  width: 100%;
}
.leather_book_wrap {
  position: relative;
  z-index: 5;
}
.leather_book_wrap:before {
  content: "";
  display: block;
  background: url("../images/top/leather_book_bg_s.png") no-repeat;
  background-size: 100%;
  min-height: 29px;
}
.leather_book_wrap:after {
  content: "";
  display: block;
  background: url("../images/top/leather_book_bg_bt_s.png") no-repeat;
  min-height: 47px;
  background-size: 100%;
}
.leather_book_inner {
  background: url("../images/top/leather_book_mid_s.png") repeat-y;
  background-size: 100%;
  padding-left: 13%;
  padding-right: 20px;
}
.leather_topic {
  padding-bottom: 55px;
}
/*.leather_topic:hover {
  background: radial-gradient(ellipse at center, rgba(225, 230, 243, 0.75) 0%, rgba(240, 215, 84, 0.75) 100%);
  border-radius: 30% 70% 46% 40% / 30% 70% 20% 40%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}*/
  .leather_topic:hover {
    opacity: 0.7;
  }
h3 span.ttl_no {
  font-size: 4rem;
  font-weight: 500;
  margin-right: 15px;
}
h3.leather_topic_ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 200;
}
/*h3.leather_topic_ttl:after {
  content: "";
  display: block;
  background: url("../images/common/line_brush@2x.png") no-repeat;
  min-height: 22px;
  background-size: 100%;
  margin: 6px auto;
}*/
h3.leather_lead_ttl {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 200;
}
/*h3.leather_lead_ttl:after {
  content: "";
  display: block;
  background: url("../images/common/line_brush@2x.png") no-repeat;
  min-height: 22px;
  background-size: 100%;
  margin: 6px auto;
}*/
p.leather_topic_txt {
  margin-bottom: 10px;
}
.leather_topic__more {
  font-size: 1.6rem;
  font-family: 'Shadows Into Light', sans-serif;
  text-decoration: underline;
}
.leather_topic__more::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 5px;
}
.leather_bottom {
  background: url("../images/top/bg_wood@2x.jpg") no-repeat #EBE7E4;
  background-size: 100%;
  margin: -18px 0 0;
  position: relative;
}
.leather_tag {
  margin: -45px 0 0;
  min-width: 334px;
  transition: all .6s ease-out;
}
.leather_tag:hover {
  transform: rotate(-8deg)
}
p.go_get_started_txt {
  line-height: 1.2em;
  font-size: 1.4em;
  font-weight: 500;
  position: absolute;
  top: 90px;
  left: 105px;
  transform: rotate(-15deg);
}
.get_started {
  position: absolute;
  top: 141px;
  left: 104px;
  transform: rotate(-15deg);
}
a.btn_detail_s {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-image: url(../images/common/btn_detail_bg.png);
  background-repeat: no-repeat;
  background-size: 84%;
  height: 48px;
  width: 178px;
  color: #ffffff;
  font-weight: 300;
  line-height: 42px;
}
a.btn_detail_s:before {
  position: absolute;
  left: 35px;
  top: 13px;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/common/narrow_tri@2x.png)no-repeat;
  background-size: contain;
}
/*---------------------------
 * rental box
 --------------------------*/
#other_sec_link {
  position: relative;
  background: #EBE7E4;
  margin-bottom: 100px;
}
.other_sec_link_txt {
  padding: 6% 6% 6% 5%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.other_sec_link_txt h2 {
  position: relative;
}
.other_sec_link_txt h2::after {
  content: "";
  position: absolute;
  left: 56%;
  top: -3%;
  width: 100px;
  height: 100px;
  background: #F0D753;
  border-radius: 47% 65% 72% 52% / 44% 84% 52% 66%;
  z-index: -1;
}
/*---------------------------
 * top_shop_info
 --------------------------*/
#shop {
  position: relative;
}
.shop_outer {
  border-width: 2px;
  border-color: #4D3D3C;
  border-style: solid;
  border-radius: 1px;
  position: relative;
  background-color: #EBE7E4;
}
.shop_outer::before, .about_inner::after {
  position: absolute;
  width: 20px;
  content: '';
  border-width: 20px 0px 0px 0px;
  border-style: solid;
  border-color: #4D3D3C;
}
.shop_header {
  display: flex;
  flex-direction: column-reverse;
  padding: 10% 5% 10%;
}
.shop_header ._img {
  margin-top: 20px;
border: solid 1px #d7d7d7;
}
.shop_info_detail_top {
  padding: 0 20px 30px;
  display: flex;
  flex-direction: column;
}
.shop_info_detail {
  padding: 50px 20px 30px;
  display: flex;
  flex-direction: column;
}
.shop_info_detail_top p {
  margin-bottom: 35px;
}
.shop_info_detail p {
  margin-bottom: 35px;
}
.shop_info_detail_sub p {
  margin-bottom: 35px;
}
address {
  /*  margin-bottom: 35px;*/
  font-style: normal;
}
.inner01 p.txt_s01, p.shop_info_contact span.txt_s01 {
  font-size: 1.1rem;
  line-height: 2em;
  padding-right: 10px;
  margin-bottom: 20px;
}
p.footer_logo_or {
  margin-bottom: 10px;
}
p.shop_info_contact {
  margin: 20px 0;
}
.inner03 p {
  margin-bottom: 30px;
}
p.shop_info_contact {
  border: dotted 2px #BCBABA;
  text-align: center;
  padding: 14px 14px;
  position: relative;
  text-transform: uppercase;
}
p.shop_info_contact span.tel {
  font-size: 2.8rem;
  font-family: 'Crimson Text', serif;
}
p.shop_info_contact span.mail {
  font-size: 1.8rem;
  font-family: 'Crimson Text', serif;
}
p.shop_info_contact span.mail:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  background-size: 100% 100%;
  background-image: url(../images/common/mail_icon@2x.png);
  vertical-align: middle;
  margin-right: 0.4em;
}
.onlineshop_btn {
  width: 100%;
  margin: 3rem auto;
  display: block;
  padding: 1rem 2rem;
  z-index: 7;
  position: relative;
  background-color: #FFFFFF;
  border: 3px solid #4D3D3C;
  border-style: dashed;
  box-shadow: 0px 0px 0px 6px #FFFFFF;
  color: #4D3D3C;
  border-width: 1px;
  overflow: hidden;
  font-size: 2rem;
}
.onlineshop_btn:before {
  content: '';
  display: inline-block;
  width: 31px;
  height: 35px;
  background-size: 100% 100%;
  background-image: url("../images/common/shop_icon@2x.png");
  vertical-align: middle;
  margin-right: 0.4em;
}
.onlineshop_btn_sub {
  width: calc(100% - 1rem);
  margin: 3rem auto 0;
  display: block;
  padding: 1rem 2rem;
  z-index: 7;
  position: relative;
  background-color: #FFFFFF;
  border: 3px solid #4D3D3C;
  border-style: dashed;
  box-shadow: 0px 0px 0px 6px #FFFFFF;
  color: #4D3D3C;
  border-width: 1px;
  overflow: hidden;
  font-size: 1em;
}
.onlineshop_btn_sub:before {
  content: '';
  display: inline-block;
  width: 31px;
  height: 35px;
  background-size: 100% 100%;
  background-image: url("../images/common/shop_icon@2x.png");
  vertical-align: middle;
  margin-right: 0.4em;
}
.shop_wrap_sub {
  padding-top: 3rem;
}
/*---------------------------
 * top_footer
 --------------------------*/
ul.footer_sns {
  display: flex;
  justify-content: center;
  padding-top: 40px
}
li.footer_sns_item:first-of-type {
  padding-right: 40px;
}
.map {
  text-align: center;
  padding: 0 5% 10%;
}
.footer {
  position: relative;
}
.footer:before {
  content: '';
  display: block;
  max-height: 100px;
  background: url(../images/common/bg_mat02.png) top center repeat-x;
  padding-top: 100px;
}
.copylight {
  font-size: 0.7em;
}
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  cursor: pointer;
  z-index: 10;
}
#pagetop p {
  font-family: 'Shadows Into Light', sans-serif;
  font-size: 4rem;
}
/*---------------------------
 * min-width:768px
 --------------------------*/
@media screen and (min-width:768px) {
  body {
    font-size: 1.6rem;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .header_s {
    display: inline-block!important;
  }
  h2.section_ttl {
    font-size: 2.8rem;
    font-size: calc(2.8rem + ((1vw - 7.68px) * 0.9259));
    line-height: 1.3;
    margin-bottom: 2rem;
    padding-top: 0;
  }
  h2.section_ttl_s {
    line-height: 1.3;
    margin-bottom: 45px;
    padding-top: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
  }
  h2.section_ttl_s:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #BCBABA;
    z-index: 1;
  }
  h2.section_ttl_s span.section_ttl_s_ja {
    font-size: .8rem;
    font-size: calc(.8rem + ((1vw - 7.68px) * 0.9259));
    background-color: #EBE7E4;
    position: relative;
    z-index: 2;
    padding-left: 15px;
  }
  h2.section_ttl_s span.en {
    font-size: 3rem;
    font-size: calc(6rem + ((1vw - 7.68px) * 0.9259));
    transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    font-family: 'Shadows Into Light', sans-serif;
    display: block;
    line-height: 1;
    letter-spacing: 2px;
    position: relative;
    z-index: 4;
    padding-right: 15px;
    background-color: #EBE7E4;
  }
  h2.section_ttl_s span.jp {
    font-size: 1rem;
    font-size: calc(.8rem + ((1vw - 7.68px) * 0.9259));
  }
  h2.section_ttl > span {
    display: inline-block;
    white-space: nowrap;
  }
  h3.txt_em {
    font-size: 1.8rem;
    font-size: calc(1.8rem + ((1vw - 0.2rem) * 0.3));
    font-weight: 500;
    text-align: center;
    line-height: 2.5;
  }
  h3.leather_topic_ttl {
    font-size: 1.5rem;
    font-size: calc(1.5rem + ((1vw - 0.2rem) * 0.3));
    margin: 30px 0 10px;
    font-weight: 200;
  }
  h3.leather_lead_ttl {
    font-size: 2.4rem;
    font-size: calc(2.4rem + ((1vw - 7.68px) * 0.9259));
  }
  .inline {
    display: inline-block;
  }
  .dtn_derail_wrap_c {
    padding: 0 0 10px 0;
  }
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }

  /*---------------------------
	 * header
   --------------------------*/
  /*  .header {
    background-color: rgba(255, 255, 255, 0.50);
  }
  .nav {
    background-color: transparent;
  }
  .sns_list {
    right: 35px;
    top: 600px;
    position: absolute;
  }
  .sns_list li {
    margin-bottom: 20px;
  }
  .onlineshop_icon {
    display: none !important;
  }*/
  /*---------------------------
 * header
 --------------------------*/
  .header {
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
    padding: 0 20px;
    z-index: 50;
  }
  /*---------------------------
 * logo
  --------------------------*/
/*  .logo {
    width: 136px;
    position: absolute;
    z-index: 101;
	top: 20px;
    left: 20px;
  }*/
  /*---------------------------
 * navigation
    --------------------------*/
   /*.btn-trigger {
  -webkit-appearance: none;
  appearance: none;
  position: fixed;
  top: 24px;
  right: 12px;
  z-index: 110;
  width: 40px;
  height: 25px;
  border: none;
  background-color: rgba(255, 255, 255, -0.03);
  outline: none;
}
.btn-trigger span {
  position: absolute;
  display: block;
  width: 28px;
  height: 3px;
  background-color: #000000;
  transition: all 0.5s;
}
.btn-trigger span:first-of-type {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 11px;
}
.btn-trigger span:last-of-type {
  bottom: 0;
}
.btn-trigger.active span:first-of-type {
  transform: rotate(45deg);
  top: 12px;
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active span:last-of-type {
  transform: rotate(-45deg);
  bottom: 10px;
}
.nav {
  display: none;
  /*	display: flex;
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 50px 0 150px;
  height: 120%; 
  background-color: rgba(255, 255, 255, 1);
  justify-content: center;
  flex-direction: column;
}
.nav_list {
  flex-direction: column;
}
.nav_list_row {
  flex-direction: row;
}
.nav_item > a {
  font-size: 1.6rem;
  position: relative;
}
.nav_item a.main_nav {
  position: relative;
  display: inline-block;
  padding: 0.6em 0.3em;
}
.nav_item a.main_nav:hover {
  background: -webkit-linear-gradient(transparent 60%, #4E3D3B 60%);
  background: -o-linear-gradient(transparent 60%, #4E3D3B 60%);
  background: linear-gradient(transparent 94%, #4E3D3B 60%);
}
.sns {
  font-size: 2.7rem;
}
.onlineshop_icon {
  display: none !important;
}
.narrow_shop {
  display: none;
}
  /*---------------------------
	 * main
   --------------------------*/
  main {
    background-color: #EBE7E4;
  }
  /*---------------------------
	 * main_visual
   --------------------------*/
  .slide {
    margin: auto;
    margin-top: 100px;
    width: calc(100% - 200px);
  }
.hello_img{
	position: absolute;
	top: 63%;
    left: 70%;
	width: 7%;
	z-index: 100;
	opacity: 0;
    animation: fadeIn 2s ease 2s 1 forwards;
}
@keyframes SlideIn{
    from{
        opacity:0;
		transform: translateX(-50px);
    }
    to {
        opacity:1;
		transform: translateX(0px);
    }
}
  .mv_txt {
    font-size: calc(1.8rem + ((1.5vw - 2.31px) * 0.9259));
    position: absolute;
    top: 45%;
    left: 48%;
    width: 44%;
    font-family: 'Noto Serif JP', 'YuMincho', serif;
    min-height: 0vw;
    line-height: 1.6;
    color: #FFFFFF;
    height: auto;
    opacity: 0;
    animation-name: SlideIn;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: 1s;
    animation-fill-mode: forwards
  }
  /*---------------------------
	 * news
   --------------------------*/
#news {
  height: 180px;
	}
  .news_wrap {
    position: absolute;
    right: 70px;
  }
  .news_wrap dd {
    line-height: 2.3rem;
  }
  /*---------------------------
	 * about
   --------------------------*/
  .about_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 10% 10.5% 5% 10.5%;
  }
  .about_inner p:last-of-type {
    margin-bottom: 30px;
  }
  .about_item_txt {
    width: 59%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
.about_item:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 50%;
    background-color: #eb3432;
    z-index: 1;
    transform-origin: right center;
    transform: scaleX(1);
    transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, 
    transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
  .about_item {
    width: 35vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 9.23076vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
.about_item img {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
    left: -100%;
    transition: 0.7s;
}
 
.about_item img {
    opacity: 1;
    left: 0;
}
 
.photo-move-cross.about_item:before {
    transform: scaleX(0);
    width: 100%;
}
/*  .about_item::before {
    content: "";
    position: absolute;
    top: 6vw;
    right: -2.5vw;
    display: block;
    width: 23.0769vw;
    height: 23.0769vw;
    background: #213640;
    z-index: 2;
  }*/
/*  .about_item ._img {
    position: relative;
    z-index: 3;
  }*/
/*  .social_wrap {
/*    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 50px 0 0;
  }*/
  /*	インスタテスト*/
  .insta-list {
	width: 35vw;
	}
	.insta-list li{
	width: 67%;
		height: 67%;
	}
  /*---------------------------
	 * leather
   --------------------------*/
  .top_leather_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10% 10.5% 5% 10.5%;
    margin-bottom: 0px;
    position: relative;
  }
  #top_leather {
    position: relative;
    padding-bottom: 200px;
    margin-bottom: 100px;
  }
  #top_leather:before {
    padding-top: 100px;
  }
  .top_leather_wrap p > span {
    display: inline-block;
    white-space: nowrap;
  }
  .top_leather_item_txt {
    position: relative;
    width: 32%;
	z-index: 2;
  }
  .top_leather_item_img {
    z-index: 1;
    width: 57%;
  }
/*  .top_leather_img01 {
    width: 50%;
    position: absolute;
    top: 30px;
    right: 10px;
  }
  .top_leather_img02 {
    width: 47%;
    position: absolute;
    top: 368px;
    left: 0;
  }
  .top_leather_img03 {
    width: 80%;
    position: absolute;
    top: 0;
    left: 0%;
  }*/
  .leather_book_inner {
    background: url("../images/top/leather_book_mid.png") repeat-y;
    background-size: contain;
    background-position: 0px 50px;
    padding: 1% 0 0 0;
  }
  .leather_book_wrap {
    position: relative;
    z-index: 5;
    /*	min-width: 40%;*/
    max-width: 70%;
    min-height: 636px;
    background-image: url("../images/top/leather_book_bg_top.png"), url("../images/top/leather_book_bg_bt.png");
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: 0px 0px, 0px 100%;
    margin: auto;
    padding: 2% 0;
  }
  .leather_book_wrap:before {
    display: none;
  }
  .leather_book_wrap:after {
    display: none;
  }
  .leather_topic_wrap {
    margin-left: -30px;
    padding-left: 10%;
    padding-bottom: 5%;
    display: flex;
    flex-wrap: wrap;
  }
  .leather_topic {
    flex-basis: 222px;
    box-sizing: border-box;
    margin: 20px 0 0 30px;
    padding: 10px 24px 0 10px;
    border-radius: 30% 70% 46% 40% / 30% 70% 20% 40%;
    /*    transition: background 8s ease;*/
  }
  .leather_topic:hover {
    background: radial-gradient(ellipse at center, rgba(225, 230, 243, 0.75) 0%, rgba(240, 215, 84, 0.75) 100%);
    width: 100px;
  }
  p.leather_topic_txt {
    font-size: 1.6rem;
  }
  .dtn_derail_wrap_r {
    padding: 0 0 30px 0;
  }
  a.btn_detail:before {
    position: absolute;
    left: 22px;
    top: 13px;
  }
  .leather_bottom:before {
    display: block;
    content: "";
    padding-top: 4%;
  }
  .leather_bottom {
    width: 100%;
    height: auto;
    padding: 0 0 35%;
    position: absolute;
    bottom: 0px;
  }
  .leather_tag {
    margin: 0px 0 0 20px;
    position: absolute;
    bottom: 0px;
  }
  p.go_get_started_txt {
    line-height: 1.3em;
    font-weight: 500;
    top: 38%;
    left: 111px;
  }
  .get_started {
    top: 169px;
    left: 132px;
  }
  a.btn_detail_s {
    font-size: 1.4rem;
  }
  /*---------------------------
	 * rental box
   --------------------------*/
  #other_sec_link {
    position: relative;
    padding: 9% 10.5% 5% 10.5%;
    display: flex;
  }
  #other_sec_link::after {
    content: "";
    position: absolute;
    top: 66px;
    right: 0;
    display: block;
    width: 100vw;
    height: 20vw;
    background: #DDD9D7;
    z-index: 1;
  }
  .other_sec_link_img {
    width: 31vw;
    top: 3%;
    right: 10.5%;
    position: absolute;
    z-index: 2;
  }
  .other_sec_link_txt {
    width: 54.23vw;
    position: relative;
    z-index: 3;
  }
  .other_sec_link_txt h2 {
    position: relative;
  }
  .other_sec_link_txt h2::after {
    content: "";
    position: absolute;
    left: 48%;
    top: -94%;
    width: 200px;
    height: 200px;
    background: #F0D753;
    border-radius: 47% 65% 72% 52% / 44% 84% 52% 66%;
    z-index: -1;
  }
  /*---------------------------
	 * shop_info
   --------------------------*/
  #shop {
    position: relative;
  }
  .shop_wrap_sub {
    padding-top: 0;
  }
  .shop_outer {
    border-width: 2px;
    border-color: #4D3D3C;
    border-style: solid;
    border-radius: 1px;
    position: relative;
    background-color: #EBE7E4;
  }
  .shop_outer::before, .about_inner::after {
    position: absolute;
    width: 20px;
    content: '';
    border-width: 20px 0px 0px 0px;
    border-style: solid;
    border-color: #4D3D3C;
  }
  .shop_outer::before {
    top: 0;
    right: 0;
  }
  .shop_outer::after {
    bottom: 0;
    left: 0;
  }
  .shop_inner {
    padding: 10% 10.5% 5% 10.5%;
  }
  .shop_inner_sub {
    padding: 5% 10.5% 5% 10.5%;
    margin: 0 auto;
  }
  .shop_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
  .shop_header ._txt {
    width: 25%;
  }
  .shop_header ._img {
	margin-top: 0; 
    position: relative;
    width: 70%;
    z-index: 2;
  }
/*  .shop_header ._img::before {
    content: "";
    position: absolute;
    top: -3vw;
    left: -3.5vw;
    display: block;
    width: 17vw;
    height: 15vw;
    background: #213640;
    z-index: -1;
  }*/
  p.shop_info_lead > span {
    display: inline-block;
    white-space: nowrap;
  }
  .shop_info_detail {
    padding: 5% 5% 5%;
    display: flex;
    flex-direction: column;
  }
  .shop_info_detail_sub {
    padding: 80px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  p.footer_logo_or {
    margin-bottom: 10px;
  }
  .inner01_02 {
    display: flex;
    flex-direction: row;
    flex-basis: 70%;
  }
  .inner01 {
    border-right: 1px solid #EBE7E4;
    padding-right: 43px;
    flex-basis: 50%;
  }
  .inner02 {
    border-right: 1px solid #EBE7E4;
    padding-right: 43px;
    flex-basis: 50%;
  }
  .inner03 {
    flex-basis: 30%;
  }
  p.shop_info_contact {
    padding: 20px 20px;
  }
  p.shop_info_contact span.tel {
    font-size: 2rem;
    font-size: calc(2rem + ((1vw - 7.68px) * 0.9259));
    font-family: YuMincho, '游明朝', serif;
  }
  p.shop_info_contact span.mail:before {
    width: 40px;
    height: 30px;
  }
  .inner01 p.txt_s01, p.shop_info_contact span.txt_s01 {
    font-size: 1.5rem;
  }
  /*---------------------------
	 * footer 
   --------------------------*/
  .footer {
    position: relative;
  }
  .footer:before {
    padding-top: 117px;
  }
  /* pagetop */
  #pagetop {
    position: fixed;
    right: 10px;
    bottom: 50px;
    cursor: pointer;
    z-index: 10;
  }
  p.footer_logo_or {
    margin-bottom: 30px;
  }
.map {
    padding: 0;
}
/*---------------------------
	 * min-width: 900px
 --------------------------*/
@media (min-width: 900px) {
  #news h2 {
    font-size: 1.8rem;
  }
  .header_s {
    display: none !important;
  }
  #header {
    background-color: rgba(255, 255, 255, 0.8);
    height: 100px;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .header_wrap {
    display: flex;
    height: 131%;
    justify-content: space-between;
    -o-transition: all 0.5s ease;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
    min-width: 92%;
    flex-shrink: 0;
    flex-basis: auto;
  }
  .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100px;
    position: static;
    padding: 0 40px;
    line-height: 1;
    flex-direction: row;
	background-color: transparent;
    opacity: 1;
	transform: translateX(0%);
  }
  .sns {
    font-size: 2.5rem;
  }
  .nav_list {
    display: flex;
    flex-direction: row;
  }
  .nav_item {
    margin-bottom: 0;
	border: none;
	padding-left: 0;
  }
  .nav_item_link {
    margin-left: 28px;
  }
  .nav_item_contact {
    margin-left: 25px;
  }
  .nav_list_min900_sns {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
  }
  .nav_list_min900_sns li img.narrow_shop {
    display: none;
    position: absolute;
    top: 65px;
    right: 10px;
    z-index: 100;
    width: 80px;
  }
  .nav_list_min900_sns li img.narrow_shop {
    display: inline;
  }
  .nav_list_min900_sns li img.narrow_shop {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    opacity: 0;
  }
  .nav_list_min900_sns li.onlineshop_int:hover .nav_list_min900_sns li img.narrow_shop {
    opacity: 1;
  }
  .nav_list_min900_sns li img.narrow_shop:hover {
    opacity: 1;
  }
  .onlineshop_icon {
    min-width: 21px;
    width: 21px;
    height: auto;
  }
  .onlineshop_icon {
    display: block !important;
  }
  .btn-trigger {
    display: none;
  }
  .br_tab {
    display: block;
  }
  /*---------------------------
	 * main_visual
--------------------------*/

/*    @keyframes leaf {
        0% { left: 0px; top: -100px;}
        50% { left: 500px; top: 300px;}
        100% { left: 1000px; top: 400px; }
        0% { transform: rotate(0deg); }
        25% { transform: rotate(15deg); }
        50% { transform: rotate(0deg); }
        75% { transform: rotate(-15deg); }
        100% { transform: rotate(0deg); }
    }
    #leaf{
	    animation: leaf 5s linear infinite;
        position: relative;
		width: 30%;
    }
*/

  img.mv_img {
    max-width: 87%;
  }
  .about_item_txt {
    width: 44%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .shop_info_detail_top {
    padding: 5% 0 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .shop_info_detail {
    padding: 5% 0 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /*---------------------------
	 * logo
 --------------------------*/
  .logo {
    width: 15%;
    position: absolute;
    z-index: 101;
	top: 20px;
    left: 20px;
  }
  .wrapper {
    max-width: 95%;
    margin: 0 auto;
  }
  /*---------------------------
	 * min-width: 1160px
--------------------------*/
  @media (min-width: 1160px) {
    h3.txt_em > span {
      display: inline-block;
      white-space: nowrap;
    }
    .about_item_txt p > span {
      display: inline-block;
      white-space: nowrap;
    }
	.br_tab {
    display: none;
  }
	}