@media screen and (max-width: 768px) {
    .hbg-on .global-header {
        position: fixed !important;
    }
}

.global-header .head {
    position: relative;
    padding: 0;
    background: #fff;
}

/* header top */

.global-header .header-top-block {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
}

.global-header .header-top-block > div {
    width: 33.3333%;
    display: flex;
    align-items: center;
}
.global-header .header-top-block > div.header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 35px ;
}
.global-header .header-top-block .search-btn {
    width: 30px;
    height: 41px;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    vertical-align: top;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.global-header.fix-header .header-top-block .search-btn {
    justify-content: center;
}

.global-header .header-top-block .search-btn img {
    height: 26px;
    width: auto;
}
.global-header .header-top-block .search-btn span {
    color: #979898;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.global-header.fix-header .header-top-block .search-btn span {
    display: none;
}

.global-header .header-top-block .search-btn.close {
    background: url(../fonts/close.svg) no-repeat center center;
    background-size: 25px 25px;
}
.global-header .header-top-block .search-btn.close img,
.global-header .header-top-block .search-btn.close span {
    display: none;
}

.global-header .header-top-block .store-btn {
    width: 30px;
    height: 41px;
    height: auto;
    padding: 0;
    font-size: 0;
    vertical-align: top;
    position: relative;
    flex-flow: column;
    align-items: center;
}

.global-header .header-top-block .store-btn a {
    height: 41px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.global-header.fix-header .header-top-block .store-btn a {
    justify-content: center;
}

.global-header .header-top-block .store-btn img {
    height: 26px;
    width: auto;
}
.global-header .header-top-block .store-btn span {
    color: #979898;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.global-header.fix-header .header-top-block .store-btn span {
    display: none;
}

.global-header .sns {
    display: flex;
    align-items: center;
    height: 36px;
    margin-left: 5px;
}

.global-header .sns li {
    display: block;
    flex-flow: row;
    height: 41px;
    margin-right: 18px;
    position: relative;
}

.global-header.fix-header .sns li {
    height: 30px;
}

.global-header .sns li a img{
    width: 38px;
    height: 38px;
}

.global-header.fix-header .sns li a img{
    width: 30px;
    height: 30px;
}

.global-header .sns li:last-of-type {
    margin-right: 0px;
}

.global-header .header-top-center .logo {
    margin: 3px auto 0px;
}
.global-header .header-top-center .logo a {
    background-image: url('../fonts/ima-02.svg');
    background-size: contain;
    width: 150px;
    height: 86px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.global-header.fix-header .header-top-center .logo a {
    background-image: url('../fonts/ima-scroll.svg');
    width: 60px;
    height: 30px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.global-header .header-top-right .lang {
    width: 22px;
    /* height: 100%; */
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-right: 20px;
    margin-bottom: 8px;
    padding-top: 10px;
}

.global-header .header-top-right .lang > a {
    display: block;
    width: 100%;
}

.global-header .header-top-right .lang > a img{
    height: 100%;
}

.global-header .head .logo {
    display: none;
}

/* header global navigation */
.global-header .global-nav {
    background: #fff;
}
.global-header .global-nav a {
    color: #303030;
}
.global-header .global-nav .main-nav .mega-menu a {
    color: #fff;
}

.global-header .global-nav .link {
    padding-left: 0px;
}

.global-header .nav-wrap {
  background-color: #fff;
}

.global-header .global-nav .link.white.pc-mode {
    display: none;
}

/* header search */
.global-header .header-search {
    background: #fff;
    z-index: 1;
}

.global-header .header-search {
    width: 100% !important;
    text-align: right;
    left: 0;
    padding: 4px 20px;
    box-sizing: border-box;
    position: absolute;
    background: #9f9f9f;
    top: 100%;
}
.global-header .header-search div {
    display: inline-block;
    border: solid 3px #9f9f9f;
    background: #f4f4f4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 3px 10px 1px;
}
.global-header .header-search form {
    position: relative;
    height: 40px;
}
.global-header .header-search .text-box {
    font-size: 30px;
    height: 30px;
    /*border-bottom: 1px solid #bebebe; */
    background: none;
    width: 100%;
}
.global-header .header-search ::-webkit-input-placeholder{
    font-size: 24px;
    opacity: 0.4;
}
.global-header .header-search ::-moz-placeholder{
    font-size: 24px;
    opacity: 0.4;
}
.global-header .header-search :-ms-input-placeholder{
    font-size: 24px;
    opacity: 0.4;
}
.global-header .header-search .btn-search {
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 1;
    height: 25px;
    width: 25px;
    background: #f4f4f4 url(../fonts/search.svg) no-repeat top left;
    -moz-background-size: 25px 25px;
    -o-background-size: 25px 25px;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
    text-indent: -9999px;
    font-size: 12px;
    font-size: 1.2rem;
}

.global-header .global-nav .header-top-left .sns .sns-ig {
    width: 21px;
}
.global-header .global-nav .search-btn {
    height: 20px;
    width: 20px;
    background: url(../fonts/search.svg) no-repeat center center;
    background-size: 20px 20px;
    cursor: pointer;
    display: table-cell;
    padding: 0;
    font-size: 0;
    vertical-align: top;
    position: relative;
    top: 8px;
}
.global-header .global-nav .search-btn.close {
    background: url(../fonts/close.svg) no-repeat center center;
    background-size: 25px 25px;
}

/* --- TOP main slider --- */
.main-slider .img {
    padding: 700px 0 0; /* slick slider height */
}
.top-main-area .main-logo img {
    width: 120px;
}
.main-slider .info-text {
    padding: 5px 37px 10px;
}
.main-slider h2 {
    font-size: 2.4rem;
}
.main-slider h2 small {
    font-size: 1.4rem;
}
/* --- for SP --- */
@media screen and (max-width: 768px) {
    .global-header .header-top,
    .global-header .header-search {
        display: none;
    }

    .global-header .head {
        height: 56px;
    }

    .global-header .head .logo {
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .main-slider .img {
        padding: 300px 0 0; /* slick slider height */
    }
    .main-slider .info-text {
        padding: 10px 0 ;
    }

    .main-slider h2 {
        padding: 0 10px;
    }

    .main-slider h2 small {
        margin: 10px 0 0;
    }
}

/* -- header -- */
.global-header{
  margin-bottom: 15px;
}
.global-header:hover {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.global-header .global-nav .main-nav .mega-menu a {
  color: #303030;
  background: #fff;
}

@media screen and (max-width: 768px) {
    .global-header {
      margin-bottom: 0px;
    }
}


/*
 * 横スクロール
 */
.nav-horizontal {
    display: none;
}

.nav-horizontal .list .current-suv-navi {
    text-decoration: underline;
}

.nav-horizontal.nav-horizontal-under {
    display: block;
    padding: 5px 0px;
    margin-bottom: 30px;
    background-color: #f3f3f3;
    font-size: 14px;
}
body.single-ima_magazine .nav-horizontal.nav-horizontal-under {
    margin-bottom: 60px;
}
.nav-horizontal.nav-horizontal-under .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-horizontal.nav-horizontal-under .list li {
    padding: 0px 15px;
}
.nav-horizontal.nav-horizontal-under.imanext-tag-navi .list li {
    padding: 0px 20px;
}
.nav-horizontal.nav-horizontal-under .list li a.current {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .nav-horizontal {
        display: block;
        overflow: hidden;
        height: 3em; /* 可視領域の高さ */
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .nav-horizontal .mask {
        height: 5em; /* 横スクロールする理屈上の高さ */
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* 慣性スクロール */
    }

    .nav-horizontal .list {
        display: inline-table;
        max-width: 100%;
        line-height: 36px;
    }

    .nav-horizontal .list li {
        display: table-cell;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 4px;
    }

    .nav-horizontal .list li:first-child {
        padding-left: 20px !important;
    }

    .nav-horizontal .list li:last-child {
        padding-right: 20px !important;
    }

    .nav-horizontal .list li a {
        font-size: 1.7rem !important;
        letter-spacing: -1px;
        white-space: nowrap;
    }

    .nav-horizontal.nav-horizontal-under {
        padding: 0;
        height: 3em;
        margin-bottom: 30px;
        border: none;
        background-color: initial;
        font-size: inherit;
    }

    .nav-horizontal.nav-horizontal-under .mask {
        background-color: #f3f3f3;
    }

    .nav-horizontal.nav-horizontal-under .list {
        display: block;
        width: auto;
        margin: 0;
    }
    body.post-type-archive-imaseries,#btn-pc-search .nav-horizontal.nav-horizontal-under .list,
    body.post-type-archive-ima_magazine .nav-horizontal.nav-horizontal-under .list,
    body.single-ima_magazine .nav-horizontal.nav-horizontal-under .list {
        display: flex;
    }

    .nav-horizontal.nav-horizontal-under .list li,
    .nav-horizontal.nav-horizontal-under.imanext-tag-navi .list li {
        line-height: 41px;
        padding: 1px 10px 0;
    }

    .nav-horizontal.nav-horizontal-under .list li a {
        font-size: 0.9em !important;
        letter-spacing: 1px;
    }
    .nav-horizontal.nav-horizontal-under.imanext-tag-navi .list li a {
        font-size: 12px !important;
    }

    body.archive ul.breadcrumbs,
    body.page-all ul.breadcrumbs,
    body.page-imaproject ul.breadcrumbs {
        display: none;
    }
    body.archive.tax-imanext_tag ul.breadcrumbs{
        display: block;
    }

    body.archive .list-page-ttl.bd-b {
        margin-bottom: 0px;
        border-bottom: none;
    }

    .nav-horizontal.nav-horizontal-bottom {
        position: fixed;
        bottom: -300px;
        z-index: 100;
        padding: 5px 0px;

        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .nav-horizontal.nav-horizontal-bottom.disp {
        bottom: 0px;
        z-index: 100;
    }

    .nav-horizontal.nav-horizontal-bottom.disp .list li:first-child {
        padding-left: 10px;
    }

    .nav-horizontal.nav-horizontal-bottom.disp .list li {
        padding-left: 5px;
        padding-top: 3px;
    }

    .nav-horizontal.nav-horizontal-bottom.disp .list li a {
        font-size: 10px !important;
        line-height: 1.4;
        text-align: center;

        display: inline-block;
        background: #000;
        color: #fff;
        box-sizing: border-box;
        letter-spacing: 0.03em;
        padding: 6px 10px 6px;
        min-width: 77px;
        border-radius: 15px;
    }
    .nav-horizontal.nav-horizontal-bottom.disp .list li.tag-vol a {
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
    }

    .nav-horizontal.nav-horizontal-bottom.disp .list li.nav-horizontal-bottom-li-manual a {
    }
    .nav-horizontal .ios-tapme {
        display: none;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.9);
        text-align: center;
        z-index: 100;
    }

    .nav-horizontal .ios-tapme:before {
        line-height: 50px;
        color: #000;
        content: 'タップしておすすめタグを表示';
        font-size: 13px;
        font-weight: bold;
    }

    @media screen and (orientation: landscape) {
        .nav-horizontal .ios-tapme {
            display: none !important;
        }

    }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .nav-horizontal.nav-horizontal-under .list li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .nav-horizontal .list li:first-child {
        padding-left: 5px !important;
    }
    .nav-horizontal .list li:last-child {
        padding-right: 5px !important;
    }
}

.single-articles .single-page-ttl .lead {
    margin-bottom: 0px;
}

.top-main-area.count-one {
    padding-bottom: 40px;
}
.top-main-area.count-one .main-slider .pc-mode.img {
    padding: 0;
}
.top-main-area.count-one .main-slider .text-box {
    position: relative;
    padding-top: 10px;
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    .top-main-area.count-one {
        padding-bottom: 15px;
    }
    .top-main-area.count-one .main-slider .sp-mode.img {
        padding: 0;
    }
    .top-main-area.count-one .main-slider .text-box {
        padding-top: 5px;
    }
}

.tableset-footer-information {
    margin-top: -40px;
    padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .tableset-footer-information {
        margin-top: -15px;
        font-size: 12px;
    }
}

.tax-contents-under-information {
    padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .tax-contents-under-information {
        font-size: 12px;
    }
}


@media screen and (max-width: 768px) {
    .userajent-ios-chrome .global-footer .foot02 .copyright,
    .userajent-ios-safari .global-footer .foot02 .copyright {
        margin-bottom: 60px;
    }
}


.tag-btn-wrap {
    margin-top: 30px;
}

.tag-btn-wrap a {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    background: #000;
    color: #fff;
    box-sizing: border-box;
    letter-spacing: 0.03em;
    padding: 10px 30px 10px;
    min-width: 100px;
    border-radius: 15px;
}

@media screen and (max-width: 768px) {
    .tag-btn-wrap {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .tag-btn-wrap a {
        font-size: 1.2rem;
    }
    .tag-btn-wrap.layout-btn_set {
        margin-bottom: 30px;
    }
}

.imanext-fixbtn-wrap {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 999;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.imanext-fixbtn-wrap.is-hidden {
    opacity: 0;
}

.imanext-fixbtn {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #C84B31;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.imanext-fixbtn .imanext-fixbtn-top {
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    padding-bottom: 3px;
}
.imanext-fixbtn .imanext-fixbtn-top time {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}

.imanext-fixbtn .imanext-fixbtn-top span {
    font-size: 17px;
    display: inline-block;
}

.imanext-fixbtn .imanext-fixbtn-bottom {
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .imanext-fixbtn-wrap {
        right: 15px;
        bottom: 66px;
    }

    .imanext-fixbtn {
        width: 105px;
        height: 105px;
    }

    .imanext-fixbtn:hover {
        opacity: 1;
    }
    .imanext-fixbtn .imanext-fixbtn-top {
        margin-bottom: 4px;
    }
    .imanext-fixbtn .imanext-fixbtn-top time {
        font-size: 9px;
        margin-right: 10px;
    }

    .imanext-fixbtn .imanext-fixbtn-top span {
        font-size: 12px;
    }

    .imanext-fixbtn .imanext-fixbtn-bottom {
        font-size: 10px;
    }

}

body.page-tag-search #scroll-top-btn,
body.tax-imanext_tag #scroll-top-btn {
    display: none;
}

body.page-tag-search ul.breadcrumbs,
body.tax-imanext_tag ul.breadcrumbs {
    display: none;
}

.nav-online-store-inner {
    margin: 0 32.6px 35px;
    border-top: 1px solid #979898;
    border-bottom: 1px solid #979898;
}
.nav-online-store-header {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: 20px;
    margin-bottom: 3px;
}

.nav-online-store-header img {
    width: 30px;
    height: auto;
}
.nav-online-store-header .nav-online-store-en {
    color: #303030;
    font-size: 20px;
}

.nav-online-store-header .nav-online-store-kana {
    font-size: 13px;
    color: #999;
    margin-left: 18px;
}
.nav-online-store-desc {
    margin-bottom: 20px;
}
.nav-online-store-desc p {
    font-size: 13px;
    color: #979898;
}

@media screen and (max-width: 768px) {
    .nav-online-store-inner {
        margin: -1px 32.6px 35px;
    }
    .nav-online-store-header {
        margin-top: 12px;
    }

    .nav-online-store-header img {
    }
    .nav-online-store-header .nav-online-store-en {
        font-size: 1.9rem;
    }

    .nav-online-store-header .nav-online-store-kana {
        font-size: 13px;
        position: relative;
    }
    .nav-online-store-header .nav-online-store-kana::before {
        content: "|";
        font-size: 13px;
        position: absolute;
        top: -1px;
        left: -17px;
    }
    .nav-online-store-desc {
        margin-bottom: 14px;
    }
    .nav-online-store-desc p {
    }
}


.interscroller-for-sp {
    display: none !important;
}
@media screen and (max-width: 768px) {
.interscroller-for-sp {
    display: block !important;
}
}
