@charset "UTF-8";
/*共通*/
.nowrap {
  white-space: nowrap;
}

#footer02 {
  position: relative;
}

/*PCのみ*/
@media only screen and (min-width: 751px) {
  .pc_hidden, .spOnly {
    display: none !important;
  }
  /*PC:headerの並び順による余白調整*/
  #headerWrap #nav {
    order: 4;
  }
  /*PC:headerのhover処理を調整*/
  #wrap {
    overflow: hidden;
  }
  #header-bulgaria:before {
    content: none;
  }
  #header-bulgaria .head_inner ul.nav_inner:after {
    display: block;
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    width: 100vw;
    background: #004c8f;
    box-sizing: border-box;
    pointer-events: none;
    transition: opacity 0.3s, height 0s;
    opacity: 0;
    content: "";
  }
  #header-bulgaria .head_inner ul.nav_inner:hover:after {
    height: 265px;
    transition: opacity 0.3s, height 0s;
    opacity: 1;
  }
  #header-bulgaria .head_inner ul.nav_inner.notbg:after {
    content: none;
  }
  /* recipe.scss */
  .search_inner {
    text-align: left;
  }
  #recipeResult:not(.is_foreign) .search_results,
  #recipeResult:not(.is_foreign) .tab_inner {
    opacity: 0;
  }
  .init #recipeResult:not(.is_foreign) .search_results,
  .init #recipeResult:not(.is_foreign) .tab_inner {
    opacity: 1;
  }
  #recipeResult:not(.is_foreign) .recipeList-article {
    display: flex;
    flex-wrap: wrap;
  }
  .anchor-wrap {
    position: relative;
  }
  .anchor-recipe {
    position: absolute;
    top: -171px;
  }
  /*meguru detail*/
  .meguru_section04 .steps li p img {
    width: auto;
    height: 31px;
  }
  .meguru_section04 .steps li img {
    width: 200px;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  .meguru_section04 .steps li picture {
    display: block;
    order: 3;
    width: 200px;
    height: auto;
  }
  .meguru_section04 .steps li picture + picture {
    margin-top: 10px;
  }
  /*/about/yogurtbook.html*/
  #about.bulgariabook.yogurtbook main, #about.bulgariabook.yogurtbook aside {
    font-feature-settings: "palt";
  }
  #header-bulgaria.fix ~ #about.bulgariabook {
    margin-top: 131px;
  }
  /*/about/bulgariabook.html*/
  .bulgariabook .meguru .full-inner.-first .inner {
    margin-top: 0;
  }
  /* /recipe/special/yogurt-kitchen/no-xx.htm */
  #yogurt-kitchen .contents .lead.demo-text {
    line-height: 1.5;
  }
  #contents-no-10 .chart-fourth {
    display: block;
  }
  #yogurt-kitchen #contents-no-11 .lead.pc_hidden + .lead,
  #yogurt-kitchen #contents-no-12 .lead.pc_hidden + .lead {
    margin-top: 22px;
  }
  #yogurt-kitchen #contents-no-11 .two-column.pc_hidden + .lead,
  #yogurt-kitchen #contents-no-12 .two-column.pc_hidden + .lead {
    margin-top: 32px;
  }
  #yogurt-kitchen .how-to-cook.-since2025 {
    margin-top: 29px;
  }
  #yogurt-kitchen .how-to-cook.-since2025 > li {
    background: transparent;
  }
  #contents-no-29 .compact-plane-arrange {
    display: inline-block;
  }
  /*special/kanbtsu-yogurt*/
  .detail #kvArea {
    background: url(/pc/special/kanbutsu-yogurt/images/pc/common/kvBg.jpg) no-repeat rgba(51, 51, 51, 0.3);
    background-size: cover;
  }
  .detail #kvArea h2 {
    filter: drop-shadow(0px 0px 10px black);
  }
}
/*SPのみ*/
@media only screen and (max-width: 750px) {
  .sp_hidden, .pcOnly {
    display: none !important;
  }
  /*SP:bulgariaヘッダー最低高さ*/
  #js-header ~ #header-bulgaria {
    min-height: 0 !important;
  }
  /*product top*/
  .en .popup .popupHeadline + p {
    transform: scale(0.9);
    transform-origin: center;
    font-family: sans-serif;
    text-indent: -0.02em;
    white-space: nowrap;
    font-feature-settings: "palt";
  }
  /*product-detail*/
  .product_detail #product_area_top,
  .product_detail #product_area_top .main_visual {
    bottom: 0 !important;
  }
  .product_detail .scroll_content {
    padding-top: 0 !important;
    position: relative;
    z-index: 0;
  }
  .product_detail .scroll_content:after {
    display: block;
    position: absolute;
    bottom: -1px;
    z-index: -1;
    width: 100%;
    height: 2px;
    background: #fff;
    pointer-events: none;
    content: "";
  }
  .product_wrapper .product_detail {
    word-break: break-all;
  }
  /*meguru detail*/
  .meguru_section01 img, .step_img {
    width: 100%;
  }
  .meguru_wrapper .meguru_section02 h3 span.mid {
    font-size: inherit;
  }
  .meguru_wrapper .meguru_section02 h3 a {
    margin-top: 1.5em;
    display: inline-block;
  }
  .meguru_wrapper .meguru_section04 h3 {
    display: inline-block;
    background: linear-gradient(transparent 45%, #ffff33 0%);
  }
  .meguru_section04 .steps li picture {
    display: block;
    width: 100%;
  }
  .meguru_section04 .steps li picture img {
    padding: 0;
    width: 100%;
    height: auto;
  }
  .meguru_section04 .steps li p ~ picture {
    padding-bottom: 1em;
  }
  .meguru_section04 .steps li .img_area {
    padding-bottom: 1em;
  }
  .meguru_section04 .steps li .img_area img {
    width: 100%;
    height: auto;
  }
  .meguru_section04 .steps li .img_area img + img {
    margin-top: 10px;
  }
  .meguru_wrapper .meguru_section04 .steps li .img_area picture + picture {
    margin-top: 1em;
    display: block;
  }
  .meguru_wrapper .meguru_section06 .country_box dl dt span {
    margin-left: 0.5em;
  }
  /*report top*/
  body.report .main_wrap .bottom_nav .btn_archive_select {
    font-weight: normal;
  }
  /* /about/yogurtbook.html */
  .yogurtbook p.btn {
    text-align: center;
  }
  /* /about/bulgariabook.html */
  .bulgariabook:not(.yogurtbook) .meguru > div.full-inner.-first {
    margin: 0 auto;
    justify-content: center;
  }
  .bulgariabook:not(.yogurtbook) .meguru > div.full-inner.-first .inner {
    margin: 0 auto;
    width: 90%;
  }
  .bulgariabook:not(.yogurtbook) section.first-make > .inner .full-inner {
    margin: 10.3703703704% 0 10.3703703704% -5.5%;
    width: 111.1111111111%;
  }
  .bulgariabook:not(.yogurtbook) section.first-make > .inner .full-inner.img-left {
    margin: 12.1481481481% 0 8.5925925926% -5.5%;
  }
  .bulgariabook:not(.yogurtbook) section.anniversary .full-inner:noy(.is_foreign) {
    padding-top: 85%;
  }
  .bulgariabook:not(.yogurtbook) .end-map picture {
    width: 100%;
    text-align: center;
  }
  /* /recipe/special/yogurt-kitchen/no-xx.htm */
  #yogurt-kitchen #wrap #contents-no-4 .graph_area .triangle_arrow ~ picture {
    margin-top: 3.5820895522%;
    display: block;
  }
  #yogurt-kitchen #wrap #contents-no-7 .illust_area .point-list li picture {
    margin-right: 5.5223880597%;
    display: inline-block;
  }
  #yogurt-kitchen #wrap #contents-no-7 .illust_area .point-list li picture img {
    margin: 0;
  }
  #yogurt-kitchen #wrap .contents .recipe_list .recipe_list-ttl + p ~ p {
    margin-top: 0.7em;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  #yogurt-kitchen #wrap #contents-no-10 .graybox_wrap .whitebox_wrap .chart-fourth {
    display: block;
  }
  #yogurt-kitchen #wrap .contents h2 + .two-column .lead {
    margin-top: 2.0625em;
  }
  #yogurt-kitchen #wrap .contents .plane_yogurt_list .plane_yogurt_list-mizukiri {
    background: #293e8d;
  }
  #yogurt-kitchen #wrap #contents-no-11 .two-column.h2after {
    margin-top: 5.3731343284%;
  }
  #yogurt-kitchen #wrap #contents-no-15 .list-more picture {
    display: block;
  }
  #yogurt-kitchen #wrap .contents .two-column.sp_hidden + .two-column {
    margin-top: 6.7164179104%;
  }
  #yogurt-kitchen #wrap #contents-no-20 .tartar .two-column .img-right {
    margin-top: 2.6119402985%;
  }
  #yogurt-kitchen #wrap #contents-no-23 .icon-arrow,
  #yogurt-kitchen #wrap #contents-no-24 .icon-arrow {
    display: block;
  }
  #yogurt-kitchen #wrap #contents-no-25 p + img + img {
    padding: 7.4626865672% 0 1.4925373134%;
    width: 99%;
  }
  #yogurt-kitchen #wrap #contents-no-29 .compact-plane-arrange {
    display: inline-block;
  }
  #yogurt-kitchen #wrap .contents#contents-no-36 h2 + .two-column .lead {
    margin-top: 0;
  }
  .recipe.is_foreign #recipeList .tabA {
    margin-top: 0;
  }
  #yogurtandcooking #wrap .contents .about_sec .inner {
    width: 100%;
  }
}