/* -------------------------------------------------------------------
custom navbar
------------------------------------------------------------------- */

/* navbar */
.navbar {
  height: 70px;
  padding: 0;
  z-index: 1000;
}

.navbar a {
  outline: 0;
}

.navbar .navbar-nav .nav-link {
  position: relative;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
  .navbar .navbar-nav .nav-link::before {
    position: absolute;
    top: 50px;
    content: "";
    width: 80%;
    height: 4px;
  }

  .navbar .navbar-nav .nav-link:hover::before {
    background-color: #053594;
  }

  .dropdown-item {
    font-size: 0.8rem;
  }
}

.navbar-collapse {
  justify-content: flex-end;
}

button.navbar-toggler:focus,
button.btn-inquiry-header:focus {
  outline: 0px;
}

.navbar-block-menu {
  display: -ms-flexbox;
  display: flex;
}

.navbar-toggler {
  width: 55px;
  background-color: #fff;
  border: none;
  border-radius: 0em !important;
  border: 2px solid #053594;
  border-right: 0;
}

.navbar-light .navbar-toggler {
  border-color: rgba(5,53,148,1);
}

.navbar-light .navbar-toggler[data-globalmenu="close"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(5,53,148,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler[data-globalmenu="open"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(5, 53, 148, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {

  .navbar .collapse {
    overflow: auto;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    padding-top: 20px;
    z-index: 1000;
    background-color: #000;
  }

  .navbar .collapse .nav-item {
    width: 88%;
    margin: 0 auto;
  }

  .navbar .collapsing .nav-item .nav-link,
  .navbar .collapse .nav-item .nav-link {
    color: rgba(194,199,208, 1);
    font-size: 1.2rem;
  }

  .nav-item {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px #393939 solid;
  }

  .dropdown-toggle[aria-expanded="false"]:after {
    position: absolute;
    top: 10px;
    right: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    vertical-align: top;
    border: none;
    background: url("../img/icon_plus.svg");
  }

  .dropdown-toggle[aria-expanded="true"]:after {
    position: absolute;
    top: 18px;
    right: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    vertical-align: top;
    border: none;
    background: url("../img/icon_minus.svg") no-repeat;
  }

  .dropdown-menu {
    color: #fff;
    background-color: #000;
    background-clip: border-box;
    border: none;
    border-radius: 0px;
  }
  .dropdown-menu .dropdown-item {
    position: relative;
    padding: .4rem 1.5rem;
    font-size: 1.2rem;
    color: #fff;
  }

  .dropdown-item:after {
    position: absolute;
    top: 0.6rem;
    right: 0.1rem;
    content: "";
    width: 12px;
    height: 8px;
    background: url("../img/arrow_link.svg");
  }

  .social-item {
    width: 88%;
    margin: 30px auto 50px;
  }
  .social-item ul {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }

  .social-item ul li {
    margin-right: 20px;
  }
}

/* inquiry */

.btn-inquiry-header {
  width: 55px;
  height: 70px;
  padding: 10px 0 0;
  border: none;
  background-color: #fff;
  border: 2px solid #053594;
}

.btn-inquiry-icon {
  display: inline-block;
  margin: 0 auto 7px;
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-light .btn-inquiry-header[data-inquirybtn="close"] .btn-inquiry-icon {
  width: 23px;
  height: 15px;
  background-image: url("../img/icon_inquiry_blue.svg");
}

.navbar-light .btn-inquiry-header[data-inquirybtn="open"] .btn-inquiry-icon {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(5, 53, 148, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

.btn-inquiry-header .button-label {
  -webkit-tet-size-adjust: none;
  display: block;
  width: 100%;
  color: #053594;
  font-size: 60%;
  line-height: 1;
}

@media (min-width: 1200px) {
  .btn-inquiry-header  {
    display: -msflexbox;
    display: flex;
    width: 150px;
    padding: 0px 15px 0 20px;
  }

  .btn-inquiry-icon {
    align-self: center;
    margin: 0 0 3px;
  }

  .navbar-light .btn-inquiry-header[data-inquirybtn="open"] .btn-inquiry-icon {
    margin: 0 auto 3px;
  }

  .btn-inquiry-header .button-label {
    line-height: 1;
    font-size: 1rem;
    align-self: center;
  }
}

.modal-inquriy {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  padding-top: 25px;
  text-align: center;
  color: #fff;
  background-color: #053594;
  z-index: 2000;
}

.modal-inquriy dl,
#inquiry-area dl {
  margin-bottom: 25px;
}

.modal-inquriy dl dt,
#inquiry-area dl dt {
  margin-bottom: 15px;
}

.modal-inquriy .notes,
#inquiry-area .notes {
  width: 300px;
  margin: 15px auto 0;
}

@media (max-width: 991px) {
  .modal-inquriy {
    padding-top: 50px;
    height: calc(100% - 70px)
  }
}

/* -------------------------------------------------------------------
breadcrumb
------------------------------------------------------------------- */

nav.bread-crumb {
  display: -ms-flexbox;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  min-height: 40px;
  margin: 70px 0 25px;
}

nav.bread-crumb ol {
  flex-shrink: 1;
  overflow: scroll;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  list-style-type: none;

  /* IE, Edge 対応 */
  -ms-overflow-style: none;
}

nav.bread-crumb ol li {
  width: auto;
  position: relative;
  display: inline-block;
  padding: 0 19px 0 10px;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.75rem;
}

nav.bread-crumb ol li:first-child {
  padding-left: 19px;
}

nav.bread-crumb ol li:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 11px;
  content: "";
  background-image: url("../img/icon_home.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

nav.bread-crumb ol li::after {
  position: absolute;
  top: 1px;
  right: 0;
  width: 5px;
  height: 10px;
  content: "";
  background-image: url("../img/arrow_breadcrumb.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

nav.bread-crumb ol li:last-child::after {
  background: none;
}


/* -------------------------------------------------------------------
utility
------------------------------------------------------------------- */
body {
  font-family: 'Avenir', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #555;
}

main {
  position: relative;
  width: 100%;
  background-color: #fff;
}

article.main {
  position: relative;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

 * {
   min-height: 0;
   min-width: 0;
 }

/* ------------------------------------------------
headings
 ------------------------------------------------ */
h1.normal,
h2.normal {
   position: relative;
   color: #000;
   font-size: 1.6rem;
   line-height: 1.2;
   margin-bottom: 30px;
   padding-bottom: 20px;
}

h3.normal {
  position: relative;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 30px;
}

h1.normal::after,
h2.normal::after {
 position: absolute;
 bottom: 0;
 left: 0;
 content: "";
 width: 42px;
 border-bottom: 3px #003894 solid;
}

h1 small, h2 small {
   display: block;
   font-size: 50%;
   margin-bottom: 17px;
 }

h1 .text-muted,
h2 .text-muted {
  font-family: "Roboto", "Helvetica Neue";
  color: #003894 !important;
 }

@media (min-width: 768px) {
  h1.normal,
  h2.normal {
    font-size: 1.9rem;
  }
}

h1.text-only,
h2.text-only {
  color: #333;
  font-size: 1.44rem;
}

/* ------------------------------------------------
paragraph
 ------------------------------------------------ */

 p.text {
   margin-bottom: 50px;
   line-height: 1.8;
   font-size: 0.95rem;
 }

 p.right {
   text-align: right;
 }

 figcaption.text {
   margin-bottom: 50px;
   line-height: 1.8;
   font-size: 0.95rem;
 }

 p.notes {
   position: relative;
   padding-left: 20px;
   text-align: left;
   font-size: 0.8rem;
   line-height: 1.6;
 }

 p.notes::before {
   position: absolute;
   top: 0;
   left: 0;
   content: "※"
 }

 p.attention {
   color: #009483;
 }

 p.big {
   font-size: 1.3rem;
 }

 /* ------------------------------------------------
 list
  ------------------------------------------------ */

ul {
  width: 100%;
  list-style: none;
}

ul.normal {
  padding: 0;
  list-style-type: disc;
}

ul.attention {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}

ul.attention li {
  display: -ms-flexbox;
  display: flex;
  color: #999999;
}

ul.attention li span {
  display: block;
  width: 25px;
}

ul.attention li p {
  width: calc(100% - 25px);
}

/* ------------------------------------------------
table
 ------------------------------------------------ */
table.line-table {
  width: 100%;
  margin-bottom: 50px;
}

table.line-table tr {
  border-bottom: 1px solid #C2C7D0;
}

table.line-table th {
  width: 35%;
  padding-left: 20px;
}

table.line-table td {
  width: 65%;
  padding: 30px;
}

@media (max-width: 480px) {
  table.line-table th {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
  }

  table.line-table td {
    display: block;
    width: 100%;
    padding: 15px 0 15px;
  }
}

table.line-table ul {
  margin-left: 20px;
  margin-bottom: 0;
}

table.line-table p.text {
  margin-bottom: 20px;
}


 /* ------------------------------------------------
section article
  ------------------------------------------------ */

section.normal {
  padding-bottom: 50px;
}

/* ------------------------------------------------
btns
 ------------------------------------------------ */

.btn {
  width: 300px;
  height: 60px;
  padding: 0;
  line-height: 60px;
}

.btn-s {
  display: inline-block;
  font-weight: 400;
  width: 200px;
  height: 40px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  line-height: 40px;
}

.btn-ss {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 40px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  line-height: 40px;
}

.btn-arrow::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  margin: auto;
  background-image: url("../img/arrow_link_blk.svg");
  background-size: contain;
  background-position: 50% 50%;
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  opacity: 1;
}

.btn-arrow-white::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  margin: auto;
  background-image: url("../img/arrow_link.svg");
  background-size: contain;
  background-position: 50% 50%;
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  opacity: 1;
}

.btn-arrow-white:hover::after {
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  transform: translateX(0.625vw);
}

.btn-arrow-reverse::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 20px;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  margin: auto;
  background-image: url("../img/arrow_link_reverse_blk.svg");
  background-size: contain;
  background-position: 50% 50%;
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  opacity: 1;
}

.btn-arrow-blue::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  margin: auto;
  background-image: url("../img/arrow_link_blue.svg");
  background-size: contain;
  background-position: 50% 50%;
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  opacity: 1;
}

.btn-arrow-blue:hover::after {
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  transform: translateX(0.625vw);
}

.btn-blue-brd {
  position: relative;
  background: #fff;
  color: #053594;
  border-radius: 30px;
  border: 2px solid #053594;
}

.btn-read-more {
  position: relative;
  display: inline-block;
  font-weight: 400;
  width: 140px;
  height: 38px;
  padding: 0 0 0 20px;
  text-align: left;
  vertical-align: middle;
  user-select: none;
  line-height: 38px;
  color: #053594;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #053594;
}

.btn-read-more:hover {
  opacity: 0.8;
  color: #053594;
}

.btn-read-more::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  margin: auto;
  background-image: url("../img/arrow_link_blue.svg");
  background-size: contain;
  background-position: 50% 50%;
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  opacity: 1;
}

.btn-gallery {
  position: relative;
  display: inline-block;
  font-weight: 400;
  width: 300px;
  height: auto;
  padding: 20px 0 20px 38px;
  text-align: left;
  vertical-align: middle;
  user-select: none;
  color: #fff;
  font-size: 1.16rem;
  line-height: 1.2;
  background-color: #000;
  border-radius: 60px;
}

.btn-brd-blue {
  background: #fff;
  border: 2px solid #053594;
  color: #053594;
}

.btn-gallery small {
  display: block;
  line-height: 1.5;
}

.btn-gallery:hover {
  color: #fff;
  background-color: rgba(0,0,0, 0.8);
}

.btn-brd-blue:hover {
  background: #053594;
  opacity: 0.8;
}

.btn-gallery::after {
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin: auto;
  background-image: url("../../home/img/icon_gallery.svg");
  background-size: contain;
  background-position: 50% 50%;
  /*
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  opacity: 1;*/
}

.btn-brd-blue:after {
  background-image: url("../../home/img/icon_gallery_blue.svg");
  background-size: contain;
  background-position: 50% 50%;
}

.btn-brd-blue:hover:after {
  background-image: url("../../home/img/icon_gallery.svg");
  background-size: contain;
  background-position: 50% 50%;
}

.btn-catalog::after {
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  margin: auto;
  background-image: url("../img/icon_gallery_s.svg");
  background-size: contain;
  background-position: 50% 50%;
  /*
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  opacity: 1;*/
}


.btn-read-more:hover::after {
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  transform: translateX(0.425vw);
}

.btn-square {
  position: relative;
  margin-top: 30px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.1s;
}

.btn-square:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(255,255,255, .3);
}

.btn-circle {
  position: relative;
  background: transparent;
  border: 1px solid rgba(255,255,255, 1);
  color: #fff;
  border-radius: 30px;
}

.btn-white {
  position: relative;
  background: rgba(255, 255, 255, 1);
  color: #333;
  border-radius: 30px;
  border: 1px solid #333;
}

.btn-white:link,
.btn-white:visited,
.btn-white:active {
  color: #333;
}

.btn-white:hover {
  color: #333;
  opacity: 0.8;
}


.btn-black {
  position: relative;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  border-radius: 30px;
}

.btn-black:link,
.btn-black:visited,
.btn-black:active {
  color: #fff;
}

.btn-black:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-blue {
  color: #fff;
  transition: 0.3s;
  background-color: #003894;
}

.btn-blue:link,
.btn-blue:visited,
.btn-blue:active {
  color: #fff;
}

.btn-blue:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-blue::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  margin: auto;
  background-image: url("../img/arrow_link.svg");
  background-size: contain;
  background-position: 50% 50%;
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  opacity: 1;
}

.btn-blue:hover::after {
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  transform: translateX(0.625vw);
}

.btn-border-newwin {
  transition: 0.3s;
}

.btn-border-newwin::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  margin: auto;
  background-image: url("../img/icon_new_window.svg");
  background-size: contain;
  background-position: 50% 50%;
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  opacity: 1;
}

