@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap";

/* 初期設定 */
header {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif, Georgia, Helvatica;
    font-size: 1em;
    font-feature-settings: "pkna";
    line-height: 1.9;
    color: #333;
    background-color: #fff;
}

header:lang(zh-cmn-Hans) {
    font-family: "Noto Sans SC", sans-serif;
}

header:lang(zh-cmn-Hant) {
    font-family: "Noto Sans TC", sans-serif;
}

.sf-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
    width: 12em;
    min-width: 12em;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
}

.sf-menu li:hover > ul {
    display: block;
}

.sf-menu a {
    position: relative;
    display: block;
    text-decoration: none;
    zoom: 1;
}

.sf-menu li:hover {
    -webkit-transition: none;
    transition: none;
}

.sf-menu > li {
    float: left;
    transition: background 0.2s;
}

.sf-menu > li:lang(ar) {
    float: right;
}

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
    display: block;
}

.sf-menu > li > a {
    position: relative;
    display: block;
    padding: 0.75em 1em;
    color: #13a;
    text-decoration: none;
    zoom: 1;
}

.sf-menu > li:hover {
    -webkit-transition: none;
    transition: none;
}

.sf-mega {
    box-sizing: border-box;
    width: 100vw;
    padding: 1em;
    background-color: rgb(255 255 255 / 100%);
}

/* ここまでmegafish */
/* 初期設定 end */

/* メガメニュー全体にかかる指定 */
.main-top-megamenu-pc {
    position: relative;
    z-index: 20;
    display: block;
    width: 100%;
    height: 54px;
    margin: 0 auto;
    background: #fff;
}

.megamenu-clearfix {
    display: block;
}

/* ATAGOロゴ */
.atago-logo {
    /* height: 34px; */
    float: left;
    /* padding: 5px 0 0 20px; */
    padding: 5px 0 0 10px;
    margin: 0;
    /* width: 151px; */
}

.atago-logo-img {
    width: 151px;
    height: 34px;
    padding: 0;
    margin: 0;
}

/* ATAGOロゴ＋フレーズ */
.atago-logo-phrase {
    float: left;
    padding: 12px 0 0 10px;
    margin: 0;
    vertical-align: bottom;
}

.atago-logo-phrase:lang(ar) {
    float: right;
}

.atago-logo-phrase:lang(ja) {
    padding-top: 8px;
}

.atago-logo-phrase a {
    display: inline-flex;
    font-family: Rubik, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.7;
    vertical-align: bottom;
    color: #0c419a;
    text-decoration: none;
}

.atago-logo-phrase a:lang(ar) {
    flex-direction: row-reverse;
}

.logo-years {
    display: inline-block;
    padding: 3px 0 0 0;
}

.logo-years:lang(ar) {
    float: right;
    padding: 3px 10px 0 0;
    text-align: left;
}

.atago-logo-img-phrase {
    width: 282px;
    height: 24px;
    padding-right: 5px;
}

.atago-logo-img-phrase:lang(ja) {
    width: 385px;
    height: 22px;
    padding-right: 0;
}

@media (max-width: 1240px) {
    .atago-logo-img-phrase:lang(ja) {
        width: 358px;
        height: 21px;
    }

    .atago-logo-phrase:lang(ja) {
        padding-top: 7px;
    }
}

@media (max-width: 1000px) {
    .atago-logo-img-phrase:lang(ja) {
        width: 312px;
        height: 18px;
    }

    .atago-logo-phrase:lang(ja) {
        padding-top: 6px;
    }
}

.clr {
    clear: both;
}

h2 span.covidmask {
    float: left;
    display: block;
}

