@charset "UTF-8";
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
a, abbr[title] {
    text-decoration: none
}

a, mark {
    color: #000
}

button, hr {
    overflow: visible
}

progress, sub, sup {
    vertical-align: baseline
}

a, button, input, select, textarea {
    background-color: transparent
}

[aria-controls], a, button, input[type=button] {
    cursor: pointer
}

*, button {
    padding: 0
}

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*, ::after, ::before {
    box-sizing: inherit
}

::after, ::before {
    text-decoration: inherit;
    vertical-align: inherit
}

audio:not([controls]) {
    display: none;
    height: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

small {
    font-size: 80%
}

[hidden], template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted
}

a {
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

button, hr {
    border: none
}

[type=number] {
    width: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button, input, optgroup, select, textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

.defs, html.scrollLock, svg:not(:root) {
    overflow: hidden
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

button, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: none
}

button, input, select, textarea {
    border-style: none;
    color: inherit
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

img {
    border-style: none
}

audio, canvas, progress, video {
    display: inline-block
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

[aria-busy=true] {
    cursor: progress
}

[aria-disabled] {
    cursor: default
}

::selection {
    background-color: #b3d4fc;
    color: #fff;
    text-shadow: none
}

address, body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, option, p, select, textarea, ul {
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0
}

ol, ul {
    list-style-type: none
}

img, svg {
    vertical-align: middle
}

.somethingUniqueClass_child {
    zoom: 1
}

.somethingUniqueClass_child:after, .somethingUniqueClass_child:before {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"
}

.somethingUniqueClass_child:after {
    clear: both
}

@font-face {
    font-family: MyYuGothicM;
    font-weight: 400;
    src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular")
}

@font-face {
    font-family: MyYuGothicM;
    font-weight: 700;
    src: local("YuGothic-Bold"), local("Yu Gothic Bold")
}

@font-face {
    font-family: MyYuMinchoM;
    font-weight: 400;
    src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular")
}

@font-face {
    font-family: MyYuMinchoM;
    font-weight: 700;
    src: local("YuMincho-Demibold"), local("Yu Mincho")
}

@font-face {
    font-family: GoogleSans;
    font-weight: 400;
    src: url(../font/GoogleSans-Regular.woff) format("woff"), url(../font/GoogleSans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: GoogleSans;
    font-weight: 500;
    src: url(../font/GoogleSans-Medium.woff) format("woff"), url(../font/GoogleSans-Medium.ttf) format("truetype")
}

@font-face {
    font-family: GoogleSans;
    font-weight: 700;
    src: url(../font/GoogleSans-Bold.woff) format("woff"), url(../font/GoogleSans-Bold.ttf) format("truetype")
}

body, html {
    min-height: 100vh;
    font-size: 62.5%
}

button {
    outline: 0;
    appearance: none
}

.defs {
    height: 0;
    width: 0;
    display: none
}

* {
    background-repeat: no-repeat;
    margin: 0;
    font-family: Montserrat, MyYuGothicM, YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    word-break: break-all
}

@media print, screen and (max-width: 767px) {
    body {
        min-width: 2px
    }

    .dn-sp {
        display: none !important
    }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        min-width: 768px
    }

    .dn-tab {
        display: none !important
    }
}

@media print, screen and (min-width: 768px) {
    .dn-tab_pc {
        display: none !important
    }
}

.contents {
    max-width: 1120px;
    margin: 0 auto
}

@media print, screen and (min-width: 1025px) {
    body {
        min-width: 1200px
    }

    .dn-pc {
        display: none !important
    }

    .contents {
        padding: 40px 40px 0
    }
}

@media print, screen and (max-width: 1024px) {
    .dn-sp_tab {
        display: none !important
    }

    .contents {
        padding: 40px 20px 60px
    }
}

@media print, screen and (max-width: 320px) {
    .contents {
        padding: 30px 10px 40px
    }
}

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

.c-globalNav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-globalNav_list {
    display: -ms-flexbox;
    display: flex
}

@media print, screen and (min-width: 1025px) {
    .c-globalNav_list {
        -ms-flex-align: center;
        align-items: center
    }

    .c-globalNav_list_node + .c-globalNav_list_node {
        margin-left: 38px
    }
}

.c-globalNav_list_link {
    color: #111;
    font-weight: 700
}

@media print, screen and (max-width: 1024px) {
    .c-globalNav_list, .c-globalNav_list_node {
        width: 100%
    }

    .c-globalNav_list_link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px;
        font-size: 12px;
        letter-spacing: .12em;
        text-align: center;
        background: #f5f3ef;
        border-bottom: 3px solid #000
    }

    .c-globalNav_list_link.feature {
        border-color: #F47C7C;
    }

    .c-globalNav_list_link.magazine {
        border-color: #3DB9FF;
    }

    .c-globalNav_list_link.ranking {
        border-color: #FFEC41;
    }

    .c-globalNav_list_link.market {
        border-color: #f56614;
    }
}

.c-button-black, .c-button-ghost, .c-button-orange, .c-button-orange-newTab, .c-button-yellow {
    width: 100%;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (max-width: 1024px) {
    .c-button-black, .c-button-ghost, .c-button-orange, .c-button-orange-newTab, .c-button-yellow {
        border-radius: 2px
    }
}

@media print, screen and (min-width: 1025px) {
    .c-globalNav_list_link {
        padding-bottom: 2px;
        font-size: 16px;
        letter-spacing: .08em;
        border-bottom: 2px solid transparent;
        transition: border .1s ease-out
    }

    .c-globalNav_list_link:hover.feature {
        border-color: #094786
    }

    .c-globalNav_list_link:hover.magazine {
        border-color: #fd545e
    }

    .c-globalNav_list_link:hover.ranking {
        border-color: #b79346
    }

    .c-globalNav_list_link:hover.market {
        border-color: #f56614
    }

    .c-button-black, .c-button-ghost, .c-button-orange, .c-button-orange-newTab, .c-button-yellow {
        transition-property: color, background;
        transition-duration: .3s;
        transition-timing-function: ease-out
    }

    .c-button-black::after, .c-button-ghost::after, .c-button-orange-newTab::after, .c-button-orange::after, .c-button-yellow::after {
        transition: border .3s ease-out
    }
}

.c-button-ghost {
    width: 320px;
    height: 60px;
    font-size: 14px;
    color: #111;
    background-color: transparent;
    border: 2px solid #111;
    position: relative
}

@media print, screen and (max-width: 1024px) {
    .c-button-ghost {
        width: 100%;
        height: 50px;
        font-size: 12px
    }
}

.c-button-ghost::after {
    margin: auto;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media print, screen and (min-width: 1025px) {
    .c-button-ghost:hover {
        color: #fff;
        background: #111
    }

    .c-button-ghost:hover::after {
        border-color: #fff
    }
}

.c-button-black {
    width: 100px;
    height: 40px;
    font-size: 12px;
    background-color: #111;
    border: 2px solid #111
}

@media print, screen and (min-width: 1025px) {
    .c-button-black {
        transition: color .3s ease-out, background .3s ease-out
    }

    .c-button-black svg {
        transition: fill .3s ease-out
    }

    .c-button-black:hover {
        color: #111;
        background: 0 0
    }

    .c-button-black:hover svg {
        fill: #111
    }
}

@media print, screen and (max-width: 1024px) {
    .c-button-black {
        width: 100%;
        font-size: 10px
    }
}

.c-button-orange, .c-button-orange-newTab {
    width: 400px;
    height: 60px;
    font-size: 16px;
    background-color: #f56614;
    border: 2px solid #f56614
}

@media print, screen and (min-width: 1025px) {
    .c-button-orange, .c-button-orange-newTab {
        transition: color .3s ease-out, background .3s ease-out
    }

    .c-button-orange svg, .c-button-orange-newTab svg {
        transition: fill .3s ease-out
    }

    .c-button-orange-newTab:hover, .c-button-orange:hover {
        color: #f56614;
        background: 0 0
    }

    .c-button-orange-newTab:hover svg, .c-button-orange:hover svg {
        fill: #f56614
    }
}

@media print, screen and (max-width: 1024px) {
    .c-button-orange, .c-button-orange-newTab {
        width: 100%;
        height: 50px;
        font-size: 14px
    }
}

.c-button-yellow {
    width: 400px;
    height: 60px;
    font-size: 16px;
    background-color: #f90;
    border: 2px solid #f90
}

@media print, screen and (min-width: 1025px) {
    .c-button-yellow {
        transition: color .3s ease-out, background .3s ease-out
    }

    .c-button-yellow svg {
        transition: fill .3s ease-out
    }

    .c-button-yellow:hover {
        color: #f90;
        background: 0 0
    }

    .c-button-yellow:hover svg {
        fill: #f90
    }
}

@media print, screen and (max-width: 1024px) {
    .c-button-yellow {
        width: 100%;
        height: 50px;
        font-size: 14px
    }
}

.c-button-orange-newTab {
    position: relative
}

.c-button-orange-newTab:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: url(../images/common/icon_new.png) no-repeat;
    background-size: cover;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media print, screen and (min-width: 1025px) {
    .c-button-orange-newTab:after {
        right: 25px;
        width: 16px;
        height: 16px
    }
}

@media print, screen and (max-width: 1024px) {
    .c-button-orange-newTab:after {
        right: 20px;
        width: 15px;
        height: 15px
    }
}

.followTutorialPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    z-index: 6000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.followTutorialPopup_dummyButton {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    position: fixed;
    top: 8px;
    left: 8px;
    border-radius: 50%;
    background: #fff;
    z-index: 1
}

.followTutorialPopup_dummyButton_svg {
    fill: #111;
    width: 20px;
    height: 20px
}

.followTutorialPopup_content {
    background: #fff
}

.followTutorialPopup_text {
    font-weight: 700;
    text-align: center;
    line-height: 1.5
}

.followTutorialPopup_capture img {
    max-width: 100%
}

.followTutorialPopup_timelineButton .c-button-orange, .followTutorialPopup_timelineButton .c-button-orange-newTab {
    position: relative
}

@media print, screen and (max-width: 1024px) {
    .followTutorialPopup_inner {
        margin: 60px 12px 0;
        position: relative;
        z-index: 5
    }

    .followTutorialPopup_content {
        border: 10px solid #f5f3ef;
        padding: 15px
    }

    .followTutorialPopup_text {
        margin-bottom: 23px;
        font-size: 16px
    }

    .followTutorialPopup_capture {
        margin-bottom: 25px
    }

    .followTutorialPopup_timelineButton .c-button-orange, .followTutorialPopup_timelineButton .c-button-orange-newTab {
        border-radius: 30px
    }
}

.followTutorialPopup_timelineButton .c-button-orange-newTab:before, .followTutorialPopup_timelineButton .c-button-orange:before {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 14px;
    background-image: url(../svg/arrow-type1-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px auto
}

.followTutorialPopup_closeButton {
    position: relative;
    height: 15px;
    line-height: 16px;
    margin: 14px 8px 0 0;
    padding-right: 23px;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.followTutorialPopup_closeButton:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 100%;
    background-image: url(../svg/close-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto
}

#header {
    position: relative;
    z-index: 5000
}

@media print, screen and (min-width: 1025px) {
    #header {
        padding: 35px 40px 75px;
        background: #fff
    }
}

.headerInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}

@media print, screen and (max-width: 1024px) {
    .headerInner {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 1px 4px 0 rgba(19, 19, 19, .08);
        z-index: 1002
    }

    .headerNav {
        width: 100%;
        padding-top: 60px
    }

    .headerCatch {
        margin-bottom: 12px;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0
    }

    .headerLogo {
        margin-bottom: -38px
    }
}

@media print, screen and (min-width: 1025px) {
    .headerInner {
        position: relative
    }

    .headerNav {
        height: 36px;
        position: absolute;
        left: 40px;
        top: 55px
    }

    .headerCatch {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100vw - 15px);
        /*min-width: 1200px;*/
        height: 40px;
        position: absolute;
        top: calc(100% + 35px);
        left: -40px;
        font-size: 11px;
        font-weight: 700;
        /*background: #f5f3ef;*/
        background: #EEEEEE;
        border-top: 1px solid #ebe8e0;
        border-bottom: 1px solid #ebe8e0;
        -webkit-box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    }
}

.headerLogo {
    position: relative;
    z-index: 1
}

.footerContent_logo_svg,
.headerLogo_svg {
    fill: #186508;
}

@media print, screen and (max-width: 1024px) {
    .headerLogo_svg {
        width: 210px;
        height: 56px
    }
}

@media print, screen and (min-width: 1025px) {
    .headerLogo_svg {
        width: 257px;
        height: 70px
    }
}

@media print, screen and (max-width: 320px) {
    .headerLogo_svg {
        width: 190px;
        height: 48px
    }
}

.headerFunctions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (max-width: 1024px) {
    .headerFunctions {
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
        position: absolute;
        top: 15px
    }
}

@media print, screen and (min-width: 1025px) {
    .headerFunctions {
        -ms-flex-direction: flex-end;
        flex-direction: flex-end;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0
    }
}

@media print, screen and (max-width: 320px) {
    .headerFunctions {
        padding: 0 10px;
        top: 9px
    }
}

.headerFunctions_ecLink {
    display: -ms-flexbox;
    display: flex;
    margin-right: 35px;
    border-radius: 2px
}

.headerFunctions_ecLink_svg {
    fill: #f56614;
    width: 22px;
    height: 20px;
    margin-right: 11px
}

.headerFunctions_ecLink_label {
    display: inline-block;
    padding-bottom: 5px;
    color: #f56614;
    font-weight: 700;
    letter-spacing: .02em;
    border-bottom: 1px solid #f56614
}

@media print, screen and (min-width: 1025px) {
    .headerFunctions_ecLink {
        padding: 5px 10px;
        transition: background .1s ease-out
    }

    .headerFunctions_ecLink_svg {
        transition: fill .1s ease-out
    }

    .headerFunctions_ecLink_label {
        transition: color .1s ease-out, border .1s ease-out
    }

    .headerFunctions_ecLink:hover {
        background: #f56614
    }

    .headerFunctions_ecLink:hover .headerFunctions_ecLink_svg {
        fill: #fff
    }

    .headerFunctions_ecLink:hover .headerFunctions_ecLink_label {
        color: #fff;
        border-color: #fff
    }

    .headerBanner img {
        height: 150px;
        padding: 10px 0;
        margin: 10px 0;
    }
}

.headerBanner {
    text-align: center;
    background: #ccc
}

@media print, screen and (max-width: 1024px) {
    .headerBanner img {
        width: 100%;
        height: auto
    }
}

.headerFunctions_login {
    margin-right: 30px
}

.headerFunctions_login_svg, .headerFunctions_search_svg {
    fill: #111;
    width: 20px;
    height: 20px
}

.headerFunctions_menu {
    display: block;
    position: relative
}

@media print, screen and (max-width: 1024px) {
    .headerFunctions_menu {
        width: 42px;
        height: 50px
    }
}

@media print, screen and (min-width: 1025px) {
    .headerFunctions_menu {
        width: 32px;
        height: 32px
    }
}

.headerFunctions_menu > span {
    display: block;
    width: 32px;
    height: 2px;
    position: absolute;
    left: calc(50% - 16px);
    background: #000;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1)
}

.headerFunctions_menu .bar1 {
    top: calc(50% - 9px)
}

.headerFunctions_menu .bar2, .headerFunctions_menu .bar3 {
    top: calc(50% - 1px)
}

.headerFunctions_menu .bar4 {
    top: calc(50% + 7px)
}

@media print, screen and (max-width: 1024px) {
    .headerDrawer {
        padding: 20px 0;
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        left: 0;
        background: #fff;
        z-index: 1001;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-transform: translate(100%);
        transform: translate(100%);
        transition: transform .3s cubic-bezier(.4, 0, .2, 1)
    }
}

@media print, screen and (min-width: 1025px) {
    .headerDrawer {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        background: #fff;
        width: 100%;
        top: calc(100% - 40px);
        left: 0;
        padding: 50px;
        border-top: 1px solid #ebe8e0;
        border-bottom: 1px solid #ebe8e0;
        transition: opacity .3s ease-out, visibility
    }

    .headerDrawer_search {
        max-width: 850px;
        margin: 0 auto
    }
}

@media print, screen and (max-width: 1024px) {
    .headerDrawer_search {
        padding: 0 20px 36px;
        border-bottom: 5px solid #eee
    }
}

.headerDrawer_form {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd
}

@media print, screen and (min-width: 1025px) {
    .headerDrawer_form:focus, .headerDrawer_form:hover {
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
        border-color: rgba(223, 225, 229, 0)
    }
}

.headerDrawer_search_input {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 14px 10px;
    font-size: 16px
}

.headerDrawer_search_input:placeholder-shown {
    color: #ddd
}

.headerDrawer_search_submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 44px;
    height: 44px;
    text-indent: -999px;
    background-image: url(../images/header-icon-search.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center
}

.headerDrawer_keyword {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -5px 0
}

.headerDrawer_keyword_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding: 0 16px;
    margin: 5px;
    color: #999;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    border: 1px solid #999;
    border-radius: 15px
}

.headerDrawer_feature_head, .headerDrawer_nav_list_head {
    font-size: 12px;
    color: #999;
    font-weight: 700
}

.headerDrawer_feature {
    margin-top: 10px
}

.headerDrawer_nav {
    padding: 0 20px;
    margin-top: 36px
}

@media print, screen and (max-width: 320px) {
    .headerDrawer_nav {
        padding: 0 12px
    }
}

.headerDrawer_nav_list_head {
    margin-bottom: 25px;
    letter-spacing: .12em
}

.headerDrawer_nav_list_node + .headerDrawer_nav_list_node {
    margin-top: 10px
}

.headerDrawer_nav_list_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .12em;
    border-left: 5px solid #000
}

.headerDrawer_nav_list_link::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    position: absolute;
    top: calc(50% - 5px);
    right: 25px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media print, screen and (max-width: 320px) {
    .headerDrawer_nav_list_link::after {
        right: 12px
    }
}

.headerDrawer_nav_list_link.feature {
    border-color: #094786
}

.headerDrawer_nav_list_link.magazine {
    border-color: #fd545e
}

.headerDrawer_nav_list_link.magazine span {
    font-size: 12px
}

.headerDrawer_nav_list_link.ranking {
    border-color: #b79346
}

.headerDrawer_nav_list_link.wook {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start
}

.headerDrawer_nav_list_link.wook span {
    display: block;
    font-size: 10px;
    margin-bottom: 5px
}

.headerDrawer_nav_list_link.market {
    border-color: #f56614
}

.headerDrawer_nav_list_link.market::after {
    content: none
}

.headerDrawer_nav_svg {
    fill: #999;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 25px
}

.headerDrawer_information {
    padding: 0 20px;
    margin-top: 40px
}

@media print, screen and (max-width: 320px) {
    .headerDrawer_information {
        padding: 0 12px
    }
}

.headerDrawer_information_label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #999;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    border-bottom: 1px solid #eee
}