.btn-border-newwin:hover::after {
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  /*transform: translateY(-0.625vw);*/
}

.btn-newwin {
  position: relative;
}

.btn-newwin::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  margin: auto;
  background-image: url("../../common_red/img/icon_new_window_blk.svg");
  background-size: contain;
  background-position: 50% 50%;
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  opacity: 1;
}

.btn-inquiry::before {
  position: absolute;
  top: calc(50% - 7px);
  left: 50px;
  content: "";
  display: block;
  width: 22px;
  height: 15px;
  margin: auto;
  background-image: url("../img/icon_mail_f.svg");
  background-position: 50% 50%;
  opacity: 1;
}

.btn-call::before {
  position: absolute;
  top: calc(50% - 12px);
  left: 55px;
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  margin: auto;
  background-image: url("../img/icon_phone.svg");
  background-position: 50% 50%;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease, z-index 0.2s ease;

}

.is-visible {
  opacity: 1;
}

.btn-pagetop {
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  border: none;
  border-radius: 50px;
  background-color: #000;
  background-image: url("../img/icon_pagetop.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

button.btn-pagetop:focus {
  outline: 0px;
}



.btn-catalog-blue,
.btn-newwin-blue {
  background: #fff;
  border: 2px solid #053594;
  color: #053594 !important;
}

.btn-catalog-blue::after {
  background-image: url(../img/icon_gallery_s_blue.svg);
  background-size: contain;
  background-position: 50% 50%;
}

.btn-catalog-blue:hover,
.btn-newwin-blue:hover {
  background: #053594;
  color: #fff !important;
}

.btn-catalog-blue:hover::after {
  background-image: url(../img/icon_gallery_s.svg);
  background-size: contain;
  background-position: 50% 50%;
}

.btn-newwin-blue:after {
  background-image: url(../../common_red/img/icon_new_window_blue.svg);
    background-size: contain;
    background-position: 50% 50%;
}

.btn-newwin-blue:hover:after {
  background-image: url(../../common_red/img/icon_new_window.svg);
    background-size: contain;
    background-position: 50% 50%;
}
/* -------------------------------------------------------------------
footer inquiry
------------------------------------------------------------------- */

#inquiry-area {
  width: 100%;
  padding: 55px 0;
  text-align: center;
  background-color: #BCCADA;
}

#inquiry-area h2.normal::after {
 position: absolute;
 bottom: 0;
 left: calc(50% - 21px);
 content: "";
 width: 42px;
 border-bottom: 3px #003894 solid;
}

