@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: 100%;
  height: 20rem;
}
*: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;
  color: var(--gray);
  line-height: 1.625em;
}
.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;
}

.c_c_c {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.c_y0_xc {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
.c_yc_x0 {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(50%) translateX(0%);
  transform: translateY(50%) translateX(0%);
}

.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;}

.inner {
  max-width: 1286px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.inner01 {
  max-width: 1200px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.inner02 {
  max-width: 1050px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.inner500 {
  max-width: 500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner600 {
  max-width: 600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.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;
}
.inner1500 {
  max-width: 1500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1600 {
  max-width: 1600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1700 {
  max-width: 1700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1800 {
  max-width: 1800px !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: #F7F8E1;
  color: #242424;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.4;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: #171717;
}


/*フォントファミリー
========================================== */
.fontG{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.fontEn{
  font-family: "Inter", sans-serif;;
  font-weight: 700;
  font-style: normal;
}
.fontD{
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*色
========================================== */
:root {
  --base: #242424;
  --bk: #000;
  --wh: #fff;
  --blue: #0275E2;
  --red: #E21E25;
	--redD: #AA171D;
	--orange: #FF8113;
	--orangeL: #F8B700;
	--yellow:#FFDA37;
	--yellowL: #FFE634;
  --green: #169D1D;
	--greenL:#2FB913;
	--gray: #393939;
  --grayL: #E8E8E8;
;
}

/*文字色
========================================== */
.baseC{  color: var(--base) !important;}
.accent{  color: var(--orange) !important;}
.red{ color: var(--red) !important;}
.blue{  color: var(--blue) !important;}
.white {  color: #fff !important;}

/*背景
========================================== */
.bgBase{ background: var(--base) !important;}
.bgW{  background: #fff !important;}
.bgGray {  background: var(--gray) !important;}
.bgGrayL {  background: var(--grayL) !important;}
.bgBlue{ background: var(--blue) !important;}
.bgRed{ background: var(--red) !important;}
.bgRedD{ background: var(--redD) !important;}
.bgOrange{ background: var(--orange) !important;}
.bgOrangeL{ background: var(--orangeL) !important;}
.bgYellow{ background: var(--yellow) !important;}
.bgGreen{ background: var(--green) !important;}
.bgGreenL{ background: var(--greenL) !important;}



/*ボタン,リンク
========================================== */
.btnWrap{
}
.btnWrap.center {
 margin-top: 35px;
 text-align: center;
}
.btnWrap.center .btn{
	margin: 0 auto;
}

.btn{
 position: relative;
 display: grid;
 place-content: center;
 border-radius: 15px;
 border: 1px var(--base) solid;
 background-color: var(--red);
 width: min(100%, 321px);
 height: 60px;
  box-shadow: 4px 4px 0 0 #AA171D;
 color: var(--wh);
 font-weight: 700;
 text-align: center;
}
.btn.bgGreen{
  box-shadow: 4px 4px 0 0 #0F7114;
}
.btn.bgBlue{
  box-shadow: 4px 4px 0 0 #01519C;
}
.icArrow{
 position: relative;
}
.icArrow::after{
 content: "";
 display: inline-block;
 background: url('../images/ic_arrow_wh.svg') no-repeat center center/100%;
 width: 23px;
 height: 23px;
 border-radius: 50%;
    margin-left: 10px;
    transform: translateY(4px);
}

.icArrow2{
  display: block;
  padding-right: 36px;
  background: url('../images/ic_arrow2.svg') no-repeat right center / 20px 19px;

}

.icWindow{
  display: block;
  padding-right: 38px;
  background: url('../images/ic_window.svg') no-repeat right center / 22px 22px;

}

/*バナー
========================================== */


/*装飾
========================================== */
.marker{
	display: inline;
}

.dot {
  position: relative;
  display: inline-block;
}

.dot::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: repeat-x;
  pointer-events: none;
}



/*タイトル
========================================== */
.h2Tit{
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
.h2Tit > span{
	display: inline-block;
}
.h2Tit span.fontS{
	display: block;
}
.h2Tit span.img{
	display: block;
	font-size: 0;
}

.h2Tit > span:has(.tiSlash){
  position: relative;
  display: flex;
  justify-content: center;
    align-items: end;
    gap: 0 0.1em;
}
.h2Tit > span:has(.tiSlash)::before,
.h2Tit > span:has(.tiSlash)::after{
  content: "";
  display: block;
}
.h2Tit > span:has(.tiSlash)::before{
  background: url('../images/bg_ttl_black_left.png') no-repeat center center / 100% 100%;
}
.h2Tit > span:has(.tiSlash)::after{
  background: url('../images/bg_ttl_black_right.png') no-repeat center center / 100% 100%;
}

.h2Tit.white > span:has(.tiSlash)::before{
  background: url('../images/bg_ttl_white_left.png') no-repeat center center / 100% 100%;
}
.h2Tit.white > span:has(.tiSlash)::after{
  background: url('../images/bg_ttl_white_right.png') no-repeat center center / 100% 100%;
}



/*テキスト
========================================== */
.secLead{
	font-weight: 900;
	text-align: center;
	line-height: 1.7em;
}

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

/* =======================================
	header
========================================== */
header {
	position:fixed;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0));
}

header #logo{
  font-size : 0;
}



/* =======================================
	gnavi
========================================== */

/*.headerLinks*/
.headerLinks .tel{
 font-weight: 900;
 line-height: 1;
 color: #fff;
}
.headerLinks .tel p{
 font-weight: 900;
 line-height: 1;
}
.headerLinks li.faq,
.headerLinks li.contact{
	font-weight: 900;
}
.headerLinks li.faq a{
	position: relative;
	display: grid;
	place-content: center;
	height: 100%;
	background: #ffffff;
	border: 1px solid var(--base);
  box-shadow: 4px 4px 0 0 var(--base);
}
.headerLinks li.faq a span{
	line-height: 18px;
}
.headerLinks li.faq a span::before{
	content: "";
	display: inline-block;
	margin-right: 4px;
	width: 18px;
	height: 18px;
	background: url('../images/ic_faq.svg') no-repeat center center / 100%;
    transform: translateY(3px);
}
.headerLinks li.contact a{
	position: relative;
	display: grid;
	place-content: center;
	height: 100%;
	background: var(--red);
	border: 1px solid var(--base);
  box-shadow: 4px 4px 0 0 var(--redD);
	color: var(--wh);
}
.headerLinks li.contact a span::before{
	content: "";
	margin-right: 4px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../images/ic_mail.svg') no-repeat center center / 16px 13px;
    transform: translateY(3px);
}

/* =======================================
	footer
========================================== */
footer{
 background: var(--yellow) url('../images/bg_foot.png') no-repeat center bottom / 1400px auto;
}
#footerLogo{
 width: 248px;
 margin-bottom: 12px;
 line-height: 0;
}
footer .address{
 font-size: min(4vw,16px);
 line-height: 1.875em;
}
footer .footerSns{
  margin-top: 9px;
}
footer .footerSns.flex{
  gap: 13px;
}
footer .footerSns.flex a{
  width: 35px;
}
footer .footerSns.flex p{
  font-weight: 700;
  line-height: 1.2em;
}
footer .footerNavi .btn{
  width: min(calc(100% - 4px), 348px);
  height: 69px;
}
footer .footerNavi .btn span{
  width: 18em;
}
footer .footerNavi li + li{
  margin-top: 23px;
}


.copy{  
  border-top: 2px solid transparent; /* 下地の太さ */
  border-image: repeating-linear-gradient(
    to right,
    #111111 0,
    #111111 8px,
    transparent 8px,
    transparent 12px
  ) 100% 1; /* ストレッチ率を調整 */
  border-image-slice: 1;
  padding: 10px 0 0 0;
  font-weight: 700;
 font-size: 12px;
 text-align: left;
}


#pageTop{
	display: inline-block;
	position: fixed;
	z-index: 10;
}

/* =======================================
				LP
========================================== */



/*-----------------------------
	#mv
-----------------------------*/
#mv figure{
  position: relative;
	width: 100%;
}

/*-----------------------------
	#mvBtns
-----------------------------*/
#mvBtns.flexWrap{
  justify-content: center;
  gap: 30px min(2.7vw,38px);
}
#mvBtns .btn .fontL{
  margin-bottom: 4px;
  font-weight: 900;
}
#mvBtns .btn .fontS.bgW{
  display: inline-block;
  padding: 0 1em;
  border-radius: calc(infinity * 1px);
  color: var(--red);
}
#mvBtns .btn .marker{
  background: none;
  border-bottom: 2px solid var(--yellow);
}
#mvBtns .btn{
  position: relative;
}
#mvBtns .btn .freeicon{
  background: #FFDA37;
  border: 1px solid #242424;
  border-radius: 35px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #242424;
  font-size: 24px;
  position: absolute;
  top:-18px;
  left: -18px
}

