@charset "UTF-8";
/* =====================================================================


  


===================================================================== */
/*/////---example---//////
    html:lang(en) {
      body {}
    }
*/
/* =====================================================================


===================================================================== */
/* -------------------------------------------------------------------------
-- This CSS is generated by Sass. Please do not never be edited directly. --
------------------------------------------------------------------------- */
/*-----------------------------------------------*/
/* Reset & Default Setting ----------------------*/
html {
    overflow-y: scroll;
    height: 100% !important;
}

body {
    font-size: 100%;
}

select, input, button, textarea, button {
    font: 99% arial,helvetica,clean,sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 130%;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, section, article, aside, footer, figure, figcaption, nav {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, section, article, aside, footer, figure, figcaption, nav {
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6, li, dt, dd, p {
    line-height: 1.7;
}

body {
    -webkit-text-size-adjust: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    color: #000;
}

@media only screen and (max-width: 767px) {
    body {
        min-width: 320px;
    }
}

article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary {
    display: block;
}

img {
    border-style: none;
    vertical-align: bottom;
}

ul, ol {
    list-style: none;
}

sup {
    font-size: .6em;
}

table {
    border-spacing: 0;
    empty-cells: show;
}

iframe {
    border: none;
}

a, a:link, a:visited, a:hover, a:active {
    color: #000;
}

a:link {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* =====================================================================





===================================================================== */
/*!

Copyright (c) 2015, Andreas Larsen @andreaslarsendk

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
 
 */
html, body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.font-num {
    font-family: 'Ropa Sans', メイリオ, Meiryo serif;
    font-size: 1.28em;
}

.font-mincho {
    font-family: "Sawarabi Mincho", "Yu Mincho Medium", "游明朝体", "YuMincho", "ヒラギノ明朝 W6 JIS2004", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-serif {
    font-family: 'DM Serif Display', "Yu Mincho Medium", "游明朝体", "YuMincho", "ヒラギノ明朝 W6 JIS2004", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.overlay-lock-test {
    overflow-y: hidden !important;
}

.navOverlay-lock {
    overflow: hidden !important;
    width: auto;
}

.navOverlay-lock body {
    overflow: hidden !important;
}

.msum-headerOverlay__close {
    width: auto;
    height: auto;
    display: block;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffcf3c;
    z-index: 1;
    opacity: 0;
    transition-duration: 0.1s;
    transition-property: opacity;
    display: none;
}

.msum-header {
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 11;
    min-height: 80px;
}

.msum-header__inner {
    padding: 12px 20px 10px;
    position: relative;
}

.msum-header__inner:after {
    content: "";
    clear: both;
    display: block;
}

.msum-header__logo {
    float: left;
    width: 203px;
    height: 0;
    padding-bottom: 54px;
    position: relative;
}

.msum-header__logo img {
    width: 100%;
    height: auto;
}

.msum-header__logo:before {
    content: "";
    height: 0;
    padding-bottom: 26.60099%;
    display: block;
    float: left;
    width: 1px;
    margin-left: -1px;
}

.msum-header__logo span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.msum-header__logo span svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.msum-gNav {
    margin-left: 260px;
    padding-top: 18px;
}

.msum-gNav__item {
    display: inline-block;
    margin: 0 1.8em;
    font-size: 0.88rem;
}

.msum-gNav__item a {
    display: block;
    text-decoration: none;
    position: relative;
}

.msum-gNav__item a:before {
    content: "";
    width: 2.5em;
    height: 2px;
    background-color: #e2e2e2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto -.5em;
    transform: scaleX(0);
    transition-duration: .2s;
    transform-origin: right center;
    transition-property: opacity, transform;
    pointer-events: none;
}

.msum-gNav__item a:hover:before {
    transform: scaleX(1);
    transform-origin: left center;
}

.msum-header__toggle {
    display: none;
}

.msum-header__logo2 {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .msum-header {
        min-height: 0px;
    }
    .msum-header__inner {
        padding: 12px 2vw 10px;
    }
    .msum-header__logo {
        width: 20.3vw;
        padding-bottom: 5.4vw;
    }
    .msum-gNav {
        padding-top: 1.4vw;
        margin-left: 26vw;
    }
    .msum-gNav__item {
        font-size: 1.4vw;
    }
}

@media only screen and (max-width: 767px) {
    .msum-header {
        min-height: 0px;
    }
    .msum-header__inner {
        padding: 1.875% 0 1.875%;
    }
    .msum-header__logo {
        float: none;
        width: 31.71875%;
        padding-bottom: 8.4375%;
        margin: 0 auto;
    }
    .msum-header__logo img {
        width: 100%;
        height: auto;
    }
    .msum-header__main {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: -1;
        transform: translateY(-100%);
    }
    .msum-header__main__inner {
        position: relative;
        z-index: 1;
        background-color: #fff;
        opacity: 0;
        transform: translateY(-100%);
        pointer-events: none;
        transition-duration: 0s;
        transition-property: opacity, transform;
    }
    .msum-headerOverlay__close {
        display: block;
    }
    .msum-header.is-open .msum-header__main {
        display: block;
        z-index: 11;
        transform: none;
    }
    .msum-header.is-open .msum-header__main__inner {
        transition-duration: .4s;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }
    .msum-header.is-open .msum-headerOverlay__close {
        opacity: 1;
    }
    .msum-header__toggle {
        width: 12.5%;
        padding-bottom: 12.5%;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 1;
        display: block;
    }
    .msum-header__toggle__icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        height: 0.3125vw;
        max-height: 2px;
        margin: 0 0 0 -25%;
        transform: translateY(-50%);
        background: #ffa11c;
        transition-duration: 0.3s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
    .msum-header__toggle__icon:before, .msum-header__toggle__icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffa11c;
        transition-duration: 0.3s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        overflow: hidden;
    }
    .msum-header__toggle__icon:before {
        transform: translateY(-500%);
    }
    .msum-header__toggle__icon:after {
        transform: translateY(500%);
    }
    .msum-header__toggle.is-open .siteHeader__toggle__icon {
        background: transparent !important;
    }
    .msum-header__logo2 {
        display: block;
        width: 37.1875%;
        padding-top: 13.4375%;
        margin: 0 auto 10.9375%;
    }
    .msum-header__logo2 img {
        width: 100%;
        height: auto;
    }
    .msum-gNav {
        background-color: #ffcf3c;
        margin-left: 0;
        padding-top: 10.9375%;
        padding-bottom: 10.9375%;
    }
    .msum-gNav__items {
        width: 75%;
        max-width: 420px;
        min-width: 265px;
        margin: 0 auto;
        border-top: solid 3px #030000;
        border-bottom: solid 3px #030000;
    }
    .msum-gNav__item {
        display: block;
        margin: 0;
        font-size: 14px;
        font-size: calc(0.875rem + 6 * (100vw - 320px) / 448);
        border-bottom: solid 1px #030000;
    }
    .msum-gNav__item a {
        display: block;
        position: relative;
        padding: 0.8em 2.5%;
        position: relative;
    }
    .msum-gNav__item a:before {
        display: none;
    }
    .msum-gNav__item a:after {
        content: "";
        width: .6em;
        height: .6em;
        border-right: solid 2px #000;
        border-bottom: solid 2px #000;
        transform: rotate(-45deg);
        position: absolute;
        right: 1em;
        top: 50%;
        margin-top: -.38em;
    }
    .msum-gNav__item:last-child {
        border-bottom: none;
    }
    .msum-header__close {
        width: 12.5%;
        padding-bottom: 12.5%;
        background-color: #312d2e;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 4.6875%;
        margin-right: 4.6875%;
        cursor: pointer;
    }
    .msum-header__close:before, .msum-header__close:after {
        content: "";
        width: 50%;
        padding-bottom: 3.75%;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .msum-header__close:before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .msum-header__close:after {
        transform: translate(-50%, -50%) rotate(45deg);
    }
}

@media only screen and (min-width: 1201px) {
    .navOverlay-lock {
        padding-right: 0 !important;
        overflow-y: scroll !important;
    }
    html:not(.modal-overlay-lock) .globalHeader.is-open {
        margin-right: 0 !important;
    }
    .globalHeader__inner {
        display: block !important;
    }
}

.pageTop {
    width: 56px;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 6;
    margin-right: 40px;
    margin-bottom: 40px;
    opacity: 0;
    pointer-events: none;
    transition-duration: .4s;
    transition-property: opacity;
}

.pageTop a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: #312d2e;
    border-radius: 50%;
    color: #312d2e;
}

.pageTop a:before {
    content: "";
    width: 32.14286%;
    padding-bottom: 32.14286%;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%) rotate(45deg);
}

.pageTop a:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    opacity: 0.9;
}

.pageTop.is-show {
    opacity: 1;
    pointer-events: auto;
}

.pageTop.is-abs {
    position: absolute;
    bottom: auto;
    top: 0;
    margin-top: -40px;
    transform: translateY(-100%);
}

@media only screen and (max-width: 767px) {
    .pageTop {
        width: 9.375vw;
        max-width: 56px;
        margin-right: 4.6875vw;
        margin-bottom: 3.125vw;
    }
    .pageTop.is-abs {
        bottom: auto;
        top: 0;
        margin-top: -3.125vw;
        transform: translateY(-100%);
    }
}

.globalFooter {
    background: #fff;
    position: relative;
    z-index: 6;
}

.globalFooter__main {
    max-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 25px 28px;
    overflow: hidden;
}

.globalFooter__logoBox {
    float: left;
    line-height: 1.8;
}

.globalFooter__logo {
    margin-bottom: 6px;
}

.globalFooter__logo a {
    text-decoration: none;
}

.globalFooter__logo__img {
    max-width: 294px;
    display: inline-block;
    vertical-align: bottom;
}

.globalFooter__logo__img img {
    width: 100%;
    height: auto;
}

.globalFooter__logo__txt {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.1;
    font-size: 0.75rem;
    margin-left: 1.5em;
    padding-right: 1.8em;
    position: relative;
}

.globalFooter__logo__txt:after {
    content: "";
    width: .4em;
    height: .4em;
    border-right: solid 2px #b50029;
    border-bottom: solid 2px #b50029;
    transform: rotate(-45deg);
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.3em;
}

.globalFooter__share {
    width: 120px;
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 6px;
}

.globalFooter__share__item {
    width: 23.33333%;
}

.globalFooter__share__item a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background: url(/assets/img/share/sns_facebook.svg) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 50%;
}

.globalFooter__share__item--tw a {
    background-image: url(/assets/img/share/sns_x.svg);
}

.globalFooter__share__item--line a {
    background-image: url(/assets/img/share/sns_line.svg);
}

.globalFooter__btm {
    background-color: #f1f1f1;
}

.globalFooter__btm__inner {
    max-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 25px 15px;
    overflow: hidden;
}

.globalFooter__links {
    font-size: 10px;
    margin-bottom: .2em;
}

.globalFooter__links__item {
    display: inline-block;
    margin-right: 2em;
    margin-bottom: 1em;
}

.globalFooter__links__item a {
    text-decoration: none;
}

.globalFooter__copyright {
    font-size: 10px;
}

@media only screen and (max-width: 767px) {
    .globalFooter__main {
        padding: 4.6875% 4.6875% 3.125%;
        overflow: hidden;
    }
    .globalFooter__logoBox {
        line-height: 1.8;
        text-align: left;
        max-width: 300px;
        width: 51.72414%;
    }
    .globalFooter__logo__img {
        max-width: 100%;
        display: block;
    }
    .globalFooter__logo__txt {
        display: inline-block;
        vertical-align: bottom;
        line-height: 1.1;
        font-size: 10px;
        font-size: calc(0.625rem + 6 * (100vw - 320px) / 448);
        margin-left: 0;
        margin-top: .8em;
    }
    .globalFooter__share {
        width: 41.37931%;
        margin: 0 auto 5.46875%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
    .globalFooter__share__item {
        width: 25%;
    }
    .globalFooter__btm__inner {
        padding: 3.125% 3.125% 3.125%;
    }
    .globalFooter__links {
        font-size: 10px;
        font-size: calc(0.625rem + 4 * (100vw - 320px) / 448);
    }
    .globalFooter__links__item {
        margin: 0 1.5em .1em 0;
    }
    .globalFooter__links__item a {
        text-decoration: none;
    }
    .globalFooter__copyright {
        font-size: 10px;
        font-size: calc(0.625rem + 4 * (100vw - 320px) / 448);
    }
}

.main {
    position: relative;
    display: block;
}

.main:after {
    content: "";
    display: table;
    clear: both;
}

.m-columnBox {
    overflow: hidden;
    margin-bottom: 60px;
}

.m-columnBox:last-child {
    margin-bottom: 0;
}

.m-columnBox__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    margin: 0 -15px -30px;
    overflow: hidden;
}

.m-columnBox__item {
    width: 25%;
    padding: 0 15px 30px;
    box-sizing: border-box;
}

.m-columnBox__item > a {
    text-decoration: none;
}

.m-columnBox__item > a:hover {
    text-decoration: none;
}

.m-columnBox__item > a:hover p {
    text-decoration: underline;
}

.m-columnBox__item > a:hover img {
    opacity: .8;
}

.m-columnBox__item > a[target="_blank"] .m-columnBox__txtBox .m-columnBox__txt:first-child:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.3em;
    height: .9em;
    background: url(../img/icon_blank.svg) no-repeat right center;
    background-size: auto 100%;
    position: relative;
    top: -.2em;
}

.m-columnBox__item > a[target="_blank"] .m-columnBox__txtBox .m-columnBox__txt--s:first-child:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.3em;
    height: .9em;
    background: url(../img/icon_blank.svg) no-repeat right center;
    background-size: auto 100%;
    position: relative;
    top: -.1em;
}

