@charset "UTF-8";
/* =======================================

	reset CSS

========================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,p,blockquote,table,th,td {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: 700;
}
ul,dl,ol {  text-indent: 0;}
li {  list-style: none;}
address,caption,cite,code,dfn,em,th,var {
  font-style: inherit;
  font-weight: inherit;
}
b,strong {  font-weight: bold;}
sup {  vertical-align: text-top;}
sub {
	vertical-align: text-bottom;
	line-height: 1.2;
}
input,textarea,select,b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
* html input,
* html textarea,
* html select {
  font-size: 100%;
}
textarea.message {
  width: 80% !important;
  height: 20rem !important;
}
*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
th,td {
  text-align: left;
  vertical-align: top;
}
caption {
  text-align: left;
}
pre,code,kbd,samp,tt {
  font-family: monospace;
}
* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}
*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}
input,select,textarea {
  font-size: 100%;
  font-family:Verdana, Helvetica, sans-serif;
}
input.long,
input.short,
textarea.message {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #fbfbfb;
  box-shadow: 0px 0px 5px #CCC inset;
}
input.file {
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #e3e3e3;
  border-radius: 0.23em;
  background: #fbfbfb;
}
::placeholder {
  font-weight: normal;
}
.hissu {
  padding: 3px 4px 2px 4px;
  color: var(--red);
  font-weight: bold;
  font-size: 11px;
}
.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}
.fW500 {  font-weight: 500;}
.fW100 {  font-weight: 100;}
.fW300 {  font-weight: 300;}
.ls0 {  letter-spacing: 0;}
.ls1 {  letter-spacing: 0.1em;}
.ls2 {  letter-spacing: 0.2em;}
.ls4 {  letter-spacing: 0.4em;}
.lh0 {  line-height: 0%;}
.lh100 {  line-height: 100%;}
.lh120 {  line-height: 120%;}
.lh140 {  line-height: 140%;}
.lh160 {  line-height: 160%;}
.lh200 {  line-height: 200%;}
.lh230 {  line-height: 230%;}
.lh240 {  line-height: 240%;}
.lh250 {  line-height: 250%;}
.lh255 {  line-height: 255%;}

/* cf
========================================== */
.cf:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
}

* html .cf {
  zoom: 1;
}
/* =======================================

	Structure CSS

========================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.center {
  text-align: center !important;
  vertical-align: middle;
}
.right {  text-align: right !important;}.left {  text-align: left !important;}.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.bold {  font-weight: bold !important;}

.floatL {  float: left;}
.floatR {  float: right;}

.rela {  position: relative;}

.kome li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 140%;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  width: 40%;
  margin-left: 30px;
}

.imgL {
  float: left;
  width: 40%;
  margin-right: 30px;
}

/*flex
========================================== */
.flex {  display: flex;}
.flexNowrap {
  display: flex;
  flex-wrap: nowrap;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}

.flexSpaceBetween {  justify-content: space-between;}

.flexCenter {  justify-content: center;}
.flexLeft {  justify-content: left;}
.flexRight {  justify-content: right;}
.flexEnd {  justify-content: flex-end;}
.flexRowReverse {  flex-flow: row-reverse;}
.alignItemsC {  align-items: center;}
.alignItemsSt {  align-items: flex-start;}
.alignItemsEnd {  align-items: flex-end;}



.dBlock {  display: block;}
.poevNone {  pointer-events: none;}

.ofHidden {  overflow: hidden;}
.ofAuto {  overflow: auto;}
.ofY {  overflow-y: auto;}
.ofXHidden {  overflow-x: hidden;}

img {
  max-width: 100%;
  display: block;
  transition: 0.3s;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 0;
  padding: 0;
}

.w4em {  width: 4em;}
.w45em {  width: 4.5em;}
.w5em {  width: 5em;}
.w6em {  width: 6em;}
.w7em {  width: 7em;}
.w8em {  width: 8em;}
.w9em {  width: 9em;}
.w10em {  width: 10em;}

.f10 {  font-size: 1rem !important;}
.f11 {  font-size: 1.1rem !important;}
.f12 {  font-size: 1.2rem !important;}
.f13 {  font-size: 1.3rem !important;}
.f14 {  font-size: 1.4rem !important;}
.f15 {  font-size: 1.5rem !important;}
.f16 {  font-size: 1.6rem !important;}
.f17 {  font-size: 1.7rem !important;}
.f18 {  font-size: 1.8rem !important;}
.f19 {  font-size: 1.9rem !important;}
.f20 {  font-size: 2rem !important;}
.f21 {  font-size: 2.1rem !important;}
.f22 {  font-size: 2.2rem !important;}
.f23 {  font-size: 2.3rem !important;}
.f24 {  font-size: 2.4rem !important;}
.f25 {  font-size: 2.5rem !important;}
.f26 {  font-size: 2.6rem !important;}
.f27 {  font-size: 2.7rem !important;}
.f28 {  font-size: 2.8rem !important;}
.f29 {  font-size: 2.9rem !important;}
.f30 {  font-size: 3rem !important;}
.f40 {  font-size: 4rem !important;}

.fps40 {  font-size: 40% !important;}
.fps60 {  font-size: 60% !important;}
.fps65 {  font-size: 65% !important;}
.fps70 {  font-size: 70% !important;}
.fps75 {  font-size: 75% !important;}
.fps80 {  font-size: 80% !important;}
.fps85 {  font-size: 85% !important;}
.fps90 {  font-size: 90% !important;}
.fps95 {  font-size: 95% !important;}
.fps100 {  font-size: 100% !important;}
.fps105 {  font-size: 105% !important;}
.fps110 {  font-size: 110% !important;}
.fps115 {  font-size: 115% !important;}
.fps120 {  font-size: 120% !important;}
.fps125 {  font-size: 125% !important;}
.fps130 {  font-size: 130% !important;}
.fps135 {  font-size: 135% !important;}
.fps140 {  font-size: 140% !important;}
.fps145 {  font-size: 145% !important;}
.fps150 {  font-size: 150% !important;}


