@charset "utf-8";

/* ##### カスタムコンテンツのカテゴリーの色 ##### */
/* デフォルトの色 */
.cc-category span {
    background-color: #a4a8a9;
}

/* お知らせ */
.お知らせ span {
    background-color: #1e99c5;
}

.ニュースリリース span {
    background-color: #c51e59;
}

/* お知らせ end */

/* レシピ */
.和食 span {
    background-color: #1e99c5;
}

.洋食 span {
    background-color: #c51e59;
}

.中華 span {
    background-color: #008000;
}

/* レシピ end */

/* ■■■■■ 製品 ■■■■■ */
/* キッチン雑貨 */
.タイマー span {
    background-color: #1e99c5;
}

.スケール span {
    background-color: #ffa500;
}

.温度計 span {
    background-color: #c51e59;
}

/* キッチン雑貨 end */

/* キッチン家電 */
.電気ケトル span {
    background-color: #ffa500;
}

.炊飯ジャー span {
    background-color: #c51e59;
}

.トースター span {
    background-color: #008000;
}

.コーヒーメーカー span {
    background-color: #1e99c5;
}

.IH調理器 span {
    background-color: #483d8b;
}

.ミキサー・ブレンダー span {
    background-color: #ff69b4;
}

/* キッチン家電 end */

/* ライセンス */
.ミルキー span {
    background-color: #ffa500;
}

.ケロッグ span {
    background-color: #c51e59;
}

/* ライセンス end */

/* ステーショナリー */
.学習タイマー span {
    background-color: #ffa500;
}

.ストップウォッチ span {
    background-color: #c51e59;
}

/* ステーショナリー end */

/* ヘルス＆ビューティー */
.体組成計 span {
    background-color: #ffa500;
}

.体重計 span {
    background-color: #c51e59;
}

.歩数計 span {
    background-color: #008000;
}

.電動歯ブラシ span {
    background-color: #1e99c5;
}

/* ヘルス＆ビューティー end */

/* メディカル */
.血圧計 span {
    background-color: #ffa500;
}

.体温計 span {
    background-color: #c51e59;
}

.パルスオキシメータ span {
    background-color: #008000;
}

.点滴・電卓タイマー span {
    background-color: #1e99c5;
}

.ネブライザ span {
    background-color: #483d8b;
}

/* メディカル end */

/* ライフスタイル */
.クリーナー span {
    background-color: #ffa500;
}

.除湿器 span {
    background-color: #c51e59;
}

.温湿度計 span {
    background-color: #008000;
}

.超音波洗浄機 span {
    background-color: #1e99c5;
}

.荷物用はかり span {
    background-color: #483d8b;
}

/* ライフスタイル end */

/* 防災・防犯 */
.充電ラジオライト span {
    background-color: #ffa500;
}

.防犯アラーム span {
    background-color: #c51e59;
}

/* 防災・防犯 end */
/* ■■■■■ 製品 end ■■■■■ */

/* メディア */
.雑誌 span {
    background-color: #ffa500;
}

.テレビ span {
    background-color: #a0522d;
}

.ラジオ span {
    background-color: #008000;
}

.新聞 span {
    background-color: #1e99c5;
}

.SNS span {
    background-color: #c51e59;
}

/* メディア end */

/* 新卒採用 */
.営業職 span {
    background-color: #ffa500;
}

.開発技術職 span {
    background-color: #a0522d;
}

.生産管理職 span {
    background-color: #008000;
}

.プロダクトデザイナー span {
    background-color: #1e99c5;
}

.一般管理職 span {
    background-color: #c51e59;
}

/* 新卒採用 end */


/* キャリア求人 */
.EC事業部 span {
    background-color: #ffa500;
}

.営業 span {
    background-color: #a0522d;
}

.技術開発 span {
    background-color: #008000;
}

/* キャリア求人 end */

/* ##### カスタムコンテンツのカテゴリーの色 end ##### */

/* ##### loading ##### */
div#loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: 11;
}

div#loading[data-element-id] {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 80px;
    left: 10px;
}

div#loading>.loading-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 180px;
    height: 72px;
    -webkit-animation: key1 .3s ease infinite alternate;
    animation: key1 .3s ease infinite alternate;
}

@-webkit-keyframes key1 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes key1 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/* ##### loading end ##### */

/* ##### 共通 ##### */
main {
    background-color: #fff;
}

.box {
    margin: 80px auto 50px auto;
}