.m-columnBox[data-column='5'] .m-columnBox__item {
    width: 20%;
}

.m-columnBox[data-column='4'] .m-columnBox__item {
    width: 25%;
}

.m-columnBox[data-column='3'] .m-columnBox__item {
    width: 33.333%;
}

.m-columnBox[data-column='2'] .m-columnBox__item {
    width: 50%;
}

.m-columnBox[data-column='1'] .m-columnBox__item {
    width: 100%;
}

.m-columnBox--single {
    display: block;
}

.m-columnBox--single .m-columnBox__item {
    margin: 0 auto;
}

.m-columnBox__img img {
    width: 100%;
    height: auto;
    transition-duration: .2s;
    transition-property: opacity;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.m-columnBox__standardImg {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background-color: #565656;
    overflow: hidden;
}

.m-columnBox__standardImg img {
    max-width: 100.5%;
    max-height: 100.5%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.m-columnBox__txtBox {
    margin-bottom: 10px;
}

.m-columnBox__title {
    margin-top: .8em;
    font-size: 1rem;
    line-height: 1.4;
}

.m-columnBox__txt {
    margin-top: .8em;
    font-size: 1rem;
    line-height: 1.4;
}

.m-columnBox__txt--s {
    margin-top: .6em;
    font-size: 0.75rem;
}

.m-columnBox__txt + .m-columnBox__txt--s {
    margin-top: .5em;
}

.m-columnBox__txt--s + .m-columnBox__txt--s {
    margin-top: .5em;
}

.m-columnBox__tag {
    margin-top: .3em;
    font-size: 0.75rem;
    margin-left: -5px;
    margin-bottom: -5px;
    text-decoration: none;
    overflow: hidden;
}

.m-columnBox__tag__item {
    font-size: 0.75rem;
    display: inline-block;
    border: solid 1px #e6e6e6;
    padding: 2px 5px;
    line-height: 1.2;
    margin-left: 5px;
    margin-bottom: 5px;
    min-width: 7.6em;
    text-align: center;
}

.m-columncircle a, .m-columncircle span {
    position: relative;
    display: block;
}

.m-columncircle .m-columnBox__img {
    border-radius: 50%;
    overflow: hidden;
}

.m-columncircle .m-columnBox__img img {
    border-radius: 50%;
    transition-duration: 0;
}

.m-columncircle .m-columnBox__circleTxt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    transform: translateY(-48%);
}

.m-columnBox__linkTitle {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: .5em;
    margin-bottom: .4em;
}

.m-columnBox__linkItems {
    padding-left: 1em;
}

.m-columnBox__linkItem {
    font-size: 1rem;
    margin-bottom: .5em;
}

.m-columnBox__linkItem a {
    display: inline-block;
    text-decoration: none;
}

.m-columnBox__linkItem a:hover {
    text-decoration: underline;
}

.m-columnBox__linkItem:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .m-columnBox {
        margin-bottom: 10%;
    }
    .m-columnBox:last-child {
        margin-bottom: 0;
    }
    .m-columnBox__items {
        margin: 0 -2% -4%;
        margin: 0 -2% -3.5vw;
    }
    .m-columnBox__item {
        width: 25%;
        padding: 0 2% 4%;
        padding: 0 2% 3.5vw;
        box-sizing: border-box;
    }
    .m-columnBox[data-column-sp='4'] .m-columnBox__item {
        width: 25%;
    }
    .m-columnBox[data-column-sp='3'] .m-columnBox__item {
        width: 33.333%;
    }
    .m-columnBox[data-column-sp='2'] .m-columnBox__item {
        width: 50%;
    }
    .m-columnBox[data-column-sp='1'] .m-columnBox__item {
        width: 100%;
    }
    .m-columnBox__txtBox {
        margin-bottom: .5em;
    }
    .m-columnBox__txt {
        margin-top: .6em;
        font-size: 0.94rem;
    }
    .m-columnBox__txt--s {
        margin-top: .4em;
    }
    .m-columnBox__txt + .m-columnBox__txt--s {
        margin-top: .4em;
    }
    .m-columnBox__txt--s + .m-columnBox__txt--s {
        margin-top: .4em;
    }
    .m-columnBox__tag {
        margin-top: .3em;
        font-size: 0.75rem;
    }
    .m-columnBox__tag__item {
        font-size: 0.63rem;
        min-width: 5em;
    }
    .m-columnBox__linkTitle {
        font-size: 0.94rem;
        font-feature-settings: "palt" 1;
        letter-spacing: .05em;
        margin-top: .4em;
        margin-bottom: .2em;
    }
    .m-columnBox__linkItems {
        margin-bottom: 1em;
    }
    .m-columnBox__linkItem {
        font-size: 0.75rem;
    }
    .m-columnBox[data-column-sp='2'] .m-columnBox__item:nth-last-child(1) .m-columnBox__linkItems, .m-columnBox[data-column-sp='2'] .m-columnBox__item:nth-last-child(2) .m-columnBox__linkItems {
        margin-bottom: 0;
    }
}

.contentsSection {
    margin-bottom: 120px;
}

.contentsSection:last-child {
    margin-bottom: 0;
}

.contentsStitle {
    font-size: 1.38rem;
    line-height: 2;
    font-weight: bold;
}

.contentsStitle:last-child {
    margin-bottom: 0;
}

.contentsTxt {
    font-size: 1.25rem;
    line-height: 2;
    margin-bottom: 1.5em;
}

.contentsTxt:last-child {
    margin-bottom: 0;
}

.contentsMore__main {
    display: none;
}

.contentsMore.is-show .m-btn-more-wrap {
    display: none;
}

.contentsNote {
    margin-top: 1em;
    font-size: 1rem;
    line-height: 2;
}

