@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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 180px;
    height: 72px;
    -webkit-animation: key1 .3s ease infinite alternate;
    -moz-animation: key1 .3s ease infinite alternate;
      -o-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);
    }
}

@-moz-keyframes key1 {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
             transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
             transform: translateY(-15px);
    }
}

@-o-keyframes key1 {
    0% {
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
           transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        -o-transform: translateY(-15px);
           transform: translateY(-15px);
    }
}

@keyframes key1 {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
          -o-transform: translateY(0px);
             transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
          -o-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;
    -moz-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;
    -moz-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: -webkit-linear-gradient(bottom, #e9eced 0%, #e9eced 40%, transparent 40%, transparent 100%);
    background: -moz-linear-gradient(bottom, #e9eced 0%, #e9eced 40%, transparent 40%, transparent 100%);
    background: -o-linear-gradient(bottom, #e9eced 0%, #e9eced 40%, transparent 40%, transparent 100%);
    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;
    -moz-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;
}

.mark-cont {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.new-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    color: #fff;
    line-height: 100%;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #cecece;
    /* 
    position: absolute;
    top: 10px;
    left: 10px; 
    z-index: 1;*/
    padding-bottom: 4px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: none;
}

.recommend-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    line-height: 100%;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff3b8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
         transform: translate(0, -50%);
    margin: auto;
}

.ie-only {
    display: none;
    font-size: 10px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    line-height: 100%;
}

.scale a:hover {
    opacity: 1;
}

.scaleimg img {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.scale li a:hover .scaleimg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
      -o-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;
    -moz-transition: 0.2s linear;
    -o-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;
    -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1100px) {
    .box {
        margin: 30px 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: -webkit-linear-gradient(bottom, #e9eced 0%, #e9eced 100%, transparent 100%, transparent 100%);
        background: -moz-linear-gradient(bottom, #e9eced 0%, #e9eced 100%, transparent 100%, transparent 100%);
        background: -o-linear-gradient(bottom, #e9eced 0%, #e9eced 100%, transparent 100%, transparent 100%);
        background: linear-gradient(0deg, #e9eced 0%, #e9eced 100%, transparent 100%, transparent 100%);
    }
}

@media (max-width: 599px) {
  .mark-cont {
    left: 0;
  }
    .new-mark {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }
    .recommend-mark {
      width: 35px;
      height: 35px;
      font-size: 10px;
      top: 10px;
      left: 50px;
    }
    .recommend-mark .span {
      transform: scale(0.7);
      width: 115%;
    }
}

/* ##### 共通 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;
    -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-bottom: 1px solid #6c6c6c;
}

.heading5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    margin-bottom: 50px;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-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;
    -moz-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;
    -webkit-align-items: center;
       -moz-box-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    margin-bottom: 50px;
}

.title span {
    font-weight: bold;
    display: block;
    text-align: center;
}

@media (max-width: 1100px) {
    .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;
        -moz-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;
    -moz-transition: 0.3s linear;
    -o-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    background-color: transparent;
    border: 2px solid #404040;
    color: #404040;
    padding: 10px 15px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-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;
    -moz-transition: 0.3s linear;
    -o-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-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;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
                    -ms-grid-row-align: flex-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;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.smaller header>.inner {
    padding: 10px 0;
}

@media (max-width: 1100px) {
    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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-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;
    -moz-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;
    -moz-column-count: 4;
         column-count: 4;
}

.inner-link-list2 {
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.link-list2 li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 10px;
}

@-moz-document url-prefix() {
    .link-list2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
             justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-box-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: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
           -moz-box-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;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}

.link-bottom-list li {
    margin: 0 15px;
}

.link-bottom-list li a {
    color: #fff;
}

@media (max-width: 1100px) {
    .link-list>li {
        margin-bottom: 30px;
    }

    .inner-link-list li a {
        font-size: 12px;
    }

    .link-list2 {
        -webkit-column-count: auto;
        -moz-column-count: auto;
             column-count: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-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;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
                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;
        -webkit-justify-content: center;
           -moz-box-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;
    -webkit-align-items: center;
       -moz-box-align: center;
                -ms-grid-row-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-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 10px;
    -webkit-box-sizing: border-box;
    -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    opacity: 0;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    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[data-element-id]{
  right: -240px;
}



#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;
    -moz-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 1px solid #fff;
}

@media (max-width: 1100px) {
    .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-box .nav-list {
        display: none;
    }

    nav {
        background-color: #404040;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
                    -ms-grid-row-align: flex-start;
                align-items: flex-start;
        width: 520px;
        height: 100%;
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translate(520px, 0);
        -moz-transform: translate(520px, 0);
         -ms-transform: translate(520px, 0);
          -o-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);
        -moz-transform: translate(0);
         -ms-transform: translate(0);
          -o-transform: translate(0);
             transform: translate(0);
        -webkit-box-shadow: -3px 0px 13px -3px #000;
        -moz-box-shadow: -3px 0px 13px -3px #000;
             box-shadow: -3px 0px 13px -3px #000;
    }

    .inner-nav {
        width: 100%;
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        -moz-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;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }

    nav .link-sns-list li {
        margin: 5px;
    }
}

@media (max-width: 599px) {
    nav {
        width: 80%;
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
         -ms-transform: translate(100%, 0);
          -o-transform: translate(100%, 0);
             transform: translate(100%, 0);
    }
}

/* nav内にクローンしたリンク */
@media (max-width: 1100px) {
    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: -webkit-flex;
        display: -moz-box;
        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;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                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;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
                order: 2;
    }

    nav .link-nav {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
                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;
        -moz-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%);
        -moz-transform: translate(0, -50%);
         -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
             transform: translate(0, -50%);
        margin: auto;
        -webkit-transition: 0.3s linear;
        -moz-transition: 0.3s linear;
        -o-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%);
        -moz-transform: rotate(180deg) translate(0, 50%);
         -ms-transform: rotate(180deg) translate(0, 50%);
          -o-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;
    -moz-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 50px;
    height: 50px;
    background-color: #a5a5a5;
    border: 2px solid #a5a5a5;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            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;
    -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

@media (max-width: 1100px) {

    .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;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    -moz-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);
    -moz-transform: rotate(0.028deg);
     -ms-transform: rotate(0.028deg);
      -o-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;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            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;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       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;
        -moz-transition: 1s !important;
        -o-transition: 1s !important;
        transition: 1s !important;
        -webkit-transition: 1s !important;
        -moz-animation-duration: inherit !important;
          -o-animation-duration: inherit !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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
         transform: translate(0, -50%);
    margin: auto;
    z-index: 1;
}

.top-mainimg-box[data-element-id] {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-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%);
    -moz-transform: translate(0, -25%);
     -ms-transform: translate(0, -25%);
      -o-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%);
    -moz-transform: translate(0, -25%);
     -ms-transform: translate(0, -25%);
      -o-transform: translate(0, -25%);
         transform: translate(0, -25%);
}

.uk-dotnav {
    margin-bottom: 15px;
}

.uk-dotnav li a {
    display: block;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            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);
    -moz-transform: scale(1);
     -ms-transform: scale(1);
      -o-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);
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
     -ms-transform: scale(1);
      -o-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);
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
            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);
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
            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: 1100px) {
    .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;
    }
}

  /* 追記2021/10/28 */

@media (max-width:599px) {
    .uk-dotnav {
      margin-bottom: 30px;
      margin-left: 0px;
    }
    
    .uk-dotnav>* {
      padding-left: 3px;
    }
}


/* ##### mainimg end ##### */

/* ##### 下層のmainimg ##### */
.under-mainimg-box {
    position: absolute;
    top: -webkit-calc(50% + 35px);
    top: -moz-calc(50% + 35px);
    top: calc(50% + 35px);
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-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: 1100px) {
    .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;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin: auto;
}

.inpage-nav[data-element-id] div {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 1px solid #d4d3d3;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-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;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.inpage-nav-determined {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
                -ms-grid-row-align: flex-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);
    -moz-transform: scale(0);
     -ms-transform: scale(0);
      -o-transform: scale(0);
         transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s 0.1s;
    transition: -webkit-transform 0.2s 0.1s;
    -moz-transition: transform 0.2s 0.1s, -moz-transform 0.2s 0.1s;
    -o-transition: transform 0.2s 0.1s, -o-transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s, -moz-transform 0.2s 0.1s, -o-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);
    -moz-transform: scale(1);
     -ms-transform: scale(1);
      -o-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);
    -moz-transform: scale(1);
     -ms-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
}

