@charset "UTF-8";
/*
 * common.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
/* !Base Fonts -------------------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img, .op input {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.fwN {
  font-weight: normal;
}
.fwB {
  font-weight: bold;
}
.fs10 {
  font-size: 1.0rem;
}
.fs11 {
  font-size: 1.1rem;
}
.fs12 {
  font-size: 1.2rem;
}
.fs13 {
  font-size: 1.3rem;
}
.fs14 {
  font-size: 1.4rem;
}
.fs15 {
  font-size: 1.5rem;
}
.fs16 {
  font-size: 1.6rem;
}
.fs17 {
  font-size: 1.7rem;
}
.fs18 {
  font-size: 1.8rem;
}
.fs19 {
  font-size: 1.9rem;
}
.fs20 {
  font-size: 2.0rem;
}
.fs21 {
  font-size: 2.1rem;
}
.fs22 {
  font-size: 2.2rem;
}
.fs23 {
  font-size: 2.3rem;
}
.fs24 {
  font-size: 2.4rem;
}
.fs25 {
  font-size: 2.5rem;
}
sup {
  font-size: 8px;
  vertical-align: top;
}
sub {
  font-size: 8px;
  vertical-align: baseline;
}
/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.vaT {
  vertical-align: top !important;
}
.vaM {
  vertical-align: middle !important;
}
.vaB {
  vertical-align: bottom !important;
}
.blockC {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
* html .blockC {
  margin-right: 0;
  margin-left: 0;
}
.blockR {
  margin-left: auto;
  text-align: left;
}
* html .blockR {
  margin-left: 0;
}

.sp_hide{
    display: none;
}

/* !Width ------------------------------------------------------------------- */
.w03per {
  width: 3% !important;
}
.w05per {
  width: 5% !important;
}
.w10per {
  width: 10% !important;
}
.w13per {
  width: 13% !important;
}
.w15per {
  width: 15% !important;
}
.w20per {
  width: 20% !important;
}
.wQuart {
  width: 25% !important;
}
.w30per {
  width: 30% !important;
}
.wTri {
  width: 33.33% !important;
}
.w35per {
  width: 35% !important;
}
.w40per {
  width: 40% !important;
}
.w45per {
  width: 45% !important;
}
.wHalf {
  width: 50% !important;
}
.wMax {
  width: 100% !important;
}
/* !Floats ------------------------------------------------------------------ */
.flL {
  display: inline;
  float: left;
}
.flR {
  display: inline;
  float: right;
}
.flImgL {
  display: inline;
  float: left;
  margin-right: 10px;
}
.flImgR {
  display: inline;
  float: right;
  margin-left: 10px;
}
.ftBox {
  overflow: hidden;
}
/* !Tools ------------------------------------------------------------------- */
.clear {
  clear: both;
}
.block {
  display: block !important;
}
.hide {
  display: none !important;
}
.bgN {
  background: none !important;
}
.tdU {
  text-decoration: underline;
}
.tdN {
  text-decoration: none;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
/* !wrapper
---------------------------------------------------------- */
#wrapper {}
/* !header
---------------------------------------------------------- */
#headerIn {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#headerLogo a {
  display: flex;
  align-items: center;
}
#headerLogo a img {
  height: 52px;
}
#headerLogo {
  padding: 13px 15px 0 10px;
  box-sizing: border-box;
  z-index: 99;
}
#headerLinks {
  padding: 10px 10px 0 0;
  box-sizing: border-box;
}
.outLinks {
  display: none;
}
#gnavi_container_wrap {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 10000;
  left: 0px;
  top: 0px;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#gnavi_container {
  width: 100vw;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
