html:not(.responsive) {
    min-width: 1100px;
    /* viewport */
}


/*=============================================
 * body
 *=============================================*/

body {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 2.5px;
    font-weight: 400;
    background: #FFF;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
}


/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*=============================================
 * .fnt - customs
 *=============================================*/


/*=============================================
 * <main>
 *=============================================*/
/* 
main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
} */

.wrap {
    width:960px !important;
}

.hvr-radial-out {
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    display: block;
    width: 526px;
}

a:hover {
    text-decoration: none;
}

.hvr-radial-out:before {
    background: #415038;
    color: #fff;
}

.hvr-radial-out:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 94px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.hvr-radial-out:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.hvr-radial-out:hover {
    border: 1px solid #415038;
}

.hvr-overline-from-left:before {
    background: #415038;
    top: auto;
    bottom: 0;
    height: 1px;
}


.txt_en {
  font-size: 13px;
  color: #938961;
  display: block;
  line-height: 17px;
  letter-spacing: 2.5px;
}

.txt-center {
  text-align: center;
}

.ttl {
  font-size: 22px;
  line-height: 44px;
  margin-bottom: 56px;
  letter-spacing: 4px;
}

.ttl p {
  margin-bottom: 33px;
}

.ttl .txt_en {
  position: relative;
  border-bottom: 1px solid #a3a3a3;
  display: inline-block;
  padding: 0 5px 8px;
  letter-spacing: 4px;
}


/*=============================================
 * <section>
 *=============================================*/




/*header:before {
  content: url("../img/index/header_deco.png");
  bottom: -130px;
  left: -73px;
  position: absolute;
  height: 426px;
  z-index: 1;
  pointer-events: none;
}*/



.dis_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.menuList {
    margin-bottom: 55px;
    position: relative;
}

.menuList h3,
.menu-ttl {
    border-bottom: 2px solid #c4b784 !important;
    font-size: 13px;
    line-height: 25px;
    padding-bottom: 5px !important;
}

.menuList h3 span,
.menu-ttl span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding-left: 8px;
}

.menuList h4 {
    border-bottom: 2px solid #c4b784 !important;
    line-height: 25px;
    padding: 38px 0 5px 5px !important;
}

.menuList dl {
    border-bottom: 1px solid #c4b784;
    line-height: 29px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.menuList dt {
    padding-left: 5px;
}

.menuList dt span {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
}

.menuList dd {
    text-align: right;
}

.menuList dd.pos {
    position: absolute;
    bottom: 0;
    right: 0;
}

.menuList .price {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 25px;
}


/* CSS for IE */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .hvr-radial-out {
        padding-top: 5px;
    }
    .header_btn2 a {
        padding-top: 5px;
    }
    .global_tel p img {
        margin-top: -11px;
    }
    .header_btn a {
        line-height: 26px;
    }
    .header_btn a::after {
        top: 9px;
    }
}

.btn_fixed {
    position: fixed;
    right: 0;
    /* top: 75px; */
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.btn_fixed.active {
    opacity: 1;
    pointer-events: visible;
}

.copy.copied {
    pointer-events: none !important;
    border: 1px solid #415038;
    color: #fff;
}

.copy.copied:after {
    border-color: #fff;
}

.copy.copied:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

@media screen and (max-width: 1440px) {
    .btn_fixed img,
    #pagetop img {
        width: 70px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    footer .hvr-radial-out {
        padding-bottom: 49px;
    }
    a img,
    header .nav-fl a img {
        transition: opacity 0s ease !important;
        -moz-transition: opacity 0s ease !important;
        -webkit-transition: opacity 0s ease !important;
    }
}









/* Scss Document */
#key {
  background: url(../img/shopping/key_img.jpg) no-repeat center/cover;
}