@media (max-width: 1100px) {
    .inpage-nav li a {
        padding: 10px;
    }

    .width-nav {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .width-nav li {
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
        max-width: 320px;
        margin: 5px;
    }
}

@media (max-width: 599px) {
    .inpage-nav {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .inpage-nav li {
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        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;
    -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.form {
    padding: 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.contact-item {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: 30px;
}

.contact-item dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    width: 30%;
    min-width: 250px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-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;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
}

.contact-item dd {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
}

.contact-item dd input,
.contact-item dd textarea {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-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;
    -webkit-justify-content: space-between;
       -moz-box-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

@media (max-width: 1100px) {

    .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: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                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;
        -webkit-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;
    -moz-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;
    -moz-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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
         transform: translate(0, -50%);
    margin: auto;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-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);
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
            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);
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(-1, 1);
    -moz-transform: translate(0, -50%) scale(-1, 1);
     -ms-transform: translate(0, -50%) scale(-1, 1);
      -o-transform: translate(0, -50%) 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%);
    -moz-transform: translate(-10px, -50%);
     -ms-transform: translate(-10px, -50%);
      -o-transform: translate(-10px, -50%);
         transform: translate(-10px, -50%);
}

.slick-next:hover {
    -webkit-transform: translate(10px, -50%) scale(-1, 1);
    -moz-transform: translate(10px, -50%) scale(-1, 1);
     -ms-transform: translate(10px, -50%) scale(-1, 1);
      -o-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: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-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;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 80px;
    height: 80px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #404040;
    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.slide[data-element-id] .slide-box {
    width: -webkit-calc(100% / 3 - 40px);
    width: -moz-calc(100% / 3 - 40px);
    width: calc(100% / 3 - 40px);
    margin: 0 20px;
}

.slide[data-element-id] .slide-box:nth-of-type(n+4) {
    display: none;
}

@media (max-width: 1100px) {
    .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);
    -moz-transform: translate(0, 0);
     -ms-transform: translate(0, 0);
      -o-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.brand_detail-slide-box[data-element-id],
.brand_product-slide-box[data-element-id] {
    width: -webkit-calc(100% / 3 - 30px);
    width: -moz-calc(100% / 3 - 30px);
    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: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-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;
    -moz-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;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 20px;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
     -ms-transform: translate(0, 50%);
      -o-transform: translate(0, 50%);
         transform: translate(0, 50%);
}
.recipe-use-item.cate {
    display: none;
}

.recipe-use-item.ofimg.of.of100.レシピ★Recipe {
    display: block;
}
.recipe-use-text {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    margin: 5px;
}

.recipe-use,
.recipe-title {
    font-weight: bold;
}
.recipe-title.space {
    padding: 0 30% 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
@media (max-width: 1100px) {
  .recipe-title.space {
    padding-right:40%;
}
}
@media (max-width: 599px) {
  .recipe-title.space {
    padding-right:35%;
}
}
.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;
    -moz-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: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        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;
    -moz-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);
    -moz-transform: translate(0, 0);
     -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
         transform: translate(0, 0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-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;
    -moz-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);
    -moz-transform: translate(5px, 5px);
     -ms-transform: translate(5px, 5px);
      -o-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: 1100px) {
    .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;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
}

.cc-list li {
    -ms-flex-wrap: nowrap;
    -webkit-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: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    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;
    -moz-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;
    -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-bottom: 1px solid #cbcaca;
}

.detail-btns {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 50px 0;
}

.detail-btns .more-btn {
    margin: 0 20px;
}

@media (max-width: 1100px) {
    .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: -webkit-calc(100% - 130px);
        width: -moz-calc(100% - 130px);
        width: calc(100% - 130px);
    }

    .cc-category span {
        font-size: 10px;
    }

    .cc-side-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
             column-count: 2;
    }

    .cc-side-list li {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        page-break-inside: avoid;
             break-inside: avoid;
    }

    .detail-btns {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            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: -webkit-calc(50% - 600px);
    left: -moz-calc(50% - 600px);
    left: calc(50% - 600px);
    z-index: 1;
}

@media (max-width: 1200px) {
    .top-series .more-title-box {
        left: 10px;
    }
}

@media (max-width: 1100px) {
    .top-series .more-title-box {
        margin: 10px 30px;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-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;
    -webkit-justify-content: center;
       -moz-box-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 2px solid transparent;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -o-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-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: -webkit-calc(100% + 12px);
    width: -moz-calc(100% + 12px);
    width: calc(100% + 12px);
    height: -webkit-calc(100% + 12px);
    height: -moz-calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #353535;
}

.top-contact-icon {
    width: 90px;
    margin: 0 auto 15px auto;
}

@media (max-width: 1100px) {
    .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: -webkit-calc(50% - 600px);
    padding-left: -moz-calc(50% - 600px);
    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;
    -moz-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;
    -moz-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: 1100px) {

    .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;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    margin: 50px 0;
}

.company-list {
    -ms-flex-wrap: nowrap;
    -webkit-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;
    -webkit-flex-grow: 1;
       -moz-box-flex: 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;
    -moz-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;
    -moz-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: -webkit-linear-gradient(top, 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%);
    background: -moz-linear-gradient(top, 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%);
    background: -o-linear-gradient(top, 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%);
    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;
    -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
         transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.history-acc-box .acc-btn.action:before {
    display: none;
}

.history-acc-box .acc-btn.action:after {
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    -moz-transform: rotate(180deg) translate(50%, 0%);
     -ms-transform: rotate(180deg) translate(50%, 0%);
      -o-transform: rotate(180deg) translate(50%, 0%);
         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;
    -moz-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;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    margin: 1%;
    padding: 5px 5px 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-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;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-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: 1100px) {
    .company-list dt {
        width: 30%;
        min-width: 85px;
    }

    .greeting-cont {
        width: 100%;
}
    .greeting-message {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 140%;
    }
    
    .greeting-box .ofimg {
        width: 50%;
        margin: auto;
    }

    .sign {
        font-size: 20px;
    }

    .company-access-list li {
        min-width: 300px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 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;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 5px;
    }

    .access-box {
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.bar-btn {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-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);
    -moz-transform: scale(0);
     -ms-transform: scale(0);
      -o-transform: scale(0);
         transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s 0.1s;
    transition: -webkit-transform 0.2s 0.1s;
    -moz-transition: transform 0.2s 0.1s, -moz-transform 0.2s 0.1s;
    -o-transition: transform 0.2s 0.1s, -o-transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s, -moz-transform 0.2s 0.1s, -o-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);
    -moz-transform: scale(1);
     -ms-transform: scale(1);
      -o-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;
    -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.bar-list .on {
    margin-top: -1px;
}

.bar-list .on:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
     -ms-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
}

.bar-list .ja {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.bar-btn[data-element-id] {
    width: 20%;
}

@media (max-width: 1100px) {
    .bar {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-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;
    -moz-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;
    -webkit-justify-content: space-between;
       -moz-box-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 1px solid #cbcaca;
}

.use-list {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

.use-list dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-right: 1px solid #cbcaca;
}

.use-list dd {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
}

.use-list dd .ofimg {
    width: 95px;
    height: 95px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin-right: 20px;
}

.use-item-detail {
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: calc(100% - 95px);
    padding-bottom: 40px;
}

.ruse-title {
    font-weight: bold;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    -moz-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: 1100px) {
    .recipe-detail-box {
        padding: 30px;
    }

    .use-item-box {
        padding: 20px;
    }

    .use-list dt {
        padding: 10px;
    }

    .use-list dd {
        width: -webkit-calc(100% - 157px);
        width: -moz-calc(100% - 157px);
        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;
        -webkit-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;
    -moz-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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
         transform: translate(0, -50%);
    margin: -15px auto auto auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 1;
}

.acc-btn.action:after {
    -webkit-transform: rotate(180deg) translate(0, 50%);
    -moz-transform: rotate(180deg) translate(0, 50%);
     -ms-transform: rotate(180deg) translate(0, 50%);
      -o-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;
    -moz-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;
    -moz-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: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        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;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
                    -ms-grid-row-align: flex-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;
    -moz-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: -webkit-flex;
    display: -moz-box;
    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: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        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: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-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;
    -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.point-list {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-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 {
    width: -webkit-calc(100% / 8 - 10px);
    width: -moz-calc(100% / 8 - 10px);
    width: calc(100% / 8 - 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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
}

.inpagenav-list2 li {
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 0 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
}

.inpagenav-list2 li a,
.inpagenav-list2 li span {
    display: block;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
    color: #404040;
    text-align: center;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-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;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

.spec-list dt {
    width: 35%;
    padding: 15px 20px 15px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-bottom: 1px solid #dfe3e5;
}

.spec-list dd {
    padding: 15px 5px;
    -webkit-box-sizing: border-box;
    -moz-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;
    -webkit-flex-grow: 1;
       -moz-box-flex: 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;
    -moz-transition: 0.3s linear;
    -o-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: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    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;
}

/* 2021/10/29追記 */
.product-description-wrap .m-img {
  margin: 5% auto 0;
}

/* 追記終了 */


@media (max-width: 1100px) {
    .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: -webkit-calc(100% / 3 - 20px);
        width: -moz-calc(100% / 3 - 20px);
        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: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
        margin: 5px;
    }

    .product-img-box .product-name {
        width: 100%;
    }

    .inpage-product {
        padding-top: 130px;
    }

    .inpagenav-list2 li {
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
    }

    .product_detail .fixed-inpagenav li {
        width: -webkit-calc(50% - 4px);
        width: -moz-calc(50% - 4px);
        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;
        -webkit-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;
        -moz-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: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.media_detail-box .media-info-box {
    margin-bottom: 20px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-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: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-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;
        -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.search-box input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
}

.search-box button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 45px;
    height: 45px;
    background-color: #616161;
    border: 2px solid #616161;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: left;
}

.table tr td {
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-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;
    -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #616161;
    border: 1px solid #616161;
    -webkit-box-shadow: 2px 2px 6px 2px #f5f5f5;
    -moz-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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin: 30px 0;
}

#data_tables_paginate>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-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;
    -moz-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: 1100px) {

    .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;
        -moz-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: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-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;
        -webkit-flex-grow: 1;
           -moz-box-flex: 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;
        -webkit-justify-content: flex-end;
           -moz-box-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;
        -webkit-justify-content: center;
           -moz-box-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;
    -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #616161;
    border: 1px solid #616161;
    -webkit-box-shadow: 2px 2px 6px 2px #f5f5f5;
    -moz-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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.promotion-archive-list li {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    margin-bottom: 10px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-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: 1100px) {
    .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: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-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;
        -webkit-justify-content: center;
           -moz-box-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;
    -moz-column-count: 4;
         column-count: 4;
}

.sitemap-list>li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-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: 1100px) {
    .sitemap-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
             column-count: 3;
    }
}

@media (max-width: 599px) {
    .sitemap-list {
        -webkit-column-count: 1;
        -moz-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            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;
    -webkit-justify-content: space-between;
       -moz-box-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;
    -moz-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);
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            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);
    -webkit-background-size: 100% auto, 10px 100%;
       -moz-background-size: 100% auto, 10px 100%;
         -o-background-size: 100% auto, 10px 100%;
            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;
    -moz-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;
    -moz-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;
    -moz-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;
    -moz-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;
    -moz-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-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;
    -moz-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;
    -moz-transition: 0.3s linear;
    -o-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 1px solid #cbcaca;
    outline: 5px solid transparent;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -o-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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
         transform: translate(0, -50%);
    margin: auto;
    z-index: -1;
}

/* テクスチャー end */

@media (max-width: 1100px) {
    .flow-box-circle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
           -moz-box-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: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    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;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.english-list li:hover {
    -webkit-box-shadow: 3px 5px 6px -1px #c4c3c3;
    -moz-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;
    -moz-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);
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-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);
        -ms-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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-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: 1100px) {
    .english-visual {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        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: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        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;
    -webkit-justify-content: flex-end;
       -moz-box-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;
    -moz-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-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;
    -moz-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: 1100px) {
    .new_recruit-list {
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    margin-right: 50px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-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);
        -moz-transform: translate(0, 0);
         -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
             transform: translate(0, 0);
        top: 57.5px;
    }
}

.entry-flow ol li:last-of-type:after {
    display: none;
}

@media (max-width: 1100px) {
    .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);
        -moz-transform: translate(0, 100%) rotate(90deg);
         -ms-transform: translate(0, 100%) rotate(90deg);
          -o-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;
    -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.brand-cont:before {
    content: '';
    display: block;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    height: -webkit-calc(100% + 30px);
    height: -moz-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%);
    -moz-transform: translate(-15px, -50%);
     -ms-transform: translate(-15px, -50%);
      -o-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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-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;
    -moz-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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
         transform: translate(0, -50%);
    margin: auto;
    z-index: 1;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-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;
    -moz-transition: 0.3s linear;
    -o-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;
    -moz-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin-bottom: 30px;
}

.license-color-box {
    margin: 1%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-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;
    -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #ffd700;
    position: absolute;
    top: -23px;
    left: 0;
    z-index: 1;
}

@media (max-width: 1100px) {
    .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: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    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;
    -moz-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;
    -moz-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%);
    -moz-transform: translate(0, 100%);
     -ms-transform: translate(0, 100%);
      -o-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;
    -moz-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;
    -moz-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%);
    -moz-transform: translate(25%, -25%);
     -ms-transform: translate(25%, -25%);
      -o-transform: translate(25%, -25%);
         transform: translate(25%, -25%);
    z-index: -1;
}

.float-img .ofimg {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
}

.rec-list {
    width: 46%;
    margin: 2%;
    border: 1px solid #cbcaca;
    -webkit-box-shadow: 3px 3px 8px -1px #cbcaca;
    -moz-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;
    -moz-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;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
                -ms-grid-row-align: flex-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;
    -moz-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;
    -moz-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;
    -moz-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;
    -moz-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;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
       -moz-box-align: inherit;
                -ms-grid-row-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;
    -moz-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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.reqire-list {
    border-bottom: 1px solid #dfe3e5;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

.reqire-list dt,
.reqire-list dd {
    padding: 15px 5px;
    -webkit-box-sizing: border-box;
    -moz-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;
    -webkit-flex-grow: 1;
       -moz-box-flex: 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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.rec-bnrs a {
    display: block;
    width: 100%;
}

.rec-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 170px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 30px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-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%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
      -o-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;
    -webkit-justify-content: flex-end;
       -moz-box-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: 1100px) {
    .rec-box {
        padding: 50px 30px;
    }

    .rec-title {
        font-size: 30px;
    }

    .rec-box-img {
        width: 70%;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
         -ms-transform: translate(0, 0);
          -o-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);
        -moz-transform: translate(0, 0);
         -ms-transform: translate(0, 0);
          -o-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;
        -webkit-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;
    -moz-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;
    -moz-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: 1100px) {
    .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;
    -moz-transition: 0.3s all ease;
    -o-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: 1100px) {
  .w1000 {
  width: 96%;
  max-width: 1100px;
}
}

@media (max-width: 599px) {
  .w1000 {
  width: 94%;
  max-width: 450px;
}
}
.pc_slide{
  display: block;
}
.sp_slide{
  display: none;
}
.mainimg .pc_slide .uk-slideshow:after{
  padding-top: 45%;
}
[data-element-id] .sp_slide{
  display: block;
  max-width: 420px;
  margin-left: auto;
}
[data-element-id] .mainimg .sp_slide .uk-slideshow:after {
    padding-top: 100%;
}
@media (max-width: 599px) {
  .pc_slide{
    display: none;
  }
  .sp_slide{
    display: block;
  }
}
[data-element-id].sp_slide:before {
    content: "こちらはスマホ時のスライダーです";
    display: block;
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 4px;
    margin: 0;
    text-align: center;
}


.flex_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1100px) {
  .flex_b {
  display: block;
}
}


/* 4/5追記 */
/* 入力エラーのスタイル */
.alart{
	color: #630015 !important;
	border-color: #c20c33 !important;
	background-color: #ffd9e1 !important;
}

/* 新問い合わせフォーム */

.contact-item dd .yubin-area{
  width: 30%;
}

.label-block{
  width: 100%;
  display: block;
}

.mb-20{
  margin-bottom: 20px;  
}


.mt-20{
  margin-top: 20px;  
}

.fax-ttl{
  font-size: 24px;
  font-weight: bold;
}

.fz18{
  font-size: 18px;
}

.heading .heading-sub:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: transparent;
    margin: 5px auto;
}

.flex{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.d-block{
  display: block;
}

.mail-box{
    min-width: 150px;
    margin: 10px;
    background-color: #fff;
}

.mail-box a{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 1px solid #d4d3d3;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.mail-box .en {
    color: #8d8d8d;
}

.mail-box .ja {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
}

.mail-box {
    min-width: 150px;
    margin: 10px;
    background-color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.mail-box.ofimg{
    display: inline-block;
    width: 35px;
}

.of100:before {
    padding-top: 100%;
}

.mail-box {
    min-width: 150px;
    margin: 10px;
    width: 20%;
    background-color: #fff;
    /* width: 100%; */
    /* display: flex; */
    /* justify-content: center; */
    display: block;
    text-align: center;
    margin: auto;
}

.fax-btn {
    width: 100%;
    max-width: 150px;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 10px;
}

.fax-btn a{
  color: #fff;
}


@media only screen and (max-width: 1100px){
  .mail-box {
    min-width: 350px;
    margin: 10px;
    width: 20%;
    background-color: #fff;
    /* width: 100%; */
    /* display: flex; */
    /* justify-content: center; */
    display: block;
    text-align: center;
    margin: auto;
}
}



@media only screen and (max-width: 599px){
  .mail-box {
    min-width: 220px;
    margin: 10px;
    width: 20%;
    background-color: #fff;
    /* width: 100%; */
    /* display: flex; */
    /* justify-content: center; */
    display: block;
    text-align: center;
    margin: auto;
}
}

.benner-link{
      margin: auto;
    width: 80%;
    display: block;
    text-align: center;
}

.w-100{
  width: 100% !important;
}

.check-item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.333%;
}

.check-item label{
  width: 100%;  
}

.contact-item dd .caption {
    font-size: 12px;
    display: block;
    width: 100%;
}

.block-no{
  width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.w-auto{
  width: auto !important;
}

.aic{
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}

.m-left{
  margin-left: 10px;
}


.check-w{
  width: 32px;    
}

.check-box{
  width: 10% !important;
  margin-right: 10px;
}

.color-r{
  color: #d35230;
  font-weight: bold;
}

.v-flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.w-90{
  width: 90% !important;
}

.w-30{
  width: 30% !important;
}

.p-side{
  padding: 0 100px;
}

.w-30 {
    width: 50% !important;
}

.ml-20{
  margin-left: 20px;
}

@media only screen and (max-width: 1100px){
  .v-flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.contact-item dd .yubin-area {
    width: 100% !important;
}

.p-side {
    padding: 0 0px;
    width: 100%;
}

.block-no {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}

@media only screen and (max-width: 599px){
  .contact-box {
    padding: 20px 20px;
}

.contact-item.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-item .w-30 {
    width: 47% !important;
}

.contact-item dd.input-semi input {
    width: 100%;
}

.pl-0{
  padding-left: 0px !important;
}
}

.m-auto{
  margin: auto;
}

.t-width{
  width: 66% !important;
}

.mr-20{
  margin-right: 20px;
}

@media (max-width: 1100px){
  .t-width{
  width: 100% !important;
}
}




@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .w-30{
    width: 36% !important;  
  }
  .ie-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;  
    -webkit-box-align: center;  
        -ms-flex-align: center;  
            align-items: center;
}

.ie-w100{
  width: 100% !important;
}

.check-item label{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;  
    -webkit-box-align: center;  
        -ms-flex-align: center;  
            align-items: center;
}

.contact-item dd input, .contact-item dd textarea{
  background-color: #fff !important;
}
}

.mr-5{
  margin-right: 5px;
}

.mt-40{
  margin-top: 40px;  
}

.mt-50{
  margin-top: 50px;  
}

.ketoru{
    color: rgb(64, 64, 64);
    font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    display: block;
    line-height: 1.5;
}


@media (max-width: 599px){
 .ketoru{
    font-size: 16px;
}
}


/* 4/10 追記 */

.w-100{
  width: 100% !important;;
}

.w-43{
  width: 43% !important;
}

/* table */

table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	width: 50px;
	height: 25px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.b-color01{
  border-top-color: white;
  border-left-color: white;
}
.b-color02{
  border-top-color: white;
  border-right-color: white;
}

.d-none{
  display: none;
}

.w-80{
  width: 80% !important;  
}


.w-60 {
    width: 43%;
    margin-left: 37%;
    margin-bottom: 30px;
}
@media only screen and (max-width: 599px){
.price_table_item .w-80{
  width: 100% !important;  
}

.w-60-sp {
    width: 100%;
    margin-left: auto;
    margin-bottom: 30px;
}
}

/* 4/12　追記 */

.w-btn{
  width: 29%;  
  margin: auto;
}

.mail-box a{
  padding: 27px 0;
}

.mail-box a {
    padding: 27px 0 !important;
    border: 3px solid #FF0000 !important;
}

.z-max{
  z-index: 9999;
}

.blue-text a{
  color: #0000ff !important;
}

/*****商品本文横並び*****/
.flex_00 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.blog_box .blog_in {
  width: 48%;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 599px){
  .flex_00 {
    display: block;
  }
  .blog_box .blog_in {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1100px) {
.w-tb{
 width: 225px !important; 
}
}

/*2021/12/06〜追記*/
header .inner {
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
}

.nav-box {
  margin-left: auto;
  margin-right: 30px;
}

/*header-search*/
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-search .input-text {
  width: 190px;
}

.header-search .input-text input {
  width: 100%;
}

.search-btn {
  flex-shrink: 0;
}

.search-btn button {
  width: 100%;
  height: 100%;
  background: #000;
  border: none;
  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;
  padding: 0 10px;
}

@media (max-width: 599px) {
  .header-search .input-text {
    width: 150px;
  }
  
  .header-search .input-text input {
    font-size: 13px !important;
  }
}

/*search*/
table.search-list {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}

table.search-list * {
  border: none;
}

table.search-list img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain; object-position: center center;';
}

table.search-list thead {
  display: none;
}

table.search-list tbody {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

table.search-list tbody tr {
  width: 48%;
  margin-right: 3%;
  border-bottom: none !important;
  background: none;
}

table.search-list tbody td {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  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;
}

table.search-list tbody tr:nth-of-type(2n) {
  margin-right: 0;
}

table.search-list .search-left-cont {
  width: 70%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

table.search-list .search-left-cont .img-box {
  width: 35%;
}

table.search-list .search-left-cont .text-box {
  width: 63%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

table.search-list .search-left-box {
  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;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

table.search-list .search-left-box+.search-left-box {
  margin-top: 10px;
}

table.search-list .search-left-box dt {
  width: 70px;
}

table.search-list .search-left-box dd {
  width: calc(100% - 80px);
}

table.search-list .search-right-cont {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

table.search-list .more-btn {
  width: 140px;
  max-width: 100%;
  margin: 0;
  margin-bottom: 20px;
}

table.search-list .more-btn a {
  border: 2px solid #404040;
  padding: 5px;
}

table.search-list .download-btn {
  margin-left: 0;
}

.search-hide {
  display: none !important;
}

.search-section {
  margin-top: 0;
}

/* .search-section .dataTables_filter {
  visibility: hidden;
} */

.search-section .dataTables_wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.search-section #data_tables_paginate .paginate_button {
  text-align: center;
}

.dataTables_wrapper .dataTables_filter input {
  width: 320px;
}


@media (max-width: 1100px) {
  .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 28%;
  }
  
  .nav-box {
    margin-left: auto;
    margin-right: 0;
  }
  
  table.search-list tbody tr {
  width: 100%;
  margin-right: 0;
  }
  
  table.search-list .search-left-cont {
    width: 100%;
  }
  
  table.search-list .search-right-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 20px;
  }
  
  table.search-list .more-btn {
    margin-bottom: 0;
  }
  
  table.search-list .download-btn a {
    margin: 0;
  }
}

@media (max-width: 599px) {
  table.search-list .search-left-box dt {
    width: 100%;
    font-weight: bold;
  }
  
  table.search-list .search-left-box dd {
    width: 100%;
  }
  
  .header-search { 
    margin-left: 15%;
}
}

.search-right-cont .more-btn {
    display: none;
}

.表示 .search-right-cont .more-btn {
    display: block;
}


/*2021/12/16*/
.fz16 {
  font-size: 16px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.product-faq-heading .heading-sub {
  display: block;
  margin-left: 0;
}

@media (max-width: 599px) {
  .product-faq-heading {
    margin-bottom: 0;
  }
}

.product-faq-link {
  margin-top: 50px;
}

.product-faq-link ul {
  display: flex;
  flex-wrap: wrap;
}

.product-faq-link li {
  width: 25%;
}

.product-faq-link li:nth-of-type(n + 5) {
  margin-top: 20px;
}

.product-faq-link li > a {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}

.product-faq-link li > a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1100px) {
  .product-faq-link li {
    width: 50%;
  }
  
  .product-faq-link li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

@media (max-width: 599px) {
  .product-faq-link li {
    width: 100%;
  }
  
  .product-faq-link li+li,
  .product-faq-link li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}

.product-faq-content li.faq-bar+li.faq-bar {
  margin-top: 20px;
}

.product-faq-content .tablist {
  width: 100%;
  display: block !important;
  padding: 0;
}

.product-faq-content .faq-bar {
  margin-top: 0;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.product-faq-content .product-faq-text {
  margin-right: 30px;
  padding: 20px;
  position: relative;
  z-index: 0;
}

.product-faq-content .product-faq-text a {
  color: #0077dd;
  text-decoration: underline;
}

.product-faq-content .product-faq-text .deco {
  font-size: 30px;
  margin-right: 20px;
  font-weight: bold;
}

.product-faq-content .product-faq-text+.product-faq-text .deco {
  color: #8d8d8d;
}

.product-faq-content .acc-content {
  border-top: 1px solid #ddd;
}

.product-faq-text.acc-btn:before,
.product-faq-text.acc-btn:after {
  width: 30px;
  height: 1px;
  background: #a2a2a2;
  padding: 0;
  margin: 0;
  content: "";
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
}

.product-faq-text.acc-btn:after {
  transform: rotate(90deg);
}

.product-faq-text.acc-btn.action:after {
  transform: rotate(0deg) translate(0, -50%);
}

.product-faq-text .faq-list {
  padding-left: 3em;
  text-indent: -3em;
}

.product-faq-text .faq-list:after {
  display: none;
}

@media (max-width: 599px) {
  .product-faq-content .tablist {
    margin-left: 0;
  }
}

/*product-faq-access*/
.product-faq-access {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
}

.product-faq-access:before {
  width: 1px;
  height: 60%;
  content: "";
  background: #a2a2a2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-faq-access .product-faq-box {
  width: 50%;
  padding: 30px;
}

.product-faq-access .product-faq-box dt {
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 0;
}

.product-faq-access .product-faq-box .en {
  font-size: 80%;
  margin-left: 10px;
}

.product-faq-access .product-faq-box dd {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

.product-faq-access .product-faq-box .more-btn {
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .product-faq-access .product-faq-box {
    padding: 20px 10px;
  }
}

@media (max-width: 599px) {
  .product-faq-access:before {
    display: none;
  }
  
  .product-faq-access .product-faq-box {
    width: 100%;
  }
  
  .product-faq-access .product-faq-box+.product-faq-box {
    border-top: 1px solid #ddd;
  }
}

/*****2021/12/23*****/

.p_box {
  margin: 50px auto 0;
}
.p_link {
  width: 600px;
  margin: auto;
  border: 1px solid #999;
}

.more-btn.p_link a:after {
  display: none;
}

.c_text {
  font-size: 12px;
  color: #fff;
}

@media (max-width: 1100px) {
  .p_link {
    width: 500px;
  }
}

@media (max-width: 599px) {
  .p_link {
    width: 90%;
  }
}

/*****ドロップダウン多層*****/
.dropmenu .dropdown2 {
    position: relative;
    overflow: hidden;
}

.dropmenu .dropdown2:after {
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    border: 0;
    left: 0;
}

.dropmenu .dropdown2 ul {
    position: absolute;
    top: 100%;
    /* left: -80px; */
    left: -130px;
    right: -80px;
    /* width: 260px; */
    width: 400px;
    margin: 25px auto 0 auto;
    background-color: #eef1f0;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    opacity: 0;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: -9999 !important;
}

.dropmenu .dropdown2 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 .dropdown2 ul li {
    overflow: hidden;
    /* width: 100%; */
    width: 50%;
    float: left;
    height: auto;
    margin-left: 0;
    border-bottom: 1px solid #d3d3d3;
}
#dropmenu .dropdown2 ul li:nth-of-type(7n) {
  border-bottom: none;
}
#dropmenu .dropdown2 ul li:last-of-type {
    border-bottom: none;
}
#dropmenu .dropdown2:hover,
#dropmenu .dropdown2[data-element-id] {
    overflow: visible;
}
#dropmenu .dropdown2:hover ul,
.top #dropmenu .dropdown2[data-element-id] ul {
    opacity: 1;
    z-index: 2 !important;
}
#dropmenu .dropdown2 ul li a {
    color: #404040;
    background-color: #eef1f0;
    padding: 8px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
#dropmenu .dropdown2 ul li a .en {
    font-size: 12px;
}
#dropmenu .dropdown2 ul li a .ja {
    border-right: none;
    border-left: none;
}
.dropmenu .dropdown2 {
  overflow: hidden;
}
.dropmenu .dropdown2:hover > .first{
  overflow: visible;
}
.dropmenu .dropdown2:hover .first ul {
  overflow: hidden;
}
.dropmenu .dropdown2 ul .drop2 {
  padding: 8px 5px;
  text-align: center;
}
.dropmenu .dropdown2 ul li ul:before {
 display: none;
 }
 #dropmenu .dropdown2 ul li ul li {
   width: 100%;
}
.dropmenu .dropdown2 ul li ul li a {
  padding: 5px !important;
}
.dropmenu .dropdown2 ul .drop2 ul {
  padding: 0;
  width: 220px;
  margin: 0 auto;
}

/* 2022.03.31 */

 nav li .drop2 ul{
  position: absolute;
  left:0;
  top:62px;
  z-index: 4;
  width:180px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  display: none;
 }
 
nav li.drop2:hover > ul,
nav li.drop2 ul li:hover > ul ,
nav li.drop2 ul :hover > ul{
/* nav li.drop2:active > ul,
nav li.drop2 ul li:active > ul{ */
  visibility: visible;
  opacity: 1;
  display: block;
}

nav li.drop2 ul li a{
  color: #fff;
  border-bottom:solid 1px rgba(255,255,255,0.6);
}

nav li.drop2 ul li:last-child a{
  border-bottom:none;
}


nav li.drop2 ul ul{
  top:0;
  left:182px;
  background:#66ADF5;
}

nav li.drop2 ul ul li a:hover,
nav li.drop2 ul ul li a:active{
  background:#448ED3;
}
/* .dropmenu .dropdown2 ul .drop2 ul {
  right: -530px;
} */
.top #dropmenu .dropdown2 > ul[data-element-id] {
  left: -330px;
}
.dropmenu .dropdown2 ul .drop2:first-child ul {
    left: -650px;
    top: 20px;
}
.dropmenu .dropdown2 ul .drop2:nth-child(2) ul {
    right: -720px;
    top: 20px;
}
.dropmenu .dropdown2 ul .drop2:nth-child(3) ul {
    left: -650px;
    top: 80px;
}
.dropmenu .dropdown2 ul .drop2:nth-child(4) ul {
    right: -720px;
    top: 80px;
}
.dropmenu .dropdown2 ul .drop2:nth-child(5) ul {
    left: -650px;
    top: 140px;
}
.dropmenu .dropdown2 ul .drop2:nth-child(6) ul {
    right: -720px;
    top: 140px;
}
.dropmenu .dropdown2 ul .drop2:nth-child(7) ul {
    left: -650px;
    top: 200px;
}
.dropmenu .dropdown2 ul .drop2:nth-child(8) ul {
    right: -720px;
    top: 200px;
}
.dropmenu .dropdown2 ul .drop2:first-child ul[data-element-id] {
    left: -550px;
    top: 20px;
}
.dropmenu .dropdown2 ul .drop2:nth-child(2) ul[data-element-id] {
    right: -570px;
    top: 20px;
 }
.dropmenu .dropdown2 ul .drop2:nth-child(3) ul[data-element-id] {
    left: -550px;
    top: 80px;
}
.dropmenu .dropdown2 ul .drop2:nth-child(4) ul[data-element-id] {
    right: -570px;
    top: 80px;
}
.dropmenu .dropdown2 ul .drop2:nth-child(5) ul[data-element-id] {
    left: -550px;
    top: 140px;
}
.dropmenu .dropdown2 ul .drop2:nth-child(6) ul[data-element-id] {
    right: -570px;
    top: 140px;
}
.dropmenu .dropdown2 ul .drop2:nth-child(7) ul[data-element-id] {
    left: -550px;
    top: 200px;
}
.dropmenu .dropdown2 ul .drop2:nth-child(8) ul[data-element-id] {
    right: -570px;
    top: 200px;
}
nav ul li a{
	display: block;
	text-decoration: none;
	color: #999;
/*   padding:20px 35px; */
	transition:all .3s;
}



/* 下記トップページ改修の内容 */

/* バナー本体 */

.news-banner {
    display: block;
    height: 30px;
    width: 100%;
    background-color: #e1e1e1;
    overflow: visible;
}

[data-element-id].news-banner {
    overflow: hidden;
}

.news-banner a {
    color: #575757;
    font-weight: bold;
        border-bottom: 1px solid;
}

/* バナー内コンテンツ */
.news-banner__content {
    display: block;
    color: #fff;
    line-height: 30px;
    padding-left: 0;
    text-align: center;
    white-space: nowrap;
    /* animation: animate-banner 20s linear infinite; */
    margin: auto;
}


.nav-box .c_text {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}

/* 横にスクロールさせるアニメーション */
/* @keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
  
} */

@media only screen and (max-width: 1100px){
    .hamburger {
    top: 25px;
}
}


@media only screen and (max-width: 599px){
  .hamburger {
    display: block;
    width: 50px;
    height: 50px;
    left: -50px;
    top: 25px;
}
}


.second-nav .inner{
  justify-content: space-around;
}

.another-nav li{
  color: #000;
    font-weight: bolder;
}

.another-nav{
      display: flex;
    width: 150px;
    justify-content: space-between;
}


/* 0507 追記 */

/* サポートと問い合わせを並べる*/

.top-contact-list.flex{
  justify-content: space-around !important;
}

.top-contact-list li {
    width: 25%;
    margin: 10px 0px;
    min-width: auto;
}

.contact-box {
    margin-bottom: 50px;
    width: 48%;
    padding: 0;
}

@media only screen and (max-width: 1100px){
  .contact-box {
    margin-bottom: 50px;
    width: 80%;
    margin: auto;
}

}

@media only screen and (max-width: 599px){
  .contact-box {
    width: 100%;
    margin-bottom: 50px;
}

.top-contact-list li {
    width: 48%;
}
}


.newitem-list {
   display: flex;
   justify-content: space-around;
}

.newitem-list li{
  width: 22%;
}

.category {
    background: #8edb7b;
    border-radius: 10px;
    margin: 10px 0;
}

.category span {
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: block;
}

.newitem-list .date {
    color: #949494;
    font-size: 12px;
    margin-top: 10px;
}


.newitem-list .ttl {
    font-weight: bold;
}

.bottom-fix{
  display: none;
}

[data-element-id].bottom-fix{
  display: block;
}


@media only screen and (max-width: 599px){
  .newitem-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.newitem-list li {
    width: 44%;
}
  
.newitem-list li:not(:nth-last-of-type(2)){
  margin-bottom: 30px;
}

.newitem-area.more-btn{
  margin-top: 25px !important;
}
  
.mt-25-sp{
  margin-top: 25px !important;
}
  
}

[data-element-id].newitem-list>div{
      display: flex;
    justify-content: space-around;
}


.fw-b{
  font-weight: bold;
}

.pc-none{
  display: none ;
}

.sp-none{
  display: flex ;
}

@media only screen and (max-width: 1100px){
  
  .link-bottom {
    margin: 10px 0 70px;
}

/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
  
  .bottom-fix{
    position: fixed;
    bottom: 30px;
    left: 10px;

    background-color: #ffcb00;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: 3s fuwafuwa infinite;
} 


.bottom-fix span{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
  .pc-none{
  display: flex !important;
}

.sp-none{
  display: none !important;
}
}

@media only screen and (min-width: 600px) and (max-width: 1100px) {

.hamburger {
    top: 10px;
}
.second-nav .inner {
    justify-content: unset;
}

.header-search{
    display: block !important;
    height: 40px;
    margin-bottom: 0px;

}
}

@media only screen and (max-width: 599px){
  .hamburger {
    display: block;
    width: 50px;
    height: 50px;
    left: -50px;
    top: 5px;
}  


.db-inport-sp{
  display: block !important;
}

.header-search{
  margin-left: 15px !important;
}

header .inner .logo {
    width: 100px;
    margin-bottom: 20px;
}
}

/* sns */

.sns-list .sns-in:last-of-type a:before {
    content: "\f167";
}

.sns-list .sns-in:last-of-type a{
  background-color: #d91f1f;
}

.sns-list .sns-in:last-of-type:after{
  border: 1px solid #d91f1f;
}

/* フッター */

/* .link-list2 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 5;
}

.w75 {
    width: 100%;
} */


@media only screen and (max-width: 1100px){
  .second-nav .inner {
    justify-content: unset;
}

.nav-box {
  z-index: 99999;
}
}


[data-element-id].bottom-fix{
  width: 100%;
}

[data-element-id].bottom-fix:before {
    content: "こちらはスマホ時の固定ボタンです";
    display: block;
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 4px;
    margin: 0;
    text-align: center;
}


.bg-gray01{
  background: #e9eced;
    padding: 20px 0px;
}

.bg-gray02{
    background: #9a9a9a57;
    padding: 20px 0px;
}

@media only screen and (min-width: 1101px){
  .nav-box {
    width: auto;
    height: 65px;
}

.nav-box {
    margin-left: auto;
    margin-right: 0px;
}

.second-nav .inner {
    justify-content: space-between;
    width: 1000px;
    margin: auto;
}

.second-nav .flex2 {
    flex: none;
    display: flex;
    align-items: center;
    margin-right: -20px;
    justify-content: space-around;
    width: 520px;
}

}

@media only screen and (min-width: 600px) and (max-width: 1100px){
  .hamburger {
    top: 20px;
}
}

@media only screen and (max-width: 599px){
  .hamburger {
    display: block;
    width: 50px;
    height: 50px;
    left: -50px;
    top: 25px;
}

}
@media only screen and (max-width: 1100px){
  .second-nav .inner {
    justify-content: unset;
    padding-top: 0;
}
}

.topic-midashi{
  text-align: left;
    display: flex;
    align-items: baseline;
}

.topic-midashi span{
  font-size: 12px;
  margin-left: 10px;
  }
  
  
  .topics ul{
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .topics ul li{
    width: 30%;
  }
  
  .topics ul li img{
    width: 100%;
  }
  
  
  .contact-box{
    width: 50%;
  }
  
  @media only screen and (max-width: 599px){
      .topics ul li{
    width: 47%;
  }
  .contact-box {
    width: 100%;
}

.topics ul {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.newitem-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 20px;
}

.newitem-list li {
    width: 47%;
}


.top-contact-list.flex {
    justify-content: flex-start !important;
}

.c_text {
    font-size: 12px;
    color: #404040;
}
  }
  
  
  .topics-ttl{
    font-size: 16px;
    font-weight: bold;  
    margin-top: 10px;
  }
  
   .topics-dtl{
     margin-top: 10px;
   }
   
   
   
.product-box .slick-list .ofimg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}


@media only screen and (max-width: 1100px){
  .inner-nav .link-list2{
  display: flex !important;
}  
}



/* .link-list>li .link-title:after,.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%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
 */

/* .link-box2 .my-0{
  margin: 0px auto;
}


.link-list2 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 5;
    column-count: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

.link-list2 li{
  width: 18%;
}

.link-list2 li li{
  width: 100%;
}

.link-list2 li li ul{
  display: none;
}

@media only screen and (max-width: 1100px){
  .link-list2>li {
    width: 45%;
    margin: 1%;
}
} */


.link-list2 .action:after {
  
}

/* .heading4 .action:after{
    -webkit-transform: rotate(180deg) translate(0, 50%);
    -moz-transform: rotate(180deg) translate(0, 50%);
    -ms-transform: rotate(180deg) translate(0, 50%);
    -o-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%);
}



.link-list2 .heading4.after{
      -webkit-transform: rotate(180deg) translate(0, 50%);
    -moz-transform: rotate(180deg) translate(0, 50%);
    -ms-transform: rotate(180deg) translate(0, 50%);
    -o-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%);
} */


/*アイコンの＋と×*/
footer .title::before,
footer .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
    
}
footer .title::before{
    top:48%;
    right:0px;
    transform: rotate(0deg);
    transition: 0.3s linear;
    
}
footer .title::after{    
    top:48%;
    right: 0px;
    transform: rotate(90deg);
    transition: 0.3s linear;

}
/*　closeというクラスがついたら形状変化　*/
footer .title.close::before{
  transform: rotate(45deg);
}

footer .title.close::after{
  transform: rotate(-45deg);
}


.button span{
  position: relative;
    left: -5px;
}

footer .footer1 .box{
  margin-top: 15px !important;
}

.footer1 .title a{
  pointer-events: none;
}

.top-contact-list .top-contact-icon{
  background: #ddd;
}

.houzin .top-contact-list .top-contact-icon{
  background: #e9eced;
}

.top-contact-list .top-contact-icon img{
  mix-blend-mode: multiply;
}


.header-search input::placeholder{
  font-size: 12px !important;
    padding: 3px 0px 3px 3px;
}


@media only screen and (min-width: 1101px){
  .second-nav .header-search .c_text {
    font-size: 10px;
    color: #8d8c8c;
/*     margin-right: 38px; */
}  
}


@media only screen and (max-width: 1100px){
  .second-nav .header-search .c_text {
    font-size: 10px;
    color: #8d8c8c;
    margin-right: 38px;
}  
.header-search input::placeholder{
  font-size: 11px !important;
    padding: 3px 0px 3px 3px;
}

}
.footer1 .link-title-box{
  margin-left: 0px;
}
@media only screen and (min-width: 1101px){
  
  .inner-link-list {
    margin-top: 10px;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


footer .title::after {
    top: 48%;
    right: 3px;
    transform: rotate(90deg);
    transition: 0.3s linear;
}

footer .title::before {
    top: 48%;
    right: 3px;
    transform: rotate(0deg);
    transition: 0.3s linear;
}
}


@media only screen and (max-width: 599px){
  .inner-link-list {
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer1 .title a {
    pointer-events: none;
    width: 160px;
}

footer .title::after {
    top: 48%;
    right: 5px;
    transform: rotate(90deg);
    transition: 0.3s linear;
}

footer .title::before {
    top: 48%;
    right: 5px;
    transform: rotate(0deg);
    transition: 0.3s linear;
}
}

/*  */



@media only screen and (min-width: 1101px){
  .info {
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 80%;
    height: 17em;
    margin: 0 auto;
    overflow-y: scroll;
}



.second-nav{
  background-color: #fff;
}


.second-nav .logo{
  flex: 1;
  display: block;
  text-align: center;
}

.second-nav .logo p{
  display: block;
  text-align: center;
}

.second-nav .another-nav {
    display: flex;
    width: 150px;
    justify-content: space-between;
}

.second-nav .header-search{
 display: flex;
    align-items: center;
    width: 290px;
    flex-direction: column; 
}

.second-nav .header-search .c_text{
      font-size: 12px;
    color: #8d8c8c;
}

.second-nav .lang-box{
  width: auto;
    margin: 0;
}

.second-nav .flex2{
  flex: 2;
    display: flex;
    align-items: center;
}

.nav-bg{
  background-color: rgb(218 212 212 / 30%);
}

.nav-bg .dropdown .ja{
      border-left: 0px;
    border-right: 0px;
}

.nav-bg .dropdown2 .ja{
      border-left: 0px;
    border-right: 0px;
}

.nav-bg .dropdown2{
width: 25%;
}

/* .nav-bg .dropdown{
width: 25%;
} */

.nav-bg .dropdown{
width: 19%;
}


.nav-bg .nav-list.dropmenu.flex{
width: 80%;
    margin: auto;
}

/* .nav-box{
    width: auto;
    height: 80px;
} */

.nav-bg .nav-list a span, .nav-list .dropdown-btn span {
    text-align: center;
    font-weight: bold;
}


.nav-bg .nav-list.dropmenu.flex {
    width: 1130px;
    margin: auto;
}

.dropmenu .dropdown2 ul {
    position: absolute;
    top: 110%;
    /* left: -80px; */
    left: -90px;
    right: -80px;
    /* width: 260px; */
    width: 400px;
    margin: 25px auto 0 auto;
    background-color: #eef1f0;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: -9999 !important;
}

.second-nav .lang-box li{
  border: none;
}


.second-nav .lang-box li.on .inner-lang-btn {
    background-color: transparent;
    color: #000;
    font-weight: bold;
}

.second-nav .lang-box li .inner-lang-btn {
    padding: 2px 10px;
}


.srash{
      transform: rotateX(55deg);
    color: #000;
    font-size: 20px;
}



.second-nav .flex2 {
    flex: 2;
    display: flex;
    align-items: center;
    margin-left: 69px;
}

.second-nav .logo {
    flex: 1;
    display: block;
    text-align: center;
    margin-left: 19px;
}
}





@media (min-width:768px) {
  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap
  }
}

.info dd,
.info dt {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: .5em;
  padding-left: .5em
}

 .info dt {
  font-style: normal;
  font-weight: initial
}

@media (min-width:768px) {
 .info dt {
    width: 100%;
    margin-bottom: 0.5em;
    border-bottom: none;
}
}

 .info dt:first-of-type {
  padding-top: .5em;
  border-top: 1px dotted #343a40
}

 .info dt time {
  margin-right: .5em
}

 .info dt span {
    box-sizing: border-box;
    display: inline-block;
    width: 20em;
    margin-right: 0.5em;
    padding: 0 0.5em;
    background-color: #346dff;
    color: #fff;
    font-size: .8em;
    line-height: 1.75;
    text-align: center;
    margin-right: 20px;
    border-radius: 13px;
}

 .info time {
  color: #adb5bd
}

 .info dd {
  margin-left: 0;
  margin-bottom: .5em;
  border-bottom: 1px dotted #343a40
}

@media (min-width:768px) {
 .info dd {
    width: 100%;
    border-top: 0px !important;
}
   .info dd:first-of-type {
    padding-top: .5em;
    border-top: 1px dotted #343a40
  }
}

 .info dd:nth-of-type(-n+3) {
  position: relative
}



@media only screen and (max-width: 599px){
   .info {
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 20em;
    margin: 0 auto;
    overflow-y: scroll;
    width: 90%;
}
}

@media only screen and (min-width: 1101px){
   .inner-link-list {
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}  
}


@media only screen and (max-width: 599px){
   .inner-link-list {
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}
  
  
@media only screen and (min-width: 1101px){
     .second-nav .inner {
    justify-content: space-between;
    width: 1000px;
    margin: auto;
    padding: 10px 0;
}

 .second-nav .logo {
    flex: none;
    display: block;
    text-align: left;
    margin-left: 19px;
}




 .second-nav .flex2 {
    flex: none;
    display: flex;
    align-items: center;
    margin-left: 0;
    justify-content: space-around;
    width: 670px;
}

 .second-nav .another-nav {
    display: flex;
    width: auto;
    justify-content: space-between;
    white-space: nowrap;
}

 .another-nav a:first-of-type{
  margin-right: 30px;
}



 .second-nav .header-search {
    display: flex;
    align-items: center;
    width: auto;
    flex-direction: column;
    white-space: nowrap;
}


 .second-nav .lang-box {
    width: auto;
    margin: 0;
}

/* .nav-bg .nav-list.dropmenu.flex {
    width: 1160px;
    margin: auto;
    justify-content: center;
} */

/*  .second-nav .inner {
   justify-content: space-between;
   width: 1200px;
   margin: auto;
} */

/*  .second-nav .logo {
   flex: none;
   display: block;
   text-align: left;
   margin-left: 0;
}
*/
/*  .nav-bg .dropdown2 {
   width: 25%;
} */

 .nav-bg .dropdown2 {
    width: 19%;
}
}


/* From uiverse.io by @AhSiber */
.button {
    border: 1px solid seagreen;
    border-radius: 20px;
    background: rgb(131 131 131);
    width: 130px;
    height: 35px;
    font-size: 17px;
    display: block;
    margin: 35px 0 0 auto;
}

.button a{
      color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

[data-element-id].button a{
  border: none !important;
}

.button a:after{
   content: "\f04b";
    font-family: FontAwesome;
    line-height: 100%;
    display: inline-block;
    width: 11px;
    height: 15px;
    position: absolute;
    top: 52%;
    right: 11px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    font-size: 12px;
    color: #ffffff;
}


.button:hover {
    background-color: white;
    color: #838383;
    border: 1px solid #838383;
}

.button:hover a{
  color: #838383;
}

.button:hover a:after{
  color: #838383;
}


/* From uiverse.io by @alexmaracinaru */
.cta {
    border: none;
    background: none;
    margin: 50px 0px 0 auto;
    display: block;
}

.cta span {
    padding-bottom: 7px;
    /* letter-spacing: 4px; */
    /* font-size: 10px; */
    /* padding-right: 15px; */
    text-transform: uppercase;
    font-weight: bold;
    color: #838383;
}


.hover-underline-animation {
 position: relative;
 color: black;
 padding-bottom: 20px;
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1.5px;
    bottom: 0;
    left: 0;
    background-color: #838383;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
 transform: scaleX(1);
 transform-origin: bottom left;
}


/*5\19 追記  */

.info{
  max-width: 100% !important;
}

@media only screen and (min-width: 1101px){
.inner {
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
}

.box {
    margin: 80px auto 50px auto;
}
}

.top-contact-list li a{
  padding: 0px !important;
}

.top-contact-list li a:hover {
    opacity: 1;
    border: 2px solid #353535;
    background-color: transparent;
    height: 100%;
}

@media only screen and (max-width: 1100px){
  .box {
    margin: 50px auto 40px auto;
}

}


@media only screen and (max-width: 599px){
  .button {
    margin: 15px auto 0;
}

.cta{
  margin: 15px auto 0;
}
}


/* 06/10 追記 */

  .nav-box .nav-list span {
    font-weight: 400 !important;
}

.second-nav .another-nav span{
  font-weight: 400 !important;
}


@media only screen and (min-width: 1101px){
  .second-nav .flex2 {
    margin-right: -6px !important;
    width: 465px !important;
}
}

.second-nav .ja {
    display: block;
    text-align: center;
}


.link-list2.accordion-area .box{
  margin-top: 0px;
}


/* footer  */

@media only screen and (min-width: 1101px){

footer .link-list2.accordion-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

footer .link-list2 li{
  -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 10px;
    width: 23%;
}

footer .link-list2 li li{
  width: 100%;
}
}

@media only screen and (min-width: 1101px){
  .another-nav .ta-c{
  display: block;
  text-align: center;
}
}

@media only screen and (max-width: 1100px){
  .another-nav .ta-c{
  display: block;
  text-align: left;
}

.second-nav .ja{
  text-align: left;
}
}

@media only screen and (max-width: 1100px){
  .second-nav .header-search{
    display: none !important;
  }
  
  .nav-box .header-search{
    display: block !important;
  }
  
  .inner-link-list li a {
    font-size: 12px;
    color: #fff;
    background: transparent;
}

  .ニュースリリース span {
    background-color: transparent;
}
}

@media only screen and (max-width: 599px){
/*   .header-search {
  margin-left: 65px !important;
} */

.link-title-box .en {
    color: #8d8d8d;
    text-align: left;
}

  .header-search .c_text {
    font-size: 12px !important;
    color: #fff !important;
}
}

footer .inner-link-list2{
  display: none;
}


@media only screen and (max-width: 1100px){
  .pc-none .inner-link-list.box{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
}

.footer1 ul li ul{
  display: none;
}

@media only screen and (max-width: 599px){
 .footer1 h3 .en.georgia{
   text-align: center !important;
 }
 
  .footer1 ul li ul li.en.georgia{
   text-align: left !important;
 }
}

/* 06/16 追記 */

@media only screen and (min-width: 1101px){
  .top #dropmenu .dropdown2 > ul[data-element-id] {
    left: -95px;
}

.dropmenu .dropdown2 ul .drop2:nth-child(2) ul {
    right: -680px;
    top: 20px;
}

.dropmenu .dropdown2 ul .drop2:nth-child(2) ul {
    right: -660px;
    top: 20px;
}

.dropmenu .dropdown2 ul .drop2:nth-child(4) ul {
    right: -660px;
    top: 80px;
}

.dropmenu .dropdown2 ul .drop2:nth-child(6) ul {
    right: -660px;
    top: 140px;
}

.dropmenu .dropdown2 ul .drop2:nth-child(8) ul {
    right: -660px;
    top: 200px;
}
}

/* 0621 作成 */

@media only screen and (min-width: 1101px){
  .pc_slide {
    display: block;
    margin-top: 134px;
}
}

@media only screen and (min-width: 600px) and (max-width: 1100px) {
  .pc_slide {
    display: block;
    margin-top: 0px;
}

.second-nav .inner {
    justify-content: unset;
    padding-top: 20px;
}
}

@media only screen and (max-width: 599px){
.sp_slide {
    display: block;
    margin-top: 0px;
}

.second-nav .inner {
    justify-content: unset;
    padding-top: 35px;
}
}


/* 08/04 追記 */

  .news-banner{
 display: none; 
}


/* 下記ナビゲーション */
/* .nav-bg.sp-none{
  opacity: 1;
  visibility: visible;
  display: block !important;
} */

.nav-bg.pc-none{
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 599px){
  .nav-bg.pc-none{
  opacity: 1;
  visibility: visible;
  display: block !important;
}

.nav-bg.sp-none{
  opacity: 0;
  visibility: hidden;
}
}


#nav01 {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* #pc-nav01 nav ul{
  display: none;
} */

#pc-nav01, #pc-nav02, #pc-nav03, #pc-nav04{
 display: none;
}

#nav01:hover #pc-nav01{
  display: flex ;
}

 #pc-dropnav{
  display: none;
} 

