@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    list-style:none;
    text-decoration: none;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;
    max-width: 2200px;
    color: #000;
    font-size:1.1rem;
    font-weight: bold;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: bottom;
}

/* for modern brouser */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.cf {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
/**/

/*margin*/
.mgt5{margin-top: 5px!important;}
.mgt10{margin-top: 10px!important;}
.mgt20{margin-top: 20px!important;}
.mgt25{margin-top: 25px!important;}
.mgt30{margin-top: 30px!important;}
.mgt35{margin-top: 35px!important;}
.mgt40{margin-top: 40px!important;}
.mgt45{margin-top: 45px!important;}
.mgt50{margin-top: 50px!important;}
.mgt55{margin-top: 55px!important;}
.mgt60{margin-top: 60px!important;}
.mgt65{margin-top: 65px!important;}

.mgb10{margin-bottom: 10px!important;}
.mgb20{margin-bottom: 20px!important;}
.mgb30{margin-bottom: 30px!important;}
.mgb40{margin-bottom: 40px!important;}
.mgb50{margin-bottom: 50px!important;}

.mgl0{margin-left: 0px!important;}
.mgl10{margin-left: 10px!important;}
.mgl15{margin-left: 15px!important;}
.mgl20{margin-left: 20px!important;}
.mgl30{margin-left: 30px!important;}
.mgl40{margin-left: 40px!important;}
.mgl50{margin-left: 50px!important;}

.mgr0{margin-right: 0px!important;}
.mgr10{margin-right: 10px!important;}
.mgr15{margin-right: 15px!important;}
.mgr20{margin-right: 20px!important;}
.mgr30{margin-right: 30px!important;}
.mgr40{margin-right: 40px!important;}
.mgr50{margin-right: 50px!important;}

/* For padding */
.pdt0 { padding-top:0px !important;}
.pdt5 { padding-top:5px !important;}
.pdt10 { padding-top:10px !important;}
.pdt15 { padding-top:15px !important;}
.pdt20 { padding-top:20px !important;}
.pdt25 { padding-top:25px !important;}
.pdt30 { padding-top:30px !important;}
.pdt35 { padding-top:35px !important;}

.pdb5 { padding-bottom:5px !important;}
.pdb10 { padding-bottom:10px !important;}
.pdb15 { padding-bottom:15px !important;}
.pdb20 { padding-bottom:20px !important;}
.pdb25 { padding-bottom:25px !important;}
.pdb30 { padding-bottom:30px !important;}

.pdl5 { padding-left:5px !important;}
.pdl10 { padding-left:10px !important;}


.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.center{
    text-align: center;
}
.sp{
    display: none;
}
.sup {
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 0.8rem;
    font-weight: normal;
}

@media (max-width: 768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    body {
        font-weight: normal;
        font-size: 0.9rem;
    }
}

/* ---------------------------------------------------------
 common 
----------------------------------------------------------*/
a{
    color: #000;
}
a:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
}
h2 {
    font-size: 2.3rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0.1em;
}
h3 {
    font-size: 1.8rem;
    font-weight: bold;
}
.c_wrap {
    max-width: 1000px;
    margin: auto;
    padding: 80px 20px;
}
.content h2 span{
    display: block;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    border-bottom: 5px solid #000000;
}
.border_box {
    border: solid 4px #5aafe0;
    padding: 20px;
    background: #fff;
}
.btn {
    background: #5aafe0 url(../images/ico_arrow_white.png)no-repeat right 25px top 50%;
    background-size: 15px;
    display: block;
    max-width: 400px;
    margin: 50px auto 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    border-radius: 100px;
    height: 70px;
    line-height: 70px;
    font-family: 'Josefin Sans', sans-serif;
}
.btn.blank {
    background: #0090db url(../images/ico_window_white.png)no-repeat right 25px top 50%;
    background-size: 18px;
    font-size: 1.5rem;
    font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;
}
.bg_gray {
    background: #f0f0f0;
}
.bg_blue {
    background: #d9f1ff;
}