.headerDrawer_information_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.headerDrawer_information_list_node {
    width: 50%
}

.headerDrawer_information_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    position: relative;
    font-size: 12px;
    letter-spacing: .12em
}

.headerDrawer_information_link::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: calc(50% - 5px);
    right: 25px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media print, screen and (max-width: 320px) {
    .headerDrawer_information_link::after {
        right: 10px
    }
}

.headerDrawer_sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px 0;
    margin-top: 30px;
    border-top: 1px solid #eee
}

.headerDrawer_sns_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px
}

.headerDrawer_sns_svg {
    fill: #666;
    width: 20px;
    height: 20px
}

@media print, screen and (max-width: 1024px) {
    #header.scrolled .headerCatch, #header.short .headerCatch {
        display: none
    }

    #header.scrolled .headerLogo, #header.short .headerLogo {
        margin-bottom: 0
    }

    #header.scrolled .headerLogo_svg, #header.short .headerLogo_svg {
        width: 112px;
        height: 30px
    }
}

@media print, screen and (min-width: 1025px) {
    #header.scrolled, #header.short {
        padding: 25px 40px;
        box-shadow: 0 1px 3px 0 rgba(19, 19, 19, .08)
    }

    #header.scrolled .headerNav, #header.short .headerNav {
        top: 25px
    }

    #header.scrolled .headerLogo_svg, #header.short .headerLogo_svg {
        width: 109px;
        height: 30px
    }

    #header.scrolled .headerCatch, #header.short .headerCatch {
        display: none
    }

    #header.scrolled .headerDrawer, #header.short .headerDrawer {
        top: 100%
    }
}