/* -------------------------------------------------------------------
footer
------------------------------------------------------------------- */
#site-footer {
  width: 100%;
  padding: 55px 0;
  color: #C2C7D0;
  background-color: #4B4C53;
}

#site-footer a:link,
#site-footer a:visited,
#site-footer a:hover,
#site-footer a:active {
  color: #C2C7D0;
}


.footer-link ul.footer-link-list {
  margin-top: 50px;
  padding: 0;
}

.footer-link ul.footer-link-list li {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 20px;
  display: inline-block;
  border-bottom: 1px #636974 solid;
}

#site-footer .social-item {
  width: 90%;
  margin-top: 0px;
  margin-left: 0;
  margin-right: 0;
}

.footer-link ul.footer-link-list li::after {
  position: absolute;
  top: calc(50% - 15px);
  right:  0px;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  margin: auto;
  background-image: url("../img/arrow_link_footer.svg");
  background-size: contain;
  background-position: 50% 50%;
}

#site-footer .copyright {
  width: 100%;
  margin-top: 0px;
  text-align: center;
}

@media (min-width: 768px) {

  .footer-link ul.footer-link-list {
    margin-top: 0px;
  }

  .footer-link ul.footer-link-list li {
    width: 40%;
    margin-right: 5%;
  }

  #site-footer .social-item ul {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }

  #site-footer .social-item ul li {
    margin-right: 20px;
  }

  #site-footer .copyright {
    margin-top: 50px;
  }
}