@media (max-width: 768px) {
    h2 {
        font-size: 1.8rem;
    }
    h3{
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .c_wrap {
        padding: 50px 15px;
    }
    h2 {
        margin-bottom: 40px;
    }
    .btn {
        font-size: 1.4rem;
        max-width: 300px;
        margin: 40px auto 0;
        height: 50px;
        line-height: 50px;
        background-size: 10px;
    }
    .btn.blank {
        font-size: 1rem;
        background-size: 15px;
    }
    .border_box {
        padding: 15px;
    }
}


/*.slider*/
.slider {
    margin: 0 0 50px;
}
.slider img {
    width: 100%; height: auto;
}
.slider .slick-next {
    right: 20px; z-index: 99;
}
.slider .slick-prev {
    left: 15px; z-index: 100;
}
.slider .slick-prev, .slider .slick-next{
    display: none!important;
}
.slider .slick-dots{
    bottom: -40px;
}
.slider .slick-dots li {
    width: 20px!important;
    min-height: auto!important;
}
.slider.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.slider .slick-dots li button::before {
    font-size: 12px;
}
.slider .slick-dots li.slick-active button:before{
    color: #5aafe0;
}
.slick-slide:focus {
  outline: none;
}


/* ---------------------------------------------------------
 modal 
----------------------------------------------------------*/
div.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}
div.modal .pr_box {
    margin: auto;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.4);
    padding: 50px;
    background: #409c88;
    width: 500px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -250px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
div.modal .pr_box p {
    margin-bottom: 10px;
}
div.modal .pr_box p .sp {
   display: none;
}
div.modal .pr_box .btn_wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
div.modal .pr_box .btn_wrap li{
    width: 48%;
}
div.modal .pr_box .btn_wrap li a{
    display: block;
    padding: 20px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
/*    border: 2px solid #018ad1;*/
    *display: inline;
    *zoom: 1;
}
.close_modal{
    color: #409c88;
    background: #fff;
}
.close_modal_no{
    color: #fff;
    background: #aaaaaa;
}


@media (max-width: 768px) {
    div.modal .pr_box {
        padding: 30px 20px;
        width: 300px;
        height: 240px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -120px;
        margin-left: -150px;
    }
    div.modal .pr_box p .sp {
       display: block;
    }
    div.modal .pr_box .btn_wrap {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    div.modal .pr_box .btn_wrap li a{
        padding: 15px;
    }
}

/* ---------------------------------------------------------
 header 
----------------------------------------------------------*/
header h1 {
    width: 200px;
}
header {
    padding:10px 20px;
    display: flex;
    align-items: center;
}
header h1 img {
    vertical-align: baseline;
}


/*nav*/
.drawer--right .drawer-hamburger {
    top: 10px;
    right: 10px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
/*    box-shadow: 0px 0px 6px 1px #e3e3e3;*/
    border: solid 1px #dadada;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
    height: 3px;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 17rem;
}
header nav li a{
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
    padding: 30px 20px 27px 20px;
    border-bottom: solid 1px #dadada;
    color: #317848;
}

@media (max-width: 480px) {
    header {
        padding: 18px 10px;
    }
    header h1 {
        width: 160px;
    }
}



/* ---------------------------------------------------------
 mainv 
----------------------------------------------------------*/
#mainv {
    text-align: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}
#mainv ul {
    margin-bottom: 0;
}
#mainv ul.slick-dots {
    bottom: 210px;
}
#mainv .slick-dots li button:before{
    opacity: 1;
    font-size: 12px;
}
#mainv .slick-dots li.slick-active button:before{
    color: black;
    font-size: 16px;
}
#mainv ul li.mv_slider_child {
    padding: 150px 0px 250px;
}
#mainv ul li figure {
    max-width: 400px;
    margin: auto;
    margin-bottom: -30px;
}
#mainv ul li.purple figure {
    margin-top: -30px;
    margin-bottom: 0;
}
#mainv ul li .taste {
    display: inline-block;
    border-radius: 100px;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
    width: 200px;
    padding: 5px;
    line-height: 25px;
    height: 30px;
}