.inner700 {
  max-width: 700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner800 {
  max-width: 800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner880 {
  max-width: 880px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner900 {
  max-width: 900px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1000 {
  max-width: 1000px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1100 {
  max-width: 1100px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1200 {
  max-width: 1200px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1300 {
  max-width: 1300px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1400 {
  max-width: 1400px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}


/* =======================================

	margin / padding

========================================== */
/*! mb */
.mA {
  margin-left: auto;
  margin-right: auto;
}

.mA0 {  margin: 0px !important;}
.mA5 {  margin: 5px !important;}
.mA10 {  margin: 10px !important;}
.mA15 {  margin: 15px !important;}
.mA20 {  margin: 20px !important;}
.mA25 {  margin: 25px !important;}
.mA30 {  margin: 30px !important;}
.mA35 {  margin: 35px !important;}
.mA40 {  margin: 40px !important;}
.mA45 {  margin: 45px !important;}
.mA50 {  margin: 50px !important;}
.mA55 {  margin: 55px !important;}
.mA60 {  margin: 60px !important;}
.mA65 {  margin: 65px !important;}
.mA70 {  margin: 70px !important;}
.mA75 {  margin: 75px !important;}
.mA80 {  margin: 80px !important;}
.mA85 {  margin: 85px !important;}
.mA90 {  margin: 90px !important;}
.mA95 {  margin: 95px !important;}
.mA100 {  margin: 100px !important;}
.mA105 {  margin: 105px !important;}
.mA110 {  margin: 110px !important;}
.mA115 {  margin: 115px !important;}
.mA120 {  margin: 120px !important;}
.mA125 {  margin: 125px !important;}
.mA130 {  margin: 130px !important;}
.mA135 {  margin: 135px !important;}
.mA140 {  margin: 140px !important;}
.mA145 {  margin: 145px !important;}
.mA150 {  margin: 150px !important;}

.mT0 {  margin-top: 0px !important;}
.mT5 {  margin-top: 5px !important;}
.mT10 {  margin-top: 10px !important;}
.mT15 {  margin-top: 15px !important;}
.mT20 {  margin-top: 20px !important;}
.mT25 {  margin-top: 25px !important;}
.mT30 {  margin-top: 30px !important;}
.mT35 {  margin-top: 35px !important;}
.mT40 {  margin-top: 40px !important;}
.mT45 {  margin-top: 45px !important;}
.mT50 {  margin-top: 50px !important;}
.mT55 {  margin-top: 55px !important;}
.mT60 {  margin-top: 60px !important;}
.mT65 {  margin-top: 65px !important;}
.mT70 {  margin-top: 70px !important;}
.mT75 {  margin-top: 75px !important;}
.mT80 {  margin-top: 80px !important;}
.mT85 {  margin-top: 85px !important;}
.mT90 {  margin-top: 90px !important;}
.mT95 {  margin-top: 95px !important;}
.mT100 {  margin-top: 100px !important;}
.mT105 {  margin-top: 105px !important;}
.mT110 {  margin-top: 110px !important;}
.mT115 {  margin-top: 115px !important;}
.mT120 {  margin-top: 120px !important;}
.mT125 {  margin-top: 125px !important;}
.mT130 {  margin-top: 130px !important;}
.mT135 {  margin-top: 135px !important;}
.mT140 {  margin-top: 140px !important;}
.mT145 {  margin-top: 145px !important;}
.mT150 {  margin-top: 150px !important;}
.mB0 {  margin-bottom: 0px !important;}
.mB5 {  margin-bottom: 5px !important;}
.mB10 {  margin-bottom: 10px !important;}
.mB15 {  margin-bottom: 15px !important;}
.mB20 {  margin-bottom: 20px !important;}
.mB25 {  margin-bottom: 25px !important;}
.mB30 {  margin-bottom: 30px !important;}
.mB35 {  margin-bottom: 35px !important;}
.mB40 {  margin-bottom: 40px !important;}
.mB45 {  margin-bottom: 45px !important;}
.mB50 {  margin-bottom: 50px !important;}
.mB55 {  margin-bottom: 55px !important;}
.mB60 {  margin-bottom: 60px !important;}
.mB65 {  margin-bottom: 65px !important;}
.mB70 {  margin-bottom: 70px !important;}
.mB75 {  margin-bottom: 75px !important;}
.mB80 {  margin-bottom: 80px !important;}
.mB85 {  margin-bottom: 85px !important;}
.mB90 {  margin-bottom: 90px !important;}
.mB95 {  margin-bottom: 95px !important;}
.mB100 {  margin-bottom: 100px !important;}
.mB105 {  margin-bottom: 105px !important;}
.mB110 {  margin-bottom: 110px !important;}
.mB115 {  margin-bottom: 115px !important;}
.mB120 {  margin-bottom: 120px !important;}
.mB125 {  margin-bottom: 125px !important;}
.mB130 {  margin-bottom: 130px !important;}
.mB135 {  margin-bottom: 135px !important;}
.mB140 {  margin-bottom: 140px !important;}
.mB145 {  margin-bottom: 145px !important;}
.mB150 {  margin-bottom: 150px !important;}
.mL0 {  margin-left: 0px !important;}
.mL5 {  margin-left: 5px !important;}
.mL10 {  margin-left: 10px !important;}
.mL15 {  margin-left: 15px !important;}
.mL20 {  margin-left: 20px !important;}
.mL25 {  margin-left: 25px !important;}
.mL30 {  margin-left: 30px !important;}
.mL35 {  margin-left: 35px !important;}
.mL40 {  margin-left: 40px !important;}
.mL45 {  margin-left: 45px !important;}
.mL50 {  margin-left: 50px !important;}
.mL55 {  margin-left: 55px !important;}
.mL60 {  margin-left: 60px !important;}
.mL65 {  margin-left: 65px !important;}
.mL70 {  margin-left: 70px !important;}
.mL75 {  margin-left: 75px !important;}
.mL80 {  margin-left: 80px !important;}
.mL85 {  margin-left: 85px !important;}
.mL90 {  margin-left: 90px !important;}
.mL95 {  margin-left: 95px !important;}
.mL100 {  margin-left: 100px !important;}
.mL105 {  margin-left: 105px !important;}
.mL110 {  margin-left: 110px !important;}
.mL115 {  margin-left: 115px !important;}
.mL120 {  margin-left: 120px !important;}
.mL125 {  margin-left: 125px !important;}
.mL130 {  margin-left: 130px !important;}
.mL135 {  margin-left: 135px !important;}
.mL140 {  margin-left: 140px !important;}
.mL145 {  margin-left: 145px !important;}
.mL150 {  margin-left: 150px !important;}
.mR0 {  margin-right: 0px !important;}
.mR5 {  margin-right: 5px !important;}
.mR10 {  margin-right: 10px !important;}
.mR15 {  margin-right: 15px !important;}
.mR20 {  margin-right: 20px !important;}
.mR25 {  margin-right: 25px !important;}
.mR30 {  margin-right: 30px !important;}
.mR35 {  margin-right: 35px !important;}
.mR40 {  margin-right: 40px !important;}
.mR45 {  margin-right: 45px !important;}
.mR50 {  margin-right: 50px !important;}
.mR55 {  margin-right: 55px !important;}
.mR60 {  margin-right: 60px !important;}
.mR65 {  margin-right: 65px !important;}
.mR70 {  margin-right: 70px !important;}
.mR75 {  margin-right: 75px !important;}
.mR80 {  margin-right: 80px !important;}
.mR85 {  margin-right: 85px !important;}
.mR90 {  margin-right: 90px !important;}
.mR95 {  margin-right: 95px !important;}
.mR100 {  margin-right: 100px !important;}
.mR105 {  margin-right: 105px !important;}
.mR110 {  margin-right: 110px !important;}
.mR115 {  margin-right: 115px !important;}
.mR120 {  margin-right: 120px !important;}
.mR125 {  margin-right: 125px !important;}
.mR130 {  margin-right: 130px !important;}
.mR135 {  margin-right: 135px !important;}
.mR140 {  margin-right: 140px !important;}
.mR145 {  margin-right: 145px !important;}
.mR150 {  margin-right: 150px !important;}
.pB0 {  padding-bottom: 0px !important;}
.pB5 {  padding-bottom: 5px !important;}
.pB10 {  padding-bottom: 10px !important;}
.pB15 {  padding-bottom: 15px !important;}
.pB20 {  padding-bottom: 20px !important;}
.pB25 {  padding-bottom: 25px !important;}
.pB30 {  padding-bottom: 30px !important;}
.pB35 {  padding-bottom: 35px !important;}
.pB40 {  padding-bottom: 40px !important;}
.pB45 {  padding-bottom: 45px !important;}
.pB50 {  padding-bottom: 50px !important;}
.pB55 {  padding-bottom: 55px !important;}
.pB60 {  padding-bottom: 60px !important;}
.pB65 {  padding-bottom: 65px !important;}
.pB70 {  padding-bottom: 70px !important;}
.pB75 {  padding-bottom: 75px !important;}
.pB80 {  padding-bottom: 80px !important;}
.pB85 {  padding-bottom: 85px !important;}
.pB90 {  padding-bottom: 90px !important;}
.pB95 {  padding-bottom: 95px !important;}
.pB100 {  padding-bottom: 100px !important;}
.pB105 {  padding-bottom: 105px !important;}
.pB110 {  padding-bottom: 110px !important;}
.pB115 {  padding-bottom: 115px !important;}
.pB120 {  padding-bottom: 120px !important;}
.pB125 {  padding-bottom: 125px !important;}
.pB130 {  padding-bottom: 130px !important;}
.pB135 {  padding-bottom: 135px !important;}
.pB140 {  padding-bottom: 140px !important;}
.pB145 {  padding-bottom: 145px !important;}
.pB150 {  padding-bottom: 150px !important;}
.pT0 {  padding-top: 0px !important;}
.pT5 {  padding-top: 5px !important;}
.pT10 {  padding-top: 10px !important;}
.pT15 {  padding-top: 15px !important;}
.pT20 {  padding-top: 20px !important;}
.pT25 {  padding-top: 25px !important;}
.pT30 {  padding-top: 30px !important;}
.pT35 {  padding-top: 35px !important;}
.pT40 {  padding-top: 40px !important;}
.pT45 {  padding-top: 45px !important;}
.pT50 {  padding-top: 50px !important;}
.pT55 {  padding-top: 55px !important;}
.pT60 {  padding-top: 60px !important;}
.pT65 {  padding-top: 65px !important;}
.pT70 {  padding-top: 70px !important;}
.pT75 {  padding-top: 75px !important;}
.pT80 {  padding-top: 80px !important;}
.pT85 {  padding-top: 85px !important;}
.pT90 {  padding-top: 90px !important;}
.pT95 {  padding-top: 95px !important;}
.pT100 {  padding-top: 100px !important;}
.pT105 {  padding-top: 105px !important;}
.pT110 {  padding-top: 110px !important;}
.pT115 {  padding-top: 115px !important;}
.pT120 {  padding-top: 120px !important;}
.pT125 {  padding-top: 125px !important;}
.pT130 {  padding-top: 130px !important;}
.pT135 {  padding-top: 135px !important;}
.pT140 {  padding-top: 140px !important;}
.pT145 {  padding-top: 145px !important;}
.pT150 {  padding-top: 150px !important;}
.pL0 {  padding-left: 0px !important;}
.pL5 {  padding-left: 5px !important;}
.pL10 {  padding-left: 10px !important;}
.pL15 {  padding-left: 15px !important;}
.pL20 {  padding-left: 20px !important;}
.pL25 {  padding-left: 25px !important;}
.pL30 {  padding-left: 30px !important;}
.pL35 {  padding-left: 35px !important;}
.pL40 {  padding-left: 40px !important;}
.pL45 {  padding-left: 45px !important;}
.pL50 {  padding-left: 50px !important;}
.pL55 {  padding-left: 55px !important;}
.pL60 {  padding-left: 60px !important;}
.pL65 {  padding-left: 65px !important;}
.pL70 {  padding-left: 70px !important;}
.pL75 {  padding-left: 75px !important;}
.pL80 {  padding-left: 80px !important;}
.pL85 {  padding-left: 85px !important;}
.pL90 {  padding-left: 90px !important;}
.pL95 {  padding-left: 95px !important;}
.pL100 {  padding-left: 100px !important;}
.pL105 {  padding-left: 105px !important;}
.pL110 {  padding-left: 110px !important;}
.pL115 {  padding-left: 115px !important;}
.pL120 {  padding-left: 120px !important;}
.pL125 {  padding-left: 125px !important;}
.pL130 {  padding-left: 130px !important;}
.pL135 {  padding-left: 135px !important;}
.pL140 {  padding-left: 140px !important;}
.pL145 {  padding-left: 145px !important;}
.pL150 {  padding-left: 150px !important;}
.pR0 {  padding-right: 0px !important;}
.pR5 {  padding-right: 5px !important;}
.pR10 {  padding-right: 10px !important;}
.pR15 {  padding-right: 15px !important;}
.pR20 {  padding-right: 20px !important;}
.pR25 {  padding-right: 25px !important;}
.pR30 {  padding-right: 30px !important;}
.pR35 {  padding-right: 35px !important;}
.pR40 {  padding-right: 40px !important;}
.pR45 {  padding-right: 45px !important;}
.pR50 {  padding-right: 50px !important;}
.pR55 {  padding-right: 55px !important;}
.pR60 {  padding-right: 60px !important;}
.pR65 {  padding-right: 65px !important;}
.pR70 {  padding-right: 70px !important;}
.pR75 {  padding-right: 75px !important;}
.pR80 {  padding-right: 80px !important;}
.pR85 {  padding-right: 85px !important;}
.pR90 {  padding-right: 90px !important;}
.pR95 {  padding-right: 95px !important;}
.pR100 {  padding-right: 100px !important;}
.pR105 {  padding-right: 105px !important;}
.pR110 {  padding-right: 110px !important;}
.pR115 {  padding-right: 115px !important;}
.pR120 {  padding-right: 120px !important;}
.pR125 {  padding-right: 125px !important;}
.pR130 {  padding-right: 130px !important;}
.pR135 {  padding-right: 135px !important;}
.pR140 {  padding-right: 140px !important;}
.pR145 {  padding-right: 145px !important;}
.pR150 {  padding-right: 150px !important;}
.pA0 {  padding: 0px !important;}
.pA5 {  padding: 5px !important;}
.pA10 {  padding: 10px !important;}
.pA15 {  padding: 15px !important;}
.pA20 {  padding: 20px !important;}
.pA25 {  padding: 25px !important;}
.pA30 {  padding: 30px !important;}
.pA35 {  padding: 35px !important;}
.pA40 {  padding: 40px !important;}
.pA45 {  padding: 45px !important;}
.pA50 {  padding: 50px !important;}
.pA55 {  padding: 55px !important;}
.pA60 {  padding: 60px !important;}
.pA65 {  padding: 65px !important;}
.pA70 {  padding: 70px !important;}
.pA75 {  padding: 75px !important;}
.pA80 {  padding: 80px !important;}
.pA85 {  padding: 85px !important;}
.pA90 {  padding: 90px !important;}
.pA95 {  padding: 95px !important;}
.pA100 {  padding: 100px !important;}
.pA105 {  padding: 105px !important;}
.pA110 {  padding: 110px !important;}
.pA115 {  padding: 115px !important;}
.pA120 {  padding: 120px !important;}
.pA125 {  padding: 125px !important;}
.pA130 {  padding: 130px !important;}
.pA135 {  padding: 135px !important;}
.pA140 {  padding: 140px !important;}
.pA145 {  padding: 145px !important;}
.pA150 {  padding: 150px !important;}
.mB1em {  margin-bottom: 1em !important;}
/*! mb */
.zin0 {  z-index: 0;}
.zin1 {  z-index: 1;}
.zin2 {  z-index: 2;}
.zin3 {  z-index: 3;}
.zin4 {  z-index: 4;}
.zin5 {  z-index: 5;}
.zin6 {  z-index: 6;}
.zin7 {  z-index: 7;}
.zin8 {  z-index: 8;}
.zin9 {  z-index: 9;}
.zin10 {  z-index: 10;}

.visibilityHidden {
  visibility: hidden;
}

.noLink {
  color: #9a9a9a !important;
  pointer-events: none !important;
}


/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #fff;
  color: #1D140A;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
	font-weight: 500;
  box-sizing: border-box;
  line-height: 1.75;
	letter-spacing: 0.1em;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: #805A33;
}

/*フォントファミリー
========================================== */
.fontGothic{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-weight: 400;
}
.fontMont{
	font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*色
========================================== */
:root {
  --base: #1D140A;
  --wh: #fff;
	--brown: #805A33;
	--blue: #092139;
	--beige: #FEF7EE;
	--LGray:#F3F2F2;
	--orange:#E4963B;
	--red:#CD4F4F;
}
	
/*文字色
========================================== */
.baseC{  color: var(--base) !important;}
.white {  color: var(--wh) !important;}
.brown {  color: var(--brown) !important;}
.blue {  color: var(--blue) !important;}
.red {  color: var(--red) !important;}

/*背景
========================================== */
.bgBase{ background: var(--base) !important;}
.bgW{  background: #fff !important;}
.bgblue{ background: var(--blue) !important;}
.bgBeige{ background: var(--beige) !important;}
.bgLGray{ background: var(--LGray) !important;}

/*ボタン,リンク
========================================== */
.btn,
.btnContact,
.btnShop{
	position: relative;
	background: var(--wh);
	border: 1px solid var(--brown);
	color: var(--brown);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-weight: 500;
 line-height: 1.2;
}
.btn span,
.btnContact span,
.btnShop span,
.txtLink span{
	display: inline-block;
	position: relative;
}
.btn span::before,
.btn span::after,
.btnContact span::before,
.btnShop span::before,
.txtLink span::before,
.txtLink span::after{
	content: "";
	display: inline-block;
	position: absolute;
}
.btn span{
	padding-right: 25px;
}
.btnContact span{
	padding-left: 32px;
	color: #fff
}
.btnShop span{
	padding-left: 30px;
}
.btn span::before{
	background: var(--brown);
	width: 13px;
	height: 1px;
	right: 0;
	top: calc(50% + 1px);
}
.btn span::after{
	background: var(--brown);
	width: 4px;
	height: 3px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
	right: 0;
	top: calc(50% - 2px);
}
.footer .btnContact{
 background: #725B44;
}
.btnContact,
.btnShop{
	background: var(--brown);
	border: 1px solid var(--brown);
	color: var(--wh);
}
.btnContact span::before{
	background: url("../images/ic_mail.svg") no-repeat left top / cover;
	width: 23px;
	height: 13px;
	left: 0;
	top: calc(50% - 6px);
}
.btnShop span::before{
	background: url("../images/ic_cart.png") no-repeat left top / 100% auto;
	width: 21px;
	height: 23px;
	left: 0;
	top: calc(50% - 11px);
}

.txtLink span{
	padding-right: 44px;
}
.txtLink span::before{
	content: "";
	background: var(--wh);
	display: inline-block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
}
.txtLink span::after{
	background: var(--wh);
	width: 6px;
	height: 4.5px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
	right: 0;
	bottom: 1px;
}
.txtLinkBdr{
	text-decoration: underline;
}

.btnWrap .btn{
	margin-left: auto;
	margin-right: auto;
}

.btn:hover,
.btnContact:hover,
.btnShop:hover,
.txtLink:hover,
.txtLinkBdr:hover{
 opacity: 0.7;
}

/*タイトル
========================================== */
h2,h3{
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	text-align: center;
}
.h2Tit,.h3Tit,.h4Tit,.h5Tit,.h6Tit{
	font-weight: 500;
}
.h2Tit.vertical{
	border-top: 1px solid var(--base);
	font-weight: 300;
	letter-spacing: 0.17em;
	margin-bottom: 0;
	height: 0;
}
.h2Tit.vertical .en{
	display: inline-block;
	transform: rotate(-90deg);
	width: 6em;
}
.h4Tit .tiSub{
	display: inline-block;
	margin-left: 1em;
}
.h4Tit {
	border-bottom: 1px solid rgb(159, 114, 44);
}
.h4Tit .tiSub{
	display: inline-block;
	margin-left: 1em;
}

/*テキスト
========================================== */
.cat{
	display: inline-block;
	border-radius: calc(infinity * 1px);
 background: var(--blue);
	color: var(--wh);
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	padding: 4px 8px 6px;
}
.cat.cat_new_products{
	background: var(--red);
}
.cat.cat_campaign{
	background: var(--orange);
}
.note li,
p.note{
	margin-left: 1em;
	text-indent: -1em;
}

.leadTxt{
	line-height: 1.8;
  text-align: center;
}

/* =======================================
  ページャー
========================================== */
/*-- pageNavi --*/
.pageNavi{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
 margin-top: 50px;
}
.pageNavi .current,
.pageNavi .inactive,
.pageNavi a{
	border: 1px solid var(--base);
  display:grid;
	align-items: center;
	justify-content: center;
  font-optical-sizing: auto;
	color: var(--base);
  font-weight: 500;
  font-style: normal;
}
.pageNavi .current{
	background: var(--base);
	color: #fff;
}
.pageNavi a:hover{
	background: var(--base);
	color: #fff;
}
.pageNavi a.next:hover{
	background: none;
	border: none;
	color: var(--base);
}

/*-- pager --*/
.pager{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 800px !important;
  width: 90%;
	gap: 0 5px;
	position: relative;
}
.pager a{
	background: var(--wh);
  color: var(--brown);
	display: grid;
  align-items: center;
  justify-content: center;
	font-weight: 500;
	width: 100%;
	height: 100%;
  line-height: 1;
}
.pager a:hover{
	opacity: 0.7;
}
.pager .pagerPrev,
.pager .pagerNext{
	position: relative;
	max-width: 200px;
}
.pager .pagerPrev::before,
.pager .pagerNext::after{
	content: '';
	display: inline-block;
	 width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3.5px);
}
.pager .pagerPrev::before{
	border-bottom: 2px var(--brown) solid;
  border-left: 2px var(--brown) solid;
	left: 15%;
}
.pager .pagerNext::after{
	border-top: 2px var(--brown) solid;
  border-right: 2px var(--brown) solid;
	right: 15%;
}

/*-- list --*/
.basicList li{
	border-bottom: 1px solid #ccc;
	padding: 15px 40px;
}
.basicList li li{
	border-bottom:none;
		padding: 5px 20px;
}
.discList{
	padding:0 0 0 18px;
}
.discList li{
	list-style:disc outside;
	padding:0 0 5px 0;
}

/* =======================================
  タブ
========================================== */
.js-tab{
 display: flex;
 flex: row wrap;
}
.js-tab li,
.tab{ cursor: pointer;}
.tabPanelArea{}
.tabPanel {
  display: none;
}
.tabPanel.active {
  display: block;
}

/* =======================================
	header
========================================== */
header {
	background: rgba(255,255,255,.6);
	position:fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}
.pgs header:not(.fixed){
	background: rgba(255,255,255,.6);
}

/* =======================================
	gnavi
========================================== */
#gnaviList a{
	color: var(--blue);
}
.head_lang{
 position: relative;
	background: var(--wh);
	color: var(--brown);
 height: 21px;
 overflow: hidden;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 2px 0px 4px 25px;
}
.head_lang::before
/*,.head_lang::after*/{
	content: "";
	display: inline-block;
	position: absolute;
}
.head_lang::before{
	background: url("../images/ic_lang.svg") no-repeat left top / cover;
	width: 12px;
	height: 12px;
	left: 7px;
	top: 0;
 bottom: 0;
 margin: auto;
}
/*.head_lang::after{
	background: var(--brown);
	width: 9px;
	height: 7px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	top: calc(50% - 3.5px);
	right: 6px;
}*/
.head_lang #google_language_translator select.goog-te-combo{
 padding: 0 !important;
 margin: 0 !important;
}


/* =======================================
	footOrder
========================================== */
#footOrder{
 overflow: hidden;
	padding: 0;
}
#footOrder > div.pcFlex{
	align-items: stretch;
}
#footOrder .h2Tit{
	color: #E8D5BF;
	font-weight: 500 !important;
	text-align: left;
	margin: 0
}
#footOrder .h2Tit .en{
 position: relative;
	display: block;
	font-weight: 300 !important;
	width: 100%;
}
#footOrder .h2Tit .en::after{
 content: "";
 display: block;
 width: 30vw;
 height: 0;
	border-bottom: 1px solid #9F722C;
 position: absolute;
 right: 0;
 bottom: 0;
}
#footOrder .orderBox h3{
	font-weight: 500;
	position: relative;
	text-align: left;
}
#footOrder .orderBox h3 >font{
 position: relative;
 display: inline-block;
 background:#FEF7EE ;
 padding-right: 15px;
 z-index: 1;
}
#footOrder .orderBox h3::after{
	content: "";
	background: var(--base);
	display: inline-block;
	width: calc(100% - 7em);
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
}
#footOrder .orderBox dt{
	background: #FFD493;
	border-radius: calc(infinity * 1px);
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.35;
	text-align: center;
	position: relative;
	z-index: 5;
}
#footOrder .orderBox dd{
	background: var(--wh);
	border: 1px solid #FFD493;
	margin-top: -65px;
	margin-left: 14px;
	text-align: center;
}
#footOrder .orderBox dd a{
	display: block;
}
#footOrder .orderBox figure{
	margin-bottom: 10px;
}
#footOrder .orderBox dd span{
	display: inline-block;
	padding-right: 18px;
	position: relative;
}
#footOrder .orderBox dd span::before{
	content: "";
	display: inline-block;
	background: var(--brown);
	width: 13px;
	height: 1px;
	position: absolute;
	right: 0;
	top: calc(50% + 1px);
}
#footOrder .orderBox dd span::after{
	content: "";
	display: inline-block;
	background: var(--brown);
	width: 4px;
	height: 3px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
	position: absolute;
	right: 0;
	top: calc(50% - 2px);
}
#footOrder .orderBox .icWeb,
#footOrder .orderBox .icFax{
	margin: 6px auto 0;
}
#footOrder .orderBox .icNetshop{
	margin: 0 auto;
}

