@charset "UTF-8";
/* ----------------------------------------------------------------
    Reset
----------------------------------------------------------------- */
body {
  margin: 0;
}

.gl-header button,
.gl-footer button {
  border: 0;
}

.gl-header,
.gl-modal {
  text-decoration: none;
}

.gl-header,
.gl-footer,
.gl-modal {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
.gl-header *,
.gl-header *::before,
.gl-header *::after,
.gl-footer *,
.gl-footer *::before,
.gl-footer *::after,
.gl-modal *,
.gl-modal *::before,
.gl-modal *::after {
  box-sizing: border-box;
}
.gl-header ul,
.gl-header ol,
.gl-footer ul,
.gl-footer ol,
.gl-modal ul,
.gl-modal ol {
  list-style: none;
}
.gl-header input,
.gl-footer input,
.gl-modal input {
  padding: 1px;
}
.gl-header input,
.gl-header button,
.gl-footer input,
.gl-footer button,
.gl-modal input,
.gl-modal button {
  color: inherit;
  font: inherit;
}
.gl-header button,
.gl-footer button,
.gl-modal button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: none;
}
.gl-header a,
.gl-footer a,
.gl-modal a {
  color: inherit;
}
.gl-header img,
.gl-header picture,
.gl-footer img,
.gl-footer picture,
.gl-modal img,
.gl-modal picture {
  max-width: 100%;
}
.gl-header picture,
.gl-footer picture,
.gl-modal picture {
  display: block;
}
.gl-header iframe,
.gl-footer iframe,
.gl-modal iframe {
  max-width: 100%;
  border: 0;
}

/* ----------------------------------------------------------------
    Screen reader only
----------------------------------------------------------------- */
.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}

/* ----------------------------------------------------------------
    Base
----------------------------------------------------------------- */
@media only screen and (min-width: 1100px) {
  body {
    border-top: solid 2px #CF122E;
  }
  body.vertical-lyt {
    display: flex;
    flex-wrap: wrap;
  }
  body.vertical-lyt > main {
    flex: 1;
  }
  body.vertical-lyt > footer {
    width: 100%;
  }
}
.gl-header,
.gl-footer,
.gl-modal {
  font-weight: 400;
}
.gl-header button,
.gl-footer button,
.gl-modal button {
  cursor: pointer;
}
.gl-header img,
.gl-footer img,
.gl-modal img {
  height: auto;
}

