/* Product CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  #main_title_area .mtitle:before {
    background: url("../images/products/product_title_eng.png") center 0/100% no-repeat;
    width: 69px;
    height: 11px;
  }

  .search {
    margin-bottom: 75px;
    margin-bottom: 140px;
  }
  .search h3 {
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
  }
  .search .form_wrap {
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 25px;
    padding: 0 15px;
    margin: 0 auto 30px;
  }
  .search .input_text {
    width: 600px;
    height: 50px;
    border: none;
    outline: none;
    font-size: 1.4rem;
    line-height: 50px;
    background-color: transparent;
  }
  .search .input_btn {
    border: none;
    display: inline-block;
    background-repeat: no-repeat;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/products/search_icon.png) center 0/100% no-repeat transparent;
    width: 28px;
    height: 28px;
    padding: 0;
  }
  .search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 4px;
  }

  .product_nav {
    margin-bottom: 35px;
  }
  .product_nav .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .product_nav .item {
    width: 153px;
    text-align: center;
    padding-bottom: 30px;
  }
  .product_nav a {
    display: block;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
  }
  .product_nav a:hover {
    text-decoration: none;
  }
  .product_nav .craft a {
    color: #ccac38;
    border-bottom: 2px solid #ccac38;
  }
  .product_nav .umesyu a {
    color: #35ae39;
    border-bottom: 2px solid #35ae39;
  }
  .product_nav .yuzusyu a {
    color: #e93e40;
    border-bottom: 2px solid #e93e40;
  }
  .product_nav .nonalcohol a {
    color: #279bc7;
    border-bottom: 2px solid #279bc7;
  }
  .product_nav .softdrink a {
    color: #f49411;
    border-bottom: 2px solid #f49411;
  }
  .product_nav .food a {
    color: #ff5b82;
    border-bottom: 2px solid #ff5b82;
  }

  .single #article {
    padding-top: 30px;
    vertical-align: middle;
  }
  .single #article .cat_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  .single #article .cat_area .new_cat {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/common/icon_new.png) center 0/100% no-repeat transparent;
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .single #article .cat_area .cats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 4px 0;
  }
  .single #article .cat_area .cats .cat {
    color: #fff;
    background-color: #35ae39;
    text-align: center;
    line-height: 17px;
    padding: 0 5px;
  }
  .single #article .cat_area .cats .cat:not(:last-child) {
    margin-right: 5px;
  }
  .single #article .cat_area .cats .tag {
    color: #35ae39;
    background-color: #fff;
    border: 1px solid #35ae39;
  }
  .single #article .product_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 28px;
  }
  .single #article .product_info .product_title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    margin-bottom: 7px;
  }
  .single #article .product_info .product_kana {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.2rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    margin-bottom: 3px;
  }
  .single #article .product_info .product_desc {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    color: #35ae39;
  }
  .single #article .product_img_detail_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single #article .product_images {
    width: 470px;
    margin-bottom: 30px;
  }
  .single #article .product_images .main_image {
    width: 470px;
    height: 420px;
    position: relative;
    border: 1px solid #e6e6e6;
    margin-bottom: 18px;
  }
  .single #article .product_images .main_image .item {
    position: relative;
  }
  .single #article .product_images .main_image .image {
    position: relative;
    height: 420px;
  }
  .single #article .product_images .main_image .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 340px;
    max-height: 340px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
  }
  .single #article .product_images .main_image .zoom_btn {
    position: absolute;
    background: url("../images/products/modal_btn.png") center 0/100% no-repeat transparent;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
  }
  .single #article .product_images .main_image #slide_nav #slide_prev {
    position: absolute;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    left: 20px;
    margin: auto 0;
  }
  .single #article .product_images .main_image #slide_nav #slide_next {
    position: absolute;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    right: 20px;
  }
  .single #article .product_images .lineup {
    font-family: "Noto Serif JP", serif;
    color: #33ad37;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .single #article .product_images #sub_image .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single #article .product_images #sub_image .item {
    position: relative;
    width: 90px;
    height: 90px;
    margin-right: 5px;
    border: 1px solid #e6e6e6;
  }
  .single #article .product_images #sub_image .item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 80px;
    max-height: 80px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
  }
  .single #article .product_images #sub_image .item.on {
    border: 1px solid #33ad37;
  }
  .single #article .product_detail {
    width: 470px;
  }
  .single #article .product_detail dl {
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  .single #article .product_detail dl:first-of-type {
    border-top: 1px solid #e6e6e6;
  }
  .single #article .product_detail dl dt, .single #article .product_detail dl dd {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 13px 0;
  }
  .single #article .product_detail dl dt {
    width: 170px;
    text-align: left;
    vertical-align: top;
  }
  .single #article .product_detail dl dd {
    width: 290px;
    text-align: right;
  }
  .single #article .product_detail .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 13px;
    margin-bottom: 25px;
  }
  .single #article .product_detail .desc p:not(:last-child) {
    margin-bottom: 2.3em;
  }
  .single #article .product_detail .detail_link_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 75px;
  }
  .single #article .product_detail .detail_link_list .list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single #article .product_detail .detail_link_list li {
    width: 50%;
  }
  .single #article .product_detail .detail_link_list li a {
    color: #35ae39;
    font-size: 1.4rem;
  }
  .single #article .product_detail .detail_link_list li:after {
    content: '>>';
    display: inline-block;
    margin-left: 7px;
    color: #35ae39;
  }
  .single #article .sec {
    margin-bottom: 30px;
  }
  .single #article .sec .stitle {
    position: relative;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    color: #35ae39;
    margin-bottom: 15px;
  }
  .single #article .sec .stitle:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #35ae39;
  }
  .single #article .sec .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .single #article .sec .list .item {
    position: relative;
    width: 225px;
    font-size: 1.4rem;
    line-height: 1.3;
    padding-left: 17px;
    margin-bottom: 15px;
  }
  .single #article .sec .list .item:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/common/icon_ume.png") center 0/100% no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .single #article .sec .list .item:nth-child(odd) {
    margin-right: 20px;
  }
  .single #article .sec.drink {
    width: 470px;
  }
  .single #article .sec.drink .stitle:after {
    width: 340px;
  }
  .single #article .sec.scene {
    width: 470px;
  }
  .single #article .sec.scene .stitle:after {
    width: 375px;
  }
  .single #article .sec.cm .stitle {
    margin-bottom: 45px;
  }
  .single #article .sec.cm .stitle:after {
    width: 900px;
  }
  .single #article .sec.cm .movie_wrap {
    margin-bottom: 100px;
  }
  .single #article .sec.cm .movie_wrap iframe {
    display: block;
    width: 800px;
    height: -webkit-calc(800px * 315 / 560);
    height: calc(800px * 315 / 560);
    margin: 0 auto;
  }
  .single #article .sec_drink_scene_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 105px;
  }
  .single .banner_area {
    margin: 50px 0 90px;
  }
  .single .banner_area .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single .banner_area .item {
    width: 320px;
  }
  .single .banner_area .item a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    color: #35ae39;
    border: 1px solid #e6e6e6;
    text-align: center;
  }
  .single .banner_area .item.choyaan a {
    padding: 19px 0 18px;
  }
  .single .banner_area .item.choyaan a img {
    display: block;
    margin: 0 auto 5px;
  }
  .single .banner_area .item.choyaan span {
    color: #31622c;
  }
  .single .banner_area .item.choyaan span:before {
    margin-right: 5px;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_cart.png") center 0/100% no-repeat;
    width: 10px;
    height: 10px;
  }
  .single .banner_area .item.brand_site a {
    padding: 42px 10px;
  }
  .single .banner_area .item.brand_site a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_arrow_green_double.png") center 0/100% no-repeat;
    width: 12px;
    height: 8px;
  }
  .single .banner_area .item.cm a {
    padding: 42px 10px;
  }
  .single .banner_area .item.cm a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_arrow_green_double.png") center 0/100% no-repeat;
    width: 12px;
    height: 8px;
  }
  .single .product_nav a {
    padding-bottom: 10px;
  }

  .archive .banner_area01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 70px;
    margin-bottom: 105px;
  }
  .archive .banner_area01 .image {
    width: 490px;
  }
  .archive .banner_area01 .image a {
    display: block;
  }
  .archive .banner_area01 .image a img {
    display: block;
    width: 100%;
  }
  .archive .product_nav {
    margin-bottom: 110px;
  }
  .archive .product_nav .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .archive .product_nav a {
    position: relative;
    padding-bottom: 35px;
  }
  .archive .product_nav a:after {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    width: 14px;
    height: 10px;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .archive .product_nav a:hover:after {
    bottom: 7px;
  }
  .archive .product_nav .craft a:after {
    background: url("../images/common/icon_arrow_yellow.png") center 0/100% no-repeat;
  }
  .archive .product_nav .umesyu a:after {
    background: url("../images/common/icon_arrow_green.png") center 0/100% no-repeat;
  }
  .archive .product_nav .yuzusyu a:after {
    background: url("../images/common/icon_arrow_red.png") center 0/100% no-repeat;
  }
  .archive .product_nav .nonalcohol a:after {
    background: url("../images/common/icon_arrow_blue.png") center 0/100% no-repeat;
  }
  .archive .product_nav .softdrink a:after {
    background: url("../images/common/icon_arrow_orange.png") center 0/100% no-repeat;
  }
  .archive .product_nav .food a:after {
    background: url("../images/common/icon_arrow_pink.png") center 0/100% no-repeat;
  }
  .archive .sec .stitle {
    position: relative;
    font-size: 2.6rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .07em;
    text-align: center;
    margin-bottom: 35px;
  }
  .archive .sec .stitle:before, .archive .sec .stitle:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 1px;
  }
  .archive .sec .stitle:before {
    left: 0;
  }
  .archive .sec .stitle:after {
    right: 0;
  }
  .archive .sec .desc {
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    letter-spacing: .25em;
    color: #444;
    text-align: center;
    margin-bottom: 18px;
  }
  .archive .sec .list {
    width: 960px;
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 auto 55px;
  }
  .archive .sec .item {
    position: relative;
    width: 175px;
    padding-top: 45px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
  .archive .sec .item:nth-child(5n) {
    margin-right: 0;
  }
  .archive .sec .item:last-child {
    margin-right: 0;
  }
  .archive .sec .item a {
    display: block;
  }
  .archive .sec .item a .image {
    max-width: 100%;
    height: 155px;
  }
  .archive .sec .item a img {
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    margin: 0 auto;
  }
  .archive .sec .item a h4 {
    width: 90%;
    position: relative;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 20px;
    margin: 15px auto 0;
    margin-top: 15px;
  }
  .archive .sec .item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 9px;
    height: 6px;
  }
  .archive .sec .item.new:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_new.png") center 0/100% no-repeat;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .archive .sec#craft .stitle {
    color: #ccac38;
  }
  .archive .sec#craft .stitle:before, .archive .sec#craft .stitle:after {
    width: 380px;
    background-color: #ccac38;
  }
  .archive .sec#craft .item:after {
    background: url("../images/common/icon_arrow_yellow_double.png") center 0/100% no-repeat;
  }
  .archive .sec#umesyu .stitle {
    color: #35ae39;
  }
  .archive .sec#umesyu .stitle:before, .archive .sec#umesyu .stitle:after {
    width: 450px;
    background-color: #35ae39;
  }
  .archive .sec#umesyu .item:after {
    background: url("../images/common/icon_arrow_green_double.png") center 0/100% no-repeat;
  }
  .archive .sec#yuzusyu .stitle {
    color: #e93e40;
  }
  .archive .sec#yuzusyu .stitle:before, .archive .sec#yuzusyu .stitle:after {
    width: 345px;
    background-color: #e93e40;
  }
  .archive .sec#yuzusyu .item:after {
    background: url("../images/common/icon_arrow_red_double.png") center 0/100% no-repeat;
  }
  .archive .sec#nonalcohol .stitle {
    color: #279bc7;
  }
  .archive .sec#nonalcohol .stitle:before, .archive .sec#nonalcohol .stitle:after {
    width: 390px;
    background-color: #279bc7;
  }
  .archive .sec#nonalcohol .item:after {
    background: url("../images/common/icon_arrow_blue_double.png") center 0/100% no-repeat;
  }
  .archive .sec#softdrink .stitle {
    color: #f49411;
  }
  .archive .sec#softdrink .stitle:before, .archive .sec#softdrink .stitle:after {
    width: 390px;
    background-color: #f49411;
  }
  .archive .sec#softdrink .item:after {
    background: url("../images/common/icon_arrow_orange_double.png") center 0/100% no-repeat;
  }
  .archive .sec#food .stitle {
    color: #ff5b82;
  }
  .archive .sec#food .stitle:before, .archive .sec#food .stitle:after {
    width: 450px;
    background-color: #ff5b82;
  }
  .archive .sec#food .item:after {
    background: url("../images/common/icon_arrow_pink_double.png") center 0/100% no-repeat;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #main {
    padding-top: 55px;
  }

  #main_title_area .mtitle:before {
    background: url("../images/products/sp_product_title_eng.png") center 0/100% no-repeat;
    width: 58px;
    height: 8px;
  }

  .search {
    margin-bottom: 75px;
  }
  .search h3 {
    font-size: 1.3rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
  }
  .search .form_wrap {
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 40px;
    padding: 0 15px;
    margin: 0 auto 30px;
  }
  .search .input_text {
    width: 71vw;
    height: 40px;
    border: none;
    outline: none;
    font-size: 1.4rem;
    line-height: 40px;
    background-color: transparent;
  }
  .search .input_btn {
    border: none;
    display: inline-block;
    background-repeat: no-repeat;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/products/search_icon.png) center 0/100% no-repeat transparent;
    width: 24px;
    height: 24px;
    padding: 0;
  }
  .search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 4px;
  }

  .product_nav {
    margin-bottom: 35px;
  }
  .product_nav .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .product_nav .item {
    width: 31.34%;
    text-align: center;
    padding-bottom: 30px;
  }
  .product_nav a {
    display: block;
    font-size: 1.1rem;
    font-family: "Noto Serif JP", serif;
  }
  .product_nav .craft a {
    color: #ccac38;
    border-bottom: 2px solid #ccac38;
  }
  .product_nav .umesyu a {
    color: #35ae39;
    border-bottom: 2px solid #35ae39;
  }
  .product_nav .yuzusyu a {
    color: #e93e40;
    border-bottom: 2px solid #e93e40;
  }
  .product_nav .nonalcohol a {
    color: #279bc7;
    border-bottom: 2px solid #279bc7;
  }
  .product_nav .softdrink a {
    color: #f49411;
    border-bottom: 2px solid #f49411;
  }
  .product_nav .food a {
    color: #ff5b82;
    border-bottom: 2px solid #ff5b82;
  }

  .single #article {
    padding-top: 30px;
    vertical-align: middle;
  }
  .single #article .cat_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  .single #article .cat_area .new_cat {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/common/icon_new.png) center 0/100% no-repeat transparent;
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .single #article .cat_area .cats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 4px 0;
  }
  .single #article .cat_area .cats .cat {
    color: #fff;
    font-size: 1.1rem;
    background-color: #35ae39;
    text-align: center;
    line-height: 17px;
    padding: 1px 6px;
  }
  .single #article .cat_area .cats .cat:not(:last-child) {
    margin-right: 5px;
  }
  .single #article .cat_area .cats .tag {
    font-size: 1.1rem;
    color: #35ae39;
    background-color: #fff;
    border: 1px solid #35ae39;
  }
  .single #article .product_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 28px;
  }
  .single #article .product_info .product_title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 2.1rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    margin-bottom: 7px;
  }
  .single #article .product_info .product_kana {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.1rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    margin-bottom: 3px;
  }
  .single #article .product_info .product_desc {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    color: #35ae39;
  }
  .single #article .product_images {
    margin-bottom: 30px;
  }
  .single #article .product_images .main_image {
    position: relative;
    width: 100%;
    height: -webkit-calc(100vw * 600 / 670);
    height: calc(100vw * 600 / 670);
    max-height: 335px;
    background-color: #f00;
    border: 1px solid #e6e6e6;
  }
  .single #article .product_images .main_image .list {
    height: 100%;
  }
  .single #article .product_images .main_image .item {
    height: 100%;
  }
  .single #article .product_images .main_image .image {
    position: relative;
    height: 100%;
  }
  .single #article .product_images .main_image .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 62.66vw;
    max-height: 62.66vw;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
  }
  .single #article .product_images .main_image #slide_nav button {
    border: none;
    outline: none;
    background: transparent;
  }
  .single #article .product_images .main_image #slide_nav #slide_prev {
    height: 100%;
    position: absolute;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    left: 4vw;
    margin: auto 0;
  }
  .single #article .product_images .main_image #slide_nav #slide_prev button {
    background: url("../images/products/slide_arrow_left.png") center 0/100% no-repeat;
    width: 12px;
    height: 18px;
  }
  .single #article .product_images .main_image #slide_nav #slide_next {
    height: 100%;
    position: absolute;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    right: 4vw;
  }
  .single #article .product_images .main_image #slide_nav #slide_next button {
    background: url("../images/products/slide_arrow_right.png") center 0/100% no-repeat;
    width: 12px;
    height: 18px;
  }
  .single #article .product_images .main_image #zoom_btn {
    position: absolute;
    background: url("../images/products/modal_btn.png") center 0/100% no-repeat transparent;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
  }
  .single #article .product_images #sub_image {
    display: none;
  }
  .single #article .product_detail dl {
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  .single #article .product_detail dl:first-of-type {
    border-top: 1px solid #e6e6e6;
  }
  .single #article .product_detail dl dt, .single #article .product_detail dl dd {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 13px 0;
  }
  .single #article .product_detail dl dt {
    width: 41%;
    text-align: left;
    vertical-align: top;
  }
  .single #article .product_detail dl dd {
    width: 55%;
    text-align: right;
  }
  .single #article .product_detail .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 13px;
    margin-bottom: 25px;
  }
  .single #article .product_detail .desc p:not(:last-child) {
    margin-bottom: 2.3em;
  }
  .single #article .product_detail .detail_link_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 75px;
  }
  .single #article .product_detail .detail_link_list .list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single #article .product_detail .detail_link_list li {
    width: 50%;
  }
  .single #article .product_detail .detail_link_list li a {
    color: #35ae39;
    font-size: 1.4rem;
  }
  .single #article .product_detail .detail_link_list li:after {
    content: '>>';
    display: inline-block;
    margin-left: 7px;
    color: #35ae39;
  }
  .single #article .sec {
    margin-bottom: 30px;
  }
  .single #article .sec .stitle {
    position: relative;
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    color: #35ae39;
    margin-bottom: 10px;
  }
  .single #article .sec .stitle:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #35ae39;
  }
  .single #article .sec .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .single #article .sec .list .item {
    position: relative;
    width: 47%;
    font-size: 1.4rem;
    line-height: 1.3;
    padding-left: 17px;
    margin-bottom: 10px;
  }
  .single #article .sec .list .item:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/common/icon_ume.png") center 0/100% no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .single #article .sec .list .item:nth-child(odd) {
    margin-right: 10px;
  }
  .single #article .sec iframe {
    width: 100%;
    height: -webkit-calc(100% / 315 * 560);
    height: calc(100% / 315 * 560);
  }
  .single #article .sec.drink .stitle:after {
    width: 63.65%;
  }
  .single #article .sec.scene .stitle:after {
    width: 73.35%;
  }
  .single #article .sec.cm .stitle {
    margin-bottom: 20px;
  }
  .single #article .sec.cm .stitle:after {
    width: 73.35%;
  }
  .single #article .sec.cm .movie_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .single #article .sec.cm .movie_wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .single .banner_area {
    margin: 50px 0 90px;
  }
  .single .banner_area .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single .banner_area .item {
    width: 31.34%;
  }
  .single .banner_area .item a {
    position: relative;
    display: block;
    font-size: 1rem;
    color: #35ae39;
    border: 1px solid #e6e6e6;
    text-align: center;
  }
  .single .banner_area .item.choyaan a {
    padding: 22px 0 21px;
  }
  .single .banner_area .item.choyaan a img {
    display: block;
    width: 71px;
    height: 21px;
    margin: 0 auto 5px;
  }
  .single .banner_area .item.choyaan span {
    color: #31622c;
  }
  .single .banner_area .item.choyaan span:before {
    margin-right: 5px;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_cart.png") center 0/100% no-repeat;
    width: 10px;
    height: 10px;
  }
  .single .banner_area .item.brand_site a {
    padding: 35px 4.2% 35px 1.4%;
  }
  .single .banner_area .item.brand_site a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11.2%;
    margin: auto 0;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_arrow_green_double.png") center 0/100% no-repeat;
    width: 12px;
    height: 8px;
  }
  .single .banner_area .item.cm a {
    padding: 35px 4.2% 35px 1.4%;
  }
  .single .banner_area .item.cm a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11.2%;
    margin: auto 0;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_arrow_green_double.png") center 0/100% no-repeat;
    width: 12px;
    height: 8px;
  }
  .single .product_nav a {
    padding-bottom: 10px;
  }

  .archive .banner_area01 {
    padding-top: 50px;
    margin-bottom: 55px;
  }
  .archive .banner_area01 .image:not(:last-child) {
    margin-bottom: 15px;
  }
  .archive .banner_area01 .image a {
    display: block;
  }
  .archive .banner_area01 .image a img {
    display: block;
  }
  .archive .product_nav {
    margin-bottom: 35px;
  }
  .archive .product_nav .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .archive .product_nav .item {
    width: 31.34%;
    text-align: center;
    padding-bottom: 30px;
  }
  .archive .product_nav a {
    position: relative;
    display: block;
    font-size: 1.2rem;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 22px;
  }
  .archive .product_nav a:after {
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    width: 9px;
    height: 6px;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .archive .product_nav a:hover {
    text-decoration: none;
  }
  .archive .product_nav a:hover:after {
    bottom: 2px;
  }
  .archive .product_nav .craft a {
    color: #ccac38;
    border-bottom: 2px solid #ccac38;
  }
  .archive .product_nav .craft a:after {
    background: url("../images/common/icon_arrow_yellow.png") center 0/100% no-repeat;
  }
  .archive .product_nav .umesyu a {
    color: #35ae39;
    border-bottom: 2px solid #35ae39;
  }
  .archive .product_nav .umesyu a:after {
    background: url("../images/common/icon_arrow_green.png") center 0/100% no-repeat;
  }
  .archive .product_nav .yuzusyu a {
    color: #e93e40;
    border-bottom: 2px solid #e93e40;
  }
  .archive .product_nav .yuzusyu a:after {
    background: url("../images/common/icon_arrow_red.png") center 0/100% no-repeat;
  }
  .archive .product_nav .nonalcohol a {
    color: #279bc7;
    border-bottom: 2px solid #279bc7;
  }
  .archive .product_nav .nonalcohol a:after {
    background: url("../images/common/icon_arrow_blue.png") center 0/100% no-repeat;
  }
  .archive .product_nav .softdrink a {
    color: #f49411;
    border-bottom: 2px solid #f49411;
  }
  .archive .product_nav .softdrink a:after {
    background: url("../images/common/icon_arrow_orange.png") center 0/100% no-repeat;
  }
  .archive .product_nav .food a {
    color: #ff5b82;
    border-bottom: 2px solid #ff5b82;
  }
  .archive .product_nav .food a:after {
    background: url("../images/common/icon_arrow_pink.png") center 0/100% no-repeat;
  }
  .archive .sec .stitle {
    position: relative;
    font-size: 1.9rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .07em;
    text-align: center;
    margin-bottom: 15px;
  }
  .archive .sec .stitle:before, .archive .sec .stitle:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 26.86%;
    height: 1px;
    background-color: #000;
  }
  .archive .sec .stitle:before {
    margin-right: 10px;
    left: 0;
  }
  .archive .sec .stitle:after {
    margin-left: 10px;
    right: 0;
  }
  .archive .sec .desc {
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    color: #444;
    text-align: center;
    margin-bottom: 18px;
  }
  .archive .sec .list {
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 55px;
  }
  .archive .sec .item {
    position: relative;
    width: 47%;
    padding-top: 30px;
    margin-bottom: 15px;
  }
  .archive .sec .item a {
    display: block;
  }
  .archive .sec .item a .image {
    max-width: 100%;
    height: 90px;
  }
  .archive .sec .item a img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    margin: 0 auto;
  }
  .archive .sec .item a .name {
    width: 95%;
    position: relative;
    text-align: center;
    line-height: 1.3;
    font-size: 1.3rem;
    padding-bottom: 20px;
    margin: 15px auto 0;
  }
  .archive .sec .item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 9px;
    height: 6px;
  }
  .archive .sec .item.new:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_new.png") center 0/100% no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .archive .sec#craft .stitle {
    color: #ccac38;
  }
  .archive .sec#craft .stitle:before, .archive .sec#craft .stitle:after {
    width: 22.38%;
    background-color: #ccac38;
  }
  .archive .sec#craft .item:after {
    background: url("../images/common/icon_arrow_yellow_double.png") center 0/100% no-repeat;
  }
  .archive .sec#umesyu .stitle {
    color: #35ae39;
  }
  .archive .sec#umesyu .stitle:before, .archive .sec#umesyu .stitle:after {
    width: 41.04%;
    background-color: #35ae39;
  }
  .archive .sec#umesyu .item:after {
    background: url("../images/common/icon_arrow_green_double.png") center 0/100% no-repeat;
  }
  .archive .sec#yuzusyu .stitle {
    color: #e93e40;
  }
  .archive .sec#yuzusyu .stitle:before, .archive .sec#yuzusyu .stitle:after {
    width: 19.04%;
    background-color: #e93e40;
  }
  .archive .sec#yuzusyu .item:after {
    background: url("../images/common/icon_arrow_red_double.png") center 0/100% no-repeat;
  }
  .archive .sec#nonalcohol .stitle {
    color: #279bc7;
  }
  .archive .sec#nonalcohol .stitle:before, .archive .sec#nonalcohol .stitle:after {
    width: 26.34%;
    background-color: #279bc7;
  }
  .archive .sec#nonalcohol .item:after {
    background: url("../images/common/icon_arrow_blue_double.png") center 0/100% no-repeat;
  }
  .archive .sec#softdrink .stitle {
    color: #f49411;
  }
  .archive .sec#softdrink .stitle:before, .archive .sec#softdrink .stitle:after {
    width: 26.34%;
    background-color: #f49411;
  }
  .archive .sec#softdrink .item:after {
    background: url("../images/common/icon_arrow_orange_double.png") center 0/100% no-repeat;
  }
  .archive .sec#food .stitle {
    color: #ff5b82;
  }
  .archive .sec#food .stitle:before, .archive .sec#food .stitle:after {
    width: 41.04%;
    background-color: #ff5b82;
  }
  .archive .sec#food .item:after {
    background: url("../images/common/icon_arrow_pink_double.png") center 0/100% no-repeat;
  }
  .archive .product_nav a {
    padding-bottom: 22px;
  }
}
