@charset "UTF-8";




/*-------------------------------------
reset css
-------------------------------------*/
/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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,
select, button, input, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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




/*-------------------------------------
 Base Settings
-------------------------------------*/
body {
  font-size: 14px;
  font-family: Helvetica, "A+EqpB-游ゴシック体 Pr6N M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body:not(.jp) {
  font-family: 'Noto Sans', sans-serif;
}

body.hk,
body.tw {
  font-family: "Lantinghei SC","Microsoft JhengHei", 'Noto Sans', sans-serif;
}

body.cn {
  font-family: "Microsoft YaHei", "Lantinghei SC","Microsoft JhengHei", 'Noto Sans', sans-serif;
}

/* --------------------
  tags
-------------------- */
a {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: bold;
}

i {
  display: inline-block;
}

em {
  font-style: normal;
}

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

iframe, object, video, embed {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

input, textarea {
  border: none;
}

button.ti, button.image-body, .header .logo-wrap button.logo {
  text-indent: 160%;
}

/*-------------------------------------
 Super General Purpose
-------------------------------------*/
.clearfix, .fl-range, .editor, body.mce-content-body,
body.mceContentBody, div.wpcf7 .wpcf7-form-control.wpcf7-radio, div.wpcf7 .wpcf7-form-control.wpcf7-checkbox {
  zoom: 1;
}

.clearfix:after, .fl-range:after, .editor:after, body.mce-content-body:after,
body.mceContentBody:after, div.wpcf7 .wpcf7-form-control.wpcf7-radio:after, div.wpcf7 .wpcf7-form-control.wpcf7-checkbox:after {
  content: "";
  display: block;
  clear: both;
}

.ir {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.tr {
  position: absolute;
  top: 0;
  left: -5000px;
}

.elps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ref {
  position: relative;
}

.abs {
  position: absolute;
}

.fix {
  position: fixed;
}

.dn {
  display: none !important;
}

.db {
  display: block !important;
}

.di {
  display: inline !important;
}

.ds {
  display: inline-block !important;
}

.dt {
  display: table !important;
}

.dc {
  display: table-cell !important;
}

.rn {
  border-radius: 0 !important;
}

.rs {
  border-radius: 5px;
}

.rm {
  border-radius: 10px;
}

.rl {
  border-radius: 20px;
}

.v0 {
  vertical-align: 0;
}

.v1 {
  vertical-align: -1px;
}

.v2 {
  vertical-align: -2px;
}

.v3 {
  vertical-align: -3px;
}

.v4 {
  vertical-align: -4px;
}

.v5 {
  vertical-align: -5px;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.vb {
  vertical-align: bottom;
}

/* positions
-------------------- */
.pos, .pos-center, body.jp-top .content.mainvisual .loader-simple, .pos-vertical-center, .block-lists > li a i,
.newShopList ul > li a i, .block-lists > li:nth-child(even):before,
.newShopList ul > li:nth-child(even):before, .btn-ellipce i, body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area.ly-column2 .side-content.list ul > li a i, .social-media .blk-media-icons .social-zone .media ul.media-lists li i, body.news.isArchive .title-area .view-select-lists, .pos-horizontal-center, div.wpcf7 img.ajax-loader, .pos-override-center {
  position: absolute;
  margin: auto;
}

.pos-center, body.jp-top .content.mainvisual .loader-simple {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pos-vertical-center, .block-lists > li a i,
.newShopList ul > li a i, .block-lists > li:nth-child(even):before,
.newShopList ul > li:nth-child(even):before, .btn-ellipce i, body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area.ly-column2 .side-content.list ul > li a i, .social-media .blk-media-icons .social-zone .media ul.media-lists li i, body.news.isArchive .title-area .view-select-lists {
  top: 0;
  bottom: 0;
}

.pos-horizontal-center, div.wpcf7 img.ajax-loader {
  left: 0;
  right: 0;
}

.pos-override-center {
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
}

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

/* -------------------------
  parts common
------------------------- */
/* wrap content common
-------------------- */
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* texts common
-------------------- */
.tdu {
  text-decoration: underline;
}

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

/* links common
-------------------- */
.lbs {
  color: #000000;
}

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

.tdc {
  border-bottom: 1px solid #9b9b9b;
}

.tdc:hover {
  border-bottom: none;
}

.lca {
  color: #000000;
  text-decoration: underline;
}

.lca:link {
  color: #000000;
}

.lca:visited {
  color: #000000;
}

.lca:active {
  color: #000000;
}

.lcb {
  color: #000000;
  text-decoration: underline;
}

.lcb:link {
  color: #000000;
}

.lcb:visited {
  color: #000000;
}

.lcb:active {
  color: #000000;
}

.lcc {
  color: #000000;
  text-decoration: underline;
}

.lcc:link {
  color: #000000;
}

.lcc:visited {
  color: #000000;
}

.lcc:active {
  color: #000000;
}

.lcd {
  color: #000000;
  text-decoration: underline;
}

.lcd:link {
  color: #000000;
}

.lcd:visited {
  color: #000000;
}

.lcd:active {
  color: #000000;
}

.fl-range > * {
  float: left;
}

.ib-range {
  font-size: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ib-range > * {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.frame-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.frame-wrap > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/* -------------------------
	parts PC
------------------------- */
.sp-layout {
  display: none !important;
}

.sp {
  display: none !important;
}

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

.wrapper {
  min-width: 776px;
}

.container, .contents-area .contents .content > .inner, .header .gnav-wrap .gnav-lower > ul, .breadcrumbs .inner, body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area.ly-column2, body.post-type-archive-service .contents-area .contents, body.event.isArchive .articles, body.ranking .contents-area.ly-column1 {
  width: 776px;
  margin: 0 auto;
  padding: 0 20px;
}

.container.lg, .contents-area .contents .content > .inner, .header .gnav-wrap .gnav-lower > ul, .breadcrumbs .inner, body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area.ly-column2, body.post-type-archive-service .contents-area .contents, body.event.isArchive .articles, body.ranking .contents-area.ly-column1 {
  width: 1120px;
}

.container.md, .contents-area .contents .content > .md.inner, .header .gnav-wrap .gnav-lower > ul.md, .breadcrumbs .md.inner, body:not(.global):not(.jp-top):not(.mce-content-body) .md.contents-area.ly-column2, body.post-type-archive-service .contents-area .md.contents, body.event.isArchive .md.articles, body.ranking .md.contents-area.ly-column1 {
  width: 776px;
}

.container.sm, .contents-area .contents .content > .sm.inner, .header .gnav-wrap .gnav-lower > ul.sm, .breadcrumbs .sm.inner, body:not(.global):not(.jp-top):not(.mce-content-body) .sm.contents-area.ly-column2, body.post-type-archive-service .contents-area .sm.contents, body.event.isArchive .sm.articles, body.ranking .sm.contents-area.ly-column1 {
  width: 740px;
}

.container.xs, .contents-area .contents .content > .xs.inner, .header .gnav-wrap .gnav-lower > ul.xs, .breadcrumbs .xs.inner, body:not(.global):not(.jp-top):not(.mce-content-body) .xs.contents-area.ly-column2, body.post-type-archive-service .contents-area .xs.contents, body.event.isArchive .xs.articles, body.ranking .xs.contents-area.ly-column1 {
  width: 700px;
}

.full-elm {
  width: 2776px;
  margin-left: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
}

.ti, .image-body, .header .logo-wrap .logo, body.jp-top .mv-item > a, body .social ul li a.line p {
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 120%;
}

.ti-reset {
  overflow: visible;
  white-space: normal;
  text-indent: 0;
  background: none;
}

.opac, div.wpcf7 .confirm, div.wpcf7 .back, div.wpcf7 .submit, .editor a, body.mce-content-body a, body.mceContentBody a, .banner-items a, .thumbnail-items a, .blk-service-banners a, .header .header-banner-area .header-banner-inner a, .header .logo-wrap .logo, .header .member-area .inner ul li.sign-up a, .footer .copyright-area .copy, .footer .copyright-area .country-area .language a, body.jp-top .mv-item > a, body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area.ly-column2 .side-content.list ul.banner > li a, body .social ul li a {
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}

.opac:not(.disable):hover, div.wpcf7 .confirm:not(.disable):hover, div.wpcf7 .back:not(.disable):hover, div.wpcf7 .submit:not(.disable):hover, .editor a:not(.disable):hover, body.mce-content-body a:not(.disable):hover, body.mceContentBody a:not(.disable):hover, .banner-items a:not(.disable):hover, .thumbnail-items a:not(.disable):hover, .blk-service-banners a:not(.disable):hover, .header .header-banner-area .header-banner-inner a:not(.disable):hover, .header .logo-wrap .logo:not(.disable):hover, .header .member-area .inner ul li.sign-up a:not(.disable):hover, .footer .copyright-area .copy:not(.disable):hover, .footer .copyright-area .country-area .language a:not(.disable):hover, body.jp-top .mv-item > a:not(.disable):hover, body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area.ly-column2 .side-content.list ul.banner > li a:not(.disable):hover, body .social ul li a:not(.disable):hover {
  opacity: .7;
}

@-webkit-keyframes backToOpac1 {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes backToOpac1 {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.opac-normal {
  display: block;
}

.opac-normal:hover {
  opacity: .7;
}

/* boxes
-------------------- */
.thumb-box.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thumb-box.horizontal .texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* links
-------------------- */
.lbs {
  color: #000000;
}

.lbs:hover {
  -webkit-transition: color 200ms ease-out 0s;
  transition: color 200ms ease-out 0s;
  text-decoration: none;
}

/* lists
-------------------- */
.split-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  table-layout: auto;
}

.fsm1 {
  font-size: 13px;
}

.fsm2 {
  font-size: 12px;
}

.fsm3 {
  font-size: 11px;
}

.fsm4 {
  font-size: 10px;
}

.fsm5 {
  font-size: 9px;
}

.fsm6 {
  font-size: 8px;
}

.fsm7 {
  font-size: 7px;
}

.fsm8 {
  font-size: 6px;
}

.fsm9 {
  font-size: 5px;
}

.fsm10 {
  font-size: 4px;
}

.fn, div.wpcf7 .wpcf7-form-control.wpcf7-radio *, div.wpcf7 .wpcf7-form-control.wpcf7-checkbox * {
  font-size: 14px;
}

.fsp1 {
  font-size: 15px;
}

.fsp2 {
  font-size: 16px;
}

.fsp3, div.wpcf7 .confirm, div.wpcf7 .back, div.wpcf7 .submit {
  font-size: 17px;
}

.fsp4 {
  font-size: 18px;
}

.fsp5 {
  font-size: 19px;
}

.fsp6 {
  font-size: 20px;
}

.fsp7 {
  font-size: 21px;
}

.fsp8 {
  font-size: 22px;
}

.fsp9 {
  font-size: 23px;
}

.fsp10 {
  font-size: 24px;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.third {
  width: 33.3%;
}

.quater {
  width: 25%;
}

.fifth {
  width: 20%;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.mgn {
  margin: 0 !important;
}

.mga {
  margin: auto !important;
}

.mtn {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.mbn {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.mln {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.mrn {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.mra {
  margin-right: auto !important;
}

.mla {
  margin-left: auto !important;
}

.mca {
  margin-left: auto;
  margin-right: auto !important;
}

.ptn {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.pbn {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pln {
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.prn {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.loader-simple {
  height: 3em;
  width: 3em;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

/* --------------------
  contactform7
-------------------- */
/* common form style
-------------------- */
input, textarea {
  border: 1px solid #cccccc;
  padding: 0.8% 1%;
  width: 98%;
}

input.s,
textarea.s {
  width: 30%;
}

input.m,
textarea.m {
  width: 50%;
}

input.l,
textarea.l {
  width: 70%;
}

textarea {
  max-width: 100%;
}

select {
  border: 1px solid #cccccc;
  max-width: 450px;
}




.pagetop a {
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  background-color: #333333;
  border-radius: 100%;
}

.pagetop .fa-angle-up {
  font-size: 35px;
}

.pagetop.active {
  opacity: 1;
  pointer-events: auto;
}

/* wrapper
-------------------- */
body {
  font-size: 15px;
  color: #333333;
}

.contents-area {
  padding-bottom: 35px;
}

.contents-area .contents {
  min-height: 500px;
}

.contents-area .contents .content.bg-gray1 {
  background-color: #f5f7f7;
}

.contents-area .contents .content.bg-gray2 {
  background-color: #ebefef;
}

.plane-title.xl {
  font-size: 24px;
}

.plane-title.lg, .contents-area .contents .content > .plane-title.inner, .header .gnav-wrap .gnav-lower > ul.plane-title, .breadcrumbs .plane-title.inner, body:not(.global):not(.jp-top):not(.mce-content-body) .plane-title.contents-area.ly-column2, body.post-type-archive-service .contents-area .plane-title.contents, body.event.isArchive .plane-title.articles, body.ranking .plane-title.contents-area.ly-column1 {
  font-size: 22px;
}

.plane-title.md {
  font-size: 18px;
}

.plane-title.sm {
  font-size: 16px;
}

.plane-title.xs {
  font-size: 14px;
}

.section-title {
  text-align: center;
  margin-bottom: 21px;
}

.section-title > * {
  display: block;
}

.section-title .ja {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
}

.section-title .en {
  font-family: 'Abel', sans-serif;
  font-size: 14px;
  letter-spacing: 3.5px;
  margin-top: 5px;
}

body.ca .section-title .en, body.us .section-title .en, body.my .section-title .en, body.ph .section-title .en, body.sg .section-title .en, body.uk .section-title .en, body.au .section-title .en, body.nz .section-title .en, body.mx .section-title .en, body.id .section-title .en, body.th .section-title .en, body.bn .section-title .en, body.be .section-title .en {
  display: none;
}

.page-title {
  text-align: center;
  margin-bottom: 17px;
}

.page-title > * {
  display: block;
}

.page-title .ja {
  font-size: 28px;
  font-weight: bold;
}

.page-title .en {
  font-size: 14px;
  letter-spacing: 2px;
}

.single-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}

/* links
-------------------- */
.hover-blue:not(.disable):hover, .border-lists > li > a:not(.disable):hover, .thumbnail-items.md .thumbnail-item .texts .plane-title.sm a:not(.disable):hover, .thumbnail-items.horizontal > li > a .texts .plane-title.sm a:not(.disable):hover, .term-tags a:not(.disable):hover, .btn-ellipce:not(.disable):hover, .header .member-area .inner ul li a:not(.disable):hover, .footer .inner .footer-area .footer-menu div a:not(.disable):hover, .footer .inner .footer-area .footer-menu ul li a:not(.disable):hover, .footer .footer-nav .inner .footer-menu-nav li a:not(.disable):hover, .breadcrumbs ul li a:not(.disable):hover, .social-media .blk-media-icons .social-zone .media ul.media-lists li a:not(.disable):hover, body.event.top .contents-area .contents .single-menus ul li a:not(.disable):hover,
body.service_info.top .contents-area .contents .single-menus ul li a:not(.disable):hover,
body.campaign.top .contents-area .contents .single-menus ul li a:not(.disable):hover, body.event.detail .contents-area .contents .single-content .single-menus ul li a:not(.disable):hover,
body.service_info.detail .contents-area .contents .single-content .single-menus ul li a:not(.disable):hover,
body.campaign.detail .contents-area .contents .single-content .single-menus ul li a:not(.disable):hover {
  opacity: .8;
}


/* common elements
-------------------- */
.header {
  position: relative;
  margin: 0 auto;
  background-color: white;
}

.header .header-banner-area {
  width: 100%;
  margin: 25px auto 2px;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}

.header .header-banner-area .header-banner-inner a {
  display: block;
}

.header .header-banner-area .header-banner-inner img {
  max-width: none;
}

.header .logo-wrap {
  width: 265px;
}

.header .logo-wrap .logo {
  padding-top: 20%;
  background-image: url(../images/steps/logo_tanqgakusha_01.svg);
  background-position: 0 50%;
  background-size: 200px;
}

.header .gnav-inner {
  /* width: 1120px; */
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px 27px 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header .gnav-wrap {
  position: relative;
}

.header .gnav-wrap .gnav-inner {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90px;
}

.header .gnav-wrap .logo-wrap {
  margin-top: 2px;
}