/* ----------------------------------------------------------------
   Header - Common・SP
----------------------------------------------------------------- */
.gl-header {
  z-index: 100;
  position: relative;
  border-bottom: solid 1px #BEBEBE;
  background: #FFF;
  color: #333;
}
.gl-header button {
  border: 0;
}
.gl-header a {
  text-decoration: none;
}
.gl-header_logo {
  padding: 20px 10px 14px 16px;
}
.gl-header_logo > a {
  display: block;
  max-width: 88px;
  line-height: 1;
}
.gl-header_logo > a img {
  display: block;
  transition: opacity 0.25s ease-out;
}
.gl-header_logo > a:hover img, .gl-header_logo > a:active img, .gl-header_logo > a:focus img {
  opacity: 0.6;
}
.gl-header_utilities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gl-header_utilities ul {
  margin: 0;
  padding: 0;
}
.gl-header_globe {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.gl-header_globe-btn {
  display: flex;
  align-items: center;
  padding: 0;
  transition: opacity 0.25s ease-out;
}
.gl-header_globe-btn > img {
  width: 20px;
}
.gl-header_globe-btn:hover, .gl-header_globe-btn:active, .gl-header_globe-btn:focus {
  opacity: 0.8;
}
.gl-header_globe-txt {
  margin-left: 10px;
}
.gl-header_mypage {
  word-break: break-word;
}
@media only screen and (min-width: 1100px) {
  .gl-header_logo a {
    max-width: 125px;
  }
}
@media only screen and (max-width: 1099px) {
  .gl-header_inner {
    border-top: solid 1px #CF122E;
    background: #FFF;
  }
  .js-on .gl-header_inner {
    display: flex;
  }
  .gl-header_logo {
    flex-shrink: 0;
    height: 63px;
  }
  .gl-header_utilities {
    flex: 1;
  }
  .gl-header_search, .gl-header_globe {
    margin-left: 4px;
  }
  .gl-header_search, .gl-header_globe, .gl-header_globe-btn {
    height: 100%;
  }
  .gl-header_search {
    display: flex;
    align-items: center;
  }
  .gl-header_globe-btn {
    padding: 0 10px;
  }
  .gl-header_globe-txt, .gl-header_mypage {
    display: none;
  }
  .gl-header_menu {
    order: 1;
    margin-left: 6px;
  }
  .gl-header_languages {
    display: none;
  }
}

/* ----------------------------------------------------------------
    Header - Horizontal
----------------------------------------------------------------- */
@media only screen and (min-width: 1100px) {
  .gl-header.-horizontal .gl-header_inner {
    display: grid;
    grid-template-areas: "logo utilities" "menu menu";
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
    transition: padding ease 0.2s;
  }
  .gl-header.-horizontal .gl-header_logo {
    grid-area: logo;
    padding: 22px 0 32px;
  }
  .gl-header.-horizontal .gl-header_utilities {
    grid-area: utilities;
    align-self: start;
    margin-top: 30px;
  }
  .gl-header.-horizontal .gl-header_search {
    flex: 1;
    min-width: 130px;
    max-width: 236px;
    margin-left: 10px;
  }
  .gl-header.-horizontal .gl-header_languages {
    display: flex;
    align-items: center;
    margin-left: 12px;
    font-size: 0.875rem;
  }
  .gl-header.-horizontal .gl-header_mypage {
    position: relative;
    flex-shrink: 0;
    margin-left: 22px;
    padding: 2px 0 0 16px;
    font-size: 0.875rem;
  }
  .gl-header.-horizontal .gl-header_mypage::before {
    display: inline-block;
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    background: no-repeat center/100%;
    background-image: url("data:image/svg+xml; charset=utf-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2011%2011%22%3e%3cpolyline%20points%3d%222%2e75%209%2e8%208%2e25%205%2e7%207%2e73%205%2e25%202%2e75%201%2e2%22%20fill%3d%22none%22%20stroke%3d%22%23666%22%20stroke%2dlinecap%3d%22round%22%20stroke%2dwidth%3d%222%22%2f%3e%3c%2fsvg%3e");
    content: "";
  }
  .gl-header.-horizontal .gl-header_mypage > a::after {
    display: block;
    width: 100%;
    height: 1px;
    transform: scaleY(0.9);
    background: #707070;
    content: "";
    opacity: 0;
    transition: opacity 0.25s ease-out;
  }
  .gl-header.-horizontal .gl-header_mypage > a:hover::after, .gl-header.-horizontal .gl-header_mypage > a:active::after, .gl-header.-horizontal .gl-header_mypage > a:focus::after {
    opacity: 1;
  }
  .gl-header.-horizontal .gl-header_globe {
    max-width: 265px;
    margin-left: 18px;
    padding-left: 18px;
    font-size: 0.9375rem;
    word-break: break-word;
  }
  .gl-header.-horizontal .gl-header_globe:not(:first-child) {
    border-left: solid 1px #C9C9C9;
  }
  .gl-header.-horizontal .gl-header_globe-txt {
    display: inline-block;
    padding-top: 3px;
  }
  .gl-header.-horizontal .gl-header_menu {
    grid-area: menu;
  }
}

/* ----------------------------------------------------------------
    Header - Vertical
----------------------------------------------------------------- */
@media only screen and (min-width: 1100px) {
  .gl-header.-vertical {
    min-height: 100vh;
    border-right: solid 1px #DEDEDE;
    border-bottom: 0;
  }
  .gl-header.-vertical .gl-header_inner {
    padding-bottom: 80px;
  }
  html.js-on .gl-header.-vertical {
    width: 240px;
  }
  html.js-on .gl-header.-vertical .gl-header_inner {
    height: 100%;
    background: #FFF;
  }
  .gl-header.-vertical .gl-header_logo {
    padding: 32px 0;
    border-bottom: solid 1px #DEDEDE;
    text-align: center;
  }
  .gl-header.-vertical .gl-header_logo a {
    margin: 0 auto;
  }
  .gl-header.-vertical .gl-header_utilities {
    flex-direction: column;
    margin-top: 45px;
    border-top: solid 1px #DEDEDE;
    font-size: 0.875rem;
  }
  .gl-header.-vertical .gl-header_search,
.gl-header.-vertical .gl-header_mypage,
.gl-header.-vertical .gl-header_globe,
.gl-header.-vertical .gl-header_languages {
    width: 100%;
    border-bottom: solid 1px #DEDEDE;
    text-align: center;
  }
  .gl-header.-vertical .gl-header_globe-btn,
.gl-header.-vertical .gl-header_mypage > a {
    padding: 14px 0;
    transition: background-color 0.25s ease-out;
  }
  .gl-header.-vertical .gl-header_globe-btn:hover, .gl-header.-vertical .gl-header_globe-btn:active, .gl-header.-vertical .gl-header_globe-btn:focus,
.gl-header.-vertical .gl-header_mypage > a:hover,
.gl-header.-vertical .gl-header_mypage > a:active,
.gl-header.-vertical .gl-header_mypage > a:focus {
    background: #F2F2F2;
    opacity: 1;
  }
  .gl-header.-vertical .gl-header_languages {
    padding: 12px;
  }
  .gl-header.-vertical .gl-header_mypage > a {
    display: block;
  }
  .gl-header.-vertical .gl-header_globe-btn {
    justify-content: center;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .gl-header.-vertical .gl-header_globe-txt {
    word-break: break-word;
  }
}

/* ----------------------------------------------------------------
    Pseudo element (Block)
----------------------------------------------------------------- */
.gl-link > span::before, .gl-area-select_toggle-btn::before, .gl-area-select_toggle-btn::after, .gl-area-select_area::after, .gl-footer-pageTop_link::before, .gl-modal_close-btn::before, .gl-menu_close-btn::before, .gl-modal_close-btn::after, .gl-menu_close-btn::after {
  display: block;
  content: "";
}

/* ----------------------------------------------------------------
    Close button
----------------------------------------------------------------- */
.gl-modal_close-btn, .gl-menu_close-btn {
  position: absolute;
  width: 23px;
  height: 23px;
}
.gl-modal_close-btn::before, .gl-menu_close-btn::before, .gl-modal_close-btn::after, .gl-menu_close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
  background: #64666A;
  transition: background-color 0.25s ease-out;
}
.gl-modal_close-btn::before, .gl-menu_close-btn::before {
  width: 2px;
  height: 23px;
}
.gl-modal_close-btn::after, .gl-menu_close-btn::after {
  width: 23px;
  height: 2px;
}
.gl-modal_close-btn:hover::before, .gl-menu_close-btn:hover::before, .gl-modal_close-btn:hover::after, .gl-menu_close-btn:hover::after, .gl-modal_close-btn:active::before, .gl-menu_close-btn:active::before, .gl-modal_close-btn:active::after, .gl-menu_close-btn:active::after, .gl-modal_close-btn:focus::before, .gl-menu_close-btn:focus::before, .gl-modal_close-btn:focus::after, .gl-menu_close-btn:focus::after {
  background: #333;
}

/* ----------------------------------------------------------------
    Scrollbar
----------------------------------------------------------------- */
.gl-area-select_list, .gl-modal, .gl-menu_content, .gl-menu_main-content, .gl-menu_main-content > .gl-menu_sub {
  scrollbar-gutter: stable;
  scrollbar-color: #C9C9C9 #F2F2F2;
  scrollbar-width: thin;
}
.gl-area-select_list::-webkit-scrollbar, .gl-modal::-webkit-scrollbar, .gl-menu_content::-webkit-scrollbar, .gl-menu_main-content::-webkit-scrollbar, .gl-menu_main-content > .gl-menu_sub::-webkit-scrollbar {
  width: 10px;
}

.gl-area-select_list::-webkit-scrollbar-track, .gl-modal::-webkit-scrollbar-track, .gl-menu_content::-webkit-scrollbar-track, .gl-menu_main-content::-webkit-scrollbar-track, .gl-menu_main-content > .gl-menu_sub::-webkit-scrollbar-track {
  background: #F2F2F2;
}

.gl-area-select_list::-webkit-scrollbar-thumb, .gl-modal::-webkit-scrollbar-thumb, .gl-menu_content::-webkit-scrollbar-thumb, .gl-menu_main-content::-webkit-scrollbar-thumb, .gl-menu_main-content > .gl-menu_sub::-webkit-scrollbar-thumb {
  background: #C9C9C9;
}

/* ----------------------------------------------------------------
    Gobal menu - Common・SP
----------------------------------------------------------------- */
.gl-menu_link {
  display: inline-block;
  padding: 16px 0;
  word-break: break-word;
}
.gl-menu_main {
  margin: 0;
  padding: 0;
}
.gl-menu_main > li > .gl-menu_link {
  font-size: 1rem;
}
.gl-menu_main-content, .gl-menu_sub {
  z-index: 1;
}
.gl-menu_sub-top {
  margin: 0;
  font-size: 1rem;
}
.gl-menu_sub-top > * {
  display: block;
  font-weight: 700;
}
.gl-menu_sub-list {
  margin: 0;
  padding: 0;
}
.gl-menu_sub-list > li > .gl-menu_link {
  font-size: 0.875rem;
  text-align: left;
}
.gl-menu_sub-list > li > .gl-menu_link > span {
  -webkit-text-decoration: underline transparent;
  display: inline-block;
  position: relative;
  text-decoration: underline transparent;
  text-underline-offset: 0.3rem;
  transition: -webkit-text-decoration 0.25s ease-out;
  transition: text-decoration 0.25s ease-out;
  transition: text-decoration 0.25s ease-out, -webkit-text-decoration 0.25s ease-out;
}
.gl-menu_sub-list > li > .gl-menu_link:hover > span, .gl-menu_sub-list > li > .gl-menu_link:active > span, .gl-menu_sub-list > li > .gl-menu_link:focus > span {
  -webkit-text-decoration-color: #CF122E;
  text-decoration-color: #CF122E;
}
.gl-menu_sub-list > li > .gl-menu_link.fn-menu_btn > span {
  padding-right: 16px;
}
.gl-menu_sub-list > li > .gl-menu_link.fn-menu_btn > span::before {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 10px;
  height: 10px;
  background: no-repeat center/100%;
  background-image: url("data:image/svg+xml; charset=utf-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2011%2011%22%3e%3cpolyline%20points%3d%222%2e75%209%2e8%208%2e25%205%2e7%207%2e73%205%2e25%202%2e75%201%2e2%22%20fill%3d%22none%22%20stroke%3d%22%23666%22%20stroke%2dlinecap%3d%22round%22%20stroke%2dwidth%3d%222%22%2f%3e%3c%2fsvg%3e");
  content: "";
}
.gl-menu_title {
  word-break: break-word;
}
.gl-menu_back-btn {
  -webkit-text-decoration: underline transparent;
  position: relative;
  margin-bottom: 4px;
  padding: 0 0 0 20px;
  text-decoration: underline transparent;
  text-underline-offset: 0.3rem;
  word-break: break-word;
  transition: all 0.25s ease-out;
}
.gl-menu_back-btn::before {
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 8px;
  height: 8px;
  background: no-repeat center/100%;
  background-image: url("data:image/svg+xml; charset=utf-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2011%2011%22%3e%3cpolyline%20points%3d%228%2e25%201%2e2%202%2e75%205%2e3%203%2e28%205%2e76%208%2e25%209%2e8%22%20fill%3d%22none%22%20stroke%3d%22%23666%22%20stroke%2dlinecap%3d%22round%22%20stroke%2dwidth%3d%222%22%2f%3e%3c%2fsvg%3e");
  content: "";
}
.gl-menu_back-btn:hover, .gl-menu_back-btn:active, .gl-menu_back-btn:focus {
  -webkit-text-decoration-color: #CF122E;
  color: #CF122E;
  text-decoration-color: #CF122E;
}
.gl-menu_back-btn:hover::before, .gl-menu_back-btn:active::before, .gl-menu_back-btn:focus::before {
  background-image: url("data:image/svg+xml; charset=utf-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2011%2011%22%3e%3cpolyline%20points%3d%228%2e25%201%2e2%202%2e75%205%2e3%203%2e28%205%2e76%208%2e25%209%2e8%22%20fill%3d%22none%22%20stroke%3d%22%23CF122E%22%20stroke%2dlinecap%3d%22round%22%20stroke%2dwidth%3d%222%22%2f%3e%3c%2fsvg%3e");
}
.gl-menu .fn-menu_main.is-current {
  color: #CF122E;
}
@media only screen and (min-width: 1100px) {
  .gl-menu_toggle-btn, .gl-menu_top, .gl-menu_utilities {
    display: none;
  }
  .gl-menu_title {
    transition: color 0.25s ease-out;
  }
  .gl-menu_title > span {
    display: inline-block;
  }
  .gl-menu_title[href]:hover, .gl-menu_title[href]:active, .gl-menu_title[href]:focus {
    color: #CF122E;
  }
  .gl-menu_sub-list > li > .gl-menu_link.fn-menu_btn:hover > span::before, .gl-menu_sub-list > li > .gl-menu_link.fn-menu_btn:active > span::before, .gl-menu_sub-list > li > .gl-menu_link.fn-menu_btn:focus > span::before {
    background-image: url("data:image/svg+xml; charset=utf-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2011%2011%22%3e%3cpolyline%20points%3d%222%2e75%209%2e8%208%2e25%205%2e7%207%2e73%205%2e25%202%2e75%201%2e2%22%20fill%3d%22none%22%20stroke%3d%22%23CF122E%22%20stroke%2dlinecap%3d%22round%22%20stroke%2dwidth%3d%222%22%2f%3e%3c%2fsvg%3e");
  }
}
@media only screen and (max-width: 1099px) {
  .gl-menu_link {
    width: 100%;
    padding: 14px 0;
    line-height: 1.2;
    text-align: left;
  }
  .gl-menu_toggle-btn {
    display: block;
    position: relative;
    width: 59px;
    height: 63px;
    background: #FFF;
    transition: background-color 0.25s ease-out;
  }
  .gl-menu_toggle-btn[aria-controls] {
    background: no-repeat center/23px auto;
    background-image: url("data:image/svg+xml; charset=utf-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2025%2016%22%3e%3cg%20fill%3d%22none%22%20stroke%3d%22%23333%22%20stroke%2dlinecap%3d%22round%22%20stroke%2dwidth%3d%222%22%3e%3cpath%20d%3d%22M1%201h23%22%2f%3e%3cpath%20d%3d%22M1%208h23%22%2f%3e%3cpath%20d%3d%22M1%2015h23%22%2f%3e%3c%2fg%3e%3c%2fsvg%3e");
  }
  .gl-menu_toggle-btn::before, .gl-menu_toggle-btn::after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 12px);
    width: 23px;
    height: 2px;
    border-radius: 1px;
    background: #FFF;
    content: "";
    opacity: 0;
    transition: transform 0.25s ease-out;
  }
  .is-open .gl-menu_toggle-btn {
    background: #CF122E;
  }
  .is-open .gl-menu_toggle-btn::before, .is-open .gl-menu_toggle-btn::after {
    opacity: 1;
  }
  .is-open .gl-menu_toggle-btn::before {
    transform: rotate(45deg);
  }
  .is-open .gl-menu_toggle-btn::after {
    transform: rotate(-45deg);
  }
  .is-animate-out .gl-menu_toggle-btn {
    background: #FFF;
  }
  .is-animate-out .gl-menu_toggle-btn::before, .is-animate-out .gl-menu_toggle-btn::after {
    transform: none;
  }
  .gl-menu_content {
    z-index: -1;
    top: 65px;
    left: 0;
    width: 100%;
    min-height: 100vh;
    padding: 28px;
    overflow-x: hidden;
    background: #FFF;
  }
  .js-on .gl-menu_content {
    position: absolute;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.2s ease-out;
  }
  .gl-menu.is-open .gl-menu_content {
    transform: translateY(0);
    opacity: 1;
  }
  .gl-menu.is-animate-out .gl-menu_content {
    transform: translateY(-100%);
  }
  .gl-menu_main {
    position: relative;
    padding: 12px 0 0 16px;
    border-top: solid 1px #DEDEDE;
  }
  .gl-menu_main > li > .gl-menu_link {
    font-weight: 700;
  }
  .gl-menu_main > li > .gl-menu_link.fn-current {
    color: #CF122E;
  }
  .gl-menu_sub {
    padding-top: 28px;
  }
  .gl-menu_sub-list > li > .gl-menu_link > span {
    text-decoration: none;
  }
  .gl-menu_sub-list > li > .gl-menu_link > span::after {
    display: none;
  }
  .gl-menu_sub-list > li > .gl-menu_link.fn-menu_btn > span::before {
    top: calc(50% - 5px);
    width: 8px;
    height: 8px;
  }
  .gl-menu_content .gl-menu_back-btn {
    display: block;
    width: 100%;
    margin-bottom: 4px;
    padding-left: 14px;
    font-size: 0.875rem;
    text-align: left;
    text-decoration: none;
  }
  .js-on .gl-menu .fn-megamenu .fn-menu_content {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    transform: translateX(100%);
    background: #FFF;
    opacity: 0;
    transition: transform 0.25s ease-out;
  }
  .gl-menu .fn-megamenu.is-open > .fn-menu_content,