.contentsNote2 {
    margin-top: -1em;
    font-size: 1rem;
    line-height: 2;
}

@media only screen and (max-width: 1300px) {
    .contentsStitle {
        font-size: 14px;
        font-size: calc(0.875rem + 8 * (100vw - 320px) / 980);
    }
    .contentsTxt {
        font-size: 12px;
        font-size: calc(0.75rem + 8 * (100vw - 320px) / 980);
    }
    .contentsNote {
        font-size: 12px;
        font-size: calc(0.75rem + 8 * (100vw - 320px) / 980);
    }
}

@media only screen and (max-width: 767px) {
    .contentsSection {
        margin-bottom: 20%;
    }
    .contentsSection:last-child {
        margin-bottom: 0;
    }
    .contentsStitle {
        font-size: 13px;
        font-size: calc(0.8125rem + 7 * (100vw - 320px) / 980);
    }
    .contentsTxt {
        font-size: 12px;
        font-size: calc(0.75rem + 6 * (100vw - 320px) / 448);
    }
    .contentsNote {
        font-size: 11px;
        font-size: calc(0.6875rem + 5 * (100vw - 320px) / 448);
    }
    .contentsNote2 {
        font-size: 11px;
        font-size: calc(0.6875rem + 5 * (100vw - 320px) / 448);
    }
}

.overlay-lock-test {
    overflow-y: hidden !important;
}

.overlay-lock {
    overflow: hidden !important;
    width: auto;
}

.overlay-lock body {
    overflow: hidden !important;
}

.modal-overlay-lock {
    overflow: hidden !important;
    width: auto;
}

.modal-overlay-lock body {
    overflow: hidden !important;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
	 Remodal's default mobile first theme
	 ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
    background: rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.7);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
    padding: 10px 10px 0;
    overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
    .remodal-wrapper {
        padding: 3.125% 3.125% 3.125%;
    }
}

/* Default theme styles of the modal dialog */
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */
.remodal-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 40px;
    height: 40px;
    background-color: #fff;
    margin: 20px 20px 0 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    border-radius: 50%;
    outline: 0;
}

@media only screen and (max-width: 767px) {
    .remodal-close {
        width: 6.25vw;
        height: 6.25vw;
        max-width: 40px;
        max-height: 40px;
        margin-top: 3.33333%;
        margin-right: 3.33333%;
    }
}

.remodal-close:hover,
.remodal-close:focus {
    color: #2b2e38;
}

.remodal-close:before, .remodal-close:after {
    content: "";
    width: 50%;
    padding-bottom: 2px;
    background-color: #ff5216;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -1px;
}

.remodal-close:before {
    transform: rotate(45deg);
}

.remodal-close:after {
    transform: rotate(-45deg);
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Keyframes
	 ========================================================================== */

@keyframes remodal-opening-keyframes {
    from {
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-closing-keyframes {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Media queries
	 ========================================================================== */
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 800px;
    }
}

.modalRefine {
    background-color: transparent;
}

.modalRefine__header {
    background-color: #ff5216;
    padding: 2.75% 2.5%;
}

.modalRefine__title {
    color: #fff;
    font-size: 1.13rem;
    font-weight: bold;
}

.modalRefine__inner {
    padding: 3.75% 3.75% 7.5%;
    background-color: #ffb016;
}

.modalKeywordList {
    max-width: 620px;
    margin: 0 auto;
    text-align: left;
}

.modalKeywordList__title {
    font-size: 1.13rem;
    font-weight: bold;
    margin-bottom: .6em;
}

.modalKeywordList__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 4.83871%;
}

.modalKeywordList__items:after {
    content: "";
    width: 32.25806%;
    display: block;
}

.modalKeywordList__item {
    width: 32.25806%;
    font-size: 0.88rem;
    margin-bottom: 1.6129%;
}

.modalKeywordList__item input {
    display: none;
}

.modalKeywordList__item label {
    display: block;
    cursor: pointer;
}

.modalKeywordList__item input + span {
    display: block;
    position: relative;
    padding: .6em 1em;
    background-color: #fff;
    overflow: hidden;
}

.modalKeywordList__item input + span:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    pointer-events: none;
}

.modalKeywordList__item input:checked + span {
    color: #ff5216;
}

.modalKeywordList__item input:checked + span:before {
    border: solid 6px #ff5216;
}

.modalKeywordList__filterBtn button, .modalKeywordList__releaseBtn button {
    position: relative;
}

.modalKeywordList__filterBtn button:after, .modalKeywordList__releaseBtn button:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition-duration: .2s;
    transform-origin: right center;
    transition-property: opacity, transform;
    pointer-events: none;
}

.modalKeywordList__filterBtn button:hover:after, .modalKeywordList__releaseBtn button:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.modalKeywordList__filterBtn {
    text-align: center;
    font-size: 1rem;
    max-width: 360px;
    margin: 0 auto 10px;
}

.modalKeywordList__filterBtn button {
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: .5em 1em;
    width: 100%;
    box-sizing: border-box;
}

.modalKeywordList__releaseBtn {
    text-align: center;
    font-size: 1rem;
    max-width: 360px;
    margin: 0 auto 10px;
}

.modalKeywordList__releaseBtn button {
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    background-color: #909090;
    color: #fff;
    text-decoration: none;
    padding: .5em 1em;
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .modalRefine__header {
        padding: 3% 2.5%;
    }
    .modalRefine__title {
        font-size: 14px;
        font-size: calc(0.875rem + 4 * (100vw - 320px) / 448);
    }
    .modalRefine__inner {
        padding: 5% 5% 8.33333%;
    }
    .modalKeywordList__title {
        font-size: 12px;
        font-size: calc(0.75rem + 6 * (100vw - 320px) / 448);
        margin-bottom: .6em;
    }
    .modalKeywordList__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-bottom: 3.7037%;
    }
    .modalKeywordList__items:after {
        display: none;
    }
    .modalKeywordList__item {
        width: 48.14815%;
        font-size: 10px;
        font-size: calc(0.625rem + 6 * (100vw - 320px) / 448);
        margin-bottom: 3.7037%;
    }
    .modalKeywordList__item input + span {
        padding: .8em 1em;
    }
    .modalKeywordList__item input:checked + span {
        color: #ff5216;
    }
    .modalKeywordList__item input:checked + span:before {
        border: solid 3px #ff5216;
    }
    .modalKeywordList__filterBtn {
        max-width: 66.66667%;
        margin-top: 5.55556%;
        margin-bottom: 3.7037%;
        font-size: 10px;
        font-size: calc(0.625rem + 6 * (100vw - 320px) / 448);
    }
    .modalKeywordList__filterBtn button {
        padding: .9em 1em;
    }
    .modalKeywordList__releaseBtn {
        max-width: 66.66667%;
        font-size: 10px;
        font-size: calc(0.625rem + 6 * (100vw - 320px) / 448);
        margin: 0 auto 10px;
    }
    .modalKeywordList__releaseBtn button {
        padding: .9em 1em;
    }
}

.athletesList__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1.63934% 10px;
}

.athletesList__item {
    width: 33.33%;
    padding: 0 1.69492% 3.38983%;
    box-sizing: border-box;
}

.athletesList__item a {
    background-color: #fff;
    text-decoration: none;
    display: block;
    transition-duration: .2s;
    transition-property: opacity, transform;
}

.athletesList__item a:hover {
    opacity: .8;
}

.athletesList__item a:hover .athletesList__txtBox:after {
    margin-right: -.3em;
}

.athletesList__img {
    display: block;
}

.athletesList__img img {
    width: 100%;
    height: auto;
}

.athletesList__txtBox {
    padding: 0.78947% 13.15789% 4.16667% 6.57895%;
    position: relative;
    display: block;
}

.athletesList__txtBox:after {
    content: "";
    width: .6em;
    height: .6em;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    transform: rotate(-45deg);
    position: absolute;
    right: 6.94444%;
    top: 50%;
    margin-top: -.38em;
    transition-duration: .2s;
    transition-property: opacity, transform, margin-right;
}

.athletesList__name {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    display: block;
}

.athletesList__name2 {
    color: #0068b7;
    font-size: 1.38rem;
    line-height: 1.4;
    margin-bottom: .5em;
    display: block;
}

html:lang(en) .athletesList__name2 {
    font-size: 1.63rem;
    line-height: 1.2;
}

.athletesList__type {
    font-size: 1rem;
    line-height: 1.4;
    display: block;
}

.linkNote {
    font-size: 11px;
}

@media only screen and (max-width: 767px) {
    .linkNote {
        font-size: 10px;
    }
    .athletesList__items {
        margin: 0 -1.66667% 10px;
    }
    .athletesList__item {
        width: 50%;
        padding: 0 1.6129% 3.125%;
    }
    .athletesList__txtBox {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
    }
    .athletesList__name {
        font-size: 12px;
        font-size: calc(0.75rem + 12 * (100vw - 320px) / 448);
        line-height: 1.4;
        margin-bottom: .5em;
    }
    .athletesList__name2 {
        font-size: 13px;
        font-size: calc(0.8125rem + 9 * (100vw - 320px) / 448);
        line-height: 1.4;
        margin-bottom: .5em;
    }
    html:lang(en) .athletesList__name2 {
        font-size: 14px;
        font-size: calc(0.875rem + 12 * (100vw - 320px) / 448);
        line-height: 1.2;
    }
    .athletesList__type {
        font-size: 10px;
        font-size: calc(0.625rem + 6 * (100vw - 320px) / 448);
        line-height: 1.4;
    }
}

.otherLink {
    margin-bottom: 100px;
}

.otherLink:last-child {
    margin-bottom: 0;
}

.otherLink__inner {
    max-width: 1180px;
    padding: 0 50px 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

.articleCategory__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -2px 50px;
}