#btn_close {
  position: absolute;
  right: 13px;
  top: 8px;
  width: 10%;
}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px)and (min-width:619px) {
  #btn_close a {
    text-align: right;
  }
  #btn_close a img {
    width: 50%;
  }
}
@media screen and (max-width: 619px) and (min-width:550px) {
  #btn_close a {
    text-align: right;
  }
  #btn_close a img {
    width: 60%;
  }
}
#gnavi {
  width: 100vw;
  margin: 0px auto 0px auto;
  overflow: hidden;
}
#gnavi dl {
  overflow: hidden;
  width: 100%;
}
#gnavi dl dd {
  overflow-y: auto;
}
#gnavi dl dd ul {
  margin-top: 25px;
  margin-bottom: 3em;
  overflow: hidden;
  padding: 0 5px;
  box-sizing: border-box;
}
#gnavi dl dd li {
  list-style-type: none;
  border-bottom: 1px solid #604518;
  text-indent: 1em;
}
#gnavi dl dd li:first-child {
  border-top: 1px solid #604518;
}
#gnavi dl dd li a {
  text-decoration: none;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #604518;
  padding: 14px 0;
  display: block;
  font-family: source-han-serif-japanese, serif;
}
#gnavi dl dd li span {
  color: #5f4518;
  font-size: 1.3rem;
}
.hdL {
  text-align: center;
  margin: 0 auto;
}
.hdM {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #000;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 12px;
}
.hdM span {
  position: relative;
  color: #604518;
  padding-bottom: 12px;
}
.hdM span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 63px;
  height: 1px;
  content: '';
  background-color: #604518;
}
/* !mainVisual
---------------------------------------------------------- */
/*ipad横向き対応*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
  #mainVisual{
    height: 36.0rem;
	}
}

#mainVisual {
  /*
  background: url('../img/top/bg_main_sp.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top right;
  */    
  min-height: 210px;
  position: relative;
  z-index: -1;
  margin-top: 15px;
}
#mainVisual .mainImg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 21;
  width: 100%;
  /*  
  background: url('../img/top/top_main_sp.png');
  background-repeat: no-repeat;
  background-size: 375px auto;
  background-position: right bottom;
  */  
  width: 100%;
  height: 210px;
}
#mainVisual .mainBox {
  display: none;
  /*    
  text-align: center;
  position: relative;
  min-height: 210px;
  z-index: 22;
  width: 100%;
  */
}
#mainVisual .mainBoxInner {
  max-width: 1120px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
}
#mainVisual .mainBox p {
  color: #fff;
}
#mainVisual .mainBox .mainInfo {
  font-size: 1.5rem;
  color: #999;
  position: absolute;
  top: -5px;
  letter-spacing: 4px;
  left: 25px;
}
#mainVisual .mainBox .mainInfo span {
  font-size: 3rem;
}
#mainVisual .mainBox .mainmess {
  position: absolute;
  text-align: center;
  top: 23%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  letter-spacing: 4px;
  z-index: 50;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
}
#breadcrumb {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 35px;
}
#breadcrumb p {
  position: relative;
  display: inline-block;
}
#breadcrumb p:before {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  /*content: '菓子制作工程の動画(モノクロ)が入ります。';*/
  font-size: 1.3rem;
  z-index: 10;
  letter-spacing: 1px;
}
#breadcrumb p:after {
  position: absolute;
  top: -40px;
  right: 0;
  color: #cfc7b9;
  content: 'enchante';
  font-size: 1.7rem;
  letter-spacing: 10px;
  z-index: 10;
  font-family: source-han-serif-japanese, serif;
}
#breadcrumb video {
  width: 80vw;
  height: auto;
  background-color: #000;
}
#breadcrumb video::-webkit-media-controls-fullscreen-button {
  display: none;
}