#mainv ul li.mv_slider_child.green{
    background: #83bcb1;
}
#mainv ul li.green .taste {
    background: #409c89;
}
#mainv .slick-dots li:nth-child(1) button:before{
    color: #409c89;
}

#mainv ul li.mv_slider_child.yellow{
    background: #b1ce82;
}
#mainv ul li.yellow .taste {
    background: #7db743;
}
#mainv .slick-dots li:nth-child(2) button:before{
    color: #7db743;
}

#mainv ul li.mv_slider_child.purple{
    background: #dac3da;
}
#mainv ul li.purple .taste {
    background: #9b409f;
    width: 300px;
}
#mainv .slick-dots li:nth-child(3) button:before{
    color: #9b409f;
}

#mainv ul li.mv_slider_child.green,#mainv ul li.mv_slider_child.yellow,#mainv ul li.mv_slider_child.purple{
    background-image: url(/images/mv_leaf01.png),url(/images/mv_leaf02.png),url(/images/mv_leaf03.png),url(/images/mv_leaf04.png);
    background-repeat: no-repeat;
    background-position: top 30px right 50px,top 30% left 10%,bottom 50px left 40px,bottom 120px right 10%;
    background-size: 180px,160px,180px,130px;
}


#mainv h2 {
    color: #fff;
    line-height: 1.4;
    font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 0;
    width: 100%;
}
#mainv h2 span {
    font-size: 1.5rem;
}
#mainv h2 span.big {
    font-size: 1.8rem;
    margin: 0 10px;
}
#mainv h2 br.sp{
    display: none;
}
#mainv h2 .copy_mini{
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #mainv ul li.mv_slider_child{
        padding: 130px 0px 200px;
    }
    #mainv ul.slick-dots {
        bottom: 160px;
    }
    #mainv ul li figure {
        max-width: 300px;
    }
    #mainv ul li .taste {
        font-size: 1rem;
        width: 150px;
    }
    #mainv h2 {
        bottom: 70px;
    }
    #mainv h2 span {
        font-size: 1.1rem;
    }
    #mainv h2 span.big {
        font-size: 1.5rem;
        margin: 0 5px;
    }
    #mainv ul li.mv_slider_child.green, #mainv ul li.mv_slider_child.yellow,#mainv ul li.mv_slider_child.purple {
        background-position: top 30px right 10px,top 30% left -15px,bottom 50px left 10px,bottom 120px right 10px;
        background-size: 140px,110px,140px,80px;
    }
}

@media (max-width: 480px) {
    #mainv ul li figure {
        max-width: 280px;
        margin-bottom: -20px;
    }
    #mainv ul li.purple figure {
        margin-top: -20px;
    }
    #mainv h2 br.sp{
        display: block;
    }
    #mainv ul li.mv_slider_child{
        padding: 130px 0px 230px;
    }
    #mainv ul.slick-dots {
        bottom: 180px;
    }
    #mainv h2 {
        bottom: 60px;
        font-size: 7.5vw;
    }
    #mainv h2 .copy_mini {
        font-size: 4vw;
        line-height: 1.8;
    }
    #mainv h2 span.big {
        font-size: 5.5vw;
    }
    #mainv ul li.mv_slider_child.green, #mainv ul li.mv_slider_child.yellow {
        background-position: top 30px right -40px,top 30% left -50px,bottom 50px left -45px,bottom 120px right 10px;
        background-size: 120px,90px,120px,60px;
    }
}



/* ---------------------------------------------------------
 about 
----------------------------------------------------------*/
#about {
    background: url(/images/about_bg.png)no-repeat center bottom;
    background-size: contain;
}
#about h3 {
    display: flex;
    color: #59aee0;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