/* -------------------------------------------------------------------
titan settings
------------------------------------------------------------------- */

.box {
  height: 40px;
  border: 1px #ccc solid;
  background-color: #eee;
}

.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.home-section {
  position: relative;
    margin-top: 70px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}

.hero-title-size-1 {
  letter-spacing: 4px;
  font-size: 15px;
}

.hero-title-size-2 {
  line-height: 1.3;
  letter-spacing: 3px;
  font-size: 18px;
  opacity: .8;
}

.hero-title-size-3 {
  letter-spacing: 16px;
  font-size: 46px;
}

.hero-title-size-4 {
  letter-spacing: 24px;
  font-weight: 400;
  font-size: 48px;
}

/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a,
.flex-control-nav > li > a {
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
  cursor: url(../images/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  cursor: url(../images/next-light.png), e-resize;
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-control-nav > li {
  display: inline-block;
  margin: 5px 3px;
}

.flex-control-nav > li > a {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
  background: #fff;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
  margin: 0 !important;
}

.hero-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hero-slider .slides {
  height: 100% !important;
  transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
  width: 15%;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Caption */
.hero-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 70%;
  margin: 0 auto;
}

.hero-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 767px) {
  /* Headers */
  .hero-title-size-1 {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .hero-title-size-2 {
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 16px;
    opacity: .8;
  }
  .hero-title-size-3 {
    letter-spacing: 4px;
    font-size: 26px;
  }
  .hero-title-size-4 {
    letter-spacing: 6px;
    font-size: 28px;
  }
}

/*
Photography Page Slider
*/
.photography-page .image-caption {
  bottom: 20px;
  position: absolute;
  width: 35%;
}

.photography-page .image-caption .caption-text {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.photography-page .flex-control-nav {
  left: 80%;
  bottom: 20px;
  z-index: 11;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
  background: #111;
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* -------------------------------------------------------------------
HOME - NEWS
------------------------------------------------------------------- */

#news {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 10;

}

#news .news-content {
  position: relative;
}

.news-content header,
.news-content ul {
  display: inline-block;
  vertical-align: middle;
}

.news-content header {
  width: 20%;
  text-align: center;
}

.news-content ul {
  width: 75%;
  margin-bottom: 0;
}

.news-content ul li {
  position: relative;
  margin: 0;
  padding: 18px 0;
}

@media (min-width: 768px) {

  #news {
    padding-top: 30px;
  }

  .news-content ul {

  }

  .news-content ul li {
    border-bottom: 1px #C2C7D0 solid;
  }

  .news-content ul li:last-child {
    border: none;
  }
}

.news-content ul li span.date {
  display: block;
  color: #003894;
  font-size: .875rem;
}

.news-content ul li a {
  color: #000;
}

.news-content ul li::after {
  position: absolute;
  top: calc(50% - 5px);
  right:  0px;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  margin: auto;
  background-image: url("../img/arrow_link_blue.svg");
  background-size: contain;
  background-position: 50% 50%;
}

.home .catalog {
  position: relative;
  height: 140px;
}

.home .catalog .volume-badge {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 73px;
  height: 73px;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #053594;
  color: #053594;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home .catalog .volume-badge .volume {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}

.home .catalog .container {
  position: absolute;
  top: 0;
  left: -36px;
  height: 140px;
  color: #fff;
  background-color: #003894;
  border-radius: 20px;
}

.home .catalog .container header {
  text-align: left;
  padding: 20px 0 0 68px;
}

.home .catalog .container header img {
  display: block;
  margin-bottom: 10px;
}

.home .catalog .container header p.text {
  margin-bottom: 15px;
  font-size: .9rem;
  line-height: 1.4;
}

.home .catalog .catalog-image {
  display: inline-block;
  padding-top: 25px;
  height: 140px;
}

@media (min-width: 768px) {
  .home .catalog .container {
    width: 100%;
    left: 0;
  }

  .home .catalog .container header {
    padding: 0 0 0 35px;
  }

  .home .catalog .container header p.text {
    margin-bottom: 0;
  }
}


/* -------------------------------------------------------------------
HOME - ABOUT
------------------------------------------------------------------- */
.home #about-tachibana {
  position:relative;
}

#about-tachibana .lead {
  position: relative;
}