/*-----------------------------
	main section common
-----------------------------*/
.secLead{
  font-weight: 900;
  line-height: 1.7em;
  text-align: center;
}

/*-----------------------------
	#about
-----------------------------*/
#about {}
#about h2.h2Tit {
  font-weight: 900;
    line-height: 1.4;
}
#about h2 .bgFire {
  position: relative;
	display: inline-block;
  padding: 0 10px;
	color: var(--wh);
}
#about h2 .bgFire::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: calc(100% + 0);
	background: url('../images/lead_txt01.png') no-repeat center center / 100% auto;
  z-index: -1;
}
#about .secLead{
  margin-top: 0.5em;
}
.aboutList {  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px; /* アイテム間の隙間 */
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.aboutList li {
  width: 333px;
  height: 333px;
  border-radius: 50%;
  background-color: var(--wh);
  border: 3px solid var(--orange);
  display: grid;
  place-items: center;
}
.aboutList li > div {
  text-align: center;
}
.aboutList li figure {
  margin: 0 auto 1em;
}
.aboutList li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aboutList li .accent {
  display: block;
  font-weight: 700;
}

.aboutPoint {
  width: min(100%, 768px);
  text-align: center;
}
.aboutPoint dt{
  background: var(--base);
  display: grid;
  place-content: center;
  margin: 0 auto;
  width: 260px;
  height: 2.3em;
  border-radius: calc(infinity * 1px);
  font-weight: 900;
  color: #fff;
  transform: translateY(50%);
}
.aboutPoint dd{
    display: grid;
    place-content: center;
    padding: 2.6em 0 1.6em;
    width: 100%;
    background: #ffffff;
    border-radius: 15px;
    border: 3px solid var(--base);
  box-shadow: 4px 4px 0 0 var(--base);
}
.aboutPoint dd p{
    font-weight: 700;
}
.aboutPoint dd span.accent{
  font-size: 1.25em;
}



/*-----------------------------
	#scene
-----------------------------*/
#scene {
  position: relative;
  padding-bottom: 20px;
  background-color: var(--orange);
  z-index: 0;
}
#scene::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  z-index: -1;
}
#scene::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto 0;
  background: url('../images/ic_arrow_down.png') no-repeat center bottom/100%;
}
#scene .secLead{
  margin-top: 20px;
  margin-bottom: 53px;
  color: #fff;

}
.sceneList.flexWrap{
  gap: 40px 22px;
}
.sceneList li{
  text-align: center;
}
.sceneList li figure{
  margin: 0 7px;
}
.sceneList li figure img{
  border: 3px solid #111111;
  border-radius: 15px;
}
.sceneList li h3{
  margin-top: 0.5em;
  font-weight: 700;
  color: var(--wh);
}
.sceneList li p{
  color: var(--wh);
}