/* =======================================
	footer
========================================== */
.footerBox{
 position: relative;
}
.footerBox *{
 color: #092139;
}
.footerAddress{
 line-height: 1.5;
}
.footerBox .txtEn{
	color: #725B44;
	
}
.footContact dt{
	position: relative;
}
.footContact dt::after{
	content: "";
	background: #092139;
	display: inline-block;
	width: calc(100% - 8em);
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
}
.footContact dd .icTel{
	position: relative;
}
.footContact dd .icTel::before{
	content: "";
	background: url("../images/ic_tel_navy.svg") no-repeat left top / contain;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
}
.footContact dd .time{
	display: block;
	text-align: center;
}
.footContact .btnContact{
	background: #725B44;
	margin-top: 15px;
}

.footerBox .txtEn{
	letter-spacing: 0.07em;
	position: absolute;
	left: 0;
}

.copy{
 width: 100%;
 font-size: 1rem;
 text-align: right;
}

#pageTop{
	font-weight: 200;
	position: fixed;
	z-index: 10;
	transform: rotate(-90deg);
	bottom: 80px;
}
#pageTop a{
	background: rgba(114,91,68,.9);
	color: var(--wh);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 1;
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
}
#pageTop a::before,
#pageTop a::after{
	content: "";
	background: var(--wh);
	display: inline-block;
	position: absolute;
}
#pageTop a::before{
	width: 13px;
	height: 1px;
	top: calc(50% - 1px);
}
#pageTop a::after{
  width: 4px;
  height: 3px;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
	top: calc(50% - 4px);
}

