@charset "UTF-8";
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
/* RESET CSS*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1.5;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.bg-set {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* OPACITY & HOVER UNDERLINE */
.hvO {
  -webkit-transition: 0.15s ease opacity;
  -moz-transition: 0.15s ease opacity;
  -ms-transition: 0.15s ease opacity;
  -o-transition: 0.15s ease opacity;
  transition: 0.15s ease opacity;
}

.hvO:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.hvU:hover {
  text-decoration: underline;
}

/* CONTAINER */
.bigCont {
  max-width: 1254px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1300px) {
  .bigCont {
    padding: 0 5%;
  }
}

.cont {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1025px) {
  .cont {
    padding: 0 5%;
  }
}

/* SECTION */
.sectionPage {
  padding: 60px 0;
}

@media screen and (max-width: 480px) {
  .sectionPage {
    padding: 40px 0;
  }
}

/* CUSTOM VARIABLE */
/* BASE VARIABLE */
body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 16px;
  position: relative;
}

#AllBox {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* HEADER */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
.fixedBtn {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 99;
}

@media screen and (max-width: 480px) {
  .fixedBtn {
    top: 30%;
  }
}

.fixedBtn a {
  width: 70px;
  height: 79px;
  background-color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid #d22025;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .fixedBtn a {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
  }
}

.fixedBtn a img {
  height: 36px;
}

@media screen and (max-width: 480px) {
  .fixedBtn a img {
    height: 30px;
  }
}

.fixedBtn a p {
  line-height: 1;
  font-size: 11px;
  font-weight: bold;
  margin-top: 7px;
}

@media screen and (max-width: 480px) {
  .fixedBtn a p {
    display: none;
  }
}

.fixedBtn a:hover {
  background-color: #d22025;
  color: #FFF;
}

/* SASS UNTUK HEADER */
#header {
  width: 100%;
  height: 115px;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #FFF;
  border-bottom: 1px solid #EEE;
}

@media screen and (max-width: 1250px) {
  #header {
    height: 100px;
  }
}

@media screen and (max-width: 1150px) {
  #header {
    height: 80px;
  }
}

@media screen and (max-width: 480px) {
  #header {
    height: 70px;
  }
}

#header.fixed {
  position: fixed;
}

#header .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

@media screen and (max-width: 1250px) {
  #header .inner {
    padding: 15px;
  }
}

@media screen and (max-width: 1150px) {
  #header .inner {
    padding: 0;
    padding-left: 15px;
  }
}

#header .inner .leftSide {
  width: 420px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 1250px) {
  #header .inner .leftSide {
    width: 370px;
  }
}

@media screen and (max-width: 1150px) {
  #header .inner .leftSide {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

#header .inner .leftSide .qfood {
  width: 115px;
  margin-right: 14px;
}

@media screen and (max-width: 1250px) {
  #header .inner .leftSide .qfood {
    width: 95px;
  }
}

@media screen and (max-width: 1150px) {
  #header .inner .leftSide .qfood {
    width: auto;
  }
  #header .inner .leftSide .qfood img {
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
  #header .inner .leftSide .qfood {
    display: none;
  }
}

#header .inner .leftSide .logo {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#header .inner .leftSide .logo a {
  display: block;
}

#header .inner .leftSide .logo a p {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 78.125%;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 5px;
}

@media screen and (max-width: 1250px) {
  #header .inner .leftSide .logo a p {
    font-size: 68.75%;
  }
}

@media screen and (max-width: 480px) {
  #header .inner .leftSide .logo a p {
    font-size: 62.5%;
  }
}

#header .inner .leftSide .logo a img {
  height: 48px;
}

@media screen and (max-width: 1250px) {
  #header .inner .leftSide .logo a img {
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  #header .inner .leftSide .logo a img {
    height: 35px;
  }
}

#header .inner .rightSide {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 1150px) {
  #header .inner .rightSide {
    display: none;
  }
}

#header .inner .rightSide .leftSection {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 30px;
  padding-top: 10px;
}

@media screen and (max-width: 1250px) {
  #header .inner .rightSide .leftSection {
    padding: 10px 15px 0;
  }
}