/*-----------------------------
	#merit
-----------------------------*/
#merit{
  padding: 0;
}
#merit .inner1200{
  position: relative;
}
#merit .inner1200::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  background-image: url('../images/bg_merit_top_l.png'), url('../images/bg_merit_top_r.png');
  background-repeat: no-repeat;
  background-position: left top, right top;
}
#merit .inner1200::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  background-image: url('../images/bg_merit_btm_l.png'), url('../images/bg_merit_btm_r.png');
  background-repeat: no-repeat;
  background-position: left calc(100% - 23px), right bottom;
}
#merit .h2Tit {
  font-weight: 900;
}
#merit .h2Tit span.fontS {
  display: block;
    margin-bottom: 10px;
    padding-left: 1em;
  letter-spacing: 0.2em;
}
#merit .h2Tit span[class*="bg"] {
  display: inline-block;
  margin: 0 2px;
  width: 1.4em;
  letter-spacing: 0;
}
#merit .h2Tit span.bgBlue {
  transform: rotate(-8deg);
  transform-origin: right bottom;
  font-size: 1.8em;
}
#merit .h2Tit span.bgGreen {
  display: inline-block;
  font-size: 1.6em;
}
#merit .h2Tit span.bgRed {
  margin-right: 10px;
  transform: rotate(6deg);
  transform-origin: left bottom;
  font-size: 1.8em;
}

