@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* header  */
/******************************************************/
header #gn {
    background: #00523a;
}
@keyframes viewcircle {
    0%  { opacity: 0;}
    100%  { opacity: 1;}
}
@keyframes rotate {
    0%  { transform: rotate(0);}
    100%  { transform: rotate(359deg);}
}
@keyframes rotateback {
    0%  { transform: rotate(0);}
    100%  { transform: rotate(-359deg);}
}
@keyframes circle1 {
    0%  {opacity: 0.3; transform: scale(0.88);}
    50%  {opacity: 0.9; transform: scale(1);}
    100%  {opacity: 0.3; transform: scale(0.88);}
}
@keyframes circle2 {
    0%  {opacity: 0.7; transform: scale(0.88);}
    50%  {opacity: 0.5; transform: scale(1);}
    100%  {opacity: 0.7; transform: scale(0.88);}
}
@keyframes circle3 {
    0%  {opacity: 0.7; transform: scale(0.82);}
    50%  {opacity: 0.5; transform: scale(1);}
    100%  {opacity: 0.7; transform: scale(0.82);}
}
@keyframes circle4 {
    0%  {opacity: 0.3; transform: scale(0.94);}
    50%  {opacity: 0.7; transform: scale(1);}
    100%  {opacity: 0.3; transform: scale(0.94);}
}
header #gn_animation .rotate {
    animation: rotate 120s linear forwards infinite;
    display: block;
}
header #gn_animation .rotate_b {
    animation: rotateback 100s linear forwards infinite;
    display: block;
}
header #gn_animation .circle1 {
    content: url(../images/top_circle1.svg);
    animation: circle1 8s ease-in-out forwards infinite;
}
header #gn_animation .circle2 {
    content: url(../images/top_circle1.svg);
    animation: circle2 5s ease-in-out forwards infinite;
}
header #gn_animation .circle3 {
    content: url(../images/top_circle2.svg);
    animation: circle3 7s ease-in-out forwards infinite;
}
header #gn_animation .circle4 {
    content: url(../images/top_circle2.svg);
    animation: circle4 18s ease-in-out forwards infinite;
}
header #gn_animation > span:nth-of-type(1) {
    position: absolute;
    top: 20vh;
    left: 20vw;
    width: 60vw;
    height: 60vw;
    transform: translate(-50%, -50%);
    animation: viewcircle 1.5s ease-in forwards;
}
header #gn_animation > span:nth-of-type(2) {
    position: absolute;
    top: 30vh;
    left: 90vw;
    width: 20vw;
    height: 20vw;
    transform: translate(-50%, -50%);
    animation: viewcircle 4s ease-in forwards;
}
header #gn_animation > span:nth-of-type(3) {
    position: absolute;
    top: 62vh;
    left: 12vw;
    width: 40vw;
    height: 40vw;
    transform: translate(-50%, -50%);
    animation: viewcircle 3s ease-in forwards;
}
header #gn_animation > span:nth-of-type(4) {
    position: absolute;
    top: 80vh;
    left: 80vw;
    width: 82vw;
    height: 82vw;
    transform: translate(-50%, -50%);
    animation: viewcircle 4s ease-in forwards;
}


/******************************************************/
/* コンセプト  */
/******************************************************/
#concept {
    padding-bottom: 20px;
}
#concept ul.point {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
}
#concept ul.point li {
    border: 2px solid #07a33e;
    height: 3.2em;
    width: calc(50% - 20px);
    white-space: nowrap;
    border-radius: 2em;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00523a;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25;
    font-family:
        "Noto Serif JP",
        serif;
}


/******************************************************/
/* 商品紹介  */
/******************************************************/
#products h3.h3ttl {
    color: #999;
    font-size: 1.8rem;
    line-height: 1.55;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}
#products dl.product:nth-of-type(n+2) {
    margin-top: 35px;
}
#products dl.product dt {
    text-align: center;
    margin-bottom: 5px;
}
#products dl.product dd h4 {
    color: #00523a;
    font-size: 1.6rem;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    text-align: center;
    font-family:
        "Noto Serif JP",
        serif;
}
#products dl.product dd h4 span {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.05em;
    display: block;
}
#products dl.product dd h4 strong {
    font-size: 2.4rem;
    line-height: 1.1;
    letter-spacing: 0.02em;
    display: block;
    position: relative;
}
#products dl.product dd h4 strong .en {
    font-weight: 500;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    display: inline;
}
#products dl.product dd .list {
    margin: 6px auto 0;
    display: inline-block;
}
#products dl.product dd .list li {
    color: #909090;
    font-size: 1.3rem;
    line-height: 1.45;
    margin-top: 3px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
#products dl.product dd .list li .price {
    flex-grow: 1;
    text-align: right;
    margin-left: 2em;
}
#products dl.product dd .mitei {
    margin-top: 8px;
    color: #909090;
    text-align: right;
    font-size: 1.4rem;
}
#products dl.product dd .pricelist {
    margin-top: 15px;
    width: 100%;
    border: none;
}
#products dl.product dd .pricelist thead th {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.2rem;
    line-height: 1.35;
    padding: 0 0 6px 0;
    vertical-align: bottom;
}
#products dl.product dd .pricelist tbody th {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.5rem;
    line-height: 1.35;
    padding: 12px 15px 12px 0;
    vertical-align: middle;
}
#products dl.product dd .pricelist tbody td{
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.5rem;
    line-height: 1.35;
    padding: 12px 0;
    vertical-align: middle;
}
#products dl.product dd .pricelist .zei {
    font-size: 1.2rem;
}


/******************************************************/
/* 特徴  */
/******************************************************/
#trait {
    background: #74a72d url(../images/trait_bg.jpg) no-repeat center center fixed;
    background-size: cover;
}
#trait h2 .en {
    color: #00523a;
}
#trait h2 strong {
    color: #fff;
}
#trait .trait_list {
    margin-top: 32px;
}
#trait .trait_list dl {
    position: relative;
    margin: 24px 0 0;
}
#trait .trait_list dt {
    background: #478a37;
    color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.28;
    letter-spacing: normal;
    position: absolute;
    top: -16px;
    left: calc(50% - 60px);
    font-family:
        "Noto Serif JP",
        serif;
}
#trait .trait_list dd {
    background: #fff;
    padding: 116px 24px 24px;
    text-align: left;
}
#trait .trait_list dd h3 {
    color: #478a37;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: justify;
    margin-bottom: 16px;
    font-family:
        "Noto Sans JP",
        sans-serif;
}
#trait .trait_list dd h4 {
    color: #00523a;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 10px;
}
#trait .trait_list dd p {
    font-size: 1.4rem;
    line-height: 1.65;
}


/******************************************************/
/* 飲み方  */
/******************************************************/
#howto .note {
    font-size: 1.3rem;
}
#howto ul.howto {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}
#howto ul.notes {
    margin: 18px auto 0;
    border-top: 1px solid #e5e5e5;
}
#howto ul.notes li {
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0 8px 30px;
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
}
#howto ul.notes li::before {
    content: "";
    background: url(../images/icon_leaf.png) no-repeat;
    background-size: 16px auto;
    width: 16px;
    height: 18px;
    position: absolute;
    top: calc(1.5em - 9px);
    left: 4px;
}





}