#header .inner .rightSide .leftSection .fontSize {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1250px) {
  #header .inner .rightSide .leftSection .fontSize {
    margin-bottom: 15px;
  }
}

#header .inner .rightSide .leftSection .fontSize p {
  font-size: 93.75%;
  margin-right: 10px;
  font-weight: bold;
}

#header .inner .rightSide .leftSection .fontSize .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#header .inner .rightSide .leftSection .fontSize .btnBox a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: transparent;
  margin-right: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-weight: bold;
  background-color: #f6f4f2;
}

#header .inner .rightSide .leftSection .fontSize .btnBox a.small {
  font-size: 16px;
}

#header .inner .rightSide .leftSection .fontSize .btnBox a.middle {
  font-size: 16px;
}

#header .inner .rightSide .leftSection .fontSize .btnBox a.large {
  font-size: 16px;
}

#header .inner .rightSide .leftSection .fontSize .btnBox a:hover {
  background-color: #d22025;
  color: #FFF;
}

#header .inner .rightSide .leftSection .fontSize .btnBox a:last-child {
  margin-right: 0;
}

#header .inner .rightSide .leftSection ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-feature-settings: "palt";
}

#header .inner .rightSide .leftSection ul li {
  margin-left: 40px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 1366px) {
  #header .inner .rightSide .leftSection ul li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1300px) {
  #header .inner .rightSide .leftSection ul li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1275px) {
  #header .inner .rightSide .leftSection ul li {
    font-size: 87.5%;
  }
}

#header .inner .rightSide .leftSection ul li:first-child {
  margin-left: 0;
}

#header .inner .rightSide .leftSection ul li:before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 5;
  transition: width 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

#header .inner .rightSide .leftSection ul li:hover:before {
  width: 100%;
}

#header .inner .rightSide .leftSection ul li .childMenu {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0s;
  background: rgba(255, 255, 255, 0.7);
  width: 230px;
  padding: 0;
  padding-top: 15px;
  box-sizing: border-box;
  position: absolute;
  display: block;
}

@media screen and (max-width: 1250px) {
  #header .inner .rightSide .leftSection ul li .childMenu {
    padding-top: 10px;
  }
}

#header .inner .rightSide .leftSection ul li .childMenu li {
  margin-left: 0;
  border-bottom: 1px solid #000;
}

#header .inner .rightSide .leftSection ul li .childMenu li:first-child {
  border-top: 1px solid #000;
}

#header .inner .rightSide .leftSection ul li .childMenu li:before {
  display: none;
}

#header .inner .rightSide .leftSection ul li .childMenu li a {
  width: 100%;
  padding: 10px 15px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .inner .rightSide .leftSection ul li .childMenu li a:hover {
  background-color: #d22025;
  color: #FFF;
}

#header .inner .rightSide .leftSection ul li .childMenu li.child3 a {
  padding-left: 30px;
}

#header .inner .rightSide .leftSection ul li.hasChild:before {
  display: none;
}

#header .inner .rightSide .leftSection ul li.hasChild a .up {
  display: none;
}

#header .inner .rightSide .leftSection ul li.hasChild a .down {
  display: inline;
}

#header .inner .rightSide .leftSection ul li.hasChild .childMenu a {
  cursor: pointer;
}

#header .inner .rightSide .leftSection ul li.hasChild:hover a .up {
  display: inline;
}

#header .inner .rightSide .leftSection ul li.hasChild:hover a .down {
  display: none;
}

#header .inner .rightSide .leftSection ul li.hasChild:hover .childMenu {
  visibility: visible;
  opacity: 1;
  transition: .5s;
  background: white;
}

#header .inner .rightSide .rightSection {
  width: 193px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

#header .inner .rightSide .rightSection p {
  font-size: 87.5%;
  line-height: 1;
}

#header .inner .rightSide .rightSection .telp {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  background-color: #d22025;
  font-size: 112.5%;
  font-weight: bold;
  border: 3px solid #d22025;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-bottom: 9px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .inner .rightSide .rightSection .telp:hover {
  color: #d22025;
  background-color: #FFF;
}

#header .inner .iconNav {
  display: none;
}

@media screen and (max-width: 1150px) {
  #header .inner .iconNav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 79px;
    width: 79px;
    background-color: #d22025;
  }
}