.gl-menu .fn-submenu.is-open > .fn-menu_content {
    transform: translateX(0);
    opacity: 1;
  }
  .gl-menu .fn-megamenu.is-animate-out > .fn-menu_content,
.gl-menu .fn-submenu.is-animate-out > .fn-menu_content {
    transform: translateX(100%);
  }
  .gl-menu.is-megamenu-open .gl-menu_utilities,
.gl-menu.is-megamenu-open .gl-menu_main > li > .gl-menu_link {
    visibility: hidden;
    opacity: 0;
  }
  .gl-menu.is-megamenu-open .gl-menu_main > li > .gl-menu_link {
    transition: all 0.25s ease-out;
    transition-delay: 0.25s;
  }
  .gl-menu_utilities {
    margin: 14px 0 0;
    padding: 4px 0 0 16px;
    border-top: solid 1px #DEDEDE;
    font-size: 1rem;
    transition: all 0.2s ease-out;
  }
  .gl-menu_utilities-item > a {
    display: block;
    padding: 16px 0;
    font-weight: 700;
  }
  .gl-menu_pickup {
    display: none;
  }
  .gl-menu_main .gl-menu_link, .gl-menu_back-btn, .gl-menu_title[href], .gl-menu_utilities a {
    transition: opacity 0.25s ease-out;
  }
  .gl-menu_main .gl-menu_link:hover, .gl-menu_main .gl-menu_link:active, .gl-menu_main .gl-menu_link:focus, .gl-menu_back-btn:hover, .gl-menu_back-btn:active, .gl-menu_back-btn:focus, .gl-menu_title[href]:hover, .gl-menu_title[href]:active, .gl-menu_title[href]:focus, .gl-menu_utilities a:hover, .gl-menu_utilities a:active, .gl-menu_utilities a:focus {
    opacity: 0.7;
  }
}