@media print, screen and (max-width: 1024px) {
    #header.scrolled {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0
    }

    #header.scrolled .headerNav {
        display: none
    }

    #header.scrolled + .wrapper {
        margin-top: 120px
    }
}

@media print, screen and (min-width: 1025px) {
    #header.scrolled {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        animation: headerScrolled-pc .3s ease-out forwards
    }

    #header.scrolled .headerDrawer {
        top: 100%
    }
}

@keyframes headerScrolled-pc {
    0% {
        top: -80px
    }
    100% {
        top: 0
    }
}

#footer {
    border-top: 10px solid #eee
}

@media print, screen and (max-width: 1024px) {
    #header.drawerOpen .bar1, #header.drawerOpen .bar4 {
        opacity: 0
    }

    #header.drawerOpen .headerInner {
        position: relative
    }

    #header.drawerOpen .headerNav {
        padding-top: 0
    }

    #header.drawerOpen .headerDrawer {
        -ms-transform: translate(0);
        transform: translate(0)
    }

    #header.drawerOpen .bar2 {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #header.drawerOpen .bar3 {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #footer {
        padding: 40px 0
    }
}

@media print, screen and (min-width: 1025px) {
    #header.scrolled + .wrapper {
        margin-top: 80px
    }

    #header.drawerOpen .headerDrawer {
        opacity: 1;
        visibility: visible
    }

    #footer {
        padding: 40px 0;
        margin-top: 80px
    }

    .footerContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footerInner {
    max-width: 1040px;
    margin: 0 auto
}