@media screen and (max-width: 480px) {
  #header .inner .iconNav {
    height: 69px;
    width: 69px;
  }
}

#header .inner .iconNav .hamburger {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 79px;
  height: 79px;
}

@media screen and (max-width: 480px) {
  #header .inner .iconNav .hamburger {
    height: 69px;
    width: 69px;
  }
}

#header .inner .iconNav .hamburger:focus {
  outline: none;
}

#header .inner .iconNav .hamburger:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#header .inner .iconNav .hamburger .hamburger-box {
  width: 35px;
  height: 28px;
}

#header .inner .iconNav .hamburger .hamburger-box .hamburger-inner {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 35px;
  height: 3px;
  background-color: #FFF;
}

#header .inner .iconNav .hamburger .hamburger-box .hamburger-inner:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 35px;
  top: -12px;
  height: 3px;
  background-color: #FFF;
}

#header .inner .iconNav .hamburger .hamburger-box .hamburger-inner:after {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 35px;
  height: 3px;
  background-color: #FFF;
}

#header .inner .iconNav .hamburger.hamburger--collapse .hamburger-inner:after {
  top: -24px;
}

#header .inner .iconNav .hamburger.is-active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#header .inner .iconNav .hamburger.is-active .hamburger-inner:before {
  top: 0;
}

#header .inner .iconNav .hamburger.is-active .hamburger-inner:after {
  top: 0;
}

#header .inner .iconNav .hamburger.is-active .textMenu {
  display: none;
}

#header .inner .iconNav .hamburger.is-active .textClose {
  display: block;
}

/* NAV SP */
.navSp {
  display: none;
}

@media screen and (max-width: 1150px) {
  .navSp {
    position: fixed;
    top: 79px;
    background-color: #d22025;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 0 0 120px;
    overflow-y: auto;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 480px) {
  .navSp {
    top: 69px;
  }
}

.navSp .inner {
  width: 100%;
}

.navSp .top ul.firstRow {
  width: 100%;
  margin-bottom: 0;
}

.navSp .top ul.firstRow li {
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
}

.navSp .top ul.firstRow li .linkSp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  padding: 0 15px;
  letter-spacing: 1px;
  font-weight: bold;
}

.navSp .top ul.firstRow li .linkSp i {
  font-size: 13px;
}

.navSp .top ul.firstRow li .linkSp i.up {
  display: none;
}

.navSp .top ul.firstRow li .linkSp.hasChild {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
}

.navSp .top ul.firstRow li .linkSp.hasChild .link {
  width: 100px;
  height: 100%;
}

.navSp .top ul.firstRow li .linkSp.hasChild .link a {
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 15px;
}

.navSp .top ul.firstRow li .linkSp.hasChild .click {
  height: 50px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.navSp .top ul.firstRow li .subMenu {
  display: none;
  width: 100%;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  background-color: #FFF;
  color: #000;
}

.navSp .top ul.firstRow li .subMenu.active {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.navSp .top ul.firstRow li .subMenu li {
  line-height: 1;
  border-bottom: 1px solid #666;
}

.navSp .top ul.firstRow li .subMenu li:last-child {
  border-bottom: 0;
}

.navSp .top ul.firstRow li .subMenu li a {
  padding: 15px;
  padding-left: 30px;
  width: 100%;
  display: block;
  position: relative;
}

.navSp .top ul.firstRow li .nav-change {
  border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
}

.navSp .top ul.firstRow li .nav-change i.down {
  display: none;
}

.navSp .top ul.firstRow li .nav-change i.up {
  display: block;
}

.navSp .centre {
  padding: 30px 5% 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin: auto;
}

.navSp .centre .fontSize {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1250px) {
  .navSp .centre .fontSize {
    margin-bottom: 15px;
  }
}

.navSp .centre .fontSize p {
  font-size: 93.75%;
  margin-right: 10px;
  font-weight: bold;
}

.navSp .centre .fontSize .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.navSp .centre .fontSize .btnBox a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: transparent;
  margin-right: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-weight: bold;
  background-color: #FFF;
  color: #000000;
}

.navSp .centre .fontSize .btnBox a.small {
  font-size: 16px;
}

.navSp .centre .fontSize .btnBox a.middle {
  font-size: 16px;
}

.navSp .centre .fontSize .btnBox a.large {
  font-size: 16px;
}

.navSp .centre .fontSize .btnBox a:last-child {
  margin-right: 0;
}

.navSp .below {
  margin: auto;
  width: 193px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.navSp .below p {
  font-size: 87.5%;
  line-height: 1;
}

.navSp .below .telp {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  background-color: #d22025;
  font-size: 112.5%;
  font-weight: bold;
  border: 3px solid #FFFFFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .navSp .below .telp {
    height: 45px;
    font-size: 100%;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
  }
}

/* FOOTER */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
/* SASS UNTUK FOOTER */
#footer {
  padding: 75px 0 50px;
}

