@charset "UTF-8";
/* ================================
  [CO] header
================================ */
/* PC */
@media screen and (min-width: 1024px) {
  #boxShadowDeleteLogin{
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px 0;
    background-color: #e8e8e8;
    margin-top: -3px;
  }
  
  #boxShadowDeleteSupport::before,
  #boxShadowDeleteLogin::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 16px;
    border-color: transparent transparent #ebebec;
    position: absolute;
    top: -16px;
    right: -1px !important;
  }
  
  #boxShadowDeleteLogin::before {
    right: 50% !important;
    transform: translateX(50%);
  }
  #boxShadowDeleteLogin.co-header__tools__menu.co-header__tools__menu--support::before {
    right: 6% !important;
    transform: translateX(50%);
  }
  
  #boxShadowDeleteSupport {
    transform: translateX(-20px) !important;
  }
  
  #boxShadowDeleteSupport::before {
    right: 0 !important;
  }
  
  .fadeInStyle {
    animation: fadeIn ease 0.2s forwards;
  }
  
  .fadeOutStyle {
    animation: fadeOut ease 0.2s forwards;
  }
  .ant-popover-content .ant-popover-arrow{
    display: none !important;
  }
  .co-header .co-header__container {
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: rgba(88, 88, 88, 0.3) 0px 10px 5px -11px;
            box-shadow: rgba(88, 88, 88, 0.3) 0px 10px 5px -11px;
    background: white;
  }
  .co-header .co-header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-header .co-header__hamburger {
    display: none;
  }
  .co-header .co-header__logo {
    width: 230px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .co-header .co-header__logo img {
    width: 128px;
    height: auto;
  }
  .co-header .co-header__logoLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .co-header .co-header__tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 15px;
    margin: 0 auto;
  }
  .co-header .co-header__tool {
    position: relative;
    width: 63px;
    padding: 0px;
    text-align: center;
  }
  .co-header .co-header__tool--cart img {
    width: 23px;
    height: 21px;
  }
  .co-header .co-header__tool--favorite img {
    width: 23px;
    height: 21px;
  }
  .co-header .co-header__tool--login img {
    width: 18px;
    height: 18px;
  }
  .co-header .co-header__tool--support img {
    width: 20px;
    height: 20px;
  }
  .co-header .co-header__toolBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    cursor: pointer;
  }
  .co-header .co-header__toolTmb {
    display: block;
    margin: 0 auto 5px;
  }
  .co-header .co-header__toolImg {
    vertical-align: bottom;
  }
  .co-header .co-header__toolTxt {
    font-size: 11px;
    color: #3C3C43;
  }
  .co-headerSearch {
    width: 100%;
    margin: 0 auto;
    padding: 14px 20px;
  }
  .co-headerSearch .co-headerSearch__form {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
            font-feature-settings: "tnum";
  }
  .co-headerSearch .co-headerSearch__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 2px solid #f5f5f5;
    border-radius: 4px;
  }
  .co-headerSearch .co-headerSearch__btn {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 118px;
    width: 118px;
    margin: 0;
    padding: .25em 10px;
    text-align: left;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    border-right: 2px solid #f5f5f5;
    -webkit-transition: background-color .3s ease,color .3s ease;
    transition: background-color .3s ease,color .3s ease;
  }
  .co-headerSearch .co-headerSearch__btn:hover {
    color: #000;
  }
  .co-headerSearch .co-headerSearch__btn.js-inactive {
    background-color: #f5f5f5;
  }
  .co-headerSearch .co-headerSearch__btn::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.485%22%20height%3D%228.485%22%20viewBox%3D%220%200%208.485%208.485%22%3E%20%3Cg%20transform%3D%22translate(4.243)%20rotate(45)%22%20fill%3D%22%238a8a8e%22%3E%20%3Cpath%20d%3D%22M%205.5%205.5%20L%201.207100033760071%205.5%20L%205.5%201.207100033760071%20L%205.5%205.5%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%205%202.414220094680786%20L%202.414220094680786%205%20L%205%205%20L%205%202.414220094680786%20M%206%200%20L%206%206%20L%200%206%20L%206%200%20Z%22%20stroke%3D%22none%22%20fill%3D%22%238a8a8e%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .co-headerSearch .co-headerSearch__btnTxt {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .co-headerSearch .co-headerSearch__inputArea {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .co-headerSearch .co-headerSearch__input {
    width: 100%;
    padding: 0 10px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 16px;
    color: #3C3C43;
    border: none;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-headerSearch .co-headerSearch__input::-webkit-input-placeholder {
    color: #6D6D72;
    -webkit-text-fill-color: #6D6D72;
  }
  .co-headerSearch .co-headerSearch__input:-ms-input-placeholder {
    color: #6D6D72;
    -webkit-text-fill-color: #6D6D72;
  }
  .co-headerSearch .co-headerSearch__input::-ms-input-placeholder {
    color: #6D6D72;
    -webkit-text-fill-color: #6D6D72;
  }
  .co-headerSearch .co-headerSearch__input::placeholder {
    color: #6D6D72;
    -webkit-text-fill-color: #6D6D72;
  }
  .co-headerSearch .co-headerSearch__input:focus {
    outline: 0;
  }
  .co-headerSearch .co-headerSearch__input.js-selected {
    background-color: #fff;
  }
  .co-headerSearch .co-headerSearch__input.js-selected::-webkit-input-placeholder {
    color: #76767b;
    -webkit-text-fill-color: #76767b;
  }
  .co-headerSearch .co-headerSearch__input.js-selected:-ms-input-placeholder {
    color: #76767b;
    -webkit-text-fill-color: #76767b;
  }
  .co-headerSearch .co-headerSearch__input.js-selected::-ms-input-placeholder {
    color: #76767b;
    -webkit-text-fill-color: #76767b;
  }
  .co-headerSearch .co-headerSearch__input.js-selected::placeholder {
    color: #76767b;
    -webkit-text-fill-color: #76767b;
  }
  .co-headerSearch .co-headerSearch__inputClear {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    line-height: 1;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .co-headerSearch .co-headerSearch__inputClear:hover .co-icon {
    color: #000;
  }
  .co-headerSearch .co-headerSearch__inputClear svg {
    vertical-align: bottom;
  }
}

/* TB */
@media screen and (max-width: 1023.5px) and (min-width: 744px) {
  #boxShadowDeleteLogin{
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px 0;
    background-color: #e8e8e8;
    margin-top: -3px;
  }
  
  #boxShadowDeleteSupport::before,
  #boxShadowDeleteLogin::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 16px;
    border-color: transparent transparent #ebebec;
    position: absolute;
    top: -16px;
    right: -1px !important;
  }
  
  #boxShadowDeleteLogin::before {
    right: 50% !important;
    transform: translateX(50%);
  }
  #boxShadowDeleteLogin.co-header__tools__menu.co-header__tools__menu--support::before {
    right: 6% !important;
    transform: translateX(50%);
  }
  
  #boxShadowDeleteSupport {
    transform: translateX(-20px) !important;
  }
  
  #boxShadowDeleteSupport::before {
    right: 0 !important;
  }
  
  .fadeInStyle {
    animation: fadeIn ease 0.2s forwards;
  }
  
  .fadeOutStyle {
    animation: fadeOut ease 0.2s forwards;
  }
  .ant-popover-content .ant-popover-arrow{
    display: none !important;
  }
  .co-header .co-header__container {
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: rgba(88, 88, 88, 0.3) 0px 10px 5px -11px;
            box-shadow: rgba(88, 88, 88, 0.3) 0px 10px 5px -11px;
    background: white;
  }
  .co-header .co-header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-header .co-header__hamburger {
    display: none;
  }
  .co-header .co-header__logo {
    width: 230px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .co-header .co-header__logo img {
    width: 128px;
    height: auto;
  }
  .co-header .co-header__logoLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .co-header .co-header__tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 15px;
    margin: 0 auto;
  }
  .co-header .co-header__tool {
    position: relative;
    width: 63px;
    padding: 0px;
    text-align: center;
  }
  .co-header .co-header__tool--cart img {
    width: 23px;
    height: 21px;
  }
  .co-header .co-header__tool--favorite img {
    width: 23px;
    height: 21px;
  }
  .co-header .co-header__tool--login img {
    width: 18px;
    height: 18px;
  }
  .co-header .co-header__tool--support img {
    width: 20px;
    height: 20px;
  }
  .co-header .co-header__toolBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    cursor: pointer;
  }
  .co-header .co-header__toolTmb {
    display: block;
    margin: 0 auto 5px;
  }
  .co-header .co-header__toolImg {
    vertical-align: bottom;
  }
  .co-header .co-header__toolTxt {
    font-size: 11px;
    color: #3C3C43;
  }
  .co-headerSearch {
    width: 100%;
    margin: 0 auto;
    padding: 14px 15px;
  }
  .co-headerSearch .co-headerSearch__form {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
            font-feature-settings: "tnum";
  }
  .co-headerSearch .co-headerSearch__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 2px solid #f5f5f5;
    border-radius: 4px;
  }
  .co-headerSearch .co-headerSearch__btn {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 90px;
    margin: 0;
    padding: .25em 10px;
    text-align: left;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    border-right: 2px solid #f5f5f5;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-headerSearch .co-headerSearch__btn.js-inactive {
    background-color: #f5f5f5;
  }
  .co-headerSearch .co-headerSearch__btn::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.485%22%20height%3D%228.485%22%20viewBox%3D%220%200%208.485%208.485%22%3E%20%3Cg%20transform%3D%22translate(4.243)%20rotate(45)%22%20fill%3D%22%238a8a8e%22%3E%20%3Cpath%20d%3D%22M%205.5%205.5%20L%201.207100033760071%205.5%20L%205.5%201.207100033760071%20L%205.5%205.5%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%205%202.414220094680786%20L%202.414220094680786%205%20L%205%205%20L%205%202.414220094680786%20M%206%200%20L%206%206%20L%200%206%20L%206%200%20Z%22%20stroke%3D%22none%22%20fill%3D%22%238a8a8e%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .co-headerSearch .co-headerSearch__btnTxt {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .co-headerSearch .co-headerSearch__inputArea {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .co-headerSearch .co-headerSearch__input {
    width: 100%;
    padding: 0 10px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 16px;
    color: #3C3C43;
    border: none;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-headerSearch .co-headerSearch__input::-webkit-input-placeholder {
    color: #6D6D72;
    -webkit-text-fill-color: #6D6D72;
  }
  .co-headerSearch .co-headerSearch__input:-ms-input-placeholder {
    color: #6D6D72;
    -webkit-text-fill-color: #6D6D72;
  }
  .co-headerSearch .co-headerSearch__input::-ms-input-placeholder {
    color: #6D6D72;
    -webkit-text-fill-color: #6D6D72;
  }
  .co-headerSearch .co-headerSearch__input::placeholder {
    color: #6D6D72;
    -webkit-text-fill-color: #6D6D72;
  }
  .co-headerSearch .co-headerSearch__input:focus {
    outline: 0;
  }
  .co-headerSearch .co-headerSearch__input.js-selected {
    background-color: #fff;
  }
  .co-headerSearch .co-headerSearch__input.js-selected::-webkit-input-placeholder {
    color: #76767b;
    -webkit-text-fill-color: #76767b;
  }
  .co-headerSearch .co-headerSearch__input.js-selected:-ms-input-placeholder {
    color: #76767b;
    -webkit-text-fill-color: #76767b;
  }
  .co-headerSearch .co-headerSearch__input.js-selected::-ms-input-placeholder {
    color: #76767b;
    -webkit-text-fill-color: #76767b;
  }
  .co-headerSearch .co-headerSearch__input.js-selected::placeholder {
    color: #76767b;
    -webkit-text-fill-color: #76767b;
  }
  .co-headerSearch .co-headerSearch__inputClear {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    line-height: 1;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .co-headerSearch .co-headerSearch__inputClear:hover .co-icon {
    color: #000;
  }
  .co-headerSearch .co-headerSearch__inputClear svg {
    vertical-align: bottom;
  }
}

/* SP */
@media screen and (max-width: 743.5px) {
  .co-header .co-header__container {
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: rgba(88, 88, 88, 0.3) 0px 10px 5px -11px;
            box-shadow: rgba(88, 88, 88, 0.3) 0px 10px 5px -11px;
    background: white;
  }
  .co-header .co-header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 7px;
  }
  .co-header .co-header__nav .co-header__hamburger {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .co-header .co-header__nav .co-header__logo {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .co-header .co-header__nav .co-headerSearch {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15;
  }
  .co-header .co-header__nav .co-header__tools {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .co-header .co-header__hamburger {
    width: 20vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .co-header .co-header__hamburgerBtn {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .co-header .co-header__hamburgerIcon {
    display: block;
    width: 18px;
    height: 14px;
    position: relative;
    margin: auto;
  }
  .co-header .co-header__hamburgerIcon svg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    transform: translateZ(0) rotate(0deg);
    transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s,
      -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    font-size: 18px;
    fill: #585858;
  }
  .co-header .co-header__hamburgerIcon svg:nth-of-type(1) {
    top: -8px;
  }
  .co-header .co-header__hamburgerIcon svg:nth-of-type(3) {
    top: 4px;
  }
  .co-header__hamburgerButtonIcon svg{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 18px;
    fill: #3c3c43;
    stroke: rgb(60, 60, 67);
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 1.5;
  }

  .co-header__hamburgerButtonIcon {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
  }
  .co-header .co-header__logo {
    width: 60vw;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .co-header .co-header__logo img {
    width: 128px;
    height: auto;
  }
  .co-header .co-header__logoLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: left;
        -ms-flex-pack: center;
            justify-content: left;
    height: auto;
  }
  .co-header .co-header__tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .co-header .co-header__tool {
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .co-header .co-header__tool--cart img {
    width: 23px;
    height: 21px;
  }
  .co-header .co-header__tool--favorite img {
    width: 23px;
    height: 21px;
  }
  .co-header .co-header__tool--login {
    display: none;
  }
  .co-header .co-header__tool--support {
    display: none;
  }
  .co-header .co-header__toolBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 5px 0;
    cursor: pointer;
  }
  .co-header .co-header__toolTmb {
    display: block;
    margin: 0 auto 5px;
  }
  .co-header .co-header__toolImg {
    vertical-align: bottom;
  }
  .co-header .co-header__toolTxt {
    display: none;
  }
  .co-headerSearch {
    width: 100%;
    margin: 0 auto;
    padding: 12px 5.333vw;
  }
  .co-headerSearch .co-headerSearch__form {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
            font-feature-settings: "tnum";
  }
  .co-headerSearch .co-headerSearch__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 2px solid #f5f5f5;
    border-radius: 4px;
  }
  .co-headerSearch .co-headerSearch__btn {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 24vw;
    width: 24vw;
    margin: 0;
    padding: .8214em 10px;
    text-align: left;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    border-right: 2px solid #f5f5f5;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-headerSearch .co-headerSearch__btn.js-inactive {
    background-color: #f5f5f5;
  }
  .co-headerSearch .co-headerSearch__btn::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.485%22%20height%3D%228.485%22%20viewBox%3D%220%200%208.485%208.485%22%3E%20%3Cg%20transform%3D%22translate(4.243)%20rotate(45)%22%20fill%3D%22%238a8a8e%22%3E%20%3Cpath%20d%3D%22M%205.5%205.5%20L%201.207100033760071%205.5%20L%205.5%201.207100033760071%20L%205.5%205.5%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%205%202.414220094680786%20L%202.414220094680786%205%20L%205%205%20L%205%202.414220094680786%20M%206%200%20L%206%206%20L%200%206%20L%206%200%20Z%22%20stroke%3D%22none%22%20fill%3D%22%238a8a8e%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .co-headerSearch .co-headerSearch__btnTxt {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .co-headerSearch .co-headerSearch__inputArea {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .co-headerSearch .co-headerSearch__input {
    width: 100%;
    padding: 0 10px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 16px;
    color: #3C3C43;
    border: none;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-headerSearch .co-headerSearch__input::-webkit-input-placeholder {
    color: #6D6D72;
    -webkit-text-fill-color: #6D6D72;
  }
  .co-headerSearch .co-headerSearch__input:-ms-input-placeholder {
    color: #6D6D72;
    -webkit-text-fill-color: #6D6D72;
  }
  .co-headerSearch .co-headerSearch__input::-ms-input-placeholder {
    color: #6D6D72;
    -webkit-text-fill-color: #6D6D72;
  }
  .co-headerSearch .co-headerSearch__input::placeholder {
    color: #6D6D72;
    -webkit-text-fill-color: #6D6D72;
  }
  .co-headerSearch .co-headerSearch__input:focus {
    outline: 0;
  }
  .co-headerSearch .co-headerSearch__input.js-selected {
    background-color: #fff;
  }
  .co-headerSearch .co-headerSearch__input.js-selected::-webkit-input-placeholder {
    color: #76767b;
    -webkit-text-fill-color: #76767b;
  }
  .co-headerSearch .co-headerSearch__input.js-selected:-ms-input-placeholder {
    color: #76767b;
    -webkit-text-fill-color: #76767b;
  }
  .co-headerSearch .co-headerSearch__input.js-selected::-ms-input-placeholder {
    color: #76767b;
    -webkit-text-fill-color: #76767b;
  }
  .co-headerSearch .co-headerSearch__input.js-selected::placeholder {
    color: #76767b;
    -webkit-text-fill-color: #76767b;
  }
  .co-headerSearch .co-headerSearch__inputClear {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 10px 8px 5px;
    line-height: 1;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .co-headerSearch .co-headerSearch__inputClear svg {
    vertical-align: bottom;
  }
}

/* ================================
  [CO] remodal [search]
================================ */
/* PC */
@media screen and (min-width: 1024px) {
  .co-remodal--search.remodal-wrapper {
    opacity: 0;
  }
  .co-remodal--search.remodal-wrapper.remodal-is-opening, .co-remodal--search.remodal-wrapper.remodal-is-opened {
    -webkit-animation: fadeIn ease .2s forwards;
            animation: fadeIn ease .2s forwards;
  }
  .co-remodal--search.remodal-wrapper.remodal-is-closing, .co-remodal--search.remodal-wrapper.remodal-is-closed {
    -webkit-animation: fadeOut ease .2s forwards;
            animation: fadeOut ease .2s forwards;
  }
  .co-remodal--search .co-remodal__heading {
    padding: 0;
    border-bottom: none;
  }
  .co-remodal--search .co-headerSearch__input {
    background-color: #f5f5f5;
  }
  .co-remodal--search .co-headerSearch__btn::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-bottom: -6px;
  }
  .co-remodal--search .co-remodal__close {
    display: none;
  }
}

/* TB */
@media screen and (max-width: 1023.5px) and (min-width: 751px) {
  .co-remodal--search.remodal-wrapper {
    opacity: 0;
  }
  .co-remodal--search.remodal-wrapper.remodal-is-opening, .co-remodal--search.remodal-wrapper.remodal-is-opened {
    -webkit-animation: fadeIn ease .2s forwards;
            animation: fadeIn ease .2s forwards;
  }
  .co-remodal--search.remodal-wrapper.remodal-is-closing, .co-remodal--search.remodal-wrapper.remodal-is-closed {
    -webkit-animation: fadeOut ease .2s forwards;
            animation: fadeOut ease .2s forwards;
  }
  .co-remodal--search .co-remodal__heading {
    padding: 0;
    border-bottom: none;
  }
  .co-remodal--search .co-remodal__container {
    height: calc(80vh - 60px);
    height: calc(var(--vh, 1vh) * 80 - 60px);
  }
  .co-remodal--search .co-headerSearch__input {
    background-color: #f5f5f5;
  }
  .co-remodal--search .co-headerSearch__btn::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-bottom: -6px;
  }
  .co-remodal--search .co-remodal__close {
    display: none;
  }
}

/* SP */
@media screen and (max-width: 743.5px) {
  .co-remodal--search.remodal-wrapper {
    opacity: 0;
  }
  .co-remodal--search.remodal-wrapper.remodal-is-opening, .co-remodal--search.remodal-wrapper.remodal-is-opened {
    -webkit-animation: fadeIn ease .2s forwards;
            animation: fadeIn ease .2s forwards;
  }
  .co-remodal--search.remodal-wrapper.remodal-is-closing, .co-remodal--search.remodal-wrapper.remodal-is-closed {
    -webkit-animation: fadeOut ease .2s forwards;
            animation: fadeOut ease .2s forwards;
  }
  .co-remodal--search .co-remodal__heading {
    padding: 0;
  }
  .co-remodal--search .co-remodal__container {
    height: calc(100vh - 115px);
    height: calc(var(--vh, 1vh) * 100 - 115px);
  }
  .co-remodal--search .co-headerSearch__input {
    background-color: #f5f5f5;
  }
  .co-remodal--search .co-headerSearch__btn::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-bottom: -6px;
  }
  .co-remodal--search .co-remodal__close {
    width: 100%;
    margin: 0;
    margin-bottom: -13px;
    padding: 20px 5.333vw;
    text-align: right;
  }
}

/* ================================
  [CO] searchCategory
================================ */
/* PC */
@media screen and (min-width: 1024px) {
  .co-searchCategory {
    max-height: calc(80vh - 60px);
    max-height: calc(var(--vh, 1vh) * 80 - 60px);
    height: 100%;
    padding: 5px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .co-searchCategory .co-searchCategory__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 100%;
  }
  .co-searchCategory .co-searchCategory__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25%;
    height: auto;
  }
  .co-searchCategory .co-searchCategory__btn {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 13px 10px calc(13px + 35px);
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-searchCategory .co-searchCategory__btn:hover {
    background-color: #f5f5f5;
  }
  .co-searchCategory .co-searchCategory__btn.js-current::before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    min-width: 25px;
    height: 25px;
    margin-left: 13px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2025%22%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%233c3c43%22%20d%3D%22M10.55%2C16.83h0a.75.75%2C0%2C0%2C1-.53-.22L6.76%2C13.36a.77.77%2C0%2C0%2C1%2C0-1.07.75.75%2C0%2C0%2C1%2C1.06%2C0L10.55%2C15l6.63-6.63a.75.75%2C0%2C1%2C1%2C1.06%2C1.06l-7.16%2C7.16A.75.75%2C0%2C0%2C1%2C10.55%2C16.83Z%22%20%2F%3E%20%3Crect%20fill%3D%22none%22%20width%3D%2225%22%20height%3D%2225%22%20%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
}

/* TB */
@media screen and (max-width: 1023.5px) and (min-width: 751px) {
  .co-searchCategory {
    height: 100%;
    padding: 0 15px 15px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .co-searchCategory .co-searchCategory__btn {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px 13px 15px calc(13px + 35px);
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-searchCategory .co-searchCategory__btn:hover {
    background-color: #f5f5f5;
  }
  .co-searchCategory .co-searchCategory__btn.js-current::before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    min-width: 25px;
    height: 25px;
    margin-left: 13px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2025%22%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%233c3c43%22%20d%3D%22M10.55%2C16.83h0a.75.75%2C0%2C0%2C1-.53-.22L6.76%2C13.36a.77.77%2C0%2C0%2C1%2C0-1.07.75.75%2C0%2C0%2C1%2C1.06%2C0L10.55%2C15l6.63-6.63a.75.75%2C0%2C1%2C1%2C1.06%2C1.06l-7.16%2C7.16A.75.75%2C0%2C0%2C1%2C10.55%2C16.83Z%22%20%2F%3E%20%3Crect%20fill%3D%22none%22%20width%3D%2225%22%20height%3D%2225%22%20%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
}

/* SP */
@media screen and (max-width: 750.5px) {
  .co-searchCategory {
    height: 100%;
    padding: 15px 5.333vw 35px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .co-searchCategory .co-searchCategory__btn {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    border: none;
    outline: none;
    background-color: #fff;
    cursor: pointer;
  }
  .co-searchCategory .co-searchCategory__btn.js-current::before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    min-width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2025%22%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%233c3c43%22%20d%3D%22M10.55%2C16.83h0a.75.75%2C0%2C0%2C1-.53-.22L6.76%2C13.36a.77.77%2C0%2C0%2C1%2C0-1.07.75.75%2C0%2C0%2C1%2C1.06%2C0L10.55%2C15l6.63-6.63a.75.75%2C0%2C1%2C1%2C1.06%2C1.06l-7.16%2C7.16A.75.75%2C0%2C0%2C1%2C10.55%2C16.83Z%22%20%2F%3E%20%3Crect%20fill%3D%22none%22%20width%3D%2225%22%20height%3D%2225%22%20%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
}

/* ================================
  [CO] searchHistory
================================ */
/* PC */
@media screen and (min-width: 1024px) {
  .co-searchHistory {
    max-height: calc(80vh - 60px);
    max-height: calc(var(--vh, 1vh) * 80 - 60px);
    height: 100%;
    margin-top: -5px;
    padding: 0px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .co-searchHistory .co-searchHistory__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -20px;
  }
  .co-searchHistory .co-searchHistory__item {
    position: relative;
    width: 100%;
  }
  .co-searchHistory .co-searchHistory__btn {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0;
    padding: 19px 65px 20px 149px;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-searchHistory .co-searchHistory__btn:hover {
    background-color: #f5f5f5;
  }
  .co-searchHistory .co-searchHistory__btn::before {
    content: '';
    display: inline-block;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23c4c4c6%22%20d%3D%22M10%2C18.75A8.75%2C8.75%2C0%2C1%2C1%2C18.75%2C10%2C8.76%2C8.76%2C0%2C0%2C1%2C10%2C18.75Zm0-16A7.25%2C7.25%2C0%2C1%2C0%2C17.25%2C10%2C7.26%2C7.26%2C0%2C0%2C0%2C10%2C2.75Z%22%2F%3E%3Cpath%20fill%3D%22%23c4c4c6%22%20d%3D%22M13.2%2C14a.74.74%2C0%2C0%2C1-.53-.22l-3.2-3.2a.63.63%2C0%2C0%2C1-.16-.24A.72.72%2C0%2C0%2C1%2C9.25%2C10V5.47a.75.75%2C0%2C1%2C1%2C1.5%2C0V9.69l3%2C3a.75.75%2C0%2C0%2C1%2C0%2C1.06A.74.74%2C0%2C0%2C1%2C13.2%2C14Z%22%2F%3E%3Crect%20fill%3D%22none%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
  .co-searchHistory .co-searchHistory__btnTxt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .co-searchHistory .co-searchHistory__clear {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    margin-left: 10px;
    margin-right: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
  }
  .co-searchHistory .co-searchHistory__clear:hover .co-icon {
    color: #000;
  }
}

/* TB */
@media screen and (max-width: 1023.5px) and (min-width: 751px) {
  .co-searchHistory {
    height: 100%;
    margin-top: -5px;
    padding: 0 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .co-searchHistory .co-searchHistory__container {
    height: 100%;
  }
  .co-searchHistory .co-searchHistory__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 100%;
    margin: 0 -20px;
  }
  .co-searchHistory .co-searchHistory__item {
    position: relative;
    width: 100%;
  }
  .co-searchHistory .co-searchHistory__btn {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0;
    padding: 19px 55px 20px 30px;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-searchHistory .co-searchHistory__btn:hover {
    background-color: #f5f5f5;
  }
  .co-searchHistory .co-searchHistory__btn::before {
    content: '';
    display: inline-block;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23c4c4c6%22%20d%3D%22M10%2C18.75A8.75%2C8.75%2C0%2C1%2C1%2C18.75%2C10%2C8.76%2C8.76%2C0%2C0%2C1%2C10%2C18.75Zm0-16A7.25%2C7.25%2C0%2C1%2C0%2C17.25%2C10%2C7.26%2C7.26%2C0%2C0%2C0%2C10%2C2.75Z%22%2F%3E%3Cpath%20fill%3D%22%23c4c4c6%22%20d%3D%22M13.2%2C14a.74.74%2C0%2C0%2C1-.53-.22l-3.2-3.2a.63.63%2C0%2C0%2C1-.16-.24A.72.72%2C0%2C0%2C1%2C9.25%2C10V5.47a.75.75%2C0%2C1%2C1%2C1.5%2C0V9.69l3%2C3a.75.75%2C0%2C0%2C1%2C0%2C1.06A.74.74%2C0%2C0%2C1%2C13.2%2C14Z%22%2F%3E%3Crect%20fill%3D%22none%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
  .co-searchHistory .co-searchHistory__btnTxt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .co-searchHistory .co-searchHistory__clear {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
  }
  .co-searchHistory .co-searchHistory__clear:hover .co-icon {
    color: #000;
  }
}

/* SP */
@media screen and (max-width: 750.5px) {
  .co-searchHistory {
    height: 100%;
    padding: 0 5.333vw 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .co-searchHistory .co-searchHistory__container {
    height: 100%;
  }
  .co-searchHistory .co-searchHistory__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 100%;
  }
  .co-searchHistory .co-searchHistory__item {
    position: relative;
    width: 100%;
  }
  .co-searchHistory .co-searchHistory__btn {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0;
    padding: 19px 45px 20px 10px;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
  }
  .co-searchHistory .co-searchHistory__btn::before {
    content: '';
    display: inline-block;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23c4c4c6%22%20d%3D%22M10%2C18.75A8.75%2C8.75%2C0%2C1%2C1%2C18.75%2C10%2C8.76%2C8.76%2C0%2C0%2C1%2C10%2C18.75Zm0-16A7.25%2C7.25%2C0%2C1%2C0%2C17.25%2C10%2C7.26%2C7.26%2C0%2C0%2C0%2C10%2C2.75Z%22%2F%3E%3Cpath%20fill%3D%22%23c4c4c6%22%20d%3D%22M13.2%2C14a.74.74%2C0%2C0%2C1-.53-.22l-3.2-3.2a.63.63%2C0%2C0%2C1-.16-.24A.72.72%2C0%2C0%2C1%2C9.25%2C10V5.47a.75.75%2C0%2C1%2C1%2C1.5%2C0V9.69l3%2C3a.75.75%2C0%2C0%2C1%2C0%2C1.06A.74.74%2C0%2C0%2C1%2C13.2%2C14Z%22%2F%3E%3Crect%20fill%3D%22none%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
  .co-searchHistory .co-searchHistory__btnTxt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .co-searchHistory .co-searchHistory__clear {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    margin-left: 10px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
  }
}

/* ================================
  [CO] searchSuggest
================================ */
/* PC */
@media screen and (min-width: 1024px) {
  .co-searchSuggest {
    max-height: calc(80vh - 60px);
    max-height: calc(var(--vh, 1vh) * 80 - 60px);
    height: 100%;
    padding: 0 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .co-searchSuggest .co-searchSuggest__block:nth-child(n+2) {
    position: relative;
    margin-top: 10px;
    padding-top: 30px;
  }
  .co-searchSuggest .co-searchSuggest__block:nth-child(n+2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    height: 1px;
    background-color: #D8D8D9;
  }
  .co-searchSuggest .co-searchSuggest__blockTtl {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    margin-bottom: calc(10px - .25em);
    padding-left: 129px;
  }
  .co-searchSuggest .co-searchSuggest__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -20px;
  }
  .co-searchSuggest .co-searchSuggest__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .co-searchSuggest .co-searchSuggest__itemLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 40px 10px 149px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-searchSuggest .co-searchSuggest__itemLink:hover {
    background-color: #f5f5f5;
  }
  .co-searchSuggest .co-searchSuggest__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px 40px 20px 149px;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-searchSuggest .co-searchSuggest__btn:hover {
    background-color: #f5f5f5;
  }
  .co-searchSuggest .co-searchSuggest__keyword {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: block;
  }
  .co-searchSuggest .co-searchSuggest__keywordTxt {
    margin-left: 10px;
    font-weight: bold;
  }
  .co-searchSuggest .co-searchSuggest__category {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: block;
  }
  .co-searchSuggest .co-searchSuggest__categoryTxt {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    font-weight: bold;
  }
  .co-searchSuggest .co-searchSuggest__number {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-left: 5px;
  }
  .co-searchSuggest .co-searchSuggest__number .co-searchSuggest__num {
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    margin: 0 5px;
  }
  .co-searchSuggest .co-searchSuggest__itemTmb {
    min-width: 97px;
    width: 97px;
    margin-right: 16px;
  }
  .co-searchSuggest .co-searchSuggest__itemTmb img {
    width: 100%;
    height: auto;
  }
  .co-searchSuggest .co-searchSuggest__itemName {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: block;
    margin-bottom: calc(10px - .25em);
  }
  .co-searchSuggest .co-searchSuggest__itemName:only-child {
    margin-bottom: -.25em;
  }
  .co-searchSuggest .co-searchSuggest__itemDetail {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: block;
  }
}

/* TB */
@media screen and (max-width: 1023.5px) and (min-width: 751px) {
  .co-searchSuggest {
    height: 100%;
    padding: 0 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .co-searchSuggest .co-searchSuggest__block:nth-child(n+2) {
    position: relative;
    margin-top: 10px;
    padding-top: 30px;
  }
  .co-searchSuggest .co-searchSuggest__block:nth-child(n+2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    height: 1px;
    background-color: #D8D8D9;
  }
  .co-searchSuggest .co-searchSuggest__blockTtl {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    margin-bottom: calc(10px - .25em);
  }
  .co-searchSuggest .co-searchSuggest__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -20px;
  }
  .co-searchSuggest .co-searchSuggest__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .co-searchSuggest .co-searchSuggest__itemLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-searchSuggest .co-searchSuggest__itemLink:hover {
    background-color: #f5f5f5;
  }
  .co-searchSuggest .co-searchSuggest__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-searchSuggest .co-searchSuggest__btn:hover {
    background-color: #f5f5f5;
  }
  .co-searchSuggest .co-searchSuggest__keyword {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: block;
  }
  .co-searchSuggest .co-searchSuggest__keywordTxt {
    margin-left: 10px;
    font-weight: bold;
  }
  .co-searchSuggest .co-searchSuggest__category {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: block;
  }
  .co-searchSuggest .co-searchSuggest__categoryTxt {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    font-weight: bold;
  }
  .co-searchSuggest .co-searchSuggest__number {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-left: 5px;
  }
  .co-searchSuggest .co-searchSuggest__number .co-searchSuggest__num {
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    margin: 0 5px;
  }
  .co-searchSuggest .co-searchSuggest__itemTmb {
    min-width: 97px;
    width: 97px;
    margin-right: 16px;
  }
  .co-searchSuggest .co-searchSuggest__itemTmb img {
    width: 100%;
    height: auto;
  }
  .co-searchSuggest .co-searchSuggest__itemName {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: block;
    margin-bottom: calc(10px - .25em);
  }
  .co-searchSuggest .co-searchSuggest__itemName:only-child {
    margin-bottom: -.25em;
  }
  .co-searchSuggest .co-searchSuggest__itemDetail {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: block;
  }
}

/* SP */
@media screen and (max-width: 750.5px) {
  .co-searchSuggest {
    height: 100%;
    padding: 0 5.333vw 30px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .co-searchSuggest .co-searchSuggest__block {
    padding-bottom: 10px;
  }
  .co-searchSuggest .co-searchSuggest__block:nth-child(n+2) {
    position: relative;
    padding-top: 30px;
  }
  .co-searchSuggest .co-searchSuggest__block:nth-child(n+2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -5.333vw;
    right: -5.333vw;
    height: 1px;
    background-color: #D8D8D9;
  }
  .co-searchSuggest .co-searchSuggest__blockTtl {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    margin-bottom: calc(10px - .25em);
  }
  .co-searchSuggest .co-searchSuggest__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -5.333vw;
  }
  .co-searchSuggest .co-searchSuggest__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .co-searchSuggest .co-searchSuggest__itemLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 5.333vw;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-searchSuggest .co-searchSuggest__itemLink:hover {
    background-color: #f5f5f5;
  }
  .co-searchSuggest .co-searchSuggest__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px 5.333vw;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .co-searchSuggest .co-searchSuggest__btn:hover {
    background-color: #f5f5f5;
  }
  .co-searchSuggest .co-searchSuggest__keyword {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: block;
  }
  .co-searchSuggest .co-searchSuggest__keywordTxt {
    margin-left: 10px;
    font-weight: bold;
  }
  .co-searchSuggest .co-searchSuggest__category {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: block;
  }
  .co-searchSuggest .co-searchSuggest__categoryTxt {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    font-weight: bold;
  }
  .co-searchSuggest .co-searchSuggest__number {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-left: 5px;
  }
  .co-searchSuggest .co-searchSuggest__number .co-searchSuggest__num {
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    margin: 0 5px;
  }
  .co-searchSuggest .co-searchSuggest__itemTmb {
    min-width: 74px;
    width: 74px;
    margin-right: 13px;
  }
  .co-searchSuggest .co-searchSuggest__itemTmb img {
    width: 100%;
    height: auto;
  }
  .co-searchSuggest .co-searchSuggest__itemName {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: block;
    margin-bottom: calc(10px - .25em);
  }
  .co-searchSuggest .co-searchSuggest__itemName:only-child {
    margin-bottom: -.25em;
  }
  .co-searchSuggest .co-searchSuggest__itemDetail {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.5;
    margin-top: -.25em;
    margin-bottom: -.25em;
    display: block;
  }
}

#boxShadowDeleteSupport{
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 10px 0;
  background-color: #e8e8e8;
  margin-top: -3px;
}

@media screen and (max-width: 750.5px) {
  #boxShadowDeleteLogin{
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #e8e8e8;
    margin-top: 4px;
    max-width: 100%;
    padding: 30px 45px 30px 30px;
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
    overflow-y: scroll;
  }
  #boxShadowDeleteSupport::before,
  #boxShadowDeleteLogin::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 16px;
    border-color: transparent transparent #ebebec;
    position: absolute;
    top: -16px;
    right: -1px !important;
  }

  #boxShadowDeleteLogin::before {
    right: 50% !important;
    transform: translateX(50%);
  }

  #boxShadowDeleteLogin.co-header__tools__menu.co-header__tools__menu--support::before {
    right: 6% !important;
    transform: translateX(50%);
  }

  #boxShadowDeleteSupport {
    transform: translateX(-20px) !important;
  }

  #boxShadowDeleteSupport::before {
    right: 0 !important;
  }

  .fadeInStyle {
    animation: fadeIn ease 0.2s forwards;
  }

  .fadeOutStyle {
    animation: fadeOut ease 0.2s forwards;
  }

  .ant-popover-content .ant-popover-arrow{
    display: none !important;
  }
  #spDropDownListPanel>div.ant-collapse-header{
    padding-left: 0 !important;
  }
  #spDropDownListPanel>div.ant-collapse-content>.ant-collapse-content-box{
    padding: 0 !important;
  }
  #spDropDownListPanel>div.ant-collapse-header>i.ant-collapse-arrow{
    left: 75 !important;
  }
  .co-header__tools__menu__link--acc {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    text-transform: none;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #3C3C43 !important;
    line-height: 1.5 !important;
    margin-top: -0.25em !important;
    margin-bottom: -0.25em !important;
    text-align: left;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .co-header__tools__menu__link--acc::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 15px;
    margin-bottom: 2px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22none%22%2F%3E%20%3Cg%20transform%3D%22translate(-13.712%20-14.428)%22%3E%20%3Cpath%20d%3D%22M17158.711%2C17720.178v-3.252h-3.252a.749.749%2C0%2C0%2C1%2C0-1.5h3.252v-3.252a.749.749%2C0%2C0%2C1%2C1.5%2C0v3.252h3.252a.749.749%2C0%2C1%2C1%2C0%2C1.5h-3.252v3.252a.749.749%2C0%2C1%2C1-1.5%2C0Z%22%20transform%3D%22translate(-17140.75%20-17696.75)%22%20fill%3D%22%233c3c43%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
  }
  .co-header__tools__menu__link--acc--open::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Cpath%20d%3D%22M8%2C.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H8A.75.75%2C0%2C0%2C1%2C8.75%2C0%2C.75.75%2C0%2C0%2C1%2C8%2C.75Z%22%20transform%3D%22translate(1%205)%22%20fill%3D%22%233c3c43%22%2F%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E');
  }
  .co-header__tools__menu__link--acc--open + .co-header__tools__menu__list--acc {
    max-height: initial;
    opacity: 1;
    padding-top: 5px;
  }
  .co-header__tools__menu__list--acc {
    padding-left: 20px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
  }
}


/*# sourceMappingURL=header.css.map */