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

scss core settings

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

reset style

=================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

util style

=================================================================== */
/* text */
.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

/* float */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* clear */
.clear {
  clear: both;
}

.clear_l {
  clear: left;
}

.clear_r {
  clear: right;
}

/* clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* box center */
.center {
  margin-left: auto;
  margin-right: auto;
}

/* Font-Size */
.f10 {
  font-size: 10px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.f19 {
  font-size: 19px;
}

.f20 {
  font-size: 20px;
}

.f21 {
  font-size: 21px;
}

.f22 {
  font-size: 22px;
}

.f23 {
  font-size: 23px;
}

.f24 {
  font-size: 24px;
}

.f25 {
  font-size: 25px;
}

.f26 {
  font-size: 26px;
}

.f27 {
  font-size: 27px;
}

.f28 {
  font-size: 28px;
}

.f29 {
  font-size: 29px;
}

.f30 {
  font-size: 30px;
}

.f31 {
  font-size: 31px;
}

.f32 {
  font-size: 32px;
}

.f33 {
  font-size: 33px;
}

.f34 {
  font-size: 34px;
}

.f35 {
  font-size: 35px;
}

.f36 {
  font-size: 36px;
}

.f37 {
  font-size: 37px;
}

.f38 {
  font-size: 38px;
}

.f39 {
  font-size: 39px;
}

.f40 {
  font-size: 40px;
}

/* line-height */
.lh10 {
  line-height: 10px;
}

.lh11 {
  line-height: 11px;
}

.lh12 {
  line-height: 12px;
}

.lh13 {
  line-height: 13px;
}

.lh14 {
  line-height: 14px;
}

.lh15 {
  line-height: 15px;
}

.lh16 {
  line-height: 16px;
}

.lh17 {
  line-height: 17px;
}

.lh18 {
  line-height: 18px;
}

.lh19 {
  line-height: 19px;
}

.lh20 {
  line-height: 20px;
}

.lh21 {
  line-height: 21px;
}

.lh22 {
  line-height: 22px;
}

.lh23 {
  line-height: 23px;
}

.lh24 {
  line-height: 24px;
}

.lh25 {
  line-height: 25px;
}

.lh26 {
  line-height: 26px;
}

.lh27 {
  line-height: 27px;
}

.lh28 {
  line-height: 28px;
}

.lh29 {
  line-height: 29px;
}

.lh30 {
  line-height: 30px;
}

.lh31 {
  line-height: 31px;
}

.lh32 {
  line-height: 32px;
}

.lh33 {
  line-height: 33px;
}

.lh34 {
  line-height: 34px;
}

.lh35 {
  line-height: 35px;
}

.lh36 {
  line-height: 36px;
}

.lh37 {
  line-height: 37px;
}

.lh38 {
  line-height: 38px;
}

.lh39 {
  line-height: 39px;
}

.lh40 {
  line-height: 40px;
}

/* Margin-Top & Padding-Top */
.mt00 {
  margin-top: 0px;
}

.pt00 {
  padding-top: 0px;
}

.mt05 {
  margin-top: 5px;
}

.pt05 {
  padding-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.pt10 {
  padding-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.pt15 {
  padding-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.pt25 {
  padding-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.pt30 {
  padding-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.pt35 {
  padding-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.pt40 {
  padding-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.pt45 {
  padding-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.pt50 {
  padding-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.pt55 {
  padding-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.pt60 {
  padding-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.pt65 {
  padding-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.pt70 {
  padding-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.pt75 {
  padding-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.pt80 {
  padding-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.pt85 {
  padding-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.pt90 {
  padding-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.pt95 {
  padding-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.pt100 {
  padding-top: 100px;
}

/* Margin-Right & Padding-Right */
.mr00 {
  margin-right: 0px;
}

.pr00 {
  padding-right: 0px;
}

.mr05 {
  margin-right: 5px;
}

.pr05 {
  padding-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.pr15 {
  padding-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.pr25 {
  padding-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.pr35 {
  padding-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.pr45 {
  padding-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.pr50 {
  padding-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.pr55 {
  padding-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.pr60 {
  padding-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.pr65 {
  padding-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.pr70 {
  padding-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.pr75 {
  padding-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.pr80 {
  padding-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.pr85 {
  padding-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.pr90 {
  padding-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.pt95 {
  padding-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.pr100 {
  padding-right: 100px;
}

/* Margin-Bottom & Padding-Bottom */
.mb00 {
  margin-bottom: 0px;
}

.pb00 {
  padding-bottom: 0px;
}

.mb05 {
  margin-bottom: 5px;
}

.pb05 {
  padding-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 45px;
  }
}

.pb70 {
  padding-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.pt95 {
  padding-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

/* Margin-Left & Padding-Left */
.ml00 {
  margin-left: 0px;
}

.pl00 {
  padding-left: 0px;
}

.ml05 {
  margin-left: 5px;
}

.pl05 {
  padding-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.pl10 {
  padding-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.pl15 {
  padding-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.pl20 {
  padding-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.pl25 {
  padding-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.pl30 {
  padding-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.pl35 {
  padding-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.pl40 {
  padding-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.pl45 {
  padding-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.pl50 {
  padding-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.pl55 {
  padding-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.pl60 {
  padding-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.pl65 {
  padding-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.pl70 {
  padding-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.pl75 {
  padding-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.pl80 {
  padding-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.pb85 {
  padding-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.pl90 {
  padding-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.pt95 {
  padding-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.pl100 {
  padding-left: 100px;
}

.tj {
  text-align: justify;
}

.lh1 {
  line-height: 1;
}

.lh1-1 {
  line-height: 1.1;
}

.lh1-2 {
  line-height: 1.2;
}

.lh1-3 {
  line-height: 1.3;
}

.lh1-4 {
  line-height: 1.4;
}

.lh1-5 {
  line-height: 1.5;
}

.lh1-6 {
  line-height: 1.6;
}

.lh1-7 {
  line-height: 1.7;
}

.lh1-8 {
  line-height: 1.8;
}

.lh1-9 {
  line-height: 1.9;
}

.lh2 {
  line-height: 2;
}

.lh2-1 {
  line-height: 2.1;
}

.lh2-2 {
  line-height: 2.2;
}

.lh2-3 {
  line-height: 2.3;
}

.lh2-4 {
  line-height: 2.4;
}

.lh2-5 {
  line-height: 2.5;
}

.lh2-6 {
  line-height: 2.6;
}

.lh2-7 {
  line-height: 2.7;
}

.lh2-8 {
  line-height: 2.8;
}

.lh2-9 {
  line-height: 2.9;
}

.lh3 {
  line-height: 3;
}

.ls1 {
  letter-spacing: 0.1em;
}

.ls2 {
  letter-spacing: 0.2em;
}

.ls3 {
  letter-spacing: 0.3em;
}

.ls4 {
  letter-spacing: 0.4em;
}

.ls5 {
  letter-spacing: 0.5em;
}

.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-w1 {
    width: 1%;
  }
  .tb-w2 {
    width: 2%;
  }
  .tb-w3 {
    width: 3%;
  }
  .tb-w4 {
    width: 4%;
  }
  .tb-w5 {
    width: 5%;
  }
  .tb-w6 {
    width: 6%;
  }
  .tb-w7 {
    width: 7%;
  }
  .tb-w8 {
    width: 8%;
  }
  .tb-w9 {
    width: 9%;
  }
  .tb-w10 {
    width: 10%;
  }
  .tb-w11 {
    width: 11%;
  }
  .tb-w12 {
    width: 12%;
  }
  .tb-w13 {
    width: 13%;
  }
  .tb-w14 {
    width: 14%;
  }
  .tb-w15 {
    width: 15%;
  }
  .tb-w16 {
    width: 16%;
  }
  .tb-w17 {
    width: 17%;
  }
  .tb-w18 {
    width: 18%;
  }
  .tb-w19 {
    width: 19%;
  }
  .tb-w20 {
    width: 20%;
  }
  .tb-w21 {
    width: 21%;
  }
  .tb-w22 {
    width: 22%;
  }
  .tb-w23 {
    width: 23%;
  }
  .tb-w24 {
    width: 24%;
  }
  .tb-w25 {
    width: 25%;
  }
  .tb-w26 {
    width: 26%;
  }
  .tb-w27 {
    width: 27%;
  }
  .tb-w28 {
    width: 28%;
  }
  .tb-w29 {
    width: 29%;
  }
  .tb-w30 {
    width: 30%;
  }
  .tb-w31 {
    width: 31%;
  }
  .tb-w32 {
    width: 32%;
  }
  .tb-w33 {
    width: 33%;
  }
  .tb-w34 {
    width: 34%;
  }
  .tb-w35 {
    width: 35%;
  }
  .tb-w36 {
    width: 36%;
  }
  .tb-w37 {
    width: 37%;
  }
  .tb-w38 {
    width: 38%;
  }
  .tb-w39 {
    width: 39%;
  }
  .tb-w40 {
    width: 40%;
  }
  .tb-w41 {
    width: 41%;
  }
  .tb-w42 {
    width: 42%;
  }
  .tb-w43 {
    width: 43%;
  }
  .tb-w44 {
    width: 44%;
  }
  .tb-w45 {
    width: 45%;
  }
  .tb-w46 {
    width: 46%;
  }
  .tb-w47 {
    width: 47%;
  }
  .tb-w48 {
    width: 48%;
  }
  .tb-w49 {
    width: 49%;
  }
  .tb-w50 {
    width: 50%;
  }
  .tb-w51 {
    width: 51%;
  }
  .tb-w52 {
    width: 52%;
  }
  .tb-w53 {
    width: 53%;
  }
  .tb-w54 {
    width: 54%;
  }
  .tb-w55 {
    width: 55%;
  }
  .tb-w56 {
    width: 56%;
  }
  .tb-w57 {
    width: 57%;
  }
  .tb-w58 {
    width: 58%;
  }
  .tb-w59 {
    width: 59%;
  }
  .tb-w60 {
    width: 60%;
  }
  .tb-w61 {
    width: 61%;
  }
  .tb-w62 {
    width: 62%;
  }
  .tb-w63 {
    width: 63%;
  }
  .tb-w64 {
    width: 64%;
  }
  .tb-w65 {
    width: 65%;
  }
  .tb-w66 {
    width: 66%;
  }
  .tb-w67 {
    width: 67%;
  }
  .tb-w68 {
    width: 68%;
  }
  .tb-w69 {
    width: 69%;
  }
  .tb-w70 {
    width: 70%;
  }
  .tb-w71 {
    width: 71%;
  }
  .tb-w72 {
    width: 72%;
  }
  .tb-w73 {
    width: 73%;
  }
  .tb-w74 {
    width: 74%;
  }
  .tb-w75 {
    width: 75%;
  }
  .tb-w76 {
    width: 76%;
  }
  .tb-w77 {
    width: 77%;
  }
  .tb-w78 {
    width: 78%;
  }
  .tb-w79 {
    width: 79%;
  }
  .tb-w80 {
    width: 80%;
  }
  .tb-w81 {
    width: 81%;
  }
  .tb-w82 {
    width: 82%;
  }
  .tb-w83 {
    width: 83%;
  }
  .tb-w84 {
    width: 84%;
  }
  .tb-w85 {
    width: 85%;
  }
  .tb-w86 {
    width: 86%;
  }
  .tb-w87 {
    width: 87%;
  }
  .tb-w88 {
    width: 88%;
  }
  .tb-w89 {
    width: 89%;
  }
  .tb-w90 {
    width: 90%;
  }
  .tb-w91 {
    width: 91%;
  }
  .tb-w92 {
    width: 92%;
  }
  .tb-w93 {
    width: 93%;
  }
  .tb-w94 {
    width: 94%;
  }
  .tb-w95 {
    width: 95%;
  }
  .tb-w96 {
    width: 96%;
  }
  .tb-w97 {
    width: 97%;
  }
  .tb-w98 {
    width: 98%;
  }
  .tb-w99 {
    width: 99%;
  }
  .tb-w100 {
    width: 100%;
  }
  .tb-mb10 {
    margin-bottom: 10px;
  }
  .tb-mb20 {
    margin-bottom: 20px;
  }
  .tb-mb30 {
    margin-bottom: 30px;
  }
  .tb-mb40 {
    margin-bottom: 40px;
  }
  .tb-mb50 {
    margin-bottom: 50px;
  }
  .tb-mb60 {
    margin-bottom: 60px;
  }
  .tb-mb70 {
    margin-bottom: 70px;
  }
  .tb-mb80 {
    margin-bottom: 80px;
  }
  .tb-mb90 {
    margin-bottom: 90px;
  }
  .tb-mb100 {
    margin-bottom: 100px;
  }
  .tb-pb10 {
    padding-bottom: 10px;
  }
  .tb-pb20 {
    padding-bottom: 20px;
  }
  .tb-pb30 {
    padding-bottom: 30px;
  }
  .tb-pb40 {
    padding-bottom: 40px;
  }
  .tb-pb50 {
    padding-bottom: 50px;
  }
  .tb-pb60 {
    padding-bottom: 60px;
  }
  .tb-pb70 {
    padding-bottom: 70px;
  }
  .tb-pb80 {
    padding-bottom: 80px;
  }
  .tb-pb90 {
    padding-bottom: 90px;
  }
  .tb-pb100 {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .sp-w1 {
    width: 1%;
  }
  .sp-w2 {
    width: 2%;
  }
  .sp-w3 {
    width: 3%;
  }
  .sp-w4 {
    width: 4%;
  }
  .sp-w5 {
    width: 5%;
  }
  .sp-w6 {
    width: 6%;
  }
  .sp-w7 {
    width: 7%;
  }
  .sp-w8 {
    width: 8%;
  }
  .sp-w9 {
    width: 9%;
  }
  .sp-w10 {
    width: 10%;
  }
  .sp-w11 {
    width: 11%;
  }
  .sp-w12 {
    width: 12%;
  }
  .sp-w13 {
    width: 13%;
  }
  .sp-w14 {
    width: 14%;
  }
  .sp-w15 {
    width: 15%;
  }
  .sp-w16 {
    width: 16%;
  }
  .sp-w17 {
    width: 17%;
  }
  .sp-w18 {
    width: 18%;
  }
  .sp-w19 {
    width: 19%;
  }
  .sp-w20 {
    width: 20%;
  }
  .sp-w21 {
    width: 21%;
  }
  .sp-w22 {
    width: 22%;
  }
  .sp-w23 {
    width: 23%;
  }
  .sp-w24 {
    width: 24%;
  }
  .sp-w25 {
    width: 25%;
  }
  .sp-w26 {
    width: 26%;
  }
  .sp-w27 {
    width: 27%;
  }
  .sp-w28 {
    width: 28%;
  }
  .sp-w29 {
    width: 29%;
  }
  .sp-w30 {
    width: 30%;
  }
  .sp-w31 {
    width: 31%;
  }
  .sp-w32 {
    width: 32%;
  }
  .sp-w33 {
    width: 33%;
  }
  .sp-w34 {
    width: 34%;
  }
  .sp-w35 {
    width: 35%;
  }
  .sp-w36 {
    width: 36%;
  }
  .sp-w37 {
    width: 37%;
  }
  .sp-w38 {
    width: 38%;
  }
  .sp-w39 {
    width: 39%;
  }
  .sp-w40 {
    width: 40%;
  }
  .sp-w41 {
    width: 41%;
  }
  .sp-w42 {
    width: 42%;
  }
  .sp-w43 {
    width: 43%;
  }
  .sp-w44 {
    width: 44%;
  }
  .sp-w45 {
    width: 45%;
  }
  .sp-w46 {
    width: 46%;
  }
  .sp-w47 {
    width: 47%;
  }
  .sp-w48 {
    width: 48%;
  }
  .sp-w49 {
    width: 49%;
  }
  .sp-w50 {
    width: 50%;
  }
  .sp-w51 {
    width: 51%;
  }
  .sp-w52 {
    width: 52%;
  }
  .sp-w53 {
    width: 53%;
  }
  .sp-w54 {
    width: 54%;
  }
  .sp-w55 {
    width: 55%;
  }
  .sp-w56 {
    width: 56%;
  }
  .sp-w57 {
    width: 57%;
  }
  .sp-w58 {
    width: 58%;
  }
  .sp-w59 {
    width: 59%;
  }
  .sp-w60 {
    width: 60%;
  }
  .sp-w61 {
    width: 61%;
  }
  .sp-w62 {
    width: 62%;
  }
  .sp-w63 {
    width: 63%;
  }
  .sp-w64 {
    width: 64%;
  }
  .sp-w65 {
    width: 65%;
  }
  .sp-w66 {
    width: 66%;
  }
  .sp-w67 {
    width: 67%;
  }
  .sp-w68 {
    width: 68%;
  }
  .sp-w69 {
    width: 69%;
  }
  .sp-w70 {
    width: 70%;
  }
  .sp-w71 {
    width: 71%;
  }
  .sp-w72 {
    width: 72%;
  }
  .sp-w73 {
    width: 73%;
  }
  .sp-w74 {
    width: 74%;
  }
  .sp-w75 {
    width: 75%;
  }
  .sp-w76 {
    width: 76%;
  }
  .sp-w77 {
    width: 77%;
  }
  .sp-w78 {
    width: 78%;
  }
  .sp-w79 {
    width: 79%;
  }
  .sp-w80 {
    width: 80%;
  }
  .sp-w81 {
    width: 81%;
  }
  .sp-w82 {
    width: 82%;
  }
  .sp-w83 {
    width: 83%;
  }
  .sp-w84 {
    width: 84%;
  }
  .sp-w85 {
    width: 85%;
  }
  .sp-w86 {
    width: 86%;
  }
  .sp-w87 {
    width: 87%;
  }
  .sp-w88 {
    width: 88%;
  }
  .sp-w89 {
    width: 89%;
  }
  .sp-w90 {
    width: 90%;
  }
  .sp-w91 {
    width: 91%;
  }
  .sp-w92 {
    width: 92%;
  }
  .sp-w93 {
    width: 93%;
  }
  .sp-w94 {
    width: 94%;
  }
  .sp-w95 {
    width: 95%;
  }
  .sp-w96 {
    width: 96%;
  }
  .sp-w97 {
    width: 97%;
  }
  .sp-w98 {
    width: 98%;
  }
  .sp-w99 {
    width: 99%;
  }
  .sp-w100 {
    width: 100%;
  }
  .sp-mb10 {
    margin-bottom: 10px;
  }
  .sp-mb20 {
    margin-bottom: 20px;
  }
  .sp-mb30 {
    margin-bottom: 30px;
  }
  .sp-mb40 {
    margin-bottom: 40px;
  }
  .sp-mb50 {
    margin-bottom: 50px;
  }
  .sp-mb60 {
    margin-bottom: 60px;
  }
  .sp-mb70 {
    margin-bottom: 70px;
  }
  .sp-mb80 {
    margin-bottom: 80px;
  }
  .sp-mb90 {
    margin-bottom: 90px;
  }
  .sp-mb100 {
    margin-bottom: 100px;
  }
  .sp-pb10 {
    padding-bottom: 10px;
  }
  .sp-pb20 {
    padding-bottom: 20px;
  }
  .sp-pb30 {
    padding-bottom: 30px;
  }
  .sp-pb40 {
    padding-bottom: 40px;
  }
  .sp-pb50 {
    padding-bottom: 50px;
  }
  .sp-pb60 {
    padding-bottom: 60px;
  }
  .sp-pb70 {
    padding-bottom: 70px;
  }
  .sp-pb80 {
    padding-bottom: 80px;
  }
  .sp-pb90 {
    padding-bottom: 90px;
  }
  .sp-pb100 {
    padding-bottom: 100px;
  }
}

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

utility

=================================================================== */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

.fw-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
.sp-ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-fd-cr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-fd-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-fd-rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .sp-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .sp-fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .sp-fd-cr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .sp-fd-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 767px) {
  .sp-fd-rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .sp-jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.half-width {
  width: 50%;
}

@media (max-width: 767px) {
  .half-width {
    width: 100%;
  }
}

.quarter-width {
  width: 25%;
}

@media (max-width: 767px) {
  .quarter-width {
    width: 50%;
  }
}

.col2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col2-list li {
  width: 50%;
}

.col3-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col3-list li {
  width: 33.33%;
}

.col4-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col4-list li {
  width: 25%;
}

.col5-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col5-list li {
  width: 20%;
}

@media (max-width: 767px) {
  .sp-col2-list li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .sp-col1-list li {
    width: 100%;
  }
}

.list-space1 li {
  padding-right: 1%;
  padding-left: 1%;
}

.anm {
  -webkit-transition: 1s;
  transition: 1s;
}

.anm.fading {
  opacity: 0;
}

.anm.to-up {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.anm.to-down {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.anm.to-right {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.anm.to-left {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.anm.to-left-zoomin {
  -webkit-transform: translateX(10px) scale(0.9);
          transform: translateX(10px) scale(0.9);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.anm.blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.anm.ease-back {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.anm.ease-back.to-up {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.anm.is-show.fading {
  opacity: 1;
}

.anm.is-show.to-up {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.anm.is-show.to-down {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.anm.is-show.to-right {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.anm.is-show.to-left {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.anm.is-show.to-left-zoomin {
  -webkit-transition: 2s 0.4s;
  transition: 2s 0.4s;
  -webkit-transform: translateX(0px) scale(1);
          transform: translateX(0px) scale(1);
}

.anm.is-show.blur {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.anm.is-show.delay1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.anm.is-show.delay2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.anm.is-show.ease-back {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.anm.is-show.ease-back.to-up {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.pc {
  display: block !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

/* Loading */
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 40px;
  height: 40px;
  z-index: 99999;
}

.spinner.type1 {
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #333 rgba(30, 30, 30, 0.12) rgba(30, 30, 30, 0.12);
  -webkit-animation: spinner1_1 1.5s infinite linear forwards;
          animation: spinner1_1 1.5s infinite linear forwards;
}

.spinner.type1 span {
  animation: spinner_loading_text 1.5s infinite linear forwards reverse;
}

.spinner span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
}

.slider-full-height {
  height: 100%;
}

.slider-full-height .slick-list {
  height: 100%;
}

.slider-full-height .slick-list .slick-track {
  height: 100%;
}

.slider-full-height .slick-list .slick-track .slick-slide {
  height: 100%;
}

.slider-full-height .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.slider-full-height .slick-list .slick-track .slick-slide .slide-each {
  height: 100%;
}

@media (max-width: 767px) {
  .tc.sp-tl {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .sp-tc {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sp-tr {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .pc-tr {
    text-align: right;
  }
}

.tj {
  text-align: justify;
}

@media (max-width: 767px) {
  .sp-tj {
    text-align: justify;
  }
}

.w100 {
  width: 100% !important;
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .pc-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .sp-w100 {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .pc-pt0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .pc-mt0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .pc-pb0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .pc-mb0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .pc-mb20 {
    margin-bottom: 20px !important;
  }
}

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

init style

=================================================================== */
html {
  font-size: 62.5%;
}

html.is-open {
  overflow: hidden;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.8px;
  color: #333;
  background: #fff;
}

::-moz-selection {
  background: rgba(20, 0, 0, 0.6);
  color: #fff;
}

::selection {
  background: rgba(20, 0, 0, 0.6);
  color: #fff;
}

_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:active {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

select,
input,
textarea,
button {
  vertical-align: middle;
}

#wrap {
  font-size: 1.4rem;
}

main {
  display: block;
  min-height: calc(100vh - 80px);
}

@media (max-width: 767px) {
  main {
    padding-top: 50px;
  }
}

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

header style

=================================================================== */
.header {
  padding: 20px 2%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .header {
    padding: 10px 5%;
    height: 50px;
    position: fixed;
  }
}

.header .header-inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .header .header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.header .header-inner .header-logo {
  margin: 0 auto 20px auto;
}

@media (max-width: 767px) {
  .header .header-inner .header-logo {
    width: 50%;
    margin: 0 auto;
  }
}

.header .header-inner .header-logo img {
  max-height: 100%;
}

.gnav-btn {
  width: 25px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  z-index: 10001;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: 0;
  top: calc(50% - (18px / 2));
}

.gnav-btn:before, .gnav-btn:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  right: 0;
}

.gnav-btn:before {
  top: 0;
}

.gnav-btn:after {
  bottom: 0;
}

.gnav-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - (2px / 2));
  right: 0;
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

.gnav-btn.is-active:before, .gnav-btn.is-active:after {
  background: #333;
  -webkit-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s;
}

.gnav-btn.is-active:before {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
  top: calc(50% + (2px / 2));
}

.gnav-btn.is-active:after {
  bottom: calc(50% - (2px + (2px / 2)));
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}

.gnav-btn.is-active span {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gnav {
  position: relative;
  background: #fff;
  width: 100%;
  background: #fff;
  z-index: 10000;
  padding: 0px 15px 10px 15px;
}

@media (max-width: 767px) {
  .gnav {
    top: 0;
    opacity: 0;
    position: fixed;
    right: -100%;
    padding: 15px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: right 0.4s, opacity 0.2s 0.2s;
    transition: right 0.4s, opacity 0.2s 0.2s;
  }
}

.gnav.is-active {
  right: 0;
  opacity: 1;
  -webkit-transition: right 0.4s, opacity 0.2s;
  transition: right 0.4s, opacity 0.2s;
}

.gnav.on .gnav-inner {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 1s 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: 1s 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.gnav .gnav-inner {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

@media (max-width: 767px) {
  .gnav .gnav-inner {
    opacity: 0;
  }
}

.gnav .gnav-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .gnav .gnav-inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
    height: inherit;
    margin: 0 auto;
  }
}

.gnav .gnav-inner ul li {
  padding: 0 0.4vw;
  position: relative;
}

@media (max-width: 767px) {
  .gnav .gnav-inner ul li {
    border-left: none;
  }
}

.gnav .gnav-inner ul li:not(:last-of-type):after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  right: 0;
  top: calc(20% - 13px);
  border-bottom: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .gnav .gnav-inner ul li:not(:last-of-type):after {
    display: none;
  }
}

.gnav .gnav-inner ul li a {
  display: block;
  padding: 0 3vw;
  letter-spacing: 0.1vw;
  font-size: 1.3vw;
}

@media (max-width: 767px) {
  .gnav .gnav-inner ul li a {
    font-size: 1.6rem;
    padding: 5px 0;
    letter-spacing: 0.2em;
    display: inherit;
    width: inherit;
    height: inherit;
    background: transparent;
    color: inherit;
  }
}

@media (min-width: 768px) {
  .gnav .gnav-inner ul li a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .gnav .gnav-inner ul li a:hover {
    color: #aaa;
  }
}

.gnav-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.bnav-wrap {
  position: absolute;
  left: 0px;
}

.bnav-wrap .bnav-btn {
  display: block;
}

@media (max-width: 767px) {
  .bnav-wrap .bnav-btn {
    display: none;
  }
}

.bnav-wrap .bnav-btn span {
  line-height: 1;
  font-family: lato, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

.bnav-wrap .bnav-btn span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0 7px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.bnav {
  display: none;
  position: fixed;
  top: 30px;
  left: 0;
  padding-top: 40px;
  width: 100%;
}

.bnav.is-active {
  -webkit-animation: bnav 0.4s 1 forwards;
          animation: bnav 0.4s 1 forwards;
  display: block;
}

.bnav .bnav-inner {
  padding: 20px;
  border-bottom: 1px solid #c9c9c9;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .bnav .bnav-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: calc(100vh - 111px);
    overflow-y: scroll;
  }
}

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

footer style

=================================================================== */
.foot-bnr {
  background: #6bd08f;
  position: fixed;
  bottom: -130px;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.foot-bnr.is-active {
  bottom: 0;
}

.foot-bnr ul {
  margin: 0 auto;
  max-width: 1480px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.foot-bnr ul li {
  width: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .foot-bnr ul li {
    width: 100%;
  }
}

.foot-bnr ul li:nth-of-type(2) {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media (max-width: 767px) {
  .foot-bnr ul li:nth-of-type(2) {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

@media (max-width: 767px) {
  .foot-bnr ul li:last-of-type .bnr-inner a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .foot-bnr ul li:last-of-type .bnr-inner a .ico {
    width: 4vw;
    margin-right: 0;
  }
  .foot-bnr ul li:last-of-type .bnr-inner a .txt {
    padding: 0 0vw;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    margin-left: 0;
  }
}

.foot-bnr ul li .bnr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  padding: 15px 1vw;
  height: 100%;
}

@media (min-width: 1401px) {
  .foot-bnr ul li .bnr-inner {
    padding: 15px 15px;
  }
}

@media (max-width: 767px) {
  .foot-bnr ul li .bnr-inner {
    padding: 5px 1vw;
  }
}

.foot-bnr ul li .bnr-inner > p {
  width: 100%;
  text-align: center;
  font-size: 1.4vw;
}

@media (min-width: 1401px) {
  .foot-bnr ul li .bnr-inner > p {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .foot-bnr ul li .bnr-inner > p {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}

.foot-bnr ul li .bnr-inner a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4vw;
  margin: 0 0.5vw;
}

@media (max-width: 767px) {
  .foot-bnr ul li .bnr-inner a {
    font-size: 1vw;
  }
}

@media (min-width: 1401px) {
  .foot-bnr ul li .bnr-inner a {
    font-size: 2.2rem;
    margin: 0 10px;
  }
}

.foot-bnr ul li .bnr-inner a .ico {
  width: 5vw;
  text-align: right;
}

@media (max-width: 767px) {
  .foot-bnr ul li .bnr-inner a .ico {
    width: 5vw;
    margin-right: 2vw;
  }
}

@media (min-width: 1401px) {
  .foot-bnr ul li .bnr-inner a .ico {
    width: 60px;
  }
}

.foot-bnr ul li .bnr-inner a .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2vw;
  letter-spacing: 0.2vw;
}

@media (max-width: 767px) {
  .foot-bnr ul li .bnr-inner a .tel {
    font-size: 4vw;
  }
}

@media (min-width: 1401px) {
  .foot-bnr ul li .bnr-inner a .tel {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}

.foot-bnr ul li .bnr-inner a .tel img {
  margin-right: 0.5vw;
  width: 1.8vw;
}

@media (max-width: 767px) {
  .foot-bnr ul li .bnr-inner a .tel img {
    width: 3vw;
    margin-right: 1vw;
  }
}

@media (min-width: 1401px) {
  .foot-bnr ul li .bnr-inner a .tel img {
    margin-right: 10px;
    width: 28px;
  }
}

@media (max-width: 767px) {
  .foot-bnr ul li .bnr-inner a .tel em {
    font-size: 1rem;
  }
}

.foot-bnr ul li .bnr-inner a .txt {
  padding: 0 1vw;
  display: inline-block;
}

@media (max-width: 767px) {
  .foot-bnr ul li .bnr-inner a .txt {
    padding: 0 3vw;
  }
}

@media (min-width: 1401px) {
  .foot-bnr ul li .bnr-inner a .txt {
    padding: 0 10px;
  }
}

.footer {
  background: #fff;
  padding-top: 80px;
  font-size: 1.2rem;
  margin-bottom: 130px;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}

.footer .foot-logo {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .footer .foot-logo {
    max-width: 40%;
    margin: 0 auto 0px auto;
  }
}

.fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .fnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
  }
}

@media (max-width: 767px) {
  .fnav .fnav-each {
    width: 100%;
  }
}

.fnav .fnav-each p {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .fnav .fnav-each p {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}

.fnav .fnav-each ul {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .fnav .fnav-each ul {
    display: none;
  }
}

.fnav .fnav-each ul li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .fnav .fnav-each ul li a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .fnav .fnav-each ul li a:hover {
    color: #aaa;
  }
}

@media (max-width: 767px) {
  .fnav .fnav-each ul li {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .fnav .fnav-each ul li a {
    display: block;
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  .fnav .sp-toggle,
  .fnav .sp-fnav-btn {
    position: relative;
    border-top: 1px solid #ddd;
    padding: 10px 0;
  }
  .fnav .sp-toggle:after,
  .fnav .sp-fnav-btn:after {
    content: "";
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .fnav .sp-toggle.is-active:after {
    -webkit-transform: rotate(585deg);
            transform: rotate(585deg);
  }
  .fnav .sp-fnav-btn {
    padding: 0;
  }
  .fnav .sp-fnav-btn:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .fnav .sp-fnav-btn a {
    display: block;
    padding: 10px 0;
  }
}

.copy {
  padding-top: 50px;
  color: #999;
  width: 100%;
}

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

box style

=================================================================== */
.box-common {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .box-common {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }
}

@media (max-width: 767px) {
  .box-common {
    max-width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.box-common2 {
  width: calc(100% - 50px);
}

@media (max-width: 767px) {
  .box-common2 {
    width: calc(100% - 4%);
  }
}

.box-narrow {
  width: 850px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .box-narrow {
    max-width: 100%;
    padding: 0 8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.box-wide {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2%;
}

@media (max-width: 767px) {
  .box-wide {
    max-width: 100%;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.block-common {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .block-common {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.main-wrap {
  max-width: 1480px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 5.4%;
  padding-left: 5.4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  }

@media (max-width: 767px) {
  .main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 4%;
    padding-left: 4%;
  }
}

.main-wrap.subpage {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.main-contents {
  width: 76%;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .main-contents {
    width: 100%;
    margin-bottom: 40px;
  }
}

.side-contents {
  width: 17%;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .side-contents {
    width: 100%;
  }
}

.bg-wide {
  position: relative;
  z-index: 1;
}

.bg-wide:before {
  content: "";
  width: 10000px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background: inherit;
}

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

side parts

=================================================================== */
.side-block01 {
  background: url(../images/side_bg01.png) no-repeat top center/cover;
  padding: 1.5vw 1vw;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .side-block01 {
    padding: 4vw 4vw;
  }
}

.side-block01 p {
  margin-bottom: 15px;
}

.side-block01 .btn-common02 {
  padding-right: 0;
  padding-left: 0;
  display: block;
}

.side-block02 .snav {
  margin-bottom: 30px;
}

.side-block02 .snav li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  .side-block02 .snav li a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .side-block02 .snav li a:hover {
    border-bottom: 1px solid #333;
    color: #666;
  }
}

@media (max-width: 767px) {
  .side-block02 .snav-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .side-block02 .snav-bnr li {
    width: 47%;
  }
}

.side-block02 .snav-bnr li {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .side-block02 .snav-bnr li a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .side-block02 .snav-bnr li a:hover {
    opacity: 0.6;
  }
}

.no-link {
  pointer-events: none;
  opacity: 0.5;
}

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

common parts

=================================================================== */
@media (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

.toggle-nav dt {
  border-bottom: 1px solid #333;
  padding: 10px 20px;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .toggle-nav dt {
    font-size: 1.3rem;
  }
}

.toggle-nav dt:before {
  content: "";
  width: 18px;
  height: 1px;
  background: #333;
  position: absolute;
  right: 10px;
  top: calc(50% - (1px / 2));
}

.toggle-nav dt:after {
  content: "";
  width: 1px;
  height: 18px;
  background: #333;
  position: absolute;
  right: calc( 10px + (18px / 2) - (1px / 2));
  top: calc(50% - (18px / 2));
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.toggle-nav dt.is-active:after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.toggle-nav dd {
  display: none;
}

.title-common01 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .title-common01 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .title-common01 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.title-common01 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  color: #999;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .title-common01 span {
    font-size: 1.2rem;
  }
}

.title-common02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .title-common02 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.title-common03 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.title-common03:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-more {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .btn-more {
    font-size: 1.4rem;
  }
}

.btn-more.arw-r {
  padding-right: 20px;
}

.btn-more.arw-r:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .btn-more.arw-r:after {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
  }
}

.btn-more.fz-sm.arw-r {
  padding-right: 10px;
}

.btn-more.fz-sm.arw-r:after {
  width: 6px;
  height: 6px;
}

@media (min-width: 768px) {
  .btn-more {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn-more:hover.arw-r:after {
    right: 5px;
  }
}

.btn-common01 {
  display: inline-block;
  line-height: 1;
  padding: 20px 60px;
  max-width: 100%;
  position: relative;
  border: 1px solid #333;
  font-size: 1.6rem;
  color: #555;
  letter-spacing: 0.2em;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .btn-common01 {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .btn-common01 {
    font-size: 1.2rem;
    padding: 15px 30px;
  }
}

.btn-common01:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
}

.btn-common01.arw-r:after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  width: 17px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .btn-common01.arw-r:after {
    right: 14px;
    width: 9px;
    height: 4px;
    top: calc(50% - 2px);
  }
}

@media (max-width: 767px) {
  .btn-common01.arw-r:after {
    height: 5px;
    width: 14px;
  }
}

@media (min-width: 768px) {
  .btn-common01 {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn-common01:before, .btn-common01:after {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn-common01:hover {
    color: #fff;
  }
  .btn-common01:hover:before {
    top: 0;
  }
  .btn-common01:hover:after {
    right: 14px;
    border-color: #fff;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

.btn-common01.invert {
  background: #333;
  color: #fff;
}

@media (min-width: 768px) {
  .btn-common01.invert:hover {
    color: #555;
  }
  .btn-common01.invert:hover:before {
    background: #fff;
  }
}

.btn-common02 {
  display: inline-block;
  border: 2px solid #333;
  padding: 10px 7vw;
  border-radius: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .btn-common02 {
    padding: 8px 15vw;
  }
}

@media (min-width: 768px) {
  .btn-common02 {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .btn-common02:hover {
    background: #333;
    color: #fff;
  }
}

.btn-common03 {
  display: inline-block;
  border: 1px solid #333;
  background: rgba(255, 255, 255, 0.8);
  padding: 14px 5vw;
  border-radius: 100px;
  position: relative;
}

.btn-common03:after {
  content: "";
  width: 5vw;
  height: 1px;
  background: #333;
  position: absolute;
  right: calc(-5vw / 2);
  top: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-common03.c-white {
  border-color: #fff;
  color: #fff;
}

.btn-common03.c-white:after {
  background: #fff;
}

.btn-common03.c-white:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .btn-common03 {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn-common03:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .btn-common03:hover:after {
    right: calc((-5vw / 2) - 10px);
  }
}

a.txt-link {
  font-size: 1.4rem;
  text-decoration: underline;
}

@media (max-width: 767px) {
  a.txt-link {
    font-size: 1.2rem;
  }
}

.btns-list .btn-common01 {
  display: block;
}

.full-width {
  width: 100%;
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.c-white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.bg-lblue {
  background: #f4f8f9;
}

.bg-black {
  background: #333;
}

.fz-s {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .fz-s {
    font-size: 1rem;
  }
}

.fz-sm {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .fz-sm {
    font-size: 1.2rem;
  }
}

.fz-def {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .fz-def {
    font-size: 1.4rem;
  }
}

.fz-m {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .fz-m {
    font-size: 1.6rem;
  }
}

.fz-l {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .fz-l {
    font-size: 1.8rem;
  }
}

.fz-xl {
  font-size: 2.8rem;
}

@media (max-width: 767px) {
  .fz-xl {
    font-size: 1.8rem;
  }
}

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

index style

=================================================================== */
.top-kv .slick-prev,
.top-kv .slick-next {
  z-index: 1;
  width: 48px;
  height: 48px;
  background: #fff;
  top: calc(50% - 24px);
}

@media (max-width: 767px) {
  .top-kv .slick-prev,
  .top-kv .slick-next {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}

.top-kv .slick-prev:before,
.top-kv .slick-next:before {
  content: "";
  opacity: 1;
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
}

@media (max-width: 767px) {
  .top-kv .slick-prev:before,
  .top-kv .slick-next:before {
    width: 5px;
    height: 5px;
    top: calc(50% - 2px);
  }
}

.top-kv .slick-next {
  left: calc((100vw - 5%) - 24px);
  right: auto;
}

@media (max-width: 767px) {
  .top-kv .slick-next {
    left: calc((100vw - 5%) - 12px);
  }
}

.top-kv .slick-next:before {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  right: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .top-kv .slick-next:before {
    right: 10px;
  }
}

.top-kv .slick-prev {
  right: calc((100vw - 5%) - 24px);
  left: auto;
}

@media (max-width: 767px) {
  .top-kv .slick-prev {
    right: calc((100vw - 5%) - 12px);
  }
}

.top-kv .slick-prev:before {
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  left: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 767px) {
  .top-kv .slick-prev:before {
    left: 10px;
  }
}

.block-kv {
  position: relative;
}

@media (max-width: 767px) {
  .block-kv {
    height: 80vh;
  }
}

.block-kv .kv-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.block-kv .kv-box .kv-box-inner {
  padding-bottom: 50px;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .block-kv .kv-box .kv-box-inner {
    padding-bottom: 5vh;
  }
}

.block-kv .kv-box .kv-box-inner h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(0px 0px 3px black);
          filter: drop-shadow(0px 0px 3px black);
}

@media (max-width: 767px) {
  .block-kv .kv-box .kv-box-inner h1 {
    font-size: 2rem;
  }
}

.block-kv .kv-box .kv-box-inner p {
  line-height: 2.4;
  margin-bottom: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  -webkit-filter: drop-shadow(0px 0px 3px black);
          filter: drop-shadow(0px 0px 3px black);
}

@media (max-width: 767px) {
  .block-kv .kv-box .kv-box-inner p {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .top-bnr-list a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .top-bnr-list a:hover {
    opacity: 0.6;
  }
}

.top-bnr-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-bnr-list ul li {
  margin-bottom: 20px;
}

.top-bnr-list ul li a {
  display: block;
}

.top-bnr-list ul li.top-bnr01 a {
  background: url(../images/top_recommend_bnr01_bg.png) no-repeat top left/cover;
  position: relative;
}

.top-bnr-list ul li.top-bnr01 .txt {
  position: absolute;
  left: 6%;
  top: calc(50% - 20px);
}

@media (max-width: 767px) {
  .top-bnr-list ul li.top-bnr01 .txt {
    left: 4%;
    width: 60%;
    top: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .top-bnr-list ul li.top-bnr01 .img {
    width: 30%;
  }
}

.list01 {
  border-top: 1px solid #ddd;
  margin-bottom: 40px;
}

.list01 li {
  border-bottom: 1px solid #ddd;
}

.list01 li a {
  display: block;
  padding: 15px 0;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .list01 li a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .list01 li a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .list01 li a {
    font-size: 1.3rem;
  }
}

.list01 li a p {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.list01 li a h4 {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.list02 li {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
  width: 48%;
}

@media (max-width: 767px) {
  .list02 li {
    width: 100%;
  }
}

.list02 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 768px) {
  .list02 li a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .list02 li a:hover {
    opacity: 0.6;
  }
}

.list02 li a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
}

.list02 li a .title {
  padding-left: 20px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .list02 li a .thumb {
    width: 20%;
  }
  .list02 li a .title {
    font-size: 1.6rem;
  }
}

.list03 li {
  width: 48%;
}

@media (max-width: 767px) {
  .list03 li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.list03 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list03 li a .thumb {
  width: 46%;
  margin-right: 4%;
}

.list03 li a > div {
  width: 50%;
}

.list03 li a > div h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .list03 li a > div h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .list03 li a > div p {
    font-size: 1.3rem;
  }
}

.access-cont {
  position: relative;
  padding: 4vw;
  margin-bottom: 40px;
}

@media (min-width: 1401px) {
  .access-cont {
    padding: 40px;
  }
}

.access-cont .access-ico {
  position: absolute;
  background: #a798d0;
  color: #fff;
  padding: 8px 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .access-cont .access-ico {
    top: 10px;
    left: 10px;
  }
}

.access-cont .sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 240px;
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .access-cont .sns-icons {
   max-width: 160px;
    margin-bottom: 10px;
    position: static;
    top: 10px;
    right: 10px;
  }
}

.access-cont .sns-icons li {
  margin-left: 8px;
}

.access-cont .sns-icons + h3 {
  max-width: calc(100% - 260px);
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .access-cont .sns-icons + h3 {
    max-width: 100%;
    padding-top: 40px;
    margin-bottom: 20px;
  }
}

.access-cont .gmap {
  height: 100%;
}

@media (max-width: 767px) {
  .access-cont .gmap {
    height: 260px;
  }
}

.access-cont .tel-link {
  color: #a798d0;
  font-size: 2.6vw;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .access-cont .tel-link {
    font-size: 6.2vw;
  }
}

@media (min-width: 1401px) {
  .access-cont .tel-link {
    font-size: 4rem;
  }
}

.access-cont .shop-open {
  font-size: 1vw;
  line-height: 1.5;
}

@media (min-width: 1401px) {
  .access-cont .shop-open {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .access-cont .shop-open {
    font-size: 1.0rem;
  }
}

.access-cont h4.bg-black {
  padding: 8px 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .access-cont h4.bg-black {
    margin-top: 10px;
  }
}

.access-cont .shop-info {
  padding: 1vw;
}

@media (max-width: 767px) {
  .access-cont .shop-info {
    padding: 4vw;
  }
}

@media (max-width: 767px) {
  .access-cont .shop-info p {
    font-size: 1.3rem;
  }
}

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

subpages style

=================================================================== */
#wrap {
  font-size: 1.6rem;
  overflow-x: hidden;
}

.breadCrumb {
  font-size: 1.2rem;
}

.contentsTtlXl {
  background: #f3f7f8 url(../images/sub/common_title_icon.png) no-repeat 10% 50%;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
  padding: 50px 20px 50px 180px;
  margin-bottom: 50px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .contentsTtlXl {
    background: #f3f7f8 url(../images/sub/common_title_icon.png) no-repeat 6% 50%;
    background-size: 10% auto;
    font-size: 2rem;
    padding: 30px 20px 30px 80px;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}

.contentsTbl__row__data {
  border-right: 1px solid #d2c7e2;
  border-bottom: 1px solid #d2c7e2;
  color: #838383;
  padding: 15px 15px;
  text-align: center;
  font-size: 1.6rem;
}

.contentsTbl__row__data a {
  color: #838383;
}

@media (max-width: 767px) {
  .contentsTbl__row__data {
    padding: 15px 7px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .tblWrap {
    padding: 0;
  }
}

.contentsTbl__row__head {
  background: #efeff7;
  padding: 15px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  word-break: break-word;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333;
}

@media (max-width: 767px) {
  .contentsTbl__row__head {
    padding: 15px 7px;
    font-size: 1.4rem;
  }
}

.side-contents.pt00 {
  padding-top: 0;
}

.snsBox {
  border: none;
  width: 100%;
  max-width: 600px;
}

@media (max-width: 767px) {
  .snsBox {
    margin: 0 0px 56px;
  }
}

.snsBox__ttl {
  background: transparent;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #111;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

.snsBox__list__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.snsBox__list__icn {
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
.snsBox__list__txt {
width:32%;
}
.snsBox__list__icn {
  width: 40px;
  height:40px;
  line-height:40px;
}
.snsBox__list__icn a {
  display:block;
}
}



.contentsList {
  background: #f0f4f6;
  padding: 25px 55px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .contentsList {
    padding: 15px 4%;
    margin: 0 auto 50px auto;
  }
}

.contentsList__ttl {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .contentsList__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.contentsListBox__item {
  margin-bottom: 20px;
  font-size: 1.6rem;
  position: relative;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .contentsListBox__item {
    padding-left: 30px;
    margin-bottom: 10px;
  }
}

.contentsListBox__item:after {
  content: "□";
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .contentsListBox__item:after {
    top: calc(50% - 6px);
  }
}

.contentsListBox__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contentsListBox__item .contentsListNum {
  font-size: 3rem;
  font-weight: 500;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .contentsListBox__item .contentsListNum {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .button2col {
    margin: 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .button2col:after {
    display: none;
  }
}

.button2col__item {
  float: left;
  width: 49%;
  margin-bottom: 20px;
  background: transparent;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  color: #838383;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .button2col__item {
    float: none;
    width: 49%;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .button2col__item:nth-child(2n) {
    float: none;
  }
}

.button2col__item a {
  border: 1px solid #d2c7e2;
  padding: 15px 15px;
  text-align: center;
  font-size: 1.6rem;
  color: #838383;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 768px) {
  .button2col__item a:hover {
    background: #d2c7e2;
    color: #333;
  }
}

@media (max-width: 767px) {
  .button2col__item a {
    font-size: 1.4rem;
    padding: 15px 7px;
    font-size: 1.4rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contentsTtlL {
  position: relative;
  margin: 50px 0 50px;
  padding: 0 0 8px 0;
  border-bottom: solid 1px #7f7f7f;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3rem;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contentsTtlL:after {
  display: none;
}

@media (max-width: 767px) {
  .contentsTtlL {
    font-size: 2rem;
    margin: 40px 0 40px;
  }
}

.contentsTtlL .contentsTtlLNum {
  font-size: 4.8rem;
  color: #bfb5d9;
  letter-spacing: 0.2em;
}

.contentsTtlM {
  position: relative;
  margin: 0 0 20px;
  padding: 8px 8px 8px 28px;
  border-radius: 0;
  background: transparent;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #b5a6ed;
}

@media (max-width: 767px) {
  .contentsTtlM {
    font-size: 2rem;
  }
}

.contentsTtlM:before {
  content: "○";
  margin-right: 10px;
  left: 0;
  color: inherit;
}

.contentsTtlS {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .contentsTtlS {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .products-list {
    margin-bottom: 50px;
  }
}

.products-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .products-list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.products-list ul li {
  width: 30%;
  margin-bottom: 50px;
}

.products-list ul li:nth-of-type(3n - 1) {
  margin-right: 5%;
  margin-left: 5%;
}

@media (max-width: 767px) {
  .products-list ul li:nth-of-type(3n - 1) {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .products-list ul li {
    width: 48%;
    margin-bottom: 25px;
  }
}

.products-list ul li a {
  display: block;
}

.products-list ul li a.no-link {
  pointer-events: none;
  opacity: 1;
}

.products-list ul li .thumb {
  width: 100%;
  height: 248px;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .products-list ul li .thumb {
    height: 180px;
    padding: 20px 4%;
  }
}

.products-list ul li .thumb img {
  width: auto;
  max-height: 100%;
}

.products-list ul li h4 {
  text-align: center;
  font-size: 1.6rem;
}

.products-list ul li p {
  text-align: center;
}

.products-list ul li p.cat-name {
  font-size: 1.4rem;
  line-height: 1.3;
  padding-top: 10px;
}

.singleContents {
  width: 100%;
}

@media (max-width: 767px) {
  .singleContents {
    margin: 0 auto;
  }
}

.mainContents {
  width: 100%;
}

.postList {
  width: 100%;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .postList {
    font-size: 1.4rem;
  }
}

.postList__ttl {
  width: 100px;
}

@media (max-width: 767px) {
  .postList__ttl {
    width: 100%;
    float: none;
    font-size: 1.2rem;
  }
}

.postList__data {
  width: calc(100% - 100px);
}

@media (max-width: 767px) {
  .postList__data {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .catList {
    margin-bottom: 40px;
  }
}

.catList__txt {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .listBox {
    margin: 0 0px 40px;
  }
}

.listBox__item {
  border-bottom: 1px solid #ccc;
  padding-left: 60px;
  padding-bottom: 10px;
  background: none;
  position: relative;
}

@media (max-width: 767px) {
  .listBox__item {
    padding-left: 40px;
  }
}

.listBox__item:before {
  content: "□";
  font-size: 1.4rem;
  position: absolute;
  left: 20px;
}

@media (max-width: 767px) {
  .listBox__item:before {
    left: 10px;
  }
}

@media (min-width: 768px) {
  .listBox__item a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .listBox__item a:hover {
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  .contentsTxt {
    margin: 0 0 40px;
  }
}

.tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.tab-area .tab {
  width: 49%;
  font-size: 2.4rem;
  padding: 20px 0;
  background: #efeff7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.tab-area .tab:after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 4%;
  top: calc(50% - 5px);
}

@media (max-width: 767px) {
  .tab-area .tab:after {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
  }
}

@media (max-width: 767px) {
  .tab-area .tab {
    font-size: 2rem;
    padding: 10px 0;
    font-size: 1.8rem;
  }
}

.tab-area .tab.tab-active {
  background: #c4c4ea;
}

.tab-content-area {
  position: relative;
}

.tab-content {
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tab-content.tab-show {
  position: relative;
  visibility: visible;
  z-index: 1;
  opacity: 1;
}

.form-page .form-header {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .form-page .form-header {
    margin-bottom: 40px;
  }
}

.form-page .form-header h2 {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .form-page .form-header h2 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.form-page .form-header h3 {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .form-page .form-header h3 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.form-page .form-header p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .form-page .form-header p {
    text-align: left;
    font-size: 1.3rem;
  }
}

.form-page .form-header-ico {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .form-page .form-header-ico {
    margin-bottom: 30px;
  }
}

.form-page .form-header-ico:before {
  content: "";
  background: #ddd;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.form-page .form-header-ico span {
  display: inline-block;
  background: #fff;
  padding: 0 40px;
  position: relative;
}

.form-page .form-header-ico span img {
  width: auto;
  max-width: 100%;
}

.form-page .block-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ddd;
  font-size: 1.6rem;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .form-page .block-form dl {
    font-size: 1.4rem;
  }
}

.form-page .block-form dl dt {
  width: 30%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .form-page .block-form dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-page .block-form dl dt .must {
  display: inline-block;
  color: #fff;
  background: #b5aad3;
  line-height: 1;
  padding: 5px 10px;
  font-size: 1.2rem;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .form-page .block-form dl dt .must {
    margin-left: 0;
    margin-top: 5px;
  }
}

.form-page .block-form dl dd {
  width: 70%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.form-page .block-form dl dd input[type="text"],
.form-page .block-form dl dd input[type="email"],
.form-page .block-form dl dd input[type="tel"] {
  padding: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #333;
}

.form-page .block-form dl dd input[type="text"]::-webkit-input-placeholder,
.form-page .block-form dl dd input[type="email"]::-webkit-input-placeholder,
.form-page .block-form dl dd input[type="tel"]::-webkit-input-placeholder {
  color: #aaa;
}

.form-page .block-form dl dd input[type="text"]:-ms-input-placeholder,
.form-page .block-form dl dd input[type="email"]:-ms-input-placeholder,
.form-page .block-form dl dd input[type="tel"]:-ms-input-placeholder {
  color: #aaa;
}

.form-page .block-form dl dd input[type="text"]::-ms-input-placeholder,
.form-page .block-form dl dd input[type="email"]::-ms-input-placeholder,
.form-page .block-form dl dd input[type="tel"]::-ms-input-placeholder {
  color: #aaa;
}

.form-page .block-form dl dd input[type="text"]::placeholder,
.form-page .block-form dl dd input[type="email"]::placeholder,
.form-page .block-form dl dd input[type="tel"]::placeholder {
  color: #aaa;
}

@media (max-width: 767px) {
  .form-page .block-form dl dd input[type="text"],
  .form-page .block-form dl dd input[type="email"],
  .form-page .block-form dl dd input[type="tel"] {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.form-page .block-form dl dd select {
  padding: 5px;
  outline: none;
}

@media (max-width: 767px) {
  .form-page .block-form dl dd select {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.form-page .block-form dl dd .ad-zip {
  margin-bottom: 15px;
}

.form-page .block-form dl dd .ad-zip input {
  max-width: 100px;
}

.form-page .block-form dl dd .adress {
  padding-left: 1em;
}

.form-page .block-form dl dd .form-caution {
  padding-top: 15px;
  color: #aaa;
  font-size: 1.3rem;
}

.form-page .block-form dl dd .choose-date {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .form-page .block-form dl dd .choose-date {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.form-page .block-form dl dd textarea {
  width: 100%;
  min-height: 120px;
}

@media (max-width: 767px) {
  .form-page .block-form dl dd .mwform-checkbox-field {
    display: block;
  }
}

.form-page .block-form .submit-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-page .block-form .submit-btns > div {
  margin: 0 20px;
}

.form-page .block-form .submit-btns > div input,
.form-page .block-form .submit-btns > div button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 2rem;
  padding: 20px 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  background: #6bd08f;
  letter-spacing: 0.1em;
  cursor: pointer;
}

@media (max-width: 767px) {
  .form-page .block-form .submit-btns > div input,
  .form-page .block-form .submit-btns > div button {
    font-size: 1.4rem;
    padding: 15px 40px;
  }
}

.form-page .block-form .submit-btns > div.btn-back input {
  background: #333;
}

.home-care-kv {
  position: relative;
}

@media (max-width: 767px) {
  .home-care-kv {
    overflow: hidden;
    height: 22vh;
  }
  .home-care-kv img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    max-width: none;
    height: 100%;
    width: auto;
  }
}

.home-care-kv .home-care-kv-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .home-care-kv .home-care-kv-txt {
    font-size: 2rem;
  }
}

.home-care-kv .home-care-kv-txt .fz-smaller {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .home-care-kv .home-care-kv-txt .fz-smaller {
    font-size: 1.3rem;
  }
}

.home-care-lead-txt {
  line-height: 2;
  margin-bottom: 60px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .home-care-lead-txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}

.home-care-title01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .home-care-title01 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.home-care-title01 .fz-smaller {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .home-care-title01 .fz-smaller {
    font-size: 1.3rem;
  }
}

.home-care-box01 .home-care-box-inner {
  width: 49%;
}

@media (max-width: 767px) {
  .home-care-box01 .home-care-box-inner {
    width: 100%;
    margin-bottom: 40px;
  }
}

.home-care-box01 .home-care-box-inner dt {
  background: #c7bc9b;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
}

.home-care-box01 .home-care-box-inner .home-care-products li {
  margin-bottom: 20px;
  padding: 20px 4% 20px 0;
  border: 1px solid #c7bc9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-care-box01 .home-care-box-inner .home-care-products li .thumb {
  width: 30%;
}

.home-care-box01 .home-care-box-inner .home-care-products li .info {
  width: 70%;
}

.home-care-box01 .home-care-box-inner .home-care-products li .info h4 {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .home-care-box01 .home-care-box-inner .home-care-products li .info h4 {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .home-care-box01 .home-care-box-inner .home-care-products li .info p {
    font-size: 1.4rem;
  }
}

.home-care-box01 .home-care-box-inner .home-care-products li .info p.price-tr {
  text-align: right;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .home-care-box01 .home-care-box-inner .home-care-products li .info p.price-tr {
    font-size: 1.3rem;
  }
}

.home-care-box01 .home-care-box-inner .home-care-supple .supple-txt02 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .home-care-box01 .home-care-box-inner .home-care-supple .supple-txt02 {
    font-size: 1.6rem;
  }
}

.home-care-box01 .home-care-box-inner .home-care-supple .home-care-supple-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .home-care-box01 .home-care-box-inner .home-care-supple .home-care-supple-icons {
    margin-bottom: 30px;
  }
}

.home-care-box01 .home-care-box-inner .home-care-supple .home-care-supple-icons li {
  width: 32%;
}

.home-care-box01 .home-care-box-inner .home-care-supple .home-care-supple-icons li img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.home-care-box01 .home-care-box-inner .home-care-supple .home-care-supple-icons li p {
  text-align: center;
  font-size: 1rem;
}

.home-care-box01 .home-care-box-inner .nomu-haramaki {
  position: relative;
}

.home-care-box01 .home-care-box-inner .nomu-haramaki p {
  position: absolute;
  top: 4%;
  right: 4%;
  text-align: right;
  font-size: 2rem;
}

.home-care-box01 .home-care-box-inner .nomu-haramaki p .fz-smaller {
  font-size: 1.4rem;
  display: block;
}

.home-care-box01 .fz-small {
  font-size: 1.2rem;
  padding-top: 10px;
}

.home-care-box02 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .home-care-box02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.home-care-box02 h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .home-care-box02 h3 {
    font-size: 2rem;
  }
}

.home-care-box02 p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.2em;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .home-care-box02 p {
    font-size: 1.6rem;
  }
}

.home-care-box03 .col2-list li {
  padding: 0 2%;
}

.home-care-box03 .col2-list li p {
  margin: 10px 0;
  text-align: center;
}

.home-care-box03 .col2-list li p img {
  width: auto;
  max-width: 100%;
}

.special-list {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .special-list {
    padding-top: 40px;
  }
}

.special-list ul li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .special-list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.special-list ul li .thumb {
  width: 36%;
}

@media (max-width: 767px) {
  .special-list ul li .thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}

.special-list ul li .thumb img {
  height: auto;
}

.special-list ul li .info {
  width: 60%;
}

@media (max-width: 767px) {
  .special-list ul li .info {
    width: 100%;
  }
}

.special-list ul li .info h2 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .special-list ul li .info h2 {
    font-size: 2rem;
  }
}

.contents-pagetop {
  text-align: right;
  font-size: 1.2rem;
}

.contents-pagetop a {
  text-decoration: underline;
}

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

keyframes

=================================================================== */
@-webkit-keyframes bnav {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes bnav {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes spinner_loading_text {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spinner_loading_text {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes showUp {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showUp {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hideDown {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}

@keyframes hideDown {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes shakeIco {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes shakeIco {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes moreIco {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
}

@keyframes moreIco {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
}

@-webkit-keyframes bounceIco2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  40% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  60% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  80% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes bounceIco2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  40% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  60% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  80% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes bounceIco {
  0% {
    -webkit-transform: scaleY(1) translateY(0px);
            transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  15% {
    -webkit-transform: scaleY(0.8) translateY(0px);
            transform: scaleY(0.8) translateY(0px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  30% {
    -webkit-transform: scaleY(1) translateY(0px);
            transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  37.5% {
    -webkit-transform: scaleY(1.1) translateY(-10px);
            transform: scaleY(1.1) translateY(-10px);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  45% {
    -webkit-transform: scaleY(1) translateY(-10px);
            transform: scaleY(1) translateY(-10px);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: scaleY(1) translateY(0px);
            transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  70% {
    -webkit-transform: scaleY(0.95) translateY(0px);
            transform: scaleY(0.95) translateY(0px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: scaleY(1) translateY(0px);
            transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes bounceIco {
  0% {
    -webkit-transform: scaleY(1) translateY(0px);
            transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  15% {
    -webkit-transform: scaleY(0.8) translateY(0px);
            transform: scaleY(0.8) translateY(0px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  30% {
    -webkit-transform: scaleY(1) translateY(0px);
            transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  37.5% {
    -webkit-transform: scaleY(1.1) translateY(-10px);
            transform: scaleY(1.1) translateY(-10px);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  45% {
    -webkit-transform: scaleY(1) translateY(-10px);
            transform: scaleY(1) translateY(-10px);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: scaleY(1) translateY(0px);
            transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  70% {
    -webkit-transform: scaleY(0.95) translateY(0px);
            transform: scaleY(0.95) translateY(0px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: scaleY(1) translateY(0px);
            transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-webkit-keyframes liFadeIn {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes liFadeIn {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes scrlArw {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes scrlArw {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
/*# sourceMappingURL=style.css.map */

.news-15095{
display:none;
}