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

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {


/******************************************************/
/* 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: 24vh;
    left: 28vw;
    width: 210px;
    height: 210px;
    transform: translate(-50%, -50%);
    animation: viewcircle 1.5s ease-in forwards;
}
header #gn_animation > span:nth-of-type(2) {
    position: absolute;
    top: 16vh;
    right: 14vw;
    width: 120px;
    height: 120px;
    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: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    animation: viewcircle 3s ease-in forwards;
}
header #gn_animation > span:nth-of-type(4) {
    position: absolute;
    top: 74vh;
    left: 80vw;
    width: 460px;
    height: 460px;
    transform: translate(-50%, -50%);
    animation: viewcircle 4s ease-in forwards;
}


/******************************************************/
/* コンセプト  */
/******************************************************/
#concept {
    padding-bottom: 45px;
}
#concept .text {
    text-align: center;
}
#concept ul.point {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}
#concept ul.point li {
    border: 2px solid #07a33e;
    height: 68px;
    width: 160px;
    white-space: nowrap;
    border-radius: 35px;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00523a;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    font-family:
        "Noto Serif JP",
        serif;
}


/******************************************************/
/* 商品紹介  */
/******************************************************/
#products h3.h3ttl {
    color: #999;
    font-size: 2.7rem;
    line-height: 1.55;
    letter-spacing: 0.1em;
}
#products .products_list {
    margin-top: -5px;
}
#products dl.product {
    display: flex;
}
#products dl.product:nth-of-type(2n+1) {
    flex-direction: row-reverse;
    margin: 0 20px 0 60px;
}
#products dl.product:nth-of-type(n+2) {
    margin-top: 40px;
}
#products dl.product dt {
    flex-shrink: 0;
}
#products dl.product dd {
    align-self: center;
    text-align: left;
    padding-bottom: 10px;
}
#products dl.product dd h4 {
    color: #00523a;
    font-size: 2.1rem;
    line-height: 1.1;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    font-family:
        "Noto Serif JP",
        serif;
}
#products dl.product dd h4 span {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.05em;
    display: block;
}
#products dl.product dd h4 strong {
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
}
#products dl.product dd h4 strong .en {
    font-weight: 500;
    font-style: normal;
    font-size: 4.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    display: inline;
}
#products dl.product dd .mitei {
    margin-top: 8px;
    color: #909090;
    font-size: 1.4rem;
}
#products dl.product dd .pricelist {
    margin-top: 20px;
    width: 100%;
    border: none;
}
#products dl.product dd .pricelist thead th {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.3rem;
    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.6rem;
    line-height: 1.35;
    padding: 15px 20px 15px 0;
    vertical-align: middle;
}
#products dl.product dd .pricelist tbody td {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.6rem;
    line-height: 1.35;
    padding: 15px 0;
    vertical-align: middle;
}
#products dl.product dd .pricelist .zei {
    font-size: 1.3rem;
}


/******************************************************/
/* 特徴  */
/******************************************************/
#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 dl {
    position: relative;
    margin: 40px 40px 0 140px;
}
#trait .trait_list dt {
    background: #478a37;
    color: #fff;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    line-height: 1.28;
    letter-spacing: normal;
    position: absolute;
    top: -32px;
    left: -100px;
    font-family:
        "Noto Serif JP",
        serif;
}
#trait .trait_list dd {
    background: #fff;
    padding: 24px 80px 30px 100px;
    text-align: left;
}
#trait .trait_list dd h3 {
    color: #478a37;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-right: -40px;
    margin-bottom: 20px;
    font-family:
        "Noto Sans JP",
        sans-serif;
}
#trait .trait_list dd h4 {
    color: #00523a;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 10px;
}
#trait .trait_list dd p {
    font-size: 1.5rem;
    line-height: 1.65;
}


/******************************************************/
/* 飲み方  */
/******************************************************/
#howto .text {
    text-align: center;
}
#howto .note {
    font-size: 1.3rem;
    text-align: center;
}
#howto ul.howto {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}
#howto ul.howto li {
    margin: 0 20px;
}
#howto ul.notes {
    margin: 40px auto 0;
    width: 760px;
    border-top: 1px solid #e5e5e5;
}
#howto ul.notes li {
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 20px 12px 60px;
    font-size: 1.5rem;
    line-height: 1.6;
    position: relative;
}
#howto ul.notes li::before {
    content: url(../images/icon_leaf.png);
    position: absolute;
    top: calc(1.6em - 13px);
    left: 20px;
}


}