@media screen and (max-width: 850px) {
  #footer {
    padding: 40px 0;
  }
}

#footer .inner {
  max-width: 1058px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media screen and (max-width: 1100px) {
  #footer .inner {
    padding: 0 5%;
  }
}

@media screen and (max-width: 850px) {
  #footer .inner {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

#footer .inner .leftSide {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 850px) {
  #footer .inner .leftSide {
    display: none;
  }
}

#footer .inner .leftSide .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: 15px;
}

#footer .inner .leftSide .top ul {
  margin-right: 85px;
}

@media screen and (max-width: 1100px) {
  #footer .inner .leftSide .top ul {
    margin-right: 50px;
  }
}

#footer .inner .leftSide .top ul:last-child {
  margin-right: 0;
}

#footer .inner .leftSide .top ul li {
  margin-bottom: 20px;
  font-weight: bold;
}

#footer .inner .leftSide .top ul li a {
  position: relative;
}

#footer .inner .leftSide .top ul li a:before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 2;
  transition: width 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

#footer .inner .leftSide .top ul li a:hover:before {
  width: 100%;
}

#footer .inner .leftSide .top ul li.hasChild {
  margin-bottom: 7px;
}

#footer .inner .leftSide .top ul li.child {
  font-weight: normal;
  margin-bottom: 7px;
  font-size: 87.5%;
  padding-left: 17px;
  color: #666666;
}

#footer .inner .leftSide .top ul li.child a:before {
  background-color: #CCC;
}

#footer .inner .leftSide .top ul li.mb20 {
  margin-bottom: 20px;
}

#footer .inner .leftSide .top ul li.child1 {
  font-weight: normal;
  margin-bottom: 7px;
  font-size: 87.5%;
  padding-left: 32px;
  color: #666666;
}

#footer .inner .leftSide .top ul li.child1 a:before {
  background-color: #CCCCCC;
}

#footer .inner .leftSide .top ul li.noLink a {
  cursor: default;
}

#footer .inner .leftSide .top ul li.noLink a:before {
  display: none;
}

#footer .inner .leftSide .top ul li:last-child {
  margin-bottom: 0;
}

#footer .inner .leftSide .top ul li.medsos {
  margin-bottom: 10px;
}

#footer .inner .leftSide .top ul li.medsos a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#footer .inner .leftSide .top ul li.medsos a:before {
  display: none;
}

#footer .inner .leftSide .top ul li.medsos a img {
  width: 20px;
  margin-right: 6px;
}

#footer .inner .leftSide .top ul li.medsos a span {
  font-size: 93.75%;
  position: relative;
}

#footer .inner .leftSide .top ul li.medsos a span:before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 2;
  transition: width 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

#footer .inner .leftSide .top ul li.medsos a:hover span:before {
  width: 100%;
}

#footer .inner .leftSide .bottom ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#footer .inner .leftSide .bottom ul li {
  margin-right: 30px;
}

#footer .inner .leftSide .bottom ul li:last-child {
  margin-right: 0;
}

#footer .inner .leftSide .bottom ul li a {
  font-size: 87.5%;
  position: relative;
}

#footer .inner .leftSide .bottom ul li a:before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #555555;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 2;
  transition: width 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

#footer .inner .leftSide .bottom ul li a:hover:before {
  width: 100%;
}

#footer .inner .leftSide .bottom ul li a i {
  margin-right: 5px;
}

#footer .inner .rightSide {
  width: 267px;
}

#footer .inner .rightSide .logo a img {
  width: 100%;
}