/* マスクプレゼント end */
.header-wrap {
    width: 100%;
    max-width: 1280px;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.sf-menu {
    position: static;
    float: right;
    width: auto;
    height: auto;
    padding: 0;
    margin-inline-end: 10px;
    list-style: none;
}

.sf-menu:lang(ar) {
    float: left;
}

.sf-menu li {
    position: static;
    padding: 0;
    margin: 0;
    white-space: normal;
}

.sf-menu li a {
    color: #333;
    transition: all 300ms 0s ease;
}

.sf-menu > li > a {
    padding: 13px 12px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border-bottom: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sf-menu > li > a:hover {
    color: #0d409c;
}

/* 下線アニメーション */
.Item {
    font-size: 24px;
    color: #0d409c;
    text-decoration: none;
}

.Item-Text {
    position: relative;
    z-index: 1;
}

.Item-Text::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    /* 下線の色 */
    z-index: -1;
    /* テキストからの距離 */
    width: 0%;
    /* 初期状態では下線非表示 */
    height: 2px;
    content: "";
    /* 下線の高さ */
    background: #0d409c;
    transition: all 0.4s;
    /* アニメーション速度 */
}

.Item:hover .Item-Text::after {
    width: 100%;
    /* hover時に表示 */
}

.sf-menu li.gmenu a {
    padding: 11px 10px !important;
    background-color: transparent;
}

.sf-menu li.gmenu a span {
    display: block;
    padding: 3px 15px;
    font-size: 12px;
    color: #fff;
    background-color: #0b419b;
    border: 1px solid #0b419b;
    border-radius: 20px;
    transition: all 300ms 0s ease;
}

.sf-menu li.gmenu a:hover span {
    color: #0b419b;
    background-color: #fff;
    border: 1px solid #0b419b;
}

.sf-menu li#covidbtn2 {
    display: block;
    padding-left: 20px;
    background: url("/images/menu_covid_img_mm.png") no-repeat;
    background-position: 0 10px;
    background-size: 28px 29px;
}

.sf-menu li#covidbtn2:hover {
    background: url("/images/menu_covid_img_mm_on.png") no-repeat;
    background-position: 0 10px;
    background-size: 28px 29px;
}

.sf-menu li#gm_cart {
    display: block;
    width: 25px;
    margin-inline-start: 10px;
    background: url("/images/menu_cart_img_mm_on.png") no-repeat;
    background-position: 0 12px;
    background-size: 25px 26px;
    transition: all 300ms 0s ease;
}

@media (max-width: 1200px) {
    .sf-menu > li > a {
        padding: 15px 5px !important;
        font-size: 12px;
    }

    .sf-menu li.gmenu a {
        padding: 12px 5px !important;
        background-color: transparent;
    }

    .sf-menu li#covidbtn2 {
        display: block;
        padding-left: 25px;
        background: url("/images/menu_covid_img_mm.png") no-repeat;
        background-position: 0 9px;
        background-size: 28px 29px;
    }

    .sf-menu li#covidbtn2:hover {
        background: url("/images/menu_covid_img_mm_on.png") no-repeat;
        background-position: 0 9px;
        background-size: 28px 29px;
    }
}

.sf-menu .sf-mega {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    padding: 50px 0;
    text-align: left;
    background-color: rgb(255 255 255 / 90%);
    box-shadow: 2px 3px 6px rgb(0 0 0 / 20%);
    transition: all 300ms 0s ease;
}

.sf-menu .sf-mega:lang(ar) {
    text-align: right;
}

.sf-menu .sf-mega .container-fluid {
    width: 948px;
    padding: 0;
    margin: 0 auto;
}

.sf-menu .sf-mega #news:lang(ja) {
    width: 100%;
    max-width: 1260px;
}

.container-fluid h2 {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}

.container-fluid h2:lang(ar) {
    /* アラビア語用 */
    text-align: right;
}

.container-fluid p {
    padding-bottom: 20px;
    font-size: 14px;
}

.menu_contents {
    display: flex;
}

.pal-mega-bnr {
    /* WEB限定発売バナー */
    margin: 20px 0 0 0;
}

/* ===== ニュースhover時の3つまで表示するラインナップ ここから ===== */
.mmnews_box ul {
    padding: 0;
    margin: 0;
}

.mmnews_box ul li {
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px dashed #ccc;
}

.sf-menu .smenu_wrap ul li:hover {
    color: #0b419b;
    background-color: #f0f0f0;
}

.mmnews_box ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.mmnews_box ul li span {
    padding-right: 5px;
    font-size: 12px;
    color: #0b419b;
}

.regbox {
    display: flex;
    flex-wrap: nowrap;
}

.reg_mark {
    padding: 3px;
    margin-right: 3px;
    font-size: 10px;
    vertical-align: bottom;
    color: #fff;
    background-color: #c91c41;
}

/* ===== ニュースhover時の3つまで表示するラインナップ ここまで ===== */

