@charset "UTF-8";
.site-header .masthead {
  background-color: #ebebeb;
  padding: 20px 0;
}
#diamond .site-header .masthead {
  background-color: #2b2728;
  border-bottom: 1px solid #423e3f;
}
.site-header .masthead .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  #diamond .site-header .masthead .content {
    align-items: center;
  }
}

.site-header .masthead .content .brand-logo {
  width: 500px;
  max-width: 100%;
}
.site-header .masthead .content .brand-logo .brand-logo-desc {
  font-size: 11px;
  letter-spacing: inherit;
}
.site-header .masthead .content .brand-logo .brand-logo-img {
  line-height: 1;
}
.site-header .masthead .content .brand-logo .brand-logo-img > a {
  display: inline-block;
  line-height: 1;
  padding: 5px 5px 5px 0;
}
.header_nolink .site-header .masthead .content .brand-logo .brand-logo-img > a {
  pointer-events: none;
}
.site-header .masthead .content .brand-logo .brand-logo-img img {
  width: 390px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #diamond .site-header .masthead .content .brand-logo .brand-logo-img img {
    width: 500px;
  }
}

.site-header .masthead .content .saisontop {
  width: calc(100% - 500px - 180px);
  padding-right: 20px;
  text-align: right;
}
.site-header .masthead .content .saisontop > a {
  font-size: 12px;
  border-bottom: 1px solid #464646;
  position: relative;
}
.site-header .masthead .content .saisontop > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1em);
  right: -0.75em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-header .masthead .content .official {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
}
.site-header .masthead .content .official > img {
  height: 45px;
  padding: 0 20px;
}
.site-header .masthead .content .official > img:last-child {
  padding-right: 0;
}
.site-header .masthead .content .official > img:not(:last-child) {
  border-right: 1px solid #262626;
}
#diamond .site-header .masthead .content .official > img:not(:last-child) {
  border-right: 1px solid #423e3f;
}
.site-header .masthead .content .official {
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .site-header .masthead .content.row {
    padding: 0;
    margin: 0;
  }
  .site-header .masthead {
    padding: 13px 8px 13px 15px;
    height: 51px;
    width: calc(100% - 50px);
  }
  .site-header.type2 .masthead {
    width: 100%;
  }
  .site-header .masthead .content .brand-logo {
    width: 100%;
  }
  .site-header .masthead .content .brand-logo .brand-logo-img img {
    width: 100%;
    max-width: 400px;
  }
  .site-header .masthead .content .official {
    padding: 0;
    height: auto;
    width: 105px;
  }
  .site-header .masthead .content .official > img {
    height: 22px;
    width: auto;
    padding: 0 8px;
  }
  .site-header .masthead .content .official > img:last-child {
    padding-right: 8px;
  }
  .site-header .masthead .content .brand-logo .brand-logo-img > a {
    padding: 0;
    display: block;
  }
  .site-header .masthead .content .brand-logo .brand-logo-img {
    padding-bottom: 3px;
    padding-right: 8px;
  }
  .site-header .masthead .content .brand-logo .brand-logo-img img {
    display: block;
  }
}