#pc-nav01{
  position: relative;
  top: 0px;
  height: 65px;
}

.o-visible{
display: flex !important;
}

header{
  background-color: transparent;
}

/* header .nav-box{
  background-color: rgba(0, 0, 0, 0.3);
} */

.bg-mask{
 background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1101px){
  .nav-box{
  width: 100%;
  height: 100%;
} 
}



header .nav-list {
   background-color: transparent;
}

#pc-nav01 #nav-list01{
  justify-content: space-evenly;
}

#pc-nav01 #nav-list01 li{
  width: auto;
}

#pc-nav02 #nav-list02{
    justify-content: space-evenly;
  display: flex;
}

#pc-nav02 #nav-list02 li{
  width: auto;
}

#pc-nav02{
position: relative;
    height: 110px;
}


#pc-nav03{
position: relative;
    height: 110px;
}


 #nav-list03{
  justify-content: space-evenly;
  display: flex;
}

#pc-nav03 #nav-list03 li{
  width: auto;
}


/* nav04 */


#pc-nav04{
position: relative;
    height: 110px;
}

 #nav-list04{
  justify-content: space-evenly;
  display: flex;
}

#pc-nav04 #nav-list04 li{
  width: auto;
}

#nav01,#nav02,#nav03,#nav04{
  width: auto;
}