/* !contents
---------------------------------------------------------- */
#contents {}
#main {}
.inner {
  max-width: 1020px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.featureWrap {
  background: url('../img/top/back_img01_sp.png')no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  min-height: 1120px;
  padding-bottom: 45px;
}
.featInfo {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  text-align: left;
  margin: 20px 0 5px;
  padding: 0 25px;
  box-sizing: border-box;
}
.innersp {
  padding: 0;
}
.featItem {
  margin-bottom: 20px;
  margin-top: 38px;
}
.featImg {
  display: table-footer-group;
}
.featureWrap .featImg img {
  width: 100%;
}
.featMess {
  overflow: hidden;
  padding: 25px 0 0;
  box-sizing: border-box;
  display: table-header-group;
}
.featLeft {}
.featList01 {
  font-size: 2rem;
  color: #754c24;
  background: url('../img/top/icon_01_sp.png')no-repeat;
  line-height: 25px;
  background-size: contain;
  padding-left: 37px;
  margin: 0 20px;
}
.featList02 {
  color: #754c24;
  font-size: 1.4rem;
  margin: 10px 20px 8px;
}
.featList03 {
  color: #4d4d4d;
  line-height: 1.42;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  margin: 0 20px 15px;
}
.featList04 {
  background: url('../img/top/icon_02_sp.png')no-repeat;
  background-size: contain;
}
.featList05 {
  background: url('../img/top/icon_03_sp.png')no-repeat;
  background-size: contain;
}
.merchanWrap {
  background: url('../img/top/back_img02_sp.png')no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  min-height: 850px;
  padding-top: 1px;
  position: relative;
  margin-top: 70px;
}
.matHdL {
  position: absolute;
  top: -9%;
  left: 0;
  right: 0;
  margin: auto;
}
.marchItem {
  margin: 85px 0 30px;
  position: relative;
  padding: 0 35px;
  box-sizing: border-box;
}
.marchItem ul {}
.marchItem ul li {
  box-sizing: border-box;
  margin-bottom: 45px;
}
.marchItem ul li:last-child {
  margin-bottom: 30px;
}
.imgBox {
  background-color: #ffe6bb;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 15px;
  text-align: center;
}
.imgBox02 {
  background-color: #000000;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 15px;
  text-align: center;
}
.imgBoxs {
  border: 1px solid #ffe6bb;
  background-color: #231b15;
}
.imgBoxs02 {
  border: 1px solid #000;
  background-color: #000;
}
.inner_s {
  max-width: 1120px;
}
.outshop {
  color: #fff;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 10;
  letter-spacing: 2px;
}
.alink01 {
  border: 1px solid #918d8a;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  max-width: 250px;
  font-size: 1.4rem;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.alink01:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: url('../img/top/arrow_right.png')no-repeat;
  width: 9px;
  height: 11px;
  content: '';
}
.alink01:hover {
  color: #231b15;
  background-color: #fff;
  border: 1px solid #fff;
}
.alink01:hover:before {
  background: url('../img/top/arrow_right01.png')no-repeat;
}
.alinkbox .alink01 {
  max-width: 180px;
}
.shopop {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.shopop a {
  display: block;
  position: relative;
}
.shopop a .shopIps {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  font-size: 1.6rem;
  color: #fff;
}
.shopop a .shopIps span {
  position: relative;
}
.shopop a .shopIps span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  margin: auto;
  background: url('../img/top/arrow_right.png')no-repeat;
  width: 9px;
  height: 11px;
  content: '';
}
.companyWrap {
  margin: 30px auto 10px;
}
.companyItem {
  margin-bottom: 35px;
  padding: 0 15px;
  box-sizing: border-box;
}
.companyItem .featImg {
  display: none;
}
.companyItem .comInfo {
  overflow: hidden;
}
.comhdM {
  font-size: 1.4rem;
  color: #949494;
}
.comSub {
  font-size: 1.4rem;
  color: #333;
  margin: 5px 0 10px;
  position: relative;
}
.comSub:before {
  position: absolute;
  bottom: 8px;
  right: 0;
  background-color: #333;
  width: 100%;
  max-width: 280px;
  height: 1px;
  content: '';
}
.comdl {
  color: #040000;
  font-size: 1.25rem;
  padding: 10px 0;
  box-sizing: border-box;
}
.comdl dt {
  float: left;
  width: 75px;
}
.comdl dd {
  overflow: hidden;
  padding-left: 8px;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 8px;
  font-size: 1.20rem;
}
/**/
.map_block {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
}
.map_block iframe {
  width: 95%;
  height: auto;
  margin: 0px auto;
}
/**/
.topMap {
  width: 100%;
  height: 125px;
}
.topMap iframe {
  width: 100%;
  height: 100%;
}
.oemWrap {
  background: url('../img/top/back_img03_sp.png')no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  min-height: 560px;
}
.oemWrap .comhdM {
  display: none;
}
.oemWrap .featImg img {
  width: 100%;
  height: auto;
}
.inner_m {
  max-width: 1100px;
}
.oemWrap .comSub {
  letter-spacing: 0.15em;
}
.oemWrap .featItem {
  padding: 0 40px;
  box-sizing: border-box;
  margin-top: 35px;
}
.oemWrap .comSub:before {
  max-width: 160px;
  height: 1px;
}
.oemWrap .featMess {
  padding: 0;
  display: table-footer-group;
}
.oemWrap .featLeft {
  margin-top: 10px;
  margin-right: 40px;
  display: table-header-group;
}
.oemList01 {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 15px 0;
  letter-spacing: 0.2em;
}
.oemList02 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #c16614;
  padding: 2.5px 5px;
  box-sizing: border-box;
  margin-bottom: 3px;
  text-align: center;
}
.oemList03 {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #1a1a1a;
  letter-spacing: 0.05em;
}
.oemmar {
  margin-bottom: 25px;
}
.consultItem {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.consuImg {
  display: none;
}
.consuInfo {
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
.consuSub {
  font-size: 1.5rem;
  color: #333;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.consuList {
  font-size: 1.25rem;
  color: #040000;
  line-height: 1.88;
  margin-bottom: 15px;
}
.contsuBtn {
  font-size: 1.5rem;
  background-color: #633b16;
  text-align: center;
  color: #fff;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.contsuBtn:before {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 10px;
  background: url(../img/top/email_form.png)no-repeat;
  width: 16px;
  height: 14px;
  content: '';
  background-size: contain;
}


.contsuBtn02 {
  font-size: 1.5rem;
  background-color: #633b16;
  text-align: center;
  color: #fff;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 10px;
	padding-right: 10px;
  box-sizing: border-box;
}

.btn {
text-align: -webkit-center;
margin-bottom: 100px;
}

.btn ul {
list-style: none;
margin: auto;
display: block;
}

.btn ul li {
padding: 8px;
}

.instagram {
  text-align: center;
  margin: 45px 0 20px;
}
.insWrap {
  margin-bottom: 50px;
  background-image: url(../img/top/topMain.png);
  background-size: 170%;
  background-position: 20% 50%;
  width: 100%;
  height: 160px;
	position: relative;
	margin-top: 40px;
}
#instagram-feed-sp {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}
#instagram-feed-pc {
  display: none;
}
.insflow {
  position: relative;
}
.follow {
  position: absolute;
  top: 0;
  right: 10px;
  color: #000;
  border: 1px solid #808080;
  height: 30px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.insWrap ul {
  margin-left: -13px;
}
.insWrap ul li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding-left: 13px;
}
.insWrap ul li:nth-child(4), .insWrap ul li:nth-child(5), .insWrap ul li:nth-child(6) {
  display: none;
}
/* !pageTop
---------------------------------------------------------- */
.pageTop {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* !footer
---------------------------------------------------------- */
#footer {
  background-color: #231b15;
  padding: 20px 0 25px;
  box-sizing: border-box;
  position: relative;
}
#footer .footerIn {
  text-align: center;
}
.font01 {
  font-size: 1.5rem;
  color: #fff;
  margin: 30px 0 20px;
  letter-spacing: 0.05em;
}
.font02 {
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.font03 {
  font-size: 1.25rem;
  color: #fff;
  margin: 5px 0 20px;
  letter-spacing: 0.05em;
}
#copyright {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.footUlink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
#footer a {
  color: #fff;
}
.footUlink a img {
  width: 20px;
}
.footUlink a:last-child {
  margin-left: 20px;
}
.insUl {
  max-width: 500px;
  margin: 0 auto;
}
/*******recruit*** start*****/
#teaser {
  background: url('../img/recruit/mainImg_sp.png')no-repeat;
  background-size: 100% 100%;
  min-height: 165px;
  background-position: top right;
  position: relative;
  margin-top: 20px;
}
#teaser h2 {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -75%);
  text-align: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: source-han-serif-japanese, serif;
  width: 100%;
}
#teaser ul {
  display: none;
}
#recruit .mainInfo {
  display: block;
}
#recruit .mainInfo {
  font-size: 1.5rem;
  position: absolute;
  top: -5px;
  left: 25px;
  letter-spacing: 4px;
  color: #999;
  font-family: source-han-serif-japanese, serif;
}
#recruit .mainInfo span {
  font-size: 3rem;
}
#contact .mainInfo {
  display: block;
}
#contact .mainInfo {
  font-size: 1.5rem;
  position: absolute;
  top: -5px;
  left: 25px;
  letter-spacing: 4px;
  color: #999;
  font-family: source-han-serif-japanese, serif;
}
#contact .mainInfo span {
  font-size: 3rem;
}
#contact #teaser {
  background: url('../img/contact/mainImg_sp.png')no-repeat;
  background-size: 100% 100%;
  min-height: 165px;
  background-position: top right;
  position: relative;
  margin-top: 20px;
}
#syouhin .mainInfo {
  display: block;
}
#syouhin .mainInfo {
  font-size: 1.5rem;
  position: absolute;
  top: -5px;
  left: 25px;
  letter-spacing: 4px;
  color: #999;
  font-family: source-han-serif-japanese, serif;
}
#syouhin .mainInfo span {
  font-size: 3rem;
}
#syouhin #teaser {
  background: url('../img/syouhin/mainImg_sp.png')no-repeat;
  background-size: 100% 100%;
  min-height: 165px;
  background-position: top right;
  position: relative;
  margin-top: 20px;
}
.recruitCont {
  margin: 38px 0 0;
}
.behalfWrap {}
.behalfWrap .featItem {
  margin: 20px 0 65px;
}
.behalfWrap .featLeft p {
  margin-bottom: 20px;
  text-align: center;
}
.behalfWrap .featLeft {
  display: table-header-group;
}
.behalfWrap .featMess {
  padding: 0;
}
.feattaC {
  display: none;
}
.behal01 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.behal02 {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: 0.05em;
}
.pcbox {
  display: none;
}
.behal03 {
  margin: 20px 0;
}
.introWrap {
  background: url('../img/recruit/back_01_sp.png')no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  min-height: 800px;
}