.globalnav li > a {
  font-size: 14px;
  line-height: 1;
}
#msp .globalnav li.gn-service,
#msp .globalnav li.gn-use-scene,
#msp .site-header .masthead .content .brand-logo .brand-logo-img > a.brand-logo-img-link__default {
  display: none !important;
}
body:not(#msp) .masthead .content .brand-logo .brand-logo-img > a.brand-logo-img-link__default {
  display: inline-block !important;
}
#msp .site-header .masthead .content .brand-logo .brand-logo-img > a.brand-logo-img-link__msp {
  display: inline-block !important;
}
@media only screen and (min-width: 768px) {
  .globalnav {
    padding: 10px 0;
  }
  .globalnav > .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .globalnav li {
    position: relative;
  }
  .globalnav li:after {
    content: "";
    position: absolute;
    top: calc(50% - 3.5px);
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page--service .globalnav li.gn-service:after,
  .page--campaign .globalnav li.gn-campaign:after,
  .page--scene .globalnav li.gn-use-scene:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .globalnav .info_menu {
    display: flex;
    width: 80%;
  }
  .globalnav li {
    margin-right: 2%;
    border: 1px solid #464646;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
  .page--service .globalnav li.gn-service,
  .page--campaign .globalnav li.gn-campaign,
  .page--scene .globalnav li.gn-use-scene {
    background-color: #888;
  }
  .globalnav li > a {
    display: inline-block;
    padding: 10px 15px 10px 10px;
    width: 100%;
    font-weight: 400;
  }
  .page--service .globalnav li.gn-service > a,
  .page--campaign .globalnav li.gn-campaign > a,
  .page--scene .globalnav li.gn-use-scene > a {
    color: #fff;
  }

  .globalnav .login {
    display: flex;
    width: 20%;
    justify-content: flex-end;
    align-items: center;
  }
  .globalnav .login > li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    line-height: 1;
    height: 50px;
    color: #fff;
  }
  .globalnav .login > li:last-child {
    margin-right: 0;
  }
  .globalnav .login > li.gn-netanswer {
    width: 88%;
    margin-right: 2%;
  }
  .globalnav .login > li.gn-app {
    width: 54%;
  }
  .globalnav .login > li a {
    font-size: 14px;
    padding: 5px 10px 5px 5px;
  }
}

.globalnav .login > li.gn-netanswer {
  background-color: #004198;
}
.globalnav .login > li.gn-app {
  background-color: #ececec;
  border-top: 5px solid #019944;
  border-bottom: 5px solid #019944;
}
.globalnav .login > li a {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
}
.globalnav .login > li.gn-app a {
  color: #019944;
}
#diamond .globalnav .login > li.gn-app a {
  /* color: #204d8f; */
  color: #fff;
}
.globalnav .login > li.gn-app > a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/csmembers/common/images/logo-saison_potal.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 3px;
}