.dropdown2{
  width: auto !important; 
}

#dropmenu{
      justify-content: space-evenly;
}

.nav-bg{
      background-color: rgb(150 150 150 / 50%);
}

#kichen-tab:hover .dropdrop01 {
    opacity: 1;
    z-index: 9999 !important;
    background-color: #eef1f0;

}

#helth-tab:hover .dropdrop05{
      opacity: 1;
    z-index: 9999 !important;
    background-color: #eef1f0;
}

#kichen-kaden:hover .dropdrop02{
      opacity: 1;
    z-index: 9999 !important;
    background-color: #eef1f0;
}

#medhical-tab:hover .dropdrop06{
      opacity: 1;
    z-index: 9999 !important;
    background-color: #eef1f0;
}

#licence-tab:hover .dropdrop03{
      opacity: 1;
    z-index: 9999 !important;
    background-color: #eef1f0;
}

#lifestyle-tab:hover .dropdrop07{
      opacity: 1;
    z-index: 9999 !important;
    background-color: #eef1f0;
}

#Stationary-tab:hover .dropdrop04{
      opacity: 1;
    z-index: 9999 !important;
    background-color: #eef1f0;
}

#bohan-tab:hover .dropdrop08{
      opacity: 1;
    z-index: 9999 !important;
    background-color: #eef1f0;
}