/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.mainTitle{
 position: relative;
	display: grid;
	justify-content: flex-start;
	align-items: center;
	background: #fefefe;
}
.mainTitle h2{
	background: linear-gradient(to right,rgba(9,33,57,.8) 0, rgba(9,33,57,.4) 50%, transparent);
	color: var(--wh);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	font-weight: 500;
	position: relative;
	z-index: 2;
	text-align: left;
	text-shadow: 0 0 10px rgba(9,33,57,.9);
	height: 100%;
}
.mainTitle h2 span{
	display: inline-block;
	position: relative;
 white-space: nowrap;
}
.mainTitle h2 span::before{
	content: "";
	background: url("../images/pgs_mv_ic.png") no-repeat left top / 100% auto;
	display: inline-block;
	position: absolute;
}
.mainTitle h2 .tiSub{
	display: inline-block;
	margin-bottom: 10px;
}

/* =======================================
  breadcrumb
========================================== */
#breadcrumb{
 padding-left: 20px;
}
#breadcrumb ul{
}
#breadcrumb li{
	display: inline-block;
	font-size: 14px;
	color: var(--base)
}
#breadcrumb li a{
	color: var(--base)
}
#breadcrumb li a:after{
	content: '>';
	padding-left: 5px
}

#breadcrumb li>span:after{
  content: ' | '
}
/*-- table --*/
.basicTable {
	background: var(--wh);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.basicTable > dt{
	background: var(--base);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	display: flex;
	font-weight: 500;
	align-items: center;
}
.basicTable > dd{
	border-bottom: 1px solid var(--base);
	display: grid;
	align-items: center;
}
.basicTable dd dl dd{
	padding-left: 1em;
}
.basicTable dd dl dd + dt{
	padding-top: 15px;
}
.basicTable a{
	text-decoration: underline;
}
.basicTable a:hover{
 text-decoration: none;
}

table.basicTable{
	display: table;
}
table.basicTable thead{
	width: 100%;
}
table.basicTable thead th{
	background: var(--base);
	border-right: 1px solid var(--wh);
	border-bottom: 1px solid var(--base);
	color: var(--wh);
	font-weight: 700;
	text-align: center;
}
table.basicTable thead th span{
	display: block;
	font-size: 88%;
}
table.basicTable tbody th{
	background: var(--gray);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	font-weight: 500;
}
table.basicTable tbody td{
	border-right: 1px solid var(--base);
	border-bottom: 1px solid var(--base);
}
table.basicTable tbody tr:last-of-type th,
table.basicTable tbody tr:last-of-type td{
	border-bottom: none;
}
table.basicTable th,
table.basicTable td{
	vertical-align: middle;
	padding: 15px 2.5%; 
}
table.basicTable th:last-child,
table.basicTable td:last-child{
	border-right: none;
}
.basicTable > dd > ul > li:not(:last-child){
	margin-bottom: 10px;
}

/*		anchorLink
-----------------------------*/
.anchorLink{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.anchorLink a{
	border-bottom: 1px solid var(--brown);
	display: grid;
 place-content: center;
	position: relative;
	max-width: 100%;
	height: 100%;
	text-align: center;
}
.anchorLink a::after{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
	border-bottom: 1px solid var(--brown);
	border-right: 1px solid var(--brown);
	position: absolute;
 left: calc(50% - 3px);
	transform: rotate(45deg);
}

.anchorLink a:hover,
.anchorLink a:hover::after{
	opacity: .7;
}
.anchorLink li.other a::after{
 display: none;
}

/*----*/
.pageLinks{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pageLinks li a{
	border-bottom: 1px solid var(--brown);
	display: grid;
 place-content: center;
	position: relative;
	max-width: 100%;
	height: 100%;
	text-align: center;
}
.pageLinks li a::after{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
	border-top: 1px solid var(--brown);
	border-right: 1px solid var(--brown);
	position: absolute;
 top: calc(50% - 3px);
 right: 0;
	transform: rotate(45deg);
}
.pageLinks a:hover,
.pageLinks a:hover::after{
	opacity: .7;
}

/*		other window
-----------------------------*/
a.otherwindow{
	display: inline-block;
}
.otherwindow span{
 display: inline-block;
 position: relative;
 padding-right: 20px;
 text-decoration: underline;
}
.otherwindow span::after{
	content: "";
	background: url("../images/ic_window.svg") no-repeat left top / 100% auto;
	display: inline-block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 5px;
 right: 0;
}
.otherwindow:hover span{
	text-decoration: none;
}

/* =======================================
	top
========================================== */
#top main{
 padding-top: 0;
}

/*		#mv
-----------------------------*/
#mv{
	position: relative;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
#mv .slider{
 width: 100%;
 overflow: hidden;
 z-index: 0;
}
#mv .slider figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
/*
#mv > figure{
	width: 100% !important;
}
#mv > figure img{
	width: 100%;
	object-fit: cover;
}*/
#mv .mvTxt{
	margin: 0 auto;
	position: absolute;
 left: 50%;
 transform: translate(-50%, 0);
	text-align: center;
}
#mv .mvTxt::before,
#mv .mvTxt::after{
	content: "";
	display: inline-block;
	position: absolute;
}
#mv .mvTxt::before{
	background: url("../images/top_mv_ic_top.png") no-repeat left top / 100% auto;
	top: 0;
}
#mv .mvTxt::after{
	background: url("../images/top_mv_ic_down.png") no-repeat left top / 100%;
	bottom: 0;
}
#mv .mvTxt h2{
	color: var(--wh);
	font-weight: 500 !important;
	text-align: center;
}
#mv .mvTxt p{
	color: var(--wh);
}