#about h3 figure {
    max-width: 80px;
    margin-right: 15px;
}
#about h3 p img {
    width: 166px;
    vertical-align: baseline;
    margin-right: 5px;
}
#about ul.slider {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
#about ul.slider li {
    width: 32%;
    padding: 0;
    margin: 0 10px;
}
#about ul.slider li p {
    padding: 20px;
    font-size: 1rem;
}

@media (max-width: 768px) {
    #about .c_wrap {
        padding: 50px 0;
    }
    #about p {
        padding:0 20px;
    }
    #about h3{
        margin-bottom: 20px;
    }
    #about h3 figure {
        max-width: 60px;
        margin-right: 0;
    }
    #about h3 p img {
        width: 140px;
    }
    #about ul.slider {
        margin-top: 30px;
    }
    #about ul.slider li {
        min-height: 340px;
    }
    #about ul.slider li p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    #about {
        background-size: auto;
    }
    #about p {
        padding:0 15px;
    }
    #about ul.slider li {
        min-height: 290px;
    }
}

/* ---------------------------------------------------------
 howtouse 
----------------------------------------------------------*/
#howtouse figure {
    max-width: 300px;
    margin: auto;
}
#howtouse p.center {
    margin: 50px 0px;
    line-height: 200%;
}
#howtouse .border_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 500px;
    margin: auto;
    font-size: 1rem;
}
#howtouse .border_box h3 {
    color: #59aee0;
    font-size: 1.5rem;
}
#howtouse .border_box figure {
    max-width: 100px;
    margin: 0;
}

#online{
    margin-top: 50px;
    border: solid 4px #0090db;
    background: #fff;
}
#online h3 {
    background: #0190db;
    text-align: center;
    padding: 5px;
    color: #fff;
}
#online > ul.online_list{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
#online > ul.online_list > li{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 20px;
    border-bottom: solid 2px #f0f0f0;
    margin-bottom: 20px;
    width: 49%;
}
#online > ul.online_list > li:nth-child(5),#online > ul.online_list > li:nth-child(6){
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
#online > ul.online_list > li p {
    width: 58%;
    font-size: 1rem;
    font-weight: bold;
}
#online > ul.online_list > li figure {
    width: 40%;
/*    height: 136px;*/
    line-height: 136px;
}
#online > ul.online_list > li figure img {
    vertical-align: middle;
}
#online > ul.online_list > li .btn_list {
    display: flex;
    flex-wrap:wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
}
#online > ul.online_list > li .btn_list .btn {
    font-size: 1rem;
    margin: 0;
    margin-top: 0;
    padding: 0;
    height: auto;
    line-height: normal;
    padding: 5px 20px 5px 10px;
    background-size: 10px;
    background-position: top 50% right 10px;
    text-align: left;
}
#online > ul.online_list > li .btn_list li {
    width: 32%;
}
#online > ul.online_list > li .btn_list li.vaponavi .btn {
    background-color: #64c03c;
}
#online > ul.online_list > li .btn_list li.rakuten .btn {
    background-color: #ff9143;
}
#online > ul.online_list > li .btn_list li.coming.btn {
    background: #ccc;
    font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;
}
#online .sup {
    margin: 10px 20px 20px;
    text-align: center;
}

#shop{
    margin-top: 50px;
    border: solid 4px #5aafe0;
    background: #fff;
    font-weight: bold;
}
#shop h3 {
    background: #5aafe0;
    text-align: center;
    padding: 5px;
    color: #fff;
}
#shop .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
#shop .flex figure {
    width: calc(100% - 420px);
    max-width: 350px;
    margin: 0 0 0 30px;
}
#shop .flex .txt {
    width: 390px;
}
#shop .flex .txt p {
    margin-top: 10px;
    color: #5aafe0;
}
@media (max-width: 850px) {
    #online > ul.online_list > li{
        padding :0 0 20px;
    }
}