#footer .inner .rightSide address {
  font-size: 87.5%;
  margin: 15px 0;
}

#footer .inner .rightSide .contact {
  width: 246px;
  height: 49px;
  background-color: #d22025;
  border: 3px solid #d22025;
  color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 850px) {
  #footer .inner .rightSide .contact {
    margin: auto;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  #footer .inner .rightSide .contact {
    height: 45px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
  }
}

#footer .inner .rightSide .contact i {
  margin-right: 10px;
}

#footer .inner .rightSide .contact:hover {
  color: #d22025;
  background-color: #FFF;
}

#footer .inner .rightSide .info {
  width: 246px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 850px) {
  #footer .inner .rightSide .info {
    margin: auto;
  }
}

#footer .inner .rightSide .info .f14 {
  font-size: 87.5%;
}

#footer .inner .rightSide .info .telp {
  width: 216px;
  margin: 5px auto 8px;
  display: block;
}

.copyright {
  text-align: center;
  font-size: 81.25%;
  color: #9f9b9b;
  padding: 25px 10px;
  border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 850px) {
  .copyright {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 480px) {
  .copyright {
    font-size: 62.5%;
  }
}

.fixedTop {
  position: fixed;
  right: 20px;
  cursor: pointer;
  bottom: 15px;
  width: 70px;
  height: 70px;
  z-index: 50;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #e95a1b;
  background-color: #e95a1b;
  color: #FFFFFF;
  font-weight: bold;
}

@media screen and (max-width: 1025px) {
  .fixedTop {
    width: 50px;
    height: 50px;
    right: 15px;
  }
}

.fixedTop i {
  font-size: 24px;
  margin-bottom: 3px;
}

@media screen and (max-width: 1025px) {
  .fixedTop i {
    margin-bottom: 0;
  }
}

.fixedTop p {
  font-size: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1025px) {
  .fixedTop p {
    display: none;
  }
}

.fixedTop:hover {
  background-color: #e95a1b;
  color: #FFF;
}

/* MAINVISUAL */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
/* SASS UNTUK MAINVISUAL */
#mainvisual {
  position: relative;
  margin-top: 115px;
}

@media screen and (max-width: 1250px) {
  #mainvisual {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1150px) {
  #mainvisual {
    margin-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  #mainvisual {
    margin-top: 70px;
  }
}

#mainvisual.topPage .inner .swiper-container {
  width: 100%;
  position: relative;
}

#mainvisual.topPage .inner .swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#mainvisual.topPage .inner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}

#mainvisual.subPage .inner {
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 1600px) {
  #mainvisual.subPage .inner {
    height: 400px;
  }
}

@media screen and (max-width: 850px) {
  #mainvisual.subPage .inner {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual.subPage .inner {
    height: 230px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  #mainvisual.subPage .inner {
    height: 200px;
  }
}

#mainvisual.subPage .inner .cont {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #mainvisual.subPage .inner .cont {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

#mainvisual.subPage .inner .cont .headline {
  margin-top: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 3px solid #d22025;
  position: relative;
}

@media screen and (min-width: 1600px) {
  #mainvisual.subPage .inner .cont .headline {
    margin-top: 150px;
  }
}

@media screen and (max-width: 850px) {
  #mainvisual.subPage .inner .cont .headline {
    margin-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual.subPage .inner .cont .headline {
    margin-top: 0;
    top: -10px;
  }
}

#mainvisual.subPage .inner .cont .headline h1 {
  font-weight: bold;
  font-size: 187.5%;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 13px 30px;
  text-align: center;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  #mainvisual.subPage .inner .cont .headline h1 {
    font-size: 150%;
  }
}

@media screen and (max-width: 480px) {
  #mainvisual.subPage .inner .cont .headline h1 {
    font-size: 125%;
    padding: 13px 20px;
  }
}

#mainvisual.subPage .inner .cont .headline .triangle {
  position: absolute;
  bottom: -50px;
  right: 100px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 767px) {
  #mainvisual.subPage .inner .cont .headline .triangle {
    right: 50px;
  }
}

@media screen and (max-width: 480px) {
  #mainvisual.subPage .inner .cont .headline .triangle {
    right: 30px;
  }
}