/*		#topLineup
-----------------------------*/
#topLineup ul{
	margin: 0 0 0 50px;
}
#topLineup ul li{
	padding-right: 8px;
	width: 100%;
}
#topLineup ul li a{
	display: block;
}
#topLineup ul li p{
	border: 1px solid rgba(9,33,57,.9);
	border-radius: calc(infinity * 1px);
	display: grid;
	justify-content: center;
	align-items: center;
	color: var(--wh);
	line-height: 1.3;
	margin-left: auto;
	position: relative;
	z-index: 5;
	text-align: center;
	margin-right: -12px;
	width: 99px;
	height: 99px;
}
#topLineup ul li p span{
	background: rgba(9,33,57,.9);
	border-radius: calc(infinity * 1px);
	display: grid;
	justify-content: center;
	align-items: center;
 align-content: center;
	width: 89px;
	height: 89px;
}
#topLineup ul li p span:has(font) br{
 display: none;
}

/*		#topFeature
-----------------------------*/
#topFeature{
	padding: 0;
	position: relative;
}
#topFeature .featureInner{
	position: absolute;
	top: 0;
}
#topFeature figure img{
	width: 100%;
	object-fit: cover;
	object-position: top;
}
#topFeature h2{
	background: rgba(9,33,57,.8);
	margin: 0 auto 0 0;
}
#topFeature .txts{
	background: linear-gradient(to right,rgba(9,33,57,1) 0%,rgba(63,63,63,1) 100%);
}
#topFeature .txts p{
	line-height: 2.13;
}
#topFeature .txts p,
#topFeature .txtLink{
	color: var(--wh) !important;
}
#topFeature .txtLink{
	display: inline-block;
}

/*		#topBtnarea
-----------------------------*/
#topBtnarea ul li{
	position: relative;
	width: 100%;
}
#topBtnarea ul li a{
	display: block;
}
#topBtnarea ul li a:hover{
	opacity: 0.7;
}
#topBtnarea ul li h3{
	color: var(--wh);
	font-weight: 400;
	line-height: 1.1;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}
#topBtnarea ul li h3 .en{
	display: block;
	font-size: 1.2rem;
	margin-top: 15px;
}
#topBtnarea ul li p{
	background: var(--blue);
	color: #E1BF85;
	display: inline-block;
	line-height: 1.1;
	padding: 18px 22px 17px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#topBtnarea ul li p span{
	position: relative;
	display: inline-block;
	padding-right: 26px;
}
#topBtnarea ul li p span::before,
#topBtnarea ul li p span::after{
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
}
#topBtnarea ul li p span::before{
	background: #E1BF85;
	width: 13px;
	height: 1px;
	top: calc(50% + 1px);
}
#topBtnarea ul li p span::after{
	background: #E1BF85;
	width: 4px;
	height: 3px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
	top: calc(50% - 2px);
}

/*		#topNews
-----------------------------*/
#topNews ul{
	margin: 17px 0 34px;
}
#topNews ul li .date{
	display: block;
	line-height: 1.1;
}
#topNews ul li dd{
	letter-spacing: 0.1em;
	line-height: 1.5;
}
#topNews ul li a{
	color: var(--base);
}
#topNews ul li a:hover{
	opacity: 0.7;
}