.articleCategory__menu[data-column='3'] .articleCategory__menu__item {
    width: 33.333%;
}

.articleCategory__menu__item {
    width: 25%;
    box-sizing: border-box;
    padding: 0 2px;
    text-align: center;
    font-size: 1.07rem;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.articleCategory__menu__item a {
    display: table;
    background-color: #262626;
    color: #fff;
    text-decoration: none;
    padding: 1em .5em;
    position: relative;
    transition-duration: .2s;
    transition-property: background-color;
    min-height: 100%;
    width: 100%;
    box-sizing: border-box;
    font-feature-settings: "palt" 1;
}

.articleCategory__menu__item a.is-selected {
    background-color: #0068b7;
    pointer-events: none;
}

.articleCategory__menu__item a.is-selected:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 19px 0 19px;
    border-color: #0068b7 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -19px;
}

.articleCategory__menu__item a span {
    display: table-cell;
    vertical-align: middle;
}

.articleCategory__menu__item a:hover {
    background-color: #0068b7;
}

.articleList__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.81967% -4.09836%;
}

.articleList__item {
    width: 31.7201%;
    margin: 0 0.80645% 4.03226%;
    padding: 0 0 0;
    box-sizing: border-box;
    border-bottom: solid 3px #0068b7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    box-sizing: border-box;
}

.articleList__item a {
    text-decoration: none;
    display: block;
    transition-duration: .2s;
    transition-property: opacity, transform;
    height: 100%;
    position: relative;
}

.articleList__item a:hover {
    opacity: .8;
}

.articleList__item a:hover .articleList__txtBox:after {
    margin-right: -.3em;
}

.articleList__img {
    display: block;
}

.articleList__img img {
    width: 100%;
    height: auto;
}

.articleList__txtBox {
    padding: 5.71429% 14.28571% 5.71429% 5.71429%;
    position: relative;
    display: block;
    font-size: 1rem;
    margin-bottom: 1.5em;
}

.articleList__txtBox:last-child {
    margin-bottom: 0;
}

.articleList__txtBox:after {
    content: "";
    width: .6em;
    height: .6em;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    transform: rotate(-45deg);
    position: absolute;
    right: 5.14286%;
    top: 50%;
    margin-top: -.38em;
    transition-duration: .2s;
    transition-property: opacity, transform, margin-right;
}

.articleList__category {
    font-size: 0.75rem;
    display: inline-block;
    background-color: #0068b7;
    color: #fff;
    border-radius: 15px;
    padding: .5em 1em;
    line-height: 1.2;
    margin-bottom: .8em;
    margin-right: .5em;
}

.articleList__category2 {
    font-size: 0.75rem;
    display: inline-block;
    background-color: #0068b7;
    color: #fff;
    padding: .5em 1.5em;
    line-height: 1.2;
    margin-bottom: .8em;
    margin-right: 1em;
}

.articleList__num {
    display: inline-block;
    color: #0068b7;
    font-size: 1.88rem;
    margin-top: -.5em;
    position: relative;
    top: .1em;
}

.articleList__title {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: .5em;
    display: block;
}

.articleList__txt {
    display: block;
    font-size: 0.88rem;
}

.articleList__date {
    color: #757575;
    font-size: 1rem;
    margin-top: .5em;
    line-height: 1;
    display: block;
    text-align: right;
    position: absolute;
    bottom: 0;
    margin-bottom: 3.42857%;
    right: 4.28571%;
}

@media only screen and (max-width: 1200px) {
    .otherLink__inner {
        padding-left: 4.16667%;
        padding-right: 4.16667%;
    }
    .articleCategory__menu__item {
        font-size: 0.88rem;
    }
}

@media only screen and (max-width: 767px) {
    .otherLink {
        margin-bottom: 15.625%;
    }
    .otherLink:last-child {
        margin-bottom: 0;
    }
    .otherLink__inner {
        padding: 0 3.125% 10px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .articleCategory__menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -5px 8.33333%;
    }
    .articleCategory__menu[data-column='3'] .articleCategory__menu__item {
        width: 50%;
    }
    .articleCategory__menu[data-column='3'] .articleCategory__menu__item:first-child {
        width: 100%;
    }
    .articleCategory__menu__item {
        width: 50%;
        box-sizing: border-box;
        padding: 0 4px 10px;
        text-align: center;
        font-size: 11px;
        font-size: calc(0.6875rem + 4 * (100vw - 320px) / 448);
        font-weight: bold;
    }
    .articleCategory__menu__item a {
        padding: .5em .5em;
    }
    .articleCategory__menu__item a.is-selected:after {
        display: none;
    }
    .articleCategory__menu__item a span {
        height: 3.5em;
    }
    .articleCategory__menu__item a:hover {
        background-color: #0068b7;
    }
    .articleList__items {
        display: block;
        margin: 0 0 0;
    }
    .articleList__item {
        width: auto;
        margin: 0 0 8.33333%;
        padding: 0 0 0;
        display: block;
    }
    .articleList__item:last-child {
        margin-bottom: 0;
    }
    .articleList__txtBox {
        padding: 5.17241% 12.06897% 5.17241% 5.17241%;
        margin-bottom: 0;
    }
    .articleList__txtBox:after {
        width: .4em;
        height: .4em;
        border-width: 1px;
        right: 5.17241%;
        top: 50%;
        margin-top: -.2em;
    }
    .articleList__category {
        font-size: 10px;
        font-size: calc(0.625rem + 2 * (100vw - 320px) / 448);
    }
    .articleList__category2 {
        font-size: 10px;
        font-size: calc(0.625rem + 2 * (100vw - 320px) / 448);
    }
    .articleList__num {
        font-size: 16px;
        font-size: calc(1rem + 16 * (100vw - 320px) / 448);
    }
    .articleList__title {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
        margin-bottom: .2em;
        margin-top: .5em;
    }
    .articleList__txt {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
    }
    .articleList__date {
        font-size: 14px;
        font-size: calc(0.875rem + 2 * (100vw - 320px) / 448);
        position: static;
        bottom: 0;
        margin-top: -.3em;
        margin-bottom: 3.44828%;
        margin-right: 5.17241%;
    }
}

.relatedInfoList__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.81967% 10px;
}

.relatedInfoList__item {
    width: 31.7201%;
    margin: 0 0.80645%;
    padding: 0 0 3.38983%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.relatedInfoList__item a {
    text-decoration: none;
    display: block;
    min-height: 100%;
    background-color: #fff;
    position: relative;
    display: table;
    width: 100%;
    padding-top: 68%;
    z-index: 1;
}

.relatedInfoList__item .linkNote {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 11px;
    margin-top: .2em;
}

.relatedInfoList__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.relatedInfoList__img img {
    width: 100%;
    height: auto;
}

.relatedInfoList__txtBox {
    padding: 5.71429% 14.28571% 5.71429% 5.71429%;
    position: relative;
    display: table-cell;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
}

.relatedInfoList__txtBox:after {
    content: "";
    width: .6em;
    height: .6em;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    transform: rotate(-45deg);
    position: absolute;
    right: 5.14286%;
    top: 50%;
    margin-top: -.38em;
}

.relatedInfoList__item a[target="_blank"] .relatedInfoList__txtBox:after {
    display: none;
}

.relatedInfoList__item a[target="_blank"] .relatedInfoList__txtBox .u-blankIcon {
    position: absolute;
    right: 5.55556%;
    top: 50%;
    margin-top: -.5em;
}

@media all and (-ms-high-contrast: none) {
    .relatedInfoList__item a {
        display: block;
        padding-top: 0;
    }
    .relatedInfoList__img {
        position: relative;
    }
    .relatedInfoList__txtBox {
        display: block;
    }
    .relatedInfoList__txt {
        min-height: 3em;
    }
}

.relatedInfoList__txt {
    font-weight: bold;
    display: block;
}

@media only screen and (max-width: 767px) {
    .relatedInfoList__items {
        display: block;
        margin: 0 0 0;
    }
    .relatedInfoList__item {
        width: auto;
        margin: 0 0 5.17241%;
        padding: 0 0;
        box-sizing: border-box;
        display: block;
    }
    .relatedInfoList__item:last-child {
        margin-bottom: 0;
    }
    .relatedInfoList__item a {
        padding-top: 0;
        display: block;
    }
    .relatedInfoList__item .linkNote {
        font-size: 10px;
        margin-top: .2em;
    }
    .relatedInfoList__img {
        position: relative;
    }
    .relatedInfoList__txtBox {
        padding: 5.17241% 17.24138% 5.17241% 6.89655%;
        display: block;
    }
    .relatedInfoList__txtBox:after {
        width: .4em;
        height: .4em;
        border-width: 1px;
        right: 10.34483%;
        top: 50%;
        margin-top: -.2em;
    }
    .relatedInfoList__item a[target="_blank"] .relatedInfoList__txtBox .u-blankIcon {
        right: 8.62069%;
        top: 50%;
    }
    .relatedInfoList__txt {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
        min-height: 0;
    }
}

.actionLink__items:after {
    content: "";
    clear: both;
    display: block;
}

.actionLink__item {
    max-width: 970px;
    clear: both;
    margin: 0 auto 6.48148%;
    position: relative;
}

.actionLink__item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
    text-decoration: none;
    position: relative;
}

.actionLink__item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0068b7;
    top: 0;
    margin-top: 20px;
}

.actionLink__img {
    width: 52.63158%;
}

.actionLink__img img {
    width: 100%;
    height: auto;
}

.actionLink__txtBox {
    width: 47.36842%;
    box-sizing: border-box;
    padding: 3.15789% 5.78947% 3.15789% 3.15789%;
    position: relative;
}

.actionLink__txtBox:after {
    content: "";
    width: .6em;
    height: .6em;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    transform: rotate(-45deg);
    position: absolute;
    right: 6.94444%;
    top: 50%;
    margin-top: -.38em;
}