.about-background {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../home/img/bg_line_illust.jpg");
  background-repeat: no-repeat;
  background-position: 80% top;
  z-index: 0;
}

@media (min-width: 768px) {
  .home #about-tachibana p.lead {
    width: 40%;
  }
}

/* -------------------------------------------------------------------
SLICK SLIDER
------------------------------------------------------------------- */
.home .slider-area {
  position: relative;
}

.home .slick-slider {
}

.home .slick-slider .slick-slide,
.similar-products-slider .slick-slide {
  padding: 10px;
}

.home .slick-slide figcaption {
  margin-bottom: 10px;
  font-weight: 700;
}

.home .slick-slide figure img,
.similar-products-slider .slick-slide figure img {
  display: block;
  width: 100%;
}

@media (min-width: 992x) {
  .home .slick-slide figure img {

  }
}

@media (min-width: 992px) {

  .home #gallery1 .slick-list,
  .home #gallery3 .slick-list {
    width: 1000px;
    margin-left: 17%;
  }

  .home #gallery2 .slick-list {
    width: 1000px;
    margin-right: 10%;
  }

  .home .gallery-slick-slider .slick-slide figure img {
    width: 308px;
    padding: 10px 0;
  }
}

@media (min-width: 480px and max-width: 991px) {
  .home #gallery1 .slick-list,
  .home #gallery3 .slick-list {
    width: 680px;
    margin-left: 17%;
  }

  .home #gallery2 .slick-list {
    width: 680px;
  }

  .home .gallery-slick-slider .slick-slide figure img {
    width: 210px;
    padding: 10px 0;
  }
}