@media only screen and (max-width: 767px) {
  html,
  body {
    position: relative;
    overflow-x: hidden;
  }
  .gn-nav {
    position: fixed;
    background-color: transparent;
    line-height: 1;
    -webkit-transition: background-color 400ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: background-color 400ms cubic-bezier(0.42, 0, 0.58, 1);
    z-index: 9;
    top: 0;
    right: 0;
    display: block;
    border-radius: 0;
  }
  .site-header.is-active .gn-nav {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    animation: slidemenu 0s ease forwards;
    /* right: calc(100% - 68px); */
    width: 100%;
    z-index: 7;
  }
  .gn-nav .hamburger-inner,
  .gn-nav .hamburger-inner::before,
  .gn-nav .hamburger-inner::after {
    height: 2px;
  }
  /*!
     * Hamburgers
     * @description Tasty CSS-animated hamburgers
     * @author Jonathan Suh @jonsuh
     * @site https://jonsuh.com/hamburgers
     * @link https://github.com/jonsuh/hamburgers
     */
  .hamburger {
    background-color: #004198;
    padding: 11px 11px 21px 11px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  #diamond .hamburger {
    background-color: #192128;
  }
  .site-header.is-active .hamburger,
  #diamond .site-header.is-active .hamburger {
    background-color: transparent;
  }
  .hamburger:after {
    content: "MENU";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0;
    color: #fff;
  }
  .site-header.is-active .hamburger:after {
    display: none;
  }
  .site-header.is-active .hamburger-inner,
  .site-header.is-active .hamburger-inner::before,
  .site-header.is-active .hamburger-inner::after {
    background-color: #000;
    opacity: 1;
  }
  .hamburger-box {
    width: 28px;
    height: 18px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 28px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -8px;
  }
  .hamburger-inner::after {
    bottom: -8px;
  }
  /*
       * 3DX Reverse
       */
  .site-header.is-active .hamburger-box {
    -webkit-perspective: 56px;
    perspective: 56px;
  }
  .site-header.is-active .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .site-header.is-active .hamburger-inner::before,
  .site-header.is-active .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .site-header.is-active.is-active .hamburger-inner {
    /* background-color: transparent !important; */
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  .site-header.is-active.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  .site-header.is-active.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
  /*
       * Spin
       */
  .site-header.is-active .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .site-header.is-active .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  .site-header.is-active .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .site-header.is-active.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header.is-active.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .site-header.is-active.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /*
       * Spin Reverse
       */
  .site-header.is-active-r .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .site-header.is-active-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  .site-header.is-active-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .site-header.is-active-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header.is-active-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .site-header.is-active-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header.is-active .hamburger-inner,
  .site-header.is-active .hamburger-inner::before,
  .site-header.is-active .hamburger-inner::after {
    background-color: #fff;
  }

  .globalnav {
    display: none;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 8;
    background-color: #cdcdcd;
    height: 100%;
    min-height: 100%;
    width: 0%;
  }
  .site-header.is-active .globalnav {
    display: block;
    animation: slidenav 0.3s ease forwards;
    overflow-y: scroll;
    /* right: 0; */
    /* width: calc(100% - 68px); */
  }
  @keyframes slidenav {
    0% {
      right: -100%;
      width: 0%;
    }
    100% {
      right: 0;
      width: calc(100% - 50px);
    }
  }

  .globalnav > .row {
    padding: 0 0 15px 0;
  }
  .globalnav .info_menu_ttl {
    background-color: #0b457e;
    color: #fff;
    display: block;
    padding: 14px 5px;
    text-align: center;
    font-size: 18px;
  }
  #diamond .globalnav .info_menu_ttl {
    background-color: #192128;
  }
  .globalnav .info_menu > li {
    border-bottom: 1px solid #dbdbdb;
    background: rgb(243, 243, 243);
    background: linear-gradient(0deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
    cursor: pointer;
  }
  .globalnav .info_menu > li > a {
    padding: 14px 30px 14px 14px;
    font-size: 14px;
    display: block;
    position: relative;
  }
  .globalnav .info_menu > li > a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #736c6a;
    border-right: 1px solid #736c6a;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .globalnav .login > li.gn-netanswer {
    padding: 15px 5px 7px;
    background: none;
  }
  .globalnav .login > li.gn-netanswer > a {
    background-color: #004198;
    padding: 15px 0;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    border: 5px solid #004198;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #diamond .globalnav .login > li.gn-netanswer > a {
    background-color: #001945;
    border: 5px solid #001945;
  }
  .globalnav .login > li > a {
    padding: 8px 5px;
    justify-content: center;
    height: 66px;
  }

  .globalnav .login > li.gn-app {
    padding: 5px;
    background: none;
    border: none;
  }
  .globalnav .login > li.gn-app > a {
    border-radius: 30px;
    border: 5px solid #019944;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    background-color: #ececec;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #diamond .globalnav .login > li.gn-app > a {
    border: 5px solid #6b6b6b;
    background-color: #5a5000;
  }

  .globalnav .login > li a.show-small {
    display: flex !important;
  }

  .globalnav .card_menu {
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    margin: 0 0 15px 0;
  }

  .globalnav .card_menu > li a {
    text-decoration: none !important;
    display: block;
    padding: 16px;
    font-size: 14px;
    color: #2f3438;
    position: relative;
  }

  .globalnav .card_menu .listhead a {
    color: #fff;
    text-align: center;
  }

  .globalnav .card_menu .link {
    text-decoration: none;
  }

  .globalnav .card_menu.amex .list-item.link {
    background-color: transparent;
  }

  .globalnav .card_menu .listhead {
    padding: 16px;
    border-bottom: 1px solid #dbdbdb;
    text-decoration: none;
    display: block;
    padding: 16px;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    text-align: center;
    background: #a5a5a5;
  }

  #pearl .card_menu .listhead a {
    background-color: #0d5357;
  }

  #blue .card_menu .listhead a {
    background-color: #172944;
  }

  #gold .card_menu .listhead a {
    background-color: #8a5d05;
  }

  #platinum .card_menu .listhead a,
  #sbs .listhead a {
    background-color: #222;
  }

  .globalnav .card_menu .list-item {
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    cursor: pointer;
  }

  .globalnav .card_menu .list-item.link {
    background-color: #f6f6f6;
  }

  .globalnav .card_menu .sub-menu {
    display: none;
  }

  .globalnav .card_menu .sub-menu li {
    border-bottom: 1px solid #dbdbdb;
    background-color: #f6f6f6;
  }

  .globalnav .card_menu .sub-menu li:first-child {
    border-top: 1px solid #dbdbdb;
  }

  .globalnav .card_menu .sub-menu li:last-child {
    border-bottom: none;
  }

  .globalnav .card_menu .sub-menu li.pearl {
    background: #eaf4f0;
  }

  .globalnav .card_menu .sub-menu li.blue {
    background: #eaeff4;
  }

  .globalnav .card_menu .sub-menu li.gold {
    background: #f4f2ea;
  }

  .globalnav .card_menu .sub-menu li.sbs {
    background: #eeeeee;
  }
  .globalnav .card_menu {
    padding: 0 10px 10px;
    background-color: #cdcdcd;
  }
  .service-menu + .foot-menu {
    padding-top: 0px;
  }
  .globalnav .card_menu li {
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: 1px solid #dbdbdb;
    background: rgb(243, 243, 243);
    background: linear-gradient(0deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
    cursor: pointer;
  }
  .globalnav .card_menu li > a::after {
    position: absolute;
    top: -3px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #736c6a;
    border-right: 1px solid #736c6a;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .globalnav .card_menu li.listhead-nolink {
    background: #0b457e;
    padding: 14px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }
  .globalnav .card_menu li.listhead-nolink {
    background: #6b6b6b;
    padding: 14px 0;
    font-size: 14px;
    letter-spacing: 0;
  }

  /*.globalnav .card_menu li.listhead-nolink span{letter-spacing: -0.3em;margin-left: -0.3em;}*/
  .globalnav .card_menu li {
    background: linear-gradient(0deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
  }

  .globalnav .card_menu li a {
    padding-left: 73px;
  }
  .globalnav .card_menu .thumb {
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 53px 34px;
  }

  .service-menu .menu .listhead a {
    font-weight: 500;
  }
  .globalnav .card_menu .thumb.gold {
    background-image: url(/csmembers/common/images/card-gold.png);
  }

  .globalnav .card_menu .thumb.blue {
    background-image: url(/csmembers/common/images/card-blue.png);
  }

  .globalnav .card_menu .thumb.pearl {
    background-image: url(/csmembers/common/images/card-pearl.png);
  }

  .globalnav .card_menu .thumb.pearl_d {
    background-image: url(/csmembers/common/images/card-pearl_d.png);
  }

  .globalnav .card_menu .thumb.business {
    background-image: url(/csmembers/common/images/card-sbs.png);
  }

  .globalnav .card_menu .thumb.platinum {
    background-image: url(/csmembers/common/images/card-platinum.png);
  }
  .globalnav .card_menu .thumb.cobalt {
    background-image: url(/csmembers/common/images/card-cobalt.png);
  }
  .globalnav .card_menu .thumb.rose {
    background-image: url(/csmembers/common/images/card-rose.png);
  }
}

@media only screen and (max-width: 325px) {
  .globalnav .login > li.gn-app > a {
    letter-spacing: 0;
  }
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #888;
  z-index: 100;
  opacity: 0.7;
}
#pagetop:hover {
  cursor: pointer;
}
#pagetop:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 6.5px);
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*------- breadcrumb -------*/
#breadcrumb ol {
  font-size: 0.8rem;
  padding: 10px 0;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li a {
  color: #2f3438;
  text-decoration: none;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}