#lead .lead_img2 {
  top:305px;
  left: -15px;
  position: absolute;
  z-index: 2;
}
#lead .lead1 {
  position: relative;
  z-index: 0;
  margin-top: 50px;
  padding-bottom: 20px;
}
#lead .lead1:before {
  content: url("../img/shopping/lead_bg1.jpg");
  height: 420px;
  bottom: 50px;
  left: -20px;
  position: absolute;
  z-index: -1;
}
#lead .lead1 h3 {
  font-size: 24px;
  margin-left: 228px;
  letter-spacing: 7.6px;
}
#lead .lead1 .lead_txt1 {
  margin-top: 20px;
  width: 483px;
  position: relative;
  padding-bottom: 61px;
  letter-spacing: 2.7px;
}
#lead .lead1 .lead_txt1:before {
  content: url("../img/shopping/lead_deco1.jpg");
  height: 156px;
  bottom: 0;
  right: -80px;
  position: absolute;
  z-index: -1;
}
#lead .lead1 .lead_txt1 p {
  margin-bottom: 35px;
}
#lead .lead2 {
  position: relative;
  z-index: 0;
  margin-top: 12px;
}
#lead .lead2:before {
  content: url("../img/shopping/lead_bg2.jpg");
  top: -19px;
  right: -132px;
  position: absolute;
  z-index: -1;
}
#lead .lead2:after {
  content: url("../img/shopping/lead_deco2.jpg");
  height: 174px;
  bottom: 0;
  right: -300px;
  position: absolute;
  z-index: -1;
}
#lead .lead2 h3 {
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 6px;
  margin-bottom: 11px;
}
#lead .lead2 h3 span {
  display: block;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 25px;
}
#lead .lead2 .lead2_img {
  margin-left: -64px;
}
#menu {
  background: url("../img/index/scene_bg.jpg");
}
#menu .wrap {
  padding: 86px 50px 75px;
  z-index: 0;
  width: 860px !important;
}
#menu .wrap:before {
  content: url("../img/shopping/menu_deco.jpg");
  top: 0;
  right: -72px;
  position: absolute;
  z-index: -1;
}

#menu .wrap1 {
  padding: 86px 0 75px;
  z-index: 0;
}
#menu .wrap1:before {
  content: url("../img/shopping/menu_deco.jpg");
  top: 0;
  right: -72px;
  position: absolute;
  z-index: -1;
}
#menu h2 {
  font-size: 30px;
  line-height: 66px;
  letter-spacing: 6px;
}
#menu .menu_txt {
  line-height: 99px;
  margin-bottom: 21px;
}
#menu .menuCol {
  width: 487px;
}

#menu .menuCol2 {
  width: 1000px;
}
#menu .c_box {
  padding-top: 100px;
  padding-left: 20px
}
#menu .c_box .slide_fade {
  float: left;
	width: 500px;
}
#menu .c_box dl {
  float: left;
  text-align: left;
  width: 420px;
  margin-top: 0px;
}

#menu .c_box .menu_btn{
	margin-left: -60px;
}

#menu .c_box1 {
  padding-top: 10px;
  margin-bottom: 40px;
}
#menu .c_box1 .slide_fade {
  float: left;
	width: 500px;
}

#menu .c_box1 .fr{
  width: auto;
	margin-top: -70px;
	margin-left: 30px;
}

#menu .c_box1 dl {
  text-align: left;
}

#menu .c_box1 #buy{
	width: 100%;
}

/* #menu .c_box1 .menu_btn{
	margin-left: -60px;
} */



#menu .slick-dots {
  display: flex !important;
  margin-top: 7px;
}
#menu .slick-dots li {
  height: 40px;
}
#menu .slick-dots li + li {
  margin-left: 7px;
}
#menu .slick-dots button {
  border: none;
  font-size: 0;
  line-height: 1px;
  width: 157px;
  height: 40px;
  transition: all 0.5s;
  cursor: pointer;
}
#menu .slick-dots li:nth-child(1) button {
  background: url(../img/shopping/menu_btn1.jpg) no-repeat;
}
#menu .slick-dots li:nth-child(2) button {
  background: url(../img/shopping/menu_btn2.jpg) no-repeat;
}
#menu .slick-dots li:nth-child(3) button {
  background: url(../img/shopping/menu_btn3.jpg) no-repeat;
}
#menu .slick-dots li:nth-child(1).slick-active button, #menu .slick-dots li:nth-child(1):hover button {
  background: url(../img/shopping/menu_btn1_on.jpg) no-repeat;
}
#menu .slick-dots li:nth-child(2).slick-active button, #menu .slick-dots li:nth-child(2):hover button {
  background: url(../img/shopping/menu_btn2_on.jpg) no-repeat;
}
#menu .slick-dots li:nth-child(3).slick-active button, #menu .slick-dots li:nth-child(3):hover button {
  background: url(../img/shopping/menu_btn3_on.jpg) no-repeat;
}
#menu .slide_fade .slick-slide div {
  display: flex;
}
#menu dl {
  margin-top: 20px;
  margin-bottom: 20px;
}
#menu dl dt {
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
#menu dl dt span {
  display: block;
  line-height: 35px;
  font-size: 18px;
}
#menu dl dd {
  min-height: 140px;
}
#menu .menu_btn a {
  background: none;
  width: 280px;
  margin: auto;
}