@media (max-width: 768px) {
    #online > ul.online_list > li{
        width: 100%;
    }
    #online > ul.online_list > li:nth-child(5),#online > ul.online_list > li:nth-child(6){
        padding-bottom: 20px;
        border-bottom: solid 2px #f0f0f0;
        margin-bottom: 20px;
    }
    #online > ul.online_list > li:nth-child(6){
        margin-bottom: 0px;
    }
    #online > ul.online_list > li figure {
        height: auto;
        line-height: nomal;
    }
    #online .sup {
        margin-top: 0;
    }
    #shop .flex .txt {
        width: 320px;
    }
    #shop .flex figure {
        width: calc(100% - 350px);
    }
}
@media (max-width: 650px) {
    #shop .flex {
        padding: 20px;
    }
    #shop .flex .txt {
        width: 100%;
    }
    #shop .flex figure {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    #howtouse figure {
        max-width: 200px;
    }
    #howtouse .border_box h3 {
        font-size: 1.1rem;
    }
    #howtouse .border_box figure {
        width: 28%;
    }
    #howtouse p.center {
        font-size: 1rem;
        margin: 30px 0px;
    }
    #online {
        margin-top: 20px;
    }
    #online .sup {
        text-align: left;
    }
}

@media (max-width: 400px) {
    #online > ul.online_list > li .btn_list li{
        width: 100%;
        margin-bottom: 5px;
    }
    #online > ul.online_list > li .btn_list li.vaponavi.btn{
        margin-bottom: 5px;
    }
}


/* ---------------------------------------------------------
 youtube 
----------------------------------------------------------*/
#youtube .bg_leaf{
    background-image: url(/images/leaf03.png),url(/images/leaf04.png),url(/images/leaf05.png);
    background-repeat: no-repeat;
    background-position: top 30px left 0,top 70% right 0,bottom -50px left 10px;
    background-size: 160px,130px,130px;
}
#youtube ul.slider {
    display: flex;
/*    justify-content: space-between;*/
    justify-content: center;
}
#youtube ul.slider li {
    width: 32%;
    text-align: center;
    margin: 0 10px;
}
#youtube ul.slider li p {
    margin-top: 10px;
    font-size: 0.9rem;
}
#youtube ul.slider li p span {
    display: block;
    margin-top: 5px;
    font-size: 0.7rem;
}
/*comingsoon*/
#youtube ul.comingsoon {
    display: flex;
    justify-content:center;
}
#youtube ul.comingsoon li {
    width: 32%;
    text-align: center;
    margin: 0 10px;
}
#youtube ul.comingsoon li p {
    margin-top: 10px;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    #youtube .c_wrap {
        padding: 50px 0;
    }
    #youtube ul.comingsoon li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    #youtube .bg_leaf{
        background-size: 130px,100px,100px;
        background-position: top 30px left -40px,top 50% right 0,bottom 0px left 10px;
    }
    #youtube ul.comingsoon li {
        width: 70%;
    }
}

/* ---------------------------------------------------------
 news 
----------------------------------------------------------*/
#news ul li {
    margin-bottom: 15px;
    padding: 0;
}
#news ul li .flex {
    padding: 20px 40px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#news ul li a.flex {
    background: url(../images/ico_window_blue.png)no-repeat right 20px top 50%;
    background-size: 18px;
    width: 100%;
}
#news ul li figure {
    width: 15%;
    border: solid 2px #f0f0f0;
}
#news ul li p {
    width: 82%;
}
#news ul li p span {
    display: block;
    font-size: 0.9rem;
    margin-top: 10px;
}

@media (max-width: 768px) {
    #news ul li figure {
        width: 20%;
    }
    #news ul li p {
        width: 78%;
    }
}
@media (max-width: 480px) {
    #news ul li .flex {
        padding: 15px 25px 15px 15px;
    }
    #news ul li a.flex {
        background: url(../images/ico_window_blue.png)no-repeat right 10px top 50%;
        background-size: 18px;
    }
    #news ul li figure {
        width: 30%;
    }
    #news ul li p {
        width: 66%;
    }
}

