@charset 'UTF-8';
html {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 100%;
    font-weight: 700;
    line-height: 1em;
    color: #1d2088;
    background-color: #1d2088;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%
}
main {
    display: block
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}
* {
    margin: 0;
    padding: 0
}
a {
    -webkit-transition: opacity 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
    transition: opacity 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
    text-decoration: none;
    color: #1d2088
}
a img {
    border: none
}
html.windows a {
    -webkit-transition: none;
    transition: none
}
.fcl {
    zoom: 100%
}
.fcl:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
}
img,
svg {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle
}
ol,
ul {
    list-style: none
}
html.webkit img[src$=svg] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
img:-moz-loading {
    visibility: hidden
}
.css_imagehover {
    line-height: 0;
    position: relative;
    display: block
}
.css_imagehover img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity
}
.css_imagehover img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}
.table {
    display: table;
    width: 100%;
    height: 100%
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}
.js-svgChange,
.js-svgDelayLoad {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: transparent
}
.js-svgChange svg,
.js-svgDelayLoad svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.js-delayLoad,
.js-delayLoad_bg,
.js-pictureDelay,
.js-pictureDelay_bg,
.js-svgDelayLoad {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0
}
.js-delayLoad.isLoadEnd,
.js-delayLoad_bg.isLoadEnd,
.js-pictureDelay.isLoadEnd,
.js-pictureDelay_bg.isLoadEnd,
.js-svgDelayLoad.isLoadEnd {
    opacity: 1
}
.gl_common_content {
    background: #fff
}
.gl_common_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 9.6875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}
.gl_common_footer__img {
    position: relative;
    overflow: hidden;
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.gl_common_footer__img span {
    position: absolute;
    top: 0;
    left: 0;
    left: calc(50% - 692px);
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    width: 80rem;
    height: 100%;
    content: '';
    background: no-repeat center bottom;
    background-size: 100% auto
}
.gl_common_footer__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.5rem;
    padding: 0 2.5rem 0 0;
    text-align: right;
    color: #fff;
    background: #1d2088;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.gl_common_footer__copy small {
    font-size: 0.625rem;
    line-height: 1em;
    display: block;
    letter-spacing: 0
}
html.windows .gl_common_footer__copy small {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.gl_common_header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 6.5rem;
    padding: 1.5rem 2.6875rem 0
}
.gl_common_header__ttl {
    font-size: 1.375rem;
    line-height: 1.5em;
    letter-spacing: 0.14em
}
html.windows .gl_common_header__ttl {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.gl_common_header__ttl a {
    display: inline-block
}
html[lang=en] .gl_common_header__ttl {
    font-size: 1.375rem;
    line-height: 1.18182em;
    letter-spacing: 0.01em
}
html[lang=en] .gl_common_header__ttl span {
    font-size: 1rem;
    line-height: 1.625em;
    display: block;
    letter-spacing: 0.01em
}
.gl_common_image_slide {
    position: relative;
    z-index: 1
}
.gl_common_image_slide__mask {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: ''
}
.gl_common_image_slide__inner {
    position: relative;
    left: 0;
    height: 100%
}
.gl_common_modal {
    position: fixed;
    z-index: 11000;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}
.gl_common_modal__modal_inner {
    position: relative
}
.gl_common_modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.gl_common_modal__window {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center
}
.gl_common_nav {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #fff
}
html.isNavOpen,
html.isNavOpen body {
    overflow: hidden
}
.gl_common_nav__btn_toggle {
    position: fixed;
    z-index: 10000;
    top: 1.5rem;
    right: 1.5rem
}
.gl_common_nav__btn_toggle a {
    position: relative;
    display: block;
    width: 4.625rem;
    height: 4.625rem;
    border-radius: 50%;
    background: #1d2088
}
.gl_common_nav__btn_toggle a span,
.gl_common_nav__btn_toggle a:after,
.gl_common_nav__btn_toggle a:before {
    position: absolute;
    left: calc(50% - 0.78125rem);
    display: block;
    width: 1.5625rem;
    height: 3px;
    content: '';
    border-radius: 3px
}
.gl_common_nav__btn_toggle a:after,
.gl_common_nav__btn_toggle a:before {
    -webkit-transition: opacity 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
    transition: opacity 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
    background-color: #fff
}
.gl_common_nav__btn_toggle a:before {
    top: calc(50% - 0.4375rem - 2px)
}
.gl_common_nav__btn_toggle a:after {
    top: calc(50% + 0.4375rem)
}
.gl_common_nav__btn_toggle a span {
    top: calc(50% - 1px)
}
.gl_common_nav__btn_toggle a span:after,
.gl_common_nav__btn_toggle a span:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: left 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, width 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, -webkit-transform 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
    transition: left 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, width 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, -webkit-transform 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
    transition: transform 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, left 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, width 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
    transition: transform 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, left 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, width 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, -webkit-transform 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
    border-radius: 3px;
    background-color: #fff
}
.gl_common_nav__btn_toggle.isOpen a:after,
.gl_common_nav__btn_toggle.isOpen a:before {
    opacity: 0
}
.gl_common_nav__btn_toggle.isOpen a span:after,
.gl_common_nav__btn_toggle.isOpen a span:before {
    left: calc(50% - 1.17188rem);
    width: 2.34375rem
}
.gl_common_nav__btn_toggle.isOpen a span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.gl_common_nav__btn_toggle.isOpen a span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.gl_common_nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 35.375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}
.gl_common_nav__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #1d2088;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}
.gl_common_nav__body a {
    color: #fff
}
.gl_common_nav__block {
    width: 18.75rem
}
.gl_common_nav__block__item {
    padding: 0.625rem 0
}
.gl_common_nav__block__item:first-child {
    padding-top: 0
}
.gl_common_nav__block__item:last-child {
    padding-bottom: 0
}
html.windows .gl_common_nav__block__item {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.gl_common_nav__block__item--lang {
    font-size: 1rem;
    line-height: 1em;
    padding-bottom: 0;
    letter-spacing: 0
}
.gl_common_nav__block__item--lang a {
    -webkit-transition: color 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
    transition: color 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
    color: rgba(255, 255, 255, .5)
}
.gl_common_nav__block__item--lang a.isActive {
    color: #fff;
    border-bottom: 1px solid #fff
}
.gl_common_nav__block__item--btn_tw {
    padding-top: 1.5625rem
}
.gl_common_nav__block__item--btn_tw a {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10.9375rem;
    height: 3.125rem;
    margin: 0 auto;
    letter-spacing: 0;
    color: #1d2088;
    border-radius: 1.5625rem;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.gl_common_nav__block__item--btn_tw a:before {
    width: 1.5rem;
    height: 1.1875rem;
    margin: 0 0.5rem 0 0;
    content: '';
    background: url('../img/icon_tw.svg') no-repeat center transparent;
    background-size: contain
}
html[lang=en] .gl_common_nav__block__item--btn_tw a {
    width: 13.8125rem
}
.gl_common_nav__block:nth-of-type(1) a {
    font-size: 1.25rem;
    line-height: 1em;
    letter-spacing: 0
}
.gl_common_nav__block:nth-of-type(1) .gl_common_nav__block__item:nth-of-type(3) a {
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 0
}
.gl_common_nav__block:nth-of-type(2) {
    margin: 2.5rem 0 1.25rem;
    padding: 2.5rem 0;
    border-top: 2px solid rgba(255, 255, 255, .5);
    border-bottom: 2px solid rgba(255, 255, 255, .5)
}
.gl_common_nav__block:nth-of-type(2) a {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0
}
.gl_common_nav__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 7.25rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.gl_common_nav__footer a {
    position: relative;
    display: block;
    width: 10.125rem
}
.gl_common_nav__footer a:before {
    display: block;
    padding: 26.54321% 0 0;
    content: ''
}
.gl_common_nav__footer a > img,
.gl_common_nav__footer a > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.gl_common_page__inner {
    width: 47.8125rem;
    margin: 0 auto;
    padding: 0 0 7.5rem
}
.gl_common_page__ttl {
    font-size: 2.625rem;
    line-height: 1.47619em;
    padding: 0 0 0.625rem;
    text-align: center;
    letter-spacing: 0
}
html.windows .gl_common_page__ttl {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.gl_common_page__article {
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'Noto Sans JP', 'ＭＳ Ｐゴシック', 'MS PGothic', Geneva, Arial, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875em;
    letter-spacing: 0
}
.gl_common_page__article a {
    text-decoration: underline
}
.gl_common_page__article p:first-child+h2+p+ul {
    padding-top: 0
}
.gl_common_page__article p {
    padding: 3.75rem 0 0
}
.gl_common_page__article p.gl_common_page__article__p_note {
    font-size: 0.875rem;
    line-height: 1.71429em;
    position: relative;
    margin-left: 1em;
    padding-top: 1.5em;
    text-indent: -1em;
    letter-spacing: 0
}
.gl_common_page__article p.gl_common_page__article__p_note:before {
    content: '※'
}
html[lang=en] .gl_common_page__article p.gl_common_page__article__p_note:before {
    content: '*'
}
.gl_common_page__article h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.46875em;
    padding: 3.75rem 0 0;
    letter-spacing: 0
}
html.windows .gl_common_page__article h2 {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.gl_common_page__article h2:after {
    display: block;
    width: 100%;
    height: 3px;
    margin: 0.625rem 0 0;
    content: '';
    border-radius: 3px;
    background: #1d2088
}
.gl_common_page__article h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.70833em;
    padding: 3.75rem 0 0;
    letter-spacing: 0
}
.gl_common_page__article h3+p {
    padding-top: 0.625rem
}
.gl_common_page__article h4 {
    font-weight: 700;
    padding-top: 2.5rem
}
.gl_common_page__article h4+p {
    padding-top: 0.625rem
}
.gl_common_page__article ol {
    padding-top: 2.5rem;
    counter-reset: article_ol_count
}
.gl_common_page__article ol li {
    margin-left: 1.2em;
    text-indent: -1.2em
}
.gl_common_page__article ol li:before {
    content: counter(article_ol_count) '. ';
    counter-increment: article_ol_count
}
.gl_common_page__article h4+p+ol {
    padding-top: 0
}
.gl_common_page__article ol+p {
    padding-top: 2.5rem
}
.gl_common_page__article ul {
    padding-top: 2.5rem
}
.gl_common_page__article ul li {
    margin-left: 1em;
    text-indent: -1em
}
.gl_common_page__article ul li:before {
    content: '・'
}
html[lang=en] .gl_common_page__article ul.ol {
    counter-reset: article_ul_count
}
html[lang=en] .gl_common_page__article ul.ol li {
    margin-left: 1.2em;
    text-indent: -1.2em
}
html[lang=en] .gl_common_page__article ul.ol li:before {
    content: counter(article_ul_count) '. ';
    counter-increment: article_ul_count
}
.gl_common_page__article ul+p {
    padding-top: 2.5rem
}
.gl_common_page__article__h3_count {
    counter-reset: article_h3_count
}
.gl_common_page__article__h3_count h3:before {
    content: counter(article_h3_count) '. ';
    counter-increment: article_h3_count
}
.gl_common_page__article__h4_dot h4:before {
    content: '・'
}
.gl_common_skip_link {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    text-indent: -9999px;
    outline: 0
}
.modal_movie {
    overflow: hidden
}
.modal_movie .gl_common_modal__window {
    max-width: 60em
}
.modal_movie__embed {
    z-index: 2;
    width: 100%;
    margin: 0 auto
}
.modal_movie__embed:before {
    display: block;
    padding: 56.25% 0 0;
    content: ''
}
.modal_movie__embed__target iframe,
.modal_movie__embed__target video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: ''
}
.modal_movie__btn_close {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 3.5em;
    height: 3.5em;
    -webkit-transition: opacity 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
    transition: opacity 0.3s cubic-bezier(0.215,.61,0.355,1) 0s
}
.modal_wish {
    background: rgba(255, 255, 255, .8)
}
html.isModalOpen,
html.isModalOpen body {
    overflow: hidden
}
.modal_wish .gl_common_modal__window {
    overflow: hidden;
    width: 67.5rem;
    height: 40.625rem;
    border-radius: 2.5rem;
    background: #fff
}
.modal_wish .gl_common_modal__window:after {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: '';
    pointer-events: none;
    border: 10px solid #1d2088;
    border-radius: 2.5rem
}
.modal_wish__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: ''
}
.modal_wish__bg span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: '';
    background: no-repeat center top transparent;
    background-size: contain;
    background-size: cover
}
.modal_wish__btn_close {
    position: absolute;
    z-index: 100;
    top: 2.6875rem;
    right: 2.6875rem;
    width: 2.125rem;
    height: 2.125rem
}
.modal_wish__btn_close a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: ''
}
.modal_wish .gl_common_image_slide {
    width: 100%;
    height: 100%
}
.modal_wish__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.modal_wish__page {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 67.5rem;
    height: 100%;
    padding: 8.5rem 0 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.modal_wish__page--1 {
    padding-top: 7.625rem;
    text-align: center
}
.modal_wish__page--1__ttl {
    font-size: 2.25rem;
    line-height: 1.5em;
    padding: 0 0 2.8125rem;
    letter-spacing: 0
}
html.windows .modal_wish__page--1__ttl {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.modal_wish__page--1__txt {
    font-size: 1.125rem;
    line-height: 1.77778em;
    letter-spacing: 0
}
html.windows .modal_wish__page--1__txt {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.modal_wish__page__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 15rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.modal_wish__page__block__img {
    position: relative;
    display: block;
    width: 17.5rem;
    margin: 0 2.5rem 0 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.modal_wish__page__block__img:before {
    display: block;
    padding: 100% 0 0;
    content: ''
}
.modal_wish__page__block__img > img,
.modal_wish__page__block__img > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.modal_wish__page__block__wrap {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}
.modal_wish__page__block__ttl {
    font-size: 2.25rem;
    line-height: 1.5em;
    padding: 0.625rem 0 0.6875rem;
    letter-spacing: 0
}
.modal_wish__page__block__ttl span {
    font-size: 5rem;
    line-height: 1.25em;
    display: block;
    letter-spacing: 0
}
html.windows .modal_wish__page__block__ttl {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.modal_wish__page__block__item {
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: 0
}
html.windows .modal_wish__page__block__item {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.modal_wish__page__btn_back {
    position: absolute;
    bottom: 7.9375rem;
    left: calc(50% - 7.875rem)
}
.modal_wish__page__btn_back a {
    font-size: 1rem;
    line-height: 1em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 15.75rem;
    height: 2.625rem;
    margin: 0 auto;
    padding: 0 1.125rem 0 0;
    letter-spacing: 0.04em;
    border-radius: 1.3125rem;
    background: #fff;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
html.windows .modal_wish__page__btn_back a {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.modal_wish__page__btn_back a:after {
    position: absolute;
    top: calc(50% - 0.53125rem);
    left: 0.9375rem;
    display: block;
    width: 1.5rem;
    height: 1.0625rem;
    content: '';
    background: url('../img/icon_back.svg') no-repeat center transparent;
    background-size: contain
}
.modal_wish__nav {
    position: absolute;
    z-index: 2;
    bottom: 7.9375rem;
    left: calc(50% - 5.25rem);
    width: 10.5rem;
    height: 2.625rem;
    -webkit-transition: opacity 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
    transition: opacity 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
    color: #fff;
    border-radius: 1.3125rem;
    background: #1d2088
}
.modal_wish__nav.isHide {
    pointer-events: none;
    opacity: 0
}
.modal_wish__nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 0.9375rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.modal_wish__nav__current {
    font-size: 1.25rem;
    line-height: 2.65em;
    letter-spacing: 0.04em;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
html.windows .modal_wish__nav__current {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.modal_wish__nav__next,
.modal_wish__nav__prev {
    width: 1.5rem;
    height: 1.0625rem;
    background: no-repeat center transparent;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}
.modal_wish__nav__next.isDisable,
.modal_wish__nav__prev.isDisable {
    pointer-events: none;
    opacity: .5
}
.modal_wish__nav__prev {
    background-image: url('../img/wish_icon_arrow_left.svg')
}
.modal_wish__nav__next {
    background-image: url('../img/wish_icon_arrow_right.svg')
}
.noscript__message {
    font-size: 0.9375rem;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.625rem;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: #1d2088;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
html.windows .noscript__message {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.topPage .kv__map {
    position: relative;
    display: block;
    width: 94.76562%;
    margin: 0 0 0 auto
}
.topPage .kv__map:before {
    display: block;
    padding: 32.72877% 0 0;
    content: ''
}
.topPage .kv__map > img,
.topPage .kv__map > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.topPage .kv__map__img {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 3.3125rem
}
.topPage .kv__map__img span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 106.10058%
}
.topPage .kv__map__img span:before {
    display: block;
    padding: 52.37724% 0 0;
    content: ''
}
.topPage .kv__map__img span > img,
.topPage .kv__map__img span > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.topPage .kv__map__badge {
    font-size: 1.8125rem;
    line-height: 1em;
    position: absolute;
    right: 6.5rem;
    bottom: -2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 11.625rem;
    height: 11.625rem;
    letter-spacing: 0;
    color: #fff;
    border-radius: 50%;
    background: #1d2088;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}
html.windows.topPage .kv__map__badge {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.topPage .kv__map__badge span {
    font-size: 3.3125rem;
    line-height: 1em;
    display: block;
    padding: 0 0 0.625rem;
    letter-spacing: 0
}
html[lang=en].topPage .kv__map__badge {
    font-size: 1.5625rem;
    line-height: 1em;
    letter-spacing: 0
}
html[lang=en].topPage .kv__map__badge span {
    padding: 0.625rem 0 0
}
.topPage .kv__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 84.0625%;
    margin: 0 auto;
    padding: 3.4375rem 0 1.5625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.topPage .kv__detail__ttl {
    font-size: 2rem;
    line-height: 1.4375em;
    margin: 0 3.3125rem 0 0;
    letter-spacing: 0.04em;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
html.windows.topPage .kv__detail__ttl {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.topPage .kv__detail__ttl b {
    font-size: 2.625rem;
    line-height: 1.09524em;
    letter-spacing: 0.04em
}
html[lang=en].topPage .kv__detail__ttl {
    font-size: 2.625rem;
    line-height: 1.09524em;
    letter-spacing: 0.01em
}
html[lang=en].topPage .kv__detail__ttl span {
    font-size: 2rem;
    line-height: 1.4375em;
    display: block;
    letter-spacing: 0.01em
}
.topPage .kv__detail__block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}
.topPage .kv__detail__txt {
    font-size: 0.875rem;
    line-height: 2em;
    letter-spacing: 0.01em
}
html.windows.topPage .kv__detail__txt {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.topPage .kv__detail__btn {
    padding: 0.75rem 0 0
}
.topPage .kv__detail__btn a {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10.9375rem;
    height: 3.125rem;
    letter-spacing: 0;
    color: #1d2088;
    border: 3px solid #1d2088;
    border-radius: 1.5625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
html.windows.topPage .kv__detail__btn a {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.topPage .kv__detail__btn a:before {
    width: 1.5rem;
    height: 1.1875rem;
    margin: 0 0.5rem 0 0;
    content: '';
    background: url('../img/icon_tw.svg') no-repeat center transparent;
    background-size: contain
}
html[lang=en].topPage .kv__detail__btn a {
    width: 13.8125rem
}
.businessPage .business .gl_common_page__inner {
    width: 69.0625rem;
    padding: 0 0 6.5rem
}
.businessPage .business .gl_common_page__ttl {
    padding-bottom: 5rem
}
.businessPage .business__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    counter-reset: business_block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.businessPage .business__block__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding: 0 1.75rem 3.5rem;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.businessPage .business__block__item+.business__block__item:after {
    position: absolute;
    top: 0;
    left: -1px;
    width: 3px;
    height: 100%;
    content: '';
    border-radius: 3px;
    background: #1d2088
}
.businessPage .business__block__item__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.businessPage .business__block__item__ttl:before {
    font-size: 5rem;
    line-height: 1em;
    display: block;
    margin: 0 0.9375rem 0 0;
    content: '0' counter(business_block);
    counter-increment: business_block;
    letter-spacing: 0
}
html.windows.businessPage .business__block__item__ttl:before {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
html[lang=en].businessPage .business__block__item__ttl:before {
    font-size: 3.75rem;
    line-height: 1em;
    letter-spacing: 0
}
.businessPage .business__block__item__ttl span {
    font-size: 1.5rem;
    line-height: 1.5em;
    display: block;
    letter-spacing: 0
}
html.windows.businessPage .business__block__item__ttl span {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.businessPage .business__block__item__txt {
    font-size: 1rem;
    line-height: 1.5em;
    padding: 1.875rem 0 2.25rem;
    letter-spacing: 0
}
html.windows.businessPage .business__block__item__txt {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.businessPage .business__block__item__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 1.75rem
}
.businessPage .business__block__item__btn a {
    font-size: 1rem;
    line-height: 1.4375em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 3.5rem;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    border-radius: 1.75rem;
    background: #1d2088;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
html.windows.businessPage .business__block__item__btn a {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg)
}
.businessPage .business__block__item__btn a:after {
    position: absolute;
    top: calc(50% - 0.53125rem);
    right: 1.5625rem;
    display: block;
    width: 0.9375rem;
    height: 1.0625rem;
    content: '';
    background: url('../img/icon_blank_w.svg') no-repeat center transparent;
    background-size: contain
}
@media(min-width:769px) {
    a:hover {
        opacity: .7
    }
    .css_imagehover:hover img:nth-of-type(2) {
        opacity: 1
    }
    .onlyPc {
        display: block
    }
    img.onlyPc {
        display: inline-block
    }
    .onlySp,
    img.onlySp {
        display: none !important
    }
    .gl_common_nav__block__item--lang a:hover {
        opacity: 1;
        color: #fff
    }
    .gl_common_page__article a:hover {
        text-decoration: none;
        opacity: 1
    }
    .modal_movie__btn_close:hover {
        opacity: .5
    }
}
@media(max-width:768px) {
    .gl_common_nav__block__item--btn_tw a:before {
        background-image: url('../img/sp/icon_tw.svg')
    }
    .modal_wish__page__btn_back a:after {
        background-image: url('../img/sp/icon_back.svg')
    }
    .modal_wish__nav__prev {
        background-image: url('../img/sp/wish_icon_arrow_left.svg')
    }
    .modal_wish__nav__next {
        background-image: url('../img/sp/wish_icon_arrow_right.svg')
    }
    .topPage .kv__detail__btn a:before {
        background-image: url('../img/sp/icon_tw.svg')
    }
    .businessPage .business__block__item__btn a:after {
        background-image: url('../img/sp/icon_blank_w.svg')
    }
    html {
        line-height: 0
    }
    html .onlyPc,
    html img.onlyPc {
        display: none !important
    }
    html .onlySp {
        display: block
    }
    html img.onlySp {
        display: inline-block
    }
    .gl_common_footer {
        height: 6.25rem
    }
    html[lang=en] .gl_common_footer {
        height: 7rem
    }
    .gl_common_footer__img span {
        left: calc(50% - 230px);
        width: 24.3125rem
    }
    .gl_common_footer__copy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 1.4375rem;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    html[lang=en] .gl_common_footer__copy {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 2.3125rem;
        padding: 0 1.25rem;
        text-align: center
    }
    .gl_common_footer__copy small {
        font-size: 0.5625rem;
        line-height: 1em;
        letter-spacing: 0
    }
    html[lang=en] .gl_common_footer__copy small {
        font-size: 0.5rem;
        line-height: 1.625em;
        letter-spacing: 0
    }
    .gl_common_header {
        height: 6.6875rem;
        padding: 1.9375rem 0 0 1.25rem
    }
    html[lang=en] .gl_common_header {
        padding: 1.4375rem 0 0 1.25rem
    }
    .gl_common_header__ttl {
        font-size: 1.125rem;
        line-height: 1.5em;
        letter-spacing: 0.14em
    }
    html[lang=en] .gl_common_header__ttl {
        font-size: 1rem;
        line-height: 1.125em;
        letter-spacing: 0.01em
    }
    html[lang=en] .gl_common_header__ttl span {
        font-size: 0.75rem;
        line-height: 1.5em;
        letter-spacing: 0.01em
    }
    .gl_common_nav__btn_toggle {
        top: 0.625rem;
        right: 0.625rem
    }
    .gl_common_nav__btn_toggle a {
        width: 3rem;
        height: 3rem
    }
    .gl_common_nav__btn_toggle a span,
    .gl_common_nav__btn_toggle a:after,
    .gl_common_nav__btn_toggle a:before {
        left: calc(50% - 0.625rem);
        width: 1.25rem;
        height: 2px;
        border-radius: 2px
    }
    .gl_common_nav__btn_toggle a:before {
        top: calc(50% - 0.375rem - 2px)
    }
    .gl_common_nav__btn_toggle a:after {
        top: calc(50% + 0.375rem)
    }
    .gl_common_nav__btn_toggle a span {
        top: calc(50% - 1px)
    }
    .gl_common_nav__btn_toggle a span:after,
    .gl_common_nav__btn_toggle a span:before {
        -webkit-transition: left 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, width 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, height 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, -webkit-transform 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
        transition: left 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, width 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, height 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, -webkit-transform 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
        transition: transform 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, left 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, width 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, height 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
        transition: transform 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, left 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, width 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, height 0.3s cubic-bezier(0.215,.61,0.355,1) 0s, -webkit-transform 0.3s cubic-bezier(0.215,.61,0.355,1) 0s;
        border-radius: 2px
    }
    .gl_common_nav__btn_toggle.isOpen a span:after,
    .gl_common_nav__btn_toggle.isOpen a span:before {
        left: calc(50% - 0.8125rem);
        width: 1.625rem;
        height: 3px
    }
    .gl_common_nav__inner {
        min-height: 33.125rem
    }
    .gl_common_nav__block {
        width: 18.4375rem
    }
    .gl_common_nav__block__item {
        padding: 0.625rem 0
    }
    .gl_common_nav__block__item--lang {
        font-size: 1rem;
        line-height: 1em;
        letter-spacing: 0
    }
    .gl_common_nav__block__item--btn_tw {
        padding-top: 2.5rem
    }
    .gl_common_nav__block__item--btn_tw a {
        font-size: 0.8125rem;
        line-height: 1em;
        width: 10.625rem;
        height: 2.8125rem;
        letter-spacing: 0;
        border-radius: 1.40625rem
    }
    .gl_common_nav__block__item--btn_tw a:before {
        width: 1.25rem;
        height: 1rem;
        margin: 0 0.25rem 0 0
    }
    html[lang=en] .gl_common_nav__block__item--btn_tw a {
        width: 13.8125rem
    }
    .gl_common_nav__block:nth-of-type(1) a {
        font-size: 1.25rem;
        line-height: 1em;
        letter-spacing: 0
    }
    .gl_common_nav__block:nth-of-type(1) .gl_common_nav__block__item:nth-of-type(3) a {
        font-size: 1rem;
        line-height: 1em;
        letter-spacing: 0
    }
    .gl_common_nav__block:nth-of-type(2) {
        margin: 2.5rem 0 1.875rem;
        padding: 1.5625rem 0
    }
    .gl_common_nav__block:nth-of-type(2) a {
        font-size: 0.75rem;
        line-height: 1em;
        letter-spacing: 0
    }
    .gl_common_nav__footer {
        height: 5rem
    }
    .gl_common_nav__footer a {
        width: 7.625rem
    }
    .gl_common_page__inner {
        width: 89.33333%;
        margin: 0 auto;
        padding: 0 0 3.75rem
    }
    .gl_common_page__ttl {
        font-size: 2.25rem;
        line-height: 1.5em;
        padding: 0;
        letter-spacing: 0
    }
    html[lang=en] .gl_common_page__ttl {
        font-size: 2.25rem;
        line-height: 1.16667em;
        letter-spacing: 0
    }
    .gl_common_page__article {
        font-size: 0.875rem;
        line-height: 1.71429em;
        letter-spacing: 0
    }
    .gl_common_page__article p {
        padding: 2.5rem 0 0
    }
    .gl_common_page__article p.gl_common_page__article__p_note {
        font-size: 0.75rem;
        line-height: 1.5em;
        padding-top: 1.2em;
        letter-spacing: 0
    }
    .gl_common_page__article h2 {
        font-size: 1.75rem;
        line-height: 1.35714em;
        padding: 2.5rem 0 0;
        letter-spacing: 0
    }
    .gl_common_page__article h2:after {
        width: 100%;
        margin: 0.625rem 0 0;
        border-radius: 3px
    }
    .gl_common_page__article h3 {
        font-size: 1.25rem;
        line-height: 1.7em;
        padding: 2.5rem 0 0;
        letter-spacing: 0
    }
    .gl_common_page__article h3+p {
        padding-top: 0.625rem
    }
    .gl_common_page__article h4 {
        padding-top: 1.5625rem
    }
    .gl_common_page__article h4+p {
        padding-top: 0.3125rem
    }
    .gl_common_page__article ol {
        padding-top: 1.5625rem
    }
    .gl_common_page__article ol+p {
        padding-top: 1.5625rem
    }
    .gl_common_page__article ul {
        padding-top: 1.5625rem
    }
    .gl_common_page__article ul+p {
        padding-top: 1.5625rem
    }
    .modal_movie__btn_close {
        width: 3.5em;
        height: 3.5em
    }
    .modal_wish .gl_common_modal__window {
        width: 21.375rem;
        height: calc(var(--vh, 1vh) * 100 - 1.875rem);
        min-height: 33.125rem;
        max-height: 39.75rem;
        border-radius: 1.25rem
    }
    .modal_wish .gl_common_modal__window:after {
        border-width: 8px;
        border-radius: 1.25rem
    }
    .modal_wish__btn_close {
        top: 1.5625rem;
        right: 1.5625rem;
        width: 1.3125rem;
        height: 1.3125rem
    }
    .modal_wish__page {
        width: 21.375rem;
        padding: 1.5625rem 0 0
    }
    .modal_wish__page--1 {
        padding-top: 9.125rem
    }
    .modal_wish__page--1__ttl {
        font-size: 1.375rem;
        line-height: 1.5em;
        padding: 0 0 1.4375rem;
        letter-spacing: 0
    }
    .modal_wish__page--1__txt {
        font-size: 0.75rem;
        line-height: 1.83333em;
        letter-spacing: 0
    }
    .modal_wish__page__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse
    }
    .modal_wish__page__block__img {
        position: relative;
        display: block;
        width: 13.75rem;
        margin: 1.25rem auto 0
    }
    .modal_wish__page__block__img:before {
        display: block;
        padding: 100% 0 0;
        content: ''
    }
    .modal_wish__page__block__img > img,
    .modal_wish__page__block__img > picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
    .modal_wish__page__block__wrap {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .modal_wish__page__block__ttl {
        font-size: 1.625rem;
        line-height: 1.46154em;
        padding: 0 0 0.4375rem 2rem;
        letter-spacing: 0
    }
    .modal_wish__page__block__ttl span {
        font-size: 3.75rem;
        line-height: 1em;
        padding: 0 0 0.3125rem;
        letter-spacing: 0
    }
    .modal_wish__page__block__item {
        font-size: 0.75rem;
        line-height: 1.83333em;
        padding: 0 0 0 2rem;
        letter-spacing: 0
    }
    .modal_wish__page__btn_back {
        top: 28.5rem;
        bottom: auto;
        left: calc(50% - 5.21875rem)
    }
    .modal_wish__page__btn_back a {
        font-size: 0.6875rem;
        line-height: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;
        width: 10.4375rem;
        height: 2.375rem;
        padding: 0;
        letter-spacing: 0.04em;
        border-radius: 1.1875rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse
    }
    .modal_wish__page__btn_back a:after {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        width: 0.875rem;
        height: 0.625rem;
        margin-right: 0.5rem
    }
    .modal_wish__nav {
        top: 28.5rem;
        bottom: auto;
        left: calc(50% - 4.53125rem);
        width: 9.0625rem;
        height: 2.375rem;
        border-radius: 1.1875rem
    }
    .modal_wish__nav__inner {
        padding: 0 0.6875rem
    }
    .modal_wish__nav__current {
        font-size: 0.9375rem;
        line-height: 2.06667em;
        letter-spacing: 0.04em
    }
    .modal_wish__nav__next,
    .modal_wish__nav__prev {
        width: 1rem;
        height: 0.6875rem
    }
    .noscript__message {
        font-size: 0.875rem;
        line-height: 1.5em;
        padding: 0.625rem;
        letter-spacing: 0
    }
    .topPage .kv__map {
        position: relative;
        display: block;
        width: 95.73333%
    }
    .topPage .kv__map:before {
        display: block;
        padding: 121.72702% 0 0;
        content: ''
    }
    .topPage .kv__map > img,
    .topPage .kv__map > picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
    .topPage .kv__map__img {
        border-bottom-left-radius: 1.875rem
    }
    .topPage .kv__map__img span {
        position: absolute;
        display: block;
        width: 175.20891%
    }
    .topPage .kv__map__img span:before {
        display: block;
        padding: 77.74245% 0 0;
        content: ''
    }
    .topPage .kv__map__img span > img,
    .topPage .kv__map__img span > picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
    .topPage .kv__map__badge {
        font-size: 1.25rem;
        line-height: 1em;
        right: 0.875rem;
        bottom: -2.375rem;
        width: 8.125rem;
        height: 8.125rem;
        letter-spacing: 0
    }
    .topPage .kv__map__badge span {
        font-size: 2.25rem;
        line-height: 1em;
        padding: 0 0 0.3125rem;
        letter-spacing: 0
    }
    html[lang=en].topPage .kv__map__badge {
        font-size: 1.125rem;
        line-height: 1em;
        letter-spacing: 0
    }
    html[lang=en].topPage .kv__map__badge span {
        padding: 0.3125rem 0 0
    }
    .topPage .kv__detail {
        display: block;
        width: 91.2%;
        padding: 3.25rem 0 2.125rem
    }
    .topPage .kv__detail__ttl {
        font-size: 1.625rem;
        line-height: 1.46154em;
        margin: 0;
        letter-spacing: 0.1em
    }
    .topPage .kv__detail__ttl b {
        font-size: 1.875rem;
        line-height: 1.5em;
        letter-spacing: 0.1em
    }
    html[lang=en].topPage .kv__detail__ttl {
        font-size: 1.875rem;
        line-height: 1.5em;
        text-align: center;
        letter-spacing: 0
    }
    html[lang=en].topPage .kv__detail__ttl span {
        font-size: 1.125rem;
        line-height: 1.5em;
        letter-spacing: 0
    }
    .topPage .kv__detail__block {
        padding: 0.8125rem 0 0
    }
    .topPage .kv__detail__txt {
        font-size: 0.75rem;
        line-height: 1.75em;
        letter-spacing: 0.01em
    }
    .topPage .kv__detail__btn {
        padding: 1.375rem 0 0
    }
    .topPage .kv__detail__btn a {
        font-size: 0.8125rem;
        line-height: 1em;
        width: 10.625rem;
        height: 2.8125rem;
        margin: 0 auto;
        letter-spacing: 0;
        border-radius: 1.40625rem
    }
    .topPage .kv__detail__btn a:before {
        width: 1.25rem;
        height: 1rem;
        margin: 0 0.25rem 0 0
    }
    html[lang=en].topPage .kv__detail__btn a {
        width: 13.8125rem
    }
    .businessPage .business .gl_common_page__inner {
        width: 18.4375rem;
        padding: 0 0 0.625rem
    }
    .businessPage .business .gl_common_page__ttl {
        padding-bottom: 0.625rem
    }
    .businessPage .business__block {
        display: block
    }
    .businessPage .business__block__item {
        width: 100%;
        padding: 2.8125rem 0 2.5rem
    }
    .businessPage .business__block__item+.business__block__item:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        border-radius: 3px
    }
    .businessPage .business__block__item__ttl:before {
        font-size: 3.75rem;
        line-height: 1em;
        margin: 0 1.25rem 0 0;
        letter-spacing: 0
    }
    .businessPage .business__block__item__ttl span {
        font-size: 1.25rem;
        line-height: 1.45em;
        letter-spacing: 0
    }
    .businessPage .business__block__item__txt {
        font-size: 0.875rem;
        line-height: 1.57143em;
        padding: 1.875rem 0;
        letter-spacing: 0
    }
    .businessPage .business__block__item__btn {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 0
    }
    .businessPage .business__block__item__btn a {
        font-size: 0.875rem;
        line-height: 1.28571em;
        height: 2.75rem;
        letter-spacing: 0.04em;
        border-radius: 1.375rem
    }
    .businessPage .business__block__item__btn a:after {
        top: calc(50% - 0.5rem);
        right: 1.5625rem;
        width: 0.875rem;
        height: 1rem
    }
    html[lang=en].businessPage .business__block__item:first-child .business__block__item__btn a {
        height: 3.4375rem;
        border-radius: 1.71875rem
    }
}

/* 2023.01 追記*/
.cst_top_lead {
  padding: 16px 24px;
  border: 3px solid #1d2088;
  border-radius: 16px;
  margin-bottom: 32px;
}
.cst_top_lead.border {
  border: 3px dashed #1d2088;
}
figure.cst_top_image_wrap {
  margin-bottom: 24px;
}
figure.cst_top_image_wrap figcaption {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.70833em;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 8px;
}
.cst_top_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cst_top_flex figure {
  width: 48%;
}
@media(max-width:768px) {
  .cst_top_lead {
    padding: 8px 16px;
    border: 2px solid #1d2088;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .cst_top_lead.border {
    border: 2px dashed #1d2088;
  }
  figure.cst_top_image_wrap {
    margin-bottom: 16px;
  }
  figure.cst_top_image_wrap figcaption {
    font-size: 1.25rem;
    line-height: 1.7em;
  }
  .cst_top_flex {
    flex-direction: column;
  }
  .cst_top_flex figure {
    width: 100%;
  }
  .cst_top_flex figure + figure {
    margin-top: 16px;
  }
}