.actionLink__txt {
    font-size: 1.13rem;
    padding: 2em 0;
    line-height: 1.5;
    font-weight: bold;
}

.actionLink__category {
    max-width: 44.21053%;
    box-sizing: border-box;
    font-size: 1.13rem;
    position: absolute;
    bottom: 0;
    margin-bottom: 3.15789%;
    right: 3.15789%;
    line-height: 1.3;
    text-align: right;
    padding: .5% 1.5% 1%;
}

.actionLink__item:nth-child(odd):before {
    right: -20px;
}

.actionLink__item:nth-child(odd) .actionLink__category {
    border-bottom: 6px solid #0068b7;
    border-right: 6px solid #0068b7;
}

.actionLink__item:nth-child(even) a {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
}

.actionLink__item:nth-child(even):before {
    left: -20px;
}

.actionLink__item:nth-child(even) .actionLink__category {
    right: auto;
    left: 3.15789%;
    text-align: left;
    border-bottom: 6px solid #0068b7;
    border-left: 6px solid #0068b7;
}

.actionLink__item.actionLink__item-category2:before {
    background-color: #45afe6;
}

.actionLink__item.actionLink__item-category2 .actionLink__category {
    border-color: #45afe6;
}

@media only screen and (max-width: 767px) {
    .actionLink__items:after {
        content: "";
        clear: both;
        display: block;
    }
    .actionLink__item {
        width: auto;
        clear: both;
        margin: 0 3.33333% 12.5%;
        position: relative;
        min-width: 0;
    }
    .actionLink__item a {
        display: block;
        overflow: hidden;
        position: relative;
    }
    .actionLink__item:before {
        margin-top: 3.84615%;
    }
    .actionLink__img {
        width: auto;
    }
    .actionLink__txtBox {
        width: auto;
        box-sizing: border-box;
        padding: 5.76923% 5.76923% 3.15789% 5.76923%;
        position: relative;
    }
    .actionLink__txtBox:after {
        display: none;
    }
    .actionLink__txt {
        font-size: 12px;
        font-size: calc(0.75rem + 6 * (100vw - 320px) / 448);
        padding: 0 0 .8em;
        line-height: 1.5;
    }
    .actionLink__category {
        max-width: 100%;
        display: inline-block;
        font-size: 10px;
        font-size: calc(0.625rem + 8 * (100vw - 320px) / 448);
        position: relative;
        bottom: 0;
        margin-bottom: 3.84615%;
        right: auto;
        text-align: right;
        border-width: 3px !important;
        padding: 0 1.5% 1%;
    }
    .actionLink__item:nth-child(odd) {
        float: right;
    }
    .actionLink__item:nth-child(odd):before {
        right: -3.84615%;
    }
    .actionLink__item:nth-child(odd) .actionLink__category {
        float: right;
        margin-right: 3.84615%;
    }
    .actionLink__item:nth-child(even) {
        float: left;
    }
    .actionLink__item:nth-child(even) a {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    }
    .actionLink__item:nth-child(even):before {
        left: -3.84615%;
    }
    .actionLink__item:nth-child(even) .actionLink__category {
        right: auto;
        left: auto;
        text-align: left;
        margin-left: 3.84615%;
    }
}

.interviewList {
    margin: 0;
}

.interviewList__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.83333% 20px;
}

.interviewList__item {
    width: 33.33%;
    padding: 0 0.81967% 2.54237%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
}

.interviewList__item a {
    text-decoration: none;
    display: block;
    min-height: 100%;
    background-color: #fff;
    transition-duration: .2s;
    transition-property: opacity, transform;
    position: relative;
}

.interviewList__item a:hover {
    opacity: .8;
}

.interviewList__item a:hover .interviewList__txtBox:after {
    margin-right: -.2em;
}

.interviewList__img {
    display: block;
}

.interviewList__img img {
    width: 100%;
    height: auto;
}

.interviewList__txtBox {
    padding: 5.71429% 14.28571% 5.71429% 7.14286%;
    position: relative;
    display: block;
    margin-bottom: 1.5em;
}

.interviewList__txtBox:last-child {
    margin-bottom: 0;
}

.interviewList__txtBox:after {
    content: "";
    width: .6em;
    height: .6em;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    transform: rotate(-45deg);
    position: absolute;
    right: 6.94444%;
    top: 50%;
    margin-top: -.38em;
    transition-duration: .2s;
    transition-property: opacity, transform, margin-right;
}

.interviewList__category {
    font-size: 0.88rem;
    display: inline-block;
    border-bottom: solid 3px #0068b7;
    line-height: 1.4;
    padding-bottom: .1em;
    margin-bottom: 1em;
}

.interviewList__title {
    font-size: 0.94rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: solid 1px #333;
    padding-bottom: 1em;
    margin-bottom: 1em;
    display: block;
}

.interviewList__name {
    font-size: 0.88rem;
    line-height: 1.4;
    display: block;
}

.interviewList__belong {
    font-size: 0.88rem;
    display: block;
}

@media only screen and (max-width: 767px) {
    .interviewList {
        margin: 0;
    }
    .interviewList__items {
        display: block;
        margin: 0 1.66667% 0;
    }
    .interviewList__item {
        width: auto;
        padding: 0 0;
        display: block;
        margin-bottom: 5.17241%;
    }
    .interviewList__item:last-child {
        margin-bottom: 0;
    }
    .interviewList__txtBox {
        padding: 2.58621% 16.37931% 3.44828% 6.03448%;
        margin-bottom: .1em;
    }
    .interviewList__txtBox:after {
        width: .5em;
        height: .5em;
        border-width: 1px;
        right: 5.17241%;
        margin-top: -.25em;
    }
    .interviewList__category {
        font-size: 11px;
        font-size: calc(0.6875rem + 3 * (100vw - 320px) / 448);
        border-width: 2px;
    }
    .interviewList__title {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
    }
    .interviewList__name {
        font-size: 12px;
        font-size: calc(0.75rem + 2 * (100vw - 320px) / 448);
    }
    .interviewList__belong {
        font-size: 12px;
        font-size: calc(0.75rem + 2 * (100vw - 320px) / 448);
    }
}

.otherSection {
    margin-bottom: 60px;
}

.otherSection:last-child {
    margin-bottom: 0;
}

.otherSection .athletesList__item {
    width: 25%;
}

.otherSection .athletesList__items {
    margin-left: 0;
    margin-right: 0;
}

