/* mixin css */
/* ------------------------------------------------------------------------
	 MEDIAQUERY
------------------------------------------------------------------------ */
/*	COMMON
-------------------------------------------------- */
.pcOnly {
  display: none !important;
}

html, body {
  min-width: 0;
}

#cm #header-bulgaria {
  box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.2);
}
#cm .sp_mega_menu .mega_tab_box ul li a,
#cm .menubar .menubar_box li.sub a,
#cm .sp_mega_menu section.recipe h2,
#cm .searchs_box .searchs_box_inner .narrowing_box .tbl_box p {
  font-size: 2.4rem;
}
#cm .searchs_box .searchs_box_inner ul.select_type li a,
#cm .searchs_box .searchs_box_inner .recipe_white_btn a {
  font-size: 2.6rem;
}
#cm .menubar .menubar_box li a,
#cm .recipe_detail_text,
#cm .searchs_box .searchs_box_inner p input {
  font-size: 2.8rem;
}
#cm #wrap .contents.cm {
  width: 100%;
  overflow: hidden;
  color: #333;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-size: 3.7333333333vw;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cm #wrap .contents.cm p, #cm #wrap .contents.cm h1, #cm #wrap .contents.cm h2, #cm #wrap .contents.cm h3, #cm #wrap .contents.cm h4, #cm #wrap .contents.cm h5, #cm #wrap .contents.cm h6, #cm #wrap .contents.cm a, #cm #wrap .contents.cm li, #cm #wrap .contents.cm caption, #cm #wrap .contents.cm td, #cm #wrap .contents.cm th, #cm #wrap .contents.cm dt, #cm #wrap .contents.cm dd, #cm #wrap .contents.cm input, #cm #wrap .contents.cm textarea, #cm #wrap .contents.cm select, #cm #wrap .contents.cm address {
  font-family: "Noto Serif JP", sans-serif;
  font-size: inherit;
}
#cm #wrap .contents.cm a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
#cm #wrap .contents.cm img {
  width: 100%;
  max-width: none;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
#cm #wrap .contents.cm img[src$=svg] {
  max-width: 100%;
}
#cm #wrap .contents.cm h1 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#cm #wrap .contents.cm #kv {
  background: url(/pc/cm/data/images/kv-bgi.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
#cm #wrap .contents.cm #kv h1 {
  padding: 73.125% 0 67.96875%;
  text-align: center;
}
#cm #wrap .contents.cm #kv h1 img {
  width: 22.8125%;
  height: auto;
}
#cm #wrap .contents.cm .cm-container {
  width: 100%;
}
#cm #wrap .contents.cm .cm-container h2 {
  padding: 6.5rem 0;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-size: 4.8vw;
}
#cm #wrap .contents.cm .cm-container h2 span {
  border-bottom: 2px solid #000;
  display: inline-block;
}
#cm #wrap .contents.cm .cm-container .cm-library {
  padding-bottom: 9.375%;
  width: 100%;
  background: #efefe8;
}
#cm #wrap .contents.cm .cm-container .cm-library .child {
  margin: 0 auto;
  padding: 8% 0;
  width: 93.75%;
}
#cm #wrap .contents.cm .cm-container .cm-library .child h3 {
  padding: 0 0 1.18rem;
  text-align: center;
  font-size: 18px;
  font-size: 4.8vw;
}
@media (orientation: landscape) {
  #cm #wrap .contents {
    margin-top: 8.6666666667%;
  }
}
#cm .popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0s;
  opacity: 0;
}
#cm .popup > .popupBgi, #cm .popup > .popupPlate {
  z-index: 900;
}
#cm .popup .popupBgi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 100%;
}
#cm .popup.open {
  z-index: 999;
  transition: opacity 0.2s;
  opacity: 1;
}
#cm .popup .popupPlate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93.75%;
}
#cm .popup .popupClose {
  position: absolute;
  top: -1em;
  right: 0;
  transform: translateY(-100%);
  width: 8.3333333333%;
  font-size: 10px;
  font-size: 3.125vw;
}
#cm .iframe_wrap {
  padding-bottom: 56.25% !important;
  display: block;
}
#cm .iframe_wrap #player, #cm .iframe_wrap .videoWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cm #footer02 {
  font-size: 16px;
}
#cm footer .foot_inner ul.main_list li {
  font-size: 16px;
}
#cm footer .foot_inner ul.sub_list li {
  font-size: 12px;
}

/* pc-small
-------------------------------------------------- */
/* tablet
-------------------------------------------------- */
/* sp-side
-------------------------------------------------- */
@media only screen and (max-width: 640px) {
  html {
    font-size: 62.5%;
  }
}
/* iPhone5-side
-------------------------------------------------- */
@media only screen and (max-width: 568px) {
  html {
    font-size: 55.46875%;
  }
}
/* android-w
-------------------------------------------------- */
@media only screen and (max-width: 540px) {
  html {
    font-size: 52.734375%;
  }
}
/* android-m
-------------------------------------------------- */
@media only screen and (max-width: 480px) {
  html {
    font-size: 46.875%;
  }
}
/* iphone6plus
-------------------------------------------------- */
@media only screen and (max-width: 414px) {
  html {
    font-size: 40.4296875%;
  }
}
/* iphone6
-------------------------------------------------- */
@media only screen and (max-width: 375px) {
  html {
    font-size: 36.62109375%;
  }
  .priceTable .yen span {
    letter-spacing: -0.025em;
  }
}
/* android
-------------------------------------------------- */
@media only screen and (max-width: 360px) {
  html {
    font-size: 35.15625%;
  }
}
/* iphone5, android-s
-------------------------------------------------- */
@media only screen and (max-width: 320px) {
  html {
    font-size: 31.25%;
  }
}