.smenu_box {
    position: relative;
    display: block;
    width: 236px;
    height: 246px;
    overflow: hidden;
    border-right: 1px solid #fff;
}

.smenu_box.mmnews {
    position: relative;
    width: 236px;
    height: 246px;
    overflow: hidden;
    border-right: none;
}

.smenu_box.mmnews-new_product {
    background-color: #fff;
}

.smenu_box .smimg-new_product-wrap::after,
.smenu_box .smimg-news-wrap::after,
.smenu_box .smimg-campaign-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(0 0 0 / 50%);
}

.smenu_box.mmfaq {
    position: relative;
    width: 236px;
    height: 130px;
    overflow: hidden;
    border-right: none;
}

.smenu_box img {
    display: block;
    width: 236px;
    height: 246px;
    cursor: pointer;
    transition: 0.5s;
}

.smenu_box:hover img {
    transform: scale(1.1, 1.1);
}

.smenu_box p.smbtn,
.smenu_box p.smbtn2 {
    padding: 0;
    background-color: transparent;
}

.smenu_box:hover p.smbtn,
.smenu_box:hover p.smbtn2 {
    background-color: rgb(255 255 255 / 30%);
}

.sm_txt_area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sm_txt_area2 {
    position: absolute;
    top: 38.25%;
    transform: translateY(-38.25%);
}

.sm_txt_area p,
.sm_txt_area2 p {
    width: 236px;
    color: #fff;
    text-align: center;
}

.sm_txt_area p.smtitle,
.sm_txt_area2 p.smtitle {
    font-size: 17px;
    font-weight: bold;
}

.sm_txt_area p.smtitle2 {
    padding: 10px 0 0 0;
    font-size: 16px;
    font-weight: bold;
}

.smenu_box p.smbtn2 {
    width: 190px;
    height: 52px;
    padding: 0;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.3;
    background-image: url("/images/megamenu/mmenu_s00_white.png");
    background-repeat: no-repeat;
}

.smenu_box p.smbtn2:lang(ar) {
    background-image: url("/images/megamenu/mmenu_s00_white-ar.png");
}

.smenu_box p.smbtn2 span {
    display: block;
    padding-top: 12px;
}

.smenu_box p.smbtn {
    width: 190px;
    height: 52px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 52px;
    vertical-align: center;
    background-image: url("/images/megamenu/mmenu_s00_white.png");
    background-repeat: no-repeat;
}

.smenu_box p.smbtn:lang(ar) {
    background-image: url("/images/megamenu/mmenu_s00_white-ar.png");
}

.sf-menu > li > a + * {
    /* border-top: #fff solid 5px; */
    transition: all 300ms 0s ease;
}

.sf-menu > li > a + * a {
    color: #333;
    opacity: 1;
    transition: all 300ms 0s ease;
}

.sf-menu > li > a + * a:hover {
    color: #0d409c;
    opacity: 0.8;
    transition: all 300ms 0s ease;
}

.sf-menu > li:hover > a {
    /*  background-color: #fff; */
    color: #0d409c;
    transition: all 300ms 0s ease;
}

.menu_contents2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.menu_contents2 .mm_submenu {
    width: 282px;
    height: 55px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 55px;
    vertical-align: center;
    color: #333;
    text-align: center;
    background-color: #fff;
    background-image: url("/images/megamenu/mmenu_s00.png");
    background-repeat: no-repeat;
    transition: all 300ms 0s ease;
}

.menu_contents2 .mm_submenu:hover {
    background-color: #e6e6e6;
}

.menu_contents2 .mm_submenu-impacts {
    background-image: url("/images/megamenu/mmenu_s00_imapcts.png");
}

.menu_contents2 .mm_submenu-atagoshop {
    background-image: url("/images/megamenu/megamenu_bnr_atagodirect.png");
}

/* 英語版の商品検索１つのみのパターンセンターへ */
.menu_contents2.mmcenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

/* 会社情報4つパターン */
.menu_contents3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 50px;
}

.menu_contents3 .mm_submenu {
    width: 230px;
    height: 55px;
    margin-inline-end: 9px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 55px;
    vertical-align: center;
    color: #333;
    text-align: center;
    background-color: #fff;
    background-image: url("/images/megamenu/mmenu_s004colm.png");
    background-repeat: no-repeat;
    transition: all 300ms 0s ease;
}