#lifestyle-tab:hover .dropdrop07{
        opacity: 1;
    z-index: 9999 !important;
    background-color: #eef1f0;
}


.dropmenu .dropdown2 ul {
    color: #000;
    left: -150px;
    top: 50px;
}


.dropdrop01 a{
  color: #000;
}

.dropdrop02 a{
  color: #000;
}

.dropdrop03 a{
  color: #000;
}

.dropdrop04 a{
  color: #000;
}

.dropdrop07 span{
  color: #000;
}

.dropdrop05 a{
  color: #000;
}

.dropdrop06 a{
  color: #000;
}

.dropdrop07 a{
  color: #000;
}

.dropdrop08 a{
  color: #000;
}

.dropdown2{
 overflow: visible; 
}

.o-visible2{
  opacity: 1;
  z-index: 9999
}

#pc-nav01 #nav-list01 li{
   overflow: visible; 
}

/* 08/02 作成 */

@media only screen and (min-width: 1101px){
 .dorpdown-list{
    width: 250px !important;
  }
  
 #kichen-tab > .dorpdown-list{
  left: -80px !important;
}

 #helth-tab > .dorpdown-list{
  left: -80px !important;
}

#pc-nav01 .dorpdown-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

#pc-nav02 .dorpdown-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

#pc-nav03 .dorpdown-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