.insta_icon{
	max-width: 250px;
    margin: auto;
    text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    
}

.btnLink02.black {
    background: #633b16;
    border: 1px solid #633b16;
    font-family: 'source-han-serif-japanese';
}

.btnLink02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #fff;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    position: relative;
}

.btnLink02:before {
    content: url("../img/top/insta_icon.png");
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1;
    background: none;
	transform: translateY(-50%);
}

.btnLink02:hover {
    background:#fff;
	color: #231b15;
}

.introItem {
  margin: 60px 0 25px;
  padding: 0 10px;
  box-sizing: border-box;
}
.introImg {
  display: table-footer-group;
  text-align: center;
}
.introMess {
  overflow: hidden;
  padding-top: 30px;
  display: table-header-group;
}
.intro01 {
  font-size: 1.7rem;
  color: #754c24;
  line-height: 1.65;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.intro02 {
  font-size: 1.4rem;
  color: #4d4d4d;
  padding: 7px 0 6px;
  border-bottom: 1px solid #634618;
  letter-spacing: 0.05em;
}
.intro03 {
  font-size: 1.4rem;
  color: #4d4d4d;
  line-height: 1.6;
  margin-top: 6px;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}
.introLeft {
  display: table-header-group;
}
.introItems .introMess {
  box-sizing: border-box;
}
.introItems .introMess .intro03 {
  margin-top: 25px;
}
.onedayWrap {
  margin-top: 25px;
}
.oneInfo {}
.oneImg {
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oneItem {
  margin: 15px 0 45px;
  padding: 0 8px;
  box-sizing: border-box;
}
.oneImg p + p {
  margin-bottom: 0;
  margin-left: 15px;
}
.oneImg p:last-child {
  margin-bottom: 0;
  display: none;
}
.oneInfo ul {}
.oneInfo ul li {
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
}
.oneInfo ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/recruit/time01.png')no-repeat;
  width: 20px;
  height: 20px;
  content: '';
  background-size: contain;
}
.oneInfo ul li:nth-child(2):before {
  background: url('../img/recruit/time02.png')no-repeat;
  background-size: contain;
}
.oneInfo ul li:nth-child(3):before {
  background: url('../img/recruit/time03.png')no-repeat;
  background-size: contain;
}
.oneInfo ul li:nth-child(4):before {
  background: url('../img/recruit/time04.png')no-repeat;
  background-size: contain;
}
.oneInfo ul li:nth-child(5):before {
  background: url('../img/recruit/time05.png')no-repeat;
  background-size: contain;
}
.oneInfo ul li h3 {
  font-size: 1.5rem;
  color: #604518;
  letter-spacing: 0.2em;
}
.oneInfo ul li p {
  font-size: 1.35rem;
  color: #4d4d4d;
  letter-spacing: 0.05em;
}
.hopeWrap {
  background-color: #fcf5eb;
  padding: 30px 0 25px;
  margin-bottom: 35px;
}
.hope01 {
  font-size: 1.5rem;
  text-align: center;
  margin: 20px 0;
  letter-spacing: 0.05em;
}
.hope02 {
  font-size: 1.35rem;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
}
.raiseTable {
  margin: 15px 0 35px;
}
.raiseTable table {
  width: 100%;
}
.raiseTable th {
  vertical-align: top;
}
.raiseTable th {
  padding: 6px 0;
  box-sizing: border-box;
  width: 24%;
  background-color: #fffcf3;
  text-align: center;
  color: #825d38;
  font-size: 1.4rem;
}
.raiseTable td {
  padding: 6px 15px;
  box-sizing: border-box;
  color: #333;
  font-size: 1.4rem;
}
.raiseTable table {
  border-collapse: collapse;
}
.raiseTable table, .raiseTable td, .raiseTable th {
  border: 1px solid #d8ac80;
}
.consultItem02 {
  max-width: 572px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
.consultItem02 .contsuBtn {
  font-size: 1.3rem;
  height: 36px;
  padding-left: 20px;
  max-width: 257px;
  margin: 0 auto;
}
.consultItem02 .consuList {
  margin-bottom: 0;
}
.consuTel {
  font-size: 1.7rem;
  text-align: center;
  pointer-events: initial;
  padding: 10px 0 6px;
  display: block;
  letter-spacing: 0.05em;
}
.consultItem02 .consuSub {
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.conName {
  font-size: 1.3rem;
  color: #040000;
  margin-top: 10px;
}
.consultItem02 .contsuBtn:before {
  left: 20px;
}
/******recruit**** end*****/
/****syouhin***start**/
.caseUl {
  display: none;
}
.caseUl_2 {
  display: none;
}
.cakeWrap {
  background: url('../img/syouhin/back_01_sp_01.png') no-repeat;
  background-position: top right;
  background-size: 100% auto;
  background-color: #231b15;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 104px;
}
.cakeWrap:after {
  background: url('../img/syouhin/back_01_sp_02.png') no-repeat;
  background-position: bottom right;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 220px;
  z-index: 1;
  content: "";
}
.cakeWrap .inner {
  position: relative;
  z-index: 2;
}
.cakeWrapCont {
  background: url('../img/syouhin/back_02_sp_01.png')no-repeat;
  background-position: top right;
  background-size: 100% auto;
  background-color: #6D3C21;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 104px;
}
.cakeWrapCont:after {
  background: url('../img/syouhin/back_02_sp_02.png') no-repeat;
  background-position: bottom right;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 220px;
  z-index: 1;
  content: "";
}
.cakeWrapCont02 .inner {
  position: relative;
  z-index: 2;
}
.cakeWrapCont02 {
  background: url('../img/syouhin/back_03_sp_01.png')no-repeat;
  background-position: top right;
  background-size: 100% auto;
  background-color: #0D2738;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 104px;
}
.cakeWrapCont02:after {
  background: url('../img/syouhin/back_03_sp_02.png') no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 220px;
  z-index: 1;
  content: "";
}
.cakeWrapCont02 .inner {
  position: relative;
  z-index: 2;
}
.cake01 {
  text-align: center;
  font-size: 1.7rem;
  color: #604518;
  padding: 35px 0 25px;
  letter-spacing: 0.05em;
}
.cake01 span {
  position: relative;
}
.cake01 span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  width: 10px;
  height: 10px;
  content: '';
  background: url('../img/syouhin/icon01.png')no-repeat;
  background-size: contain;
}
.cake01 span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  width: 10px;
  height: 10px;
  content: '';
  background: url('../img/syouhin/icon01.png')no-repeat;
  background-size: contain;
}
.cakeimg {
  text-align: center;
}
.cakeinfo {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 25px 0;
}
.cakemess {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.33;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto 65px;
  letter-spacing: 0.1em;
}
.cakeWrapCont .cakemess {
  max-width: 905px;
}
.cakeLightbox {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #a87136;
  max-width: 308px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  position: relative;
  /**/z-index: 999;    
}
.cakeLightbox a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  color: #a87136;
  letter-spacing: 0.2em;
}
.cakeLightbox:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url('../img/syouhin/icon02.png')no-repeat;
  width: 33px;
  height: 33px;
  content: '';
}
.cakeItem {
  background-color: rgba(228, 226, 224, 1);
  padding: 20px 25px 35px;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
}
.cakeItems {
  display: none;
}
.cakeh3 {
  text-align: center;
  font-size: 2.5rem;
  color: #a87136;
}
.cakeItem ul {}
.cakeItem ul li {
  margin-top: 15px;
}
.cakeItem .cakeLeft {}
.cakeItem .cakeRight {
  overflow: hidden;
  text-align: center;
}
.cakewo01 {
  font-size: 1.5rem;
  color: #a87136;
  text-align: center;
}
.cakeWrapCont .cake01 {
  padding: 20px 0 25px;
}
.cakewo02 {
  font-size: 2rem;
  color: #a87136;
  letter-spacing: 0.4em;
  text-align: center;
}
.cakeWrapCont .cakewo02 {
  font-size: 1.6rem;
  color: #a87136;
  letter-spacing: 0.2em;
  text-align: center;
}
.cakewo02 span {
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-left: 5px;
}
.cakewo03 {
  font-size: 1.4rem;
  color: #4d4d4d;
  margin-top: 15px;
  text-align: center;
}
.cakeWrapCont .cakewo03 {
  font-size: 1.6rem;
}
.remodal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  overflow: visible;
  width: 27px;
  height: 37px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: 0 0;
}
.remodal-close:before {
  line-height: 53px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 27px;
  height: 37px;
  content: "";
  text-align: center;
  background: url('../img/syouhin/icon03.png')no-repeat;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: unset;
}
.shopImg {
  text-align: center;
  position: relative;
  background: url('../img/syouhin/img_06.png')no-repeat;
  min-height: 114px;
  background-size: cover;
}
.shopWord {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #604518;
  letter-spacing: 0.05em;
}
.cakeInitem .cakewo01 {
  text-align: center;
}
.cakeInitem .cakewo02 {
  text-align: center;
}
/**qa*start*/
.toggleTitle {
  font-size: 1.5rem;
  color: #000;
  position: relative;
  padding-left: 5px;
  box-sizing: border-box;
  line-height: 1.5;
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: source-han-serif-japanese, serif;
  border-bottom: 1px solid #604518;
  letter-spacing: 0.2em;
}
.toggleItem {
  margin-top: 10px;
  border-bottom: 1px solid #aeaeae;
  box-sizing: border-box;
  padding-bottom: 15px;
}
.toggleBox {
  display: none;
  box-sizing: border-box;
}
.toggleBox p {
  position: relative;
  padding-left: 5px;
}
.toggleWrap {
  position: relative;
  margin-bottom: 30px;
}
.toggleTitle .open {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: right;
  justify-content: flex-end;
  height: 35px;
}
.toggleBox .close {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: right;
  justify-content: flex-end;
  height: 35px;
}
.toggleTitle .open img {
  width: 17px;
  height: 10px;
}
.toggleBox .close img {
  width: 17px;
  height: 10px;
}
.qaContent {
  margin: 30px 0;
}
.toggle01 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 5px;
  position: relative;
  letter-spacing: 0.05em;
}
.toggle02 {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #4d4d4d;
  letter-spacing: 0.05em;
}
.toggle03 {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #4d4d4d;
  letter-spacing: 0.05em;
}
.gooleBtn {
  font-size: 1.2rem;
  color: #876239;
  text-decoration: underline;
  position: absolute;
  top: 0;
  right: 30px;
  letter-spacing: 0.1em;
}
.toggle04 {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 10px;
  color: #4d4d4d;
  letter-spacing: 0.05em;
}
/**qa end*/
/***syouhin****end**/
/***contact**** start**/
.contactfirat {
  margin: 25px 0 0;
}
.conthdl {
  text-align: center;
  font-size: 1.7rem;
  color: #604518;
  padding-bottom: 10px;
  border-bottom: 1px solid #604518;
  margin-bottom: 10px;
}
.conthdl span {
  display: block;
  margin-top: 10px;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 0.2em;
}
.contsub {
  font-size: 1.4rem;
  line-height: 1.42;
  text-align: center;
  margin: 30px;
  font-family: source-han-serif-japanese, serif;
}
.cored {
  color: #bc272d;
}
.contImg img {
  display: block;
  margin: 0 auto;
}
.contactItem {
  background: #fffbf0;
  padding: 50px 0 70px;
  margin-top: 30px;
  position: relative;
}
.contactItem:before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/contact/back_01_top.png) center bottom no-repeat;
  background-size: auto 100%;
  content: '';
  z-index: 2;
  width: 100%;
  height: 50px;
}
.contactItem:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/contact/back_01_btm.png) center top no-repeat;
  background-size: auto 100%;
  content: '';
  z-index: 2;
  width: 100%;
  height: 70px;
}
.contactItem .otherth {
  line-height: 1.7;
}
.textnote {
  font-size: 1.4rem;
  line-height: 1.4;
}
.tableul {}
.tableul ul {
  margin-left: -15px;
}
.tableul ul li {
  width: 65%;
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: middle;
}
.tablefirst .tableul ul li:nth-child(1) {
  position: relative;
}
.tablefirst .tableul ul li:nth-child(1):before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  background-color: #633b16;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
}
.tabletwo .tableul ul li:nth-child(1) {
  position: relative;
}
.tabletwo .tableul ul li:nth-child(1):before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  background-color: #f28d1e;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
}
.tableul ul li:nth-child(1) input {
  border-radius: 5px;
}
.tableul ul li:nth-child(2) {
  width: 22%;
}
.tableul ul li:nth-child(3) {
  width: 10%;
}
.mab15 {
  margin-bottom: 15px;
}
.contactItem .tableul ul li input {
  padding: 0 20px;
}
.tableul ul li input::-webkit-input-placeholder {
  color: #000;
  font-size: 1.2px;
  padding-left: 10px;
}
.personUl {
  max-width: 670px;
  margin: 0 auto 30px;
}
.personUl li {
  font-size: 1.3rem;
  line-height: 1.3;
}
.contactfirat .contactItem input[type=text], .contactfirat .contactItem input[type=tel], .contactfirat .contactItem input[type=email], .contactfirat .contactItem textarea, .contactfirat .contactItem select {
  border: 1px solid #876239;
}
/****contact***/
/****contact***/
/****contact***/
.hdcont {
  font-size: 1.5rem;
  color: #295eaa;
  border-bottom: 1px solid #295eaa;
  text-align: center;
  padding: 5px 0;
}
.inner_s {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.introduce {
  margin: 20px auto 35px;
}
.intInfo {
  font-size: 1.4rem;
  text-align: left;
  padding: 13px 0;
}
.introBox {
  max-width: 652px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #90b0ca;
  border-top: 1px solid #295eaa;
  padding: 0 10px;
  box-sizing: border-box;
}
.intop {
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid #90b0ca;
  font-size: 1.4rem;
}
.inmiddle {
  text-align: center;
}
.inmiddle a {
  font-size: 2.2rem;
  color: #295eaa;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  pointer-events: none;
  padding-left: 30px;
  margin-top: 10px;
  background: url('../img/contact/icon_tel.png') no-repeat 0 center;
}
.inbot {
  text-align: center;
  padding: 10px 0;
  font-size: 1.3rem;
}
.formInfo {
  font-size: 1.3rem;
  text-align: left;
  padding: 13px 0 0;
  line-height: 1.4;
}
.colorRed {
  color: #db4d4d;
}
.contactArea {
  font-size: 1.4rem;
  line-height: 1.57;
}
.contactArea .contactForm {
  padding: 33px 0 10px;
}
.contactArea table, .contactArea table tbody, .contactArea table tr, .contactArea table th, .contactArea table td {
  width: 100% !important;
  display: block;
}
.contactArea table th, .contactArea table td {
  padding: 0;
}
.contactArea table td {
  margin-bottom: 15px;
}
.contactArea table th {
  font-size: 1.5rem;
  line-height: 20px;
  overflow: hidden;
}
.contactArea table th span {
  padding-left: 0;
  display: inline-block;
}
.contactArea table th .must {
  padding: 0;
  font-size: 1.3rem;
  line-height: 18px;
  margin: 0 0 0 10px;
  color: #db4d4d;
  font-weight: normal;
}
.contactArea input[type=text], .contactArea input[type=tel], .contactArea input[type=email] {
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  font-size: 1.4rem;
  padding: 0 13px;
}
.contactArea textarea {
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
  width: 100%;
  height: 180px;
  font-size: 1.6rem;
  padding: 7px 13px;
  resize: none;
  overflow: hidden;
}
.contactArea .marwithThree {
  max-width: 50%;
}
.contactArea .marwithone {
  max-width: 50%;
}
.contactArea select {
  width: 100%;
  height: 30px;
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding-left: 13px;
  background: url(../img/contact/ico_select.png) right 18px center no-repeat #fff;
}
.contactArea textarea {
  font-size: 1.4rem;
}
.contactArea .agreeBtn {
  text-align: left;
  font-size: 1.3rem;
  background-color: #e0e0e0;
  padding: 8px 0 8px 20px;
}
.contactArea .submitBtn {
  text-align: center;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.contactArea .submitBtn p:first-child {
  margin-right: 10px;
}
.contactArea .submitBtn input[type=submit] {
  box-sizing: border-box;
  width: 150px;
  height: 42px;
  border: 1px solid #633b16;
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #633b16;
  cursor: pointer;
}
.contactArea .submitBtn input + input {
  margin: 10px 0 0 !important;
}
.contactArea table th .sbmust {
  color: #808080;
}
.contactArea .agreeBtn label {
  display: flex;
}
.my-checkbox {
  display: none;
}
.my-checkbox:checked + span {
  border: 1px solid #333 !important;
}
.my-checkbox + span {
  width: 16px;
  height: 16px;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #5f5f5f;
  position: relative !important;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px !important;
}
.my-checkbox:checked + span:after {
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-size: 100%;
  text-align: center;
  content: '\2714';
  color: #fff;
  background-color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  line-height: 1.4;
}
.flront {
  position: relative;
}
.flront .flrontIps {
  position: absolute;
  left: 35%;
  top: -30px;
  font-size: 1.3rem;
  color: #575757;
}
.blocktip {
  position: unset !important;
}
.protect {
  font-size: 1.3rem;
  line-height: 1.4;
  border: 1px solid #a5a5a5;
  background: #f9fcfe;
  padding: 10px 13px;
}
.dsLine {
  display: inline-block;
}
.marwithwh {
  max-width: 100% !important;
}
.marwithThree {
  max-width: 100% !important;
}
.poreItems {
  position: relative;
}
.poreIps {
  position: absolute;
  left: 45%;
  top: -30px;
  font-size: 1.3rem;
  color: #575757;
}
.personA {
  text-decoration: underline;
  color: #754c24;
}
.mininput input {
  width: 50% !important;
}
.mininput {
  display: flex;
}
.mininput .flrontIps {
  left: 55%;
  top: 5px;
}
.fontRap {
  font-size: 1.3rem;
  color: #575757;
  margin-left: 5px;
}
.rab {
  background-color: #fff;
  border: 1px solid #876239;
  border-radius: 5px;
  padding-left: 35px;
  display: flex;
  font-size: 1.4rem;
  align-items: center;
  padding: 5px 0 5px 35px;
}
.tablefirst .tableul ul .rab {
  position: relative;
}
.tablefirst .tableul ul .rab:before {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #633b16;
  width: 15px;
  height: 15px;
  content: '';
  border-radius: 50%;
}
.tabletwo .tableul ul li .rabs {
  position: relative;
}
.tabletwo .tableul ul li .rabs:before {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f28d1e;
  width: 15px;
  height: 15px;
  content: '';
  border-radius: 50%;
}
/***contact**** end**/
@media screen and (max-width: 375px) {
  .comSub:before {
    max-width: 200px;
  }
  .oemWrap .comSub:before {
    max-width: 105px;
  }
  #mainVisual .mainBox .mainmess {
    letter-spacing: 2px;
    font-size: 1.3rem;
  }
  #mainVisual .mainBox .mainInfo {
    font-size: 1.3rem;
    top: 5px;
    letter-spacing: 2px;
  }
  #mainVisual .mainBox .mainInfo span {
    font-size: 2.5rem;
  }
  .matHdL {
    top: -8%;
  }
  #recruit .mainInfo {
    font-size: 1.3rem;
    top: 5px;
    letter-spacing: 2px;
  }
  #contact .mainInfo {
    font-size: 1.3rem;
    top: 5px;
    letter-spacing: 2px;
  }
  #syouhin .mainInfo {
    font-size: 1.3rem;
    top: 5px;
    letter-spacing: 2px;
  }
  .contsuBtn {
    font-size: 1.2rem;
  }
}
.qaTxt {
  font-size: 3.25vw;
  text-align: center;
    margin-bottom: 30px;
}
.sp_hide {
  display: none;
}

