@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?dlnjoj");
  src: url("fonts/icomoon.eot?dlnjoj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dlnjoj") format("truetype"), url("fonts/icomoon.woff?dlnjoj") format("woff"), url("fonts/icomoon.svg?dlnjoj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.innerSkin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .innerSkin {
    display: block;
  }
}

.innerSkin__link a {
  text-decoration: none;
}

.innerSkin__img img {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .innerSkin__img img {
    width: 100%;
  }
}

.innerBunner__item {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.innerBunner__item:hover {
  opacity: 0.65;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .innerBunner__item:hover {
    opacity: 1;
  }
}

.innerBunner__item:hover span {
  text-decoration: none;
}

.innerBunner__item span {
  text-decoration: none;
}

.innerBunner__item img {
  width: 100%;
}

.innerBunner__item p {
  margin: 20px 0 0;
  position: relative;
}

.innerBunner__item p::after {
  content: "";
  display: inline-block;
  background: right bottom no-repeat;
  background-size: 5px 9px;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .innerBunner__item p::after {
    background-image: url(/contents/common/images/bg-link-arrow-next.png);
  }
}

.innerBunner--2col .innerBunner__item {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .innerBunner--2col .innerBunner__item {
    width: auto;
    margin-top: 40px;
  }
}

.innerBunner--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .innerBunner--2col {
    display: block;
  }
}

/* chatbot対応 */
header {
  z-index: 100010;
}

.headerOverlay {
  z-index: 100009;
}

.overlay {
  z-index: 100011;
}

.modal {
  z-index: 100012;
}

@media (max-height: 540px), (max-width: 480px) {
  .krkr-chat {
    z-index: 100011 !important;
  }
}

.searchCategory {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .searchCategory {
    margin-bottom: 60px;
  }
  .searchCategory--Category .searchCategory__item p, .searchCategory--Ingredient .searchCategory__item p, .searchCategory--Onayami .searchCategory__item p {
    text-align: center;
  }
}

.searchCategory.searchCategory--Ingredient ul {
  margin-top: 24px;
}

.searchCategory.searchCategory--Ingredient li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #EF857D;
  border-radius: 10px;
  line-height: 1.9;
  width: 140px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .searchCategory.searchCategory--Ingredient li {
    width: calc(50% - 10px);
  }
  .searchCategory.searchCategory--Ingredient li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.searchCategory.searchCategory--Ingredient li::after {
  position: absolute;
  content: '';
  top: calc(50% - 3px);
  right: 18px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #EF857D;
  border-right: 1px solid #EF857D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.searchCategory.searchCategory--Ingredient li p {
  text-align: center;
  margin: 0;
}

.searchCategory.searchCategory--Ingredient li a {
  display: block;
  text-decoration: none;
  padding: 10px 20px 10px 14px;
}

ul.innercareBanner {
  margin: 0 -15px;
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  ul.innercareBanner {
    margin: 0 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

ul.innercareBanner li {
  -ms-flex-preferred-size: calc(50% - 30px);
  flex-basis: calc(50% - 30px);
  margin: 15px;
}

@media screen and (max-width: 768px) {
  ul.innercareBanner li {
    width: 100%;
    margin: 0 0 15px;
  }
}

ul.innercareBanner li a {
  display: block;
}

ul.innercareBanner li img {
  width: 100%;
}
