@charset "utf-8";

/*
Theme Name: Piece Craft / konone
*/


/*COMMON*/
html { -webkit-text-size-adjust:none; -webkit-print-color-adjust:exact; }
body { width:100%; -webkit-text-size-adjust:none; text-rendering:optimizeLegibility;color:#282828;font-feature-settings: "palt";-webkit-font-smoothing: subpixel-antialiased;text-size-adjust: none; }
body,div,span,a,p,img,ul,li,h1,h2,input,textarea,select { margin:0; padding:0; }
li {list-style-type:none;}
div,a,p,input,textarea,select { box-sizing:border-box; }
a { text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0); }
a:focus { outline:none; }
*:focus {outline: none;}
a:hover {cursor: pointer}
a,p { color:#282828; }
img { width:100%; border-style:none; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none; -webkit-user-drag:none; user-drag:none; pointer-events:none; vertical-align:middle; }
.kerning { -webkit-font-feature-settings: normal;-ms-font-feature-settings: normal;-o-font-feature-settings: normal;font-feature-settings: normal; }
.ie .nokerning,.edge .nokerning { font-feature-settings:normal; }
.mac { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
.ja1 { font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.ja2 { font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; font-weight:700;}
.jg1 { font-family:helvetica, Helvetica Neue, Shuei KakuGo Gin L, YuGothic, "Yu Gothic", "游明朝", "游明朝体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-weight: normal; }
.en01 { font-family:helvetica, Helvetica Neue, Shuei KakuGo Gin L, YuGothic, "Yu Gothic", "游明朝", "游明朝体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.en02 { font-family:helvetica, Helvetica Neue, Shuei KakuGo Gin B, YuGothic, "Yu Gothic", "游明朝", "游明朝体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight:700; }

.clear { clear:both; float:none !important; width:0 !important; height:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; min-height:0 !important; }
.separate { clear:both; float:none !important; width:100% !important; height:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important;  }
.opa,.wrap_on .scroll_element { opacity:0; }
.none { display:none !important; }
.none0 { display:none; }
.pc a[href^="tel:"] { cursor:default; pointer-events:none; }
.vertical { -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl;writing-mode: vertical-rl;-webkit-font-feature-settings: 'vpal';-ms-font-feature-settings: 'vpal';-o-font-feature-settings: 'vpal';font-feature-settings: 'vpal';	 }
.sp_br {display:none;}
.pc_none {display:none;}
.txt_small { font-size: 11px !important;line-height: 1.85714;color: #666;}
.txt_center {text-align: center;}


/*STRUCTURE*/
.wrap {
	width:100%;
	position:relative;
	overflow:hidden;
}
.wrap_inner {
  max-width:1200px;
  width: 88%;
  margin: 0 auto;
  position: relative;
}
.main_visual {
  width: 50%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}
.main_visual_inner {
  position: relative;
}
.main_visual + .main,
.main_visual > .menu {
  width: 50%;
  min-height: 100vh;
}
.main {
  display: block;
  position: relative;
  float: right;
  width: calc(100% - 70px);
  margin-top: 0;
}
.home .main {
  float: none;
  width: 100%;
}
.contents_inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.contents section {
  box-sizing: border-box;
  width: 88%;
  margin: 0 auto 120px;
  background-image:url('img/bg_border.svg?2022');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 100px;
}
.contents section:first-of-type {
  margin: 0 auto 120px;
  background: none;
  padding-top: 0;
}
.contents section.footer {
  margin: 0 auto;
  background: none;
  padding: 0;
  background: none !important;
}
.top_main_inner {
  width: 66.666%;
  margin: 80px auto 0;
  max-width: 600px;
}
.footer_inner {
  width: 88%;
  margin: 0 auto;
}


/*HEADER*/
.header {
  position: fixed;
  top: 20px;
  left: 25px;
  z-index: 20;
}
.header .title {
  height: auto;
  width: 120px;
  margin: 0;
  padding: 0;
}
.header .title a {
  display: block;
  width: 100%;
  max-width: 118px;
  height: 100%;
  min-height: 103px;
}
.main_visual .copyright,
.page footer .copyright {
  position: fixed;
  bottom: 20px;
  left: 25px;
}
.main_visual .copyright p,
.page footer .copyright p {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #fff;
}

/*scroll*/
#scrollDown {display: none;}
.contents_inner {
  width: 100%;
  position: relative;
}
.contents_detail_scroll {
  top: -170px;
}
.contents_scroll {
  width: 1px;
  height: 90px;
  position: absolute;
  right: 30px;
  z-index: 3;
}

.contents_scroll div {
  width: 100%;
  height: 0;
  position: relative;
}
.contents_scroll div {
  animation: scroll-bar1 1s ease-in-out 1s forwards;
}
@keyframes scroll-bar1 {
0% {height: 0%;}
100% {height: 100%;}
}
.contents_scroll div span {
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 0 0 -4px;
  border-radius: 50%;
}
.contents_scroll div span,.contents_scroll div span {
  animation: scroll-bar2 2.5s ease-in-out 2s infinite;
}
@keyframes scroll-bar2 {
0% {top: 0;opacity: 0;}
15%, 55% {opacity: 1;}
100%, 70% {top: 90%;opacity: 0;}
}
.contents_detail_scroll div, .contents_detail_scroll div span {
  background: rgba(255,255,255);
}



/*MENU*/
.nav {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_inner {
  position: relative;
}
.nav_sns {
  position: absolute;
  top: 0;
  right: 35px;
}
.company .nav_sns {
  top: 2.5px;
}
.nav_sns ul {
  display: table;
  width: 100%;
}
.footer_nav {
  padding: 40px 0;
}
.footer_nav ul {
  display: table;
  margin: 0 auto;
}
.nav_sns ul li,
.footer_nav ul li {
  display: table-cell;
  margin-right: 18px;
  font-size: 20px;
  padding: 0 7px;
}
.nav_sns ul li a,
.footer_nav ul li a {
  color: #444444;
  display: flex;
}
.nav_sns ul li.ic_shop,
.footer_nav ul li.ic_shop {
   position: relative;
}
.nav_sns ul li.ic_shop a,
.footer_nav ul li.ic_shop a {
  width: 23px;
  height: 20px;
  position: relative;
  display: block;
}
.nav_sns ul li.ic_shop a img,
.footer_nav ul li.ic_shop a img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 2.5px;
}
.footer_nav ul li.ic_shop a img {
  top: 2px;
}
.nav_sns ul li.ic_note,
.footer_nav ul li.ic_shop {
   position: relative;
}
.nav_sns ul li.ic_note a,
.footer_nav ul li.ic_note a {
  width: 17px;
  height: 17px;
  position: relative;
  display: block;
}
.nav_sns ul li.ic_note a img,
.nav_sns ul li.ic_shop a img,
.footer_nav ul li.ic_note a img,
.footer_nav ul li.ic_shop a img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.nav_sns ul li.ic_shop a img,
.footer_nav ul li.ic_shop a img {
  top: 2px;
}
.win .nav_sns ul li.ic_shop a img,
.win .footer_nav ul li.ic_shop a img {
  top: 2.5px;
}
.nav_sns ul li.ic_note a img:nth-child(2),
.nav_sns ul li.ic_shop a img:nth-child(2) {
   display: none;
}
.nav_on .nav_sns ul li.ic_note a img:nth-child(2),
.nav_on .nav_sns ul li.ic_shop a img:nth-child(2) {
   display: block;
}
.nav_on .nav_sns ul li.ic_note a img:nth-child(1),
.nav_on .nav_sns ul li.ic_shop a img:nth-child(1) {
   display: none;
}
.home .nav_sns ul li.ic_note a img:nth-child(1),
.home .nav_sns ul li.ic_shop a img:nth-child(1) {
   display: none;
}
.home .nav_sns ul li.ic_note a img:nth-child(2),
.home .nav_sns ul li.ic_shop a img:nth-child(2) {
   display: block;
}


/*MENU BUTTON */
.nav_btn_wrap {
  position:absolute;
  top: 2px;
  right: 0;
}
.nav_btn,
.nav_btn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.nav_btn {
  position: relative;
  width: 25px;
  height: 18px;
}
.win .nav_btn {
  height: 17px;
}
.nav_btn:hover {
  cursor:pointer;
}
.nav_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background:rgba(40,40,40,.6);
}
.nav_btn span:nth-of-type(1) {
  top: 0;
}
.nav_btn span:nth-of-type(2) {
  top: 48%;
}
.nav_btn span:nth-of-type(3) {
  bottom: -1px;
}

/*close*/
.active .nav_btn span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.active .nav_btn span:nth-of-type(2) {
  opacity: 0;
}
.active .nav_btn span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
.nav_btn_wrap.active {
  top: 0;
}
.active .nav_btn {
  height: 25px;
}
.active .nav_btn span {  
  background: #ffffff !important;
}
.nav_on .nav_sns a {
  color: #fff !important;
}



/*MENU INNER*/
.menu {
  display: block;
  position: fixed;
  background: #333333;
  opacity: 0.95;
  z-index: 10;
  overflow: auto;
  height: 100%;
  width: 35%;
  right: 0;
}
.menu .contents_main {
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.active .header_main_navi {
  display: none;
}
.menu_bottom_wrap {
  display: table;
  width:100%;
  position: absolute;
  bottom: 15px;
}
.menu_bottom_inner {
  position: relative;
}
.menu_block_btn {
	left:50%;
	margin: 80px 0 0 -120px;
  width: 240px;
  position: absolute;
  top: 20%;
}
.menu_block_btn a {
  background: #00473d;
  text-align: center;
  padding:10px 0;
  display: block;
}
.menu_block_btn a p {
  color: #fff;
}
.menu_block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 66.666%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.menu_block a {
  color: #fff;
}
ul.gnav_main-list li.gnav_main-list_item:last-child {
  margin-bottom: 0;
}
li.gnav_main-list_item {
   margin-bottom: 6.5vh;
}
li.gnav_main-list_item h3 {
  font-size:24px;
  letter-spacing:0.12em;
  margin: 0 0 15px;
}
li.gnav_main-list_item h3 span {
  font-size: 14px;
  padding-left: 5px;
  letter-spacing: 0.1em;
}
ul.gnav_bottom-list_wrap li {
   font-size: 18px;
}
ul.gnav_bottom-list {
  padding-top: 3vh;
}
ul.gnav_bottom-list li {
  margin-bottom: 1.5vh;
  display: table-cell;
  padding: 0 10px;
}
ul.gnav_bottom-list li a {
  letter-spacing: 0.15em;
}
ul.gnav_bottom-list li:first-child a {
  position:relative;
  padding-left: 22px;
}
ul.gnav_bottom-list li:first-child a:before {
  font-family: "FontAwesome";
  content: '\f041';
  font-weight: 900;
  position: absolute;
  font-size: 17px;
  left: 0;
  bottom:0;
}
.gnav_bottom {
  position: absolute;
  bottom: 3.3vh;
  right: 3vh;
}
.gnav_bottom a {
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 13px;
}
.gnav_sub-list {
  padding-top: 3px;
  padding-left: 20px;
}
.gnav_sub-list li {
  display: inline-block;
  padding-right: 15px;
}
.gnav_sub-list li a {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #f0f0f0;
}
.gnav_sub-txt {
  padding-top: 3px;
  padding-left: 20px;
}
.gnav_sub-txt p {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #f0f0f0;
}


/*HOME*/
.home_visual_wrap {
  height: 100%;
  position: relative;
}
.home_nav_bottom {
   position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  z-index: 10;
}
.home_main_visual {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.home_main_visual_inner {
  height: 100%;
  position: relative;
}
.top_main_img {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.top_main_img div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  z-index:10;
  left: 0;
  top: 0;
}
.home_main_title {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
}
.home_main_title h2,
.home_main_title p {
  text-align: center;
  color: #fff;
}
.home_main_title h2 {
  display: block;
  width: 265px;
  height: 200px;
  margin-bottom: 13px;
}

.home_main_title p {
  font-size: 14px;
  letter-spacing: 0.15em;
}
.home_visual_wrap .copyright {
  display: none;
}
.home .nav_btn span {
  background: #fff;
}
.home .nav_sns a {
  color: #fff;
}


/*home next button & home nav next button*/
.home_next_button {
  position: relative;
}
.home_next_button_wrap {
  transition: .6s;
  font-size: 0;
  line-height: 0;
  display: block;
  z-index: 1;
  height: 50px;
  width: 50px;
/*  border: 2px solid #fff;*/
  border-radius: 50px;
  margin: 20px auto 0;
  position: relative;
}
.home_nav_next_button {
  position: absolute;
  top: 45%;
  right: 3.5vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.home_nav_next_button_wrap {
  transition: .6s;
  display: block;
  z-index: 1;
  position: relative;  
}
div.home_nav_next_button_ic span {
  display: inline-block;
  width: 50px;
  height: 16px;
  line-height: 1;
  position: absolute;
  left: 14px;
  top: 19px;
  margin: 0 15px 0 0;
  overflow: hidden;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(.95,1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   background: url( "img/ic_arrow.svg") right center / 50px auto no-repeat;
}

/*link*/
.home_main_visual .slick-initialized .slick-slide a {
  display: block;
}
.home_main_visual_inner:hover .home_next_button_wrap {
  opacity: .8;
  transition-duration: .5s;
}
div.home_nav_next_button_ic span:after {
  width: 1.5px;
  height: 8px;
  right: 1px;
  bottom: 4.6px;
}

/*HOME BUTTON*/
.btn {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.btn-arrow {
  position: relative;
  color: #382504;
  font-size: 1.8rem;
  transform: scaleY(0.8);
  transition: 0.35s ease-in-out;
}
.win.chrome .btn-arrow {
  bottom: -2px;
}
.btn-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-back-inner {
  position: absolute;
  border: 0 solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color:rgba(255,255,255,0.8);
  transition: 0.15s ease-out;
}
/* ハートのアニメーション */
.btn:hover .btn-arrow {
  color: #fff;
  transform: scale(1.2, 0.9);
}
/* 背景のアニメーション */
.btn:hover .btn-back-inner {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  transform: scale(1.1);
}



/*banner_wrap*/
.home_banner_wrap {
  width: 350px;
  position: absolute;
  box-sizing: border-box;
  color: #fff;
  bottom: 20px;
  right: 0;
  background-color: rgba(255,255,255,0.7);
  z-index: 5;
  display: table;
}
.home_banner_wrap a {
  display: table;
  width: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #4C4948;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 14px;
}
.home_banner_wrap .f_left {
  width: 35%;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.home_banner_wrap .f_left img {
   width: 95px;
}
.home_banner_wrap .f_right {
  margin-bottom: 3px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 3px;
  background: url(img/ic_arrow_sp.svg?202006) right 2px center / 10px auto no-repeat;
}
.home_banner_wrap .f_right p {
  font-size: 11px;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: 0.15em;
}
.home_banner_wrap .f_right h3 {
  font-size: 16px;
  margin: 0;
  letter-spacing: 0.1em;
}



/*slide*/
.pc_img {display: block;}.sp_img {display: none;}
.home_visual_wrap .slider_wrap .photo_wrapper {
  height: 100%;
}
.home_visual_wrap .slider_wrap .photo {
   height: 80vh;
}



/*SLIDE*/
.slider_wrap .photo_wrapper {
  height: 100vh;
}
.slider_wrap__description {
  margin-top: 10px;
  text-align: center;
  position: relative;
  top: unset;
  left: unset;
  opacity: 1;
}

/*PAGE TITLE*/
.page-title {
  display:inline-block;
  padding: 20px 25px 0;
}
.page-title h2 {
  font-size: 12px;
  color: #444444;
  letter-spacing: 0.15em;
  font-weight: normal;
}

/*SECTION TOP*/
section.top_main .title h2 {
   text-align: center;
}
section.top_main .title h2 span {
   font-size: 13px;
   color: #444444;
   letter-spacing: 0.2em;
   display: block;
}
section.top_main .title h2 img {
  height: auto;
  width: 100%;
  max-width: 250px;
}
section.top_main h3 {
   font-size: 26px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 50px 0 15px;
  position: relative;
}
section.top_main p {
  font-size: 16px;
  line-height: 1.85714;
  letter-spacing: 0.08em;
  margin: 0 0 25px;
  padding: 0;
}
section.section_block01 h2.section_title {
  margin-bottom:0;
}
/*タイトルbg*/
section .bg_title {
  display: table;
  margin: 0 auto 50px;
  position: relative;
}
section .bg_title span {
  border-top: 1px solid #938052;
  width: 13px;
  margin: 0 auto;
  display: block;
  padding: 0 0 20px;
}
section .bg_title img {
  margin-top: -10px;
  height: 30px;
  width: auto;
}
/*section .bg_title img.long {
  height: 40px;
}*/
.company section.section_block01 .bg_title img {
  height: 45px;
}

/*SECTION COMMON*/
section.block h2.section_title {
   font-size: 26px;
  line-height: 1.85714;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 10px;
  color: #616243;
}
section.block .section_cnt {
  padding-top: 10px;
  width: 66.666%;
  margin: auto;
  max-width: 600px;
}
section.block .section_cnt p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
section.block h3 {
   font-size: 24px;
  line-height: 1.85714;
  letter-spacing: 0.15em;
  margin: 0 0 40px;
  color: #616243;
}
.section_cnt h5 {
  font-weight: bold;
  margin-top: 0;
  letter-spacing: 0.15em;
  color: #382504;
  margin-bottom: 13px;
}


/*BLOCK01*/
.section_block01 ul.list_item_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px -30px;
}
.section_block01 ul.list_item_4 li {
  margin: 0 0 0 30px;
  width: calc(50% - 30px);
  white-space: normal;
  position:relative;
}
.section_block01 ul.list_item_4 li a {
  display: block;
  letter-spacing: 0.08em;
  font-size: 13px;
}
.section_block01 ul.list_item_4 li a:nth-child(2) {
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
  margin-bottom: 20px;
}
.section_block01 .section_cnt ul.list_item_4 h4 {
   margin:10px 0 20px;
   font-size: 16px;
   letter-spacing: 0.1em;
}
.section_block01 .section_cnt ul.list_item_4 p {
   font-size: 13px;
   line-height: 1.5;
   margin-bottom: 5px;
}
.block_link_btn {
  position: relative;
  margin-top: 15px;
  display: block;
  width:100%;
}
.block_link_btn a {
  display: block;
  text-align:center;
  padding: 5px 0 4px;
  border: 1px solid #aa965c;
}
.block_link_btn a:hover {background: #aa965c;transition: 0.5s;opacity: 0.8;color: #fff;}


/*BLOCK02*/
.bg_img_wrap {
  width: 100%;
  margin: 0 auto 55px;
}
.bg_img_wrap .photo_wrapper {
  padding-top: 70%;
}


/*CENTER SLIDER*/
.slider_center_wrap {
  width: 100%;
  margin: 0 auto 85px;
  position: relative;
  max-width: 800px;
}
.slider-center .photo_wrapper {
  padding-top: 70%;
}

/*ボタン*/
.slider-center .slick-arrow {
  position: absolute;
  bottom: -68px;
}
.slick-next {
  right: 0;
  background-position: 0 -155px;
}
.slick-prev {
  right: 45px;
}
.slick-next, .slick-prev {
  transition: .6s;
  position: absolute;
  background: 0;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  outline: 0;
  padding: 0;
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  display: block;
  height: 0;
  margin-top: -2pc;
  overflow: hidden;
  padding-top: 37px;
  width: 40px;
  z-index: 1;
  border: 1px solid #aa965c;
  border-radius: 100%;
  background-position: 0 -81px;
  background-size: 151px 729px;
}
.slick-next:before, .slick-prev:before {
  color: #aa965c;
  -ms-filter: 'alpha(opacity=75)';
  font-family: slick;
  font-size: 26px;
  margin-top: -35px;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  position: absolute;
  -moz-osx-font-smoothing: grayscale;
  font-family: helvetica, Helvetica Neue, Shuei KakuGo Gin L, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transform: scale(0.6, 1);
}
.win.chrome .slick-next:before,.win.chrome .slick-prev:before {
  margin-top: -32px;
}
.slick-next:hover,.slick-prev:hover {
  background:#aa965c;
  transition: 0.5s;opacity: 0.8;
}
.slick-next:hover:before,.slick-prev:hover:before {color: #fff;}
.slick-next:before {
  content: '>';
  left: 9pt
}
.slick-prev:before {
  content: '<';
  right: 9pt;
}


/*MAP*/
.map {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
}
.map embed,.map iframe,.map object {
  width: 100%;
  height: 750px;
  margin-top: -190px;
}
#access_wrap h5 {
  margin-bottom: 30px;
  color: #616243;
}


/*BLOCK05*/
section.section_block05 .section_cnt p {
  font-size: 16px;
  margin-bottom: 40px;
}




/*FOOTER*/

.home footer.footer {padding-top:0;position: absolute;bottom: 15px;left: 17px;z-index: 5;}
.home .footer .copyright {padding: 0;font-size: 12px;display: block;}
.home .footer .copyright p {white-space: nowrap;color:#fff;}
.home .footer_inner {width: auto;margin:0;}

.footer_ul {
  background-image:url('img/bg_border.svg?2023');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  display: table;
  width: 100%;
}
.footer_ul_list {
  display: table;
  width: 100%;
}
ul.footer_ul li.footer_ul_list:first-child {
  background-image:url('img/bg_border.svg?2023');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;   
}
ul.footer_ul li.footer_ul_list:nth-child(2) {
  background-image:url('img/bg_border.svg?2023');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.footer_ul_inner_wrap {
  max-width: 800px;
  margin: 30px auto;
  width: 80%;
}
.footer_ul_inner {
  display: table;
  justify-content: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;  
}
.footer_ul_inner_list {
  margin: 0;
  white-space: normal;
  position: relative;
  display: table-cell;
}
ul.footer_ul_inner li.footer_ul_inner_list:first-child {
  width:20%;
}
ul.footer_ul_inner li.footer_ul_inner_list:nth-child(2) {
  width:auto;
}
.footer_ul_inner_list .txt_wrap {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  margin-left: 30px;
  padding-right: 80px;
  background: url( "img/ic_arrow.svg" ) right center / 50px auto no-repeat;
}
.footer_ul_inner h3 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin: 0 0 15px;
  color: #444444;
}
.footer_ul_inner h3 span.jg1 {
  font-size: 11px;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  font-weight: normal;
  display: block;
}
.footer_ul_inner p {
  font-size: 12px;
  line-height: 1.875;
  letter-spacing: 0.08em;
}
ul.footer_ul_inner li.footer_ul_inner_list:nth-child(2) .footer_ul_inner h3 {
  margin: 0 0 10px;
}
ul.footer_ul_inner li.footer_ul_inner_list:nth-child(2) p {
  line-height: 1.6;
}
.footer_ul_inner p span {
  font-size: 10px;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 3px;
}
/*
.footer_nav {
  padding: 40px 0;
}
.footer_nav ul {
  display: table;
  margin: 0 auto;
}
.footer_nav ul li {
  display: inline-block;
  font-size: 20px;
  padding: 0 7px;
}
.footer_nav ul li a {
  color: #444444;
}
.footer_nav ul li a img {
  vertical-align: text-bottom;
}
.win.chrome .footer_nav ul li a img {
  padding-bottom: 2px;
}
.footer_nav ul li.ic_note {
   position: relative;
}
.footer_nav ul li.ic_note a {
  width: 17px;
  height: 17px;
  vertical-align: text-bottom;
}
.footer_nav ul li.ic_shop a {
  width: 23px;
  height: 20px;
  vertical-align: text-bottom;
}
.footer_nav ul li.ic_shop a img {
  top: 2px;
  width: 100%;
}*/
.safari .footer_nav ul li.ic_note a img,
.edge .footer_nav ul li.ic_note a img,
.safari .footer_nav ul li.ic_shop a img,
.edge .footer_nav ul li.ic_shop a img {
  padding-bottom: 3px;
}
.footer .copyright {
  font-size: 10px;
  text-align: center;
  padding-top: 30px;
  display: none;
  letter-spacing: 0.08em;
}

/*HOME*/
.home .wrap {
  background:url('img/bg.jpg?2022') repeat;
}


#contact_wrap .section_cnt {
  padding-top: 0;
}
#contact_wrap .txt_wrap {
  margin-bottom: 25px;
}
#contact_wrap .txt_wrap p {
  margin-bottom: 13px;
}


/*COMPANY*/
.company .wrap {
  background:url('about/img/bg.jpg?20340') repeat;
}
.company section.section_block01 .section_cnt {
  padding-top: 30px;
}
.txt_link_wrap + .txt_link_wrap {
  margin-top: 25px;
}

/*.block_link_wrap*/
.block_link_wrap {
  margin: 50px 0 85px;
}
.block_link_wrap a {
  display: block;
  position:relative;
}
.block_link_wrap .btn {
  position: absolute;
  z-index:2;
  right: 22px;
  bottom: -12%;
  background-color: #606142;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.5% 14% 4.5% 8%;
  width: auto;
  height: auto;
  border: double 4px #999966;
}

.block_link_wrap a .photo_wrapper {
  padding-top: 62.5%;
}
section.block .section_cnt .block_link_wrap .btn p {
  font-size: 16px;
  color: #fff;
  margin: 0 8px 0 0;
}
.block_link_wrap .linkArrow_wrap {
  position:relative;
  height: 100%;
}
.block_link_wrap div.linkArrow_cnt {
  display: inline-block;
  width: 11%;
  height: 16px;
  right: 0;
  position: absolute;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 30px 0 0;
}
.block_link_wrap div.linkArrow_cnt span:before,div.linkArrow_cnt span:after {
  content: "";
  display: block;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  position: absolute;
  background: rgba(40,40,40,1);
}
.block_link_wrap div.linkArrow_cnt span.white:before,.block_link_wrap div.linkArrow_cnt span.white:after {
  background: #ffffff;
}
.block_link_wrap div.linkArrow_cnt span:before {
  width: 80px;
  height: 1px;
  right: 0;
  bottom: 6px;
}
.block_link_wrap div.linkArrow_cnt span:after {
  width: 1px;
  height: 7px;
  right: 1px;
  bottom: 4px;
}
.block_link_wrap .photo_over_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  max-width: 220px;
}


/*ABOUT*/
.about .wrap {
  background:url('about/img/bg.jpg?20340') repeat;
}
.about section.top_main h3 {
  line-height: 1.85714;
  margin: 40px 0 20px;
}
.about section.top_main .bg_title {
  margin-bottom: 55px;
}
.about .section_block01 h2.section_title {
  margin-bottom: 10px;
}
.about section.block h2.section_title {
  color: #382504;
}
.about section.section_block03 h2.section_title {
  margin-bottom: 70px;
}
.about section.top_main .title h2 {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 80px;
  color: #382504;
  font-weight: bold;
}
.about .section_block01 h4 {
  font-size: 21px;
  letter-spacing: 0.15em;
  margin-top: 0;
  margin-bottom: 40px;
}
.about .section_block01 .section_cnt {
  padding-top: 40px;
}
.about .section_block01 .section_cnt p {
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  line-height: 1.6;
}
.about .section_block01 ul {
  margin: 0 0 0 -35px;
}
.about .section_block01 ul li {
  margin-top: 0;
  margin: 0 0 0 35px;
  width: calc(50% - 35px);
}
.about .section_block02 dl.common_dl {
  padding-top: 0;
}
.about .section_block02 dl.common_dl dt,
.about .section_block02 dl.common_dl dd {
  width: 100%;
}
.about .section_block02 dl.common_dl dd {
  border-bottom: 1px solid #a39671;
  margin-bottom: 22px;
  padding-bottom: 22px;
}
.about .section_block02 dl.common_dl dd:last-child {
  margin-bottom: 0;
}
ul.ul_point {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
}
ul.ul_point li {
  margin-bottom: 5px;
  list-style-type: square;
  color: #a39671;
}
ul.ul_point li span {
  color: #282828;
}
ul.ul_point li:last-child {
  margin-bottom: 0;
}
.about #access_wrap h5 {
  color: #382504;
}
#access_wrap .bg_title img {
  height: 32px;
}
.about .section_block04 .bg_img_wrap,
.shopinfo .section_block03 .bg_img_wrap {
  margin-bottom: 25px;
}
.about .section_block04 p.custom {
  font-size: 14px;
  margin-bottom: 5px;
}


/*KONONE*/
.shopinfo .wrap {
  background:url('shopinfo/img/bg2.jpg?2032') repeat;
}
.shopinfo .contents section {
  background-image: url('shopinfo/img/bar_konone.svg?2032');
}
.shopinfo .contents section:first-of-type {
  background: none;
}
.shopinfo .page-title h2 {
  color: #222222;
}
.shopinfo section.block a,.shopinfo section.block p {
  color: #231815;
}
.shopinfo section.block h2.section_title,
.shopinfo section.block h3,
.shopinfo #access_wrap h5,
.shopinfo .section_block01 .section_cnt ul.list_item_4 h4 {
  color: #76492c;
}
/*.shopinfo .slick-next,.shopinfo .slick-prev {
  border: 1px solid #681718;
}
.shopinfo .slick-next:before,.shopinfo .slick-prev:before {
  color: #681718;
}
.shopinfo .slick-next:hover,.shopinfo .slick-prev:hover {
  background:#681718;
  transition: 0.5s;opacity: 0.8;
}*/
.shopinfo .contents section.section_block01 {
  margin: 0 auto 60px;
  padding-top: 45px;
}
.shopinfo .contents section.section_block01 .list_item_4_wrap {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
.shopinfo .section_block02 .bg_img_wrap {
  margin: 0 auto 40px;
}
.shopinfo section.top_main h3 {
  font-size: 21px;
  line-height: 1.7;
  margin: 20px 0 18px;
}
.shopinfo section.top_main .title p {
  text-align: right;
  line-height: 1.8em;
  font-size: 8px !important;
  width: 80%;
  margin-top: 8px;
  margin-bottom: 40px;
}
.shopinfo section.top_main p {
  margin: 0 0 18px;
}
.shopinfo section.top_main .top_txt_cnt p.txt_small {
  text-align: right;
}
.shopinfo ul.footer_ul li.footer_ul_list:first-child {
  background-image: url('shopinfo/img/bar_konone2.svg?2032');
}
.shopinfo .footer_ul,.shopinfo ul.footer_ul li.footer_ul_list:nth-child(2)  {
  background-image: url('shopinfo/img/bar_konone.svg?2032');
}
.shopinfo .footer_ul_inner_list .txt_wrap {
  background-image: url('shopinfo/img/ic_arrow.svg?2032');
}
.shopinfo .block_link_btn a,
.shopinfo .common_btn a {border-color: #76492c;color: #76492c;}
.shopinfo .block_link_btn a:hover,
.shopinfo .common_btn a:hover {background: #76492c; color: #fff;}
.shopinfo .txt_small {color: #282828;}

.shopinfo .block_link_wrap {margin: 50px 0 65px;}


/*INSTA SLIDER*/
.insta_slider_wrap {
  margin-left: calc((100% - 85%)/ 2);
  margin-right: -6.5%;
  margin-top: 125px;
  padding-bottom: 0;
  position: relative;
}
.insta_slider_wrap h4 {
  height: 50px;
  position: absolute;
  z-index: 1;
  left: -25px;
  top: -44px;
  margin: 0;
}
.insta_slider_wrap h4 img {
  width: auto;
  height: 100%;
}
.insta_slider_wrap ul.insta_slider .slick-slide {
  max-height: 350px;
}
.insta_slider_wrap a .photo_wrapper {
  border-radius: 0;
  padding-top: 100%;
}
.insta_slider_wrap a .photo_wrapper img {
  object-fit: cover;
}
.insta_slider_wrap .insta_link_txt a {
  display: table;
  margin-top: 15px;
}
.insta_slider_wrap .insta_link_txt a p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  display: table-cell;
  padding-right: 13px;
  line-height: 1;
}

/*next button*/
.next_button {
  position: relative;
  display: table-cell;
}
.next_button_wrap {
  transition: .6s;
  font-size: 0;
  line-height: 0;
  display: block;
  z-index: 1;
  height: 26px;
  width: 26px;
  border-radius: 50px;
  position: relative;
}
.next_button .btn-back-inner {
  border: 1px solid #666666;
  background-color: unset;
}
.next_button .btn-arrow {
  font-size: 18px;
}
.win.chrome .next_button .btn-arrow {
  bottom: -0.5px;
}

/*link*/
.home_main_visual .slick-initialized .slick-slide a {
  display: block;
}
.insta_link_txt a:hover .next_button .btn-back-inner {
  opacity: .8;
  background:#382504; 
  transition-duration: .5s;
}
.insta_link_txt a:hover .next_button .btn-arrow {
  color: #fff;
}
