@charset "UTF-8";
/* ================================
@keyframes
================================ */
@-webkit-keyframes modaOverlaylFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modaOverlaylFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modaOverlaylFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modaOverlaylFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes modalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modalFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modalFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes modalSlideInHumberger {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes modalSlideInHumberger {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes modalSlideOutHumberger {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes modalSlideOutHumberger {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/* ================================
[CO] overwrite for header
================================ */
/* COMMON */
.co-header .co-header__container {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.co-header .co-header__hamburgerBtn__close {
  display: none;
  width: 25px;
  height: 25px;
  text-transform: none;
  appearance: button;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}

.co-header .co-header__tools {
  padding: 0 15px 0 0;
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0;
  margin-left: auto;
}

.co-header .co-header__tools--menu--is--open {
  background-color: #e8e8e8;
}

.co-header .co-header__tools--sample {
  padding-right: 0;
}

.co-header .co-header__tool {
  width: 100%;
  min-width: 63px;
}

.co-header .co-header__tool--cart {
  max-width: 63px;
}

.co-header .co-header__tool--favorite {
  max-width: 63px;
}

.co-header .co-header__tool--support {
  max-width: 63px;
}

.co-header .co-header__toolTxt {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
}

.co-header .co-header__toolTxt--strong {
  font-weight: 700;
  margin-right: 3px;
}

.co-header .co-header__toolBtn {
  -webkit-tap-highlight-color: transparent;
}

.co-header .co-header__tool:hover {
  text-decoration: none;
}

.co-header .co-header__nav {
  max-width: 1384px;
  margin: 0 auto;
  padding-right: 64px;
  padding-left: 64px;
}

.co-headerSearch {
  padding: 0;
}

.co-headerSearch input {
  font-family: inherit;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.co-headerSearch button {
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.co-headerSearch .co-headerSearch__input {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, '游ゴシック Medium', 'Yu Gothic Medium', 游ゴシック体,
 'Yu Gothic', YuGothic, 'MS PGothic', Osaka, arial, sans-serif !important;
}

@media screen and (min-width: 1600px) {
  .co-header .co-header__nav {
    max-width: 1840px;
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .co-searchCategory .co-searchCategory__list {
    display: block;
  }
  .co-searchCategory .co-searchCategory__item {
    width: 100%;
  }
  .co-searchHistory .co-searchHistory__btn {
    padding: 19px 55px 20px 30px;
  }
}

@media screen and (max-width: 1156px) {
  .co-headerSearch {
    padding: 19px 25px;
  }
}

@media screen and (min-width: 750.5px) {
  .co-headerlogo-monthlyPlan {
    margin-right: 30px !important;
  }
}

/* PC */
@media screen and (min-width: 1024px) {
  .co-header .co-header__logo {
    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;
    min-height: 70px;
    width: auto;
  }
  .co-header .co-header_tools {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto;
  }
  .co-header .co-header__tool {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .co-header .co-header__tool--cart:hover {
    background-color: #e8e8e8;
  }
  .co-header .co-header__tool--favorite:hover {
    background-color: #e8e8e8;
  }
  .co-header .co-header__toolBtn {
    padding: 0 3px;
  }
  .co-header .co-header__toolBtn:hover {
    text-decoration: none;
  }
  .co-header .co-header__toolTmb .co-header__toolImg {
    width: 24px;
    height: 24px;
  }
  .co-header .co-header__toolTmb.cartIsInCart::before {
    display: block;
    position: absolute;
    width: 100%;
    content: attr(data-item-count);
    border-radius: 10px;
    color: #3c3c43;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    top: 24px;
    left:0;
    margin-left: 1.5px;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
  }
  .co-header .co-header__toolTmb.cartIsInCart::after {
    display: block;
    position: absolute;
    width: 100%;
    content: attr(data-plus);
    border-radius: 10px;
    color: #3c3c43;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    top: 7px;
    left: 13.5px;
    margin-left: 1.5px;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
  }
}

@media screen and (min-width: 751px) {
  .co-header__img-monthlyPlan {
    display: block !important;
    width: 285px !important;
    height: auto !important;
  }
  .co-header__img-monthlyPlan-sp {
    display: none !important;
    width: 285px !important;
    height: auto !important;
  }
}

@media screen and (max-width: 750.5px){
  .co-header__img-monthlyPlan {
    display: none !important;
    width: 121px !important;
    height: auto !important;
    margin: 0 auto !important;
  }
  .co-header__img-monthlyPlan-sp {
    display: block !important;
    width: 121px !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}

/* TB */
@media screen and (max-width: 1279.5px) and (min-width: 744px) {
  .co-header .co-header__nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    padding-right: 64px;
    padding-left: 64px;
    align-items: center;
    height: auto;
    max-height: none;
  }
  .co-header .co-header__logo {
    display: flex;
    height: 80px;
    margin-right: 0;
    min-height: 0;
    padding: 0;
    width: auto;
  }
  .co-header .co-header__tools {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    min-height: 69px;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 56px;
  }
  .co-header .co-header__tool {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .co-header .co-header__tool--cart:hover {
    background-color: #e8e8e8;
  }
  .co-header .co-header__tool--favorite:hover {
    background-color: #e8e8e8;
  }
  .co-header .co-header__tool--login:hover {
    background-color: #e8e8e8;
  }
  .co-header .co-header__tool--support:hover {
    background-color: #e8e8e8;
  }
  .co-header .co-header__toolBtn {
    padding: 0 3px;
  }
  .co-header .co-header__toolBtn:hover {
    text-decoration: none;
  }
  .co-header .co-header__tool--support {
    position: static;
  }
  .co-header .co-header__toolTmb .co-header__toolImg {
    width: 24px;
    height: 24px;
  }
  .co-header .co-header__toolTmb.cartIsInCart::before {
    display: block;
    position: absolute;
    width: 100%;
    content: attr(data-item-count);
    border-radius: 10px;
    color: #3c3c43;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    top: -2px;
    left:0;
    margin-left: 1.5px;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
  }
  .co-header .co-header__toolTmb.cartIsInCart::after {
    display: block;
    position: absolute;
    width: 100%;
    content: attr(data-plus);
    border-radius: 10px;
    color: #3c3c43;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    top: 7px;
    left: 13.5px;
    margin-left: 1.5px;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
}
  .co-headerSearch {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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: auto;
    padding: 0 0 0 15px;
    margin: 0;
    min-height: 69px;
  }
  .co-headerSearch__form {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 1023.5px) and (min-width: 751px) {
  .co-header .co-header__nav {
    padding-right: 56px;
    padding-left: 56px;
  }
}
/* SP */
@media screen and (max-width: 743.5px) {
  .co-header .co-header__nav {
    position: relative;
    -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;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
  }
  .co-header__nav-monthlyPlan{
    padding-bottom: 0 !important; 
  }
  .co-header .co-header__logo {
    width: auto;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 0;
  }
  .co-header .co-header__logo img {
    height: auto;
    width: 120px;
  }
  .co-header .co-header__hamburger {
    width: 50px;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .co-header .co-header__hamburgerBtn {
    width: 48px;
    height: 48px;
    display: box;
    display: flex;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
    padding: 0;
  }
  .co-header .co-header__hamburgerIcon {
    width: 18px;
    height: 14px;
    margin: 1px auto 0;
  }
  .co-header .co-header__hamburgerIcon svg {
    fill: #3c3c43;
  }
  .co-header .co-header__tools {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    padding: 0 0 0 0;
    margin-right: 3.333vw;
    position: relative;
    min-height: 0;
    right: 0;
  }
  .co-header .co-header__tool {
    width: auto;
    min-width: initial;
  }
  .co-header .co-header__toolBtn {
    position: relative;
    width: 25px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
  }
  .co-header .co-header__toolBtn:focus {
    outline: none;
  }
  .co-header .co-header__toolTxt span.cartIsInCart::before {
    display: block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #7f0019;
    top: 7px;
    right: 0px;
    border-radius: 4px;
  }
  .co-header .co-header__toolTmb {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    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;
    margin: 0;
  }
  .co-header .co-header__toolTmb.cartIsInCart::before {
    display: block;
    position: absolute;
    width: 100%;
    content: attr(data-item-count);
    border-radius: 10px;
    color: #3c3c43;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    top: 10px;
    left:0;
    margin-left: 1.5px;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
  }
  .co-header .co-header__toolTmb.cartIsInCart::after {
    display: block;
    position: absolute;
    width: 100%;
    content: attr(data-plus);
    border-radius: 10px;
    color: #3c3c43;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    top: 7px;
    left: 13.5px;
    margin-left: 1.5px;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
}
  .co-header .co-header__tool--login {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 48px;
  }
  .co-header .co-header__tool--login img {
    width: 25px !important;
    height: 25px !important;
  }
  .co-header .co-header__tool--login.co-header__tools__menu--is--open::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 9px;
    border: 11px solid #e8e8e8;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .co-header .co-header__tool--cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: initial;
    width: 40px;
    height: 48px;
  }
  .co-header .co-header__tool--cart img {
    width: 25px;
    height: 25px;
  }

  .co-header .co-header__tool--favorite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: initial;
    width: 40px;
    height: 48px;
  }
  .co-header .co-header__tool--favorite img {
    width: 25px;
    height: 25px;
  }

  .co-headerSearch {
    padding: 10px 5.333vw 10px;
  }
}

/* ================================
[CO] remodal
================================ */
/* COMMON */
.co-remodal--dropmenu .co-remodal__heading {
  display: none;
}

.co-remodal--dropmenu.remodal-overlay {
  top: 150px;
}

.co-remodal--dropmenu.remodal-overlay.remodal-is-opening, .co-remodal--dropmenu.remodal-overlay.remodal-is-opened {
  -webkit-animation: modalFadeIn ease 0.2s forwards;
          animation: modalFadeIn ease 0.2s forwards;
}

.co-remodal--dropmenu.remodal-overlay.remodal-is-closing, .co-remodal--dropmenu.remodal-overlay.remodal-is-closed {
  -webkit-animation: modalFadeOut ease 0.2s forwards;
          animation: modalFadeOut ease 0.2s forwards;
}

.co-remodal--dropmenu__container {
  overflow-y: auto;
}

.co-remodal--dropmenu.remodal-wrapper {
  top: 150px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.co-remodal--dropmenu.remodal-wrapper.remodal-is-opening, .co-remodal--dropmenu.remodal-wrapper.remodal-is-opened {
  -webkit-animation: modalFadeIn ease 0.2s forwards;
          animation: modalFadeIn ease 0.2s forwards;
}

.co-remodal--dropmenu.remodal-wrapper.remodal-is-closing, .co-remodal--dropmenu.remodal-wrapper.remodal-is-closed {
  -webkit-animation: modalFadeOut ease 0.2s forwards;
          animation: modalFadeOut ease 0.2s forwards;
}

.co-remodal--search .co-headerSearch__input.js-selected--bg-overwrite {
  background-color: #fff;
}

/* TB */
@media screen and (max-width: 1279.5px) and (min-width: 744px) {
  .co-remodal--dropmenu.remodal-overlay {
    top: 131px;
  }
  .co-remodal--dropmenu.remodal-wrapper {
    top: 130px !important;
  }
  .co-remodal--search.remodal-wrapper {
    padding-top: 52px;
  }
  .co-remodal--search .co-headerSearch__container {
    max-width: 95%;
  }
}

/* SP */
@media screen and (max-width: 743.5px) {
  ol, ul, dl {
    margin: 0;
  }
  .co-remodal .co-remodal__close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .co-remodal--search .co-headerSearch {
    padding-top: 26px;
  }
  .co-remodal--search .co-headerSearch__input.js-selected--bg-overwrite {
    background-color: #fff;
  }
  .co-remodal--dropmenu--sp.remodal-overlay {
    top: 0;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .co-remodal--dropmenu--sp.remodal-overlay.remodal-is-opening, .co-remodal--dropmenu--sp.remodal-overlay.remodal-is-opened {
    display: block !important;
    -webkit-animation: modalFadeIn ease 0.3s forwards;
            animation: modalFadeIn ease 0.3s forwards;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .co-remodal--dropmenu--sp.remodal-overlay.remodal-is-closing, .co-remodal--dropmenu--sp.remodal-overlay.remodal-is-closed {
    -webkit-animation: modalFadeOut ease 0.3s forwards;
            animation: modalFadeOut ease 0.3s forwards;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .co-remodal--dropmenu--sp.remodal-wrapper {
    width: 100%;
    max-width: 100%;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .co-remodal--dropmenu--sp.remodal-wrapper.remodal-is-opening, .co-remodal--dropmenu--sp.remodal-wrapper.remodal-is-opened {
    opacity: 1 !important;
    -webkit-animation: modalSlideInHumberger ease 0.3s forwards;
            animation: modalSlideInHumberger ease 0.3s forwards;
  }
  .co-remodal--dropmenu--sp.remodal-wrapper.remodal-is-closing, .co-remodal--dropmenu--sp.remodal-wrapper.remodal-is-closed {
    -webkit-animation: modalSlideOutHumberger ease 0.3s forwards;
            animation: modalSlideOutHumberger ease 0.3s forwards;
  }
  .co-remodal--dropmenu--sp .co-remodal__heading {
    padding: 27px 6.333vw;
  }
  .co-remodal--dropmenu--sp .co-remodal__close {
    display: flex;
    padding: 16px 15px 15px;
  }
  .co-remodal--dropmenu--sp .co-remodal__container {
    max-height: calc(100vh - 70px);
    max-height: calc(var(--vh, 1vh) * 100 - 70px);
  }
  .co-remodal .co-remodal__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-remodal .co-remodal__heading__logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: block;
    text-align: center;
  }
  .co-remodal--loginmenu .co-header__tools__menu {
    display: block;
    top: 0;
  }
  .co-remodal--loginmenu.remodal-overlay {
    top: 100px;
  }
  .co-remodal--loginmenu.remodal-overlay.remodal-is-opening, .co-remodal--loginmenu.remodal-overlay.remodal-is-opened {
    -webkit-animation: modalFadeIn ease 0.3s forwards;
            animation: modalFadeIn ease 0.3s forwards;
  }
  .co-remodal--loginmenu.remodal-overlay.remodal-is-closing, .co-remodal--loginmenu.remodal-overlay.remodal-is-closed {
    -webkit-animation: modalFadeOut ease 0.3s forwards;
            animation: modalFadeOut ease 0.3s forwards;
  }
  .co-remodal--loginmenu.remodal-wrapper {
    top: 48px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .co-remodal--loginmenu.remodal-wrapper.remodal-is-opening, .co-remodal--loginmenu.remodal-wrapper.remodal-is-opened {
    -webkit-animation: modalFadeIn ease 0.3s forwards;
            animation: modalFadeIn ease 0.3s forwards;
  }
  .co-remodal--loginmenu.remodal-wrapper.remodal-is-closing, .co-remodal--loginmenu.remodal-wrapper.remodal-is-closed {
    -webkit-animation: modalFadeOut ease 0.2s forwards;
            animation: modalFadeOut ease 0.2s forwards;
  }
}

/* ================================
for IE
================================ */
@media screen and (max-width: 1023.5px) and (min-width: 744px) {
  _:-ms-input-placeholder,
  :root .co-remodal--dropmenu.remodal-overlay {
    top: 127px;
  }
  _:-ms-input-placeholder,
  :root .co-remodal--dropmenu.remodal-wrapper {
    top: 127px;
  }
}

/*# sourceMappingURL=overwrite.css.map */
@media screen and (min-width: 744px) {
  .co-header .co-header__tools{
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    margin: 0 0 0 auto;
    min-height: 0;
    order: 1;
    padding: 0;
    position: static;
  }
}