/* =======================================
	feature
========================================== */
#feature .mainTitle{
	background: url("../images/feature_title.jpg") no-repeat left top / cover;
}
#featureLead .txtImg .txts{
	position: relative;
	z-index: 5;
}
#featureLead .h3Tit{
	display: inline-block;
	margin-bottom: 0;
	text-align: left;
}
#featureLead .txtImg .txts > div{
	background: linear-gradient(to right,rgba(9,33,57,.9) 0%,rgba(63,63,63,.8) 100%);
}
#featureLead .txtImg .txts p{
	color: var(--wh);
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-weight: 400;
}
.featureBox .h3Tit{
	color: var(--blue);
	display: flex;
	align-items: center;
	text-align: left;
}
.featureBox .h3Tit .num{
	border: 1px solid rgba(9,33,57,.9);
	border-radius: calc(infinity * 1px);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--wh);
	line-height: 1.3;
	margin-right: 0.5em;
	position: relative;
	z-index: 5;
	text-align: center;
}
.featureBox .h3Tit .num span{
	background: rgba(9,33,57,.9);
	border-radius: calc(infinity * 1px);
	display: grid;
	justify-content: center;
	align-items: center;
}
#feature ul li figure{
	margin: 0 auto 0.5em;
}
#feature02 ul li figure{
	border-radius: calc(infinity * 1px);
	width: 60%;
}
#feature02 ul li.wide figure{
	width: 100%;
}
#feature02.featureBox ul li.wide ul li:first-child{
	position: relative;
}
#feature02.featureBox ul li.wide ul li:first-child::after{
	content: "";
	background: #9F722C;
	display: inline-block;
	position: absolute;
}
#feature02 .aboutComparison li{
	background: var(--beige);
}
#feature02 .aboutComparison h4{
	font-weight: 500;
	text-align: center;
}
#feature02 .aboutComparison figure{
	margin: 10px auto;
	max-width: 320px;
}

/* =======================================
	service
========================================== */
#service #footOrder{
	margin-top: 0;
}
#service .mainTitle{
	background: url("../images/service_title.jpg") no-repeat left top / cover;
}
#service .imgTitle{
	background: var(--blue);
	color: var(--wh);
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
#service #service01 .imgTitle{
	background: url("../images/service_restaurant_img01.jpg") no-repeat center top / cover;
}
#service #service02 .imgTitle{
	background: url("../images/service_super_img01.jpg") no-repeat center top / cover;
}
#service #service03 .imgTitle{
	background: url("../images/service_importshop_img01.jpg") no-repeat center top / cover;
}
#service #service04 .imgTitle{
	background: url("../images/service_netshop_img01.jpg") no-repeat center top / cover;
}
#service .imgTitle .tiTxt{
	background: rgba(9,33,57,.9);
}
#service h4{
	border-bottom: 1px solid var(--base);
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
}
#service h4 .en{
	margin-right: 0.5em;
}
#service .caseBox li p{
	margin-top: 0.5em;
	text-align: center;
}

/* =======================================
	products
========================================== */
#products .mainTitle{
	background: url("../images/products_title.jpg") no-repeat center top / cover;
}
#productsCategory{
	padding-bottom: 0;
}
#productsCategory ul li figure{
	border: 2px solid var(--wh);
}
#productsCategory ul li p{
	background: rgba(9,33,57,.4);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: calc(infinity * 1px);
	display: grid;
	justify-content: center;
	align-items: center;
	color: var(--wh);
	line-height: 1.3;
	margin-left: auto;
	position: relative;
	z-index: 5;
	text-align: center;
	margin-right: -12px;
}
#productsCategory ul li p span{
	background: rgba(255,255,255,1);
	border-radius: calc(infinity * 1px);
	color: var(--blue);
	display: grid;
	justify-content: center;
	align-items: center;
 align-content: center;
}
#productsCategory ul li p span:has(font) br{
 display: none;
}
#productsCategory ul li p::after{
	content: "";
	background: var(--blue);
	display: inline-block;
	width: 10px;
	height: 7px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: calc(50% - 5px);
}
#productsCategory a{
	display: block;
}
#productsCategory a:hover{
	opacity: .7;
}
.productsLineup .h3Tit{
	border-bottom: 1px solid var(--blue);
	color: var(--blue);
}
.productsLineup ul li h4{
	font-weight: 600;
}
.productsLineup ul li p{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}
.productsLineup ul li figure{
	border: 1px solid var(--wh);
}
.productsLineup ul li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:275/249;
}

/* =======================================
	products　detail
========================================== */
#productsInfo .imgs{}
#productsInfo .imgs .mimg{
}
#productsInfo .imgs .mimg img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:1/1;
}
#productsInfo .imgs ul{
 gap:10px 10px;
 margin-top: 10px;
}
#productsInfo .imgs ul li{
 width: calc((100% - 10px*3)/4);
 cursor: pointer;
}
#productsInfo .imgs ul li img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:1/1;}

#productsInfo h3{
	border-bottom: 1px solid #FFD493;
	font-weight: 500;
	line-height: 1.3;
	padding-bottom: 3px;
	text-align: left;
}
#productsInfo .cat{
	display: inline-block;
	line-height: 1;
	margin-bottom: 2px;
}
.cat.cat_p01,
.cat.cat_p04{
	background: #ef7000;
}
.cat.cat_p02,
.cat.cat_p03,
.cat.cat_p06{
	background: #3c9eff;
}
#productsInfo p{
	line-height: 1.5;
}
#productsInfo dl{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 15px 0 10px;
}
#productsInfo dl dt,
#productsInfo dl dd{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 0.75em;
}
#productsInfo dl dt,
#productsInfo dl dd,
#productsInfo .note{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

#productsInfo dl dt{
	background: var(--LGray);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#productsInfo dl dt{
	width: 12em;
}
#productsInfo dl dd{
	width: calc(100% - 12em);
}
#productsInfo .note{
 text-indent: 0;
 margin-left: 0;
}
#productsInfo ul.btnWrap{
	margin-top: 15px;
	padding: 5px 2% 15px;
	gap: 0 5%;
}
#productsInfo ul.btnWrap li > span{
	display: block;
	margin-bottom: 3px;
}

#productsHowTo .txtImg:not(:last-of-type){
	margin-bottom: 20px;
}
#productsHowTo figure{
	border-radius: 10px;
	overflow: hidden;
}
#productsHowTo .h4Tit span{
	color: rgb(159, 114, 44);
	display: inline-block;
}
#productsHowTo .txtImg:nth-child(-n+9) .h4Tit .num::before{
 content: "0";
}

/* =======================================
	company
========================================== */
#company .mainTitle{
	background: url("../images/company_title.jpg") no-repeat center top / cover;
}
#company .map{
 margin: 20px 0 0;
}
#company .map + h4{
 margin-top: 60px;
}

/*		companyMessage
-----------------------------*/
#companyeMessage .leadTxt{
	color: var(--blue);
}
.companyMessageProfile .img{
	text-align: center;
}
.companyMessageProfile figcaption{
	margin-top: 5px;
}

/*		companyFactory
-----------------------------*/
.companyFactoryInfo{
	padding: 20px 5%;
  /* background: rgba(243, 242, 242, 1); */
}

/*		companyEsg
-----------------------------*/
.companyEsgMenu dl{
	position: relative;
}
.companyEsgMenu dt{
	color: var(--blue);
    position: absolute;
    left: 0;
    right: 0;
    margin: 15px auto 0;
    text-align: center;
}
.companyEsgMenu dt::after{
	content: "";
	display: block;
	margin: 0.25em auto;
	width: 6em;
	height: 1px;
	background-color: var(--blue);
}
.companyEsgMenu dt .en{
	display: block;
}
.companyEsgMenu dt .en:first-letter{
	font-size: 1.5em;
}
.companyEsgMenu dd{
	display: grid;
	place-content: center;
	/* border: 1px solid #FFD493; */
	background-color: #fff;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	margin: 0 auto;
}
.companyEsgMenu dd li{
	line-height: 1.5;
	margin-left: 1em;
	margin-top: 0.5em;
	text-indent: -1em;
}
.companyEsgHead{
	margin-top: 60px;
	margin-bottom: 20px;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
	/* border-bottom: 1px solid rgb(159, 114, 44) */
	background: var(--wh);
	border: 1px solid var(--blue);
}
.companyEsgHead h4{
	border-bottom: none;
}
.companyEsgHead h4 .en{
	color: var(--blue);
	display: flex;
	align-items: center;
	font-weight: 500;
}
.companyEsgHead h4 .en span{
	background: var(--blue);
	color: var(--wh);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
.companyEsgHead .esgIcons{
	/* flex: 1; */
	gap: 5px;
}
.companyEsgHead .esgIcons img{
	width: 74px;
}
.companyEsgBox{
	margin-top: 30px;
}
.companyEsgBox h5{
	margin-bottom: 0.4em;
	padding-left: 20px;
	position: relative;
  font-size: 1.8rem;
}
.companyEsgBox h5::before{
	content: "";
	background: var(--blue);
	width: 10px;
	height: 1px;
	display: inline-block;
	position: absolute;
	left: 0;
 top: .9em;
}
.companyEsgBox h5 + p{
	padding-left: 20px;
}

/* =======================================
	esg
========================================== */
#esg .mainTitle{
	background: url("../images/esg_title.jpg") no-repeat center top / cover;
}
#esgLead{
	padding-bottom: 0;
}
#esgLead figure{
	margin: 0 auto 30px;
	max-width: 600px;
}
#esgLead .esgSdgs{
	background: linear-gradient(-69deg, rgba(183, 230, 255, .7),rgba(255, 181, 211, .7));
}
#esgLead .esgSdgs div.bgW{
	border-radius: 5px;
}
.esgBox h3{
	position: relative;
  color: var(--base);
  font-weight: 700;
  line-height: 1.2;
}
.esgBox h3 .en{
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.esgBox dl dt{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.esgBox dl dt:not(:first-child){
	padding-top: 40px;
}
.esgBox dl dt figure{
	display: inline-block;
}
.esgBox dl dt span{
	font-family: "Noto Serif JP", serif;
	display: inline-block;
	font-weight: 700;
}
#esgEnvironment h3 .en{
	color: #e4fcd6;
}
#esgSocial h3 .en{
	color: #e2faff;
}
#esgGovernance h3 .en{
	color: #fff6d3;
}
#esgEnvironment dl dd{
	background: #f1fdeb;
}
#esgSocial dl dd{
	background: #eefafc;
}
#esgGovernance dl dd{
	background: #fffcf0;
}