@media print, screen and (max-width: 1024px) {
    .footerContent + * {
        margin-top: 40px
    }

    .footerContent_left {
        padding-bottom: 32px
    }

    .footerContent_logo {
        margin-bottom: 30px;
        text-align: center
    }

    .footerContent_logo_svg {
        width: 225px;
        height: 60px
    }
}

@media print, screen and (min-width: 1025px) {
    .footerContent + * {
        margin-top: 80px
    }

    .footerContent_left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footerContent_logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .footerContent_logo_svg {
        width: 190px;
        height: 50px;
        margin-bottom: 18px
    }
}

.footerContent_logo_text {
    font-weight: 700;
    font-size: 10px
}

@media print, screen and (max-width: 1024px) {
    .footerContent_logo_text {
        display: block;
        margin-bottom: 20px;
        letter-spacing: .16em
    }
}

@media print, screen and (min-width: 1025px) {
    .footerContent_logo_text {
        letter-spacing: .32em
    }
}

.footerSns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footerSns_head {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em
}

@media print, screen and (max-width: 1024px) {
    .footerSns {
        -ms-flex-pack: center;
        justify-content: center
    }

    .footerSns_head {
        margin-bottom: 10px;
        text-align: center
    }

    .footerSns_node + .footerSns_node {
        margin-left: 0
    }

    .footerSns_link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 40px;
        height: 40px
    }
}