#pc-nav04 .dorpdown-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

#pc-nav01, #pc-nav02, #pc-nav03, #pc-nav04{
  height: 65px !important; 
}

.nav-bg .nav-list.dropmenu.flex {
    width: 1180px;
    margin: auto;
}
}


/* 0928 追記 */

@media only screen and (max-width: 599px){
  .sp_slide .uk-dotnav{
  height: 60px;
}  

.second-nav .inner {
    justify-content: unset;
    padding-top: 10px;
}

.hamburger {
    display: block;
    width: 50px;
    height: 50px;
    left: -50px;
    top: 0px;
}
}

/* 10/04 追記 */
/* Google Translate */

@media only screen and (min-width: 1101px){
.second-nav .flex2 {
    margin-right: -20px !important;
    width: 625px !important;
}
}

.translate{
  width: 150px;
/*     position: fixed;
top: 50px;
right: 25px; */
    z-index: 999;
    margin-left: 2%;
}

.goog-te-banner-frame{
  display: none;
}

#google_translate_element{
      width: 125px;
}

@media only screen and (max-width: 1024px){
  #google_translate_element{
   position: fixed;
    bottom: 25px;
    left: 25px;
}
}


/* mo-dal */

  .modaal-wrapper {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: translate(-50%,-50%);
    max-width: 450px;
    overflow-y: visible;
}



