@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    javascript style hooks
    base blocks
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   notosansjapanese
--------------------------------------------- */
/* ---------------------------------------------
*   Noto Sans JP
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 750px) {
    html,
    body {
        font-size: 4.375vw;
    }
}

body {
    min-width: 1100px;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    body {
        min-width: 320px !important;
        line-height: 1.5;
    }
}

body.lang_cn {
    font-family: "Microsoft YaHei","SimHei", sans-serif;
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    color: #333;
    text-decoration: none;
}

@media screen and (min-width: 751px) {
    a:hover {
        color: #666;
    }
}

/* ---------------------------------------------
*   <button> tag
--------------------------------------------- */
button {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (min-width: 751px) {
    button:hover {
        color: #666;
    }
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
*   <sup> tag
--------------------------------------------- */
sup {
    position: relative;
    top: -.3em;
    font-size: .5em;
}

/* ---------------------------------------------
*   <sub> tag
--------------------------------------------- */
sub {
    position: relative;
    top: -0.3em;
    font-size: 0.6em;
}

/* ---------------------------------------------
*   <hr> tag
--------------------------------------------- */
hr[id^="anchor-"] {
    margin-top: -80px;
    padding-top: 80px;
    border: none;
}

@media screen and (max-width: 750px) {
    hr[id^="anchor-"] {
        margin-top: 12.03125vw;
        padding-top: 12.03125vw;
    }
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   js-tel-disabled
--------------------------------------------- */
.js-tel-disabled {
    outline: none;
    cursor: default;
}

.js-tel-disabled:hover {
    text-decoration: none;
    opacity: 1;
}

/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    position: fixed;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
    width: 100%;
    height: 105px;
    border-bottom: 1px solid #bfc4c8;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .header {
        padding-top: 0;
        height: 50px;
        background-color: #fff;
    }
}

@media screen and (min-width: 751px) {
    .header.js-header-scroll {
        padding-top: 20px;
        padding-bottom: 19px;
        height: 57px;
    }
    .header.js-header-scroll .header-logo__text {
        font-size: 0.875rem;
    }
    .header.js-header-scroll .header-nav {
        display: none;
    }
    .header.js-header-scroll .header-divide {
        margin-bottom: 0;
    }
    .header.js-header-scroll .global-nav {
        margin-top: -18px;
    }
}

@media screen and (min-width: 751px) {
    .toppage:not(.js-scroll) .header:not(.js-gnav-lv1-hover) {
        border-color: transparent;
        background-color: transparent;
    }
}

/*  header-container
--------------------------------------------- */
.header-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    min-width: 1100px;
}

@media screen and (min-width: 751px) {
    .js-header-scroll .header-container {
        height: 100%;
    }
}

@media screen and (max-width: 750px) {
    .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        margin-right: 4.6875vw;
        margin-left: 4.375vw;
        padding: 0;
        min-width: initial;
        min-width: auto;
        width: 100%;
        height: 100%;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
    }
}

/*  header-divide
--------------------------------------------- */
.header-divide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/*  header-logo
--------------------------------------------- */
.header-logo {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .header-logo {
        display: block;
    }
}

.header-logo__link {
    display: block;
    overflow: hidden;
    padding-top: 24px;
    width: 154px;
    height: 0;
    background-image: url(../img/common/logo_ulbac.svg);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    letter-spacing: .02em;
    -webkit-transition: opacity 300ms;
    -webkit-transition: 0.1s;
    transition: opacity 300ms;
    transition: 0.1s;
}

@media screen and (min-width: 751px) {
    .header-logo__link:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 751px) {
    .js-header-scroll .header-logo__link {
        padding-top: 16px;
        width: 104px;
    }
}

@media screen and (max-width: 750px) {
    .header-logo__link {
        padding-top: 13px;
        width: 80px;
    }
}

/*  header-nav
--------------------------------------------- */
.header-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 751px) {
    .header-nav {
        top: -20px;
    }
}

@media screen and (max-width: 750px) {
    .header-nav {
        display: none;
    }
}

.header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.header-nav__list-item {
    margin-right: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 751px) {
    .header-nav__list-item {
        position: relative;
    }
    .header-nav__list-item::before {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 1px;
        height: 12px;
        background-color: #333;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .toppage:not(.js-scroll) .header:not(.js-gnav-lv1-hover) .header-nav__list-item::before {
        background-color: #fff;
    }
}

.header-nav__list-item:last-child {
    margin-right: 27px;
}