.otherSection .otherSection__inner {
    max-width: 1320px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.otherSection .athletesSlide {
    position: relative;
    overflow: hidden;
    margin-left: -1.63934%;
    margin-right: -1.63934%;
}

.otherSection .athletesSlide__items {
    position: relative;
    width: 400%;
    top: 0;
    left: 0;
    margin-left: -200%;
}

.otherSection .athletesSlide__items.is-animation {
    transition-duration: 0.3s;
}

.otherSection .athletesList {
    z-index: 4;
    width: 25%;
    float: left;
    position: relative;
}

.otherSection .athletesList__slideNav {
    position: static;
    z-index: 6;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 2.29508%;
}

.otherSection .athletesList__slideNav__item {
    display: inline-block;
    vertical-align: middle;
}

.otherSection .athletesList__slideNav__item a {
    display: block;
    border: solid 2px #333;
    border-radius: 50%;
    overflow: hidden;
}

.otherSection .athletesList__slideNav__item img {
    height: auto;
}

.otherSection .athletesList__slideMark {
    display: inline-block;
    margin: 0 5px;
}

.otherSection .athletesSlide .slideMark__item {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.otherSection .athletesSlide .slideMark__item a {
    display: block;
    width: 12px;
    height: 12px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    border: solid 2px #333;
    border-radius: 50%;
}

.otherSection .athletesSlide .slideMark__item.is-current a {
    background-color: #333;
}

@media only screen and (max-width: 1200px) {
    .otherSection .otherSection__inner {
        padding-left: 4.16667%;
        padding-right: 4.16667%;
    }
}

@media only screen and (max-width: 767px) {
    .otherSection {
        margin-bottom: 12.5%;
    }
    .otherSection .athletesList__item {
        width: 50%;
    }
    .otherSection .otherSection__inner {
        padding-left: 7.8125%;
        padding-right: 7.8125%;
        padding-top: 10px;
    }
    .otherSection .athletesSlide {
        position: relative;
        overflow: hidden;
        margin-left: -6.66667%;
        margin-right: -6.66667%;
    }
    .otherSection .athletesSlide__items {
        position: relative;
        width: 400%;
        top: 0;
        left: 0;
        margin-left: -200%;
    }
    .otherSection .athletesSlide__items.is-animation {
        transition-duration: 0.3s;
    }
    .otherSection .athletesList__slideNav__item {
        line-height: 1;
        vertical-align: middle;
    }
    .otherSection .athletesList__slideNav__item a {
        border-width: 1px;
        line-height: 1;
    }
    .otherSection .athletesList__slideNav__item a img {
        width: 20px;
        height: auto;
    }
    .otherSection .athletesList__slideMark {
        margin: 0 5px;
    }
    .otherSection .athletesSlide .slideMark__item {
        margin: 0 5px;
        line-height: 1;
        vertical-align: middle;
    }
    .otherSection .athletesSlide .slideMark__item a {
        line-height: 1;
        width: 8px;
        height: 8px;
        border-width: 1px;
    }
}

.featureList {
    margin: 0;
}

.featureList__items:after {
    content: "";
    clear: both;
    display: block;
}

.featureList__item {
    box-sizing: border-box;
    width: 87.70492%;
    min-width: 680px;
    margin-bottom: 70px;
}

.featureList__item a {
    text-decoration: none;
    display: block;
    background-color: #fff;
    transition-duration: .2s;
    transition-property: opacity, transform;
}

.featureList__item a:after {
    content: "";
    clear: both;
    display: block;
}

.featureList__item a:hover {
    opacity: .8;
}

.featureList__item a:hover .featureList__txtBox:after {
    margin-right: -.2em;
}

.featureList__item:last-child {
    margin-bottom: 0;
}

.featureList__img {
    display: block;
    width: 50.46729%;
    float: left;
}

.featureList__img img {
    width: 100%;
    height: auto;
}

.featureList__txtBox {
    width: 49.53271%;
    padding: 2.80374% 0 0 4.20561%;
    position: relative;
    display: block;
    box-sizing: border-box;
    float: right;
}

.featureList__category {
    font-size: 3.13rem;
    display: block;
    border-bottom: solid 8px #0068b7;
    color: #0068b7;
    line-height: 1.3;
    margin-bottom: .6em;
}

.featureList__title {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: solid 1px #333;
    padding-bottom: 1em;
    margin-bottom: 1.2em;
    display: block;
    margin-right: 19.11765%;
    position: relative;
}

.featureList__title:after {
    content: "";
    width: .6em;
    height: .6em;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    transform: rotate(-45deg);
    position: absolute;
    right: -12%;
    bottom: 0;
    margin-bottom: -.3em;
    transition-duration: .2s;
    transition-property: opacity, transform, margin-right;
}

.featureList__name {
    font-size: 1rem;
    line-height: 1.4;
    display: block;
}

.featureList__belong {
    font-size: 1rem;
    display: block;
}

.featureList__item:nth-child(odd) {
    float: left;
}

.featureList__item:nth-child(odd) .featureList__category {
    margin-left: -18.86792%;
    text-align: right;
}

.featureList__item:nth-child(even) {
    float: right;
}

.featureList__item:nth-child(even) .featureList__img {
    float: right;
}

.featureList__item:nth-child(even) .featureList__txtBox {
    float: left;
}

.featureList__item:nth-child(even) .featureList__category {
    margin-right: -18.86792%;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .featureList {
        margin: 0;
    }
    .featureList__items {
        display: block;
        margin: 0 1.66667% 0;
    }
    .featureList__item {
        min-width: 0;
        width: auto;
        padding: 0 0 5.17241%;
        display: block;
        margin-bottom: 12.06897%;
    }
    .featureList__item:last-child {
        margin-bottom: 0;
    }
    .featureList__img {
        float: none;
        width: auto;
    }
    .featureList__txtBox {
        width: auto;
        padding: 2.58621% 3.44828% 0 3.44828%;
    }
    .featureList__category {
        font-size: 20px;
        font-size: calc(1.25rem + 20 * (100vw - 320px) / 448);
        border-width: 2px;
    }
    .featureList__title {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
        margin-right: 18.51852%;
    }
    .featureList__title:after {
        right: -14%;
    }
    .featureList__name {
        font-size: 12px;
        font-size: calc(0.75rem + 2 * (100vw - 320px) / 448);
    }
    .featureList__belong {
        font-size: 12px;
        font-size: calc(0.75rem + 2 * (100vw - 320px) / 448);
    }
    .featureList__item:nth-child(odd) {
        float: none;
    }
    .featureList__item:nth-child(odd) .featureList__category {
        margin: 0 -3.7037% 0.7em;
        text-align: left;
    }
    .featureList__item:nth-child(even) {
        float: none;
    }
    .featureList__item:nth-child(even) .featureList__img {
        float: none;
    }
    .featureList__item:nth-child(even) .featureList__txtBox {
        float: none;
    }
    .featureList__item:nth-child(even) .featureList__category {
        margin: 0 -3.7037% 0.7em;
        text-align: left;
    }
}

/* =====================================================================




===================================================================== */
.u-cf {
    *zoom: 1;
}

.u-cf:before, .u-cf:after {
    content: " ";
    display: table;
}

.u-cf:after {
    clear: both;
}

.u-taL {
    text-align: left;
}

.u-taR {
    text-align: right;
}

.u-taC {
    text-align: center;
}

.u-visHide {
    visibility: hidden;
}

.u-hide {
    display: none !important;
}

.u-hideTxt {
    overflow: hidden;
    display: block;
    height: 0;
    width: 100%;
    position: absolute;
}

.u-pcHide {
    display: none;
}

.u-fColor--wht {
    color: #fff;
}

.u-fColor--grn {
    color: #00a040;
}

.u-indent--1 {
    text-indent: 1em;
}

.u-indent--n1 {
    text-indent: -1em;
    padding-left: 1em;
}

.u-indent--n1_3 {
    text-indent: -1.25em;
    padding-left: 1.25em;
}

.u-indent--n1_5 {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.u-indent--n1_5 {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.u-indent--n2 {
    text-indent: -2em;
    padding-left: 2em;
}

.u-liMarker {
    text-indent: -1em;
    padding-left: 1em;
}

.u-liMarker:before {
    content: "・";
}

.u-pcNobreak {
    display: none;
}

.u-inlineBlock {
    display: inline-block;
}

.u-urlTxt {
    word-break: break-all;
}

.u-scrTxt {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.u-blankIcon {
    vertical-align: middle;
    padding-left: 3px;
    line-height: 1em;
    position: relative;
    top: -.1em;
    height: 1em;
    width: auto;
}

@media only screen and (max-width: 767px) {
    .u-pcNobreak {
        display: inline;
    }
    .u-spNobreak {
        display: none;
    }
    .u-pcHide {
        display: block;
    }
    .u-spHide {
        display: none;
    }
}

.u-bdrBtm {
    border-bottom: solid 1px #e6e6e6;
}

.u--bdrTop {
    border-top: solid 1px #e6e6e6;
}

.u-countBox {
    counter-reset: number;
}

.u-countBox .u-countItem:before {
    counter-increment: number;
    content: counter(number) ". ";
    color: #00a040;
    font-style: normal;
}

.u-qaBox .u-qaItem-Q {
    padding-left: 1.8em;
    position: relative;
}

.u-qaBox .u-qaItem-Q:before {
    content: "Q. ";
    color: #00a040;
    font-style: normal;
    font-size: 1.38em;
    font-size: 28px;
    position: absolute;
    top: -.2em;
    left: 0;
}

.u-qaBox .u-qaItem-A {
    padding-left: 2.2em;
    padding-top: .5em;
    position: relative;
}

.u-qaBox .u-qaItem-A:before {
    content: "A. ";
    color: #00a040;
    font-style: normal;
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .u-qaBox .u-qaItem-Q {
        padding-left: 1.5em;
    }
    .u-qaBox .u-qaItem-Q:before {
        top: -.1em;
        font-size: 21px;
    }
    .u-qaBox .u-qaItem-A {
        padding-left: 1.8em;
    }
    .u-qaBox .u-qaItem-A:before {
        top: .2em;
        font-size: 21px;
    }
}

.u-linkIcon {
    position: relative;
    padding-left: 1em;
    display: inline-block;
    text-decoration: none;
}

.u-linkIcon:before {
    content: "";
    width: .4em;
    height: .4em;
    border-right: solid 1px #202020;
    border-bottom: solid 1px #202020;
    transform: rotate(-45deg);
    position: absolute;
    top: .6em;
    left: 0;
}

.u-linkIcon:link, .u-linkIcon:visited {
    text-decoration: none;
}

.u-linkIcon:hover, .u-linkIcon:active {
    text-decoration: underline;
}

.u-videoBox {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.u-videoBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.topIndex .kv {
    background: url(../img/bg_kv.jpg) no-repeat center center;
    background-size: cover;
}

.topIndex .kv__inner {
    height: 100vh;
    position: relative;
}

.topIndex .kv__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 92px;
    margin-top: 40px;
    margin-left: 40px;
}

.topIndex .kv__logo img {
    width: 100%;
    height: auto;
}

.topIndex .kv__lead {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    max-width: 789px;
    transform: translateY(-50%);
}

.topIndex .kv__lead img {
    width: 100%;
    height: auto;
}

.topIndex .icon_scroll {
    width: 63px;
    padding-bottom: 82px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/icon_scroll_01.png) no-repeat center top;
    background-size: 100% auto;
}

.topIndex .icon_scroll:before {
    content: "";
    width: 100%;
    padding-bottom: 100.79365%;
    background: url(../img/icon_scroll_02.png) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 34.92063%;
    animation-name: scrollAttention;
    animation-duration: .8s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.topIndex .newsSection {
    background: #000 url(../img/bg_news.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.topIndex .newsSection__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 230px 50px 270px;
}

.topIndex .newsSection__header {
    font-size: 3.13rem;
    margin-bottom: .8em;
}

.topIndex .newsSection__title {
    text-align: center;
    font-size: 1em;
    color: #fff;
}

.topIndex .newsSection__list {
    font-size: 1.13rem;
    border-top: dotted 1px #fff;
}

.topIndex .newsSection__date {
    float: left;
    clear: left;
    padding: .8em 0;
}

.topIndex .newsSection__date.is-new:after {
    content: "NEW";
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #000;
    background-color: #fff;
    display: inline-block;
    font-size: .666em;
    line-height: 1.4;
    margin-left: 1em;
    padding: 0 .3em;
    position: relative;
    top: -.08em;
    vertical-align: middle;
}

.topIndex .newsSection__txt {
    padding: .8em 0 .8em 8.5em;
    border-bottom: dotted 1px #fff;
}

.topIndex .newsSection__txt a {
    color: #fff;
}

.topIndex .newsSection__txt a:link, .topIndex .newsSection__txt a:visited {
    text-decoration: none;
}

.topIndex .newsSection__txt a:hover {
    text-decoration: underline;
}

.topIndex .conceptSection {
    background: #fafafa url(../img/bg_concept.jpg) no-repeat center center;
    background-size: auto 100%;
    color: #000;
}

.topIndex .conceptSection__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 160px 50px 200px;
}

.topIndex .conceptSection__header {
    font-size: 4.38rem;
    margin-bottom: .6em;
}

.topIndex .conceptSection__title {
    text-align: center;
    font-size: 1em;
    letter-spacing: .05em;
}

.topIndex .conceptSection__main {
    text-align: center;
}

.topIndex .conceptSection__txtBox {
    margin-bottom: 60px;
}

.topIndex .conceptSection__lead {
    font-size: 1.32rem;
    margin-bottom: 2.4em;
    line-height: 2.2;
}

.topIndex .conceptSection__link {
    max-width: 440px;
    margin: 0 auto;
    font-size: 0.88rem;
}

.topIndex .conceptSection__link a {
    display: block;
    border: solid 1px #000;
    text-decoration: none;
    padding: 1em 0;
    transition-duration: .2s;
    transition-property: opacity;
    position: relative;
}

.topIndex .conceptSection__link a:before {
    content: "";
    height: 1em;
    width: 1em;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    margin-right: 1.5em;
    transform: scaleY(0.9) rotate(-45deg);
}

.topIndex .conceptSection__link a:hover {
    opacity: .6;
}

.topIndex .conceptSection__link__txt {
    display: block;
    letter-spacing: .05em;
    font-size: 2.57em;
    line-height: 1;
}

.topIndex .conceptSection__link__lead {
    display: inline-block;
    font-size: 1em;
    position: relative;
    padding-right: 1.2em;
}

.topIndex .conceptSection__link__lead:after {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/icon_modal_blk.png) no-repeat center center;
    background-size: auto 90%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.topIndex .modalPoint {
    padding: 0;
}

.topIndex .modalPoint__inner {
    padding: 4% 6% 6%;
}

.topIndex .modalPoint__header {
    margin-bottom: 4.54545%;
}

.topIndex .modalPoint__title {
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: .1em;
    letter-spacing: .02em;
}

.topIndex .modalPoint__lead {
    font-size: 1rem;
}

.topIndex .pointList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.topIndex .pointList__item {
    width: 28.40909%;
}

.topIndex .pointList__img {
    margin-bottom: 10%;
}

.topIndex .pointList__img img {
    width: 100%;
    height: auto;
}

.topIndex .pointList__title {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1em;
}

.topIndex .pointList__txt {
    font-size: 0.88rem;
    letter-spacing: .04em;
    text-align: left;
}

.topIndex .lineupSection {
    background: #734c30 url(../img/bg_lineup.png) repeat center top;
    color: #fff;
}

.topIndex .lineupSection__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 130px 50px 180px;
}

.topIndex .lineupSection__header {
    font-size: 4.38rem;
    margin-bottom: .6em;
}

.topIndex .lineupSection__title {
    text-align: center;
    font-size: 1em;
    letter-spacing: .05em;
}

.topIndex .lineupSection__main {
    text-align: center;
}

.topIndex .lineupList__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 -2.5% 2%;
}

.topIndex .lineupList__item {
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 2.38095%;
    margin-bottom: 4.7619%;
    text-align: left;
    font-size: 1.13rem;
    position: relative;
}

.topIndex .lineupList__item:first-child {
    margin-left: auto;
}

.topIndex .lineupList__item:nth-child(2) {
    margin-right: auto;
}

.topIndex .lineupList__item.is-new .lineupList__thumb:before, .topIndex .lineupList__item.is-recommend .lineupList__thumb:before {
    content: "NEW";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    background-color: #e51717;
    color: #fff;
    line-height: 1.5;
    padding: .1em .6em;
}

.topIndex .lineupList__item.is-recommend .lineupList__thumb:before {
    content: "RECOMMEND";
    background-color: #000000;
}

.topIndex .lineupList__thumb {
    margin-bottom: 8.66667%;
    position: relative;
}

.topIndex .lineupList__thumb img {
    width: 100%;
    height: auto;
}

.topIndex .lineupList__nameBox {
    border-bottom: dotted 1px #fff;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.topIndex .lineupList__name {
    font-size: 1em;
}

.topIndex .lineupList__amount {
    font-size: 1.2em;
}

.topIndex .lineupList__price {
    font-size: 1.11em;
}

.topIndex .lineupList__price span {
    font-size: .6em;
}

.topIndex .lineupList__txt {
    font-size: .77em;
    line-height: 1.8;
}

.topIndex .lineupSection__link {
    max-width: 494px;
    margin: 0 auto;
    font-size: 1.88rem;
}

.topIndex .lineupSection__link a {
    display: block;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    position: relative;
    padding: .3em 0 .2em;
    transition-duration: .2s;
    transition-property: opacity;
}

.topIndex .lineupSection__link a:before {
    content: "";
    height: .4em;
    width: .4em;
    border-right: solid 3px #000;
    border-bottom: solid 3px #000;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.2em;
    margin-right: .8em;
    transform: scaleY(0.9) rotate(-45deg);
}

.topIndex .lineupSection__link a span {
    display: inline-block;
    padding-left: 1.1em;
    padding-right: .5em;
    position: relative;
}

.topIndex .lineupSection__link a span:before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/icon_cart_blk.png) no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-52%);
}