.footerSns_svg-facebook, .footerSns_svg-insta, .footerSns_svg-line, .footerSns_svg-rss, .footerSns_svg-twitter {
    width: 20px;
    height: 20px
}

.footerSns_svg-insta {
    fill: #924898
}

.footerSns_svg-facebook {
    fill: #3a559f
}

.footerSns_svg-twitter {
    fill: #009dda
}

.footerSns_svg-line {
    fill: #00c200
}

.footerSns_svg-rss {
    fill: #f78422
}

@media print, screen and (min-width: 1025px) {
    .footerSns_head {
        margin-bottom: 32px
    }

    .footerSns_node + .footerSns_node {
        margin-left: 20px
    }

    .footerSns_link {
        transition: opacity .1s ease-out
    }

    .footerSns_link:hover {
        opacity: .7
    }

    .footerContent_right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 640px
    }

    .footerLinklist_link {
        transition: color .1s ease-out, background .1s ease-out
    }

    .footerLinklist_link:hover {
        color: #fff
    }

    .footerLinklist_node-feature .footerLinklist_link:hover {
        background: #094786
    }

    .footerLinklist_node-magazine .footerLinklist_link:hover {
        background: #fd545e
    }

    .footerLinklist_node-ranking .footerLinklist_link:hover {
        background: #b79346
    }
}