#mainvisual.subPage .inner .cont .headline .triangle:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #FFF;
  transform: rotate(15deg);
  left: 0px;
  top: -28px;
}

#mainvisual.subPage .inner .cont .headline .triangle .one {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 67px solid #d22025;
  position: relative;
}

#mainvisual.subPage .inner .cont .headline .triangle .two {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 51px solid #FFFFFF;
  position: absolute;
  left: 7px;
  top: -60px;
}

/* BREADCRUMB */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
/* SASS UNTUK BREADCRUMB */
/*-----BREADCRUMB-----*/
.breadcrumbPage {
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .breadcrumbPage {
    display: none;
  }
}

.breadcrumbPage ul {
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .breadcrumbPage ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.breadcrumbPage ul li {
  font-size: 87.5%;
  letter-spacing: 1px;
  color: #d22025;
  margin-right: 25px;
  word-break: keep-all;
}

.breadcrumbPage ul li a {
  position: relative;
}

.breadcrumbPage ul li a img {
  height: 18px;
  position: relative;
  top: -2px;
}

.breadcrumbPage ul li a.active {
  text-decoration: underline;
}

.breadcrumbPage ul li a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #d22025;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.breadcrumbPage ul li a:hover:before {
  transform: scale(1, 1);
}

.breadcrumbPage ul li.arrow {
  position: relative;
}

.breadcrumbPage ul li.arrow:before {
  position: absolute;
  top: 10px;
  left: -17px;
  display: block;
  content: '';
  height: 6px;
  width: 6px;
  border: 1px solid #666666;
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.breadcrumbPage ul li.active {
  color: #666666;
}

/* COOKIE */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
.cc-window {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  -ms-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}

.cc-message a {
  color: #334bb3 !important;
  position: relative;
  text-decoration: none !important;
}

.cc-message a:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #334bb3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.cc-message a:hover:before {
  transform: scale(1, 1);
}

.cc-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 318px;
  height: 45px;
  color: #FFF !important;
  background-color: #d22025 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 3px solid #d22025 !important;
  margin: 0 8px;
  position: relative;
  font-size: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

@media screen and (max-width: 480px) {
  .cc-btn {
    width: 100%;
  }
  .cc-btn:last-child {
    margin-top: 15px;
  }
}

.cc-btn:hover {
  background-color: transparent !important;
  color: #d22025 !important;
}




#footer .inner .leftSide .top ul {
  margin-right: 45px;
}

#footer .inner .leftSide .top ul li.child.child2 {
  padding-left: 35px;
  position: relative;
}
#footer .inner .leftSide .top ul li.child.child2:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #444444;
  left: 22px;
}
#footer .inner .leftSide .top ul li.child.child2:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #444444;
  left: 22px;
  top: 10px;
}
#header .inner .rightSide .leftSection ul li .childMenu2 {
  display: block;
}
#header .inner .rightSide .leftSection ul li .childMenu2 li {
  border-top: 0 !important;
}
.border-none{
  border-bottom:0 !important;
}
#header .inner .rightSide .leftSection ul li .childMenu2 li a {
  padding-left: 38px;
  position: relative;
}
#header .inner .rightSide .leftSection ul li .childMenu2 li a:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #444444;
  left: 20px;
  top: 20px;
  transition:all 0.3s;
}
#header .inner .rightSide .leftSection ul li .childMenu2 li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #444444;
  left: 20px;
  top: 6px;
  transition:all 0.3s;
}
#header .inner .rightSide .leftSection ul li .childMenu2 li a:hover:before,#header .inner .rightSide .leftSection ul li .childMenu2 li a:hover:after{
  background:white;
}
.navSp .top ul.firstRow li .subMenu li.border_none {
  border-bottom: 0;
}
.navSp .top ul.firstRow li .subMenu li.child2:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #444444;
  left: 42px;
  top: 11px;
}
.navSp .top ul.firstRow li .subMenu li.child2:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #444444;
  left: 42px;
  top: -3px;
}
.navSp .top ul.firstRow li .subMenu li.child2 {
  padding-left: 30px;
  position: relative;
}
.navSp .top ul.firstRow li .subMenu li.child2 a {
  padding-top: 5px;
}
/*# sourceMappingURL=style.css.map */