.header-nav__link {
    display: block;
    letter-spacing: -.03em;
    font-size: 12px;
    line-height: 1;
}

@media screen and (min-width: 751px) {
    .header-nav__link:hover {
        text-decoration: underline;
    }
}

@media screen and (min-width: 751px) {
    .toppage:not(.js-scroll) .header:not(.js-gnav-lv1-hover) .header-nav__link {
        color: #fff;
    }
}

.header-nav__search {
    display: block;
    line-height: 1;
}

/* ---------------------------------------------
*   header-sp-menu
--------------------------------------------- */
.header-sp-menu {
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: 100;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
    .header-sp-menu {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .header-sp-menu {
        right: calc(4.6875% - 10px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        width: 36px;
        height: 34px;
    }
}

/* ---------------------------------------------
*   menu-trigger
--------------------------------------------- */
.menu-trigger {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 14px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.menu-trigger::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.menu-trigger span {
    position: absolute;
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2px;
    background-color: #007bd0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.menu-trigger span:nth-of-type(1) {
    top: 0px;
}

.menu-trigger span:nth-of-type(2) {
    top: 6px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
}

@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

/*  header-search
--------------------------------------------- */
.header-search {
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-search__form {
    position: absolute;
    top: -13px;
    right: -9px;
    display: none;
}

.header-search__form input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 45px 0 10px;
    width: 260px;
    height: 40px;
    border: solid 1px #bbc2c9;
    border-radius: 0;
    font-size: 12px;

    -webkit-appearance: none;
}

.header-search__form input[type="submit"] {
    position: absolute;
    top: 25%;
    right: 6px;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 0;
    background: url(../img/common/icon_search.svg) no-repeat 50% 50%;
    background-size: 14px auto;
    text-indent: -9999px;
    cursor: pointer;
}

.header-search.is-show .header-search__form {
    display: block;
}

.js-searchBtn {
    display: block;
}

.toppage:not(.js-scroll) .header:not(.js-gnav-lv1-hover) .js-searchBtn img.icon-default {
    display: none;
}

.js-searchBtn img.icon-white {
    display: none;
}

.toppage:not(.js-scroll) .header:not(.js-gnav-lv1-hover) .js-searchBtn img.icon-white {
    display: block;
}

/* ---------------------------------------------
*   lang-btns
--------------------------------------------- */
.lang-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    margin-right: 3px;
    margin-left: 3px;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .lang-btns {
        -ms-flex-pack: center;
        margin: 3.5vw 0;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

.lang-btns__btn {
    display: block;
    margin-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 60px;
    border: 1px solid #bfc4c8;
    border-radius: 20px;
    text-align: center;
    font-size: 0.75rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 750px) {
    .lang-btns__btn {
        margin-right: 3.5625vw;
        padding-top: 0.9375vw;
        padding-bottom: 1.25vw;
        width: 23.4375vw;
        border-radius: 5vw;
        color: #fff;
        font-size: 4.0625vw;
    }
}

.lang-btns__btn:last-of-type {
    margin-right: 0;
}

.lang-btns__btn--current {
    border-color: #dfe1e3;
    background-color: #dfe1e3;
}

@media screen and (max-width: 750px) {
    .lang-btns__btn--current {
        color: #333;
    }
}

@media screen and (min-width: 751px) {
    .lang-btns__btn:hover {
        border-color: #dfe1e3;
        background-color: #dfe1e3;
    }
}

@media screen and (min-width: 751px) {
    .toppage:not(.js-scroll) .header:not(.js-gnav-lv1-hover) .lang-btns__btn:not(.lang-btns__btn--current) {
        color: #bfc4c8;
    }
    .toppage:not(.js-scroll) .header:not(.js-gnav-lv1-hover) .lang-btns__btn:not(.lang-btns__btn--current):hover {
        color: #333;
    }
}

.lang-btns__btn.no_release {
    border-color: rgba(223, 225, 227, 0.3);
    background: rgba(223, 225, 227, 0.2);
    color: rgba(51, 51, 51, 0.6);
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 750px) {
    .lang-btns__btn.no_release {
        color: rgba(255, 255, 255, 0.3);
    }
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    padding-top: 105px;
}

@media screen and (max-width: 750px) {
    .wrapper {
        padding-top: 50px;
    }
}

/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
.global-nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    min-width: 1100px;
}

@media screen and (min-width: 751px) {
    .global-nav {
        display: block !important;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
}

@media screen and (max-width: 750px) {
    .global-nav {
        position: fixed;
        top: 50px;
        right: 0;
        left: 0;
        z-index: 10;
        display: none;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        padding-right: 0;
        min-width: initial;
        min-width: auto;
        width: 100%;
        height: calc(100vh - 50px);
        background-color: #000;
    }
}

.global-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media screen and (min-width: 751px) {
    .global-nav__list {
        line-height: 1;
    }
}

@media screen and (max-width: 750px) {
    .global-nav__list {
        display: block;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 750px) {
    .global-nav__list-item {
        position: relative;
        border-bottom: 0.3125vw solid #666;
    }
}

.global-nav__lv1-btn {
    display: none;
}

@media screen and (max-width: 750px) {
    .global-nav__lv1-btn {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        padding: 4.6875%;
        width: 13.4375vw;
        height: 13.4375vw;
        outline: none;
        border: none;
        border-radius: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-indent: 0.01px;
        text-overflow: '';
        font-size: 0;

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .global-nav__lv1-btn::before, .global-nav__lv1-btn::after {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        background-color: #fff;
        content: "";
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .global-nav__lv1-btn::before {
        width: 4.0625vw;
        height: 2px;
    }
    .global-nav__lv1-btn::after {
        width: 2px;
        height: 4.0625vw;
        -webkit-transition: height .3s;
        transition: height .3s;
    }
    .js-lv2-open .global-nav__lv1-btn::after {
        height: 0;
    }
}

.global-nav__lv2 {
    position: absolute;
    top: 104px;
    left: 0;
    display: none;
    padding-top: 35px;
    width: 100%;
    background-color: #dfe1e3;
}

@media screen and (max-width: 750px) {
    .global-nav__lv2 {
        position: static;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 4.6875%;
        width: 100%;
        border: none;
        background: none;
    }
}

.js-header-scroll .global-nav__lv2 {
    top: 56px;
}

.global-nav__lv2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .global-nav__lv2-container {
        display: block;
        padding-top: 1.5625vw;
        padding-bottom: 3.125vw;
        border-top: 1px solid #6a6a6a;
    }
}

.global-nav__lv2-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 7px;
    width: 300px;
    height: 168px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .global-nav__lv2-ttl {
        display: block;
        margin-top: 0;
        width: 100%;
        height: auto;
    }
}

.global-nav__lv2-ttl-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1em;
    padding-left: 30px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.5rem;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 751px) {
    .global-nav__lv2-ttl-txt {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
}

@media screen and (min-width: 751px) and (min-width: 751px) {
    .global-nav__lv2-ttl-txt:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 751px) {
    .global-nav__lv2-ttl-txt:hover {
        color: #fff;
    }
    .global-nav__list-item--company .global-nav__lv2-ttl-txt {
        background-image: url(/img/common/megadrop_company.jpg);
    }
    .global-nav__list-item--news .global-nav__lv2-ttl-txt {
        background-image: url(/img/common/megadrop_news.jpg);
    }
    .global-nav__list-item--business .global-nav__lv2-ttl-txt {
        background-image: url(/img/common/megadrop_business.jpg);
    }
    .global-nav__list-item--products .global-nav__lv2-ttl-txt {
        background-image: url(/img/common/megadrop_products.jpg);
    }
    .global-nav__list-item--rd .global-nav__lv2-ttl-txt {
        background-image: url(/img/common/megadrop_rd.jpg);
    }
    .global-nav__list-item--sustainability .global-nav__lv2-ttl-txt {
        background-image: url(/img/common/megadrop_sustainability.jpg);
    }
    .global-nav__list-item--support .global-nav__lv2-ttl-txt {
        background-image: url(/img/common/megadrop_support.jpg);
    }
    .global-nav__lv2-ttl-txt::after {
        position: relative;
        top: 1px;
        margin-left: .5em;
        width: 8px;
        height: 15px;
        background: url(/img/common/icon_arrow_white.png) 0 0 no-repeat;
        background-size: 100% auto;
        content: "";
    }
}

@media screen and (max-width: 750px) {
    .global-nav__lv2-ttl-txt {
        display: block;
        padding: 2.34375vw 0;
        height: auto;
        font-size: 3.75vw;
    }
}

.global-nav__lv2-body {
    width: calc(100% - 300px);
}

@media screen and (max-width: 750px) {
    .global-nav__lv2-body {
        width: 100%;
    }
}

.global-nav__lv2-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    padding-left: 80px;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .global-nav__lv2-list-wrap {
        display: block;
        padding-left: 4.6875vw;
    }
}

.global-nav__lv2-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 212px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

@media screen and (max-width: 750px) {
    .global-nav__lv2-list {
        display: block;
        width: 100%;
        height: auto;
    }
}

.global-nav__lv2-item {
    margin-bottom: 10px;
}

@media screen and (min-width: 751px) {
    .global-nav__lv2-item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 1em;
        width: 240px;
    }
}

@media screen and (max-width: 750px) {
    .global-nav__lv2-item {
        margin-bottom: 1.5625vw;
    }
}

.global-nav__lv2-item-link {
    line-height: 1.7;
}

@media screen and (min-width: 751px) {
    .global-nav__lv2-item-link:hover {
        color: #333;
        text-decoration: underline;
    }
}

@media screen and (max-width: 750px) {
    .global-nav__lv2-item-link {
        display: block;
        padding-top: 1.5625vw;
        padding-bottom: 1.5625vw;
        color: #fff;
        font-size: 3.75vw;
        line-height: 1.6;
    }
}

.global-nav__lv2-close-btn {
    padding-top: 6px;
    padding-bottom: 8px;
    background-color: #575e64;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

@media screen and (min-width: 751px) {
    .global-nav__lv2-close-btn:hover {
        opacity: 0.8;
    }
}

.global-nav__lv2-close-btn::after {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 9px;
    width: 10px;
    height: 11px;
    background: url(../img/common/icon_xmark_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 750px) {
    .global-nav__lv2-close-btn {
        display: none;
    }
}

.global-nav__link {
    position: relative;
}

@media screen and (min-width: 751px) {
    .global-nav__link {
        padding-right: 10px;
        padding-left: 10px;
    }
    .global-nav__list-item:last-of-type .global-nav__link {
        padding-right: 0;
    }
    .global-nav__list-item:nth-of-type(9) .global-nav__link {
        padding-right: 9px;
    }
}

@media screen and (max-width: 750px) {
    .global-nav__link {
        display: inline-block;
        padding: 3.5vw 4.6875vw;
        color: #fff;
        font-size: 4.375vw;
    }
    .global-nav__list-item.no-lv2 .global-nav__link {
        display: block;
    }
}

@media screen and (min-width: 751px) {
    .global-nav__list-item .global-nav__link::before {
        position: absolute;
        bottom: -6px;
        z-index: 1;
        display: inline-block;
        width: calc(100% - 20px);
        height: 2px;
        background-color: #1c7dcd;
        content: "";
        opacity: 0;
        -webkit-transition: none;
        transition: none;
        pointer-events: none;
    }
    .global-nav__list-item:not(.no-lv2) .global-nav__link::after {
        position: absolute;
        bottom: -21px;
        left: 50%;
        z-index: 1;
        display: block;
        width: 0;
        height: 0;
        border-width: 0 8.5px 8px 8.5px;
        border-style: solid;
        border-color: transparent transparent #dfe1e3 transparent;
        content: "";
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        pointer-events: none;
    }
    .js-header-scroll .global-nav__list-item:not(.no-lv2) .global-nav__link::after {
        bottom: -18px;
    }
    .global-nav__list-item .global-nav__link--current::before {
        position: absolute;
        bottom: -6px;
        z-index: 1;
        display: inline-block;
        width: calc(100% - 20px);
        height: 2px;
        background-color: #1c7dcd;
        content: "";
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        pointer-events: none;
    }
    .js-lv1-hover .global-nav__list-item:not(.js-lv2-open) .global-nav__link--current::before {
        opacity: 0;
    }
    .global-nav__list-item.js-lv2-open:hover .global-nav__link::before, .global-nav__list-item.js-lv2-open:hover .global-nav__link::after {
        opacity: 1;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }
}

@media screen and (min-width: 751px) {
    .global-nav__list-item.js-lv2-open:not(.no-lv2):hover .global-nav__link-txt {
        position: relative;
    }
    .global-nav__list-item.js-lv2-open:not(.no-lv2):hover .global-nav__link-txt::after {
        position: absolute;
        top: 1em;
        left: 50%;
        display: block;
        width: 120%;
        height: 40px;
        content: "";
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .toppage:not(.js-scroll) .header:not(.js-gnav-lv1-hover) .global-nav__link-txt {
        color: #fff;
    }
}

@media screen and (max-width: 750px) {
    .global-nav__search {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 4.6875%;
        border-bottom: 0.3125vw solid #666;
    }
}

@media screen and (max-width: 750px) {
    .global-nav__search-input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1.5625vw 10.9375vw 1.5625vw 2.65625vw;
        width: 100%;
        height: 12.5vw;
        background-color: #dfe1e3;
        font-size: 4.375vw;
    }
}

@media screen and (max-width: 750px) {
    .global-nav__search-button {
        position: absolute;
        top: 50%;
        right: 6.25vw;
        padding: 0;
        width: 7.8125vw;
        height: 7.8125vw;
        border: 0;
        background: url(../img/common/icon_search.svg) no-repeat 50% 50%;
        background-size: 5vw auto;
        text-indent: -9999px;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .contents {
        padding-top: 10.15625vw;
    }
}

@media screen and (max-width: 750px) {
    .js-is-kv .contents {
        padding-top: 0;
    }
}

@media screen and (max-width: 750px) {
    .toppage .contents {
        padding-top: 0;
    }
}

/* ---------------------------------------------
*   main
--------------------------------------------- */
/* ---------------------------------------------
*   mod-breadcrumb
--------------------------------------------- */
.mod-breadcrumb {
    margin-bottom: 70px;
}

.wrapper + .mod-breadcrumb {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .mod-breadcrumb {
        display: none;
    }
}

.mod-breadcrumb__list {
    padding: 12px 0;
}

.mod-breadcrumb__list-item {
    display: inline;
    margin-right: 38px;
    letter-spacing: normal;
    font-size: 14px;
}

.mod-breadcrumb__list-item a {
    text-decoration: none;
}

.mod-breadcrumb__list-item + .mod-breadcrumb__list-item {
    position: relative;
}

.mod-breadcrumb__list-item + .mod-breadcrumb__list-item:after {
    position: absolute;
    top: 5px;
    left: -25px;
    display: block;
    width: 6px;
    height: 11px;
    background-image: url(../img/common/icon_page-right.png);
    background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
}

.js-is-kv .contents .mod-breadcrumb:first-of-type {
    margin-bottom: 0;
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    position: relative;
    padding-top: 60px;
    border-bottom: 6px solid #0071B9;
    background-color: #dfe1e3;
}

@media screen and (max-width: 750px) {
    .footer {
        margin-top: 12.5vw;
        padding-top: 0;
        border-bottom-width: 1.25vw;
    }
}

/*  footer-pagetop
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .footer-pagetop {
        position: relative;
    }
}

.footer-pagetop__link-text {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 8;
    display: block;
    overflow: hidden;
    margin-left: auto;
    padding-top: 60px;
    width: 60px;
    height: 0;
    background: url(../img/common/icon_totop.png) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
}

@media screen and (max-width: 750px) {
    .footer-pagetop__link-text {
        right: 0;
        padding-top: 12.5vw;
        width: 12.5vw;
    }
}

.footer-pagetop__link-text--absolute {
    position: absolute;
    bottom: auto;
}

@media screen and (max-width: 750px) {
    .footer-pagetop__link-text--absolute {
        top: -12.5vw;
    }
}

.footer-pagetop__link-text.is-show {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

@media screen and (min-width: 751px) {
    .footer-pagetop__link-text.is-show:hover {
        opacity: 0.8;
    }
}

/*  footer-container
--------------------------------------------- */
/*  footer-logo
--------------------------------------------- */
.footer-logo__link {
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-bottom: 33px;
    margin-left: auto;
    padding-top: 57px;
    width: 334px;
    height: 0;
    background-image: url(../img/common/logo_ulvac_footer.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    letter-spacing: .02em;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

@media screen and (min-width: 751px) {
    .footer-logo__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .footer-logo__link {
        margin-bottom: 9.375vw;
        padding-top: 11.25vw;
        width: 67.1875vw;
        background-image: url(../img/common/logo_ulvac_footer-sp.png);
    }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
    margin-bottom: 55px;
}

@media screen and (max-width: 750px) {
    .footer-nav {
        margin-bottom: 8.59375vw;
    }
}

.footer-nav__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: justify;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .footer-nav__cols {
        display: block;
    }
}

.footer-nav__col {
    width: 180px;
}

@media screen and (max-width: 750px) {
    .footer-nav__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        width: 100%;

        -webkit-box-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav__lv1-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;

        -webkit-box-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-nav__lv1 {
    margin-bottom: 35px;
}

@media screen and (max-width: 750px) {
    .footer-nav__lv1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 0;
        width: 50%;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}

.footer-nav__lv1:last-of-type {
    margin-bottom: 0;
}

.footer-nav__lv1-link {
    display: inline-block;
    font-size: 1rem;
}

@media screen and (min-width: 751px) {
    .footer-nav__lv1-link:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav__lv1-link {
        display: block;
        padding: 4.6875vw 0.5em 4.6875vw 3.125vw;
        font-size: 4.375vw;
    }
}

.footer-nav__lv1-link--icon-external::after {
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 10px;
    background: url(/img/common/icon_external-link.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 750px) {
    .footer-nav__lv1-link--icon-external::after {
        margin-left: 2.5vw;
        width: 4.6875vw;
        height: 3.125vw;
    }
}

.footer-nav__lv2 {
    margin-top: 13px;
}

@media screen and (max-width: 750px) {
    .footer-nav__lv2 {
        display: none;
    }
}

.footer-nav__lv2-item {
    margin-bottom: 8px;
    line-height: 1.2;
}

.footer-nav__lv2-item:last-of-type {
    margin-bottom: 0;
}

.footer-nav__lv2-link {
    display: inline-block;
    font-size: 0.75rem;
}

@media screen and (min-width: 751px) {
    .footer-nav__lv2-link:hover {
        text-decoration: underline;
    }
}

/*  footer-submenu-nav
--------------------------------------------- */
.footer-submenu-nav {
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    width: 530px;
}

@media screen and (min-width: 751px) {
    .lang_cn .footer-submenu-nav {
        width: 500px;
    }
}

@media screen and (max-width: 750px) {
    .footer-submenu-nav {
        margin-bottom: 6vw;
        width: 90%;
    }
}

.footer-submenu-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.footer-submenu-nav__list-item {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #333;
}

@media screen and (max-width: 750px) {
    .footer-submenu-nav__list-item {
        margin-right: 4.6875vw;
        padding-right: 4.6875vw;
        border-right-width: 0.3125vw;
    }
}

@media screen and (min-width: 751px) {
    .footer-submenu-nav__list-item:nth-child(n + 4) {
        margin-top: 15px;
    }
}

@media screen and (max-width: 750px) {
    .footer-submenu-nav__list-item:nth-child(n + 3) {
        margin-top: 4.6875vw;
    }
}

@media screen and (min-width: 751px) {
    .footer-submenu-nav__list-item:nth-of-type(3), .footer-submenu-nav__list-item:nth-of-type(6), .footer-submenu-nav__list-item:nth-of-type(8), .footer-submenu-nav__list-item:nth-of-type(9) {
        margin-right: 0;
        border-right: none;
    }
}

@media screen and (max-width: 750px) {
    .footer-submenu-nav__list-item:nth-of-type(7), .footer-submenu-nav__list-item:nth-of-type(9) {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
}

@media screen and (max-width: 750px) {
    .footer-submenu-nav__list-item:nth-of-type(2n) {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }
}

.footer-submenu-nav__link {
    display: block;
    letter-spacing: -.03em;
    font-size: 12px;
    line-height: 1;
}

@media screen and (min-width: 751px) {
    .footer-submenu-nav__link:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 750px) {
    .footer-submenu-nav__link {
        font-size: 3.125vw;
    }
}

/*  footer-sub-nav
--------------------------------------------- */
.footer-sub-nav {
    margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
    .footer-sub-nav {
        margin-bottom: 5vw;
    }
}

.footer-sub-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .footer-sub-nav__list {
        display: block;
    }
}

.footer-sub-nav__item {
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .footer-sub-nav__item {
        margin-top: 3vw;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }
    .footer-sub-nav__item:first-of-type {
        margin-top: 0;
    }
}

.footer-sub-nav__item:after {
    position: absolute;
    top: calc(50% + 0.15em);
    right: 0;
    display: block;
    width: 1px;
    height: 0.8em;
    background-color: #333;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .footer-sub-nav__item:after {
        display: none;
    }
}

.footer-sub-nav__item:last-of-type:after {
    display: none;
}

.footer-sub-nav__link {
    font-size: 0.75rem;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .footer-sub-nav__link {
        font-size: 3.125vw;
    }
}

@media screen and (min-width: 751px) {
    .footer-sub-nav__link:hover {
        text-decoration: underline;
    }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    padding: 11px 0;
    background-color: #000;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .footer-copyright {
        padding: 2.34375vw 0;
    }
}

.footer-copyright__text {
    display: block;
    color: #fff;
    font-size: 12px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
}

@media screen and (max-width: 750px) {
    .footer-copyright__text {
        font-size: 3.125vw;
    }
}