.meritList{
  background: var(--wh);
}
.meritList.flexWrap{
  gap: 71px 3.6%;
}
.meritList li figure{
  margin: 0 2px 20px;
}
.meritList li figure img{
  border: 3px solid #111111;
  border-radius: 12px;
}
.meritList li h3{
  margin-right: -10%;
}
.meritList li:nth-of-type(5) h3{
  margin-right: -1em;
}
.meritList li p{
  margin-top: 1em;
  font-weight: 700;
  line-height: 1.875em;
}

.pointList figure{
  position: relative;  
}
.pointList figcaption{
  position: absolute;
  content: "";
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--yellow);
  border: 2px solid var(--base);
  box-shadow: 4px 4px 0 0 var(--base);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;  
}
.pointList figcaption span{
  font-size: 2em;
}

/*-----------------------------
	#custom
-----------------------------*/
#custom {
}
#custom h2{
  font-weight: 900;
}
#custom h2 .tiSlash .dot{
  font-size: 1.4em;
}
#custom .h2Tit span.fontS{
  letter-spacing: 0.3em;
  }
.customList {
  gap: 49px;
}
.customList > li figure{
  position: relative;
  border-radius: 15px;
  border: 2px solid #111111
}
.customList > li figure img{
  border-radius: 15px;
}
.customList > li figcaption{
  position: absolute;
  top: -2px;
  left: -2px;
  background: #fff;
  border: 2px solid #111111;
  color: var(--base);
  font-weight: 700;
}

.customListCat {
  margin-bottom: 20px;
  display: flex;
  gap: 0 9px;
}
.customListCat li {
  background: var(--blue);
  display: grid;
  place-content: center;
  padding: 4px 1em 8px;
  border-radius: calc(infinity * 1px);
  font-weight: 900;
  color: var(--wh);
}
.customList li figure{
  margin-bottom: 20px;
  color: var(--wh);
}
.customList li p{
  font-weight: 700;
  line-height: 1.8
}


/*-----------------------------
	#result
-----------------------------*/
#result {
  position: relative;
  border-bottom: 1px solid var(--base);
}
#result::before {
  position: absolute;
  bottom: calc(100% - 1px);
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  background: url('../images/bg_result.png') repeat-x left top/ auto 100%;
}
#result .h2Tit{
  margin-bottom: 0.5em;
}
#result .h2Tit .fontD{
  line-height: 1.4em;
  color: var(--wh);
  text-shadow:
    -1px -1px 0 #242424,
     1px -1px 0 #242424,
    -1px  1px 0 #242424,
     1px  1px 0 #242424,
     4px  4px 0 #111111;
}
#result .h2Tit span.fontS{
    line-height: 1.4em;
    letter-spacing: 0.09em;
}