#menu .menu_btn2 a {
  	width: 485px;
    margin: auto;
    background: #fff;
}





#other {
  z-index: 0;
  padding-top: 93px;
  padding-bottom: 7px;
}
#other:before {
  content: url("../img/shopping/other_deco.jpg");
  top: 146px;
  left: -232px;
  position: absolute;
}
#other h2 {
  font-size: 30px;
  line-height: 66px;
  letter-spacing: 6px;
	padding-bottom: 85px;
}
#other h2 .txt_en {
  line-height: 30px;
}
#other .other_txt {
	position: relative;
	left: 40px;
  line-height: 97px;
  margin-bottom: 17px;
}
#other .dis_flex {
  flex-wrap: wrap;
  padding-bottom:120px;
}
#other .otherItem {
  width: 465px;
  margin-bottom: 40px;
}
#other .otherItem dl {
  margin-bottom: 0px;
  margin-top: 39px;
}
#other .otherItem dl dt {
  font-size: 24px;
  line-height: 44px;
  margin-bottom: 16px;
  letter-spacing: 5px;
}
#other .otherItem dl dt span {
  display: block;
  font-size: 18px;
}
#other .otherItem .other_btn a {
  margin: auto;
  width: 367px;
}

#other .menu_btn2 a {
  	width: 485px;
    margin: auto;
    background: #fff;
}

#shopping_js {
  /* background: url("../img/index/scene_bg.jpg"); */
  padding: 100px 0 80px;
}
#shopping_js h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 82px;
  letter-spacing: 6px;
}
#shopping_js h2 small{
  font-size: 18px;
}
#shopping_js h2 .txt_en {
  line-height: 30px;
}
#shopping_js .shoppingItem {
  padding: 0 44px 6px;
  position: relative;
}
#shopping_js .shopping_img {
  position: relative;
  z-index: -1;
}
#shopping_js .shopping_box {
  position: relative;
  z-index: 0;
  width: 547px;
  text-align: center;
  border: 1px solid #c4b784;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  margin: -25px 0 0 96px;
  padding: 23px 0 23px;
  font-size: 18px;
  line-height: 36px;
}
#shopping_js .shopping_box:before {
  content: "";
  top: 4px;
  left: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #c4b784;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  z-index: -1;
}
#shopping_js .shopping_num {
  font-size: 23px;
  font-weight: bold;
  line-height: 42px;
  margin: 0 auto 13px;
  width: 81px;
  text-align: center;
  border-bottom: 1px solid #948443;
}
#shopping_js .slick-arrow {
  font-size: 0;
  border-radius: 0;
  border: 2px solid #415038;
  width: 42px;
  height: 56px;
  background: none;
  position: absolute;
  top: 205px;
  left: 50%;
  z-index: 1;
  cursor: pointer;
}
#shopping_js .slick-arrow:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #415038;
  position: absolute;
  top: 23px;
}
#shopping_js .slick-list {
  z-index: 0;
}
#shopping_js .slick-prev {
  margin-left: -436px;
}
#shopping_js .slick-prev:before {
  border-left: 1px solid #415038;
  transform: rotate(-45deg);
  left: 17px;
}
#shopping_js .slick-next {
  margin-left: 396px;
}
#shopping_js .slick-next:before {
  border-right: 1px solid #415038;
  left: 14px;
  transform: rotate(45deg);
}
#qa {
  margin-bottom: 98px;
}
#qa #qaTop {
  background: url("../img/shopping/qa_bg.jpg") no-repeat center/cover;
  height: 400px;
  position: relative;
  margin-bottom: 102px;
}
#qa #qaTop h2 {
  width: 330px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 50px;
  padding: 16px 0 8px;
}
#qa #qaTop h2 span {
  line-height: 33px;
}
#qa #qaTop h2:before, #qa #qaTop h2:after {
  content: "";
  height: 1px;
  width: 200px;
  background: #c4b784;
}
#qa #qaTop h2:after {
  top: 0;
  left: 0;
  position: absolute;
}
#qa #qaTop h2:before {
  bottom: 0;
  right: 0;
  position: absolute;
}
#qa .wrap {
  width: 777px;
  border-top: 1px solid #c4b784;
}
#qa .wrap dl {
  border-bottom: 1px solid #c4b784;
  padding-top: 30px;
  padding-bottom: 46px;
}
#qa .wrap dl span {
  display: block;
  font-size: 30px;
  line-height: 44px;
}
#qa .wrap dl dt {
  font-size: 20px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 4px;
}
#qa .wrap dl dt:before {
  content: "";
  height: 1px;
  width: 154px;
  background: #c4b784;
  bottom: 0;
  left: 50%;
  position: absolute;
  margin-left: -79px;
}
#qa .wrap dl dt span {
  color: #c4b784;
  margin-bottom: 26px;
}
#qa .wrap dl dd span {
  color: #aa2a2a;
  margin-bottom: 8px;
}
#info {
  /* background: url("../img/index/scene_bg.jpg"); */
  padding: 30px 0 76px;
}
#info .wrap {
  border: 1px solid #c4b784;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  padding: 60px 50px 76px;
  width: 960px !important;
}
#info h2 {
  font-size: 24px;
  line-height: 60px;
  margin-bottom: 50px;
}
#info h2 .txt_en {
  line-height: 10px;
}
#info .infoCenter {
  margin: auto;
  width: 760px;
}
#info dl {
  display: flex;
  border-bottom: 1px solid #c4b784;
  line-height: 24px;
  padding: 21px 0 24.3px;
}
#info dl dt {
  width: 232px;
  padding-left: 26px;
}
#info dl dd {
  width: 466px;
  text-align: justify;
}


