@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-transition: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
}

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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

h1 {
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: bold !important;
}

code, kbd, pre, samp, tt {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

button, input {
  /* 1 */
  overflow: visible;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

button, select {
  /* 1 */
  text-transform: none;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: 0;
}

textarea {
  overflow: auto;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

summary {
  display: list-item;
}

template, [hidden], .hidden {
  display: none;
}

blockquote, q {
  quotes: none;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
  border-style: none;
  line-height: 0;
  font-size: 0;
  -ms-interpolation-mode: bicubic;
  background: 0 0;
  zoom: 1;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: 0 0;
}

a:focus {
  outline: 0;
}

a img {
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

a img:hover {
  opacity: 0.7;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

a,
button,
input {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/
.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/*====================================================================================
■PADDING DEFAULT
====================================================================================*/
.p00 {
  padding: 0px !important;
}

.p01 {
  padding: 1px !important;
}

.p02 {
  padding: 2px !important;
}

.p03 {
  padding: 3px !important;
}

.p04 {
  padding: 4px !important;
}

.p05 {
  padding: 5px !important;
}

.p06 {
  padding: 6px !important;
}

.p07 {
  padding: 7px !important;
}

.p08 {
  padding: 8px !important;
}

.p09 {
  padding: 9px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/
.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w59 {
  width: 59% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/
.ml1per {
  margin-left: 1%;
}

.ml2per {
  margin-left: 2%;
}

.ml3per {
  margin-left: 3%;
}

.ml4per {
  margin-left: 4%;
}

.mr1per {
  margin-right: 1%;
}

.mr2per {
  margin-right: 2%;
}

.mr3per {
  margin-right: 3%;
}

.mr4per {
  margin-right: 4%;
}

.mt1per {
  margin-top: 1%;
}

.mt2per {
  margin-top: 2%;
}

.mt3per {
  margin-top: 3%;
}

.mt4per {
  margin-top: 4%;
}

.mt5per {
  margin-top: 5%;
}

.mt6per {
  margin-top: 6%;
}

.mt7per {
  margin-top: 7%;
}

.mt8per {
  margin-top: 8%;
}

.mt9per {
  margin-top: 9%;
}

.mt10per {
  margin-top: 10%;
}

.pd1per {
  padding: 1%;
}

.pd2per {
  padding: 2%;
}

.pd3per {
  padding: 3%;
}

.pd4per {
  padding: 4%;
}

.pull_left {
  float: left;
}

.pull_right {
  float: right;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

.text_justify {
  text-align: justify !important;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text_lower {
  text-transform: lowercase !important;
}

.text_upper {
  text-transform: uppercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.text_normal {
  font-weight: normal !important;
}

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

.text_line {
  text-decoration: underline;
}

.text_noline {
  text-decoration: none !important;
}

.text_over {
  overflow: hidden !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.lhnm {
  line-height: normal !important;
}

.lh00 {
  line-height: 0 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.visible {
  visibility: visible;
}

.visible-hidden {
  visibility: hidden;
}

.dispc, .breakpc {
  display: block;
}

@media all and (max-width: 960px) {
  .dispc, .breakpc {
    display: none;
  }
}

.dissp, .breaksp {
  display: block;
}

@media all and (min-width: 961px) {
  .dissp, .breaksp {
    display: none;
  }
}

.flexFont {
  font-size: 100%;
}

.obj__fit, .imgfit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.overflow {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

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

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

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

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

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.fontnova {
  font-family: "Bona Nova", serif;
}

.fontserif {
  font-family: "Noto Serif", serif;
  font-weight: 300;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #072250 url(../images/logoblur.png) no-repeat top 100px right;
  background-attachment: fixed;
  background-size: 58%;
  color: #fff;
  overflow-x: hidden;
}

body p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-weight: normal;
}

@media all and (max-width: 960px) {
  body p {
    font-size: 14px;
  }
}

body a {
  line-height: normal;
}

body img, body iframe {
  max-width: 100%;
  line-height: 0;
}

.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

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

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

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

@media all and (max-width: 960px) {
  .container {
    padding: 0 15px;
  }
}

@media all and (max-width: 639px) {
  .container {
    padding: 0 3%;
  }
}

/* -----------------------------------------------
/* HEADER
-------------------------------------------------- */
.header {
  padding: 30px 90px;
  height: 128px;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  background: #072250;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 1540px) {
  .header {
    padding: 30px 20px;
  }
}

@media all and (max-width: 960px) {
  .header {
    height: 85px;
    padding: 15px;
  }
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header-top--logo {
  position: relative;
  z-index: 1;
}

.header-top--logo a {
  line-height: 0;
  background: #022251;
  display: block;
  width: 30%;
  max-width: 222px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -10px;
  left: 0;
  padding: 25px;
}

@media all and (max-width: 960px) {
  .header-top--logo a {
    max-width: 100px;
    padding: 10px;
    margin-top: 10px;
  }
}

@media all and (min-width: 961px) {
  .header-top--logo a {
    margin-top: -35px;
  }
}

.header-top--logo a img {
  max-height: 148px;
}

@media all and (max-width: 960px) {
  .header-top--logo a img {
    max-height: 65px;
  }
}

.header-top--logo span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-left: 300px;
}

.header-top--logo span small {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}

@media all and (max-width: 1420px) {
  .header-top--logo span {
    margin-left: 230px;
    font-size: 18px;
  }
  .header-top--logo span small {
    font-size: 14px;
  }
}

@media all and (max-width: 1140px) {
  .header-top--logo span {
    font-size: 16px;
    margin-left: 180px;
  }
  .header-top--logo span small {
    font-size: 12px;
  }
}

@media all and (max-width: 960px) {
  .header-top--logo span {
    font-size: 12px;
    margin-left: 110px;
  }
  .header-top--logo span small {
    font-size: 10px;
  }
}

.header-top--menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 0;
}

.header-top--menu .header-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: inherit;
}

@media all and (max-width: 960px) {
  .header-top--menu {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}

.header-nav {
  position: relative;
  z-index: 98;
}

@media all and (max-width: 960px) {
  .header-nav--inside {
    position: absolute;
    width: 100%;
    left: -100%;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}

.header .icon-inside, .header .icon-hamburger {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 57px;
  height: 57px;
  background: #072250;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (min-width: 961px) {
  .header .icon-inside:hover, .header .icon-hamburger:hover {
    background: #0b367f;
    -webkit-transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition-delay: 0;
    -webkit-transition-delay: 0;
  }
}

@media all and (max-width: 520px) {
  .header .icon-inside, .header .icon-hamburger {
    width: 44px;
    height: 44px;
  }
}

@media all and (max-width: 960px) {
  .header .icon {
    margin-left: 10px;
    margin-right: -10px;
  }
}

@media all and (min-width: 961px) {
  .header .icon {
    display: none;
  }
}

.header .icon-hamburger {
  z-index: 99;
}

.header .icon-hamburger .icon--bar span {
  left: 0;
  height: 2px;
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.header .icon-hamburger .icon--bar span:first-child {
  top: 0;
}

.header .icon-hamburger .icon--bar span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.header .icon-hamburger .icon--bar span:last-child {
  bottom: 0;
}

.header .icon--bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38%;
  width: 56%;
}

.header .icon--txt {
  font-family: "Bona Nova", serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  opacity: 0;
  left: -85px;
}

/* -----------------------------------------------
/* MENU
-------------------------------------------------- */
.menu .forsp {
  display: none;
}

@media all and (max-width: 960px) {
  .menu .forsp {
    display: block;
  }
}

@media all and (max-width: 1540px) {
  .menu {
    padding-left: 30px;
  }
}

@media all and (min-width: 961px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media all and (max-width: 960px) {
  .menu {
    height: 100vh;
    padding: 0 3%;
    padding-top: 16%;
    overflow: hidden;
    background: #072250 url(../images/logoblur.png) no-repeat right 5% top 70px;
    background-size: 155px;
  }
  .menu .text_center {
    margin-top: 50px;
  }
  .menu .text_center small {
    margin-top: 15px;
    display: block;
  }
}

@media all and (max-width: 960px) {
  .menu--item {
    max-width: 280px;
    margin: 0 auto;
    display: none;
  }
}

.menu--item a {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  text-align: center;
}

@media all and (max-width: 1540px) {
  .menu--item a {
    font-size: 18px;
  }
}

@media all and (max-width: 1140px) {
  .menu--item a {
    font-size: 16px;
  }
}

@media all and (max-width: 960px) {
  .menu--item a {
    padding: 20px 0;
    text-align: left;
    font-size: 14px;
    padding-left: 25px;
  }
  .menu--item a::before {
    position: absolute;
    content: '';
    background: #08ABF6;
    width: 12px;
    height: 12px;
    left: 0;
    top: 28px;
    margin-top: -6px;
    border-radius: 100%;
  }
}

@media all and (min-width: 961px) {
  .menu--item a:hover {
    color: #08ABF6;
  }
}

.menu .subnav li {
  border-top: 1px dashed #fff;
  padding: 15px 0 20px 0;
  padding-left: 25px;
}

.menu .subnav li:last-child {
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
}

.menu .subnav li:first-child {
  margin-top: 20px;
}

.menu .subnav li .storetel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.menu .subnav li .span {
  font-weight: bold;
  padding: 0;
  font-size: 12px;
  position: relative;
  display: inline-block;
  min-width: 100px;
}

.menu .subnav li .span::before {
  position: absolute;
  content: '';
  background: #08ABF6;
  width: 10px;
  height: 3px;
  left: -25px;
  top: 10px;
}

.menu .subnav li .tel {
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  display: inline-block;
}

.menu .subnav li .tel::before {
  background: none;
}

/* -----------------------------------------------
/* MENU OPEN
-------------------------------------------------- */
.open--menu {
  position: relative;
}

.open--menu .header-nav.show .header-nav--inside {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.open--menu .icon-hamburger .icon--bar span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-225deg);
      -ms-transform: translateY(10px) rotate(-225deg);
          transform: translateY(10px) rotate(-225deg);
}

@media all and (max-width: 520px) {
  .open--menu .icon-hamburger .icon--bar span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-225deg);
        -ms-transform: translateY(8px) rotate(-225deg);
            transform: translateY(8px) rotate(-225deg);
  }
}

.open--menu .icon-hamburger .icon--bar span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(225deg);
      -ms-transform: translateY(0) rotate(225deg);
          transform: translateY(0) rotate(225deg);
  width: 100%;
}

.open--menu .icon-hamburger .icon--bar span:nth-child(3) {
  opacity: 0;
}

.open--menu .icon-hamburger .icon--txt {
  opacity: 1;
  -webkit-transition: -webkit-opacity 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: -webkit-opacity 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  -webkit-transition: opacity 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: opacity 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

@media all and (max-width: 960px) {
  .open--menu .menu--item {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.open--menu .menu--item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.open--menu .menu--item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.open--menu .menu--item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.open--menu .menu--item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.open--menu .menu--item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.open--menu .menu--item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.open--menu .menu--item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.open--menu .menu--item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.open--menu .menu--item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

/* -----------------------------------------------
/* FOOTER
-------------------------------------------------- */
.footer {
  background: #FFD400;
  color: #022251;
  margin-top: 200px;
  text-align: center;
  padding: 30px 0 20px;
}

@media all and (max-width: 960px) {
  .footer {
    margin-top: 80px;
  }
}

.footer .dflex {
  max-width: 620px;
  margin: 0 auto;
}

@media all and (max-width: 960px) {
  .footer .dflex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .dflex p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer .dflex p:first-child {
    margin-bottom: 25px;
  }
}

.footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

@media all and (max-width: 960px) {
  .footer .nav {
    margin-top: 15px;
  }
}

.footer .nav li:first-child {
  margin-right: 20px;
}

.footer .nav li:first-child::after {
  content: '|';
  margin-left: 20px;
  position: relative;
  top: -3px;
}

@media all and (max-width: 960px) {
  .footer .nav li:first-child::after {
    top: 0;
  }
}

.footer p, .footer a {
  font-size: 20px;
  color: #022251;
}

@media all and (max-width: 960px) {
  .footer p, .footer a {
    font-size: 12px;
  }
}

.footer .copyright {
  margin-top: 40px;
}

.footer .copyright p {
  font-weight: bold;
}

@media all and (max-width: 960px) {
  .footer .copyright {
    font-size: 10px;
    margin-top: 25px;
  }
}

.footer .backtop {
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 8;
  bottom: 15px;
  right: 0;
}

.footer .backtop--icon {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 0;
  right: 15px;
  zoom: 1;
  text-align: right;
  z-index: 8;
}

.footer .backtop--icon img {
  width: 40px;
}

@media all and (max-width: 960px) {
  .footer .backtop--icon img {
    width: 26px;
  }
}

/* -----------------------------------------------
/* BUTTON COMMON
-------------------------------------------------- */
button {
  border: none;
  outline: none;
  cursor: pointer;
}

.cm-btn {
  margin: 0 auto;
  width: 100%;
  max-width: 210px;
  margin-top: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (max-width: 960px) {
  .cm-btn {
    margin-top: 20px;
    max-width: 180px;
  }
}

.cm-btn a, .cm-btn button {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  background: #000;
}

@media all and (max-width: 960px) {
  .cm-btn a, .cm-btn button {
    font-size: 18px;
    padding: 5px 0;
  }
}

.cm-btn a span, .cm-btn button span {
  z-index: 2;
  position: relative;
}

.cm-btn a span::before, .cm-btn button span::before {
  content: '';
  background: transparent;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cm-btn--back {
  margin-top: 0;
  margin-left: 0;
}

.cm-btn--back a span::before {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  right: inherit;
  left: 0%;
  margin-left: -30px;
  -webkit-transform: rotate(-135deg) !important;
      -ms-transform: rotate(-135deg) !important;
          transform: rotate(-135deg) !important;
  margin-right: 0;
}

.cm-btn--next {
  margin-top: 0;
  margin-right: 0;
}

/* -----------------------------------------------
/* TEXT LINK
-------------------------------------------------- */
@media all and (min-width: 961px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.alink {
  position: relative;
}

.alink a {
  position: relative;
}

.alink a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.alink a:after {
  bottom: -1px;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #072250;
  left: 50%;
}

@media all and (min-width: 961px) {
  .alink a:hover {
    opacity: 1;
    color: #072250;
  }
  .alink a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.3, 1);
  animation-timing-function: cubic-bezier(0, 0.5, 0.3, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.beforeload {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.loading {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #072250;
  z-index: 99999;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: table;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9), -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

@media all and (max-width: 960px) {
  .loading {
    max-height: 100svh;
    max-width: 100vw;
  }
}

.loading--inside {
  display: table-cell;
  vertical-align: middle;
}

.loading--inside .logo {
  margin-top: -70px;
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.loading--inside .logo img {
  height: 280px;
}

@media all and (max-width: 960px) {
  .loading--inside .logo img {
    height: 150px;
  }
}

.pageloaded .preload {
  height: 100%;
  background: #072250;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (max-width: 960px) {
  .pageloaded .preload {
    max-height: 100svh;
  }
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  margin: 0 auto;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid #333;
  -webkit-animation: gonoloader 0.8s infinite linear;
  animation: gonoloader 0.8s infinite linear;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

@-webkit-keyframes gonoloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes gonoloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-top: 125px;
}

@media all and (max-width: 960px) {
  .banner {
    margin-top: 85px;
    height: 410px;
  }
}

.banner .text {
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.banner h2 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 10px;
  margin-bottom: 25px;
}

@media all and (max-width: 960px) {
  .banner h2 {
    font-size: 32px;
    letter-spacing: 5px;
  }
}

.banner p {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.4;
}

.banner p::first-letter {
  font-size: 42px;
}

@media all and (max-width: 960px) {
  .banner p {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .banner p::first-letter {
    font-size: 28px;
  }
}

.banner .sliderTop {
  z-index: 1;
}

.banner .sliderTop .slick-slide img {
  width: 100%;
}

@media all and (max-width: 960px) {
  .banner .sliderTop .slick-slide {
    height: 410px;
  }
  .banner .sliderTop .slick-slide .img {
    position: relative;
  }
  .banner .sliderTop .slick-slide span {
    height: 410px;
    display: block;
  }
  .banner .sliderTop .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.banner .slick-dots {
  bottom: 45px;
  text-align: right;
  padding-right: 8%;
}

@media all and (max-width: 1140px) {
  .banner .slick-dots {
    padding-right: 5%;
  }
}

.banner .slick-dots li {
  width: 14px;
  height: 14px;
}

.banner .slick-dots li button {
  border-radius: 100%;
  background: #D9D9D9;
  width: 14px;
  height: 14px;
}

.banner .slick-dots li button::before {
  width: 14px;
  height: 14px;
  content: '';
}

.banner .slick-dots li.slick-active button {
  background: #08ABF6;
}

.sec01 {
  height: 100vh;
  background: #fff;
  position: relative;
  z-index: 2;
  min-height: 900px;
}

@media all and (max-width: 960px) {
  .sec01 {
    min-height: auto;
    height: auto;
    padding: 30px 0;
  }
}

.sec01 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

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

@media all and (max-width: 960px) {
  .sec01 .txt {
    text-align: left;
  }
}

.sec01 h2 {
  font-size: 32px;
  font-weight: bold;
  color: #072250;
  margin-bottom: 60px;
}

@media all and (max-width: 960px) {
  .sec01 h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.sec01 p {
  line-height: 2.8;
  color: #1E1E1E;
}

@media all and (max-width: 960px) {
  .sec01 p {
    line-height: 2.4;
  }
}

.sec02 h3 {
  font-size: 32px;
  margin-bottom: 60px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media all and (max-width: 960px) {
  .sec02 h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.sec02 p {
  line-height: 2;
  letter-spacing: 2px;
}

.topics {
  padding: 150px 0;
}

@media all and (max-width: 960px) {
  .topics {
    padding: 70px 0 0;
  }
}

.topics h3 {
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 30px;
}

@media all and (max-width: 960px) {
  .topics h3 {
    font-size: 20px;
  }
}

.topics p {
  font-size: 20px;
  margin-top: 40px;
}

@media all and (max-width: 960px) {
  .topics p {
    font-size: 14px;
    margin-top: 30px;
  }
}

.topics .iframe {
  overflow: hidden;
}

@media all and (max-width: 960px) {
  .topics .iframe {
    aspect-ratio: 16/9;
  }
  .topics .iframe iframe {
    width: 100%;
    height: 100%;
  }
}

.product {
  padding: 150px 0;
}

@media all and (max-width: 960px) {
  .product {
    padding: 70px 0 0;
  }
}

.sliderProduct .item {
  display: flex !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media all and (max-width: 960px) {
  .sliderProduct .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.sliderProduct .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
  max-width: 620px;
  aspect-ratio: 7/5;
  overflow: hidden;
}

@media all and (max-width: 960px) {
  .sliderProduct .item .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    aspect-ratio: auto;
  }
}

.sliderProduct .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sliderProduct .item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 40px;
}

@media all and (max-width: 1140px) {
  .sliderProduct .item .txt {
    padding-left: 30px;
  }
}

@media all and (max-width: 960px) {
  .sliderProduct .item .txt {
    padding-left: 0;
    margin-top: 30px;
  }
}

.sliderProduct .slick-dots {
  bottom: -45px;
  max-width: 56%;
  text-align: right;
}

@media all and (max-width: 960px) {
  .sliderProduct .slick-dots {
    max-width: 100%;
    text-align: center;
  }
}

.sliderProduct .slick-dots li {
  width: 64px;
  height: 8px;
  border-radius: 0;
  margin: 0 8px;
}

.sliderProduct .slick-dots li:last-child {
  margin-right: 0;
}

.sliderProduct .slick-dots li button {
  background: #D9D9D9;
  width: 64px;
  height: 8px;
  border-radius: 0;
}

.sliderProduct .slick-dots li button::before {
  width: 64px;
  height: 8px;
  content: '';
}

.sliderProduct .slick-dots li.slick-active button {
  background: #08ABF6;
}

.intro {
  padding: 150px 0;
}

@media all and (max-width: 960px) {
  .intro {
    padding: 70px 0 0;
  }
}

.intro .dflex {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (max-width: 960px) {
  .intro .dflex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.intro .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 520px;
}

.intro .img span {
  aspect-ratio: 23/16;
  display: block;
  overflow: hidden;
  max-width: 460px;
}

@media all and (max-width: 960px) {
  .intro .img span {
    max-width: 100%;
  }
}

.intro .img span:nth-child(2) {
  margin-top: 35px;
  margin-left: auto;
  margin-right: 0;
}

@media all and (max-width: 960px) {
  .intro .img span:nth-child(2) {
    display: none;
  }
}

.intro .img span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width: 960px) {
  .intro .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.intro .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media all and (max-width: 1140px) {
  .intro .txt {
    padding-left: 30px;
  }
}

.intro .txt p {
  line-height: 2.4;
}

@media all and (max-width: 960px) {
  .intro .txt {
    padding-left: 0;
  }
}

.intro ul {
  margin: 45px 0;
  padding-left: 80px;
}

@media all and (max-width: 1140px) {
  .intro ul {
    padding-left: 30px;
  }
}

@media all and (max-width: 960px) {
  .intro ul {
    padding-left: 0;
    margin: 25px 0;
  }
}

.intro ul li {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  padding-left: 50px;
}

.intro ul li:last-child {
  border-bottom: 0;
}

.intro ul li::before {
  position: absolute;
  content: '';
  background: #08ABF6;
  width: 12px;
  height: 12px;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  border-radius: 100%;
}

@media all and (max-width: 960px) {
  .intro ul li {
    font-size: 20px;
    padding: 25px 0;
    padding-left: 50px;
  }
}

.intro .arrlink {
  text-align: right;
  margin-top: 45px;
}

@media all and (max-width: 960px) {
  .intro .arrlink {
    margin-top: 30px;
    text-align: left;
  }
}

.intro .arrlink a {
  font-size: 14px;
  background: url(../images/ico-arr.svg) no-repeat left center;
  background-size: 70px;
  color: #fff;
  display: inline-block;
  padding: 25px 0;
  padding-left: 100px;
}

@media all and (min-width: 961px) {
  .intro .arrlink a:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 960px) {
  .intro .arrlink a {
    padding: 16px 0;
    background-size: 48px;
    padding-left: 70px;
  }
}

.btn {
  text-align: center;
}

.btn a {
  font-size: 20px;
  color: #072250;
  background: #D9D9D9;
  border-radius: 30px;
  font-weight: bold;
  display: block;
  padding: 12px 20px;
  max-width: 500px;
  margin: 0 auto;
}

@media all and (min-width: 961px) {
  .btn a:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 960px) {
  .btn a {
    font-size: 14px;
    border-radius: 15px;
    max-width: 360px;
  }
}

.sales {
  padding: 20px 0;
  max-width: 950px;
  margin: 0 auto;
}

@media all and (max-width: 960px) {
  .sales {
    padding: 70px 0 0;
  }
}

.sales .txt {
  max-width: 720px;
  margin: 0 auto;
  margin-top: 70px;
}

@media all and (max-width: 960px) {
  .sales .txt {
    margin-top: 30px;
    max-width: 100%;
  }
}

.sales p {
  line-height: 2.4;
}

.sales .arrlink {
  text-align: center;
  margin-top: 50px;
}

@media all and (max-width: 960px) {
  .sales .arrlink {
    text-align: left;
    margin-top: 30px;
  }
}

.sales .arrlink a {
  font-size: 24px;
  font-weight: bold;
  background: url(../images/ico-arr.svg) no-repeat right center;
  background-size: 70px;
  color: #fff;
  display: inline-block;
  padding: 25px 0;
  padding-right: 100px;
}

@media all and (min-width: 961px) {
  .sales .arrlink a:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 960px) {
  .sales .arrlink a {
    padding: 16px 0;
    background-size: 48px;
    padding-right: 0;
    background-position: left center;
    padding-left: 70px;
    font-size: 14px;
  }
}

.storelist {
  padding-top: 200px;
}

@media all and (max-width: 960px) {
  .storelist {
    padding-top: 30px;
  }
}

.storelist h2 {
  margin-bottom: 100px;
}

@media all and (max-width: 960px) {
  .storelist h2 {
    margin-bottom: 35px;
  }
}

.storelist .sl {
  font-size: 24px;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}

.storelist .sl::before {
  position: relative;
  content: '|';
  top: -1px;
  margin-right: 40px;
}

@media all and (max-width: 960px) {
  .storelist .sl {
    font-size: 16px;
  }
  .storelist .sl::before {
    margin-right: 15px;
  }
}

.storelist .img {
  aspect-ratio: 3/2;
  overflow: hidden;
  max-width: 480px;
}

@media all and (max-width: 960px) {
  .storelist .img {
    max-width: inherit;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.storelist .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storelist .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 70px;
}

@media all and (max-width: 1140px) {
  .storelist .txt {
    padding-left: 30px;
  }
}

@media all and (max-width: 960px) {
  .storelist .txt {
    padding-left: 0;
    margin-top: 30px;
  }
}

.storelist .txt .name {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.storelist .txt .name small {
  font-size: 20px;
  display: block;
  font-weight: normal;
  margin-top: 15px;
}

@media all and (max-width: 960px) {
  .storelist .txt .name {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .storelist .txt .name small {
    font-size: 16px;
    margin-top: 0;
    margin-left: 15px;
  }
}

@media all and (max-width: 960px) {
  .storelist .txt .tel-link a {
    color: #fff;
    text-decoration: underline;
  }
}

.storelist .slider-nav {
  margin-bottom: 90px;
}

@media all and (max-width: 960px) {
  .storelist .slider-nav {
    margin-bottom: 35px;
  }
}

.storelist .slider-nav .slick-list {
  padding: 0 !important;
}

.storelist .slider-nav .slick-slide {
  margin-left: 50px;
}

@media all and (max-width: 960px) {
  .storelist .slider-nav .slick-slide {
    margin-left: 15px;
  }
}

.storelist .slider-nav .slick-slide:first-child {
  margin-left: 0;
}

.storelist .slider-nav .slick-slide:first-child .sl::before {
  content: '';
  margin-right: 0;
}

.storelist .slider-nav .slick-slide.slick-current .sl {
  font-weight: bold;
  color: #FFD400;
}

.storelist .slider-nav .slick-slide.slick-current .sl::before {
  font-weight: normal;
  color: #fff;
}

.storelist .slider-for .slick-list {
  overflow: inherit;
  position: relative;
  z-index: 9;
}

@media all and (max-width: 960px) {
  .storelist .slider-for .slick-list {
    max-width: 100vw;
  }
}

.storelist .slider-for .slick-dots {
  bottom: -45px;
  text-align: left;
  margin-left: 480px;
  padding-left: 70px;
  z-index: 8;
}

@media all and (max-width: 1140px) {
  .storelist .slider-for .slick-dots {
    padding-left: 30px;
  }
}

@media all and (max-width: 960px) {
  .storelist .slider-for .slick-dots {
    padding-left: 0;
    margin-left: 0;
  }
}

.storelist .slider-for .slick-dots li {
  width: 64px;
  height: 8px;
  border-radius: 0;
  margin: 0 8px;
}

.storelist .slider-for .slick-dots li:first-child {
  margin-left: 0;
}

.storelist .slider-for .slick-dots li button {
  background: #D9D9D9;
  width: 64px;
  height: 8px;
  border-radius: 0;
}

.storelist .slider-for .slick-dots li button::before {
  width: 64px;
  height: 8px;
  content: '';
}

.storelist .slider-for .slick-dots li.slick-active button {
  background: #08ABF6;
}

.storelist .arrlink {
  position: absolute;
  right: 0;
  bottom: -74px;
  z-index: 9;
}

@media all and (max-width: 1024px) {
  .storelist .arrlink {
    bottom: -130px;
  }
}

@media all and (max-width: 960px) {
  .storelist .arrlink {
    bottom: 0;
    position: relative;
    margin-top: 30px;
  }
}

.storelist .arrlink a {
  font-size: 14px;
  background: url(../images/ico-arr.svg) no-repeat left center;
  background-size: 70px;
  color: #fff;
  display: inline-block;
  padding: 25px 0;
  padding-left: 85px;
}

@media all and (min-width: 961px) {
  .storelist .arrlink a:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 960px) {
  .storelist .arrlink a {
    padding: 16px 0;
    background-size: 48px;
    padding-left: 60px;
  }
}

.head {
  margin-top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 960px) {
  .head {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 150px;
  }
}

.head h1 {
  font-size: 128px;
}

@media all and (max-width: 960px) {
  .head h1 {
    font-size: 32px;
  }
}

.head p {
  font-size: 24px;
  margin-left: 70px;
  font-weight: bold;
  margin-top: 20px;
}

@media all and (max-width: 960px) {
  .head p {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 15px;
  }
}

.listlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  margin-bottom: 180px;
}

@media all and (max-width: 960px) {
  .listlink {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 35px 0;
  }
}

.listlink li {
  position: relative;
}

.listlink li::after {
  content: '|';
  margin: 0 50px;
  font-size: 32px;
}

@media all and (max-width: 960px) {
  .listlink li::after {
    margin: 0 10px;
    font-size: 16px;
  }
}

.listlink li:last-child::after {
  content: '';
  margin: 0;
}

.listlink li a {
  font-size: 32px;
  color: #fff;
}

@media all and (max-width: 960px) {
  .listlink li a {
    font-size: 16px;
  }
}

.listlink li.active a, .listlink li:hover a {
  font-weight: bold;
  color: #FFD400;
}

.store {
  margin-bottom: 180px;
}

@media all and (max-width: 960px) {
  .store {
    margin-bottom: 60px;
  }
}

.store .dflex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.store .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44%;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
}

@media all and (max-width: 960px) {
  .store .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    aspect-ratio: 24/17;
    overflow: hidden;
  }
  .store .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.store .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
  position: relative;
}

@media all and (max-width: 960px) {
  .store .txt {
    padding-left: 0;
    margin-top: 35px;
  }
  .store .txt .tel-link a {
    color: #fff;
    text-decoration: underline;
  }
}

.store .name {
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.store .name small {
  font-size: 20px;
  font-weight: normal;
  font-family: "Bona Nova", serif;
  margin-left: 40px;
  margin-top: 5px;
}

@media all and (max-width: 960px) {
  .store .name {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .store .name small {
    font-size: 14px;
    margin-left: 20px;
  }
}

.store .ico-tel {
  display: block;
  position: absolute;
  right: 18%;
  bottom: 0;
}

@media all and (max-width: 960px) {
  .store .ico-tel {
    position: relative;
    text-align: center;
    right: inherit;
    margin: 30px 0 0;
  }
  .store .ico-tel img {
    width: 55px;
  }
}

.store .map {
  margin: 65px 0;
}

@media all and (max-width: 960px) {
  .store .map {
    margin: 30px 0;
    aspect-ratio: 2/1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.store .ins {
  margin: 65px 0;
}

@media all and (max-width: 960px) {
  .store .ins {
    margin: 30px 0;
  }
  .store .ins img {
    width: 25px;
  }
}

@media all and (max-width: 960px) {
  .store .insPC {
    display: none;
  }
}

@media all and (min-width: 961px) {
  .store .insSP {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .store .insSP .snapwidget-widget {
    max-height: 280px;
    overflow: hidden;
  }
}

.boxwhite {
  background: #fff;
  margin-top: 45px;
}

@media all and (max-width: 960px) {
  .boxwhite {
    margin-top: 35px;
  }
}

.payment {
  margin-top: 145px;
}

@media all and (max-width: 960px) {
  .payment {
    margin-top: 35px;
  }
}

.payment h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media all and (max-width: 960px) {
  .payment h2 {
    font-size: 16px;
  }
}

.payment p {
  color: #000;
  text-align: center;
}

@media all and (max-width: 960px) {
  .payment p {
    font-size: 12px;
  }
}

.payment .boxwhite {
  padding: 7%;
  padding-top: 40px;
}

@media all and (max-width: 960px) {
  .payment .boxwhite {
    padding: 5%;
  }
}

.payment .dflex {
  margin-top: 30px;
}

@media all and (max-width: 960px) {
  .payment .dflex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 960px) {
  .payment .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    margin: 15px 0;
  }
}

.payment .item .ico {
  height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media all and (max-width: 960px) {
  .payment .item .ico {
    height: 40px;
  }
  .payment .item .ico img {
    height: 40px;
  }
}

.payment .item span {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #000;
  display: block;
}

@media all and (max-width: 960px) {
  .payment .item span {
    font-size: 12px;
  }
}

.point {
  margin-top: 145px;
}

@media all and (max-width: 960px) {
  .point {
    margin-top: 60px;
  }
}

.point h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media all and (max-width: 960px) {
  .point h2 {
    font-size: 16px;
  }
}

.point .boxwhite {
  padding: 40px 60px 70px 60px;
}

@media all and (max-width: 960px) {
  .point .boxwhite {
    padding: 5%;
  }
}

.point .boxwhite p {
  font-size: 20px;
  text-align: center;
  color: #000;
}

@media all and (max-width: 960px) {
  .point .boxwhite p {
    font-size: 12px;
  }
}

.point .dflex {
  margin-top: 40px;
}

@media all and (max-width: 960px) {
  .point .dflex {
    margin-top: 30px;
  }
}

.point .dflex .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media all and (max-width: 960px) {
  .point .dflex .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.point .dflex .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.point .dflex p {
  font-size: 32px;
  font-weight: bold;
}

.point .dflex p small {
  font-size: 20px;
}

@media all and (max-width: 960px) {
  .point .dflex p {
    font-size: 14px;
  }
  .point .dflex p small {
    font-size: 10px;
  }
}

.point .dflex p.text_bold {
  font-size: 36px;
}

@media all and (max-width: 960px) {
  .point .dflex p.text_bold {
    font-size: 14px;
  }
}

.information {
  margin-top: 140px;
}

@media all and (max-width: 960px) {
  .information {
    margin-top: 60px;
  }
}

.information h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

@media all and (max-width: 960px) {
  .information h2 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.blocktext{
  margin-top: 100px;
}

.information p {
  line-height: 2.8;
}

@media all and (max-width: 960px) {
  .information p {
    text-align: left !important;
    line-height: 2.4;
  }
}

.information .grid {
  margin: 0 auto;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

@media all and (max-width: 960px) {
  .blocktext{
    margin-top: 50px;
  }
  .information .grid {
    margin-top: 20px;
    grid-gap: 18px;
  }
}

/* .information .grid .item {
  margin-bottom: 100px;
} */

.information .grid .item:last-child, .information .grid .item:nth-child(7) {
  margin-bottom: 0;
}

/* @media all and (max-width: 960px) {
  .information .grid .item {
    margin-bottom: 20px;
  }
} */

.information .grid img {
  width: 100%;
}

.information .grid span {
  font-weight: bold;
  font-size: 20px;
  margin-top: 25px;
  display: block;
  text-align: center;
}

@media all and (max-width: 960px) {
  .information .grid span {
    font-size: 14px;
    margin-top: 15px;
  }
}