.topIndex .lineupSection__link a span:after {
    content: "";
    width: .4em;
    height: .4em;
    background: url(../img/icon_blank_blk.png) no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    top: 50%;
    margin-top: .05em;
    right: 0;
}

.topIndex .lineupSection__link a:hover {
    opacity: .7;
}

.topIndex .lineupSection__note {
    font-size: 1.25rem;
    margin-top: .5em;
    letter-spacing: .02em;
}

.topIndex .shopSection {
    background: #fff;
    color: #000;
}

.topIndex .shopSection__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 130px 50px 140px;
}

.topIndex .shopSection__header {
    font-size: 3.13rem;
    margin-bottom: 1em;
}

.topIndex .shopSection__title {
    text-align: center;
    font-size: 1em;
    letter-spacing: .05em;
}

.topIndex .shopSection__main {
    text-align: center;
}

.topIndex .shopList {
    overflow: hidden;
}

.topIndex .shopList__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -1%;
}

.topIndex .shopList__item {
    text-align: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding-top: 3.9604%;
    padding-bottom: 3.9604%;
    padding-right: 0.9901%;
    position: relative;
}

.topIndex .shopList__item > a, .topIndex .shopList__item > span {
    text-decoration: none;
    transition-duration: .2s;
    transition-property: opacity;
    display: block;
}

.topIndex .shopList__item > a .shopList__name:after, .topIndex .shopList__item > span .shopList__name:after {
    content: "";
    width: .6em;
    height: .6em;
    background: url(../img/icon_blank_blk.png) no-repeat center center;
    background-size: auto 100%;
    display: inline-block;
    position: relative;
    top: .1em;
    margin-left: .2em;
}

.topIndex .shopList__item:nth-child(3n+1):before {
    content: "";
    width: 300%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: dotted 1px #000;
}

.topIndex .shopList__item > a:hover {
    opacity: .6;
}

.topIndex .shopList__name {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: .4em;
}

.topIndex .shopList__place {
    font-size: 0.88rem;
    margin-bottom: .8em;
}

.topIndex .shopList__tag {
    font-size: 0;
}

.topIndex .shopList__tag > * {
    font-size: 0.75rem;
}

.topIndex .shopList__tag_item {
    display: inline-block;
    font-size: 0.75rem;
    background-color: #d2d2d2;
    line-height: 1.2;
    box-sizing: border-box;
    min-width: 3.2em;
    padding: .1em .5em .2em;
    text-align: center;
    margin-right: .5em;
}

.topIndex .shopList__tag_item.tag02 {
    background-color: #000;
    color: #fff;
}

.topIndex .shopList__tag_note {
    display: inline-block;
    color: #e60012;
    margin-right: .5em;
}

.topIndex .contactSection {
    background: #cbcbcb url(../img/bg_contact.jpg) repeat center top;
}

.topIndex .contactSection__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 105px 50px;
}

.topIndex .contactSection__main {
    text-align: center;
}

.topIndex .contactSection__link {
    max-width: 494px;
    margin: 0 auto;
    font-size: 0.88rem;
    position: relative;
    z-index: 1;
}

.topIndex .contactSection__link a {
    display: block;
    background-color: #fff;
    text-decoration: none;
    padding: 1em 0;
    transition-duration: .2s;
    transition-property: opacity;
    position: relative;
    z-index: 1;
}

.topIndex .contactSection__link a:after {
    content: "";
    height: .8em;
    width: .8em;
    border-right: solid 3px #000;
    border-bottom: solid 3px #000;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.4em;
    margin-right: 1.6em;
    transform: scaleY(0.9) rotate(-45deg);
}

.topIndex .contactSection__link a:before {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 18px 5px rgba(0, 0, 0, 0.3);
    top: 50%;
    bottom: 0;
    left: 5%;
    right: 5%;
    border-radius: 50%;
}

.topIndex .contactSection__link a:hover {
    opacity: .8;
}

.topIndex .contactSection__link__txt {
    display: block;
    letter-spacing: .05em;
    font-size: 2.57em;
    line-height: 1;
}

.topIndex .contactSection__link__txt:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.topIndex .contactSection__link__lead {
    display: inline-block;
    font-size: 1em;
    position: relative;
    padding-right: 1.2em;
}