.resultSlider{
}
.resultSlider li{
  height: 266px;
  padding: 0 17px 4px;
}
.resultSlider li a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
    background: #ffffff;
    border-radius: 15px;
    border: 3px solid var(--base);
    box-shadow: 4px 4px 0 0 var(--base);
}
.resultSlider li figure{
  width: 100%;
    height: 100%;
    overflow: hidden;
}
.resultSlider li img{
    border-radius: 13px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.resultSlider li figcaption{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 10px 13px;
  border-radius: 0 0 15px 15px;
  border-top: 3px solid var(--base);
}
.resultSlider .slick-dots{
  bottom: -5px;
}
.resultSlider .slick-dots li button:before{
  background: #D9D9D9;
}
.resultSlider .slick-dots li.slick-active button:before {
    background: var(--red);
}


/*-----------------------------
	#info
-----------------------------*/
#info {
}
.infoBoxWrap.flexWrap{
  gap: 30px
}
.infoBox{
    background: #ffffff;
    box-shadow: 4px 4px 0 0 #0053A2;
}
.infoBoxWrap .infoBox{
}
.infoBox dt{
  background: var(--base);
  text-align: center;
  color: #fff;
  font-weight: 900;
}
.infoBox dt .fontS{
}
.infoBox dt .fontS span{
  display: inline-block;
  position: relative;
  display: flex;
  justify-content: center;
}
.infoBox dt .fontS span::before,
.infoBox dt .fontS span::after{
  content: "";
  display: block;
  width: 19px;
  height: 20px;
}
.infoBox dt .fontS span::before{
  background: url('../images/bg_ttl_white_left.png') no-repeat center center / 100% 100%;
}
.infoBox dt .fontS span::after{
  background: url('../images/bg_ttl_white_right.png') no-repeat center center / 100% 100%;
}
.infoBox dd{
}
.infoBox dd figure{
  margin: 0 auto;
  width: min(100%,394px);
  height: auto;
}
.infoBox dd figure img{
  width: 100%;
  height: 100%;
  aspect-ratio: 394 / 249;
  object-fit: cover;
}
.infoBox dd p{
  margin: 0.5em auto;
  width: min(100%,394px);
  font-weight: 700;
  line-height: 1.875em;
}

.infoBox dd figure .slick-prev{
  background: url('../images/ic_arrow_orange_prev.png') no-repeat center center/30px 30px;
  border-radius: 50%;
  top: 50%;
  left: -52px;
}
.infoBox dd figure .slick-next{
  background: url('../images/ic_arrow_orange_next.png') no-repeat center center/30px 30px;
  border-radius: 50%;
  top: 50%;
  right: -52px;
}


/*-----------------------------
	#voice 
-----------------------------*/
#voice {
}
#voice .secLead{
  margin-top: 40px;
}
.voiceBox{
  position: relative;
  background: #fff;
  border: 3px solid var(--base);
  border-radius: 15px;
}
.voiceBox h3{
  position: absolute;
  border-radius: calc(infinity * 1px);
  display: grid;
  place-content: center;
  
  padding-right: 26px;
  padding-left: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2em;
  z-index: 1;
}
.voiceBox:nth-of-type(odd) h3{
  background: var(--orange);
}
.voiceBox:nth-of-type(even) h3{
  background: var(--blue);
}
.voiceBox h3::before,
.voiceBox h3::after{
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  z-index: -1;
}
.voiceBox:nth-of-type(odd) h3::before{
  top: 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--orange);
}
.voiceBox:nth-of-type(odd) h3::after{
  background: var(--orange);
}
.voiceBox:nth-of-type(even) h3::before{
  top: 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--blue);
}
.voiceBox:nth-of-type(even) h3::after{
  background: var(--blue);
}
.voiceBox .flexWrap{
  gap: 30px 4.7%;
}
.voiceBox:nth-of-type(odd) .flexWrap{
  flex-direction: row-reverse;
}
.voiceBox .txts{
  flex: 1;
  font-weight: 700;
  line-height: 1.875em;
}
#voice .voiceBox .txts p:not(:last-child){
  margin-bottom: 1em;
}