.menu_contents3 .mm_submenu:nth-of-type(4n) {
    width: 230px;
    height: 55px;
    margin: 10px 0;
}

.menu_contents3 .mm_submenu:lang(ar) {
    background-image: url("/images/megamenu/mmenu_s004colm-ar.png");
}

.menu_contents3 .mm_submenu:hover {
    background-color: #e6e6e6;
}

/* 商品検索 */
/* 商品から探す */

.menu_contents .mm_pro_left {
    display: flex;
    justify-content: space-between;
    width: 382px;
    height: auto;
    margin-inline-end: 45px;
}

.menu_contents .mm_pro_right {
    width: 520px;
    height: auto;
}

.mm_cols h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.mm_smarea {
    width: 160px;
}

.mm_smarea3 {
    width: 164px;
}

.mm_cols_li {
    display: block;
    padding: 0 0 0 5px;
    font-size: 13px;
    line-height: 36px;
    background-color: transparent;
    background-image: url("/images/megamenu/arrow_s.png");
    background-repeat: no-repeat;
    background-position: top 16px right 5px;
    border-top: 1px solid #7d7b7c;
    transition: all 300ms 0s ease;
}

.mm_cols_li:lang(ar) {
    background-image: url("/images/megamenu/arrow_s-ar.png");
    background-position: top 16px left 5px;
}

.mm_cols_li:hover {
    background-position: top 16px right 0;
}

.mm_cols_li:lang(ar):hover {
    background-image: url("/images/megamenu/arrow_s-ar.png");
    background-position: top 16px left 0;
}

.mm_cols_li_with_mark {
    /* 英語向けに新規作成 */
    display: flex;
}

.mm_cols_li_mark {
    /* 英語向けに新規作成 */
    margin-right: 5px;
    vertical-align: sub;
}

.li_last {
    margin-bottom: 20px;
    border-bottom: 1px solid #7d7b7c;
}

.li_last2 {
    border-bottom: 1px solid #7d7b7c;
}

.btn_viewall {
    width: 138px;
    height: 32px;
    margin: 5px auto 0;
    font-size: 12px;
    line-height: 32px;
    vertical-align: center;
    color: #333;
    text-align: center;
    background-color: #fff;
    background-image: url("/images/megamenu/mmenu_pro_sub.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    border: 1px solid #7d7b7c;
    transition: all 300ms 0s ease;
}

.btn_viewall:lang(ar) {
    background-image: url("/images/megamenu/mmenu_pro_sub-ar.png");
}

.btn_viewall2 {
    width: 158px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    vertical-align: center;
    color: #333;
    text-align: center;
    background-color: #fff;
    background-image: url("/images/megamenu/mmenu_pro_sub.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    border: 1px solid #7d7b7c;
    transition: all 300ms 0s ease;
}

.btn_viewall2:lang(ar) {
    background-image: url("/images/megamenu/mmenu_pro_sub-ar.png");
}

.btn_viewall:hover,
.btn_viewall2:hover {
    background-color: #e6e6e6;
}

/* 顧客・用途から探す */
.mm_pro_ss01,
.mm_pro_ss02 {
    display: flex;
    justify-content: space-between;
}

.mm_pro_ss01 {
    margin-bottom: 65px;
}

.mm_smarea2 {
    width: 298px;
}

.mm_smarea2_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mm_smarea2_inner .mm_cols_li {
    width: 46%;
}

/* GLOBAL MENU */
.menu_contents .language_boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.menu_contents .lang_box {
    width: 100px;
    margin-bottom: 20px;
    text-align: center;
}

/* ニュース */
.news_boxes {
    display: flex;
    justify-content: space-between;
}

iframe.mmlist_g {
    width: 220px;
    height: 246px;
    margin: 0 0 0 0;
    overflow: hidden;
    background-color: transparent !important;
    border: none;
    border-top: 1px dashed #ccc;
}

.smenu_wrap .smenu_box .smimg-new_product {
    object-fit: contain;
    background-color: #fff;
}

.smenu_wrap .smenu_box .smimg-news {
    object-fit: cover;
}

/* お問合せメニュー背景白 */
.mmlist_g {
    width: 220px;
    height: 246px;
    margin: 0 0 0 0;
    overflow: visible;
    background-color: #fff !important;
    border: none;
    border-top: 1px dashed #ccc;
}

/* ニュースに展示会情報を追加20201200 */
.smenu_wrap {
    width: 236px;
    padding: 0 8px;
}

.smenu_wrap:nth-child(1) {
    width: 236px;
    padding: 0 8px 0 0;
}

.smenu_wrap .smenu_box.mmnews {
    position: relative;
    width: 236px;
    height: 130px;
}

.smenu_wrap .smenu_box.mmfaq {
    position: relative;
    width: 236px;
    height: 130px;
}

.smenu_wrap .smenu_box img {
    display: block;
    width: 236px;
    height: 130px;
    cursor: pointer;
    transition: 0.5s;
}

.smenu_wrap iframe.mmlist_g {
    width: 236px;
    height: 118px;
    margin: 0 0 0 0;
    overflow: hidden;
    background-color: transparent !important;
    border: none;
    border-top: 1px dashed #ccc;
}

/* お問合せメニュー背景白 */
.smenu_wrap .mmlist_g {
    width: 236px;
    height: 118px;
    margin: 0 0 0 0;
    overflow: visible;
    background-color: #fff !important;
    border: none;
    border-top: 1px dashed #ccc;
}

.sf-menu .smenu_wrap ul {
    position: static;
    display: block;
    width: 235px;
    box-shadow: none;
}

.sf-menu .smenu_wrap ul li {
    padding: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    border-bottom: 1px dashed #ccc;
}

.sf-menu .smenu_wrap ul li:lang(ar) {
    text-align: right;
}

/* メガメニューのリンク箇所にカーソルが当たっている時に、メガメニュー以外を暗くするための指定 */
body::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(0 0 0 / 40%);
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

body.overlay::after {
    z-index: 1;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .main-top-megamenu-pc {
        max-width: 1024px;
        padding: 0 0;
        margin: 0 auto;
        background: #fff;
    }
}

/* ページ上部へ戻るボタン 旧設定のまま移植 */
#page_top {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 50px;
    height: 50px;
    background: #666;
    opacity: 0.6;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: FontAwesome;
    font-size: 25px;
    color: #fff;
    text-align: center;
    content: "\f106";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 770px) {
    /* ページトップ位置変更 */
    #page_top {
        bottom: 71px;
    }
}