.modaal-gallery-label{
  display: none !important;
}


@media only screen and (max-width: 1024px){
    .modaal-wrapper {
    width: 90% !important;
}

.modaal-wrapper {
    max-width: 300px;
}
}

.faq02 .faq-list {
  padding: 5px;
  border: 1px solid #cbcaca;
}

.faq02 .faq-list:nth-child(2n) {
  background: #fff;
}

.faq02 .faq-list:nth-child(2n+1) {
  background: #e7eced;
}

.faq02 .faq-list:after {
  display: none;
}

.faq02 .faq-list a {
  font-weight: bold;
}

/*商品別よくある質問一覧*/

.faq-in .link-title-box .ja {
  color: #000;
}

.faq-in .inner-link-list li a .ja {
    color: #000;
}

.faq-in .box {
  margin: 30px auto 50px;
}

.inpage-nav li.current a {
    background: #e7eced;
}

.inner-link-list03 li a {
  color: #474646;
}

@media only screen and (max-width: 599px){
  .inner-link-list03 {
    padding-left: 10px;
  }
}

/* 12/20 追記 */

.en-page .footer2 .link-list2{
      justify-content: flex-start;
}

.en-page .footer2 .link-list2 li:first-of-type{
  margin-right: 25px;
}

@media only screen and (max-width: 1100px){
  .en-page .link-list2>li {
    width: 45%;
    margin: 1%;
}
}

@media only screen and (min-width: 1025px){
  .en-company{
    width: auto !important;
    margin-left: 0;
    display: block;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 1024px){
  .en-company{
    display: none !important;
  }
}

footer .link-list2 li.sp-en-company {
display: none !important;
}

.pl14 {
  padding-left: 14px;
}
.pl28 {
  padding-left: 28px;
}
.pl42 {
  padding-left: 42px;
}
.pl140 {
  padding-left: 140px;
}

.bar-btn::after{
  background-color: transparent !important;
}

.jc-c{
  justify-content: center;
}

.en-page .product-category .inpage-nav-determined li {
    width: 240px;
}


.en-page .inpage-nav-determined li a, .inpage-nav-determined li p {
    padding: 10px 15px;
}

.en-page .inpage-nav li.now a {
    cursor: pointer;
    opacity: 1;
    background-color: #ffffff;
}


#en-top .footer-mt-150{
  margin-top: 150px;
}

@media only screen and (max-width: 599px){
  #en-top .footer-mt-150{
  margin-top: 100px;
}
}

@media only screen and (min-width: 1101px){
  .second-nav .flex2 {
    margin-right: 20px !important;
    width: 675px !important;
}
.another-nav a:first-of-type {
    margin-right: 18px;
}
}

.top-news .button {
    border: 1px solid seagreen;
    border-radius: 20px;
    background: rgb(131 131 131);
    width: 150px;
    height: 35px;
    font-size: 17px;
    display: block;
    margin: 35px 0 0 auto;
}

/* 2023/06/20 */
.flex-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-item-wrap .flex-item {
    width: 31.333%;
}

.flex-item-wrap .flex-item iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-top: 20px;
    height: auto;
}

@media (max-width:599px) {
  .flex-item-wrap .flex-item {
      width: 100%;
  }
  .flex-item-wrap .flex-item + .flex-item {
    margin-top: 40px;
  }
}

/*オンラインショップバナー*/
@media only screen and (min-width: 1101px){
  .second-nav .inner {
    width: 1050px;
  }
  .second-nav .header-search {
    margin-left: 10px;
  }
  .second-nav .flex2 {
    margin-right: 0 !important;
    width: 800px !important;
  }
  .online-bnr {
    width: 220px;
    margin-left: 10px;
  }
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}

@media only screen and (max-width: 1100px){
  .pc_only {
    display: none;
  }
  .ts_only {
    display: block;
  }
  .online-bnr {
    text-align: center;
    width: 60%;
    margin: 5px auto 10px;
  }
  .online-bnr img {
    width: 100%;
  }
}

@media only screen and (max-width: 599px){
  .online-bnr {
    text-align: left;
    width: 75%;
    margin: 5px 0 10px;
  }
  .online-bnr02.sp-only {
    display: block;
  }
  .online-bnr02 {
    width: 50%;
    margin: 20px auto 0;
    text-align: center;
  }
}


/*固定バナー*/
.online-bnr03.sp-only[data-element-id] {
  position: fixed;
}
.online-bnr03 {
  position: fixed;
  left: 20px;
  bottom: 60px;
  width: 50%;
  z-index: 2;
}
.online-bnr03.sp-only {
  display: none;
}
@media only screen and (max-width: 599px){
  .online-bnr03.sp-only {
    display: block;
  }
}

/*商品ページオンラインショップリンク*/
.online-link{
  margin-top: 20px;
}
.online-link a {
  display: block;
  margin: auto;
  color: #009de6;
  font-size: 22px;
  font-weight: bold;
  width: 510px;
  border-bottom: 2px solid #009de6;
}

@media only screen and (max-width: 599px){
  .online-link a {
    font-size: 18px;
    width: 300px;
    text-align: center;
  }
}

.chat-iframe{
    width: 80%;
    display: block;
    height: 450px;
    margin: 0px auto 100px;
}

@media screen and (max-width:599px) {
.chat-iframe {
    width: 100%;
    display: block;
    height: 300px;
    margin: 0px auto 100px;
} 
}

.inpage-nav li{
    min-width: 250px;
}

.inpage-nav {
    width: fit-content;
}


/* 12/08 追記 */

.chat-iframe{
  height: 1000px;
}

@media screen and (min-width:1101px) {
#pc-nav04 #nav-list04{
    position: relative;
    left: -2.3%;
}