/*-----------------------------
	#flow
-----------------------------*/
#flow {
}
.flowList {
}
.flowList.flexWrap {
  gap: 40px 0;
  justify-content: center;
}
.flowList.flexWrap li{
  position: relative;
}
.flowList.flexWrap li figure{
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 10px;
  border: 3px solid var(--base);
  display: grid;
  place-content: center;
}
.flowList.flexWrap li figure img{
  height: auto;
margin: auto;
}
.flowList.flexWrap li:nth-of-type(1) figure img{
width: 89px;
}
.flowList.flexWrap li:nth-of-type(2) figure img{
width: 137px;
}
.flowList.flexWrap li:nth-of-type(3) figure{
padding-left: calc(30 / 266 * 100%);
}
.flowList.flexWrap li:nth-of-type(3) figure img{
width: 110px;
}
.flowList.flexWrap li:nth-of-type(4) figure img{
width: 141px;
}
.flowList.flexWrap li:nth-of-type(5) figure img{
width: 101px;
}
.flowList.flexWrap li:nth-of-type(6) figure{
padding-left: calc(20 / 266 * 100%);
}
.flowList.flexWrap li:nth-of-type(6) figure img{
width: 114px;
}
.flowList.flexWrap li:nth-of-type(7) figure img{
width: 115px;
}
.flowList.flexWrap li h3{
  margin: 0 auto 15px;
  color: #fff;
  text-align: center;
}
.flowList.flexWrap li h3 .marker{
    background: linear-gradient(transparent 0 90%, var(--yellow) 90% 100%);
}
.flowList.flexWrap li p{
  color: #fff;
  text-align: center;
  line-height: 1.875em;
  padding: 0 1em;
}


/*-----------------------------
	#faq
-----------------------------*/
#faq .h2Tit span.img img{
  margin: 0 auto;
}
.faqBoxWrap{
  background: #fff;
}
.faqBox dt{
  position: relative;
    background: #fff;
    width: 100%;
    border: 2px solid var(--base);
  border-radius: 10px;
    display: grid;
    align-items: center;
    color: var(--red);
    font-weight: 700;
    cursor: pointer;
}
.faqBox dt .fontEN{
    position: absolute;
    display: grid;
    place-content: center;
    border-radius: 50%;
    background: var(--yellow);
    border: 2px solid var(--base);
    box-shadow: 4px 4px 0 0 var(--base);
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.4em;
    color: var(--base);
}
.faqBox dt::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background: url('../images/faq_ic_plus.svg') no-repeat center center / 100%;
}
.faqBox.open dt::after{
  background: url('../images/faq_ic_minus.svg') no-repeat center center / 100%;
}
.faqBox dd{
  display: none;
}
.faqBox dd p{
  line-height: 1.875em;
}


/*-----------------------------
	#contactLinks
-----------------------------*/
#contactLinks {

}

.contactInstaWrap {

}
.contactInsta {
  position: relative;
  border-radius: 24px 24px 0 0;
  background: 
    linear-gradient(white, white) padding-box, /* 中の白背景 */
    linear-gradient(
      90deg,
      #6A22F5 0%,
      #BB27DC 28%,
      #EB503B 46%,
      #F7D147 74%,
      #E73360 100%
    ) border-box; /* 外側のグラデーション */

  border: 10px solid transparent; /* 透明な枠を使って背景を見せる */
}
.contactInsta.flexWrap{
	gap: 30px 25px;
}
.contactInstaTitle > .txtsSub h3{
  margin: 0 auto 12px;
  font-weight: 700;
  text-align: center;
}
.contactInstaTitle > .txtsSub p{
  margin: 7px auto 0;
  text-align: center;  
}
.contactInstaTitle > .txtsSub p a{
  display: block;
  border: 2px solid var(--base);
  padding: 2px 0 4px 0;
  font-weight: 700;
}
.contactInsta.flexWrap .txts p{
  line-height: 1.875em;
}
.contactInstaHash {
  gap: 13px;
  border-radius: 0 0 24px 24px;
  padding: 17px 10px 23px;
}
.contactInstaHash p{
  color: #fff;
  font-weight: 900;
}
.contactInstaHash a{
  border-radius: calc(infinity * 1px);
  padding: 1px 1em;
}
.contactShop {
  margin: 60px auto 0;
}
.contactLinksWrap {
  margin: 80px auto 0;
}
.contactLinksWrap .secLead{
  margin: 29px auto 0;
}
.contactUsTelLine.flexWrap{
  margin: 105px auto 0;
        gap: 30px 0;
}
.contactUsTelLine {

}