.footerLinklist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 27px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee
}

.footerLinklist_node-feature, .footerLinklist_node-magazine, .footerLinklist_node-ranking {
    border-left: 4px solid #000
}

.footerLinklist_node-feature {
    border-color: #094786
}

.footerLinklist_node-magazine {
    margin-left: 44px;
    border-color: #fd545e
}

.footerLinklist_node-ranking {
    margin-left: 44px;
    border-color: #b79346
}

.footerLinklist_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em
}

.footerLinklist_node-ecLink {
    margin-left: auto
}

.footerLinklist_ecLink {
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px
}

.footerLinklist_ecLink_svg {
    fill: #f56614;
    width: 22px;
    height: 20px;
    margin-right: 11px
}

.footerLinklist_ecLink_label {
    display: inline-block;
    padding-bottom: 5px;
    color: #f56614;
    font-weight: 700;
    letter-spacing: .02em;
    border-bottom: 1px solid #f56614
}

@media print, screen and (min-width: 1025px) {
    .footerLinklist_ecLink {
        padding: 5px 10px;
        transition: background .1s ease-out
    }

    .footerLinklist_ecLink_svg {
        transition: fill .1s ease-out
    }

    .footerLinklist_ecLink_label {
        transition: color .1s ease-out, border .1s ease-out
    }

    .footerLinklist_ecLink:hover {
        background: #f56614
    }

    .footerLinklist_ecLink:hover .footerLinklist_ecLink_svg {
        fill: #fff
    }

    .footerLinklist_ecLink:hover .footerLinklist_ecLink_label {
        color: #fff;
        border-color: #fff
    }

    .footerInformation_label {
        margin-bottom: 29px
    }
}