/*--------shoppingカートボタン---------------*/
.cartjs_cart_in input{
    background-color: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    width: 100% !important;
    color: #000 !important;
}

.cartjs_cart_in input:hover{
    background-color: #415038 !important;
    color: #fff !important;
}


/*-------------現在販売しておりません。---------------*/
/*#other .dummy{
	position:relative;
}
#other .dummy:after{
	position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    content: "現在販売しておりません。";
    color: #fff;
    padding: 135px 109px;
    font-size: 20px;
    text-align: center;
}
#other .season{
	background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    display: block;
    width: 100%;
}*/

/*-------------------*/
#other .shopping_box {
  position: relative;
  z-index: 0;
  /* width: 1000px; */
  text-align: center;
  border: 1px solid #c4b784;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  margin: -80px 0 100px 0;
  padding: 23px 0 23px;
  font-size: 18px;
  line-height: 36px;
}
#other .shopping_box:before {
  content: "";
  top: 4px;
  left: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #c4b784;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  z-index: -1;
}
#other  .shopping_num {
  font-size: 23px;
  font-weight: bold;
  line-height: 42px;
  margin: 0 auto 13px;
  width: 310px;
  text-align: center;
  border-bottom: 1px solid #948443;
}

.kyu{
	font-size: 18px;
	border: 1px solid;
	padding: 10px 0;
}

.news_box {
    width: 860px;
    margin: 50px auto;
    line-height: 2.2em;
    padding-bottom:39px;
	border: 4px double #c4b784;
}

.news_box .ttl {
	color: #333333;
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 24px;
    width: 660px;
    border-bottom: 1px solid #c4b784;
    margin: 0 auto;
}
.news_box .txt {
	color: #333333;
	padding: 20px 50px 0;
	text-align: center;
	font-size: 18px;
}


footer {
    background: #1b1b1b;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    padding: 74px 0 73px;
}

.header-search__box
 {
    min-width: 240px;
    padding: 30px 11px 32px 51px;
    background: none;
    border: none;
    border-radius: 3px;
    color: #333;
}