/* ---------------------------------------------------------
 faq 
----------------------------------------------------------*/
#faq .bg_leaf{
    background-image: url(/images/leaf03.png),url(/images/leaf04.png);
    background-repeat: no-repeat;
    background-position: top 60px left 0,bottom 20px right 0;
    background-size: 160px,130px;
}
#faq ul li {
    background: #f0f0f0;
}
#faq ul li:nth-child(2n) {
    background: #fff;
}
#faq ul li dt {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

#faq ul li dt span {
    background: #59aee0;
    color: #fff;
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    font-family: 'Josefin Sans', sans-serif;
}
#faq ul li dt p{
    width: calc(100% - 40px);
    padding-right: 25px;
}
#faq ul li dd {
    padding: 0 10px 10px;
    font-size: 0.9rem;
}
ul .questions:before, ul .questions:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 3px;
  margin-top: -1px;
  background-color: #000;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s ease-out;
}

ul .questions:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 1;
  z-index: 2;
}

ul .questions.active:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #000 !important;
}

ul .questions.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: #000 !important;
  opacity: 1;
}

ul .answers {
  display: none;
}

@media (max-width: 480px) {
    #faq .bg_leaf{
        background-size: 130px,100px;
        background-position: top 30px left -50px,bottom 20px right 0;
    }
}



/* ---------------------------------------------------------
 contact 
----------------------------------------------------------*/
#contact ul {
    display: flex;
    justify-content: space-between;
}
#contact ul li {
    width: 49%;
    background: #fff;
    border: solid 4px #000;
    display: flex;
}
#contact ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    background: url(../images/ico_arrow_bk.png)no-repeat right 25px top 50%;
    background-size: 15px;
}
#contact ul li a.blank {
    background: url(../images/ico_window_bk.png)no-repeat right 25px top 50%;
    background-size: 18px;
}
#contact ul li a figure {
    padding: 20px;
    width: 70px;
}
#contact ul li a h3 {
    font-size: 1.5rem;
    padding-left: 20px;
    padding: 20px;
    border-left: solid 4px #000;
}

@media (max-width: 768px) {
    #contact ul {
        flex-wrap: wrap;
    }
    #contact ul li {
        width: 80%;
        margin: 0 auto 15px;
    }
    #contact ul li a h3{
        font-weight: normal;
    }
}
@media (max-width: 480px) {
    #contact ul li {
        width: 100%;
    }
    #contact ul li a h3 {
        font-size: 1.2rem;
        padding: 15px;
    }
    #contact ul li a figure {
        padding: 5px 20px;
        width: 65px;
    }
}

/* ---------------------------------------------------------
 footer 
----------------------------------------------------------*/
footer .bg_leaf{
    background-image: url(/images/leaf03.png),url(/images/leaf04.png);
    background-repeat: no-repeat;
    background-position: top -10px left 0,bottom 0 right 0;
    background-size: 160px,130px;
}
footer .c_wrap {
    padding: 50px 20px 30px;
}
footer .box {
    background: #fff;
    border: solid 2px #000;
    padding: 20px;
    font-size: 0.8rem;
    font-weight: normal;
    margin: 0 auto 40px;
}
footer figure {
    margin: auto;
    max-width: 150px;
}
footer p.copy {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 20px;
    font-weight: normal;
}

@media (max-width: 480px) {
    footer .bg_leaf{
        background-size: 130px,100px;
    }
}


/* ---------------------------------------------------------
 under_page common
----------------------------------------------------------*/
#under_page main{
    padding-top: 50px;
    background-image: url(/images/leaf03.png),url(/images/leaf04.png),url(/images/leaf04.png),url(/images/leaf05.png);
    background-repeat: no-repeat;
    background-position: top 100px left 0,top -50px right 20%,top 70% right 0,bottom 50px left 10px;
    background-size: 160px,130px,130px,130px;
    background-attachment: fixed;
}
#under_page footer{
    background: #f0f0f0;
}
#under_page footer .bg_leaf{
    background: none;
}

