@charset "UTF-8";
/* 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?id=20210325") center 0/100% no-repeat;
    width: 81px;
    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;
    letter-spacing: .05em;
    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: 940px;
    height: 50px;
    border: none;
    outline: none;
    font-size: 1.4rem;
    line-height: 50px;
    background-color: #f5f5f5;
    padding: 0 5px;
  }
  .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: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 4px;
  }

  .product_nav {
    padding-top: 100px;
    margin-bottom: 35px;
  }
  .product_nav .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .product_nav .item {
    width: 153px;
    text-align: center;
    padding-bottom: 30px;
    margin-right: 15px;
  }
  .product_nav .item:last-child {
    margin-right: 0;
  }
  .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 .umeshu a {
    color: #16ae41;
    border-bottom: 2px solid #16ae41;
  }
  .product_nav .wine a {
    color: #e93e40;
    border-bottom: 2px solid #e93e40;
  }
  .product_nav .nonealcohol 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;
  }

  .banner_area {
    margin: 50px 0 70px;
  }
  .banner_area .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .banner_area .item {
    width: 490px;
    margin-bottom: 20px;
  }
  .banner_area .item:nth-child(odd) {
    margin-right: 20px;
  }
  .banner_area .item a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    color: #16ae41;
    border: 1px solid #e6e6e6;
    text-align: center;
  }
  .banner_area .item a:hover {
    text-decoration: none;
  }
  .banner_area .item.choyaan a {
    padding: 19px 0 18px;
  }
  .banner_area .item.choyaan a img {
    display: block;
    margin: 0 auto 5px;
  }
  .banner_area .item.choyaan span {
    display: block;
    color: #31622c;
    padding-left: 30px;
    margin-top: 10px;
  }
  .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 .bc_wrap {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
  }
  .single #article {
    padding-top: 30px;
    vertical-align: middle;
  }
  .single #article .cat_area {
    display: flex;
    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?id=20210326") center 0/100% no-repeat transparent;
    width: 30px;
    height: 31px;
    position: relative;
    top: 3px;
  }
  .single #article .cat_area .cats {
    display: flex;
    justify-content: flex-start;
    margin: 4px 10px;
  }
  .single #article .cat_area .cats .cat {
    color: #fff;
    background-color: #16ae41;
    font-size: 1.2rem;
    text-align: center;
    line-height: 27px;
    padding: 0 8px;
  }
  .single #article .cat_area .cats .cat:not(:last-child) {
    margin-right: 5px;
  }
  .single #article .cat_area .cats .tag {
    color: #16ae41;
    background-color: #fff;
    border: 1px solid #16ae41;
  }
  .single #article .article_head {
    display: flex;
    justify-content: space-between;
  }
  .single #article .article_head .links {
    width: 470px;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
  }
  .single #article .article_head .links .item {
    width: 220px;
  }
  .single #article .article_head .links .item a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    border: 1px solid #666;
    text-align: center;
    padding: 20px 10px;
  }
  .single #article .article_head .links .item a:after {
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    width: 9px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-bottom: 1px solid #16ae41;
    border-right: 1px solid #16ae41;
    transform: rotate(-45deg);
  }
  .single #article .article_head .links .item a:hover {
    text-decoration: none;
  }
  .single #article .product_info {
    width: 490px;
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
  }
  .single #article .product_info .product_title {
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    letter-spacing: .02em;
    margin-bottom: 7px;
  }
  .single #article .product_info .product_summary {
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    letter-spacing: .02em;
    color: #16ae41;
  }
  .single #article .product_img_detail_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    margin-bottom: 30px;
  }
  .single #article .product_images {
    width: 470px;
  }
  .single #article .product_images .main_image {
    width: 470px;
    height: 420px;
    position: relative;
    overflow: hidden;
  }
  .single #article .product_images .main_image #main_image_list {
    height: 100%;
    position: relative;
  }
  .single #article .product_images .main_image .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
  }
  .single #article .product_images .main_image .item:nth-child(1) {
    left: 0;
  }
  .single #article .product_images .main_image .image {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .single #article .product_images .main_image .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    max-width: 460px;
    max-height: 410px;
    transition: all linear 300ms;
  }
  .single #article .product_images .main_image .new_cat {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/common/icon_new.png?id=20210326") center 0/100% no-repeat transparent;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
  }
  .single #article .product_images .main_image .scale {
    display: block;
    width: 340px;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .single #article .product_images .main_image .zoom_btn {
    position: absolute;
    background: url("../images/products/modal_btn.png") center 0/100% no-repeat transparent;
    bottom: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    border: none;
    outline: none;
  }
  .single #article .product_images .main_image .zoom_btn:hover {
    opacity: .8;
  }
  .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,
  .single #article .product_images .main_image #slide_nav #slide_next {
    position: absolute;
    top: calc(50%);
    width: 18px;
    height: 28px;
    cursor: pointer;
  }
  .single #article .product_images .main_image #slide_nav #slide_prev {
    left: 20px;
    background: url("../images/products/slide_arrow_left.svg") center 0/100% no-repeat;
    display: none;
  }
  .single #article .product_images .main_image #slide_nav #slide_next {
    right: 20px;
    background: url("../images/products/slide_arrow_right.svg") center 0/100% no-repeat;
  }
  .single #article .product_images .lineup {
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    font-size: 1.4rem;
    padding-top: 18px;
    margin-bottom: 10px;
  }
  .single #article .product_images #sub_image .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .single #article .product_images #sub_image .item {
    position: relative;
    width: 90px;
    height: 90px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
  }
  .single #article .product_images #sub_image .item:nth-child(5n) {
    margin-right: 0;
  }
  .single #article .product_images #sub_image .item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    transition: all linear 300ms;
  }
  .single #article .product_images #sub_image .item.on {
    border: 1px solid #16ae41;
  }
  .single #article .product_detail_area {
    width: 470px;
    min-height: 100%;
    position: relative;
  }
  .single #article .product_detail_area .product_detail {
    width: 100%;
    display: none;
  }
  .single #article .product_detail_area .product_detail:nth-child(1) {
    display: block;
  }
  .single #article .product_detail_area dl {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  .single #article .product_detail_area dl:first-of-type {
    border-top: 1px solid #e6e6e6;
  }
  .single #article .product_detail_area dl dt, .single #article .product_detail_area dl dd {
    display: inline-block;
    line-height: 1.3;
    letter-spacing: .075em;
  }
  .single #article .product_detail_area dl dt {
    width: 190px;
    font-size: 1.3rem;
    text-align: left;
    vertical-align: top;
    padding: 12px 0;
  }
  .single #article .product_detail_area dl dd {
    width: 275px;
    font-size: 1.4rem;
    text-align: right;
    padding: 11px 0;
  }
  .single #article .product_detail_area .note {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 15px;
    text-indent: -0.5em;
    padding-left: .5em;
  }
  .single #article .product_detail_area .note + .note {
    margin-top: 0;
  }
  .single #article .product_desc {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: .05em;
    margin-bottom: 60px;
  }
  .single #article .product_desc p {
    font-size: 1.4rem;
    letter-spacing: .075em;
  }
  .single #article .product_desc p:not(:last-child) {
    margin-bottom: 2.3em;
  }
  .single #article .product_desc a {
    text-decoration: underline;
  }
  .single #article .detail_link_list {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .single #article .detail_link_list .list {
    display: flex;
    justify-content: flex-start;
  }
  .single #article .detail_link_list li {
    width: 175px;
  }
  .single #article .detail_link_list li a {
    position: relative;
    display: inline-block;
    color: #16ae41;
    font-size: 1.4rem;
    letter-spacing: .05em;
    padding-right: 22px;
  }
  .single #article .detail_link_list li a:after {
    position: absolute;
    top: 2px;
    right: 0;
    content: '';
    display: inline-block;
    margin-left: 7px;
    background: url("../images/common/icon_arrow_green_double.svg") center 0/100% no-repeat;
    width: 16px;
    height: 11px;
  }
  .single #article .selling_area .stitle:after {
    width: 890px;
    z-index: -1;
  }
  .single #article .selling_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 55px;
  }
  .single #article .selling_list .item {
    width: 76px;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 30px;
  }
  .single #article .selling_list .item:nth-child(10n) {
    margin-right: 0;
  }
  .single #article .selling_list .item .image {
    margin-bottom: 5px;
  }
  .single #article .selling_list .item .image img {
    width: 100%;
  }
  .single #article .selling_list .item .name {
    font-size: 1.2rem;
  }
  .single #article .sec .stitle {
    position: relative;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    letter-spacing: .05em;
    margin-bottom: 15px;
  }
  .single #article .sec .stitle span {
    display: inline-block;
    font-size: 1.2rem;
  }
  .single #article .sec .stitle:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #16ae41;
  }
  .single #article .sec .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .single #article .sec .list .item {
    position: relative;
    width: 225px;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: .05em;
    padding-left: 17px;
    margin-bottom: 15px;
  }
  .single #article .sec .list .item:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #16ae41;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .single #article .sec .list .item:nth-child(odd) {
    margin-right: 20px;
  }
  .single #article .sec.ingredient {
    margin-bottom: 90px;
  }
  .single #article .sec.ingredient .ingredient_block {
    display: none;
  }
  .single #article .sec.ingredient .ingredient_block:nth-child(1) {
    display: block;
  }
  .single #article .sec.ingredient .stitle {
    margin-bottom: 45px;
  }
  .single #article .sec.ingredient .stitle:after {
    width: 915px;
    z-index: -1;
  }
  .single #article .sec.ingredient .stitle span {
    background-color: #fff;
    padding-right: 15px;
    padding-left: 10px;
  }
  .single #article .sec.ingredient .ingredient_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .single #article .sec.ingredient .ingredient_list .item {
    display: flex;
    justify-content: space-between;
    width: 470px;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
  }
  .single #article .sec.ingredient .ingredient_list .item:nth-of-type(1), .single #article .sec.ingredient .ingredient_list .item:nth-of-type(2) {
    border-top: 1px solid #e6e6e6;
  }
  .single #article .sec.ingredient .ingredient_list .item dt, .single #article .sec.ingredient .ingredient_list .item dd {
    width: 235px;
    font-size: 1.4rem;
    letter-spacing: .075em;
  }
  .single #article .sec.ingredient .ingredient_list .item dt {
    text-align: left;
  }
  .single #article .sec.ingredient .ingredient_list .item dd {
    text-align: right;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank {
    width: 57px;
    height: 11px;
    display: inline-block;
    background: transparent url(../images/products/icon-ranks.png) no-repeat 0 0;
    background-size: 57px 110px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--0 {
    background-position: 0 -110px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--1 {
    background-position: 0 -99px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--2 {
    background-position: 0 -88px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--3 {
    background-position: 0 -77px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--4 {
    background-position: 0 -66px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--5 {
    background-position: 0 -55px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--6 {
    background-position: 0 -44px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--7 {
    background-position: 0 -33px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--8 {
    background-position: 0 -22px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--9 {
    background-position: 0 -11px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--10 {
    background-position: 0 0px;
  }
  .single #article .sec.drink {
    width: 470px;
  }
  .single #article .sec.drink .stitle:after {
    width: 335px;
  }
  .single #article .sec.scene {
    width: 470px;
  }
  .single #article .sec.scene .stitle:after {
    width: 375px;
  }
  .single #article .sec.cm {
    margin-bottom: 100px;
  }
  .single #article .sec.cm .stitle {
    margin-bottom: 45px;
  }
  .single #article .sec.cm .stitle:after {
    width: 870px;
  }
  .single #article .sec.cm .movie_wrap {
    margin-bottom: 100px;
  }
  .single #article .sec.cm .movie_wrap iframe {
    display: block;
    width: 800px;
    height: calc(800px * 315 / 560);
    margin: 0 auto;
  }
  .single #article .sec_drink_scene_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 105px;
  }
  .single #article .sec_drink_scene_wrap.col1 .sec {
    width: 100%;
  }
  .single #article .sec_drink_scene_wrap.col1 .sec .list .item {
    width: auto;
  }
  .single #article .sec_drink_scene_wrap.col1 .drink .stitle:after {
    width: 860px;
  }
  .single #article .sec_drink_scene_wrap.col1 .scene .stitle:after {
    width: 880px;
  }
  .single .product_nav a {
    padding-bottom: 10px;
  }
  .single .product_nav a:hover {
    opacity: .6;
  }

  .archive .banner_area01 {
    display: flex;
    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: flex;
    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: 10px;
    height: 10px;
    transform: rotate(-45deg);
    transition: all linear 200ms;
  }
  .archive .product_nav a:hover:after {
    bottom: 7px;
  }
  .archive .sec {
    padding-top: 100px;
    margin-top: -100px;
  }
  .archive .sec .stitle_wrap {
    position: relative;
    text-align: center;
  }
  .archive .sec .stitle_wrap:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #666;
    text-align: center;
    z-index: -1;
  }
  .archive .sec .stitle {
    position: relative;
    display: inline-block;
    font-size: 2.6rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .04em;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 35px;
    background-color: #fff;
    z-index: 1;
  }
  .archive .sec .desc {
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #444;
    text-align: center;
    margin-bottom: 18px;
  }
  .archive .sec .list {
    width: 960px;
    display: flex;
    justify-content: center;
    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 {
    position: relative;
    display: block;
    -webkit-tap-highlight-color: transparent;
  }
  .archive .sec .item a .image {
    max-width: 100%;
    height: 180px;
  }
  .archive .sec .item a img {
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    margin: 0 auto;
  }
  .archive .sec .item a .name {
    width: 90%;
    min-height: 52px;
    position: relative;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .075em;
    padding-bottom: 20px;
    margin: 15px auto 0;
    margin-top: 15px;
  }
  .archive .sec .item a:hover {
    text-decoration: none;
  }
  .archive .sec .item a:after {
    content: '＞＞';
    display: block;
    width: 25px;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .archive .sec .item.new:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_new.png?id=20210326") center 0/100% no-repeat;
    width: 40px;
    height: 39px;
    position: absolute;
    bottom: 72px;
    right: 5px;
    z-index: 1;
  }
  .archive .sec#craft .stitle {
    color: #ccac38;
  }
  .archive .sec#craft .stitle:before, .archive .sec#craft .stitle:after {
    width: 380px;
    background-color: #ccac38;
  }
  .archive .sec#umeshu .stitle {
    color: #16ae41;
  }
  .archive .sec#umeshu .stitle:before, .archive .sec#umeshu .stitle:after {
    width: 450px;
    background-color: #16ae41;
  }
  .archive .sec#wine .stitle {
    color: #e93e40;
  }
  .archive .sec#wine .stitle:before, .archive .sec#wine .stitle:after {
    width: 345px;
    background-color: #e93e40;
  }
  .archive .sec#nonealcohol .stitle {
    color: #279bc7;
  }
  .archive .sec#nonealcohol .stitle:before, .archive .sec#nonealcohol .stitle:after {
    width: 390px;
    background-color: #279bc7;
  }
  .archive .sec#softdrink .stitle {
    color: #f49411;
  }
  .archive .sec#softdrink .stitle:before, .archive .sec#softdrink .stitle:after {
    width: 390px;
    background-color: #f49411;
  }
  .archive .sec#food .stitle {
    color: #ff5b82;
  }
  .archive .sec#food .stitle:before, .archive .sec#food .stitle:after {
    width: 450px;
    background-color: #ff5b82;
  }

  .archive.search_page #bc {
    margin-bottom: 70px;
  }
  .archive.search_page .no_search_post {
    text-align: center;
    border: #e6eee4 1px solid;
    background: #f5f8f4;
    margin: -50px 100px 100px;
    padding: 30px;
  }
  .archive.search_page .no_search_post p {
    font-size: 1.6rem;
    line-height: 1.3;
    font-family: "Noto Serif JP", serif;
  }
  .archive.search_page .product_nav a {
    padding-bottom: 10px;
  }
  .archive.search_page .product_nav a:after {
    display: none;
  }
  .archive.search_page .product_nav a:hover {
    opacity: .6;
  }

  .factory .contents {
    width: 1000px;
    padding-top: 80px;
    margin: 0 auto 150px;
  }
  .factory .contents .title {
    position: relative;
    font-size: 3.2rem;
    line-height: 1.3;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    color: #16ae41;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .factory .contents .title:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #16ae41;
  }
  .factory .contents .content_lead .desc {
    text-align: center;
  }
  .factory .contents .desc {
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
  }
  .factory .contents .table_area {
    margin-top: 65px;
    margin-bottom: 50px;
  }
  .factory .contents .table {
    width: 100%;
  }
  .factory .contents .table tr:first-child {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .factory .contents .table tr th:first-of-type,
  .factory .contents .table tr td:first-of-type {
    width: 237px;
  }
  .factory .contents .table tr th:nth-of-type(2),
  .factory .contents .table tr td:nth-of-type(2) {
    width: 435px;
  }
  .factory .contents .table tr th:nth-of-type(3),
  .factory .contents .table tr td:nth-of-type(3) {
    width: 325px;
  }
  .factory .contents .table tr th:not(:first-of-type),
  .factory .contents .table tr td:not(:first-of-type) {
    border-left: 1px solid #e5e5e5;
  }
  .factory .contents .table tr th, .factory .contents .table tr td {
    font-size: 1.6rem;
    padding: 18px 20px;
  }
  .factory .contents .table tr th {
    background-color: #eaf7eb;
    color: #16ae41;
    text-align: left;
  }
  .factory .contents .table tbody td {
    border-bottom: 1px solid #e5e5e5;
  }
  .factory .contents .common_link_area {
    width: 315px;
    margin: 0 auto;
  }
  .factory .contents .common_link_area a:hover {
    text-decoration: none;
  }

  .seibun .contents {
    padding-top: 80px;
    padding-top: 50px;
    margin: 0 auto 150px;
  }
  .seibun .title {
    position: relative;
    font-size: 3.2rem;
    line-height: 1.3;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    color: #16ae41;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .seibun .title:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #16ae41;
  }
  .seibun .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  .seibun .sec .stitle {
    margin-bottom: 40px;
  }
  .seibun #craft .table th {
    background-color: #fcfbf5;
    color: #ccac38;
  }
  .seibun #umeshu .table th {
    background-color: #eaf7eb;
    color: #16ae41;
  }
  .seibun #wine .table th {
    background-color: #fcfbf5;
    color: #e93e40;
  }
  .seibun #nonealcohol .table th {
    background-color: #e9f5f9;
    color: #279bc7;
  }
  .seibun #softdrink .table th {
    background-color: #fef4e7;
    color: #f49411;
  }
  .seibun #food .table th {
    background-color: #ffeef2;
    color: #ff5b82;
  }
  .seibun .table_area .table_wrap {
    max-height: 530px;
  }
  .seibun .table_area .table_wrap.scroll_table {
    overflow: scroll;
    overflow-x: hidden;
  }
  .seibun .table_area .table {
    width: 100%;
  }
  .seibun .table_area .table tr:first-child {
    border-top: 1px solid #e5e5e5;
  }
  .seibun .table_area .table tr th:not(:first-of-type),
  .seibun .table_area .table tr td:not(:first-of-type) {
    border-left: 1px solid #e5e5e5;
  }
  .seibun .table_area .table tr th, .seibun .table_area .table tr td {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 15px;
  }
  .seibun .table_area .table tr th {
    position: sticky;
    top: -3px;
    left: 0;
    vertical-align: middle;
    background-color: #fff;
  }
  .seibun .table_area .table tr th.name {
    width: 365px;
    text-align: left;
  }
  .seibun .table_area .table tr th.rate {
    width: 110px;
  }
  .seibun .table_area .table tr th.alcohol {
    width: 70px;
  }
  .seibun .table_area .table tr th.energy {
    width: 95px;
  }
  .seibun .table_area .table tr th.protein {
    width: 95px;
  }
  .seibun .table_area .table tr th.lipid {
    width: 60px;
  }
  .seibun .table_area .table tr th.carbohydrate {
    width: 90px;
  }
  .seibun .table_area .table tr th.salt {
    width: 100px;
  }
  .seibun .table_area .table tr td {
    vertical-align: middle;
  }
  .seibun .table_area .table tr td img {
    display: inline-block;
    max-width: 40px;
    max-height: 40px;
    margin-right: 8px;
  }
  .seibun .table_area .table tr td:not(:first-of-type) {
    text-align: center;
  }
  .seibun .table_area .table tr td:first-of-type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .seibun .table_area .table tbody td {
    height: 72px;
    border-bottom: 1px solid #e5e5e5;
  }
  .seibun .table_area .table_others {
    width: 100%;
  }
  .seibun .table_area .table_others tr:first-child {
    border-top: 1px solid #e5e5e5;
  }
  .seibun .table_area .table_others tr th:not(:first-of-type),
  .seibun .table_area .table_others tr td:not(:first-of-type) {
    border-left: 1px solid #e5e5e5;
  }
  .seibun .table_area .table_others tr th, .seibun .table_area .table_others tr td {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 15px;
  }
  .seibun .table_area .table_others tr th {
    vertical-align: middle;
  }
  .seibun .table_area .table_others tr th.name {
    width: 199px;
    text-align: left;
  }
  .seibun .table_area .table_others tr th.rate {
    width: 95px;
  }
  .seibun .table_area .table_others tr th.alcohol {
    width: 95px;
  }
  .seibun .table_area .table_others tr th.energy {
    width: 95px;
  }
  .seibun .table_area .table_others tr th.protein {
    width: 95px;
  }
  .seibun .table_area .table_others tr th.lipid {
    width: 95px;
  }
  .seibun .table_area .table_others tr th.carbohydrate {
    width: 95px;
  }
  .seibun .table_area .table_others tr th.salt {
    width: 95px;
  }
  .seibun .table_area .table_others tr td {
    vertical-align: middle;
  }
  .seibun .table_area .table_others tr td:not(:first-of-type) {
    text-align: center;
  }
  .seibun .table_area .table_others tr td:first-of-type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .seibun .table_area .table_others tbody td {
    height: 72px;
    border-bottom: 1px solid #e5e5e5;
  }

  #modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  #modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal .btn {
    background-color: transparent;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: calc(50% - 330px);
    left: calc(50% + 325px);
    border-radius: 4px;
    cursor: pointer;
  }
  #modal .btn:hover {
    opacity: .8;
  }
  #modal .btn:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    transform: rotate(45deg);
  }
  #modal .btn:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    transform: rotate(-45deg);
  }
  #modal .image_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 710px;
    height: 590px;
    z-index: 2;
    text-align: center;
    background-color: #fff;
  }
  #modal .image_wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #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;
    letter-spacing: .05em;
    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: 75vw;
    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: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 4px;
  }

  .product_nav {
    padding-top: 50px;
    margin-bottom: 35px;
  }
  .product_nav .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .product_nav .item {
    width: 31.34%;
    text-align: center;
    padding-bottom: 30px;
    margin-right: 2%;
  }
  .product_nav .item:last-child(3n) {
    margin-right: 0;
  }
  .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 .umeshu a {
    color: #16ae41;
    border-bottom: 2px solid #16ae41;
  }
  .product_nav .wine a {
    color: #e93e40;
    border-bottom: 2px solid #e93e40;
  }
  .product_nav .nonealcohol 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;
  }

  .banner_area {
    margin: 50px 0 70px;
  }
  .banner_area .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .banner_area .item {
    position: relative;
    width: 31.34%;
    width: 48%;
    margin-bottom: 2.5%;
  }
  .banner_area .item:nth-child(odd) {
    margin-right: 2%;
  }
  .banner_area .item a {
    position: relative;
    display: block;
    color: #16ae41;
    border: 1px solid #e6e6e6;
    text-align: center;
  }
  .banner_area .item a:hover {
    text-decoration: none;
  }
  .banner_area .item.choyaan a {
    font-size: 1rem;
    padding: 40px 0;
  }
  .banner_area .item.choyaan a img {
    display: block;
    width: 100px;
    margin: 0 auto 5px;
  }
  .banner_area .item.choyaan span {
    display: block;
    font-size: 1.3rem;
    color: #31622c;
    margin-top: 10px;
  }
  .banner_area .item.choyaan span:before {
    position: relative;
    margin-right: 5px;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_cart.png") center 0/100% no-repeat;
    width: 19px;
    height: 16px;
    top: 2px;
  }
  .banner_area .item.brand_site a, .banner_area .item.cm a {
    font-size: 1.2rem;
    padding: 29px 4.2% 40px 1.4%;
  }
  .banner_area .item.brand_site a:after, .banner_area .item.cm a:after {
    position: absolute;
    bottom: 18px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_arrow_green_double.svg") center 0/100% no-repeat;
    width: 12px;
    height: 8px;
  }

  .single #bc {
    border-top: 1px solid #e5e5e5;
  }
  .single #article {
    padding-top: 30px;
    vertical-align: middle;
  }
  .single #article .cat_area {
    display: flex;
    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?id20210326") center 0/100% no-repeat transparent;
    width: 25px;
    height: 26px;
    margin-right: 5px;
  }
  .single #article .cat_area .cats {
    display: flex;
    justify-content: flex-start;
    margin: 4px 0;
  }
  .single #article .cat_area .cats .cat {
    color: #fff;
    font-size: 1.1rem;
    background-color: #16ae41;
    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: #16ae41;
    background-color: #fff;
    border: 1px solid #16ae41;
  }
  .single #article .article_head .links {
    display: flex;
    justify-content: center;
    list-style-type: none;
    flex-wrap: wrap;
    margin-top: 28px;
  }
  .single #article .article_head .links .item {
    width: 48.45%;
  }
  .single #article .article_head .links .item a {
    position: relative;
    display: block;
    font-size: 1.3rem;
    border: 1px solid #666;
    text-align: center;
    padding: 15px 0;
  }
  .single #article .article_head .links .item a:after {
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    width: 9px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-bottom: 1px solid #16ae41;
    border-right: 1px solid #16ae41;
    transform: rotate(-45deg);
  }
  .single #article .article_head .links .item a:hover {
    text-decoration: none;
  }
  .single #article .article_head .links .item:nth-child(even) {
    margin-left: 3%;
  }
  .single #article .article_head .links .item:nth-child(n+3) {
    margin-top: 3%;
  }
  .single #article .product_info {
    display: flex;
    flex-direction: column;
  }
  .single #article .product_info .product_title {
    font-size: 2.1rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    letter-spacing: .02em;
    margin-bottom: 7px;
  }
  .single #article .product_info .product_summary {
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .02em;
    line-height: 1.3;
    color: #16ae41;
  }
  .single #article .product_img_detail_wrap {
    margin-bottom: 25px;
  }
  .single #article .product_images .main_image {
    position: relative;
    width: 100%;
    height: calc(100vw * 600 / 670);
    max-height: 335px;
    overflow: hidden;
  }
  .single #article .product_images .main_image .list {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .single #article .product_images .main_image .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .single #article .product_images .main_image .item:nth-child(1) {
    left: 0;
  }
  .single #article .product_images .main_image .new_cat {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/common/icon_new.png?id20210326") center 0/100% no-repeat transparent;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
  }
  .single #article .product_images .main_image .image {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .single #article .product_images .main_image .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    max-width: 62.66vw;
    max-width: 100%;
    max-height: 100%;
    transition: all linear 300ms;
  }
  .single #article .product_images .main_image .scale {
    width: 90%;
    display: inline-block;
    position: absolute;
    bottom: 3%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .single #article .product_images .main_image #slide_nav #slide_prev,
  .single #article .product_images .main_image #slide_nav #slide_next {
    position: absolute;
    top: 0;
    width: 12px;
    height: 100%;
  }
  .single #article .product_images .main_image #slide_nav #slide_prev {
    left: 4vw;
    background: url("../images/products/slide_arrow_left.svg") center/100% no-repeat;
    background-position: center center;
    display: none;
  }
  .single #article .product_images .main_image #slide_nav #slide_next {
    right: 4vw;
    background: url("../images/products/slide_arrow_right.svg") center 0/100% no-repeat;
    background-position: center center;
  }
  .single #article .product_images .main_image .zoom_btn {
    display: none;
    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 .lineup {
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    font-size: 1.4rem;
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .single #article .product_images #sub_image {
    margin-bottom: 30px;
  }
  .single #article .product_images #sub_image .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .single #article .product_images #sub_image .item {
    position: relative;
    width: 65px;
    height: 65px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #e6e6e6;
  }
  .single #article .product_images #sub_image .item:nth-child(5n) {
    margin-right: 0;
  }
  .single #article .product_images #sub_image .item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    transition: all linear 300ms;
  }
  .single #article .product_images #sub_image .item.on {
    border: 1px solid #16ae41;
  }
  .single #article .product_detail_area {
    position: relative;
    width: 100%;
  }
  .single #article .product_detail_area .product_detail {
    width: 100%;
    display: none;
  }
  .single #article .product_detail_area .product_detail:nth-child(1) {
    display: block;
  }
  .single #article .product_detail_area dl {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  .single #article .product_detail_area dl:first-of-type {
    border-top: 1px solid #e6e6e6;
  }
  .single #article .product_detail_area dl dt, .single #article .product_detail_area dl dd {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: .075em;
    padding: 11px 0;
  }
  .single #article .product_detail_area dl dt {
    width: 41%;
    text-align: left;
    vertical-align: top;
  }
  .single #article .product_detail_area dl dd {
    width: 55%;
    text-align: right;
  }
  .single #article .product_detail_area .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 13px;
    margin-bottom: 25px;
  }
  .single #article .product_detail_area .desc p:not(:last-child) {
    margin-bottom: 2.3em;
  }
  .single #article .product_detail_area .detail_link_list {
    display: flex;
    justify-content: flex-start;
  }
  .single #article .product_detail_area .detail_link_list .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .single #article .product_detail_area .detail_link_list li {
    width: 50%;
  }
  .single #article .product_detail_area .detail_link_list li a {
    color: #16ae41;
    font-size: 1.4rem;
  }
  .single #article .product_detail_area .detail_link_list li:after {
    content: '＞＞';
    display: inline-block;
    margin-left: 7px;
    color: #16ae41;
  }
  .single #article .product_detail_area .note {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 15px;
    text-indent: -0.5em;
    padding-left: .5em;
  }
  .single #article .product_detail_area .note + .note {
    margin-top: 0;
  }
  .single #article .product_desc {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: .05em;
    margin-bottom: 60px;
  }
  .single #article .product_desc p {
    letter-spacing: .075em;
  }
  .single #article .product_desc p:not(:last-child) {
    margin-bottom: 2.3em;
  }
  .single #article .product_desc a {
    text-decoration: underline;
  }
  .single #article .detail_link_list {
    margin-bottom: 60px;
  }
  .single #article .detail_link_list li a {
    position: relative;
    color: #16ae41;
    font-size: 1.4rem;
    letter-spacing: .05em;
    padding-right: 22px;
  }
  .single #article .detail_link_list li a:after {
    position: absolute;
    top: 6px;
    right: 0;
    content: '';
    display: inline-block;
    margin-left: 7px;
    background: url("../images/common/icon_arrow_green_double.svg") center 0/100% no-repeat;
    width: 16px;
    height: 11px;
  }
  .single #article .selling_area .stitle:after {
    width: 72%;
  }
  .single #article .selling_area .selling_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .single #article .selling_area .selling_list .item {
    width: 18%;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 20px;
  }
  .single #article .selling_area .selling_list .item .image {
    text-align: center;
    margin-bottom: 5px;
  }
  .single #article .selling_area .selling_list .item .image img {
    display: inline-block;
    width: 61.29%;
  }
  .single #article .selling_area .selling_list .item .name {
    font-size: 1.1rem;
  }
  .single #article .sec {
    margin-bottom: 30px;
  }
  .single #article .sec .stitle {
    position: relative;
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    letter-spacing: .05em;
    margin-bottom: 20px;
  }
  .single #article .sec .stitle:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #16ae41;
  }
  .single #article .sec .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .single #article .sec .list .item {
    position: relative;
    width: 47%;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: .05em;
    padding-left: 17px;
    margin-bottom: 10px;
  }
  .single #article .sec .list .item:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #16ae41;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .single #article .sec .list .item:nth-child(odd) {
    margin-right: 10px;
  }
  .single #article .sec iframe {
    width: 100%;
    height: calc(100% / 315 * 560);
  }
  .single #article .sec.ingredient {
    margin-bottom: 50px;
  }
  .single #article .sec.ingredient .ingredient_block {
    display: none;
  }
  .single #article .sec.ingredient .ingredient_block:nth-child(1) {
    display: block;
  }
  .single #article .sec.ingredient .stitle {
    margin-bottom: 20px;
  }
  .single #article .sec.ingredient .stitle:after {
    width: 75%;
    z-index: -1;
  }
  .single #article .sec.ingredient .stitle span {
    background-color: #fff;
    padding-left: 8px;
    padding-right: 10px;
  }
  .single #article .sec.ingredient .ingredient_list .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
  }
  .single #article .sec.ingredient .ingredient_list .item:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .single #article .sec.ingredient .ingredient_list .item dt, .single #article .sec.ingredient .ingredient_list .item dd {
    width: 48%;
    font-size: 1.3rem;
    letter-spacing: .05em;
  }
  .single #article .sec.ingredient .ingredient_list .item dt {
    text-align: left;
  }
  .single #article .sec.ingredient .ingredient_list .item dd {
    text-align: right;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank {
    width: 57px;
    height: 11px;
    display: inline-block;
    background: transparent url(../images/products/icon-ranks.png) no-repeat 0 0;
    background-size: 57px 110px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--0 {
    background-position: 0 -110px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--1 {
    background-position: 0 -99px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--2 {
    background-position: 0 -88px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--3 {
    background-position: 0 -77px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--4 {
    background-position: 0 -66px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--5 {
    background-position: 0 -55px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--6 {
    background-position: 0 -44px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--7 {
    background-position: 0 -33px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--8 {
    background-position: 0 -22px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--9 {
    background-position: 0 -11px;
  }
  .single #article .sec.ingredient .ingredient_list .item dd .p-rank--10 {
    background-position: 0 0px;
  }
  .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: 67.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 .product_nav a {
    text-decoration: none;
    padding-bottom: 10px;
  }
  .single .product_nav a:hover {
    opacity: .6;
  }

  .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 {
    padding-top: 50px;
  }
  .archive .product_nav .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .archive .product_nav .item {
    width: 31.34%;
    text-align: center;
    margin-right: 2%;
    padding-bottom: 30px;
  }
  .archive .product_nav .item:nth-child(3n), .archive .product_nav .item:last-child {
    margin-right: 0;
  }
  .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: 6px;
    height: 6px;
    transform: rotate(-45deg);
    transition: all linear 200ms;
  }
  .archive .product_nav a:hover {
    text-decoration: none;
  }
  .archive .product_nav a:hover:after {
    bottom: 2px;
  }
  .archive .sec {
    padding-top: 70px;
    margin-top: -70px;
  }
  .archive .sec .stitle_wrap {
    position: relative;
    text-align: center;
  }
  .archive .sec .stitle_wrap:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: -1;
  }
  .archive .sec .stitle {
    position: relative;
    display: inline-block;
    font-size: 1.9rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .07em;
    text-align: center;
    background-color: #fff;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .archive .sec .desc {
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    color: #444;
    text-align: center;
    letter-spacing: .075em;
    margin-bottom: 18px;
  }
  .archive .sec .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 55px;
  }
  .archive .sec .item {
    position: relative;
    width: 47%;
    margin-bottom: 15px;
  }
  .archive .sec .item a {
    position: relative;
    display: block;
    -webkit-tap-highlight-color: transparent;
  }
  .archive .sec .item a .image {
    max-width: 100%;
    height: 165px;
  }
  .archive .sec .item a img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    margin: 0 auto;
  }
  .archive .sec .item a .name {
    width: 95%;
    min-height: 4em;
    position: relative;
    text-align: center;
    line-height: 1.3;
    font-size: 1.3rem;
    letter-spacing: .075em;
    padding-bottom: 20px;
    margin: 15px auto 0;
  }
  .archive .sec .item a:hover {
    text-decoration: none;
  }
  .archive .sec .item a:after {
    content: '＞＞';
    display: block;
    width: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .archive .sec .item.new:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_new.png?id=20210326") center 0/100% no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 126px;
    right: 7px;
    z-index: 1;
  }
  .archive .sec#craft .stitle {
    color: #ccac38;
  }
  .archive .sec#craft .stitle:before, .archive .sec#craft .stitle:after {
    width: 22.38%;
    background-color: #ccac38;
  }
  .archive .sec#umeshu .stitle {
    color: #16ae41;
  }
  .archive .sec#umeshu .stitle:before, .archive .sec#umeshu .stitle:after {
    width: 41.04%;
    background-color: #16ae41;
  }
  .archive .sec#wine .stitle {
    color: #e93e40;
  }
  .archive .sec#wine .stitle:before, .archive .sec#wine .stitle:after {
    width: 19.04%;
    background-color: #e93e40;
  }
  .archive .sec#nonealcohol .stitle {
    color: #279bc7;
  }
  .archive .sec#nonealcohol .stitle:before, .archive .sec#nonealcohol .stitle:after {
    width: 26.34%;
    background-color: #279bc7;
  }
  .archive .sec#softdrink .stitle {
    color: #f49411;
  }
  .archive .sec#softdrink .stitle:before, .archive .sec#softdrink .stitle:after {
    width: 26.34%;
    background-color: #f49411;
  }
  .archive .sec#food .stitle {
    color: #ff5b82;
  }
  .archive .sec#food .stitle:before, .archive .sec#food .stitle:after {
    width: 41.04%;
    background-color: #ff5b82;
  }
  .archive .product_nav a {
    padding-bottom: 22px;
  }

  .archive.search_page .product_nav {
    padding-top: 30px;
  }
  .archive.search_page .product_nav a {
    padding-bottom: 10px;
  }
  .archive.search_page .product_nav a:after {
    display: none;
  }

  .factory .contents {
    width: 100%;
    padding-top: 60px;
    margin: 0 auto 90px;
  }
  .factory .contents .title {
    position: relative;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .04em;
    color: #16ae41;
    text-align: center;
    padding-bottom: 20px;
  }
  .factory .contents .title:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #16ae41;
  }
  .factory .contents .content_lead .desc {
    text-align: center;
    padding-top: 25px;
  }
  .factory .contents .desc {
    font-size: 1.3rem;
    line-height: 1.6;
    font-family: "Noto Serif JP", serif;
  }
  .factory .contents .table_area {
    margin-top: 40px;
    margin-bottom: 45px;
  }
  .factory .contents .table_area .swipe {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ccc;
    text-align: center;
  }
  .factory .contents .table_wrap {
    overflow-y: scroll;
    margin: 20px 0;
  }
  .factory .contents .table {
    width: 860px;
    margin: 0 5.3%;
  }
  .factory .contents .table tr:first-child {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .factory .contents .table tr th:first-of-type,
  .factory .contents .table tr td:first-of-type {
    width: 180px;
  }
  .factory .contents .table tr th:nth-of-type(2),
  .factory .contents .table tr td:nth-of-type(2) {
    width: 340px;
  }
  .factory .contents .table tr th:nth-of-type(3),
  .factory .contents .table tr td:nth-of-type(3) {
    width: 340px;
  }
  .factory .contents .table tr th:not(:first-of-type),
  .factory .contents .table tr td:not(:first-of-type) {
    border-left: 1px solid #e5e5e5;
  }
  .factory .contents .table tr th, .factory .contents .table tr td {
    font-size: 1.6rem;
    padding: 18px 20px;
  }
  .factory .contents .table tr th {
    background-color: #eaf7eb;
    color: #16ae41;
    text-align: left;
  }
  .factory .contents .table tbody td {
    border-bottom: 1px solid #e5e5e5;
  }
  .factory .contents .common_link_area {
    width: 315px;
    margin: 0 auto;
  }

  .seibun .contents {
    padding-top: 40px;
    margin-bottom: 70px;
  }
  .seibun .contents .title {
    position: relative;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .04em;
    color: #16ae41;
    text-align: center;
    padding-bottom: 20px;
  }
  .seibun .contents .title:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #16ae41;
  }
  .seibun .sec:not(:last-child) {
    margin-bottom: 50px;
  }
  .seibun .sec .stitle {
    margin-bottom: 20px;
  }
  .seibun #craft .table th {
    background-color: #fcfbf5;
    color: #ccac38;
  }
  .seibun #umeshu .table th {
    background-color: #eaf7eb;
    color: #16ae41;
  }
  .seibun #wine .table th {
    background-color: #fcfbf5;
    color: #e93e40;
  }
  .seibun #nonealcohol .table th {
    background-color: #e9f5f9;
    color: #279bc7;
  }
  .seibun #softdrink .table th {
    background-color: #fef4e7;
    color: #f49411;
  }
  .seibun #food .table th {
    background-color: #ffeef2;
    color: #ff5b82;
  }
  .seibun .table_area {
    position: relative;
    margin-top: 15px;
    margin-bottom: 45px;
  }
  .seibun .table_area .table_wrap {
    position: relative;
    overflow-y: scroll;
    margin-top: 20px;
    max-height: 490px;
  }
  .seibun .table_area .table_wrap.scroll_table {
    overflow: scroll;
  }
  .seibun .table_area .swipe {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ccc;
    text-align: center;
  }
  .seibun .table_area .table_body thead {
    position: sticky;
    top: -3px;
    left: 0;
  }
  .seibun .table {
    width: 880px;
    margin-bottom: 20px;
  }
  .seibun .table thead tr {
    border-top: 1px solid #e5e5e5;
  }
  .seibun .table tr th:not(:first-of-type),
  .seibun .table tr td:not(:first-of-type) {
    border-left: 1px solid #e5e5e5;
  }
  .seibun .table tr th, .seibun .table tr td {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 13px;
    background-color: #fff;
  }
  .seibun .table tr th, .seibun .table tr td {
    vertical-align: middle;
  }
  .seibun .table tr th.name, .seibun .table tr td.name {
    width: 300px;
    text-align: left;
  }
  .seibun .table tr th.rate, .seibun .table tr td.rate {
    width: 100px;
  }
  .seibun .table tr th.alcohol, .seibun .table tr td.alcohol {
    width: 70px;
  }
  .seibun .table tr th.energy, .seibun .table tr td.energy {
    width: 95px;
  }
  .seibun .table tr th.protein, .seibun .table tr td.protein {
    width: 85px;
  }
  .seibun .table tr th.lipid, .seibun .table tr td.lipid {
    width: 60px;
  }
  .seibun .table tr th.carbohydrate, .seibun .table tr td.carbohydrate {
    width: 80px;
  }
  .seibun .table tr th.salt, .seibun .table tr td.salt {
    width: 90px;
  }
  .seibun .table tr th {
    background-clip: padding-box;
  }
  .seibun .table tr td {
    vertical-align: middle;
  }
  .seibun .table tr td img {
    max-width: 40px;
    max-height: 40px;
  }
  .seibun .table tr td:not(:first-of-type) {
    text-align: center;
  }
  .seibun .table tr td:first-of-type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .seibun .table tbody tr:last-of-type td {
    border-bottom: 1px solid #e5e5e5;
  }
  .seibun .table tbody td {
    border-top: 1px solid #e5e5e5;
  }
  .seibun .table_others {
    width: 880px;
    margin-bottom: 20px;
  }
  .seibun .table_others thead tr {
    border-top: 1px solid #e5e5e5;
  }
  .seibun .table_others tr th:not(:first-of-type),
  .seibun .table_others tr td:not(:first-of-type) {
    border-left: 1px solid #e5e5e5;
  }
  .seibun .table_others tr th, .seibun .table_others tr td {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 13px;
  }
  .seibun .table_others tr th {
    vertical-align: middle;
  }
  .seibun .table_others tr th.name {
    width: 250px;
    text-align: left;
  }
  .seibun .table_others tr th.rate {
    width: 100px;
  }
  .seibun .table_others tr th.alcohol {
    width: 85px;
  }
  .seibun .table_others tr th.energy {
    width: 95px;
  }
  .seibun .table_others tr th.protein {
    width: 95px;
  }
  .seibun .table_others tr th.lipid {
    width: 80px;
  }
  .seibun .table_others tr th.carbohydrate {
    width: 80px;
  }
  .seibun .table_others tr th.salt {
    width: 95px;
  }
  .seibun .table_others tr td {
    vertical-align: middle;
  }
  .seibun .table_others tr td img {
    max-width: 40px;
    max-height: 40px;
  }
  .seibun .table_others tr td:not(:first-of-type) {
    text-align: center;
  }
  .seibun .table_others tr td:first-of-type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .seibun .table_others tbody tr:last-of-type td {
    border-bottom: 1px solid #e5e5e5;
  }
  .seibun .table_others tbody td {
    border-top: 1px solid #e5e5e5;
  }

  #modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    overflow-x: scroll;
  }
  #modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal .btn {
    background-color: transparent;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 5%;
    right: 4%;
    border-radius: 4px;
    cursor: pointer;
  }
  #modal .btn:hover {
    opacity: .8;
  }
  #modal .btn:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    transform: rotate(45deg);
  }
  #modal .btn:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    transform: rotate(-45deg);
  }
  #modal .image_wrap {
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    width: 92%;
    position: relative;
  }
  #modal .image_wrap img {
    max-width: 100%;
    max-height: 100%;
  }

  .no_search_post {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    border: #e6eee4 1px solid;
    background: #f5f8f4;
    margin-bottom: 70px;
    padding: 30px;
  }
  .no_search_post p {
    font-family: "Noto Serif JP", serif;
  }
}