/* お見積もり buttonタグなので特別対応 ここから */
.header_input_btn {
    padding: 13px 12px;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif, Georgia, Helvatica;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.9;
    color: #333;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header_input_btn:lang(zh-cmn-Hans) {
    font-family: "Noto Sans SC", sans-serif;
}

.header_input_btn:lang(zh-cmn-Hant) {
    font-family: "Noto Sans TC", sans-serif;
}

.header_input_btn:hover {
    color: #0d409c;
}

@media screen and (max-width: 1200px) {
    .header_input_btn {
        padding: 15px 5px;
        font-size: 12px;
    }
}

/* お見積もり buttonタグなので特別対応 ここまで */

/* ニュース5個あるので個別 */
#news-1185 {
    width: 1185px;
}

/* ニュース5個あるので個別end */

/* ==== 製品検索 hoverで出てくるアタゴショップへの検索バー ここから ==== */
.sf-mega .container-fluid .megamenu_shop_search {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 1em auto 2em;
}

.sf-mega .container-fluid .megamenu_online_logo {
    width: 20%;
    margin: 0 1em 0 0;
}

.sf-mega .container-fluid .megamenu_shop_form {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5px 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}

.sf-mega .container-fluid .megamenu_shop_form input[type="submit"],
.search_wrap input[type="button"] {
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: auto;
    cursor: pointer;
    border: none;
    border-radius: 0;
}

.sf-mega .container-fluid .megamenu_shop_textbox {
    width: 80%;
}

.sf-mega .container-fluid .megamenu_shop_form_input {
    width: 100%;
    font-size: 18px;
    border: none;
}

.sf-mega .container-fluid .megamenu_shop_form_input:focus {
    outline: 0;
}

.sf-mega .container-fluid .megamenu_shop_form input[type="submit"] {
    position: absolute;
    top: -5px;
    right: 0;
    width: 52px;
    height: 43px;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 44px;
    color: #333;
    cursor: pointer;
    outline: none;
    background: #febd69;
    border: none;
}

/* ==== 製品検索 hoverで出てくるアタゴショップへの検索バー ここまで ==== */