.boxp {
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mt0 {
    margin-top: 0;
}

.pt0 {
    padding-top: 0;
}

.tac-tal {
    text-align: center;
}

.lh200 {
    line-height: 200%;
}

.logo a {
    display: block;
}

.georgia {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-style: italic;
}

.shadow {
    -webkit-box-shadow: 0px 0px 6px -1px #c4c3c3;
    box-shadow: 0px 0px 6px -1px #c4c3c3;
}

.bk-white {
    background-color: #fff;
}

.bk-gray {
    background-color: #e9eced;
}

.half-gray {
    background: -webkit-gradient(linear, left bottom, left top, from(#e9eced), color-stop(40%, #e9eced), color-stop(40%, transparent), to(transparent));
    background: linear-gradient(0deg, #e9eced 0%, #e9eced 40%, transparent 40%, transparent 100%);
}

.bk-light-gray {
    background-color: #f8f9f9;
}

.dot-list,
.num-list {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dot-list li {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 5px;
}

.num-list li {
    list-style: decimal;
    list-style-position: outside;
    margin-bottom: 5px;
}

.new-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    line-height: 100%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #cecece;
    position: absolute;
    top: 10px;
    left: 10px;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    display: none;
}

.newmark-list li {
    position: relative;
}

.new-mark+.date {
    display: none;
}

.upper-bar {
    position: relative;
    padding-top: 80px;
}

.upper-bar:before {
    content: '';
    width: 1px;
    height: 60px;
    background-color: #5e5e5e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.ie-only {
    display: none;
    font-size: 10px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 100%;
}

.scale a:hover {
    opacity: 1;
}

.scaleimg img {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.scale li a:hover .scaleimg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.white-shape {
    position: relative;
}

.white-shape:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.white-shape:hover:after {
    width: 100%;
    height: 100%;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .ie-only {
        display: block;
    }
}

.ie-only[data-element-id] {
    display: block;
    position: relative;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ie-only[data-element-id]:before {
    content: 'Internet Explorerのみ表示されます';
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 100%;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .box {
        margin: 50px auto 40px auto;
    }

    .boxp {
        padding: 40px 0;
    }

    .tac-tal {
        text-align: left;
    }

    .half-gray {
        background: -webkit-gradient(linear, left bottom, left top, from(#e9eced), color-stop(100%, #e9eced), color-stop(100%, transparent), to(transparent));
        background: linear-gradient(0deg, #e9eced 0%, #e9eced 100%, transparent 100%, transparent 100%);
    }
}

@media (max-width: 599px) {
    .new-mark {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }
}

/* ##### 共通 end ##### */

/* ##### 見出し ##### */
.heading {
    width: 100%;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.heading .heading-sub {
    display: block;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #bababa;
    line-height: 120%;
}

.heading .heading-sub:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #a2a2a2;
    margin: 5px auto;
}

.heading2 {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 44px;
    font-weight: bold;
    line-height: 100%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.heading2 .heading-sub {
    display: inline-block;
    font-size: 14px;
    margin-left: 20px
}

.heading3 {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 50px;
}

.heading3:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
    margin: 5px auto;
}

.heading4 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 10px 0 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #6c6c6c;
}

.heading5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 50px;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #a2a2a2;
}

.heading5-img {
    display: inline-block;
    width: 35px;
}

.heading5 span {
    line-height: 100%;
}

.heading5 .ja {
    display: inline-block;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 10px;
}

.heading5 .en {
    color: #bababa;
    font-weight: bold;
}

.heading6 .ja {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.heading6 .en {
    display: inline-block;
    color: #b0b0b0;
    letter-spacing: 1px;
    margin-left: 5px;
}

.heading7 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.heading7:before {
    content: '■';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.more-title-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.title span {
    font-weight: bold;
    display: block;
    text-align: center;
}

@media (max-width: 1024px) {
    .heading2 {
        font-size: 35px;
    }

    .heading5-noimg {
        padding-left: 5px;
    }
}

@media (max-width: 599px) {

    .heading,
    .heading2,
    .heading3,
    .heading4,
    .heading5 {
        margin-bottom: 30px;
    }

    .heading {
        font-size: 20px;
    }

    .heading2 {
        font-size: 30px;
    }

    .heading5 {
        position: relative;
        padding-left: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .heading5-img {
        display: block;
        margin: 0;
        position: absolute;
        top: 15px;
        left: 5px;
    }

    .heading5-noimg {
        padding-left: 5px;
    }

    .heading5 .ja {
        font-size: 20px;
        margin: 2px 5px;
    }

    .heading5 .en {
        margin: 2px 5px;
    }

    .heading6 .ja {
        font-size: 20px;
    }
}

/* ##### 見出し end ##### */

/* ##### ボタン ##### */
.more-btn {
    width: 210px;
    max-width: 80%;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}

.more-btn2 {
    width: 150px;
    margin: 0 0 0 50px;
}

.more-btn3 {
    width: 90%;
    max-width: 90%;
    margin: 5%;
}

.more-btn4 {
    margin: 30px auto 30px 0;
}

.more-btn5 {
    width: 100px;
    min-width: 80px;
    margin: 0;
}

.more-btn-big {
    width: 480px;
    max-width: 100%;
}

.more-btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #404040;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.more-btn5:before {
    background-color: #e7eced;
}

.more-btn:hover:before {
    left: 0;
}

.more-btn a,
.more-btn button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid #404040;
    color: #404040;
    padding: 10px 15px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 2;
}

.more-btn a .georgia {
    font-weight: bold;
}

.more-btn2 a,
.more-btn3 a {
    font-weight: bold;
    padding: 5px 10px 5px 5px;
    background-color: transparent;
    color: #404040;
}

.more-btn5 a {
    color: #888686;
    padding: 5px 10px;
    border: 2px solid #cbcaca;
}

.more-btn-big a {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.more-btn a:after,
.more-btn button:after {
    content: "\f105";
    font-family: FontAwesome;
    line-height: 100%;
    display: inline-block;
    width: 8px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.more-btn a:hover,
.more-btn button:hover {
    cursor: pointer;
    opacity: 1;
    color: #fff;
}

.more-btn2 a:hover,
.more-btn3 a:hover {
    opacity: 1;
    background-color: transparent;
    color: #fff;
}

.more-btn5 a:hover {
    color: #888686;
}

.back-btn a:after,
.back-btn button:after {
    content: "\f104";
    font-family: FontAwesome;
    line-height: 100%;
    display: inline-block;
    width: 8px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 10px;
    right: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.back-btn:before {
    left: 100%;
    right: -100%;
}

.back-btn:hover:before {
    right: 0;
}

.more-btn-invert {
    margin: 20px auto;
}

.more-btn-invert:before {
    display: none;
}

.more-btn-invert a {
    font-weight: bold;
    background-color: #404040;
    border: none;
}

.more-btn-invert a span {
    color: #fff;
}

.more-btn-invert a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.more-btn-invert a:after {
    z-index: 1;
}

.more-btn-invert a:hover:before {
    left: 0;
}

.more-btn-invert a:hover span {
    color: #404040;
    z-index: 1;
}

.more-btn-invert a:hover:after {
    color: #404040;
}

.product-share-btn .product-share-btn-box {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 2px solid #404040;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* .product-share-btn a {
    width: 22px;
    height: 22px;
    border: none;
    margin: 0 1px;
} */

.product-share-btn .product-share-btn-box a:after,
.product-share-btn .product-share-btn-box a:after {
    display: none;
}

.product-share-btn a span[class^="sns"],
.product-share-btn a span[class*=" sns"] {
    position: relative;
    z-index: 1;
    margin-left: 5px;
}

.product-share-btn:hover .product-share-btn-box,
.product-share-btn:hover a span[class^="sns"]:before,
.product-share-btn:hover a span[class*=" sns"]:before {
    color: #fff;
}

@media (max-width: 1200px) {
    .more-title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .more-btn2 {
        margin-top: 15px;
        margin-left: 5px;
    }

    .more-btn4 {
        margin: 30px auto 30px 30px;
    }
}

/* ##### ボタン end ##### */

/* ##### header ##### */
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

header[data-element-id] {
    position: absolute;
    overflow: hidden;
}

div.top header[data-element-id] {
    overflow: visible;
}

header .inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.smaller header>.inner {
    padding: 10px 0;
}

@media (max-width: 1024px) {
    header {
        background-color: transparent;
    }

    header>.inner {
        padding: 10px 0;
    }

    header>.inner .logo {
        width: 120px;
    }

    header>.inner>.logo img {
        -webkit-filter: drop-shadow(1px 1px 0px #808080);
        filter: drop-shadow(1px 1px 0px #808080);
    }

    .smaller header>.inner>.logo img {
        -webkit-filter: invert(65%) drop-shadow(1px 1px 0px #fff);
        filter: invert(65%) drop-shadow(1px 1px 0px #fff);
    }
}

@media (max-width: 599px) {
    header .inner .logo {
        width: 100px;
    }

    header>.inner,
    .smaller header>.inner {
        padding: 5px 0;
    }
}

/* ##### header end ##### */

/* ##### link-list ##### */
.link-title {
    margin-bottom: 10px;
}

.link-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-title a .ofimg {
    display: inline-block;
    width: 60px;
}

.ofimg+.link-title-box {
    margin-left: 15px;
}

.link-title-box {
    width: 100%;
    display: block;
}

.link-title-box .ja {
    display: block;
    color: #fff;
}

.link-title-box .en {
    color: #8d8d8d;
}

.inner-link-list {
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inner-link-list li {
    margin-bottom: 10px;
}

.inner-link-list li a {
    display: inline-block;
}

.inner-link-list li a span {
    display: block;
    line-height: 130%;
}

.inner-link-list li a .ja {
    color: #fff;
}

.inner-link-list li a .en {
    color: #8d8d8d;
}

.link-list2 {
    -webkit-column-count: 4;
    column-count: 4;
}

.inner-link-list2 {
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.link-list2 li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 10px;
}

@-moz-document url-prefix() {
    .link-list2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .link-list2>li {
        width: 23%;
        margin: 1%;
    }
}

@supports (-ms-ime-align: auto) {
    .link-list2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .link-list2>li {
        width: 23%;
        margin: 1%;
    }
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .link-list2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .link-list2>li {
        width: 23%;
        margin: 1%;
    }
}

.link-list2 .heading4 {
    border-bottom: 1px solid #fff;
    padding: 8px 0;
    margin-bottom: 15px;
}

.inner-link-list2 li a {
    color: #fff;
}

.inner-link-list2 li .split-category3 span {
    background-color: transparent;
}

.link2-title {
    color: #fff;
    font-weight: bold;
    margin: 30px 0 5px 0;
}

.link2-title+.text {
    color: #bcbcbc;
    font-weight: bold;
    line-height: 180%;
    margin-bottom: 30px;
}

.link-sns-list li {
    margin-right: 10px;
}

.link-sns-list li a {
    display: block;
}

.link-sns-list li a:after {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    line-height: 100%;
}

.link-sns-list li.link-sns-fb a:after {
    content: '\f082';
}

.link-sns-list li.link-sns-tw a:after {
    content: '\f099';
}

.link-sns-list li.link-sns-in a:after {
    content: '\f16d';
}

.link-sns-list li.link-sns-ln a:after {
    content: '\f1fa';
}

.link-bottom {
    width: 100%;
    margin-top: 50px;
}

.link-bottom-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.link-bottom-list li {
    margin: 0 15px;
}

.link-bottom-list li a {
    color: #fff;
}

@media (max-width: 1024px) {
    .link-list>li {
        margin-bottom: 30px;
    }

    .inner-link-list li a {
        font-size: 12px;
    }

    .link-list2 {
        -webkit-column-count: auto;
        column-count: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .link-list2>li {
        width: 48%;
        margin: 1%;
    }

    .link-company {
        width: 30%;
    }

    .link-nav {
        width: 70%;
    }

    .link-bottom {
        margin-top: 30px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .link-bottom-list li a {
        font-size: 12px;
    }
}

@media (max-width: 599px) {
    .link-list>li {
        border-bottom: 1px solid #6c6c6c;
    }

    .link-list>li:last-of-type,
    .link-list>li:nth-last-of-type(2) {
        border-bottom: none;
    }

    .link-list2 .heading4,
    .inner-link-list2 li a,
    .link-title-box span,
    .inner-link-list li a span {
        font-size: 12px;
    }

    .link-title-box {
        margin-left: 5px;
    }

    .link2-title,
    .link2-title+.text {
        text-align: center;
    }

    .link-company,
    .link-nav {
        width: 100%;
    }

    .link-company .logo {
        width: 120px;
        margin: auto;
    }

    .link-bottom {
        margin: 10px 0;
    }

    .link-sns-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* ##### link-list end ##### */

/* ##### nav ##### */
nav .logo,
nav .link-box,
nav .link-box2 {
    display: none;
}

.link-box .heading4,
.link-box2 .heading4 {
    color: #fff;
}

.nav-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-list a,
.nav-list .dropdown-btn {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.nav-list a:hover,
.nav-list .dropdown-btn:hover {
    cursor: pointer;
}

.nav-list a span,
.nav-list .dropdown-btn span {
    text-align: center;
}

.nav-list a .ja,
.nav-list .dropdown-btn .ja {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}

.dropmenu {
    *zoom: 1;
}

.dropmenu .dropdown {
    position: relative;
    overflow: hidden;
}

.dropmenu .dropdown:after {
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    border: 0;
    left: 0;
}

.dropmenu .dropdown ul {
    position: absolute;
    top: 100%;
    left: -80px;
    right: -80px;
    width: 250px;
    margin: 25px auto 0 auto;
    background-color: #eef1f0;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
    z-index: -9999 !important;
}

.dropmenu .dropdown ul:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 25px 15px;
    border-color: transparent transparent #eef1f0 transparent;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
}

#dropmenu .dropdown ul li {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-left: 0;
    border-bottom: 1px solid #d3d3d3;
}

#dropmenu .dropdown ul li:last-of-type {
    border-bottom: none;
}

#dropmenu .dropdown:hover,
#dropmenu .dropdown[data-element-id] {
    overflow: visible;
}

#dropmenu .dropdown:hover ul,
.top #dropmenu .dropdown[data-element-id] ul {
    opacity: 1;
    z-index: 2 !important;
}

#dropmenu .dropdown ul li a {
    color: #404040;
    background-color: #eef1f0;
    padding: 8px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#dropmenu .dropdown ul li a .en {
    font-size: 12px;
}

#dropmenu .dropdown ul li a .ja {
    border-right: none;
    border-left: none;
}

.lang-btn-box {
    margin-left: 15px;
}

.lang-btn-box a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang-btn-box .ofimg {
    width: 30px;
    margin-right: 10px;
}

.lang-btn {
    line-height: 100%;
    color: #fff;
    padding: 3px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
}

@media (max-width: 1024px) {
    .hamburger.background--dark .menu-trigger span {
        background: #fff;
    }

    .hamburger.background--complex .menu-trigger span {
        background: #a9a9a9;
    }

    .hamburger.background--light .menu-trigger span {
        background: #000;
    }

    .nav-list {
        display: none;
    }

    nav {
        background-color: #404040;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 520px;
        height: 100%;
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translate(520px, 0);
        transform: translate(520px, 0);
        z-index: 10;
        padding: 0;
    }

    nav.fixed {
        left: inherit;
        width: 350px;
    }

    .active nav {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-box-shadow: -3px 0px 13px -3px #000;
        box-shadow: -3px 0px 13px -3px #000;
    }

    .inner-nav {
        width: 100%;
        height: calc(100% - 60px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .nav-box .logo {
        display: block;
        width: 25%;
        margin: 10px auto;
    }

    .nav-box .logo img {
        width: 100%;
    }

    nav .link-sns-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    nav .link-sns-list li {
        margin: 5px;
    }
}

@media (max-width: 599px) {
    nav {
        width: 80%;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

/* nav内にクローンしたリンク */
@media (max-width: 1024px) {
    nav .sp-only {
        display: block;
    }

    nav .link-list>li {
        width: 100%;
        margin-bottom: 10px;
    }

    nav .link-list>li {
        border-bottom: 1px solid #6c6c6c;
    }

    nav .link-list>li:last-of-type,
    nav .link-list>li:nth-last-of-type(2) {
        border-bottom: 1px solid #6c6c6c;
    }

    nav .link-list2 li {
        width: 100%;
    }

    nav .link-list>li:last-of-type {
        margin-bottom: 0;
    }

    nav .link-box {
        display: block;
        width: 100%;
    }

    nav .link-box2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    nav .heading4 {
        margin-bottom: 15px;
    }

    nav .link-list2 .heading4 {
        border-bottom: 1px solid #6c6c6c;
    }

    nav .link-box,
    nav .link-box2 {
        padding: 10px;
    }

    nav .link-title a {
        pointer-events: none;
    }

    nav .link-title a .ofimg {
        width: 40px;
    }

    nav .link-box2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    nav .link-title-box {
        line-height: 120%;
    }

    nav .link2-title,
    nav .link2-title+.text {
        text-align: center;
    }

    nav .link-company {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    nav .link-nav {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    nav .lang-btn-box {
        margin: 10px auto;
    }

    nav .tel-pagelink {
        display: none;
    }

    /* アコーディオン用css */
    nav .inner-link-list,
    nav .inner-link-list2 {
        padding-left: 20px;
    }

    nav .link-list>li .link-title,
    nav .link-list2 .heading4 {
        padding-right: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    nav .link-list>li .link-title:after,
    nav .link-list2 .heading4:after {
        content: "\f107";
        color: #fff;
        font-family: FontAwesome;
        font-size: 20px;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin: auto;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

    nav .link-list>li .action:after,
    nav .link-list2 .action:after {
        -webkit-transform: rotate(180deg) translate(0, 50%);
        transform: rotate(180deg) translate(0, 50%);
    }

    /* アコーディオン用css end */
}

/* nav内にクローンしたリンク end */
/* ##### nav end ##### */

/* ##### footer ##### */
.sp-only {
    display: none;
}

.sp-only[data-element-id] {
    display: block;
    border: 1px solid #fff;
    padding-top: 20px;
    position: relative;
}

.sp-only[data-element-id]:before {
    content: 'スマホナビ用リンク';
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 100%;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.totop a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50px;
    height: 50px;
    background-color: #a5a5a5;
    border: 2px solid #a5a5a5;
    border-radius: 50%;
}

.totop[data-element-id] a {
    border: none !important;
}

.totop a:before {
    content: "\f106";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 30px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.totop a:hover {
    opacity: 1;
    background-color: #fff;
    color: #a5a5a5;
}

.footer1 {
    background-color: #404040;
}

.footer2 {
    background-color: #333;
}

.copy {
    background-color: #333;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1024px) {

    .totop a {
        width: 40px;
        height: 40px;
    }

    .totop a:before {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .totop a {
        width: 30px;
        height: 30px;
    }

    .totop a:before {
        font-size: 20px;
    }

    .copy {
        padding-right: 30px;
    }
}

/* ##### footer end ##### */

/* ##### floatinb-btn ##### */
.floating-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    z-index: 2;
}

.floating-btn[data-element-id] {
    position: absolute;
    top: 100px !important;
}

.smaller .floating-btn,
.english .floating-btn {
    mix-blend-mode: difference;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .smaller .floating-btn .floating-btn-title,
    .smaller .floating-btn .link-sns-list li a:after,
    .english .floating-btn .floating-btn-title,
    .english .floating-btn .link-sns-list li a:after {
        color: #808080;
    }
}

.floating-btn-title {
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
}

.floating-btn .link-sns-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.floating-btn .link-sns-list li {
    margin-right: 0;
}

.floating-btn .link-sns-list li a:before {
    color: #fff;
}

@media (max-width: 599px) {
    .floating-btn {
        display: none;
    }
}

/* ##### floatinb-btn end ##### */

/* breadcrumbs */
.breadcrumbs {
    padding: 25px 0;
}

.breadcrumbs li:last-of-type {
    padding-right: 0;
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumbs li:after {
    font-size: 16px;
    line-height: 15px;
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin: 0 10px;
}

.breadcrumbs li:last-of-type:after {
    display: none;
}

/* breadcrumbs end */

/* ##### mainimg ##### */
@media all and (-ms-high-contrast: none) {
    .uk-slideshow>li {
        opacity: 0 !important;
        z-index: 0 !important;
        transition: 1s !important;
        -webkit-transition: 1s !important;
        animation-duration: inherit !important;
        -webkit-animation-duration: inherit !important;
    }

    .uk-slideshow>.uk-active {
        opacity: 1 !important;
        z-index: 10 !important;
    }
}

.top-mainimg-box {
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    z-index: 1;
}

.top-mainimg-box[data-element-id] {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.deco-box {
    width: 900px;
    max-width: 90%;
    height: 310px;
    max-height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    border: 40px solid rgba(255, 255, 255, 0.2);
}

.deco-box .text {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    letter-spacing: 8px;
    color: #fff;
    text-shadow: 1px 1px 1px #c0c0c0;
}

.enrich {
    width: 1100px;
    max-width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    margin: auto;
}

.enrich img {
    -webkit-filter: drop-shadow(0.2px 0.2px 0px #fff);
    filter: drop-shadow(0.2px 0.2px 0px #fff);
}

.enrich[data-element-id] {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.uk-dotnav {
    margin-bottom: 15px;
}

.uk-dotnav li a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 0;
}

.uk-dotnav li[data-element-id] a {
    border: none !important;
}

.uk-dotnav-contrast>*>:hover,
.uk-dotnav-contrast>*>:focus,
.uk-dotnav-contrast>*>* {
    background: transparent;
}

.uk-dotnav-contrast>.uk-active>* {
    background: transparent;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-dotnav li a:hover {
    opacity: 1;
}

.uk-dotnav li:nth-of-type(3n+1) a {
    background-color: transparent;
    background-image: url(/import/tenant_1/133.167.71.34/html/images/common/dorimu_001.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-dotnav li:nth-of-type(3n+2) a {
    background-image: url(/import/tenant_1/133.167.71.34/html/images/common/dorimu_002.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.uk-dotnav li:nth-of-type(3n+3) a {
    background-image: url(/import/tenant_1/133.167.71.34/html/images/common/dorimu_003.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.uk-dotnav li:nth-of-type(3n+1) a:hover {
    background-image: url(/import/tenant_1/133.167.71.34/html/images/common/dorimu_004.png);
}

.uk-dotnav li:nth-of-type(3n+2) a:hover {
    background-image: url(/import/tenant_1/133.167.71.34/html/images/common/dorimu_005.png);
}

.uk-dotnav li:nth-of-type(3n+3) a:hover {
    background-image: url(/import/tenant_1/133.167.71.34/html/images/common/dorimu_006.png);
}

.uk-dotnav li.uk-active:nth-of-type(3n+1) a {
    background-image: url(/import/tenant_1/133.167.71.34/html/images/common/dorimu_004.png) !important;
}

.uk-dotnav li.uk-active:nth-of-type(3n+2) a {
    background-image: url(/import/tenant_1/133.167.71.34/html/images/common/dorimu_005.png) !important;
}

.uk-dotnav li.uk-active:nth-of-type(3n+3) a {
    background-image: url(/import/tenant_1/133.167.71.34/html/images/common/dorimu_006.png) !important;
}

@media (max-width: 1024px) {
    .deco-box {
        height: auto;
        padding: 120px 30px 0px 30px;
        border: 20px solid rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 599px) {
    .deco-box {
        padding: 60px 10px 0px 10px;
        border: 15px solid rgba(255, 255, 255, 0.2);
    }

    .uk-dotnav li a {
        width: 50px;
        height: 50px;
    }
}

/* ##### mainimg end ##### */

/* ##### 下層のmainimg ##### */
.under-mainimg-box {
    position: absolute;
    top: calc(50% + 35px);
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    z-index: 1;
}

.under-mainimg-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #c0c0c0;
}

.under-title-sub {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    .under-mainimg .ofimg:before {
        padding-top: 50%;
    }
}

@media (max-width: 599px) {
    .under-mainimg .ofimg:before {
        padding-top: 80%;
    }
}

/* ##### 下層のmainimg end ##### */

/* ページ内リンク */
.inpage-nav {
    width: 1000px;
    max-width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.inpage-nav[data-element-id] div {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.inpage-nav li {
    min-width: 150px;
    margin: 10px;
    background-color: #fff;
}

.inpage-nav li a,
.inpage-nav li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d4d3d3;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.inpage-nav li a:hover,
.inpage-nav li p:hover,
.inpage-nav li.now a,
.inpage-nav li.on p {
    cursor: pointer;
    opacity: 1;
    background-color: #e7eced;
}

.inpage-nav li a .ofimg,
.inpage-nav li p .ofimg {
    display: inline-block;
    width: 35px;
}

.inpage-nav li a span,
.inpage-nav li p span {
    text-align: center;
}

.inpage-nav li a .ja,
.inpage-nav li p .ja {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
}

.inpage-nav900 {
    width: 900px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inpage-nav-determined {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.inpage-nav-determined li {
    width: 230px;
}

.inpage-nav-determined li a,
.inpage-nav-determined li p {
    padding: 10px 15px;
}

.inpage-nav-determined li a .link-title-box,
.inpage-nav-determined li p .link-title-box {
    width: 100%;
    margin: 0;
}

.inpage-nav-determined li a .link-title-box span,
.inpage-nav-determined li p .link-title-box span {
    display: block;
    text-align: center;
}

.effect-link li a,
.effect-link li p {
    border: none;
    position: relative;
}

.effect-link li a:after,
.effect-link li p:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #a2a2a2;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s 0.1s;
    transition: -webkit-transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.effect-link li.now a,
.effect-link li.now p {
    border-top: 1px solid #d4d3d3;
    border-right: 1px solid #d4d3d3;
    border-left: 1px solid #d4d3d3;
}

.effect-link li.now a:after,
.effect-link li.now p:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect-link li a:hover,
.effect-link li p:hover {
    opacity: 1;
}

.effect-link li a:hover:after,
.effect-link li p:hover:after,
.effect-link li.on p:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 1024px) {
    .inpage-nav li a {
        padding: 10px;
    }

    .width-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .width-nav li {
        width: calc(50% - 10px);
        max-width: 320px;
        margin: 5px;
    }
}

@media (max-width: 599px) {
    .inpage-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .inpage-nav li {
        width: calc(50% - 10px);
        max-width: 50%;
        min-width: 140px;
        margin: 5px;
    }

    .inpage-nav li a,
    .width-nav li p,
    .inpage-nav-determined li p {
        padding: 5px;
    }

    .width-nav li {
        width: 100%;
        max-width: 220px;
    }
}

/* ページ内リンク end */

/* ##### contact共通 ##### */
.must {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #ff4500;
    margin-left: 5px;
}

.validation-text {
    display: none;
    font-size: 12px;
    font-weight: bold;
    color: #d85030;
    text-align: center;
    line-height: 120%;
    margin: 15px 0;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.validation-text[data-element-id] {
    display: block;
}

.contact-box {
    padding: 50px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form {
    padding: 0 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.contact-item dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 30%;
    min-width: 250px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-left: 22px;
}

.contact-item dt .en {
    font-size: 12px;
}

.contact-item dt .must {
    position: absolute;
    top: 0;
    left: 0;
}

.contact-item .start-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-item dd {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contact-item dd input,
.contact-item dd textarea {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border: 1px solid #cbcaca;
}

.contact-item dd.radiobtn input {
    width: auto;
}

.contact-item dd .text {
    font-size: 12px;
}

.contact-item dd.input-semi input {
    width: 80%;
}

.contact-item dd.input-half input {
    width: 50%;
}

.contact-item dd.input-mini input {
    width: 35%;
}

.contact-item dd textarea {
    height: 200px;
}

.contact-item dd.radiobtn label {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    padding-left: 22px;
}

.contact-item dd.radiobtn input {
    display: none;
}

.contact-item dd.radiobtn label:hover {
    cursor: pointer;
    text-decoration: underline;
}

.contact-item dd.radiobtn label:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #404040;
    background-color: #fff;
}

.contact-item dd.radiobtn input:checked+label {
    text-decoration: underline;
    color: #404040;
}

.contact-item dd.radiobtn input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #404040;
}

.contact-btns li {
    margin: 30px;
}

.tel-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.tel-box .tel {
    display: inline-block;
}

.tel-box .tel .ofimg {
    display: inline-block;
    width: 35px;
    margin-right: 10px;
}

.tel-box .tel a {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {

    .contact-box {
        padding: 30px;
        background-color: #fff;
    }

    .form {
        padding: 0;
    }

    .contact-item dt {
        min-width: 210px;
    }

    .contact-item dd.radiobtn label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 5px;
    }

    .contact-btns li {
        margin: 20px;
    }
}

@media (max-width: 599px) {

    .contact-box {
        padding: 20px 10px;
    }

    .contact-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-item dt,
    .contact-item dd {
        width: 100%;
    }

    .contact-btns li {
        margin: 15px;
    }
}

/* ##### contact共通 end ##### */

/* ##### slide ##### */
.slide {
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slide .slick-slide {
    margin: 0 10px;
}

.slick-slide *:focus {
    outline: none;
}

.slide-box {
    position: relative;
    padding-top: 30px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slide-box a {
    display: block;
}

.slick-prev,
.slick-next {
    width: 28px;
    height: 55px;
    text-indent: -999rem;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.slick-prev {
    background-image: url(/import/tenant_1/133.167.71.34/html/images/common/icon-arrow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    left: 5px;
}

.slick-next {
    background-image: url(/import/tenant_1/133.167.71.34/html/images/common/icon-arrow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(-1, 1);
    transform: translate(0, -50%) scale(-1, 1);
    right: 5px;
}

.slick-prev:hover,
.slick-next:hover {
    cursor: pointer;
    -webkit-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}

.slick-next:hover {
    -webkit-transform: translate(10px, -50%) scale(-1, 1);
    transform: translate(10px, -50%) scale(-1, 1);
}

.slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
}

.slick-dots li {
    margin: 0 10px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    text-indent: -999rem;
    background-color: #d0d0d0;
    border: none;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #404040;
}

.slick-dots li button:hover {
    cursor: pointer;
}

.slide-date {
    font-weight: bold;
    display: inline-block;
    margin: 10px 0;
}

.slide-title {
    font-weight: bold;
}

.slide-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80px;
    height: 80px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #404040;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 120%;
    position: absolute;
    top: 0;
    left: 0;
}

.slide[data-element-id],
.slide[data-element-id]>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slide[data-element-id] .slide-box {
    width: calc(100% / 3 - 40px);
    margin: 0 20px;
}

.slide[data-element-id] .slide-box:nth-of-type(n+4) {
    display: none;
}

@media (max-width: 1024px) {
    .slide {
        margin: 0 15px;
        padding: 0 20px;
    }

    .slick-prev,
    .slick-next {
        width: 15px;
        height: 35px;
    }

    .slide-box {
        padding-top: 15px;
        padding-left: 15px;
    }

    .slide-category {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }
}

@media (max-width: 599px) {
    .slide-category {
        width: 50px;
        height: 50px;
        font-size: 10px;
    }

    .slick-prev {
        left: 5px;
    }

    .slick-next {
        right: 5px;
    }
}

/* ##### slide end ##### */

/* ##### product ##### */
.product_detail .fead-mv {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.brand {
    padding-top: 80px;
}

.product-box a {
    display: block;
}

.product-box a:hover {
    opacity: 1;
}

.product-box a:hover .product-category {
    opacity: 0.6;
}

.product-img {
    position: relative;
}

.product-img .product-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.product-img .product-img-hover[data-element-id] {
    position: relative;
    z-index: 1;
    outline: 1px solid #dcdcdc;
}

.product-img .product-img-hover[data-element-id]:after {
    content: "こちらはマウスカーソルをのせた時に表示される画像です";
    display: inline-block;
    width: 100%;
    font-size: 10px;
    line-height: 100%;
    padding: 3px;
    background-color: #dcdcdc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.product-box a:hover .product-img-hover {
    z-index: 1;
}

.product-category {
    font-weight: bold;
}

.product-category span {
    display: block;
    text-align: center;
}

.detail-slide[data-element-id],
.brand_product-slide[data-element-id] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brand_detail-slide-box[data-element-id],
.brand_product-slide-box[data-element-id] {
    width: calc(100% / 3 - 30px);
    margin: 15px;
}

@media (max-width: 599px) {
    .product-box li {
        margin-bottom: 15px;
    }

    .product-box a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product-img,
    .product-category {
        width: 100%;
    }
}

/* ##### product end ##### */

/* ##### recipe ##### */
.recipe-list li.gr321 {
    background-color: #fff;
    padding-bottom: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.recipe-list li .more-btn {
    position: absolute;
    bottom: 0;
    left: 0;
}

.recipe-img {
    position: relative;
}

.recipe-use-item {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 20px;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.recipe-use-text {
    width: calc(100% - 140px);
    margin: 5px;
}

.recipe-use,
.recipe-title {
    font-weight: bold;
}

.recipe-use {
    display: block;
}

.recipe-use-text p {
    font-size: 12px;
}

.recipe-title {
    margin: 20px 0 0 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 599px) {
    .recipe-list li.gr321 {
        padding-bottom: 65px;
    }

    .recipe-use-item {
        width: 80px;
        height: 80px;
        right: 10px;
    }

    .recipe-use-text {
        width: calc(100% - 100px);
        height: auto !important;
    }
}

/* ##### recipe end ##### */

/* ##### sns-box ##### */
.sns-list li {
    width: 21%;
    margin: 1% 2%;
    position: relative;
}

.sns-list li a {
    letter-spacing: 1px;
    display: block;
    padding: 20px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
    font-style: italic;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    z-index: 1;
}

.sns-list li a span {
    font-weight: bold;
}

.sns-list li a:before {
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    line-height: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.sns-list li:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    left: 5px;
}

.sns-list li a:hover {
    opacity: 1;
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
}

.sns-fb a:before {
    content: "\f082";
}

.sns-fb a {
    background-color: #3c5a99;
}

.sns-fb:after {
    border: 1px solid #3c5a99;
}

.sns-tw a:before {
    content: "\f099";
}

.sns-tw a {
    background-color: #1da1f2;
}

.sns-tw:after {
    border: 1px solid #1da1f2;
}

.sns-in a:before {
    content: "\f16d";
}

.sns-in a {
    background-color: #cf2e92;
}

.sns-in:after {
    border: 1px solid #cf2e92;
}

.sns-list .sns-ln a {
    padding-left: 20px;
}

.sns-ln a:before {
    content: "";
}

.sns-ln a {
    background-color: #00b800;
}

.sns-ln:after {
    border: 1px solid #00b800;
}

@media (max-width: 1024px) {
    .sns-list li {
        width: 42%;
        margin: 2% 4%;
    }
}

@media (max-width: 599px) {
    .sns-list li {
        width: 80%;
        margin: 3% 10%;
    }
}

/* ##### sns-box end ##### */

/* ##### カスタムコンテンツ ##### */
.cc-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.cc-list li {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcaca;
}

.cc-img {
    width: 100px;
}

.cc-img a {
    display: block;
}

.cc-info {
    width: calc(100% - 110px);
    margin-left: 10px;
}

.cc_detail .cc-info {
    width: 100%;
}

.cc-date {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.cc-category span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    margin: 0 5px;
    padding: 2px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cc-category span:first-of-type {
    margin-left: 0;
}

.cc-category span:last-of-type {
    margin-right: 0;
}

.cc-title {
    margin-top: 10px;
    line-height: 140%;
}

.cc-title a {
    display: block;
}

.cc-title span {
    display: inline-block;
}

.cc-side-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cc-side-list {
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cc-side-list li {
    margin-bottom: 5px;
}

.cc-side-list li a {
    letter-spacing: 1px;
}

.cc-detail-box .cc-info {
    margin-left: 0;
}

.cc-detail-box .cc-info .cc-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #cbcaca;
}

.detail-btns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 50px 0;
}

.detail-btns .more-btn {
    margin: 0 20px;
}

@media (max-width: 1024px) {
    .cc-wrap {
        margin-bottom: 40px;
    }

    .cc-date {
        display: block;
    }
}

@media (max-width: 599px) {
    .cc-wrap {
        margin-bottom: 30px;
    }

    .cc-img {
        width: 120px;
    }

    .cc-info {
        width: calc(100% - 130px);
    }

    .cc-category span {
        font-size: 10px;
    }

    .cc-side-list {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .cc-side-list li {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }

    .detail-btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .detail-btns .more-btn {
        margin: 15px auto;
    }
}

/* ##### カスタムコンテンツ end ##### */

/* pagenav */
.pager {
    width: 100%;
    margin: 30px 0;
}

.pager ul li {
    margin: 0 5px
}

.pager ul li a,
.pager ul li .now {
    width: 35px;
    height: 35px;
    display: block;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pager ul li .now,
.pager ul li a:hover {
    opacity: 1;
    background-color: #404040;
    color: #fff;
}

.pager ul li a:focus {
    outline: none;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .pager ul li a,
    .pager ul li .now {
        padding-top: 5px;
    }
}

.pager ul li a:hover span:before {
    color: #f1ece6;
}

@media (max-width: 599px) {

    .pager ul li {
        margin: 0 5px;
    }

    .pager ul li a,
    .pager ul li .now {
        width: 30px;
        height: 30px;
    }
}

/* pagenav end */

/* ##### top-series ##### */
.top-series {
    position: relative;
}

.top-series .more-title-box {
    position: absolute;
    top: 50px;
    left: calc(50% - 600px);
    z-index: 1;
}

@media (max-width: 1200px) {
    .top-series .more-title-box {
        left: 10px;
    }
}

@media (max-width: 1024px) {
    .top-series .more-title-box {
        margin: 10px 30px;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.4);
    }
}

@media (max-width: 599px) {
    .top-series .ofimg:before {
        padding-top: 80%;
    }
}

/* ##### top-series end ##### */

/* ##### top-contact ##### */
.contact-box {
    margin-bottom: 50px;
}

.top-contact-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-contact-list li {
    min-width: 220px;
    margin: 10px 20px;
}

.top-contact-list li a {
    display: block;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

/* .top-contact-list li a:hover {
    opacity: 1;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
} */

.top-contact-list li a:before,
.top-contact-list li a:after {
    content: '';
    display: block;
    position: absolute;
    border-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-contact-list li[data-element-id] a:before,
.top-contact-list li[data-element-id] a:after {
    display: none;
}

.top-contact-list li a:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}

.top-contact-list li a:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}

.top-contact-list li a:hover {
    opacity: 1;
    border: 2px solid #353535;
    background-color: transparent;
}

.top-contact-list li a:hover:before,
.top-contact-list li a:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #353535;
}

.top-contact-icon {
    width: 90px;
    margin: 0 auto 15px auto;
}

@media (max-width: 1024px) {
    .top-contact-list li {
        min-width: 170px;
        margin: 10px 0;
    }

    .top-contact-list li a {
        padding: 10px;
    }
}

@media (max-width: 599px) {
    .top-contact-list li {
        width: 48%;
        min-width: 48%;
        margin-bottom: 30px;
        padding: 0;
    }

    .top-contact-list li a {
        padding: 0;
    }
}

/* ##### top-contact end ##### */

/* ##### top-about ##### */
.top-about {
    padding-left: calc(50% - 600px);
    position: relative;
}

.top-about-cont {
    position: relative;
    z-index: 1;
    padding: 100px 0 100px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-about-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 50px;
}

.top-about-box {
    background-color: #fff;
}

.top-about-cont .text {
    padding: 30px 30px 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-about-img {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1200px) {
    .top-about {
        padding-left: 0;
    }

    .top-about-cont .text {
        padding-left: 30px;
    }
}

@media (max-width: 1024px) {

    .top-about-cont,
    .top-about-img {
        width: 80%;
    }

    .top-about-title {
        text-shadow: 1px 1px 1px #ffffff;
    }
}

@media (max-width: 599px) {

    .top-about-cont,
    .top-about-img {
        width: 100%;
    }

    .top-about-cont {
        padding: 10px;
    }

    .top-about-img {
        position: static;
    }

    .top-about-title {
        font-size: 20px;
        margin-bottom: 0;
    }

    .top-about-cont .text {
        padding: 10px;
    }
}

/* ##### top-about end ##### */

/* ##### company ##### */
.company1,
.company2,
.company3,
.company4,
.company5 {
    margin-top: 0;
    padding-top: 80px;
}

.history-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 50px 0;
}

.company-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.company-list dt {
    width: 20%;
    color: #9c9fa0;
}

.company-list dd {
    width: 70%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.history-acc-box {
    text-align: right;
    position: relative;
}

.history-acc-box[data-element-id] {
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c0c0c0;
    position: relative;
}

.history-acc-box[data-element-id]:after {
    content: 'こちらは公開ページでは隠れています。';
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 2px;
    line-height: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c0c0c0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.history-acc-box[data-element-id] .acc-btn:before {
    display: none;
}

.history-acc-box .acc-btn {
    width: 100%;
    position: static;
}

.history-acc-box .acc-btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(1%, rgba(34, 90, 155, 0)), color-stop(54%, rgba(255, 255, 255, 0.68)), color-stop(79%, rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(34, 90, 155, 0) 1%, rgba(255, 255, 255, 0.68) 54%, rgba(255, 255, 255, 1) 79%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
}

.history-acc-box .acc-btn:after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.history-acc-box .acc-btn.action:before {
    display: none;
}

.history-acc-box .acc-btn.action:after {
    top: calc(100% + 10px);
    transform: rotate(180deg) translate(50%, 0%);
    -webkit-transform: rotate(180deg) translate(50%, 0%);
}

.philosophy-list {
    margin-bottom: 30px;
}

.philosophy-list dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.greeting-box {
    position: relative;
    margin-bottom: 20px;
}

.greeting-box .ofimg {
    width: 30%;
}

.greeting-cont {
    width: 70%;
    padding: 15px 15px 65px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.greeting-message {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 30px;
}

.sign {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.sign .small {
    display: inline-block;
    margin-right: 20px;
}

.company4 .company-list dt {
    width: 10%;
    color: inherit;
}

.company4 .company-list dd {
    color: #9c9fa0;
}

.company4 .company-list dd .ofimg {
    width: 480px;
}

.company-access-list li {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 1%;
    padding: 5px 5px 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #cbcaca;
}

.company-access-list li .ofimg {
    width: 80px;
    min-width: 80px;
}

.access-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.access-box dl dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.access-box+.more-btn5 {
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .company-list dt {
        width: 30%;
        min-width: 85px;
    }

    .greeting-message {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 140%;
    }

    .sign {
        font-size: 20px;
    }

    .company-access-list li {
        min-width: 300px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 599px) {

    .greeting-cont,
    .greeting-box .ofimg {
        width: 100%;
    }

    .greeting-message {
        font-size: 20px;
    }

    .sign {
        font-size: 18px;
    }

    .company4 .company-list dd .ofimg {
        width: 100%;
    }

    .company-access-list li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 5px;
    }

    .access-box {
        width: calc(100% - 80px);
    }

    .access-box dl dt {
        font-size: 14px;
    }

    .access-box dl dd {
        font-size: 12px;
    }

    .access-box+.more-btn5 {
        margin-left: auto;
    }
}

/* ##### company end ##### */

/* ##### bar ##### */
.bar-list .slick-list {
    border-bottom: 1px solid #d7d7d7;
    padding: 0 50px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bar-btn {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.bar-btn:after {
    content: '';
    display: block;
    height: 5px;
    background-color: #333;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s 0.1s;
    transition: -webkit-transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bar-btn:hover {
    cursor: pointer;
}

.bar-btn:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bar-btn .inner-bar-btn,
.bar-btn a {
    display: block;
    padding: 10px 30px 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bar-btn span {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    text-align: center;
}

.bar-btn .en {
    color: #bababa;
}

.tablist {
    width: 46%;
    margin: auto;
}

.tablist .heading5 {
    margin-bottom: 20px;
}

.bar-list {
    padding: 15px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bar-list .on {
    margin-top: -1px;
}

.bar-list .on:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bar-list .ja {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.bar-list .on .ja {
    font-size: 18px;
    font-weight: bold;
}

.bar-btn a:hover {
    opacity: 1;
}

.bar-list[data-element-id] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bar-btn[data-element-id] {
    width: 20%;
}

@media (max-width: 1024px) {
    .bar {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bar-list {
        padding: 15px 30px;
    }
}

/* ##### bar end ##### */

/* ##### recipe ##### */
.recipe-wrap .recipe-list li {
    margin-bottom: 50px;
}

.recipe-detail-box {
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recipe-detail-box .cc-info .cc-title {
    font-size: 22px;
}

.recipe-cont {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0;
}

.recipe-detail-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.material-list {
    margin-bottom: 10px;
}

.material-list dt {
    width: 40%;
}

.material-list dd {
    width: 60%;
}

.how-to-cook {
    margin-bottom: 20px;
}

.howto-box .text {
    line-height: 180%;
}

.use-item-box {
    width: 790px;
    max-width: 85%;
    margin: 50px auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cbcaca;
}

.use-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.use-list dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #cbcaca;
}

.use-list dd {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.use-list dd .ofimg {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin-right: 20px;
}

.use-item-detail {
    width: calc(100% - 95px);
    padding-bottom: 40px;
}

.ruse-title {
    font-weight: bold;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.use-list dd .more-btn {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.use-list dd .more-btn a {
    padding-right: 30px;
}

@media (max-width: 1024px) {
    .recipe-detail-box {
        padding: 30px;
    }

    .use-item-box {
        padding: 20px;
    }

    .use-list dt {
        padding: 10px;
    }

    .use-list dd {
        width: calc(100% - 157px);
        padding-left: 10px;
    }

    .use-list dd .ofimg {
        width: 85px;
        height: 85px;
        margin-right: 10px;
    }

    .use-list dd .more-btn {
        width: 220px;
        max-width: 100%;
    }
}

@media (max-width: 599px) {
    .recipe-detail-box {
        padding: 20px 10px;
    }

    .recipe-cont {
        margin: 30px 0;
    }

    .use-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .use-list dt,
    .use-list dd {
        width: 100%;
    }

    .use-list dt {
        border-right: none;
        border-bottom: 1px solid #cbcaca;
        margin-bottom: 20px;
        padding: 0 10px 20px 10px;
    }

    .use-list dd {
        padding-left: 0;
        padding-bottom: 60px;
    }

    .use-item-detail {
        padding-bottom: 0;
    }

    .use-list dd .more-btn {
        left: 0;
        margin: auto;
    }
}

/* ##### recipe end ##### */

/* ##### faq ##### */
.acc-content[data-element-id] .faq-list:nth-of-type(n+2) {
    display: none;
}

.faq-bar {
    margin-top: 30px;
}

.acc-btn {
    position: relative;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.acc-btn:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: -15px auto auto auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 1;
}

.acc-btn.action:after {
    -webkit-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%);
}

.acc-btn:hover {
    cursor: pointer;
}

.faq-list:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
}

.faq-bar .acc-content {
    counter-reset: number;
    list-style: none;
}

.faq-list dt {
    padding: 10px 15px 10px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e7eced;
    border: 1px solid #cbcaca;
    position: relative;
}

.faq-list dt:before {
    counter-increment: number;
    content: 'Q.'counter(number);
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-style: italic;
    font-size: 16px;
    margin-right: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.faq-list dd {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #cbcaca;
    border-right: 1px solid #cbcaca;
    border-bottom: 1px solid #cbcaca;
}

@media (max-width: 599px) {
    .faq .tablist {
        width: calc(100% - 20px);
        margin: 0 10px;
    }


    .faq-bar .heading5 {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .faq-bar .heading5 .ja {
        font-size: 16px;
    }

    .faq-list dt {
        padding: 5px 10px 5px 45px;
    }

    .faq-list dt:before {
        top: 5px;
    }

    .faq-list dd {
        padding: 10px;
    }

    .faq-num {
        display: inline-block;
        font-size: 18px;
        margin-right: 10px;
        position: absolute;
        top: 5px;
        left: 5px;
    }
}

/* ##### faq end ##### */

/* ##### product ##### */
.product-category .inpage-nav-determined {
    width: 1200px;
    margin: 30px auto;
}

.product-category .inpage-nav-determined li {
    width: 240px;
}

.product-list li {
    margin-bottom: 50px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* .product-list li.非表示 {
    display: none;
} */

.product-list li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.product-list li:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.product-list li a {
    display: block;
}

.表示する {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-list .date {
    display: none;
}

.product-list li a .ofimg img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain; object-position: center center;';
}

.product-name {
    margin-top: 5px;
    text-align: center;
}

.product-name span {
    display: block;
    text-align: center;
}

.product-num,
.product-title {
    font-weight: bold;
}

.product-num {
    display: inline-block;
    margin-right: 15px;
}

.product-title-en {
    font-weight: bold;
    color: #717171;
}

@media (max-width: 599px) {
    .product-category .inpage-nav-determined li {
        width: calc(50% - 10px);
        margin: 5px;
        min-width: 130px;
    }

    .product-category .inpage-nav-determined li a {
        padding: 5px;
    }

    .product-list li {
        margin-bottom: 5px;
        padding: 10px 5px;
        border-bottom: 1px solid #cecece;
    }

    .product-list li:before,
    .product-list li:after {
        display: none;
    }

    .product-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product-list li a .ofimg {
        width: 40%;
    }

    .product-name {
        width: 58%;
        font-size: 12px;
    }
}

/* ##### product end ##### */

/* ##### product_detail ##### */
.product-detail-tab {
    width: 100%;
}

.lang-box {
    margin: 0 auto 50px auto;
}

.lang-box li {
    border-left: 2px solid #8d8c8c;
}

.lang-box li .inner-lang-btn {
    color: #8d8c8c;
    display: block;
    margin: 0 5px;
    padding: 2px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 100%;
}

.lang-box li .inner-lang-btn:hover {
    cursor: pointer;
}

.lang-box li.on .inner-lang-btn {
    background-color: #8d8c8c;
    color: #fff;
}

.product-detail-tab .product-info-box .inner {
    margin-bottom: 50px;
}

.product-description-wrap p {
    text-align: inherit;
}

.product-info-box .cc-category {
    text-align: center;
    margin: 20px 0;
}

.product-detail-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    margin-bottom: 30px;
}

.product-detail-title .product-title-en {
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    color: #bababa;
}

.catch-copy {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.product-point {
    width: 850px;
    max-width: 100%;
    border: 1px solid #cbcaca;
    margin: 20px auto 50px auto;
    padding: 30px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.point-list {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.point-list li {
    list-style-type: disc;
    list-style-position: outside;
    margin: 5px 50px 5px 0;
}

.product-en .point-list li {
    word-break: break-all;
}

.product-imgs-box {
    margin: 30px 0;
}

.product-img-box {
    width: calc(100% / 5 - 10px);
    margin: 10px 5px;
}

.product-img-box .ofimg img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain; object-position: center center;';
}

.product-img-box p {
    font-weight: bold;
    text-align: center;
}

.product-img-box .en {
    font-weight: normal;
}

.fixed-inpagenav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    margin: auto;
}

.fixed-inpagenav .inpagenav-list2 {
    border-top: none;
    border-bottom: none;
}

.fixed-inpagenav .inpagenav-list2 li a {
    background-color: #dcdcdc;
    padding: 5px;
    font-size: 14px;
}

.fixed-inpagenav .inpagenav-list2 li a.current {
    background-color: #404040;
    color: #fff;
}

.inpagenav-list2 {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    padding: 3px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
}

.inpagenav-list2 li {
    width: calc(25% - 10px);
    margin: 0 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.inpagenav-list2 li a,
.inpagenav-list2 li span {
    display: block;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
    color: #404040;
    text-align: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.inpagenav-list2 li a:hover,
.inpagenav-list2 li span:hover,
.inpagenav-list2 li.on a,
.inpagenav-list2 li.on span {
    cursor: pointer;
    opacity: 1;
    background-color: #404040;
    color: #fff;
}

.inpage-product {
    padding: 50px 0;
}

.product-en .inpage-product {
    margin-top: 30px;
}

.product-description {
    margin: 30px 0;
}

.product-description-title {
    font-weight: bold;
}

.product-spac-wrap {
    width: 700px;
    max-width: 90%;
    margin: auto;
}

.product-spac-wrap .heading .heading-sub {
    display: none;
}

/* .spec-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 15px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dfe3e5;
}

.spec-list dt {
    width: 35%;
    margin-right: 15px;
}

.spec-list dd {
    color: #7d7d7d;
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
} */

.spec-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.spec-list dt {
    width: 35%;
    padding: 15px 20px 15px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dfe3e5;
}

.spec-list dd {
    padding: 15px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dfe3e5;
    color: #7d7d7d;
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.spec-list dt:empty,
.spec-list dd:empty {
    padding: 0;
    height: 0;
    opacity: 0;
}

.about-product-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.about-product-btns li {
    margin: 20px;
}

.about-product-btns span:before {
    font-family: FontAwesome;
    display: inline-block;
    width: 15px;
    height: 15px;
    font-family: FontAwesome;
    display: inline-block;
    font-size: 16px;
    color: #404040;
    line-height: 100%;
    margin: 0 3px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.about-product-btns .sns-tw:before {
    content: '\f099';
}

.about-product-btns .sns-in:before {
    content: '\f16d';
}

.about-product-btns .sns-fb:before {
    content: '\f082';
}

.about-product-btns li a:hover span:before {
    color: #fff;
}

.relating-product-list li {
    background-color: #fff;
    position: relative;
}

.relating-product-list li a {
    display: block;
}

.relating-product-list li a .ofimg img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain; object-position: center center;';
}

.relating-product-list li .product-name {
    width: calc(100% - 40px);
    margin: 10px 20px 20px 20px;
}

.relating-product-list li .cc-category {
    margin: 5px 20px;
    text-align: left;
}

.relating-product-list li .product-title-en {
    text-align: left;
}

@media (max-width: 1024px) {
    .product-detail-title {
        margin-bottom: 50px;
    }

    .product-detail-title .product-title-en {
        display: block;
        text-align: center;
        margin-left: 0;
    }

    .product-imgs-box,
    product-point,
    .product-description-wrap {
        margin: 50px 0;
    }

    .product-point {
        padding: 20px 50px;
    }

    .product-img-box {
        width: calc(100% / 3 - 20px);
        margin: 10px;
    }

    .spec-list dt {
        width: 40%;
        margin-right: 10px;
    }
}

@media (max-width: 599px) {
    .product-detail-title {
        font-size: 26px;
    }

    .product-point {
        padding: 20px;
    }

    .point-list li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .product-img-box {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .product-img-box .product-name {
        width: 100%;
    }

    .inpage-product {
        padding-top: 130px;
    }

    .inpagenav-list2 li {
        width: calc(50% - 10px);
    }

    .product_detail .fixed-inpagenav li {
        width: calc(50% - 4px);
        margin: 2px;
    }

    .product-detail-title .product-title-en {
        display: block;
        text-align: center;
    }

    .product_detail .inpagenav-list2 li a {
        padding: 10px 5px;
    }

    .product_detail .fixed-inpagenav li a {
        padding: 5px;
    }

    .product_detail .fixed-inpagenav li a:focus {
        background-color: #dcdcdc;
        color: inherit;
    }

    .spec-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .spec-list dt,
    .spec-list dd {
        width: 100%;
    }

    .spec-list dt {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .spec-list dd {
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .relating-product-list li {
        margin-bottom: 30px;
    }
}

/* ##### product_detail end ##### */

/* ##### media ##### */
.media-list li {
    background-color: #fff;
    margin-bottom: 20px;
}

.media-list li a {
    display: block;
}

.media-info-box {
    width: calc(100% - 20px);
    margin: 10px;
}

.media-list li .date {
    font-weight: bold;
}

.media-title span {
    display: inline-block;
}

.media_detail-box {
    width: 900px;
    max-width: 100%;
    background-color: #fff;
    margin: auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.media_detail-box .media-info-box {
    margin-bottom: 20px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #cbcaca;
}

.media_detail-box .media-info-box .date {
    font-weight: bold;
}

.media_detail-box .media-info-box .media-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    margin: 5px 0;
}

@media (max-width: 599px) {
    .media-list li {
        margin-bottom: 10px;
    }

    .media-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .media-list li a .ofimg {
        width: 40%;
    }

    .media-list li a .media-info-box {
        width: 58%;
        height: auto !important;
        margin: 0;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .media-list li .date,
    .media-title {
        font-size: 12px;
    }

    .media_detail-box {
        padding: 10px;
    }
}

/* ##### media end ##### */

/* ##### privacy ##### */
.privacy-list {
    margin-bottom: 30px;
}

.privacy-list dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* ##### privacy end ##### */

/* ##### manual ##### */
.search-box {
    width: 550px;
    max-width: 100%;
    margin: 50px auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-box input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search-box button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45px;
    height: 45px;
    background-color: #616161;
    border: 2px solid #616161;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    margin-left: 5px;
}

.search-box button:before {
    content: "\f002";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.search-box button:hover {
    cursor: pointer;
    background-color: #fff;
}

.search-box button:hover:before {
    color: #616161;
}

/* ##### manual end ##### */

/* ##### manual ##### */
.table {
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: fixed;
}

.table tr {
    border-bottom: 1px solid #cbcaca !important;
    margin-bottom: 30px;
}

[data-element-id] .table tr:nth-of-type(n+31) {
    display: none;
}

.table tr th {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.table tr td {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.manual .product-title-en {
    display: inline-block;
    text-align: left;
}

table.dataTable tbody td.table-jan {
    padding: 8px 5px;
}

.jan-code {
    font-size: 12px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jan-code dt:after {
    content: '：';
    display: inline-block;
    margin: 0 2px;
}

.table tr .download-btn {
    margin-left: 20px;
}

.download-btn a {
    width: 140px;
    display: block;
    color: #fff;
    padding: 5px 20px 5px 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #616161;
    border: 1px solid #616161;
    -webkit-box-shadow: 2px 2px 6px 2px #f5f5f5;
    box-shadow: 2px 2px 6px 2px #f5f5f5;
    position: relative;
}

.download-btn a:after {
    content: "\f019";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0 0 0 15px;
}

.download-btn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #616161;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #cbcaca;
}

.dataTables_paginate {
    width: 100%;
    float: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
}

#data_tables_paginate>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#data_tables_paginate .paginate_button {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    display: block;
    border: none;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0 5px !important;
    min-width: initial;
}

#data_tables_paginate .paginate_button:not(.disabled):hover {
    background: transparent;
    background-color: #404040;
    color: #fff !important;
    opacity: 1;
}

#data_tables_paginate .paginate_button.current {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    background: transparent;
    background-color: #404040;
    color: #fff !important;
    pointer-events: none;
}

.dataTables_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin: 10px;
}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    opacity: 1;
    background: transparent;
    background-color: #404040;
    color: #fff !important;
    margin: 0 5px !important;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    display: block;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
} */

#data_tables_clear {
    width: 80%;
    max-width: 300px;
    color: #a0a0a0;
    border: solid 1px #d4d3d3;
    background: #fff;
    font-size: 14px;
    padding: 10px 15px;
    margin: 30px auto;
    text-align: center;
    cursor: pointer;
}

#data_tables_clear:hover {
    background: #616161;
    color: #fff;
}

#data_tables_clear i {
    margin-left: 10px;
}

@media (max-width: 1024px) {

    .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .dataTables_length select {
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .data_Tables {
        width: 100% !important;
        margin: 15px 0;
        border-bottom: 1px solid #cbcaca;
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #cbcaca;
    }

    .table tr {
        display: block;
    }

    .table thead tr {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: none !important;
    }

    .table thead tr th {
        width: auto !important;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .table th {
        display: block;
    }

    .table th:last-of-type {
        display: none;
    }

    .table tr .table-category {
        width: 100%;
    }

    .table tr .table-num,
    .table tr .table-title-ja,
    .table tr .table-title-en {
        display: inline-block;
    }

    .table tr td.table-jan {
        width: 100%;
    }

    .jan-code {
        margin-right: 0;
    }

    .table tr .download-btn {
        margin-left: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .dataTables_paginate {
        margin: 15px 0;
    }

    #data_tables_clear {
        margin-right: 10px;
    }
}

@media (max-width: 599px) {
    .table thead tr th {
        width: 50% !important;
    }

    .table thead tr th:nth-of-type(1) {
        width: 100% !important;
    }

    .table tr td {
        display: block !important;
        padding: 2px !important;
    }

    .download-btn a {
        margin: 10px auto;
    }

    .dataTables_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #data_tables_clear {
        margin: 30px auto;
    }
}

/* ##### manual end ##### */

/* ##### promotion ##### */
.promotion-link .inpage-nav li {
    min-width: 150px;
}

.promotion-link .inpage-nav li a span {
    text-align: center;
}

.promotion-link .link-title-box {
    width: 100%;
    margin-left: 0;
}

.promotion-wrap {
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.promotion-list {
    width: 1000px;
    max-width: 100%;
    margin: auto;
}

.promotion-list>li {
    width: 23%;
    margin: 3% 5.1%;
}

.promotion-list[data-element-id]>div>li {
    width: 23%;
    margin: 3% 5.1%;
}

.promotion-date {
    color: #817f7f;
    font-weight: bold;
    margin: 5px 0;
}

.promotion-date span {
    display: inline-block;
    margin-right: 5px;
}

.promotion-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 5px;
}

.promotion-title i {
    font-size: 16px;
}

.promotion-link-btns li {
    width: 48%;
    margin: 1%;
}

.promotion-link-btns li.非表示 {
    display: none;
}

.promotion-link-btns li a {
    width: auto;
    display: block;
    color: #fff;
    padding: 2px 15px 2px 2px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #616161;
    border: 1px solid #616161;
    -webkit-box-shadow: 2px 2px 6px 2px #f5f5f5;
    box-shadow: 2px 2px 6px 2px #f5f5f5;
    position: relative;
}

.promotion-link-btns li a:after {
    content: "\f019";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0 0 0 15px;
}

.promotion-link-btns li.btn-blue a {
    background-color: #0ea4e2;
    border: 1px solid #0ea4e2;
}

.promotion-link-btns li.btn-blue a:after {
    content: '\f093';
}

.promotion-link-btns li.btn-blue a:hover {
    background-color: #fff;
    color: #0ea4e2;
}

.promotion-archive {
    width: 660px;
    max-width: 80%;
    margin: 50px auto;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.promotion-archive-list li {
    width: calc(100% / 3);
    margin-bottom: 10px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.promotion-archive-list li a {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #919090;
}

@media (max-width: 1024px) {
    .promotion-wrap {
        padding: 30px;
    }

    .promotion-list>li {
        width: 40%;
        margin: 3% 5%;
    }
}

@media (max-width: 599px) {
    .promotion-wrap {
        padding: 10px;
    }

    .promotion-list>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin: 3% 0 30px 0;
    }

    .promotion-list>li .ofimg {
        width: 35%;
    }

    .promotion-list>li .promotion-list-info {
        width: 63%;
    }

    .promotion-title {
        font-size: 18px;
        height: auto !important;
    }

    .promotion-link-btns {
        margin-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .promotion-link-btns li {
        width: 98%;
        max-width: 190px;
    }

    .promotion-link-btns li a {
        margin: 5px;
    }

    .promotion-archive {
        padding: 20px;
    }

    .promotion-archive-list li {
        width: 50%;
        padding-left: 10px;
    }
}

/* ##### promotion end ##### */

/* ##### sitemap ##### */
.sitemap-list {
    -webkit-column-count: 4;
    column-count: 4;
}

.sitemap-list>li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 30px;
}

@-moz-document url-prefix() {
    .sitemap-list>li {
        margin-bottom: 0;
        padding-bottom: 30px;
    }
}

_:-ms-lang(x)::backdrop,
.sitemap-list>li {
    margin-bottom: 0;
    padding-bottom: 30px;
}

_:lang(x)::-ms-,
.sitemap-list>li {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.sitemap-list li .heading6 {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 30px;
}

.sitemap-list li .heading6 a:hover {
    opacity: 1;
    text-decoration: underline;
}

.sitemap-list li ul li {
    margin-bottom: 5px;
}

.sitemap-list li ul li a {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #b0b0b0;
}

@media (max-width: 1024px) {
    .sitemap-list {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 599px) {
    .sitemap-list {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

/* ##### sitemap end ##### */

/* ##### gift ##### */
.flow-box {
    width: 800px;
    max-width: 100%;
    margin: auto;
}

.flow-box-circle li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #f8f9f9;
    border: 1px solid #bababa;
    margin: 15px;
}

.flow-box-circle li .ja {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.flow-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
}

.flow-list>li {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flow-box-circle li span,
.flow-list>li span {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

.flow-list>li:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 100%;
    background-image: url(/import/tenant_1/133.167.71.34/html/images/gift/arrow_002.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: auto;
}

.flow-list>li:last-of-type:after {
    display: none;
}

.level-default {
    background-color: #e9eced;
    position: relative;
}

.level-2 {
    background-color: #c3ccce;
}

.level-3 {
    background-color: #909b9d;
    color: #fff;
}

.level-4 {
    background-color: #515151;
    color: #fff;
}

.flow-list>li.flow-half:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 100%;
    background-image: url(/import/tenant_1/133.167.71.34/html/images/gift/arrow_001.png),
        url(/import/tenant_1/133.167.71.34/html/images/gift/arrow_002.png);
    background-size: 100% auto, 10px 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom center, bottom 10px center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.flow-list .flow-half {
    width: 45%;
    margin-bottom: 0;
    padding-top: 0;
}

.inner-flow-list {
    margin: 50px 0;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.black-box {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #424242;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
    position: relative;
}

.inner-flow-list li {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e9eced;
    /* border: 1px solid #cbcaca; */
}

.color-box {
    margin: 80px 0;
}

.color-example-main {
    width: 400px;
    max-width: 80%;
    margin: 50px auto 30px auto;
    border: 1px solid #cbcaca;
}

.color-example-main {
    position: relative;
    width: 100%;
}

.color-example-main:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.color-example-wrap[data-element-id] {
    border: 1px solid #dcdcdc;
    margin: 110px auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.color-example-main[data-element-id]:before {
    display: none;
}

.color-box .tablist[data-element-id] .color-example-wrap:before {
    display: block;
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #dcdcdc;
}

.color-box .tablist[data-element-id]:nth-of-type(1) .color-example-wrap:before {
    content: 'ケトル';
}

.color-box .tablist[data-element-id]:nth-of-type(2) .color-example-wrap:before {
    content: 'スケール';
}

.color-box .tablist[data-element-id]:nth-of-type(3) .color-example-wrap:before {
    content: 'タイマー';
}

.color-box .tablist[data-element-id]:nth-of-type(4) .color-example-wrap:before {
    content: '温湿度計';
}

.color-example-main[data-element-id] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
}

.color-example-main[data-element-id] .ofimg {
    width: 25%;
    border: 1px solid #0000ff;
    position: relative;
}

.color-example-thumbs li[data-element-id] .ofimg:after,
.color-example-main[data-element-id] .ofimg:after {
    display: inline-block;
    line-height: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #a9a9a9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.color-example-thumbs li[data-element-id]:nth-of-type(1) .ofimg:after,
.color-example-main[data-element-id] .ofimg:nth-of-type(1):after {
    content: '１';
}

.color-example-thumbs li[data-element-id]:nth-of-type(2) .ofimg:after,
.color-example-main[data-element-id] .ofimg:nth-of-type(2):after {
    content: '２';
}

.color-example-thumbs li[data-element-id]:nth-of-type(3) .ofimg:after,
.color-example-main[data-element-id] .ofimg:nth-of-type(3):after {
    content: '３';
}

.color-example-thumbs li[data-element-id]:nth-of-type(4) .ofimg:after,
.color-example-main[data-element-id] .ofimg:nth-of-type(4):after {
    content: '４';
}

.color-example-thumbs li[data-element-id]:nth-of-type(5) .ofimg:after,
.color-example-main[data-element-id] .ofimg:nth-of-type(5):after {
    content: '５';
}

.color-example-thumbs li[data-element-id]:nth-of-type(6) .ofimg:after,
.color-example-main[data-element-id] .ofimg:nth-of-type(6):after {
    content: '６';
}

.color-example-thumbs li[data-element-id]:nth-of-type(7) .ofimg:after,
.color-example-main[data-element-id] .ofimg:nth-of-type(7):after {
    content: '７';
}

.color-example-thumbs li[data-element-id]:nth-of-type(8) .ofimg:after,
.color-example-main[data-element-id] .ofimg:nth-of-type(8):after {
    content: '８';
}

.color-example-main .ofimg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.color-example-thumbs {
    margin-bottom: 50px;
}

.color-example-thumbs li {
    width: 85px;
    height: 85px;
    background-color: #fff;
    margin: 5px;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cbcaca;
    outline: 5px solid transparent;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.color-example-thumbs li:hover {
    cursor: pointer;
}

.color-example-thumbs li:hover,
.color-example-thumbs li.active-btn,
.color-example-thumbs li.active-color {
    outline: 5px solid #cbcaca;
}

/* テクスチャー */
.texture {
    position: relative;
    overflow: hidden;
}

.texture-img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    z-index: -1;
}

/* テクスチャー end */

@media (max-width: 1024px) {
    .flow-box-circle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flow-box-circle li {
        width: 100px;
        height: 100px;
        margin: 5px;
    }

    .flow-box-circle li .ja {
        font-size: 14px;
    }

    .flow-list .flow-half {
        width: 50%;
    }

    .black-box {
        font-size: 15px;
    }

    .inner-flow-list {
        margin: 30px 0;
        padding: 0 30px;
    }
}

/* ##### gift end ##### */

/* ##### english ##### */
.english header .logo img {
    -webkit-filter: invert(65%) drop-shadow(1px 1px 0px #a5a5a5);
    filter: invert(65%) drop-shadow(1px 1px 0px #a5a5a5);
}

.english-visual {
    position: relative;
    width: calc(100% - 100px);
    margin: 0 50px;
    border-bottom: 1px solid #a7a9aa;
}

.english-visual:before {
    content: "";
    display: block;
    padding-top: 25%;
}

.inner-english-visual {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.english-visual .under-mainimg-title {
    color: #5e5e5e;
    font-size: 46px;
    line-height: 140%;
    text-align: left;
}

.english-intro .text {
    font-size: 18px;
    letter-spacing: 1px;
}

.english-list {
    width: 780px;
    max-width: 100%;
    margin: 50px auto;
}

.english-list li {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.english-list li:hover {
    -webkit-box-shadow: 3px 5px 6px -1px #c4c3c3;
    box-shadow: 3px 5px 6px -1px #c4c3c3;
}

.english-list li a {
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 20px;
    padding: 15px 80px 15px 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #a7a9aa;
    position: relative;
}

.english-list li a:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 10px;
    background-image: url(/import/tenant_1/133.167.71.34/html/images/english/english-arrow-white.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    -webkit-filter: invert(40%);
    filter: invert(40%);
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .english-list li a:before {
        height: 5px;
        background-image: none;
        border-right: 3px solid #a7a9aa;
        border-bottom: 2px solid #a7a9aa;
        -webkit-transform: skew(45deg);
        transform: skew(45deg);
    }

    .english-list li a:hover:before {
        border-right: 3px solid #fff;
        border-bottom: 2px solid #fff;
    }
}

.english-list li.download-contents a:after {
    font-size: 26px;
    color: #a7a9aa;
    content: "\f019";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 55px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.english-list li a:hover {
    opacity: 1;
    background-color: #a7a9aa;
    color: #fff;
}

.english-list li a:hover:after {
    color: #fff;
}

.english-list li a:hover:before {
    -webkit-filter: invert(0);
    filter: invert(0);
}

@media (max-width: 1024px) {
    .english-visual {
        width: calc(100% - 60px);
        margin: 0 30px;
    }

    .english-visual:before {
        padding-top: 50%;
    }

    .english-visual .under-mainimg-title {
        font-size: 36px;
    }

    .english-list li a {
        padding: 15px 50px 15px 90px;
    }

    .english-list li a:before {
        left: 30px;
    }

    .english-list li.download-contents a:after {
        right: 25px;
    }
}

@media (max-width: 599px) {
    .english-visual {
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    .english-visual:before {
        padding-top: 80%;
    }

    .english-visual .under-mainimg-title {
        font-size: 26px;
    }

    .english-list li a {
        padding: 15px 45px 15px 45px;
    }

    .english-list li a:before {
        width: 20px;
        height: 5px;
        left: 10px;
    }

    .english-list li.download-contents a:after {
        right: 10px;
    }
}

/* ##### english end ##### */

/* ##### catalog ##### */
.catalog-link .inpage-nav li {
    min-width: 150px;
}

.catalog-link .inpage-nav li a span {
    text-align: center;
}

.catalog-link .link-title-box {
    width: 100%;
    margin-left: 0;
}

.catalog-box .promotion-link-btns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* ##### catalog end ##### */

/* ##### terms ##### */
.terms-list {
    margin-bottom: 30px;
}

.terms-list dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.terms-list dd {
    padding-left: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.terms-list dd .dot-list {
    margin: 15px 0;
}

/* ##### terms end ##### */

/* ##### new_recruit ##### */
.new_recruit-inpagenav .inpage-nav li {
    min-width: 150px;
}

.new_recruit-inpagenav .inpage-nav li a .link-title-box {
    display: block;
    width: 100%;
}

.new_recruit-inpagenav .inpage-nav li a .link-title-box span {
    display: block;
}

.new_recruit-list li {
    background-color: #fff;
}

.new_recruit-list li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.new_recruit-list li a .ofimg {
    width: 50%;
    height: 100%;
}

.new_recruit-info {
    width: 50%;
    height: 100%;
    padding: 15px 15px 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.new_recruit-title {
    margin: 10px 0;
}

.new_recruit-title>div {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    line-height: 140%;
}

.new_recruit-list li .date {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

@media (max-width: 1024px) {
    .new_recruit-list {
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .new_recruit-info {
        padding: 5px 5px 20px 5px;
    }

    .new_recruit-title {
        margin: 5px 0;
    }

    .new_recruit-title>div {
        font-size: 12px;
        line-height: 120%;
    }

    .new_recruit-list li .date {
        bottom: 0px;
        right: 10px;
    }
}

@media (max-width: 599px) {

    .new_recruit-list li {
        margin-bottom: 20px;
    }
}

/* 元サイトからhtml引用部分 */
.entry-flow ol {
    margin: 50px 0;
}

.entry-flow ol li {
    width: 35px;
    height: 150px;
    white-space: pre-wrap;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 50px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    position: relative;
}

.entry-flow ol li:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 100%;
    display: inline-block;
    width: 15px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .entry-flow ol {
        display: table;
        border-collapse: separate;
        border-spacing: 50px 0;
        margin-left: -50px;
    }

    .entry-flow ol li {
        display: table-cell;
        vertical-align: middle;
    }

    .entry-flow ol li:after {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 57.5px;
    }
}

.entry-flow ol li:last-of-type:after {
    display: none;
}

@media (max-width: 1024px) {
    .entry-flow ol li {
        margin-right: 25px;
    }

    .entry-flow ol li:after {
        font-size: 20px;
        width: 10px;
        height: 20px;
        right: -17px;
    }
}

@media (max-width: 599px) {
    .entry-flow ol {
        margin: 15px 0;
    }

    .entry-flow ol li {
        width: 100%;
        height: 35px;
        margin-bottom: 35px;
        margin-right: 0;
    }

    .entry-flow ol li:after {
        top: auto;
        bottom: -5px;
        -webkit-transform: translate(0, 100%) rotate(90deg);
        transform: translate(0, 100%) rotate(90deg);
        right: auto;
        left: auto;
    }
}

/* 元サイトからhtml引用部分 end */

/* ##### new_recruit end ##### */

/* ##### brand ##### */
.pickup-license .非表示 {
    display: none !important;
}

.pickup-license .slide-box .slide-title {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.brand-box {
    position: relative;
    margin-bottom: 100px;
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.brand-cont {
    width: 900px;
    max-width: 90%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 15px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.brand-cont:before {
    content: '';
    display: block;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
    margin: auto;
    z-index: -1;
}

.brand-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #404040;
    letter-spacing: 1px;
}

.brand-cont .text {
    font-size: 16px;
    color: #404040;
}

.brand-bk {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.brand_detail-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.brand_detail-intro .text {
    font-size: 16px;
    line-height: 180%;
}

.brand-text {
    width: 900px;
    max-width: 100%;
    margin: 50px auto;
}

.detail-slide {
    margin: 50px 0;
}

.brand_detail-slide,
.brand_product-slide {
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.brand_detail-slide .slick-slide {
    margin: 0 20px;
}

.brand_product-slide a {
    display: block;
}

.for-list-page {
    width: 750px;
    max-width: 100%;
    margin: 100px auto;
}

.for-list-page a {
    display: block;
    position: relative;
}

.for-list-page-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 26px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    z-index: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.for-list-page .ofimg {
    position: relative;
}

.for-list-page .ofimg:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.for-list-page a:hover {
    opacity: 1;
}

.for-list-page a:hover .for-list-page-title {
    color: #fff;
}

.for-list-page a:hover .ofimg:after {
    background-color: rgba(0, 0, 0, 0.4);
}

.license-color-example-wrap[data-element-id] {
    width: 100%;
}

.license-color-box[data-element-id] {
    width: 18%;
    position: relative;
    border: 1px solid #a9a9a9;
}

.license-color-box[data-element-id]:before {
    display: inline-block;
    line-height: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #a9a9a9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.license-color-box[data-element-id]:nth-of-type(1):before {
    content: '１';
}

.license-color-box[data-element-id]:nth-of-type(2):before {
    content: '２';
}

.license-color-box[data-element-id]:nth-of-type(3):before {
    content: '３';
}

.license-color-box[data-element-id]:nth-of-type(4):before {
    content: '４';
}

.license-color-box[data-element-id]:nth-of-type(5):before {
    content: '５';
}

.license-color-example-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.license-color-box {
    margin: 1%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.active-color-box {
    border: 1px solid #cbcaca;
}

.license-color-box .product-category {
    margin-top: 10px;
}

.brand_detail[data-element-id] .inpage-nav li a {
    position: relative;
}

.brand_detail[data-element-id] .inpage-nav li a:before {
    content: 'こちらをクリックし「変更」→「リンク」→「オプション」→「アンカー」内にリンク先のidを入力';
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffd700;
    position: absolute;
    top: -46px;
    left: 0;
    z-index: 1;
}

.brand_detail[data-element-id] section[id] {
    width: 90%;
    margin: 5%;
    position: relative;
    border: 1px solid #ffd700;
}

.brand_detail[data-element-id] section[id]:before {
    content: 'この説明文をダブルクリックし「変更」→「html」から「section」タグのidを設定してください';
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffd700;
    position: absolute;
    top: -23px;
    left: 0;
    z-index: 1;
}

@media (max-width: 1024px) {
    .brand-box {
        margin-bottom: 80px;
        padding: 80px 0;
    }

    .brand-cont {
        padding: 15px 30px;
    }

    .brand-title {
        font-size: 30px;
    }

    .brand_detail-slide,
    .brand_product-slide {
        padding: 0 25px;
    }

    .brand_detail-slide .slick-slide {
        margin: 0 15px;
    }

    .license-color-box {
        width: 50%;
        margin: auto;
    }
}

@media (max-width: 599px) {
    .brand-box {
        margin-bottom: 50px;
        padding: 50px 0;
    }

    .brand-cont {
        padding: 15px;
    }

    .brand-title {
        font-size: 28px;
    }

    .brand-cont .text {
        font-size: 14px;
    }

    .brand_detail-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .brand_detail-slide .slick-slide {
        margin: 0 5px;
    }

    .for-list-page {
        margin: 50px auto;
    }

    .for-list-page .ofimg:before {
        padding-top: 50%;
    }

    .for-list-page-title {
        font-size: 20px;
    }

    .license-color-box {
        width: 90%;
    }
}

/* ##### brand end ##### */

/* ##### recruit ##### */
.recruit .width-nav li {
    width: calc(50% - 10px);
}

.recruit .width-nav li p {
    height: 100%;
}

.recruit .width-nav li .en {
    line-height: 110%;
}

.recruit .tablist {
    width: 100%;
}

.rec-box {
    padding: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inner-rec-box {
    margin: 50px 0;
}

.recruit-links li a {
    padding: 10px 15px;
}

.rec-text {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 1px;
    background-color: #fff;
}

.rec-text2 {
    line-height: 200%;
    letter-spacing: 1px;
    background-color: #fff;
}

.p30 {
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rec-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.rec-title2 {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 100px;
}

.rec-title3 {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.under-bar {
    position: relative;
    margin-bottom: 100px;
}

.under-bar:after {
    content: '';
    width: 1px;
    height: 60px;
    background-color: #5e5e5e;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    margin: auto;
}

.under-bar2 {
    position: relative;
}

.under-bar2:after {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #5e5e5e;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
}

.side-bar {
    position: relative;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.side-bar:before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #5e5e5e;
    position: absolute;
    top: 13px;
    left: 0;
    margin: auto;
}

.rec-title-middle {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.rec-intro-box {
    position: relative;
    margin-top: 150px;
}

.rec-title-withimg {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.rec-title-withimg .ofimg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.rec-box-img {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(25%, -25%);
    transform: translate(25%, -25%);
    z-index: -1;
}

.float-img .ofimg {
    width: calc(100% / 3);
}

.rec-list {
    width: 46%;
    margin: 2%;
    border: 1px solid #cbcaca;
    -webkit-box-shadow: 3px 3px 8px -1px #cbcaca;
    box-shadow: 3px 3px 8px -1px #cbcaca;
}

.rec-list dt,
.rec-list dd {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rec-list dt {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    line-height: 140%;
    background-color: #f8f9f9;
    border-bottom: 1px solid #cbcaca;
}

.rec-list dd {
    background-color: #fff;
    line-height: 180%;
}

.interview-wrap {
    position: relative;
    padding-top: 100px;
}

.interview-img {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.interview-img-withname {
    width: 700px;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.interview-name-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.interview-name {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    font-weight: bold;
}

.interview-positon {
    display: inline-block;
    color: #fff;
    line-height: 100%;
    margin-right: 10px;
    padding: 5px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #555;
}

.interview-year {
    font-weight: bold;
    letter-spacing: 1px;
}

.interview-img-shadow {
    width: 90%;
    margin: 5%;
    overflow: visible;
}

.interview-img-shadow img {
    z-index: 1;
}

.interview-img-shadow:after {
    content: '';
    display: block;
    width: 100%;
    height: 170px;
    background-color: #f8f9f9;
    position: absolute;
    bottom: -15px;
    right: -15px;
}

.interview-qa {
    width: 50%;
    padding: 50px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.interview-qa-list {
    margin-bottom: 50px;
}

.interview-qa-list:last-of-type {
    margin-bottom: 0;
}

.interview-qa-list dt {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.interview-qa-list dt .faq-num {
    top: 0;
    left: 0;
}

.interview-qa-list dd {
    padding-left: 40px;
}

.career-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.career-box[data-element-id] {
    position: relative;
    border: 1px solid #ffd700;
}

.career-box[data-element-id]:before {
    content: '先頭の要素だけを上に持ってくる場合は先頭のdlにクラス名「reclist-one」を追加してください';
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffd700;
    position: absolute;
    top: -23px;
    left: 0;
    z-index: 1;
}

.career-box .reclist-one {
    margin: 2.6%;
}

.recruit .more-btn-big {
    margin: 30px auto;
}

.recruit .more-btn-big a {
    font-size: 22px;
    letter-spacing: 1px;
    padding: 30px;
}

.recruit_detail-box {
    padding: 50px 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.reqire-list {
    border-bottom: 1px solid #dfe3e5;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.reqire-list dt,
.reqire-list dd {
    padding: 15px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.reqire-list dt {
    width: 20%;
}

.reqire-list dd {
    width: 80%;
    color: #7d7d7d;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.rec-bnr-box {
    width: 600px;
    max-width: 90%;
    margin: 50px auto 15px auto;
}

.rec-bnrs {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rec-bnrs a {
    display: block;
    width: 100%;
}

.rec-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 170px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 30px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #404040;
    position: relative;
}

.rec-bnr-box .rec-name:after {
    content: "\f105";
    font-family: FontAwesome;
    line-height: 100%;
    display: inline-block;
    width: 8px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

/* .rec-bnr-box .ofimg {
    width: calc(100% - 170px);
} */

.rec-bnr-box .ofimg {
    width: 100%;
}

.rec-bnr-box .ofimg:before {
    padding-top: 27%;
}

.recruit_detail-intro .cc-info .cc-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px;
    margin-bottom: 5px;
}

.period {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.period dt:after {
    content: '：';
    display: inline-block;
    margin: 0 3px;
}

.recruit-profile {
    margin-top: 50px;
}

.recruit-profile .heading5 {
    border-bottom: none;
    margin-bottom: 2px;
}

.recruit-profile .heading5 .ja {
    font-size: 20px;
    font-weight: normal;
    margin-left: 0;
}

@media (max-width: 1024px) {
    .rec-box {
        padding: 50px 30px;
    }

    .rec-title {
        font-size: 30px;
    }

    .rec-box-img {
        width: 70%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .rec-list dt,
    .rec-list dd {
        padding: 15px 10px;
    }

    .rec-list dt {
        font-size: 16px;
    }

    .interview-wrap {
        padding-top: 0px;
    }

    .interview-qa,
    .interview-img {
        width: 100%;
    }

    .interview-qa {
        padding: 20px;
    }

    .interview-img-withname {
        position: relative;
        margin-left: 0;
    }

    .interview-img-shadow {
        width: 50%;
        margin: -60px 10px 30px auto;
        overflow: visible;
    }

    .interview-img-shadow:after {
        height: 120px;
        right: -10px;
    }

    .recruit_detail-box {
        padding: 30px;
    }

    .reqire-list dt {
        width: 35%;
    }

    .reqire-list dd {
        width: 65%;
    }
}

@media (max-width: 599px) {
    .rec-text {
        font-size: 14px;
    }

    .rec-box {
        padding: 15px;
    }

    .rec-title {
        font-size: 26px;
    }

    .rec-title2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .rec-title3 {
        font-size: 18px;
    }

    .rec-title-middle {
        font-size: 20px;
    }

    .rec-title-withimg {
        font-size: 24px;
        margin-bottom: 30px;
        padding-left: 40px;
    }

    .rec-title-withimg .ofimg {
        width: 30px;
        height: 30px;
        top: 4px;
    }

    .p30 {
        padding: 10px;
    }

    .rec-intro-box {
        margin-top: 0;
    }

    .rec-box-img {
        width: 100%;
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .rec-list {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    .rec-list dt,
    .rec-list dd {
        padding: 10px;
    }

    .rec-list dt {
        font-size: 16px;
    }

    .interview-img-shadow {
        width: 40%;
        margin: -40px 5px 30px auto;
    }

    .interview-img-shadow:after {
        height: 50px;
        bottom: -5px;
        right: -5px;
    }

    .interview-name-box {
        padding: 5px;
    }

    .interview-name {
        font-size: 22px;
    }

    .interview-positon,
    .interview-year {
        font-size: 10px;
    }

    .interview-qa {
        padding: 10px;
    }

    .recruit_detail-box {
        padding: 30px 15px;
    }

    .reqire-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .reqire-list dt,
    .reqire-list dd {
        width: 100%;
    }

    .reqire-list dt {
        padding: 5px 5px 0 5px;
    }

    .reqire-list dd {
        padding: 5px 5px 5px 16px;
    }

    .rec-bnrs {
        width: 80%;
        margin: 3% 10%;
    }

    .rec-name,
    .rec-bnr-box .ofimg {
        width: 50%;
    }

    .rec-name {
        font-size: 14px;
        padding: 50px 20px 50px 10px;
    }

    .rec-bnr-box .rec-name:after {
        height: 16px;
    }
}

/* ##### recruit end ##### */


/* 製品詳細の言語切り替え */

html[lang*="en"] .en-off {
    display: none;
}

html[lang*="ja"] .ja-off {
    display: none;
}

html[lang*="ja"] .product-name.en,
html[lang*="ja"] .product-title-en {
    display: none;
}

/* OEMの名入れ用 */

.tab {
    position: relative;
}

.tab #inputarea {
    width: 46%;
    margin: 50px auto;
    text-align: center;
}

.tab #inputarea .attention {
    margin-bottom: 20px;
}

.tab #inputarea #outtext {
    display: inline-block;
    background: #bbb;
    padding: 5px 20px;
    margin-bottom: 20px;
}

.tab #inputarea li {
    width: 31%;
    margin: 1%;
    text-align: center;
}

.tab #inputarea li select {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab #inputarea li:first-of-type {
    width: 98%;
}

.tab #inputarea li label {
    display: block;
    margin-bottom: 5px;
}

.tab #inputarea li [name="name"] {
    width: 100%;
    max-width: 350px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab #inputarea #textbtn {
    width: 80%;
    max-width: 250px;
    border: 2px solid #404040;
    color: #404040;
    padding: 10px 15px 10px 10px;
    margin: 30px auto 0 auto;
    text-align: center;
    cursor: pointer;
}

.tab #inputarea #textbtn:hover {
    background: #404040;
    color: #fff;
}

#movetext {
    max-width: 100%;
    display: inline-block;
    cursor: move;
}

@media (max-width: 1024px) {
    .tab #inputarea li {
        width: 48%;
    }
}

@media (max-width: 599px) {
    .tablist {
        width: 100%;
    }

    .tab #inputarea {
        width: 100%;
        margin-top: 0;
    }
}

.uk-lb img {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.uk-lb img:hover {
    cursor: pointer;
    opacity: 0.6;
}

.uk-modal-dialog-lightbox {
    max-width: 80%;
    max-height: 80%;
}

.bknone {
  background: none !important;
}
.bknone span {
  background: none !important;
}

.w1000 {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .w1000 {
  width: 96%;
  max-width: 1024px;
}
}

@media (max-width: 599px) {
  .w1000 {
  width: 94%;
  max-width: 450px;
}
}