.footerInformation_label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em
}

.footerInformation_link {
    letter-spacing: .16em
}

@media print, screen and (max-width: 1024px) {
    .footerInformation_label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 50px;
        position: relative;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee
    }

    .footerInformation_label::after, .footerInformation_label::before {
        content: '';
        display: block;
        width: 8px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 20px;
        background: #666;
        transition: transform .3s ease-out
    }

    .footerInformation_label::after {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .footerInformation_label.open {
        border-bottom: none
    }

    .footerInformation_label.open::before {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .footerInformation_label.open::after {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .footerInformation_listWrap {
        display: none
    }

    .footerInformation_list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee
    }

    .footerInformation_list_node {
        width: 50%;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee
    }

    .footerInformation_list_node:nth-child(2n) {
        border-right: none
    }

    .footerInformation_list_node:nth-child(-n+2) {
        border-top: none
    }

    .footerInformation_link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 49px;
        font-size: 10px;
        line-height: 1.4;
        background: #f6f6f6
    }
}

@media print, screen and (max-width: 320px) {
    .footerInformation_link {
        padding: 0 5px
    }
}

@media print, screen and (min-width: 1025px) {
    .footerInformation_list_node + .footerInformation_list_node {
        margin-top: 14px
    }

    .footerInformation_link {
        font-size: 12px
    }

    .footerInformation_link:hover {
        text-decoration: underline
    }

    .footerMedia {
        width: 370px
    }

    .footerMedia_label {
        margin-bottom: 29px
    }
}

.footerMedia_label {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em
}

@media print, screen and (max-width: 1024px) {
    .footerMedia_label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px;
        position: relative;
        border-bottom: 1px solid #eee
    }

    .footerMedia_label::after, .footerMedia_label::before {
        content: '';
        display: block;
        width: 8px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 20px;
        background: #666
    }

    .footerMedia_label::after {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .footerMedia_label.open {
        border-bottom: none
    }

    .footerMedia_label.open::before {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .footerMedia_label.open::after {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .footerMedia_listWrap {
        display: none
    }

    .footerMedia_list {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee
    }
}

.footerMedia_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footerMedia_list_node {
    width: 50%
}

.footerMedia_link {
    letter-spacing: .16em
}

@media print, screen and (max-width: 1024px) {
    .footerMedia_list_node {
        border-top: 1px solid #eee;
        border-right: 1px solid #eee
    }

    .footerMedia_list_node:nth-child(2n) {
        border-right: none
    }

    .footerMedia_link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 49px;
        font-size: 10px;
        background: #f6f6f6
    }

    .footerMailmag {
        padding: 5px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center
    }
}

.footerMailmag {
    display: block;
    background: #f6f6f6
}

@media print, screen and (min-width: 1025px) {
    .footerMedia_list_node {
        margin-top: 14px
    }

    .footerMedia_list_node:nth-child(-n+2) {
        margin-top: 0
    }

    .footerMedia_link {
        font-size: 12px
    }

    .footerMedia_link:hover {
        text-decoration: underline
    }

    .footerMailmag {
        padding: 6px;
        border-radius: 6px
    }
}

.footerMailmag_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}

@media print, screen and (max-width: 1024px) {
    .footerMailmag_inner {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 25px
    }
}

@media print, screen and (min-width: 1025px) {
    .footerMailmag_inner {
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 108px;
        padding: 0 28px
    }
}

.footerMailmag_label {
    display: -ms-flexbox;
    display: flex
}

.footerMailmag_label_svg {
    width: 20px;
    height: 16px;
    margin-right: 15px
}

.footerMailmag_label_text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .06em
}

.footerMailmag_text {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .12em
}

@media print, screen and (max-width: 1024px) {
    .footerMailmag_label {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px
    }

    .footerMailmag_text {
        -ms-flex-order: 3;
        order: 3;
        margin-top: 15px
    }
}

@media print, screen and (max-width: 320px) {
    .footerMailmag_text {
        padding: 0 10px;
        text-align: left
    }

    .footerMailmag_text br {
        display: none
    }
}

.footerMailmag_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline
}

.footerMailmag_link::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media print, screen and (max-width: 1024px) {
    .footerMailmag_link {
        -ms-flex-order: 4;
        order: 4;
        margin-top: 12px
    }

    .footerMailmag_link::after {
        margin-left: 8px
    }

    .footerMailmag_img {
        width: 185px;
        -ms-flex-order: 1;
        order: 1
    }
}