#breadcrumb li:after {
  content: ">";
  padding: 0 5px 0 12px;
}
#breadcrumb li:last-child:after {
  content: "";
  padding: 0;
}
@media only screen and (max-width: 640px) {
  #breadcrumb {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0 8px 8px 5px;
    height: 20px;
  }
  #breadcrumb nav {
    white-space: nowrap;
    /* overflow: scroll; */
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #breadcrumb ol {
    padding: 0;
    line-height: 19px;
    margin: 0 0 20px 0;
  }
}

/*------- add search form -------*/

.site-header.has-search {
  position: relative;
  z-index: 9999;
}

.site-header.has-search .header-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
}

.site-header.has-search .masthead .search {
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  min-width: 1000px;
}

.site-header.has-search .masthead .search .row {
  position: relative;
}

.site-header.has-search .masthead .search-button {
  width: 55px;
  height: 55px;
  background-color: #2b2728;
  text-align: center;
  padding: 10px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url(/csmembers/common/images/header-serch-icon.png);
  background-size: 34px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.site-header.has-search .masthead .search-button.is-open {
  background-image: url(/csmembers/common/images/header-serch-close.png);
}

.site-header.has-search .masthead .search-img {
  width: 32px;
  height: 32px;
}

.site-header.has-search .masthead .content .official {
  padding-right: 90px;
}

.site-header.has-search .search-form {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
}

.site-header.has-search .search-form.is-fixed {
  position: fixed;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .site-header.has-search .search-form {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .site-header.has-search .masthead .content .official {
    padding-right: 0px;
  }

  .site-header.has-search .search-form {
    display: none !important;
  }
  .header-search-button {
    display: none;
  }
}

.site-header.has-search .search-form .search-form-text {
  letter-spacing: 0.06em;
  /* color: #fff; */
}

.search-form-content {
  max-width: 580px;
  margin: 0 auto;
  color: #000;
  padding: 85px 0 115px;
}

.search-form-content .form {
  background-color: #faffff;
  border-radius: 4px;
  margin-top: 14px;
}

.search-form-content .search-form-input {
  color: #999;
  font-size: 12px;
  height: 50px;
  padding: 0 22px;
  width: 524px;
}

.search-form-content .search-form-icon {
  width: 50px;
  height: 50px;
  background-color: #2b2728;
  border-radius: 0 3px 3px 0;
  position: absolute;
  display: inline-block;
}

.search-form-content .search-form-img {
  position: relative;
  top: -14px;
  right: -14px;
  width: 22px;
  height: 22px;
  pointer-events: none;
}

.sp-search {
  background-color: #2b2728;
  padding: 19px 0 22px 0;
}

.sp-search-form {
  margin-top: 11px;
  background-color: #faffff;
  border-radius: 3px;
  margin-top: 14px;
  height: 38px;
}

.sp-search-form-input {
  height: 38px;
  width: 260px;
  padding: 10px;
}

.sp-search-form-img {
  position: relative;
  top: -12px;
  right: -12px;
  width: 12.5px;
  height: 12.5px;
  pointer-events: none;
}

.sp-search-form-icon {
  width: 38px;
  height: 38px;
  background-color: #2b2728;
  border-radius: 0 3px 3px 0;
  position: absolute;
  display: inline-block;
}

.sp-search-form-content {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.sp-search-form-text {
  color: #fff;
}

.gn-diamond-menu {
  background-color: #192127;
  display: block;
  padding: 24px;
  color: #fff;
}

.gn-tomember-ttl {
  background-color: #2b2728;
  display: block;
  padding: 24px;
  color: #fff;
}

.link-service-list {
  background-color: #fff;
}

.link-service-list .link-service-item {
  padding: 24px;
  font-size: 11px;
  border-bottom: 1px solid #dbdbdb;
  display: block;
}

.link-service-text {
  display: block;
}
