/* Brand CSS */
/* _setting CSS */
img {
  max-width: 100%;
}

.link_hover {
  transition: 0.3s;
  cursor: pointer;
}

.link_hover:hover {
  text-decoration: none;
}

.link_hover.ef_op:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .link_hover.ef_op:hover {
    opacity: 1;
  }
}

#bc {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  #bc {
    margin-bottom: 0;
  }
}

.sns_share {
  margin-top: 117px;
}

@media screen and (max-width: 750px) {
  .sns_share {
    margin-top: 12.66667vw;
  }
}

/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  #header.none {
    opacity: 0;
    z-index: -1;
  }
  .yowanai_umesshu_special * {
    font-family: "Noto Serif JP", serif;
  }
  #bc li {
    color: #ba9832;
  }
  #bc li a {
    color: #ba9832;
  }
  .animate .fade_in {
    opacity: 0;
    transition: all 400ms linear;
    transform: translateY(20px);
  }
  .animate.show .fade_in {
    opacity: 1;
    transform: translateY(0);
  }
  .sub_navi {
    min-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #fff;
    z-index: 10;
    left: 0;
    right: 0;
  }
  .sub_navi.fix {
    position: fixed;
    z-index: 10;
  }
  .sub_navi .sub_navi_head {
    width: 90px;
    margin-right: 43px;
  }
  .sub_navi .logo {
    width: 90px;
  }
  .sub_navi .sp_navi_btn {
    display: none;
  }
  .sub_navi .sub_navi_list {
    display: flex;
  }
  .sub_navi .sub_navi_list li {
    display: flex;
    align-items: center;
  }
  .sub_navi .sub_navi_list li:after {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #ba9832;
  }
  .sub_navi .sub_navi_list li:first-of-type:before {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #ba9832;
  }
  .sub_navi .sub_navi_list li a {
    display: block;
    padding: 15px 37px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.07em;
    color: #ba9832;
    white-space: nowrap;
    text-align: center;
  }
  .area_ttl {
    margin-bottom: 75px;
    padding-bottom: 40px;
    font-size: 3.6rem;
    text-align: center;
    position: relative;
  }
  .area_ttl span {
    display: block;
    margin-bottom: 7px;
    font-size: 1.4rem;
  }
  .area_ttl:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .main_image {
    width: 100%;
    height: 586px;
    background: url(../images/brand/yowanai_umesshu_special/kv.jpg?id=20220819) no-repeat center top;
    background-size: cover;
  }
  .secret_area {
    background: white;
    background: linear-gradient(to bottom, white 0%, #6fa6dd 30%, #6fa6dd 100%);
    position: relative;
    z-index: -100;
  }
  .secret_area .bg_sticky {
    padding-bottom: 130px;
    background-image: url("../../assets/images/brand/yowanai_umesshu_special/bg02.png");
    background-position: center top;
    background-size: contain;
    position: relative;
    z-index: 100;
    transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .secret_area .c_top .image_wrap {
    width: 617px;
    margin: 65px auto 160px;
  }
  .secret_area * {
    color: #fff;
  }
  .secret_area .image_wrap {
    width: 1000px;
    margin: 0 auto;
    opacity: 0;
    position: relative;
  }
  .secret_area .image_wrap.show {
    opacity: 1;
  }
  .secret_area .product_image {
    display: block;
    left: 140px;
    z-index: 1;
  }
  .secret_area .product_image.sp {
    display: none;
  }
  .secret_area .product_image_bg {
    width: 100%;
    background-color: #fff;
    position: relative;
  }
  .secret_area .inner {
    width: 1000px;
    margin: 0 auto 0;
    position: relative;
    z-index: 5;
  }
  .secret_area .area_ttl {
    margin-bottom: 130px;
    position: relative;
    z-index: 10;
  }
  .secret_area .area_ttl:after {
    background-color: #fff;
  }
  .secret_area .s_wrap {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto 120px;
  }
  .secret_area .s_wrap:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .secret_area .s_wrap .s_image {
    width: 380px;
  }
  .secret_area .s_wrap .s_image img {
    max-width: 380px;
  }
  .secret_area .s_wrap .s_text {
    width: 470px;
    transition-delay: 300ms;
  }
  .secret_area .s_wrap .s_text .ttl {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .secret_area .s_wrap .s_text .sub_ttl {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .secret_area .s_wrap .s_text .txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .tvcm_area {
    padding-top: 110px;
    padding-bottom: 150px;
  }
  .tvcm_area * {
    color: #ba9832;
  }
  .tvcm_area .area_ttl:after {
    background-color: #ba9832;
  }
  .tvcm_area .movie_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 110px;
  }
  .tvcm_area .movie_wrap .movie {
    margin-top: 30px;
  }
  .tvcm_area .movie_wrap .movie:nth-of-type(1), .tvcm_area .movie_wrap .movie:nth-of-type(2) {
    margin-top: 0;
  }
  .tvcm_area .movie_wrap .movie iframe {
    width: 480px;
    height: 270px;
    margin-bottom: 15px;
    background-color: #000;
  }
  .tvcm_area .movie_wrap .movie .movie_ttl {
    font-size: 1.6rem;
  }
  .tvcm_area .movie_wrap .movie02 {
    transition-delay: 400ms;
  }
  .tvcm_area .cm_episode .sub_ttl {
    margin-bottom: 15px;
    font-size: 2.6rem;
    text-align: center;
  }
  .tvcm_area .cm_episode .location {
    display: block;
    margin-bottom: 25px;
    font-size: 1.4rem;
    text-align: center;
  }
  .tvcm_area .cm_episode .image {
    margin-bottom: 60px;
    text-align: center;
  }
  .tvcm_area .cm_episode .episode_wrap {
    margin-bottom: 40px;
  }
  .tvcm_area .cm_episode .episode_wrap:last-child {
    margin-bottom: 50px;
  }
  .tvcm_area .cm_episode .episode_wrap .episode_ttl {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .tvcm_area .cm_episode .episode_wrap .desc {
    font-size: 1.6rem;
    line-height: 2.1;
  }
  .tvcm_area .cm_episode .episode02 {
    transition-delay: 500ms;
  }
  .tvcm_area .box_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    margin: 0 auto;
    padding: 13px 0;
    border: 1px solid #ba9832;
    font-size: 1.6rem;
    text-align: center;
    color: #ba9832;
    position: relative;
    transition: all linear 200ms;
  }
  .tvcm_area .box_link:nth-of-type(2) {
    margin-top: 20px;
  }
  .tvcm_area .box_link:hover {
    background: rgba(188, 153, 62, 0.1);
    cursor: pointer;
  }
  .tvcm_area .box_link img {
    width: 72px;
    height: auto;
    margin-right: 15px;
  }
  .tvcm_area .box_link .btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 15px;
    background-color: #ba9832;
    border-radius: 15px;
    position: relative;
  }
  .tvcm_area .box_link .btn:before {
    display: block;
    content: "";
    width: 14px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .tvcm_area .box_link .btn:after {
    display: block;
    content: "";
    width: 2px;
    height: 14px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .feature_area {
    position: relative;
  }
  .feature_area .common_inner {
    padding: 160px 0;
  }
  .feature_area .common_inner:before, .feature_area .common_inner:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
  }
  .feature_area .common_inner:before {
    top: 0;
  }
  .feature_area .common_inner:after {
    bottom: 0;
  }
  .feature_area .area_ttl {
    margin-bottom: 95px;
    font-size: 4.6rem;
    color: #ef5f2e;
  }
  .feature_area .area_ttl span {
    margin-bottom: 15px;
    font-size: 1.8rem;
    color: #ef5f2e;
  }
  .feature_area .area_ttl:after {
    background-color: #ef5f2e;
  }
  .feature_area .image {
    width: 240px;
    margin: 0 auto 90px;
    text-align: center;
    position: relative;
  }
  .feature_area .image img {
    display: inline-block;
  }
  .feature_area .image img.sp {
    display: none;
  }
  .feature_area .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto;
  }
  .feature_area .list .item {
    width: 380px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    border-radius: 15px;
    position: relative;
    z-index: 1;
  }
  .feature_area .list .item:nth-child(1), .feature_area .list .item:nth-child(2) {
    margin-bottom: 40px;
  }
  .feature_area .list .item .title {
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: center;
    color: #47b750;
    position: relative;
  }
  .feature_area .list .item .title:after {
    display: block;
    content: "";
    width: 30px;
    height: 1px;
    margin: 15px auto 0;
    background: #47b750;
  }
  .feature_area .list .item .desc {
    font-size: 1.6rem;
    line-height: 1.62;
  }
  .feature_area .list .item02 {
    transition-delay: 200ms;
  }
  .feature_area .list .item03 {
    transition-delay: 400ms;
  }
  .feature_area .list .item04 {
    transition-delay: 600ms;
  }
  .feature_yuzussyu {
    background: url(../../assets/images/brand/yowanai_umesshu_special/bg_yuzu.jpg) no-repeat center top;
    background-size: cover;
  }
  .feature_lemonssyu {
    background: url(../../assets/images/brand/yowanai_umesshu_special/bg_lemon.jpg) no-repeat center top;
    background-size: cover;
  }
  .feature_ume {
    background: #f5eee6 url(../../assets/images/brand/yowanai_umesshu_special/bg_ume.jpg) no-repeat center top;
    background-size: 100%;
  }
  .product_area {
    margin-top: 115px;
  }
  .product_area * {
    color: #ba9832;
  }
  .product_area .area_ttl:after {
    background-color: #ba9832;
  }
  .product_area .product_details .details {
    display: none;
    width: 100%;
  }
  .product_area .product_details .details.is-current {
    display: block;
  }
  .product_area .product_details .details .name {
    margin-bottom: 35px;
    font-size: 2.6rem;
  }
  .product_area .product_details .details .name span {
    display: block;
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .product_area .product_details .details .desc {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .product_area .product_details .details .note {
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .product_area .product_details .details .detail {
    margin-top: 30px;
  }
  .product_area .product_details .details .detail dt, .product_area .product_details .details .detail dd {
    display: inline;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .product_area .product_details .details .detail dt:after {
    display: inline-block;
    content: ':';
    padding: 0 5px;
    position: relative;
    top: -1px;
  }
  .product_area .product_details .btn {
    width: 300px;
    height: 60px;
    margin: 30px auto 0;
  }
  .product_area .product_details .btn a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ba9832;
    font-size: 1.6rem;
    line-height: 60px;
    text-align: center;
    transition: all linear 200ms;
  }
  .product_area .product_details .btn a:hover {
    background: rgba(188, 153, 62, 0.1);
    text-decoration: none;
  }
  .product_area .details {
    transition-delay: 400ms;
  }
  .product_area .btn {
    transition-delay: 800ms;
  }
  .product_area .pc_slide_wrap {
    width: 900px;
    margin: 0 auto;
  }
  .product_area .yowanai_list {
    width: 100%;
    position: relative;
  }
  .product_area .yowanai_list .slick-current .image {
    opacity: 1 !important;
  }
  .product_area .yowanai_list .slide_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: auto;
    background-color: #ba9832;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
  }
  .product_area .yowanai_list .slide_arrow.next {
    right: -70px;
  }
  .product_area .yowanai_list .slide_arrow.next img {
    margin-right: -3px;
    transform: rotate(-180deg);
  }
  .product_area .yowanai_list .slide_arrow.prev {
    left: -70px;
  }
  .product_area .yowanai_list .slide_arrow.prev img {
    margin-left: -3px;
  }
  .product_area .yowanai_list .slide_arrow img {
    width: 12px;
    height: 17px;
  }
  .product_area .yowanai_list .product_wrap .wrap {
    display: flex;
    align-items: flex-end;
    height: 300px;
    margin-bottom: 30px;
  }
  .product_area .yowanai_list .product_wrap .image {
    width: 190px;
    padding-left: 28px;
    opacity: 0.3;
  }
  .product_area .yowanai_list .product_wrap .image img {
    max-width: 100%;
  }
  .modal_wrap {
    display: none;
    width: 90%;
    max-width: 1000px;
    max-height: 40%;
    margin: 0 auto;
    margin: auto;
    padding: 40px 70px 40px 40px;
    background-color: #fff;
    border-radius: 10px;
    overflow: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .modal_wrap .modal_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .modal_wrap .image_box {
    width: 20%;
  }
  .modal_wrap .image_box .image {
    width: 100%;
  }
  .modal_wrap .image_box .name {
    margin-top: 10px;
    font-size: 2.4rem;
  }
  .modal_wrap .desc_area {
    width: 75%;
    padding-top: 30px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #16ae41;
  }
  .modal_wrap .desc_area .desc {
    padding-top: 10px;
  }
  .modal_wrap .close {
    width: 40px;
    height: 40px;
    background-color: #ba9832;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .modal_wrap .close:before {
    content: "";
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(-45deg);
  }
  .modal_wrap .close:after {
    content: "";
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
  }
  .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}

/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #header {
    transition: 0.3s;
  }
  #header.none {
    opacity: 0;
    z-index: -1;
  }
  .yowanai_umesshu_special * {
    font-family: "Noto Serif JP", serif;
  }
  .yowanai_umesshu_special #bc li {
    color: #ba9832;
  }
  .yowanai_umesshu_special #bc li a {
    color: #ba9832;
  }
  .yowanai_umesshu_special .animate .fade_in {
    opacity: 0;
    transition: all 400ms linear;
    transform: translateY(20px);
  }
  .yowanai_umesshu_special .animate.show .fade_in {
    opacity: 1;
    transform: translateY(0);
  }
  .yowanai_umesshu_special .sub_navi {
    display: block;
    width: 100%;
    height: 65px;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .yowanai_umesshu_special .sub_navi.fix {
    border-top: 1px solid #dfdfdf;
    position: fixed;
    z-index: 10;
  }
  .yowanai_umesshu_special .sub_navi .sub_navi_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1.33333vw 5%;
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
  }
  .yowanai_umesshu_special .sub_navi .logo {
    width: 73px;
    height: 50px;
  }
  .yowanai_umesshu_special .sub_navi .sp_navi_btn {
    display: block;
    max-width: 80px;
    padding: 5px 30px 7px 7px;
    background-color: #ba9832;
    background-image: linear-gradient(0deg, #c7a235 0%, #e4cd71 99%);
    border-radius: 3px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    position: relative;
  }
  .yowanai_umesshu_special .sub_navi .sp_navi_btn span {
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .yowanai_umesshu_special .sub_navi .sp_navi_btn span:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: -14px;
    transition: 0.3s;
    transform: rotate(-45deg);
  }
  .yowanai_umesshu_special .sub_navi .sp_navi_btn span:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    transition: 0.3s;
    transform: rotate(45deg);
  }
  .yowanai_umesshu_special .sub_navi .sp_navi_btn span.open:before {
    width: 15px;
  }
  .yowanai_umesshu_special .sub_navi .sp_navi_btn span.open:after {
    width: 15px;
  }
  .yowanai_umesshu_special .sub_navi .sub_navi_list {
    display: none;
    width: 100%;
    background: #f3ebd7;
    border-top: 1px solid rgba(188, 153, 62, 0.4);
  }
  .yowanai_umesshu_special .sub_navi .sub_navi_list li {
    padding: 0 5%;
  }
  .yowanai_umesshu_special .sub_navi .sub_navi_list li:first-of-type a {
    border-top: none;
  }
  .yowanai_umesshu_special .sub_navi .sub_navi_list li:after {
    display: none;
  }
  .yowanai_umesshu_special .sub_navi .sub_navi_list li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid rgba(188, 153, 62, 0.4);
    font-size: 1.4rem;
    color: #ba9832;
  }
  .yowanai_umesshu_special .area_ttl {
    margin-bottom: 40px;
    padding-bottom: 18px;
    font-size: 2.5rem;
    text-align: center;
    position: relative;
  }
  .yowanai_umesshu_special .area_ttl span {
    display: block;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .yowanai_umesshu_special .area_ttl:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .yowanai_umesshu_special .secret_area {
    background: white;
    background: linear-gradient(to bottom, white 0%, #6fa6dd 30%, #6fa6dd 100%);
    position: relative;
    z-index: -1;
  }
  .yowanai_umesshu_special .secret_area .bg_sticky {
    padding-bottom: 80px;
    background-image: url("../../assets/images/brand/yowanai_umesshu_special/bg02_sp.png");
    background-position: center top;
    position: relative;
    z-index: 0;
    transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .yowanai_umesshu_special .secret_area .c_top {
    width: 100%;
  }
  .yowanai_umesshu_special .secret_area .c_top .image_wrap {
    width: 89.33%;
    margin: 30px auto -0;
  }
  .yowanai_umesshu_special .secret_area .c_top .inner {
    padding-top: 80px;
  }
  .yowanai_umesshu_special .secret_area .c_top .s_wrap {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .yowanai_umesshu_special .secret_area * {
    color: #fff;
  }
  .yowanai_umesshu_special .secret_area .product_image.sp {
    display: block;
    width: calc(100vw * 612 / 750);
  }
  .yowanai_umesshu_special .secret_area .product_image_bg {
    width: 100%;
    height: calc(100vw * 370 / 750);
    background-color: #fff;
    position: relative;
  }
  .yowanai_umesshu_special .secret_area .inner {
    padding-top: 30px;
  }
  .yowanai_umesshu_special .secret_area .area_ttl:after {
    background-color: #fff;
  }
  .yowanai_umesshu_special .secret_area .s_wrap {
    width: 89.33%;
    margin: 0 auto 50px;
  }
  .yowanai_umesshu_special .secret_area .s_wrap:last-child {
    margin-bottom: 0;
  }
  .yowanai_umesshu_special .secret_area .s_wrap .s_image {
    width: 100%;
    margin-bottom: 20px;
  }
  .yowanai_umesshu_special .secret_area .s_wrap .s_text .ttl {
    margin-bottom: 6px;
    font-size: 2rem;
    line-height: 1.3;
  }
  .yowanai_umesshu_special .secret_area .s_wrap .s_text .sub_ttl {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  .yowanai_umesshu_special .secret_area .s_wrap .s_text .txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .yowanai_umesshu_special .tvcm_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .yowanai_umesshu_special .tvcm_area * {
    color: #ba9832;
  }
  .yowanai_umesshu_special .tvcm_area .area_ttl:after {
    background-color: #ba9832;
  }
  .yowanai_umesshu_special .tvcm_area .movie_wrap {
    margin-bottom: 70px;
  }
  .yowanai_umesshu_special .tvcm_area .movie_wrap .movie {
    margin-bottom: 30px;
  }
  .yowanai_umesshu_special .tvcm_area .movie_wrap .movie:last-child {
    margin-bottom: 0;
  }
  .yowanai_umesshu_special .tvcm_area .movie_wrap .movie .iframe_wrap {
    width: 100%;
    height: 0;
    margin-bottom: 15px;
    padding-top: 56.41%;
    position: relative;
  }
  .yowanai_umesshu_special .tvcm_area .movie_wrap .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .yowanai_umesshu_special .tvcm_area .movie_wrap .movie .movie_ttl {
    font-size: 1.3rem;
  }
  .yowanai_umesshu_special .tvcm_area .movie_wrap .movie02 {
    transition-delay: 300ms;
  }
  .yowanai_umesshu_special .tvcm_area .cm_episode .sub_ttl {
    margin-bottom: 5px;
    font-size: 2rem;
    text-align: center;
  }
  .yowanai_umesshu_special .tvcm_area .cm_episode .location {
    display: block;
    margin-bottom: 30px;
    font-size: 1.2rem;
    text-align: center;
  }
  .yowanai_umesshu_special .tvcm_area .cm_episode .image {
    margin-bottom: 26px;
    text-align: center;
  }
  .yowanai_umesshu_special .tvcm_area .cm_episode .episode_wrap {
    margin-bottom: 28px;
  }
  .yowanai_umesshu_special .tvcm_area .cm_episode .episode_wrap:last-child {
    margin-bottom: 45px;
  }
  .yowanai_umesshu_special .tvcm_area .cm_episode .episode_wrap .episode_ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .yowanai_umesshu_special .tvcm_area .cm_episode .episode_wrap .desc {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .yowanai_umesshu_special .tvcm_area .cm_episode .episode02 {
    transition-delay: 300ms;
  }
  .yowanai_umesshu_special .tvcm_area .box_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 13px 0;
    border: 1px solid #e6dab5;
    font-size: 1.6rem;
    text-align: center;
    color: #ba9832;
    position: relative;
    transition: all linear 200ms;
  }
  .yowanai_umesshu_special .tvcm_area .box_link:nth-of-type(2) {
    margin-top: 15px;
  }
  .yowanai_umesshu_special .tvcm_area .box_link:hover {
    background: rgba(188, 153, 62, 0.1);
    cursor: pointer;
  }
  .yowanai_umesshu_special .tvcm_area .box_link img {
    width: 72px;
    height: auto;
    margin-right: 15px;
  }
  .yowanai_umesshu_special .tvcm_area .box_link .btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 15px;
    background-color: #ba9832;
    border-radius: 15px;
    position: relative;
  }
  .yowanai_umesshu_special .tvcm_area .box_link .btn:before {
    display: block;
    content: "";
    width: 14px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .yowanai_umesshu_special .tvcm_area .box_link .btn:after {
    display: block;
    content: "";
    width: 2px;
    height: 14px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .yowanai_umesshu_special .feature_area {
    position: relative;
  }
  .yowanai_umesshu_special .feature_area .common_inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .yowanai_umesshu_special .feature_area .common_inner:before, .yowanai_umesshu_special .feature_area .common_inner:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
  }
  .yowanai_umesshu_special .feature_area .common_inner:before {
    top: -1px;
  }
  .yowanai_umesshu_special .feature_area .common_inner:after {
    bottom: 0;
  }
  .yowanai_umesshu_special .feature_area .area_ttl {
    font-size: 3.0rem;
    font-weight: 300;
    letter-spacing: -0.05em;
    color: #ef5f2e;
  }
  .yowanai_umesshu_special .feature_area .area_ttl span {
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: #ef5f2e;
  }
  .yowanai_umesshu_special .feature_area .area_ttl:after {
    background-color: #ef5f2e;
  }
  .yowanai_umesshu_special .feature_area .image {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
  }
  .yowanai_umesshu_special .feature_area .image img {
    display: inline-block;
    transform: translateY(-13vw);
  }
  .yowanai_umesshu_special .feature_area .image img.pc {
    display: none;
  }
  .yowanai_umesshu_special .feature_area .image.show .fade_in {
    transform: translateY(0);
  }
  .yowanai_umesshu_special .feature_area .list .item {
    width: 100%;
    margin-bottom: 30px;
    padding: 17px 15px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .yowanai_umesshu_special .feature_area .list .item:last-child {
    margin-bottom: 0;
  }
  .yowanai_umesshu_special .feature_area .list .item .title {
    margin-bottom: 15px;
    font-size: 1.5rem;
    text-align: center;
    color: #47b750;
  }
  .yowanai_umesshu_special .feature_area .list .item .desc {
    font-size: 1.3rem;
    line-height: 1.53;
  }
  .yowanai_umesshu_special .feature_area .list .item02 {
    transition-delay: 200ms;
  }
  .yowanai_umesshu_special .feature_area .list .item03 {
    transition-delay: 400ms;
  }
  .yowanai_umesshu_special .feature_area .list .item04 {
    transition-delay: 600ms;
  }
  .yowanai_umesshu_special .feature_yuzussyu {
    background: url(../../assets/images/brand/yowanai_umesshu_special/sp_bg_yuzu.jpg) no-repeat center top;
    background-size: cover;
  }
  .yowanai_umesshu_special .feature_yuzussyu .image img {
    width: 39vw;
    max-width: 257px;
  }
  .yowanai_umesshu_special .feature_lemonssyu {
    background: url(../../assets/images/brand/yowanai_umesshu_special/sp_bg_lemon.jpg) no-repeat center top;
    background-size: cover;
  }
  .yowanai_umesshu_special .feature_lemonssyu .image img {
    width: 39vw;
    max-width: 268px;
  }
  .yowanai_umesshu_special .feature_ume {
    background: #f5eee6 url(../../assets/images/brand/yowanai_umesshu_special/bg_ume.jpg) no-repeat center top;
    background-size: cover;
  }
  .yowanai_umesshu_special .feature_ume .image img {
    width: 39vw;
    max-width: 242px;
  }
  .yowanai_umesshu_special .product_area {
    margin-top: 80px;
    position: relative;
  }
  .yowanai_umesshu_special .product_area * {
    color: #ba9832;
  }
  .yowanai_umesshu_special .product_area .area_ttl:after {
    background-color: #ba9832;
  }
  .yowanai_umesshu_special .product_area .product_details .details {
      display: none;
/*    opacity: 0;*/
    position: absolute;
    top: 0;
    left: 0;
  }
  .yowanai_umesshu_special .product_area .product_details .details.is-current {
      display: block;
/*    opacity: 1;*/
    position: static;
  }
  .yowanai_umesshu_special .product_area .product_details .details .name {
    margin-bottom: 23px;
    font-size: 1.8rem;
  }
  .yowanai_umesshu_special .product_area .product_details .details .name span {
    display: block;
    margin-bottom: 7px;
    font-size: 1.3rem;
  }
  .yowanai_umesshu_special .product_area .product_details .details .desc {
    font-size: 1.3rem;
    line-height: 1.77;
  }
  .yowanai_umesshu_special .product_area .product_details .details .note {
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .yowanai_umesshu_special .product_area .product_details .details .detail {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .yowanai_umesshu_special .product_area .product_details .details .detail dl {
    margin-bottom: 3px;
  }
  .yowanai_umesshu_special .product_area .product_details .details .detail dt, .yowanai_umesshu_special .product_area .product_details .details .detail dd {
    display: inline;
    font-size: 1.2rem;
    line-height: 1.66;
  }
  .yowanai_umesshu_special .product_area .product_details .details .detail dt:after {
    display: inline-block;
    content: ':';
    padding: 0 5px;
    position: relative;
    top: -1px;
  }
  .yowanai_umesshu_special .product_area .product_details .btn {
    width: 46.56%;
    min-width: 160px;
    height: 60px;
    margin: 20px auto 0;
  }
  .yowanai_umesshu_special .product_area .product_details .btn a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e6dab5;
    font-size: 1.3rem;
    line-height: 60px;
    text-align: center;
    transition: all linear 200ms;
  }
  .yowanai_umesshu_special .product_area .product_details .btn a:hover {
    background: rgba(188, 153, 62, 0.1);
    text-decoration: none;
  }
  .yowanai_umesshu_special .product_area .product_wrap:last-child {
    border-bottom: none;
  }
  .yowanai_umesshu_special .product_area .product_wrap .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .yowanai_umesshu_special .product_area .product_wrap .image {
    width: 85%;
    margin: 0 auto 35px;
    opacity: 0.3;
  }
  .yowanai_umesshu_special .product_area .product_wrap .image img {
    max-width: 125px;
    transform: translateX(10px);
  }
  .yowanai_umesshu_special .product_area .yowanai_list {
    position: relative;
  }
  .yowanai_umesshu_special .product_area .yowanai_list .wrap {
    height: 240px;
    position: relative;
  }
  .yowanai_umesshu_special .product_area .yowanai_list .slick-current .image {
    opacity: 1;
  }
  .yowanai_umesshu_special .product_area .yowanai_list .slide_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: auto;
    background-color: #ba9832;
    border-radius: 20px;
    position: absolute;
    top: 22vw;
    z-index: 9;
    cursor: pointer;
  }
  .yowanai_umesshu_special .product_area .yowanai_list .slide_arrow.prev {
    left: -3%;
  }
  .yowanai_umesshu_special .product_area .yowanai_list .slide_arrow.prev img {
    margin-left: -3px;
  }
  .yowanai_umesshu_special .product_area .yowanai_list .slide_arrow.next {
    right: -3%;
  }
  .yowanai_umesshu_special .product_area .yowanai_list .slide_arrow.next img {
    margin-right: -3px;
    transform: rotate(-180deg);
  }
  .yowanai_umesshu_special .product_area .yowanai_list .slide_arrow img {
    width: 12px;
    height: 17px;
  }
  .yowanai_umesshu_special .modal_wrap {
    display: none;
    width: 90%;
    max-width: 1000px;
    max-height: 90%;
    margin: 0 auto;
    margin: auto;
    padding: 5%;
    background-color: #fff;
    border-radius: 10px;
    overflow: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .yowanai_umesshu_special .modal_wrap .modal_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .yowanai_umesshu_special .modal_wrap .image_box {
    width: 100%;
  }
  .yowanai_umesshu_special .modal_wrap .image_box .image {
    width: 48%;
    margin: 0 auto;
  }
  .yowanai_umesshu_special .modal_wrap .image_box .name {
    margin-top: 10px;
    font-size: 2.4rem;
  }
  .yowanai_umesshu_special .modal_wrap .desc_area {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #16ae41;
  }
  .yowanai_umesshu_special .modal_wrap .desc_area .desc {
    width: 100%;
    padding-top: 10px;
  }
  .yowanai_umesshu_special .modal_wrap .close {
    width: 40px;
    height: 40px;
    background-color: #ba9832;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .yowanai_umesshu_special .modal_wrap .close:before {
    content: "";
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(-45deg);
  }
  .yowanai_umesshu_special .modal_wrap .close:after {
    content: "";
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
  }
  .yowanai_umesshu_special .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}

/*# sourceMappingURL=maps/brand.css.map */