#pc-nav04 #nav-list04 li:first-of-type{
    position: relative;
    left: 2.7%;
} 

#pc-nav04 #nav-list04 li:nth-of-type(2){
    position: relative;
    left: 1.5%;
} 


#pc-nav04 #nav-list04{
    position: relative;
    left: -2.3%;
}

#pc-nav04 #nav-list04 li:first-of-type{
    position: relative;
    left: 2.7%;
} 

#pc-nav04 #nav-list04 li:nth-of-type(2){
    position: relative;
    left: 1.5%;
} 
}

@media only screen and (max-width: 599px){
.chat-iframe{
  height: 800px;
}
}

/*よくある質問*/
.faq .link-title {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.faq .link-title .ofimg {
  display: inline-block;
  width: 60px;
}
.ap-bnr {
  width: 45%;
  margin-left: auto;
}

.ap-bnr img {
  width: 100%;
}

@media only screen and (max-width: 1024px){
  .ap-bnr {
    width: 70%;
    margin-right: auto;
  }
}

@media only screen and (max-width: 599px){
  .ap-bnr {
    width: 100%;
  }
}

/* 12/21 追記 */

.product-wrap .product-list li .product-title-en.georgia{
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 500;
    font-style: normal;
}

.en-page .product-wrap .product-list li .product-title-en.georgia{
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
    font-style: italic;
    font-weight: bold;
}

@media screen and (min-width:1025px) {
.button-chatbot{
    bottom: 64.5px !important;
}
}

/* 2024/02/06 追記 */

.rm-nolink a:after {
    content: "\f0c1" !important;
    font-family: FontAwesome;
    display: inline-block;
}

@media screen and (min-width:1025px) {
.promotion-link-btns li.rm-nolink{
  width: 67%;
}
}

/* 0228追記 */
/* .modaal-image {
  transition: transform 0.25s ease;
  transform-origin: center center;
} */



/* 2024/03/12 */
/* .btn-zoom {
  display: none;
  width: 30px;
  height: 30px;
  background: #FFF;
  border: 1px solid #005bac;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #005bac;
  padding: 15px 10px 5px;
  position: fixed;
  text-align: center;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  z-index: 1;
}
.btn-zoom:hover {
  background: #eef;
}

.zoom {
  bottom: 190px;
}

.zoom-out {
  bottom: 120px;
}
.zoom-init {
  bottom: 50px;
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 10; サイトによってここの数値は調整
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 600px;
  padding: 30px;
  background-color: #fff;
}

.modalWrapper .price {
  display: flex;
  margin-bottom: 5px;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
} */




/**modal-zoom**/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
  z-index: 31;
}

.modal-content {
  margin: auto;
  display: block;
  width: 10%;
  max-width: 700px;
  transition: transform 0.2s;
  height: 100% !important;
  -webkit-object-fit: contain;
  object-fit: contain;
}

.modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.zoom-icons {
    position: absolute;
    bottom: 15px;
    left: 50%;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.zoom-in, .zoom-out {
  margin-left: 10px;
  user-select: none;
}

@media (max-width:599px) {
  .modal-content {
    width: 30%;
  }
}

.product-img-box .ofimg img:hover {
    cursor: pointer;
}

/* 05/30 追記 */

.product-info-box .inpagenav-list2{
  border: none;
}

.product-info-box .inpagenav-list2 li{
  width: -webkit-calc(20% - 10px);
  width: -moz-calc(20% - 10px);
  width: calc(20% - 10px);
  margin: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  background: #dcdcdc;
  flex-grow: 1;
}

.product-info-box .inpagenav-list2 li a, .inpagenav-list2 li span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dcdcdc;
    font-size: 16px;
    color: #404040;
    text-align: center;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.product-info-box .inpagenav-list2 li a:hover{
    background: #404040;
    color: #fff;
}

@media screen and (max-width:599px) {
  
.product-info-box .inpagenav-list2 {
    row-gap: 5px;
}


.product-info-box .inpagenav-list2 li a, .inpagenav-list2 li span{
  padding: 5px 15px;
}

}

.product-info-box #catchcopy{
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}

.product-info-box .flex-box {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 30px;
}

.product-img-box {
    width: -webkit-calc(100% / 3 - 10px);
    width: -moz-calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px);
    margin: 10px 5px;
}

.product-info-box .image-detail{
    width: 90%;
    margin: auto;
}

.product-info-box .image-detail img{
    width: 100%;
}

.movie {
  width: 70%;
  aspect-ratio: 16 / 9;
  margin-right: auto;
  margin-left: auto;
}
.movie iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width:599px) {
 .movie {
  width: 100%;
}

.product-info-box .inpagenav-list2 li {
    width: -webkit-calc(45% - 10px);
    width: -moz-calc(45% - 10px);
    width: calc(45% - 10px);
}

.product-info-box .flex-box{
  flex-direction: column;
  margin-top: 30px;
}
}
.product-point .point-list li {
    font-size: 16px;
    list-style-type: disc;
    list-style-position: outside;
    margin: 5px 50px 5px 0;
}

@media screen and (max-width:599px) {
 .product-info-box .inpagenav-list2 li a, .inpagenav-list2 li span{
   font-size: 14px;
 }
 
 .product-point .point-list li {
    font-size: 14px;
}
}

.pc-mpt120{
    padding-top: 120px;
    margin-top: -120px;
}

.pc-mpt160{
    padding-top: 160px;
    margin-top: -160px;
}

@media screen and (max-width:1024px) {
 .tb-mpt-115{
    padding-top: 115px;
    margin-top: -115px;
}
}

@media screen and (max-width:599px) {
  .sp-mpt-250{
    padding-top: 250px;
    margin-top: -250px;
}

  .sp-mpt-265{
    padding-top: 265px;
    margin-top: -265px;
}

  .sp-mpt-275{
    padding-top: 275px;
    margin-top: -275px;
}

  .sp-mpt-280{
    padding-top: 280px;
    margin-top: -280px;
}

  .pbi-0{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  
  .pti-0{
    padding-top: 0px !important;
  }
}

.mainimg.fead-mv{
  opacity: 1 !important;
}

header>div{
  opacity: 1 !important;
}

.mainimg.fead-mv{
  opacity: 1;
}

.mainimg p.fead-mv{
  opacity: 1;
}

.mainimg div.fead-mv{
  opacity: 1;
}

.breadcrumbs.fead-mv{
 opacity: 1; 
}

.breadcrumbs li.fead-mv{
 opacity: 1; 
}

.box.product-category.inner .bar.fead-mv{
  opacity: 1;
}

.box.product-category.inner .inpage-nav li.fead-mv{
 opacity: 1;
}


.product-name .product-num{
  margin-right: 0px;
}


@media screen and (max-width:599px) {
.product-name{
  width: 50%;
}

.cc-info span.fead-mv{
  opacity: 1;
}

.inpage-nav li{
  opacity: 1;
}

.cc-info h3.fead-mv{
  opacity: 1;
}

.cc-detail-box.fead-mv{
  opacity: 1;
}

.inpage-nav{
  opacity: 1;
}

.inpage-nav li{
  opacity: 1;
}

.under-mainimg-box.fead-mv{
  opacity: 1;
}

.under-mainimg-box h2.fead-mv{
  opacity: 1;
}

.boxp.new_recruit-inpagenav.bk-light-gray.fead-mv{
  opacity: 1;
}
}

/* 2024/07/08 */

.en-page .product_detail .inpagenav-list2 li a{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:599px) {
.en-page #product1{
  padding-top: 0px !important;
}

 .en-page #product3{
  padding-bottom: 0px !important;
}
}

/* 2024/07/25 追記 */

.announce-txt{
    color: red;
    font-weight: bolder;
    text-align: center;
    font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
    margin: 15px auto;
}

/* 2024/12/17 */

.tel .of58::before{
  padding-top: 58%;
}

.tel-box .tel .ofimg.of58 {
    display: inline-block;
    width: 55px;
    margin-right: 10px;
}

@media screen and (max-width:599px) {
.contact-box .heading5-img {
    display: block;
    margin: 0;
    position: absolute;
    top: 5px;
    left: 5px;
  }
}

/* 2025/03/06 */
@media only screen and (min-width: 1101px) {
.second-nav .ja-link {
    flex: none;
    display: block;
    text-align: left;
}

.second-nav .ja-link a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5em 0;
}
}

@media (max-width: 1100px) {
.second-nav .ja-link{
    display: none;
}  
  
.second-nav .ja-link a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5em 0;
    color: #cacaca;
}  
}

@media(max-width:599px) {
.second-nav .ja-link{
    margin-bottom: 20px;
}  
}

/* 2025/03/17 */
.notice-wrap{
  width: fit-content;
  margin: 0 auto;
  color: #707070;
}

.notice-wrap.ver02 {
  margin: 50px auto 100px;
}

.notice-wrap a{
  color: #0058FF;
  text-decoration: underline;
  display: block;
  margin-top: 0.5em;
}

/* 2025/05/19 */
.chinese-link{
  display: flex;
  justify-content: center;
}

.chinese-link a{
  display: block;
  width: fit-content;
  text-align: center;
  text-decoration: underline;
  color: #0058FF;
}

.about-product-btns li.ver_chi {
  margin: 20px 20px 10px 20px;
}

@media screen and (max-width:599px) {
.chinese-link{
  margin-bottom: 30px;
}
}

/* 2025/05/22 */
.table.ver02{
  margin-top: 85px;
}

.table.ver02 tr {
  border-bottom: 1px solid #595959 !important;
}

.table.ver02 tr:last-of-type{
  border-bottom: none !important;
}

.table.ver02 tr:first-of-type{
  border-bottom: 1px solid #595959 !important;
}

@media (max-width: 1100px) {
  .table.ver02 th,
  .table.ver02 td{
    border: none;
  }
  
  .table.ver02 td.big-category{
    border-right: 1px solid #595959;
  } 
  
  .table.ver02 tr{
    display: flex;
    margin-bottom: 0;
    border-bottom: 0;
  }
  
  .table.ver02 tr td{
    flex: 1;
    height: auto;
  }
  
  .table.ver02 tr td.big-category{
    display: flex;
    align-items: center;
  }  
  
  .table.ver02 tr th{
    width: 50% !important;
  }
  
  .table.ver02 thead tr th:nth-of-type(1) {
    width: 50% !important;
  }
  
  .table.ver02 th:last-of-type {
    display: block;
  }
}

@media(max-width:599px) {
.table.ver02{
  margin-top: 45px;
}

.table.ver02 tr td.big-category{
  display: flex !important;
}  
}

/* 2025/06/27 */

@media screen and (max-width:599px) {
.pdf-name .download-btn a{
   width: 100%;
 }
}