/**/
    
/*　百貨選バナー　*/    
    
.indexbn_wrap{
    width: 100%;
    margin: 50px auto 0px auto;
    overflow: hidden;
    text-align: center;
}

.indexbn_wrap .pc_hide{
    text-align: center;
}
    
.indexbn_wrap .sp_hide{
    display: none;
}
    
    
    
    
/**/   

.cate{
	font-weight:bold;
}  
    
.cate a{
	color:#604518;
}  
   
/*-----*/

.cakeWrapCont03 .inner {
  position: relative;
  z-index: 2;
}
.cakeWrapCont03 {
  background: url('../img/syouhin/back_05_sp_01.png')no-repeat;
  background-position: top right;
  background-size: 100% auto;
  background-color: #222863;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 104px;
}
.cakeWrapCont03:after {
  background: url('../img/syouhin/back_05_sp_02.png') no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
	height: 200px;
 /* height: 220px;*/
  z-index: 1;
  content: "";
}



.cakeWrapCont04 .inner {
  position: relative;
  z-index: 2;
}
.cakeWrapCont04 {
  background: url('../img/syouhin/back_04_sp_01.png')no-repeat;
  background-position: top right;
  background-size: 100% auto;
  background-color: #A21F24;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 104px;
}
.cakeWrapCont04:after {
  background: url('../img/syouhin/back_04_sp_02.png') no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
 /*height: 220px;*/
	height: 180px;
  z-index: 1;
  content: "";
}


/*-----------*/
.inner_2 {
	max-width: 1020px;
	padding: 0 10px;
	height: 600px;
	box-sizing: border-box;
	margin:0 auto;
	width: 100%;
}

/*-----------*/
.inner_3 {
	max-width: 1020px;
	padding: 0 10px;
	/*height: 1600px;*/
	box-sizing: border-box;
	margin:0 auto;
	width: 100%;
}

.contactArea_2 {
  font-size: 1.6rem;
  line-height: 2.26;
}

.contactItem_2{
	/*background: #fffbf0;*/
	padding: 145px 0 150px;
  position: relative;
}

.tb_1{
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	font-family: source-han-serif-japanese, serif;
}

.tb01{
	background-color: #604518;
	color: white;
	text-align: left;
	padding: 10px;
	width: 100px;
	font-size: 15px;
}

.tb02{
	padding: 10px;
	font-size: 14px;
	
	
}

.topup{
	margin-top: -120px;
    position: relative;
    z-index: 50;
}


.topup3{
	margin-top: -120px;
    position: relative;
    z-index: 50;
}