@media print, screen and (min-width: 1025px) {
    .footerMailmag_link::after {
        margin: 3px 0 0 8px
    }
}

.footerMailmag_img {
    margin-top: -26px
}

@media print, screen and (min-width: 1025px) {
    .footerMailmag_img {
        width: 230px
    }

    .footerMailmag {
        transition: background .3s ease-out
    }

    .footerMailmag .footerMailmag_label_svg {
        transition: fill .3s ease-out
    }

    .footerMailmag:hover {
        background: #f56614
    }

    .footerMailmag:hover .footerMailmag_label_svg {
        fill: #f56614
    }
}

.footerLine {
    display: block;
    margin-top: 20px;
    background: #00c200
}

@media print, screen and (max-width: 1024px) {
    .footerLine {
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
        border: 5px solid #7fe07f
    }

    .footerLine_inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 115px 160px;
        grid-template-columns: 115px 160px;
        -ms-grid-rows: 33px 1fr 55px;
        grid-template-rows: 33px 1fr 55px;
        column-gap: 20px;
        width: 295px;
        padding-top: 10px;
        margin: 0 auto
    }

    .footerLine_img {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row-span: 3;
        -ms-grid-row: 1;
        grid-row: 1/span 3
    }
}

@media print, screen and (min-width: 1025px) {
    .footerLine {
        border-radius: 32px
    }

    .footerLine_inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px 40px
    }
}

@media print, screen and (max-width: 320px) {
    .footerLine_inner {
        display: block;
        width: auto;
        padding: 20px
    }

    .footerLine_img {
        display: none
    }

    .footerLine_logo {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footerLine_img img {
    width: 100%
}

.footerLine_logo {
    display: -ms-flexbox;
    display: flex
}

.footerLine_logo_svg-begin, .footerLine_logo_svg-line {
    fill: #fff;
    height: 32px
}

.footerLine_logo_svg-line {
    width: 34px
}

@media print, screen and (max-width: 1024px) {
    .footerLine_logo {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .footerLine_logo_svg-line {
        margin-right: 10px
    }
}

.footerLine_logo_svg-begin {
    width: 119px
}

.footerLine_text {
    color: #fff;
    font-weight: 700
}

@media print, screen and (min-width: 1025px) {
    .footerLine_logo_svg-line {
        margin-right: 6px
    }

    .footerLine_text {
        font-size: 15px;
        letter-spacing: .14em
    }
}

@media print, screen and (max-width: 320px) {
    .footerLine_text br {
        display: none
    }
}

.footerLine_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fefa03;
    font-weight: 700;
    letter-spacing: .08em;
    border: 2px solid #fefa03
}

@media print, screen and (max-width: 1024px) {
    .footerLine_text {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2;
        padding: 15px 0;
        font-size: 12px;
        letter-spacing: .08em;
        line-height: 1.5
    }

    .footerLine_link {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 3;
        grid-row: 3;
        height: 40px;
        font-size: 15px;
        border-radius: 20px
    }

    .footerCopy {
        margin-top: 20px
    }
}

@media print, screen and (min-width: 1025px) {
    .footerLine_link {
        width: 180px;
        height: 32px;
        font-size: 12px;
        border-radius: 16px
    }

    .footerLine {
        transition: background .3s ease-out
    }

    .footerLine .footerLine_link {
        transition-property: border, color;
        transition-duration: .3s;
        transition-timing-function: ease-out
    }

    .footerLine:hover {
        background: #f56614
    }
}

.footerCopy {
    font-size: 10px;
    text-align: center;
    letter-spacing: .08em
}

@media print, screen and (min-width: 1025px) {
    .footerCopy {
        margin-top: 40px
    }
}

.loading .c-timeline_link_icon {
    background-image: url(../images/common-loading.gif);
    background-size: contain
}

.loading .c-timeline_link_icon::after,
.loading .c-timeline_link_icon::before {
    display: none
}


.headerLogo a {
    display: block;
    line-height: 70px;
}

.headerLogo a span {
    color: #186508;
    font-size: 40px;
    font-family: 'Sawarabi Mincho', sans-serif;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.headerLogo a span:last-child {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
}

.scrolled .headerLogo a {
    line-height: 30px;
}

.scrolled .headerLogo a span {
    font-size: 23px;
    margin-bottom: 3px;
}

.scrolled .headerLogo a span:last-child {
    font-size: 10px;
    margin-bottom: 0;
}