/* =======================================
	work
========================================== */
#work .mainTitle{
	background: url("../images/work_title.jpg") no-repeat center top / cover;
}

#workLead figure{
 margin-bottom: 20px;
}
.pointBox + .pointBox{
 margin-top: 60px;
}
.pointBox h4{
 margin-bottom: 30px;
 font-size: 2.4rem;
 text-align: center;
 line-height: 1.4;
}
.pointBox h4 >span{
 display: block;
 color: var(--pink);
 font-size: 1.8rem;
}
.pointBox h4 >span span{
 margin: 0 0 0 10px;
 font-size: 160%;
}

.pointBox li h5,
.pointBox li h6{
 margin-bottom: 15px;
}
.pointBox li figure{
 height: 220px;
 margin-bottom: 15px;
}
.pointBox li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.serviceBox +.serviceBox{
 margin-top: 40px;
}
.serviceBox h4{
 color: var(--pink);
}

#workService .scene{
 margin-top: 60px;
}
#workService .scene h4{
 text-align: center;
}
#workService .scene h4 .line01{
 padding-bottom: 10px;
}
.scene .serviceBox{
 max-width: 800px;
 margin-left: auto;
 margin-right: auto;
}
.scene .serviceBox h5{}

#workServiceFlow ol li{
 position: relative;
 background: #fff;
	border-radius: calc(infinity * 1px);
 padding: 30px 10% 40px;
}
#workServiceFlow ol li + li{
 margin-top: 50px;
}
#workServiceFlow ol li + li::before{
 content: "";
 display: block;
 background: var(--grd04);
	width:50px;
	height:25px;
clip-path: polygon(0 0, 50% 100%, 100% 0);
 position: absolute;
 bottom: 100%;
 left: 0;
 right: 0;
 margin:0 auto 10px;
}
#workServiceFlow li h4{
 text-align: center;
}
#workServiceFlow li h4 >span{
 display: block;
 color: var(--pink);
}
#workServiceFlow li h4 span span{
 margin-left: 10px;
 font-size: 160%;
}

#serviceArea ul{
 justify-content: center;
 gap:20px 20px;
 margin-bottom: 30px;
}
#serviceArea ul li{
 border-radius: 5px;
 background: var(--LLpink);
 width: 30%;
 max-width: 300px;
 padding: 10px 20px;
 font-size: 1.8rem;
 font-weight: 500;
 text-align: center;
}


/* =======================================
	guide
========================================== */
#guide .mainTitle {
    background: url(../images/guide_title.jpg) no-repeat center top / cover;
    text-shadow: 0 0 5px rgba(0, 0, 0, .7);
}
#guide .leadTxt{
	padding: 100px 0 50px;
}
#guide h4 .fonts{
	display: inline-block;
	font-size: 0.75em;
	background: #FFD493;
	border-radius: calc(infinity * 1px);
	line-height: 1;
	margin-right: 5px;
	padding: 0.3em 1em;
}
.guideDetail .stepList li{
	position: relative;
}
.guideDetail .stepList li:first-child::after{
	content: "";
	background: #092139;
	display: inline-block;
	position: absolute;
}
.guideDetail .stepList dl{
	position: relative;
	padding-top: 60px;
	height: 100%;
	z-index: 1;
}
.guideDetail .stepList dt.num{
	position: absolute;
	top: 0;
	left: -10px;
  /* border: 1px solid rgba(9, 33, 57, .9); */
	aspect-ratio: 1 / 1;
	border-radius: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
    color: var(--wh);
    line-height: 1.3;
    margin-right: 0.5em;
    z-index: 5;
    text-align: center;
}
.guideDetail .stepList dt.num .numInner {
    background: #092139;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
}
.guideDetail .stepList dt.num .numInner > span{
	text-align: center;
}
.guideDetail .stepList dt.num .numInner span span{
	display: block;
	line-height: 1em;
	font-size: 2em;
}
.guideDetail .stepList dd{
	position: relative;
    border: 2px solid var(--blue);
	background-color: var(--wh);
	padding: 40px 5% 20px;
	height: 100%;
	z-index: 1;
}
.guideDetail .stepList dd a{
	margin-left: auto;
}
.guideBox.pcFlex h3{
	background: var(--blue);
	border-top: 3px solid #9F722C;
	color: var(--wh);
}
.guideBox .guidePacking figcaption{
	margin-bottom: 5px;
	text-align: center;
}
.shippingfee dt{
	background: var(--LGray);
}


/* =======================================
	order
========================================== */
#order .mainTitle {
    background: url(../images/order_title.jpg) no-repeat center top / cover;
    text-shadow: 0 0 5px rgba(0, 0, 0, .7);
}
#productSelection .productSelectionInner .lineupBoxWrap{
	flex: 1;
}
#productSelection .lineupBox{
	gap: 30px 20px;
}
#productSelection .lineupBox + .lineupBox{
	margin-top: 60px;
}
#productSelection .lineupBox li{
	width: calc((100% - 80px)/4);
	display: flex;
  flex-direction: column;
}
#productSelection .lineupBox li .oname{
	flex-grow:1;
	font-size: 1.5rem;
}
.orderFromArea li figure{
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
.orderFromArea .selectWrap{
	position: relative;
}
.orderFromArea select,
.orderFromArea input[type=text]{
    border-radius: 4px;
    font-size: 1.6rem;
    appearance: none;
    outline: none;
    border: 1px solid #8f8f8f;
    padding: 6px 32px 6px 12px;
 margin: 0;
    width: 100%;
 max-width: none;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff;
    cursor: pointer;
}
.orderFromArea textarea{
 width: 100% !important;
	height: 10em !important;
}
.orderFromArea .selectWrap::after{
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	display: block;
	border-style: solid;
	border-color: #8f8f8f;		
	border-width: 0 1px 1px 0;
	width: 7px;
	height: 7px;
   transform: translateY(-50%) rotate(45deg);	
}
.orderFromArea #productSelection .selectWrap{
	margin-top: 10px;
}
.orderFromArea #customerInfo .flex:has(.selectWrap){
	align-items: center;
	gap: 0.5em;
}
.orderFromArea #customerInfo .selectWrap + span{
	padding-right: 0.5em;
}
.orderFromArea #customerInfo .selectWrap:has(.year){width: 8em;}
.orderFromArea #customerInfo .selectWrap:has(.month){width: 4em;}
.orderFromArea #customerInfo .selectWrap:has(.day){width: 6em;}

/* =======================================
	recruit
========================================== */
#recruit .mainTitle{
	background: url("../images/recruit_title.jpg") no-repeat center top / cover;
}
#recruitLead figure{
 margin-top: 20px;
 margin-bottom: 20px;
}
#recruitMerit .pointBox ul+ h5{
 margin-top: 50px;
}

#recruitJob li{
 margin-top: 40px;
}
#recruitJob h4{
 color: var(--pink);
 text-align: center;
}