.home .slick-slides p.text {
  color: #555;
  margin-bottom: 15px;
}

.slick-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
}

.home .slider-area .slick-prev,
.home .slider-area .gallery-slick-prev1,
.home .slider-area .gallery-slick-prev2,
.home .slider-area .gallery-slick-prev3
.similar-products-slider-area .slick-prev {
  display: none !important;
}

.home .slider-area .slick-next,
.home .slider-area .gallery-slick-next1,
.home .slider-area .gallery-slick-next3,
.similar-products-slider-area .slick-next {
  position: absolute;
  top: 0;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
  transition: 0.1s;
  border: 2px solid #053594;
}

.home .slider-area .gallery-slick-next2 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
  transition: 0.1s;
  border: 2px solid #053594;
}

.home .slider-area .slick-next:hover,
.home .slider-area .gallery-slick-next1:hover,
.home .slider-area .gallery-slick-next2:hover,
.home .slider-area .gallery-slick-next3:hover,
.similar-products-slider-area .slick-next:hover {
  opacity: 0.8;
}

.home .slider-area .slick-next::after,
.home .slider-area .gallery-slick-next1::after,
.home .slider-area .gallery-slick-next3::after,
.similar-products-slider-area .slick-next::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  margin: auto;
  background-image: url("../img/arrow_link_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.home .slider-area .gallery-slick-next2::after {
  position: absolute;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  margin: auto;
  background-image: url("../img/arrow_link_reverse_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.home .slider-area .slick-next:hover::after,
.home .slider-area .gallery-slick-next1:hover::after,
.home .slider-area .gallery-slick-next2:hover::after,
.home .slider-area .gallery-slick-next3:hover::after,
.similar-products-slider-area .slick-next:hover::after{
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  transform: translateX(0.625vw);
}

.home .slider-area .gallery-slick-next2:hover::after {
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  transform: translateX(-0.625vw);
}

ul.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: auto;
  margin: 0;
  padding: 0;
}

ul.slick-dots li {
  display: inline-block;
  text-align: center;
  margin: 5px 3px;
}

ul.slick-dots li button {
  position : relative;
  top: 0;
  left: -16px;
  width: 6px;
  height: 6px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
}

ul.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: 1px #000 solid;
  background-color: #fff;
}

ul.slick-dots li.slick-active button::before {
  border: 1px #000 solid;
  background-color: #000;
}