@media (max-width: 480px) {
    #under_page main{
        background-position: top 100px left -50px,top -50px right -10px,top 70% right 0,bottom 50px left 10px;
        background-size: 130px,100px,100px,100px;
    }
}


/* ---------------------------------------------------------
 page_lineup
----------------------------------------------------------*/
#page_lineup .lineup_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#page_lineup .lineup_list li {
    width: 32%;
    padding: 50px 30px;
    text-align: center;
}
#page_lineup .lineup_list li.green {
    border: solid 4px #409c89;
    background: #e5fffa;
}
#page_lineup .lineup_list li.yellow {
    border: solid 4px #7db743;
    background: #f1ffd9;
}
#page_lineup .lineup_list li.purple {
    border: solid 4px #9b409f;
    background: #fee9ff;
}
#page_lineup .lineup_list li .taste {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 100px;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
    max-width: 200px;
    padding: 8px 5px 5px 5px;
    margin-bottom: 40px;
}
#page_lineup .lineup_list li.green .taste {
    background: #409c89;
}
#page_lineup .lineup_list li.yellow .taste {
    background: #7db743;
}
#page_lineup .lineup_list li.purple .taste {
    background: #9b409f;
    margin-bottom: 20px;
}
#page_lineup .lineup_list li figure.product {
    max-width: 250px;
    margin: auto;
    margin-bottom: -4%;
}
#page_lineup .lineup_list li figure.graph {
    max-width: 250px;
    margin: 20px auto 0;
}
#page_lineup .lineup_list li p {
    text-align: left;
}


/*info_table*/
.info_table{
    display: flex;
    flex-wrap:wrap;
    margin-top: 80px;
    background: #fff;
    font-size: 0.9rem;
    font-weight: normal;
}
.info_table dt{
    width: 200px;
    padding: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    background: #f0f0f0;
}
.info_table dd{
    width: calc(100% - 200px);
    padding: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
}
.info_table dt:nth-last-child(2),.info_table dd:last-child{
    border-bottom: solid 1px #000;
}

@media (max-width: 768px) {
    .info_table{
        font-size: 0.8rem;
    }
    .info_table dt{
        width: 100px;
    }
    .info_table dd{
        width: calc(100% - 100px);
    }
    #page_lineup .lineup_list li {
        width: 100%;
        padding: 50px 30px;
        margin-bottom: 30px;
    }
    #page_lineup .lineup_list li:last-child {
        margin-bottom: 0;
    }
    #page_lineup .lineup_list li .taste {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {

    .info_table{
        margin-top: 50px;
    }
}


/* ---------------------------------------------------------
 page_lineup
----------------------------------------------------------*/
#page_about-us .company_profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 700px;
    margin: auto;
}
#page_about-us .company_profile dt {
    width: 200px;
    padding: 20px;
    text-align: center;
    border-top: solid 4px #f0f0f0;
}
#page_about-us .company_profile dt:nth-last-child(2) {
    border-bottom: solid 4px #f0f0f0;
}
#page_about-us .company_profile dd {
    width: calc(100% - 200px);
    padding: 20px;
    border-top: solid 4px #f0f0f0;
}
#page_about-us .company_profile dd:last-child {
    border-bottom: solid 4px #f0f0f0;
}

@media (max-width: 768px) {
    #page_about-us .company_profile {
        width: 80%;
    }
    #page_about-us .company_profile dt {
        width: 100px;
    }
    #page_about-us .company_profile dd {
        width: calc(100% - 100px);
    }
}
@media (max-width: 480px) {
    #page_about-us .company_profile {
        width: 90%;
    }
    #page_about-us .company_profile dt {
        width: 90px;
    }
    #page_about-us .company_profile dd {
        width: calc(100% - 90px);
    }
}