#recruitStaff .interviewBox{
 margin-top: 60px;
}
#recruitStaff .txts h4{
 font-size: 1.8rem;
 margin-bottom: 20px;
}
#recruitStaff .txts .leadTxt{
 margin-bottom: 20px;
 font-size: min(2vw,24px);
 font-weight: 600;
 text-align: left;
}
#recruitStaff .h4Tit{
 margin-top: 40px;
}

#recruitJobFlow ol li{
 position: relative;
 background: var(--grd01);
	border-radius: calc(infinity * 1px);
 padding: 30px 10% 40px;
 text-align: center;
}
#recruitJobFlow ol li + li{
 margin-top: 50px;
}
#recruitJobFlow ol li + li::before{
 content: "";
 display: block;
 background: var(--grd04);
	width:50px;
	height:25px;
clip-path: polygon(0 0, 50% 100%, 100% 0);
 position: absolute;
 bottom: 100%;
 left: 0;
 right: 0;
 margin:0 auto 10px;
}
#recruitJobFlow li h4{
 text-align: center;
}
#recruitJobFlow li h4 >span{
 display: block;
 color: var(--pink);
}
#recruitJobFlow li h4 span span{
 margin-left: 10px;
 font-size: 160%;
}
#recruitJobFlow ol li p{
 text-align: left;
}
#recruitJobFlow ol li a{
 margin-top: 20px;
}
/* =======================================
	requirements
========================================== */
#requirements .mainTitle{
	background: url("../images/requirements_title.jpg") no-repeat center top / cover;
}
#requirementsDetail{}
.js-tab{
 border-bottom: 1px var(--Lpink) solid;
 gap:0 10px;
}
.js-tab li{
 position: relative;
 border-radius: 5px 5px 0 0;
 border: 1px var(--Lpink) solid;
 border-bottom:none;
 display: grid;
 place-content: center;
 background: var(--Lpink);
 width: 100%;
 max-width: 300px;
 height: 70px;
 color: #fff;
 font-weight: 700;
 text-align: center;
 line-height: 1.4;
}
.js-tab li.active{
 background: #fff;
 color: var(--pink);
}
.js-tab li.active::after{
 content: "";
 display: block;
 position: absolute;
 bottom: -1px;
 left: 0;
 width: 100%;
 height: 2px;
 background: #fff;
}

.tabPanelArea{
 border: 1px var(--Lpink) solid;
 border-top:none;
 padding: 40px 10%;
}
.tabPanelArea h4 >span{
 padding-bottom: 10px;
}
.tabTable dt{
 background: var(--beige);
 padding: 10px 0 10px;
 font-size: 1.8rem;
 font-weight: 700;
 text-align: center;
}
.tabTable dd{
 border-bottom: 1px var(--base) solid;
 padding: 10px 10px 20px;
 text-align: center;
}

/* =======================================
	faq
========================================== */
#faq .mainTitle{
	background: url("../images/faq_title.jpg") no-repeat center top / cover;
}
.faqBox{
	background: var(--wh);
}
.faqBox dt,
.faqBox dd{
	padding: 10px 10px 10px 3em;
	position: relative;
}
.faqBox dt::before{
	content: "Q";
	color: #4cb4fe;
	font-weight: 700;
	position: absolute;
	left: 0.5em;
	top: 0.5em;
}
.faqBox dt::after{
	content: "";
	background: var(--grd01);
	display: inline-block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.faqBox dd::before{
	content: "A";
	color: var(--Lpink);
	font-weight: 700;
	position: absolute;
	left: 0.5em;
	top: 0.5em;
}


/* =======================================
	contact
========================================== */
#contact .mainTitle{
	background: url("../images/contact_title.jpg") no-repeat center top / cover;
}

#contactInfoNum{
	margin-top: 40px;
}
#contactInfoNum .flex{
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #fff;
	width: min(100%, 400px);
    margin: auto;
	padding: 20px 40px;
	height: 100%;
}
#contactInfoNum figure{
	background-color: var(--brown);
	width: 50px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: grid;
	place-content: center;
}
#contactInfoNum .tel .contactNum{
	font-size: 3.2rem;
}

#contactInfoNum{
	background-color: var(--bk);
    padding: 30px 5%;
}
#contactInfoNum.flex{
	gap: 30px;
	flex-wrap: wrap;
}
#contactInfoNum li{
	background-color: var(--wh);
    padding: 30px 5%;
	text-align: center;
}
#contactInfoNum li .contactNum{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--gold);
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
}
#contactInfoNum li .time{
    font-weight: 600;
}

/* =======================================
	tools
========================================== */

.itemList {
  column-count: 3;
  column-gap: 2em;
  list-style-position: inside;
  padding: 0;
}
.itemList li {
  margin-bottom: 0.5em;
}

/* =======================================
	news
========================================== */
#news .mainTitle,
body.archive .mainTitle,
body.single .mainTitle{
	background: url("../images/news_title.jpg") no-repeat center top / cover;
}

/*	一覧
-----------------------------*/
/* category navi*/

/* list */
.newsList{
 padding-top: 50px;
 padding-bottom: 100px;
}
.newsBox{
 border-bottom: 1px var(--LGray) solid;
 padding: 30px 0;
}
/**/
.newsBox figure{
 margin: 0;
}
.newsBox figure img{
  width: 100%;
  height: auto;
  margin: auto;
}
.newsInfo{
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 gap:10px 20px;
 margin-bottom: 20px;
}
.newsBox h4{
 font-size: 2rem;
}
.newsBox .date{
}
.newsBox .cat{}
.newsBox .txts p{
}

/*	詳細　single
-----------------------------*/
#newsDetail h3{
	/*font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;*/
	font-weight: 600;
	margin-bottom: 20px;
	text-align: left;
}
#newsDetail figure{
 margin-bottom: 1.6em;
}
#newsDetail .mv{
 margin-bottom: 2em;
}
#newsDetail .mv img{
 margin: 0 auto;
}
#newsDetail .pager + .btnWrap{
 margin-top: 40px;
}

/* =======================================
	contact
========================================== */
#contact .mainTitle,
#thanks .mainTitle{
	background: url("../images/contact_title.jpg") no-repeat center top / cover;
	text-shadow: 0 0 5px rgba(0,0,0,.7);
}
.contactLead{
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	text-align: center;
}
#contactTel {
	border-top: 4px solid var(--LGray);
}
#contactTel .icTel{
	font-weight: 500;
	line-height: 1.2;
	position: relative;
}
#contactTel .icTel::before{
	content: "";
	background: url("../images/ic_tel.svg") no-repeat left top / 100%;
	display: inline-block;
	position: absolute;
	left: 0;
}
#contactTel .time{
	display: block;
 font-weight: 500;
}

/* =======================================
	form
========================================== */
#contactForm .basicTable .hissu,
#customerInfo .basicTable .hissu{
	display: inline-block;
	background: var(--red);	
 color: var(--wh);
	border-radius: 3px;
	line-height: 1;
	margin-left: 0.5em;
}
#contactForm .basicTable dd ul li:not(:last-child){
	margin-bottom: 5px;
}
#contactForm .basicTable dd h4:nth-of-type(2),
#contactForm .basicTable dd p{
	border-top: 1px solid #ccc;
	padding-top: 0.5em;
}
.confirm .btn{
	border: none;
 cursor: pointer;
}
#contactForm .basicTable > dd:has(input[type=radio]){
	line-height: 1em;
}
#contactForm .basicTable > dt.flex-wrap{
	flex-wrap: wrap;
}
#contactForm .basicTable > dt.flex-wrap .note{
	display: block;
	margin-top: 1em;
	width: 100%;
	font-weight: 400;
}

.formFoot{
 margin:40px auto 0;
}
.formFoot a{
	text-decoration: underline;
}
.formBtn{
    text-align: center;
}
.formBtn input{
    background: var(--brown);
	margin: auto;
    padding: 20px 10px;
	width: min(100%, 260px);
	max-width: none;
	height: auto;
    color: #fff;
	font-weight: 400;
	font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
}
#contactForm .basicTable .flex.formZip input[type=text]{
	width: calc(80% - 1em - 10px);
	margin-left: 10px;
	margin-bottom: 10px;
}
#contactForm .basicTable input[type=text] +  input[type=text]{
	margin-top: 10px;
}

/* =======================================
	privacypolicy
========================================== */
#privacy .mainTitle{
	background: url("../images/privacy_title.jpg") no-repeat center top / cover;
	text-shadow: 0 0 5px rgba(0,0,0,.7);
}
#privacyPolicy .h4Tit{
	border-bottom: 1px dotted var(--base);
	padding-bottom: 5px;
	text-align: center;
}
#privacyMain ul li{
	margin-left: 1em;
	text-indent: -1em;
}