.telboxWrap{
}
.telboxWrap h4{
  margin-bottom: 8px;
  font-weight: 900;
}
.telbox {
  padding: 0 0 0 71px;
  background: url('../images/footcontact_ic_tel.png') no-repeat left bottom/63px 63px;
  font-weight: 900;
}
.telbox .tel{
  color: var(--red);
    line-height: 1em;
}
.telbox .time{
}

.fontEN {

}

.time {
  display: block;
}

.contactUsLine {
  background: var(--greenL);
  border-radius: 15px;
  padding: 27px 28px 33px 31px;
}
.contactUsLine.flexWrap{
	gap: 24px;
}
.contactUsLine figure{
  width: 97px;
  font-size: 0;
    margin: auto;
}
.contactUsLine figure a{
  display: block;
}
.contactUsLine figure img{
  width: 100%;
  height: auto;
}
.contactUsLine .txts h4{
  font-weight: 900;
  color: #fff;
}
.contactUsLine .txts p{
  font-weight: 900;
  color: #fff;
}
.contactUsLine .txts a{
  margin: -6px 0 0 auto;
  display: grid;
  place-content: center;
  width: 177px;
  background: var(--yellowL);
  border-radius: calc(infinity * 1px);
  color: var(--greenL);
  font-weight: 700;
  color: var(--greenL);
    line-height: 3em;
}
.contactUsLine .txts a span{
}
.contactUsLine .txts a span::after{
  content: "";
  display: inline-block;
  margin-left: 13px;
  width: 21px;
  height: 21px;
  background: url('../images/footcontact_ic_line_arrow.png') no-repeat center center / 100%;
  transform: translateY(4px);
}

.contactUsFormWrap {
  margin-top: 82px;
  background: #fff;
  border-radius: 30px;
}
.contactUsFormWrap h4{
  margin-bottom: 58px;
  font-weight: 900;
  text-align: center;
}

.contactUsForm textarea{
  height: 5em;
  width: 100%;
}


/*-----------------------------
	#contact
-----------------------------*/
#contactLead .icTel{
}

/*		form
-----------------------------*/
.tb_cont{
	width: 100%;
	border-top: 2px solid var(--grayL);
}
.tb_cont th{
	position: relative;
	border-bottom: 2px solid var(--grayL);
	font-weight: 700;
}
.tb_cont th span{
	position: absolute;
	right: 0;
	background: var(--red);
	color: #fff;
}
.tb_cont td{
	border-bottom: 2px solid var(--grayL);
}
.tb_cont td input:not([type=checkbox]):not([type=radio]):not([type=file]),
.tb_cont td select {
	padding: 1em 1em 1em 1.5em;
	border-radius: 10px;
	width: min(100%, 485px);
	background: var(--grayL);
	border: none;
	outline: none;
}
.tb_cont td input[type=file]{
	width: 100%;
}
.tb_cont td input[type=file].mfp_element_file{
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}


.tb_cont td input[type=file]::file-selector-button{
	padding: 12px 1em 12px 1.5em;
	border-radius: 10px;
	width: min(60%, 209px);
	background: var(--grayL);
	border: none;
	outline: none;
	cursor: pointer;
	font-weight: 500;
}
.tb_cont td .note{
	margin-top: 10px;
}
.tb_cont td textarea{
	padding: 1em 1em 1em 1.5em;
	border-radius: 10px;
	width: min(100%, 485px) !important;
	background: var(--grayL);
	border: none;
	outline: none;
  height: 11em !important;
}
.tb_cont .hissu{
	padding: 3px 3%;
}
.contactPrivacy{
	font-weight: 700;
}
form#mailformpro .contactPrivacy label {
    white-space: normal;
}
.contactPrivacy a{
  color: var(--red);
}
  
.contactPrivacy a:hover{
  text-decoration: underline;
}
.confirm {
  text-align: center;
}
input[type="submit"].btn {
	margin: auto;
  background-image: url('../images/ic_arrow_btn.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
.tb_cont td input.radiobtn{
    width: auto;
}