/* ----------------------------------------------------------------
    Gobal menu - Horizontal
----------------------------------------------------------------- */
@media only screen and (min-width: 1100px) {
  .gl-header.-horizontal .gl-menu_link {
    font-size: 1.0625rem;
    transition: all 0.25s ease-out;
  }
  .gl-header.-horizontal .gl-menu_main {
    display: flex;
    overflow: hidden;
  }
  .gl-header.-horizontal .gl-menu_main > li {
    margin: 0;
  }
  .gl-header.-horizontal .gl-menu_main > li > .gl-menu_link {
    padding: 0 1.3vw;
    outline-offset: -0.1rem;
    font-size: 0.9375rem;
    text-align: center;
    word-break: break-word;
  }
  .gl-header.-horizontal .gl-menu_main > li > .gl-menu_link > span {
    display: inline-block;
    padding: 0 0 12px;
    border-bottom: solid 2px transparent;
    transition: border-color 0.25s ease-out;
  }
  .gl-header.-horizontal .gl-menu_main > li:first-child > .gl-menu_link {
    padding-left: 0;
  }
  .gl-header.-horizontal .gl-menu_main > li:last-child > .gl-menu_link {
    padding-right: 0;
  }
  .gl-header.-horizontal .gl-menu_main-content {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 50px;
    border-top: solid 1px #BEBEBE;
    border-bottom: solid 1px #DEDEDE;
    background: #FFF;
  }
  .gl-header.-horizontal .gl-menu_main-content > .gl-menu_sub {
    position: relative;
    max-width: 1340px;
    height: calc(65vh - 160px);
    min-height: 420px;
    margin: 0 auto;
    padding: 44px 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .gl-header.-horizontal .gl-menu_main-content > .gl-menu_sub > .gl-menu_sub-top {
    position: relative;
    flex-shrink: 0;
    width: 21.35%;
    max-width: 308px;
    padding-right: 2.1vw;
    font-size: 1.375rem;
    line-height: 1.3;
  }
  .gl-header.-horizontal .gl-menu_main-content > .gl-menu_sub > .gl-menu_sub-top::after {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #DEDEDE;
    content: "";
  }
  .gl-header.-horizontal .gl-menu_main-content > .gl-menu_sub > .gl-menu_pickup {
    margin-top: 0;
    padding-top: 16px;
  }
  .gl-header.-horizontal .gl-menu_main-content > .gl-menu_sub > .gl-menu_sub-list {
    position: relative;
    margin: 32px 0 0 2.1vw;
  }
  .gl-header.-horizontal .gl-menu_sub {
    display: flex;
  }
  .gl-header.-horizontal .gl-menu_sub-list {
    flex: 1;
    padding-bottom: 16px;
  }
  .gl-header.-horizontal .gl-menu_sub-list > li {
    margin-bottom: 22px;
  }
  .gl-header.-horizontal .gl-menu_sub-list > li .gl-menu_link {
    display: inline-block;
    padding: 0;
    border: 0;
    font-weight: 700;
  }
  .gl-header.-horizontal .gl-menu_sub-list > li .gl-menu_link:hover, .gl-header.-horizontal .gl-menu_sub-list > li .gl-menu_link:active, .gl-header.-horizontal .gl-menu_sub-list > li .gl-menu_link:focus {
    color: #CF122E;
  }
  .js-on .gl-header.-horizontal .gl-menu_title {
    position: relative;
    top: 33px;
  }
  .gl-header.-horizontal .gl-menu_back-btn + .gl-menu_title {
    top: 0;
  }
  .gl-header.-horizontal .gl-menu_back-btn {
    margin-bottom: 12px;
    font-size: 1rem;
  }
  .gl-header.-horizontal .gl-menu_close-btn {
    top: 22px;
    right: 10px;
    transform: scale(1.3);
  }
  .gl-header.-horizontal .gl-menu_pickup {
    flex-shrink: 0;
    width: 41.5vw;
    max-width: calc(640px + 4%);
    margin-top: -22px;
    padding: 0 calc(2.5vw - 24px) 0 4%;
  }
  .js-on .gl-header.-horizontal .gl-menu .fn-megamenu {
    overflow-x: hidden;
  }
  .js-on .gl-header.-horizontal .gl-menu .fn-megamenu > .fn-menu_content {
    transition: opacity 0.25s ease-out;
  }
  .js-on .gl-header.-horizontal .gl-menu .fn-megamenu > .fn-menu_content > .gl-menu_sub {
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  .js-on .gl-header.-horizontal .gl-menu .fn-megamenu.is-open > .fn-menu_content > .gl-menu_sub {
    opacity: 1;
  }
  .js-on .gl-header.-horizontal .gl-menu .fn-megamenu.is-animate-out > .fn-menu_content > .gl-menu_sub {
    opacity: 0;
  }
  .js-on .gl-header.-horizontal .gl-menu .fn-submenu .fn-menu_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(100%);
    background: #FFF;
    opacity: 0;
    transition: transform 0.25s ease-out;
  }
  .js-on .gl-header.-horizontal .gl-menu .fn-submenu.is-open > .fn-menu_content {
    transform: translateY(0);
    opacity: 1;
  }
  .js-on .gl-header.-horizontal .gl-menu .fn-submenu.is-animate-out > .fn-menu_content {
    transform: translateX(100%);
  }
  .gl-header.-horizontal .gl-menu .fn-menu_main.is-current > span {
    border-color: #CF122E;
  }
  html:not(.js-on) .gl-header.-horizontal .gl-menu_main, html:not(.js-on) .gl-header.-horizontal .gl-menu_sub {
    display: block;
  }
  html:not(.js-on) .gl-header.-horizontal .gl-menu_main-content {
    position: relative;
  }
}

/* ----------------------------------------------------------------
    Gobal menu - Vertical
----------------------------------------------------------------- */
@media only screen and (min-width: 1100px) {
  .gl-header.-vertical .gl-menu {
    border-bottom: 0;
  }
  .gl-header.-vertical .gl-menu_main {
    padding: 24px 0 0 32px;
  }
  .gl-header.-vertical .gl-menu_main .gl-menu_link {
    transition: color 0.25s ease-out;
  }
  .gl-header.-vertical .gl-menu_main > li > .gl-menu_link {
    text-align: left;
  }
  .gl-header.-vertical .gl-menu_main > li > .gl-menu_link > span {
    -webkit-text-decoration: underline transparent;
    display: inline-block;
    position: relative;
    text-decoration: underline transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    transition: -webkit-text-decoration 0.25s ease-out;
    transition: text-decoration 0.25s ease-out;
    transition: text-decoration 0.25s ease-out, -webkit-text-decoration 0.25s ease-out;
  }
  .gl-header.-vertical .gl-menu_main-content {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    width: 296px;
    padding-top: 102px;
    overflow-y: auto;
    background: #F2F2F2;
  }
  .gl-header.-vertical .gl-menu_main-content > .gl-menu_sub > .gl-menu_sub-top {
    padding: 0 40px;
  }
  .gl-header.-vertical .gl-menu_main-content > .gl-menu_sub > .gl-menu_sub-top .gl-menu_title {
    margin-top: 42px;
  }
  .gl-header.-vertical .gl-menu_main-content > .gl-menu_sub > .gl-menu_sub-top .gl-menu_back-btn + .gl-menu_title {
    margin-top: 0;
  }
  .gl-header.-vertical .gl-menu_main-content > .gl-menu_sub .gl-menu_sub-list {
    position: relative;
    padding: 0 20px 26px 40px;
  }
  .gl-header.-vertical .gl-menu_main-content > .gl-menu_sub .gl-menu_sub-list > li {
    padding-left: 14px;
  }
  .gl-header.-vertical .gl-menu_sub {
    background: #F2F2F2;
  }
  .gl-header.-vertical .gl-menu_sub .gl-menu_sub {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .gl-header.-vertical .gl-menu_sub-list > li > .gl-menu_link {
    display: inline-block;
    padding: 12px 0;
  }
  .gl-header.-vertical .gl-menu_sub-list > li > .gl-menu_link:hover, .gl-header.-vertical .gl-menu_sub-list > li > .gl-menu_link:active, .gl-header.-vertical .gl-menu_sub-list > li > .gl-menu_link:focus {
    color: #CF122E;
  }
  .gl-header.-vertical .gl-menu_sub-list > li > .gl-menu_link:hover > span, .gl-header.-vertical .gl-menu_sub-list > li > .gl-menu_link:active > span, .gl-header.-vertical .gl-menu_sub-list > li > .gl-menu_link:focus > span {
    -webkit-text-decoration-color: #CF122E;
    text-decoration-color: #CF122E;
  }
  .gl-header.-vertical .gl-menu_back-btn {
    margin: 0 0 24px;
    font-size: 0.75rem;
  }
  .gl-header.-vertical .gl-menu_close-btn {
    top: 18px;
    right: 18px;
  }
  .gl-header.-vertical .gl-menu_title {
    padding: 0 0 12px 14px;
    transition: color 0.25s ease-out;
  }
  .gl-header.-vertical .gl-menu_pickup {
    margin-top: 12px;
    padding: 0 40px;
  }
  .js-on .gl-header.-vertical .gl-menu .fn-megamenu > .fn-menu_content {
    transition: all 0.2s ease-out;
  }
  .js-on .gl-header.-vertical .gl-menu .fn-megamenu > .fn-menu_content .gl-menu_top,
.js-on .gl-header.-vertical .gl-menu .fn-megamenu > .fn-menu_content .gl-menu_sub-list,
.js-on .gl-header.-vertical .gl-menu .fn-megamenu > .fn-menu_content .gl-menu_pickup {
    opacity: 0;
    transition: opacity 0.25s ease-out;
  }
  .js-on .gl-header.-vertical .gl-menu .fn-megamenu.is-open > .fn-menu_content .gl-menu_top,
.js-on .gl-header.-vertical .gl-menu .fn-megamenu.is-open > .fn-menu_content .gl-menu_sub-list,
.js-on .gl-header.-vertical .gl-menu .fn-megamenu.is-open > .fn-menu_content .gl-menu_pickup {
    opacity: 1;
  }
  .js-on .gl-header.-vertical .gl-menu .fn-megamenu.is-animate-out > .fn-menu_content .gl-menu_top,
.js-on .gl-header.-vertical .gl-menu .fn-megamenu.is-animate-out > .fn-menu_content .gl-menu_sub-list,
.js-on .gl-header.-vertical .gl-menu .fn-megamenu.is-animate-out > .fn-menu_content .gl-menu_pickup {
    opacity: 0;
  }
  .js-on .gl-header.-vertical .gl-menu .fn-submenu .fn-menu_content {
    transform: translateX(100%);
    opacity: 0.5;
    transition: all 0.2s ease-out;
  }
  .js-on .gl-header.-vertical .gl-menu .fn-submenu.is-open > .fn-menu_content {
    transform: translateX(0);
    opacity: 1;
  }
  .js-on .gl-header.-vertical .gl-menu .fn-submenu.is-animate-out > .fn-menu_content {
    transform: translateX(100%);
    opacity: 0.5;
  }
  .js-on .gl-header.-vertical .gl-menu:not(.is-megamenu-open) .fn-megamenu > .fn-menu_content {
    transform: translateX(-100%);
  }
  .js-on .gl-header.-vertical .gl-menu:not(.is-megamenu-open) .fn-megamenu.is-open > .fn-menu_content {
    transform: translateX(0);
  }
  .js-on .gl-header.-vertical .gl-menu:not(.is-megamenu-open) .fn-megamenu.is-animate-out > .fn-menu_content {
    transform: translateX(-100%);
  }
  .gl-header.-vertical .gl-menu .fn-menu_main.is-current > span {
    -webkit-text-decoration-color: #CF122E;
    text-decoration-color: #CF122E;
  }
  html:not(.js-on) .gl-header.-vertical .gl-menu_main-content {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0;
    background: none;
  }
  html:not(.js-on) .gl-header.-vertical .gl-menu_sub-list, html:not(.js-on) .gl-header.-vertical .gl-menu_sub {
    position: relative;
  }
  html:not(.js-on) .gl-header.-vertical .gl-menu_sub {
    background: none;
  }
}

/* ----------------------------------------------------------------
   Footer - Common・SP
----------------------------------------------------------------- */
/* .gl-footer
----------------------------------------------------------------- */
.gl-footer button {
  text-align: left;
}

/* .gl-footer-area-01
----------------------------------------------------------------- */
.gl-footer-area-01 {
  background-color: #666;
  color: #FFF;
}
.gl-footer-area-01_inner {
  padding: 35px 16px;
}
@media only screen and (min-width: 1100px) {
  .gl-footer-area-01_inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 35px 50px 40px;
    transition: padding ease 0.2s;
  }
}

/* .gl-footer-nav-01
----------------------------------------------------------------- */
.gl-footer-nav-01_inner {
  margin: 0;
  padding: 35px 0 20px;
}
.gl-footer-nav-01_hdgButton {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 35px 10px 0;
  font-size: 1rem;
}
.gl-footer-nav-01_hdgLink {
  -webkit-text-decoration: underline transparent;
  display: block;
  position: relative;
  padding: 10px 35px 10px 0;
  font-size: 1rem;
  text-decoration: underline transparent;
  text-underline-offset: 0.3rem;
  transition: -webkit-text-decoration-color 0.25s ease-out;
  transition: text-decoration-color 0.25s ease-out;
  transition: text-decoration-color 0.25s ease-out, -webkit-text-decoration-color 0.25s ease-out;
}
.gl-footer-nav-01_contentInner {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.gl-footer-nav-01_contentItem {
  margin-bottom: 16px;
  padding: 0 12px 0 16px;
  font-size: 0.8125rem;
}
.gl-footer-nav-01_contentItem:last-of-type {
  margin-bottom: 0;
}
.gl-footer-nav-01_contentItem .gl-footer-nav-01_contentLink {
  -webkit-text-decoration: underline transparent;
  display: inline-block;
  text-decoration: underline transparent;
  text-underline-offset: 0.3rem;
  transition: -webkit-text-decoration-color 0.25s ease-out;
  transition: text-decoration-color 0.25s ease-out;
  transition: text-decoration-color 0.25s ease-out, -webkit-text-decoration-color 0.25s ease-out;
}
@media only screen and (min-width: 768px) {
  .gl-footer-nav-01_inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 61px;
    padding-bottom: 76px;
  }
  .gl-footer-nav-01_item {
    flex-basis: calc(20% - 24px);
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .gl-footer-nav-01_item:nth-child(5n) {
    margin-right: 0;
  }
  .gl-footer-nav-01_item:nth-child(5n+1):nth-last-child(-n+5), .gl-footer-nav-01_item:nth-child(5n+1):nth-last-child(-n+5) ~ .gl-footer-nav-01_item {
    margin-bottom: 0;
  }
  .gl-footer-nav-01_hdg {
    margin-bottom: 18px;
  }
  .gl-footer-nav-01_hdgButton {
    display: inline-block;
    padding: 0;
    font-weight: 700;
    font-size: 1.125rem;
  }
  .gl-footer-nav-01_hdgLink {
    display: inline-block;
    padding: 0;
    font-weight: 700;
    font-size: 1.125rem;
  }
  .gl-footer-nav-01_hdgLink:hover, .gl-footer-nav-01_hdgLink:active, .gl-footer-nav-01_hdgLink:focus {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
  }
  .gl-footer-nav-01_contentItem {
    padding-right: 0;
    padding-left: 0;
    font-size: 0.875rem;
  }
  .gl-footer-nav-01_contentItem .gl-footer-nav-01_contentLink {
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
    text-underline-offset: 0.3rem;
    transition: -webkit-text-decoration-color 0.25s ease-out;
    transition: text-decoration-color 0.25s ease-out;
    transition: text-decoration-color 0.25s ease-out, -webkit-text-decoration-color 0.25s ease-out;
  }
  .gl-footer-nav-01_contentItem .gl-footer-nav-01_contentLink:hover, .gl-footer-nav-01_contentItem .gl-footer-nav-01_contentLink:active, .gl-footer-nav-01_contentItem .gl-footer-nav-01_contentLink:focus {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .gl-footer-nav-01:last-of-type {
    margin-bottom: 56px;
  }
  .gl-footer-nav-01_item {
    margin-bottom: 20px;
  }
  .gl-footer-nav-01_item:last-of-type {
    margin-bottom: 0;
  }
  .gl-footer-nav-01_item:last-of-type .gl-footer-nav-01_content {
    padding-bottom: 56px;
    border-bottom: 1px solid #999;
  }
  .gl-footer-nav-01_hdg {
    border-bottom: 1px solid #999;
  }
  .gl-footer-nav-01_hdgButton::before {
    display: block;
    position: absolute;
    top: 18px;
    right: 12px;
    width: 11px;
    height: 1px;
    background-size: 11px 1px;
    background-color: #FFF;
    content: "";
  }
  .gl-footer-nav-01_hdgButton::after {
    display: block;
    position: absolute;
    top: 13px;
    right: 17px;
    width: 1px;
    height: 11px;
    background-size: 1px 11px;
    background-color: #FFF;
    content: "";
  }
  .gl-footer-nav-01_content {
    padding-top: 26px;
  }
  .js-on .gl-footer-nav-01 .fn-content {
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  .js-on .gl-footer-nav-01 .fn-toggle::after {
    transition: transform 0.14s ease-out;
  }
  .gl-footer-nav-01 .is-open .fn-content {
    opacity: 1;
  }
  .gl-footer-nav-01 .is-open .fn-toggle::after {
    transform: rotate(-90deg);
  }
  .gl-footer-nav-01 .is-animate-out .fn-content {
    opacity: 0;
  }
}

/* .gl-footer-nav-02
----------------------------------------------------------------- */
.gl-footer-nav-02_inner {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 20px 0 56px;
}
.gl-footer-nav-02_item {
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
.gl-footer-nav-02_item .gl-footer-nav-02_itemLink {
  -webkit-text-decoration: underline transparent;
  display: inline-block;
  text-decoration: underline transparent;
  text-underline-offset: 0.3rem;
  transition: -webkit-text-decoration-color 0.25s ease-out;
  transition: text-decoration-color 0.25s ease-out;
  transition: text-decoration-color 0.25s ease-out, -webkit-text-decoration-color 0.25s ease-out;
}
@media only screen and (min-width: 768px) {
  .gl-footer-nav-02 {
    padding-top: 40px;
    border-top: 1px solid #999;
  }
  .gl-footer-nav-02:first-child {
    border: 0;
  }
  .gl-footer-nav-02_inner {
    flex-flow: row wrap;
    width: 100%;
    margin-right: -40px;
    margin-bottom: -20px;
  }
  .gl-footer-nav-02_item {
    margin-right: 40px;
    margin-bottom: 20px;
  }
  .gl-footer-nav-02_item .gl-footer-nav-02_itemLink:hover, .gl-footer-nav-02_item .gl-footer-nav-02_itemLink:active, .gl-footer-nav-02_item .gl-footer-nav-02_itemLink:focus {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .gl-footer-nav-02_item {
    margin-bottom: 20px;
  }
  .gl-footer-nav-02_item:last-of-type {
    margin-bottom: 0;
  }
}

/* .gl-footer-sns
----------------------------------------------------------------- */
.gl-footer-sns {
  padding-right: 80px;
}
.gl-footer-sns_inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -23px;
  margin-bottom: -20px;
  padding: 16px 0 0;
}
.gl-footer-sns_item {
  flex: 0 1 auto;
  margin-right: 23px;
  margin-bottom: 20px;
}
.gl-footer-sns_item.-linkedIn {
  margin-right: 16px;
}
.gl-footer-sns_link {
  display: block;
}
.gl-footer-sns_media {
  max-height: 30px;
  vertical-align: middle;
  transition: opacity 0.25s ease-out;
}
@media only screen and (min-width: 768px) {
  .gl-footer-sns {
    padding-right: 96px;
  }
  .gl-footer-sns_inner {
    justify-content: flex-end;
    margin-right: -26px;
  }
  .gl-footer-sns_item {
    margin-right: 26px;
  }
  .gl-footer-sns_item.-linkedIn {
    margin-right: 19px;
  }
  .gl-footer-sns_link:hover .gl-footer-sns_media, .gl-footer-sns_link:active .gl-footer-sns_media, .gl-footer-sns_link:focus .gl-footer-sns_media {
    opacity: 0.6;
  }
  .gl-footer-nav-01 + .gl-footer-sns {
    margin-right: 0;
    padding-top: 60px;
    border-top: 1px solid #999;
  }
}

/* .gl-footer-area-02
----------------------------------------------------------------- */
.gl-footer-area-02 {
  background-color: #333;
  color: #FFF;
}
.gl-footer-area-02_inner {
  position: relative;
  margin: 0;
  padding: 52px 16px 24px;
}
.gl-footer-area-02_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.gl-footer-area-02.-bg-with-gray:first-child {
  background: linear-gradient(#666 78px, #333 0%);
}
.gl-footer-area-02.-bg-with-gray:first-child .gl-footer-pageTop {
  top: -64px;
}
.gl-footer-area-02.-bg-with-gray:first-child .gl-footer-pageTop_link {
  color: #FFF;
}
.gl-footer-area-02.-bg-with-gray:first-child .gl-footer-pageTop_link::before {
  border-color: #FFF;
}
@media only screen and (min-width: 768px) {
  .gl-footer-area-02_inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 16px 24px;
  }
  .gl-footer-area-02.-bg-with-gray:first-child .gl-footer-pageTop {
    top: -64px;
  }
  .gl-footer-area-02.-bg-with-gray:first-child .gl-footer-pageTop_link:hover, .gl-footer-area-02.-bg-with-gray:first-child .gl-footer-pageTop_link:active, .gl-footer-area-02.-bg-with-gray:first-child .gl-footer-pageTop_link:focus {
    color: #C2C2C2;
  }
  .gl-footer-area-02.-bg-with-gray:first-child .gl-footer-pageTop_link:hover::before, .gl-footer-area-02.-bg-with-gray:first-child .gl-footer-pageTop_link:active::before, .gl-footer-area-02.-bg-with-gray:first-child .gl-footer-pageTop_link:focus::before {
    border-color: #C2C2C2;
  }
}
@media only screen and (min-width: 1100px) {
  .gl-footer-area-02_wrap {
    flex-direction: row;
  }
  .gl-footer-area-02_inner {
    padding: 60px 50px;
    transition: padding ease 0.2s;
  }
  .gl-footer-area-02.-bg-with-gray:first-child .gl-footer-pageTop {
    top: -64px;
  }
}

/* .gl-footer-pageTop
----------------------------------------------------------------- */
.gl-footer-pageTop {
  position: absolute;
  top: -75px;
  right: 16px;
  margin: 0;
  color: #FFF;
}
.gl-footer-pageTop_link {
  display: block;
  position: relative;
  max-width: 100%;
  height: 48px;
  padding-top: 24px;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.25s ease-out;
}
.gl-footer-pageTop_link::before {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotate(45deg);
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transition: border-color 0.25s ease-out;
}
.gl-footer-area-02:first-child {
  padding-top: 78px;
  background: linear-gradient(transparent 78px, #333 0%);
}
.gl-footer-area-02:first-child .gl-footer-pageTop {
  color: #666;
}
.gl-footer-area-02:first-child .gl-footer-pageTop_link::before {
  border-color: #666;
}
.gl-footer-area-02:first-child .gl-footer-pageTop_link:hover, .gl-footer-area-02:first-child .gl-footer-pageTop_link:active, .gl-footer-area-02:first-child .gl-footer-pageTop_link:focus {
  color: #C2C2C2;
}
.gl-footer-area-02:first-child .gl-footer-pageTop_link:hover::before, .gl-footer-area-02:first-child .gl-footer-pageTop_link:active::before, .gl-footer-area-02:first-child .gl-footer-pageTop_link:focus::before {
  border-color: #C2C2C2;
}

body.vertical-lyt .gl-footer-area-02:first-child {
  margin-top: -78px;
}

@media only screen and (min-width: 768px) {
  .gl-footer-pageTop_link:hover, .gl-footer-pageTop_link:active, .gl-footer-pageTop_link:focus {
    color: #C2C2C2;
  }
  .gl-footer-pageTop_link:hover::before, .gl-footer-pageTop_link:active::before, .gl-footer-pageTop_link:focus::before {
    border-color: #C2C2C2;
  }
}
@media only screen and (min-width: 1100px) {
  .gl-footer-pageTop {
    top: -80px;
    right: 50px;
    transition: right ease 0.2s;
  }
}

/* .gl-footer-utility
----------------------------------------------------------------- */
.gl-footer-utility {
  width: 100%;
  margin: 0 0 40px;
}
.gl-footer-utility_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.gl-footer-utility_item {
  font-size: 0.9375rem;
  line-height: 1.4;
}
.gl-footer-utility_item .gl-footer-utility_link {
  -webkit-text-decoration: underline transparent;
  display: inline-block;
  text-decoration: underline transparent;
  text-underline-offset: 0.3rem;
  transition: -webkit-text-decoration-color 0.25s ease-out;
  transition: text-decoration-color 0.25s ease-out;
  transition: text-decoration-color 0.25s ease-out, -webkit-text-decoration-color 0.25s ease-out;
}
@media only screen and (min-width: 768px) {
  .gl-footer-utility_inner {
    max-width: 100%;
    margin-right: -42px;
    margin-bottom: -24px;
  }
  .gl-footer-utility_item {
    margin-right: 42px;
    margin-bottom: 24px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
  .gl-footer-utility_item .gl-footer-utility_link:hover, .gl-footer-utility_item .gl-footer-utility_link:active, .gl-footer-utility_item .gl-footer-utility_link:focus {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
  }
}
@media only screen and (min-width: 1100px) {
  .gl-footer-utility {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gl-footer-utility_item {
    flex: 0 1 46%;
    max-width: 46%;
    margin-bottom: 24px;
  }
  .gl-footer-utility_item:nth-child(2n+1):nth-last-child(-n+2), .gl-footer-utility_item:nth-child(2n+1):nth-last-child(-n+2) ~ .gl-footer-utility_item {
    margin-bottom: 0;
  }
  .gl-footer-utility_item:nth-child(2n+1) {
    margin-right: 8%;
  }
}

/* .gl-footer-copyright
----------------------------------------------------------------- */
.gl-footer-copyright_text {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  .gl-footer-copyright_text {
    font-size: 0.875rem;
  }
}

/* ----------------------------------------------------------------
    Global Gateway link
----------------------------------------------------------------- */
.gl-icon-blank {
  display: inline-block;
  width: 0.9em;
  min-width: 12px;
  margin-left: 6px;
  vertical-align: text-top;
}

.gl-header .gl-icon-blank {
  max-width: 18px;
}

/* ----------------------------------------------------------------
    Searchbox
----------------------------------------------------------------- */
.gl-searchbox_form {
  max-width: 584px;
  margin: 0 auto;
}
.gl-searchbox_label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 1rem;
}
.gl-searchbox_item {
  display: flex;
  justify-content: flex-end;
}
.gl-searchbox_input {
  display: block;
  width: 100%;
  border: solid 1px #C9C9C9;
  outline-offset: -1px;
  background: #FFF;
}
.gl-searchbox_input[type=text] {
  padding-left: 10px;
}
.gl-searchbox_btn {
  display: block;
  flex-shrink: 0;
  transition: opacity 0.25s ease-out;
}
.gl-searchbox_btn:hover, .gl-searchbox_btn:active, .gl-searchbox_btn:focus {
  opacity: 0.7;
}
.gl-header .gl-searchbox_form {
  display: none;
}
html:not(.js-on) .gl-modal .gl-searchbox_form {
  display: block;
}
.gl-modal .gl-searchbox {
  width: 100%;
}
.gl-modal .gl-searchbox_btn {
  width: 38px;
  height: 35px;
  padding: 8px 9px;
  border: 0;
  background: #F5F5F5;
}
.gl-modal .gl-searchbox_item {
  border: solid 1px #C9C9C9;
}
.gl-modal .gl-searchbox_input {
  border: none;
}
@media only screen and (min-width: 1100px) {
  .js-on .gl-header .gl-searchbox_label {
    display: none;
  }
  .gl-header.-horizontal .gl-searchbox_form {
    display: block;
  }
  .gl-header.-horizontal .gl-searchbox_input {
    border-radius: 4px;
  }
  .gl-header.-horizontal .gl-searchbox_btn {
    position: relative;
    top: -1px;
    width: 26px;
    height: 26px;
    margin-left: 4px;
    padding: 1px;
    outline-offset: -2px;
  }
  .gl-header.-horizontal .gl-searchbox_btn.-modal {
    display: none;
  }
  .gl-header.-vertical .gl-searchbox_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    transition: background-color 0.25s ease-out;
  }
  .gl-header.-vertical .gl-searchbox_btn > img {
    width: 20px;
  }
  .gl-header.-vertical .gl-searchbox_btn:hover, .gl-header.-vertical .gl-searchbox_btn:active, .gl-header.-vertical .gl-searchbox_btn:focus {
    background: #F2F2F2;
    opacity: 1;
  }
}
@media only screen and (min-width: 1100px) {
  .gl-modal .gl-searchbox {
    width: 100%;
    max-width: 584px;
  }
  .gl-modal .gl-searchbox_form {
    display: flex;
    align-items: center;
  }
  .gl-modal .gl-searchbox_label {
    margin: 0 20px 0 0;
    font-weight: 400;
    font-size: 1.75rem;
  }
  .gl-modal .gl-searchbox_item {
    flex: 1;
  }
  .gl-modal .gl-searchbox_form .gl-searchbox_btn {
    width: 56px;
    height: 54px;
    padding: 12px;
  }
}
@media only screen and (max-width: 1099px) {
  .gl-modal .gl-searchbox_btn {
    padding: 5px 10px 0;
  }
  .gl-modal .gl-searchbox_btn > img {
    width: 24px;
  }
}
@media only screen and (max-width: 1099px) {
  .gl-header .gl-searchbox {
    flex-shrink: 0;
    height: 100%;
  }
  .gl-header .gl-searchbox_btn {
    height: 100%;
    padding: 5px 10px 0;
  }
  .gl-header .gl-searchbox_btn > img {
    width: 24px;
  }
}

/* ----------------------------------------------------------------
    Modal
----------------------------------------------------------------- */
.gl-modal {
  display: flex;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  overflow-y: auto;
  color: #333;
}
.gl-modal li {
  padding: 0;
}
.gl-modal a {
  text-decoration: none;
}
.gl-modal p:last-child {
  margin-bottom: 0;
}
.gl-modal_inner {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 60px 30px 50px;
  border-radius: 4px;
  background: #FFF;
}
.gl-modal_close-btn {
  top: 22px;
  right: 17px;
  border: 0;
}
.gl-modal_item {
  flex: 1;
  width: 100%;
}
.gl-modal_item:not(:last-child) {
  margin-bottom: 22px;
  padding-bottom: 26px;
  border-bottom: solid 1px #DEDEDE;
}
.gl-modal_hdg {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  word-break: break-word;
}
.js-on .gl-modal {
  position: fixed;
  transition: all 0.3s ease-out;
}
.js-on .gl-modal_inner {
  opacity: 0;
  transition: all 0.1s ease-out;
}
.js-on .gl-modal.is-open {
  background: rgba(0, 0, 0, 0.4);
}
.js-on .gl-modal.is-open .gl-modal_inner {
  opacity: 1;
}
.js-on .gl-modal.is-animate-out {
  background: transparent;
}
.js-on .gl-modal.is-animate-out .gl-modal_inner {
  opacity: 0;
}
@media only screen and (min-width: 1481px) {
  .gl-modal {
    padding: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .gl-modal {
    padding-top: 22vh;
  }
  .gl-modal_inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 1000px;
    max-width: 100%;
    min-height: 214px;
    padding: 50px 80px 54px;
  }
  .gl-modal_item {
    align-self: flex-start;
    min-width: 19.7vw;
    max-width: 500px;
  }
  .gl-modal_item:not(:last-child) {
    margin: 0 30px 0 0;
    padding-bottom: 0;
    border: 0;
  }
  .gl-modal_close-btn {
    top: 28px;
    right: 2.7%;
  }
  .gl-modal_hdg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 60px;
    margin: 0 0 22px;
    padding-bottom: 8px;
    border-bottom: solid 1px #333;
    font-size: 1.25rem;
  }
}

/* ----------------------------------------------------------------
    Language selector
----------------------------------------------------------------- */
.gl-lang-list {
  display: flex;
  padding: 0;
}
.gl-lang-list > li:not(:last-child) {
  padding-right: 8px;
}
.gl-lang-list_btn {
  word-wrap: break-word;
  display: block;
  min-width: 90px;
  padding: 8px 8px 5px;
  border: solid 1px #64666A;
  border-radius: 20px;
  background: #FFF;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.25s ease-out;
}
.gl-lang-list_btn:hover, .gl-lang-list_btn:active, .gl-lang-list_btn:focus {
  background: #F5F5F5;
}
.gl-header.-horizontal .gl-lang-list {
  align-items: center;
}
.gl-header.-vertical .gl-lang-list {
  flex-wrap: wrap;
  margin-top: -8px;
}
.gl-header.-vertical .gl-lang-list > li {
  width: 50%;
  margin-top: 8px;
  padding: 0 4px;
}
.gl-header.-vertical .gl-lang-list > li:first-child:last-child {
  width: auto;
  min-width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.gl-header.-vertical .gl-lang-list_btn {
  width: 100%;
  min-width: auto;
  padding: 7px 8px 5px;
}
.gl-header.-vertical .gl-lang-list.-col-1 {
  flex-direction: column;
  align-items: center;
}
.gl-header.-vertical .gl-lang-list.-col-1 > li {
  width: auto;
  min-width: 50%;
}
.gl-modal .gl-lang-list {
  flex-wrap: wrap;
  margin: 0 0 -8px -16px;
}
.gl-modal .gl-lang-list > li {
  width: 50%;
  padding: 0 0 8px 16px;
}
.gl-modal .gl-lang-list > li:first-child:last-child {
  width: auto;
  min-width: 50%;
  max-width: 100%;
}
.gl-modal .gl-lang-list_btn {
  min-width: 108px;
  padding: 5px 8px;
  background: #F5F5F5;
  transition: all 0.25s ease-out;
}
.gl-modal .gl-lang-list_btn:hover, .gl-modal .gl-lang-list_btn:active, .gl-modal .gl-lang-list_btn:focus {
  border-color: #CF122E;
  background: #FFF;
  color: #CF122E;
}
@media only screen and (min-width: 1100px) {
  .gl-modal .gl-lang-list {
    margin-left: -24px;
  }
  .gl-modal .gl-lang-list > li {
    max-width: 204px;
    padding-left: 24px;
  }
  .gl-modal .gl-lang-list_btn {
    padding: 6px 8px 5px;
    font-size: 1rem;
  }
}

/* ----------------------------------------------------------------
    Country/Area selector
----------------------------------------------------------------- */
.gl-area-select {
  background: #FFF;
  font-size: 0.875rem;
}
.gl-area-select_toggle-btn {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 6px 48px 6px 16px;
  border: solid 1px #DEDEDE;
  text-align: left;
  word-break: break-word;
  transition: opacity 0.25s ease-out;
}
.gl-area-select_toggle-btn > span {
  color: #666;
}
.gl-area-select_toggle-btn:hover, .gl-area-select_toggle-btn:active, .gl-area-select_toggle-btn:focus {
  opacity: 0.7;
}
.gl-area-select_toggle-btn::before, .gl-area-select_toggle-btn::after {
  position: absolute;
}
.gl-area-select_toggle-btn::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  background: #F5F5F5;
}
.gl-area-select_toggle-btn::after {
  top: calc(50% - 4px);
  right: 13px;
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
  background: no-repeat center/100%;
  background-image: url("data:image/svg+xml; charset=utf-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2011%2011%22%3e%3cpolyline%20points%3d%222%2e75%209%2e8%208%2e25%205%2e7%207%2e73%205%2e25%202%2e75%201%2e2%22%20fill%3d%22none%22%20stroke%3d%22%23666%22%20stroke%2dlinecap%3d%22round%22%20stroke%2dwidth%3d%222%22%2f%3e%3c%2fsvg%3e");
  transition: transform 0.25s ease-out;
}
.gl-area-select.is-open .gl-area-select_toggle-btn::after {
  transform: rotate(-90deg);
}
.gl-area-select.is-open.is-animate-out .gl-area-select_toggle-btn::after {
  transform: rotate(90deg);
}
.gl-area-select_content {
  position: relative;
}
.gl-area-select_list {
  width: 100%;
  max-height: 32vh;
  margin: 0;
  padding: 12px 0;
  overflow-y: auto;
  border: solid 1px #DEDEDE;
  border-top: 0;
  background: #FFF;
}
.js-on .gl-area-select_list {
  position: absolute;
}
.gl-area-select_list > li > a {
  display: flex;
  padding: 8px 16px;
  color: #666;
  word-break: break-word;
  transition: opacity 0.25s ease-out;
}
.gl-area-select_list > li > a:hover, .gl-area-select_list > li > a:active, .gl-area-select_list > li > a:focus {
  opacity: 0.7;
}
.gl-area-select_area {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  font-weight: 700;
}
.gl-area-select_area::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 1px;
  background: #666;
}
.js-on .gl-area-select_content {
  transform: translateY(-1em);
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.gl-area-select.is-open .gl-area-select_content {
  transform: translateY(0);
  opacity: 1;
}
.gl-area-select.is-animate-out .gl-area-select_content {
  transform: translateY(-1em);
  opacity: 0;
}
@media only screen and (min-width: 1100px) {
  .gl-area-select {
    font-size: 1rem;
  }
  .gl-area-select_list {
    max-height: 45vh;
    padding: 6px 0;
  }
  .gl-area-select_list > li > a {
    padding: 12px 16px;
  }
}

/* ----------------------------------------------------------------
    Global Gateway link
----------------------------------------------------------------- */
.gl-link {
  display: block;
  font-size: 0.875rem;
}
.gl-link > span {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  word-break: break-word;
  transition: color 0.25s ease-out;
}
.gl-link > span::before {
  position: absolute;
  top: calc(50% - 6px);
  left: 5px;
  width: 10px;
  height: 10px;
  background: no-repeat center/100%;
  background-image: url("data:image/svg+xml; charset=utf-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2011%2011%22%3e%3cpolyline%20points%3d%222%2e75%209%2e8%208%2e25%205%2e7%207%2e73%205%2e25%202%2e75%201%2e2%22%20fill%3d%22none%22%20stroke%3d%22%23666%22%20stroke%2dlinecap%3d%22round%22%20stroke%2dwidth%3d%222%22%2f%3e%3c%2fsvg%3e");
  transition: background-image 0.25s ease-out;
}
.gl-link:hover > span, .gl-link:active > span, .gl-link:focus > span {
  color: #CF122E;
}
.gl-link:hover > span::before, .gl-link:active > span::before, .gl-link:focus > span::before {
  background-image: url("data:image/svg+xml; charset=utf-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2011%2011%22%3e%3cpolyline%20points%3d%222%2e75%209%2e8%208%2e25%205%2e7%207%2e73%205%2e25%202%2e75%201%2e2%22%20fill%3d%22none%22%20stroke%3d%22%23CF122E%22%20stroke%2dlinecap%3d%22round%22%20stroke%2dwidth%3d%222%22%2f%3e%3c%2fsvg%3e");
}
@media only screen and (min-width: 1100px) {
  .gl-modal .gl-link {
    font-size: 1.125rem;
  }
}

/* ----------------------------------------------------------------
    Pickup list
----------------------------------------------------------------- */
.gl-pickup {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -24px;
  padding: 0;
  color: #64666A;
  font-size: 1rem;
}
.gl-pickup > li {
  width: 50%;
  padding: 0 24px 24px 0;
}
.gl-pickup_item {
  display: flex;
  flex-direction: column-reverse;
  max-width: 282px;
}
.gl-pickup_item p {
  margin: 0 0 8px;
  line-height: 1.3;
}
.gl-pickup_item p:last-child {
  margin-bottom: 0;
}
.gl-pickup_item[href]:hover .gl-pickup_hdg, .gl-pickup_item[href]:active .gl-pickup_hdg, .gl-pickup_item[href]:focus .gl-pickup_hdg {
  -webkit-text-decoration-color: #CF122E;
  color: #CF122E;
  text-decoration-color: #CF122E;
}
.gl-pickup_item[href]:hover .gl-pickup_img, .gl-pickup_item[href]:active .gl-pickup_img, .gl-pickup_item[href]:focus .gl-pickup_img {
  opacity: 0.7;
}
.gl-pickup_hdg {
  -webkit-text-decoration: underline transparent;
  display: inline-block;
  position: relative;
  padding-left: 24px;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline transparent;
  text-underline-offset: 0.3rem;
  transition: all 0.25s ease-out;
}
.gl-pickup_hdg::before {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  left: 5px;
  width: 10px;
  height: 10px;
  background: no-repeat center/100%;
  background-image: url("data:image/svg+xml; charset=utf-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2011%2011%22%3e%3cpolyline%20points%3d%222%2e75%209%2e8%208%2e25%205%2e7%207%2e73%205%2e25%202%2e75%201%2e2%22%20fill%3d%22none%22%20stroke%3d%22%23CF122E%22%20stroke%2dlinecap%3d%22round%22%20stroke%2dwidth%3d%222%22%2f%3e%3c%2fsvg%3e");
  content: "";
}
.gl-pickup_img {
  height: 148px;
  margin-bottom: 12px;
  overflow: hidden;
  line-height: 1;
  transition: opacity 0.25s ease-out;
}
.gl-pickup_img > img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.gl-header.-vertical .gl-pickup {
  flex-direction: column;
  color: #666;
  font-size: 0.875rem;
}
.gl-header.-vertical .gl-pickup > li {
  width: 100%;
  padding: 0 0 26px;
}
.gl-header.-vertical .gl-pickup_item {
  max-width: 100%;
}
.gl-header.-vertical .gl-pickup_hdg {
  font-size: 0.9375rem;
}
.gl-header.-vertical .gl-pickup_img {
  height: 96px;
}