/* -------------------------------------------------------------------
HOME - SERVICE
------------------------------------------------------------------- */
.home #service {
  overflow: visible;
}

.home #service section {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .home #service section {
    margin-bottom: 100px;
  }
}

.home #service .anchorlink {
  position: relative;
  margin: 0 auto 50px;
  z-index: 1;
}

.home #service .anchorlink ul {
  margin: 0 auto;
  padding: 0;
}

.home #service .anchorlink ul li {
  position: relative;
  display: inline-block;
  width: 32%;
  font-size: 0.6rem;
  text-align: center;
}

.home #service .anchorlink ul li:first-child::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "";
  height: 42px;
  border-right: 1px #000 solid;
}

.home #service .anchorlink ul li:last-child::before  {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  height: 42px;
  border-right: 1px #000 solid;
}

.home #service .anchorlink ul li img {
  display: block;
  margin: 0 auto 13px;
}

.home #service .anchorlink ul li a {
  color: #000;
}

@media (min-width: 768px) {

  .home #service .anchorlink ul {
    width: 70%;
  }

  .home #service .anchorlink ul li:nth-child(1) img {
    width: 30px;
  }

  .home #service .anchorlink ul li:nth-child(2) img {
    width: 28px;
  }

  .home #service .anchorlink ul li:nth-child(3) img {
    width: 37px;
  }
}

.home #shop-display,
.home #package,
.home #rental {
  overflow: visible;
  position: relative;
}

.home #shop-display .main-container,
.home #package .main-container,
.home #rental .main-container {
  overflow: visible;
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .home #shop-display .main-container,
  .home #package .main-container,
  .home #rental .main-container {
    margin-bottom: 200px;
  }
}

.home #shop-display .inner,
.home #package .inner,
.home #rental .inner {
  position: relative;
  z-index: 100;
}

.home #shop-display .shopdisplay-background {
  overflow: visible;
  position: absolute;
  left: -8%;
  top: 130px;
  width: 115%;
  height: 45vw;
  content: "";
  background: url("../../home/img/bg_shopdisplay2.jpg");
  background-repeat: no-repeat;
  background-position: 80% 5%;
  background-size: 100%;
  z-index: 0;
}

.home #rental .main-container::before {
  overflow: visible;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 50vw;
  content: "";
  background: url("../../home/img/bg_rental.jpg");
  background-repeat: no-repeat;
  background-position: center 5%;
  background-size: 100%;
}

.home #package .main-container::before {
  overflow: visible;
  position: absolute;
  right: 0%;
  top: 80px;
  width: 100%;
  height: 70vw;
  content: "";
  background: url("../../home/img/bg_package3.jpg");
  background-repeat: no-repeat;
  background-position: right 5%;
  background-size: 100%;
}

@media (min-width: 576px) {
  .home #shop-display .shopdisplay-background {
    top: 30px;
    left: -40%;
    width: 100%;
    background-size: 100%;
  }

  .home #package .main-container::before {
    top: 150px;
    right: 0%;
    width: 85%;
    background-position: right 5%;
    background-size: 100%;
  }

  .home #rental .main-container::before {
    top: 150px;
    left: -50px;
    width: 70%;
    background-size: 90%;
  }
}

@media (min-width: 992px) {
  .home #shop-display .shopdisplay-background {
    top: 50px;
    left: -30%;
    width: 100%;
    background-size: 80%;
  }

  .home #package .main-container::before {
    top: 30px;
    right: 0%;
    width: 85%;
    background-size: 90%;
  }

  .home #rental .main-container::before {
    top: 0px;
    left: -50px;
    width: 70%;
    background-size: 90%;
  }
}

h1.service {
  padding-left: 55px;
  line-height: 1.4;
}

#package h1.service {
  padding-left: 65px;
  line-height: 1.4;
}

#rental h1.service {
  padding-left: 65px;
  line-height: 1.4;
}

h2.service {
  padding-left: 55px;
  padding-bottom: 200px;
  line-height: 1.4;
}

#rental h2.service {
  padding-left: 72px;
}

@media (min-width: 576px) {
  #service h2.service {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {

  #shop-display h1.service,
  #shop-display h2.service {
    padding-bottom: 0px;
  }

  #package h1.service,
  #package h2.service {
    padding-bottom: 0px;
  }

  #rental h1.service,
  #rental h2.service {
    padding-bottom: 0px;
  }
}