.topIndex .contactSection__link__lead:after {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/icon_blank_blk.png) no-repeat center center;
    background-size: auto 85%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .topIndex .kv {
        background: url(../img/bg_kv_sp.jpg) no-repeat center center;
        background-size: cover;
    }
    .topIndex .kv__inner {
        height: 100vh;
        position: relative;
    }
    .topIndex .kv__logo {
        width: 14.375%;
        max-width: 92px;
        margin-top: 4.6875%;
        margin-left: 4.6875%;
    }
    .topIndex .kv__lead {
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 789px;
        width: 78.125%;
        transform: translateY(-50%);
    }
    .topIndex .icon_scroll {
        max-width: 63px;
        width: 14.0625%;
        padding-bottom: 12.8125%;
        margin-bottom: 3.125%;
    }
    .topIndex .icon_scroll:before {
        padding-bottom: 100.79365%;
        background: url(../img/icon_scroll_02_sp.png) no-repeat center top;
        background-size: 100% auto;
    }
    .topIndex .newsSection {
        background: #000 url(../img/bg_news_sp.jpg) no-repeat center center;
        background-size: cover;
    }
    .topIndex .newsSection__inner {
        padding: 17.1875% 6.25% 25%;
    }
    .topIndex .newsSection__header {
        font-size: 30px;
        font-size: calc(1.875rem + 18 * (100vw - 320px) / 448);
        margin-bottom: .8em;
    }
    .topIndex .newsSection__list {
        font-size: 12px;
        font-size: calc(0.75rem + 6 * (100vw - 320px) / 448);
        border-top: dotted 1px #fff;
    }
    .topIndex .newsSection__date {
        float: none;
        padding: 1.5em 0 0;
    }
    .topIndex .newsSection__txt {
        padding: .4em 0 1.5em 0;
    }
    .topIndex .conceptSection {
        background: #fafafa url(../img/bg_concept_sp.jpg) no-repeat center center;
        background-size: cover;
    }
    .topIndex .conceptSection__inner {
        padding: 23.4375% 0 35.9375%;
    }
    .topIndex .conceptSection__header {
        font-size: 30px;
        font-size: calc(1.875rem + 30 * (100vw - 320px) / 448);
        margin-bottom: .6em;
    }
    .topIndex .conceptSection__title {
        text-align: center;
        font-size: 1em;
        letter-spacing: .05em;
    }
    .topIndex .conceptSection__main {
        text-align: center;
    }
    .topIndex .conceptSection__txtBox {
        margin-bottom: 9.375%;
    }
    .topIndex .conceptSection__lead {
        font-size: 12px;
        font-size: calc(0.75rem + 6 * (100vw - 320px) / 448);
        margin-bottom: 2.4em;
        line-height: 2.2;
    }
    .topIndex .conceptSection__link {
        max-width: 440px;
        width: 87.5%;
        font-size: 0.88rem;
        font-size: 9px;
        font-size: calc(0.5625rem + 9 * (100vw - 320px) / 448);
    }
    .topIndex .remodal-wrapper {
        padding: 6.25vw 6.25% 6.25vw;
        box-sizing: border-box;
        max-height: 100vh;
    }
    .topIndex .modalPoint {
        padding: 0;
        margin-bottom: 0;
    }
    .topIndex .remodal-close {
        position: fixed;
        box-sizing: border-box;
    }
    .topIndex .modalPoint__inner {
        padding: 8.92857% 8.92857% 12.5%;
        max-height: calc(100vh - 12.5vw);
        box-sizing: border-box;
        overflow-y: auto;
    }
    .topIndex .modalPoint__header {
        margin-bottom: 8.69565%;
    }
    .topIndex .modalPoint__title {
        font-size: 2.5rem;
        line-height: 1.1;
        margin-bottom: .1em;
        letter-spacing: .02em;
    }
    .topIndex .modalPoint__lead {
        font-size: 1rem;
    }
    .topIndex .pointList {
        display: block;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
    .topIndex .pointList__item {
        width: auto;
        margin-bottom: 15.21739%;
    }
    .topIndex .pointList__item:last-child {
        margin-bottom: 0;
    }
    .topIndex .pointList__img {
        margin-bottom: 5.43478%;
    }
    .topIndex .pointList__img img {
        width: 100%;
        height: auto;
    }
    .topIndex .pointList__title {
        font-size: 12px;
        font-size: calc(0.75rem + 8 * (100vw - 320px) / 448);
        text-align: center;
        margin-bottom: 5.43478%;
    }
    .topIndex .pointList__txt {
        font-size: 11px;
        font-size: calc(0.6875rem + 3 * (100vw - 320px) / 448);
        letter-spacing: .04em;
        text-align: left;
    }
    .topIndex .lineupSection {
        background: #734c30 url(../img/bg_lineup.png) repeat center top;
    }
    .topIndex .lineupSection__inner {
        padding: 18.75% 6.25% 18.75%;
    }
    .topIndex .lineupSection__header {
        font-size: 30px;
        font-size: calc(1.875rem + 30 * (100vw - 320px) / 448);
        margin-bottom: .8em;
    }
    .topIndex .lineupSection__title {
        letter-spacing: .05em;
    }
    .topIndex .lineupSection__main {
        text-align: center;
    }
    .topIndex .lineupList__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin: 0 0 5.35714%;
    }
    .topIndex .lineupList__item {
        width: 44.64286%;
        padding: 0;
        margin-bottom: 10.71429%;
        font-size: 11px;
        font-size: calc(0.6875rem + 5 * (100vw - 320px) / 448);
        position: relative;
    }
    .topIndex .lineupList__item:first-child {
        margin-left: 0;
    }
    .topIndex .lineupList__item:nth-child(2) {
        margin-right: 0;
    }
    .topIndex .lineupList__item.is-new .lineupList__thumb img, .topIndex .lineupList__item.is-recommend .lineupList__thumb img {
        vertical-align: top;
    }
    .topIndex .lineupList__item.is-new .lineupList__thumb:before, .topIndex .lineupList__item.is-recommend .lineupList__thumb:before {
        font-size: 9px;
        font-size: calc(0.5625rem + 3 * (100vw - 320px) / 448);
    }
    .topIndex .lineupList__thumb {
        margin-bottom: 8.66667%;
    }
    .topIndex .lineupList__nameBox {
        padding-bottom: .5em;
        margin-bottom: .5em;
    }
    .topIndex .lineupList__name {
        font-size: 1em;
    }
    .topIndex .lineupList__amount {
        font-size: 1.4em;
    }
    .topIndex .lineupList__price {
        font-size: 1.3em;
    }
    .topIndex .lineupList__price span {
        font-size: .6em;
    }
    .topIndex .lineupList__txt {
        font-size: 1em;
        line-height: 1.8;
    }
    .topIndex .lineupSection__link {
        font-size: 17px;
        font-size: calc(1.0625rem + 17 * (100vw - 320px) / 448);
    }
    .topIndex .lineupSection__link a {
        padding: .5em 0 .4em;
    }
    .topIndex .lineupSection__link a:before {
        border-right: solid 2px #000;
        border-bottom: solid 2px #000;
        margin-right: 1em;
    }
    .topIndex .lineupSection__link a span {
        display: inline-block;
        padding-left: 1.1em;
        padding-right: .5em;
        position: relative;
    }
    .topIndex .lineupSection__link a span:before {
        content: "";
    }
    .topIndex .lineupSection__link a span:after {
        content: "";
        width: .4em;
        height: .4em;
    }
    .topIndex .lineupSection__link a:hover {
        opacity: .7;
    }
    .topIndex .lineupSection__note {
        font-size: 10px;
        font-size: calc(0.625rem + 8 * (100vw - 320px) / 448);
    }
    .topIndex .shopSection__inner {
        padding: 18.75% 6.25% 14.0625%;
    }
    .topIndex .shopSection__header {
        font-size: 30px;
        font-size: calc(1.875rem + 30 * (100vw - 320px) / 448);
        margin-bottom: .8em;
    }
    .topIndex .shopSection__main {
        text-align: center;
    }
    .topIndex .shopList {
        overflow: hidden;
    }
    .topIndex .shopList__items {
        display: block;
        margin-right: 0;
    }
    .topIndex .shopList__item {
        width: auto;
        box-sizing: border-box;
        padding-top: 5.35714%;
        padding-bottom: 5.35714%;
        padding-right: 0;
    }
    .topIndex .shopList__item > a .shopList__name:after, .topIndex .shopList__item > span .shopList__name:after {
        content: "";
        width: .6em;
        height: .6em;
        background: url(../img/icon_blank_blk.png) no-repeat center center;
        background-size: auto 100%;
        display: inline-block;
        position: relative;
        top: .1em;
        margin-left: .2em;
    }
    .topIndex .shopList__item:nth-child(n):before {
        content: "";
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-top: dotted 1px #000;
    }
    .topIndex .shopList__item > a:hover {
        opacity: .6;
    }
    .topIndex .shopList__name {
        font-size: 14px;
        font-size: calc(0.875rem + 14 * (100vw - 320px) / 448);
    }
    .topIndex .shopList__place {
        font-size: 11px;
        font-size: calc(0.6875rem + 7 * (100vw - 320px) / 448);
        margin-bottom: .8em;
    }
    .topIndex .shopList__tag {
        font-size: 0;
    }
    .topIndex .shopList__tag > * {
        font-size: 10px;
        font-size: calc(0.625rem + 2 * (100vw - 320px) / 448);
    }
    .topIndex .shopList__tag_item {
        font-size: 10px;
        font-size: calc(0.625rem + 2 * (100vw - 320px) / 448);
    }
    .topIndex .contactSection__inner {
        padding: 15.625% 6.25%;
    }
    .topIndex .contactSection__main {
        text-align: center;
    }
    .topIndex .contactSection__link {
        font-size: 8px;
        font-size: calc(0.5rem + 8 * (100vw - 320px) / 448);
    }
    .topIndex .contactSection__link a:after {
        border-right: solid 2px #000;
        border-bottom: solid 2px #000;
    }
    .topIndex .contactSection__link a:hover {
        opacity: .8;
    }
}