#shop-display h1.service::before {
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  width: 34px;
  height: 42px;
  background-image: url("../img/icon_shopdisplay.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

#shop-display h2.service::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 34px;
  height: 42px;
  background-image: url("../img/icon_shopdisplay.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

#package h1.service::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 40px;
  height: 53px;
  background-image: url("../img/icon_package.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

#package h2.service::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 34px;
  height: 42px;
  background-image: url("../img/icon_package.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

#rental h1.service::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  width: 51px;
  height: 42px;
  background-image: url("../img/icon_rental.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

#rental h2.service::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 51px;
  height: 42px;
  background-image: url("../img/icon_rental.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

h1.service::after,
h2.service::after {
  border-bottom: 0px;
}

.home #service h3 {
  padding-left: 10px;
  font-size: 1.3rem;
  color: #000;
}

.home .catalog-area .slider-area,
.home .catalog-area-reverse .slider-area {
  margin-bottom: 50px;
}

/* -------------------------------------------------------------------
General category Styles
------------------------------------------------------------------- */

body.category h2.service {
  padding-bottom: 0;
}

/*---- category main visual ----*/
.pct-category {
  position: relative;
  left: 56%;
  width: 100vw;
  height: 260px;
  transform: translateX(-55%);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

section#shop-display .pct-category {
  background-image: url("../../shopplan_display/img/pct_shoppplan_top_main.jpg");
}

section#package .pct-category {
  background-image: url("../../package_tool/img/pct_package_top_main.jpg");
}

section#rental .pct-category {
  background-image: url("../../rental_event/img/pct_rental_top_main.jpg");
}

section#about-us .pct-category {
  background-image: url("../../about_us/img/pct_about_top_main.jpg");
}

section#company .pct-category {
  background-image: url("../../company/img/pct_company_top_main.jpg");
}

@media (min-width: 768px) {
  .pct-category {
    height: 400px;
  }
}

/*---- category article body ----*/

.article-body {
  background-color: #fff;
}
/*---- category menu ----*/

.general-category-menu {
  position: relative;
  padding: 0;
}

.general-category-menu ul {
  padding-left: 0;
}

.general-category-menu li {
  position: relative;
  height: 50px;
  padding-left: 15px;
  color: #fff;
  line-height: 50px;
  background-color: #EFF0F2;
}

.general-category-menu li.selected {
  background-color: #BCCADA;
}

.general-category-menu li a:link,
.general-category-menu li a:visited,
.general-category-menu li a:hover,
.general-category-menu li a:active {
  display: block;
  color: #333;
}

.general-category-menu h3 {
  position: relative;
  pointer-events: none;
  display: block;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 50px;
  background-color: #4B4C53;
}

.general-category-menu ul li::after {
  position: absolute;
  top: calc(50% - 5px);
  right:  13px;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  margin: auto;
  background-image: url("../img/arrow_link_blk.svg");
  background-size: contain;
  background-position: 50% 50%;
}

@media (max-width: 991px) {
  .general-category-menu {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .general-category-menu h3 {
    pointer-events: all;
  }

  .general-category-menu h3::after {
    position: absolute;
    top: calc(50% - 5px);
    right:  13px;
    content: "";
    display: block;
    width: 15px;
    height: 7px;
    margin: auto;
    background-image: url("../../common_red/img/icon_toggle.svg");
    background-size: contain;
    background-position: 50% 50%;
  }

  .general-category-menu h3.menu-open::after {
    transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
    transform: rotate(-180deg);
  }

  .general-category-menu ul {
    display: none;
  }
}

@media (min-width: 992px) {
  .general-category-menu ul {
    display: block;
  }

  .article-body .row {
    margin-left: 0;
    margin-right: 0;
  }

  .article-body {
    position: relative;
    top: -50px;
    width: calc(100% + 120px);
    margin: 0  -60px;
    padding-left: 45px;
    z-index: 1;
  }
}

.article-body-main {
  position: relatice;
}

/*---- category headings ----*/

h1.category {
  padding-bottom: 0;
}

h2.category {
  margin-top: 40px;
}

@media (min-width: 992px) {
  h2.category {
    margin-top: 60px;
  }
}


/*---- figure box ----*/
.figure-box {
  width: 100%;
  margin-bottom: 80px;
}

.figure-box img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.figure-box figcaption {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .figure-box .btn {
    margin-left: calc((100% - 300px)/2);
  }
}

@media (min-width: 768px) {
  .article-container .pct-category {
      height: 500px;
  }
}