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

#mainTitle {
    background-position: center top;
}

#mainTitle.taste {
    background-image: url("../img/bg_title_taste.jpg");
}

#mainTitle.quality {
    background-image: url("../img/bg_title_quality.jpg");
}

#mainTitle.scene {
    background-image: url("../img/bg_title_scene.jpg");
}

section.taste_1 {
/*    background-image: url(../img/bg_taste_part_1.jpg);*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 40px !important;
}

section.taste_1 .desc {
    margin-left: 5%;
    padding: 10% 0;
}

section.taste_1 .desc .img_part_1 {
    width: 450px;
}

section.taste_1 .text {
    font-size: 1.2em;
    margin: 30px 0 50px;
}

section.taste_1 .bottom {
    font-size: 1.5em;
    font-weight: bold;
}

section.taste_1 span.small_txt {
    font-size: 0.7em;
    font-weight: normal;
}

section.taste_2 {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

section.taste_2 img{
    width: 70%;
}

section.taste_2 .title_box {
    text-align: center;
    position: relative;
}

section.taste_2 .title_box h3 {
    background-position: 6% center;
    background-repeat: no-repeat;
    font-size: 2em;
    padding: 20px 0 30px 0;
}

section.taste_2 .title_box h3.one {
    background-image: url(../img/no_1.gif);
}

section.taste_2 .title_box h3.two {
    background-image: url(../img/no_2.gif);
}

section.taste_2 .desc {
    margin-bottom: 30px;
}

section.taste_2 .tab {
    position: relative;
    margin-top: 40px;
}

section.taste_2 .tab img.main {

}

section.taste_2 .tab span {
    position: absolute;
    top: 10%;

    display: block;

    right: 10%;
}

section.taste_2 .tab span img {

}

section.taste_2 .text_box {
    padding: 0px 10px;
    text-align: left;
    display: table;
    margin: 10px 0 0 0;
}

section.taste_2 .text_box img {
    display: table-cell;
    margin-right: 10px;
}

section.taste_2 .text_box .desc {
    display: table-cell;
    vertical-align: top;
    font-size: 0.8em;
}

section.taste_3 {
    background-image: url(../img/bg_taste_part_3.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;
    text-align: center;
}

section.taste_3 .bx-wrapper {
    width: 600px !important;
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}

section.taste_3 .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff !important;
    left: 0px;
    width: 600px !important;
}

section.taste_3 .bx-wrapper .bx-controls-direction a {
    height: 40px !important;
}

section.taste_3 .bx-wrapper .bx-prev {
    left: -60px !important;
    background: url(../img/arr_prev.gif) no-repeat !important;
}

section.taste_3 .bx-wrapper .bx-next {
    right: -70px !important;
    background: url(../img/arr_next.gif) no-repeat !important;
}

section.taste_3 .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFF !important;
}

section.taste_3 .txtbox{
    width: 360px;
    width: -webkit-calc(100% - 715px);
    width: calc(100% - 715px);
    max-width: 480px;
    display: inline-block;
    vertical-align: middle;
    margin: -60px 0 0 80px;
}

@media screen and (max-width:1199px){
    section.taste_3 .bx-wrapper {
        width: 400px !important;
        margin-left: 0;
    }

    section.taste_3 .bx-viewport {
        width: 400px !important;
    }

    section.taste_3 .bx-wrapper .bx-prev{
        left: -40px !important;
    }

    section.taste_3 .bx-wrapper .bx-next {
        right: -50px !important;
    }

    section.taste_3 .txtbox{
        width: -webkit-calc(100% - 465px);
        width: calc(100% - 465px);
        margin: -60px 0 0 60px;
    }
}

@media screen and (max-width:780px){
    section.taste_3 .bx-wrapper {
        width: 100% !important;
    }

    section.taste_3 .bx-viewport {
        width: 100% !important;
    }

    section.taste_3 .bx-wrapper .bx-prev{
        left: -40px !important;
    }

    section.taste_3 .bx-wrapper .bx-next {
        right: -50px !important;
    }

    section.taste_3 .txtbox{
        width: 100%;
        margin: 0;
    }
}

section.taste_natural{
    padding: 70px;
    background: #e8f9ff;
    text-align: center;
}

section.taste_natural p{
    max-width: 960px;
    margin: auto;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #000 !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 15px !important;
    border: 1px solid #000;
}

.taste_blue_box {
    background: #d9eef6;
    text-align: center;
    padding: 40px;
}

.taste_blue_box p {
    font-size: 1.2em;
    line-height: 2;
    max-width: 910px;
    margin: auto;
}

section.taste_4 {
    margin: 60px 0 0;
}

section.taste_4 .desc {
    margin-bottom: 40px;
    text-align: center;
}

section.taste_4 .taste_4_container {
    display: table;
    width: 100%;
}

section.taste_4 .taste_4_container .left_box {
    width: 50%;
    display: table-cell;
    background-image: url(../img/part_4.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

section.taste_4 .taste_4_container .left_box div {
    position: absolute;
}

section.taste_4 .taste_4_container .left_box div img {
    width: 100%;
}

section.taste_4 .taste_4_container .left_box .pre {
    bottom: 40%;
    padding-left: 9%;
    padding-right: 53%;
    width: 100%;
}

section.taste_4 .taste_4_container .left_box .nat {
    bottom: 30%;
    padding-right: 19%;
    padding-left: 52%;
    width: 100%;
}

section.taste_4 .taste_4_container .right_box {
    width: 50%;
    display: table-cell;
    height: 500px;
    background: #FFF;
}

section.taste_4 .taste_4_container .right_box .top {
    background: #e8f9ff;
    text-align: center;
    padding: 40px 50px;
}

section.taste_4 .taste_4_container .right_box .top img {
    margin-bottom: 20px;
}

section.taste_4 .taste_4_container .right_box .top h4 {
    font-size: 2em;
    letter-spacing: 2px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 550px;
    margin: 0 auto;
}

section.taste_4 .taste_4_container .right_box .bottom {
    background: #eaeaea;
    padding: 0px 50px;
    overflow: hidden;
}

section.taste_4 .taste_4_container .right_box .top_inner {
    display: table;
    margin: 40px 0 0;
    text-align: left;
}
section.taste_4 .taste_4_container .right_box .bottom_inner {
    display: table;
    margin: 40px 0;
}
section.taste_4 .taste_4_container .right_box .bottom h5 ,
section.taste_4 .taste_4_container .right_box .top h5 {
    background-image: url(../img/icon_natural.gif);
    background-position: left center;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 60px;
    vertical-align: middle;
    font-size: 1.2em;
    line-height: 1.3;
    letter-spacing: 1px;
    width: 200px;
    text-align: center;
    border-right: 1px solid #000;
}

section.taste_4 .taste_4_container .right_box .top h5.natural_mineral {
    background-image: url(../img/icon_natural_mineral.gif);
}
section.taste_4 .taste_4_container .right_box .bottom h5.natural {
    background-image: url(../img/icon_natural.gif);
}
section.taste_4 .taste_4_container .right_box .bottom h5.mineral {
    background-image: url(../img/icon_mineral.gif);
}

section.taste_4 .taste_4_container .right_box .bottom h5.ro {
    background-image: url(../img/icon_ro.gif);
}

section.taste_4 .taste_4_container .right_box .top p ,
section.taste_4 .taste_4_container .right_box .bottom p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

section.taste_4 .taste_4_container .left_box {
    width: 50%;
    display: table-cell;
    background-image: url(../img/part_4.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

section.part_5 {
    display: table;
    width: 100%;
}

section.part_5 .left_box {
    width: 50%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

section.part_5 .left_box h3 {
    text-align: center;
    font-size: 2em;
    font-family: ''"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho"'',serif;
}

section.part_5 .left_box .bar {
    position: absolute;
    height: 1px;
    width: 90px;
    background: #000;
    left: 0;
    right: 0;
    margin: 22px auto;
}

section.part_5 .left_box p {
    margin: 45px auto;
    max-width: 500px;
}

section.part_5 .right_box {
    width: 50%;
    display: table-cell;
    background: url(../img/bg_taste_part_5.jpg);
    padding: 40px 0;
}

section.part_5 .right_box img {
    width: 90%;
    margin-right: 10%;
}

section.part_6 {
/*    background-image: url(../img/bg_taste_part_6.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
}

section.part_6 h3 {
    text-align: center;
    font-size: 2em;
    font-family: "Lora",serif;
    letter-spacing: 2px;
}

section.part_6 .bar {
    position: absolute;
    height: 1px;
    width: 90px;
    background: #000;
    left: 0;
    right: 0;
    margin: 22px auto;
}

section.part_6 p {
    margin: 10px;
}

section.part_6 .desc {
    max-width: 960px;
    margin: auto;
}

section.part_6 .serif {
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0px;
}

section.part_6 .header {
    width: 400px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.2em;
    padding: 3px 0;
}

section.part_6 .part_6_box {
    background: rgba(255, 255, 255, 0.8);
    width: 960px;
    margin: 60px auto 0px;
    padding: 20px 0;
}

section.part_6 .box_inner {
    width: 93%;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    padding-top: 40px;
}

section.part_6 .box_inner .box_left {
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
    width: 70%;
}

section.part_6 .box_inner .box_left span {
    color: #6eccf0;
}

section.part_6 .box_inner .box_left h4 {
    margin: 10px 0 0;
    font-size: 2em;
}

section.part_6 .box_inner .box_left p {
    margin-top: 20px;
    line-height: 2 !important;
}

section.part_6 .box_inner .box_right {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}

section.rare_mineral{
    text-align: center;
}
section.rare_mineral p{
    max-width: 960px;
    margin: 40px auto 0;
}
section.naturally_ph{
    text-align: center;
}

section.naturally_ph p{
    max-width: 960px;
    margin: 40px auto 0;
}

section.std h3 {
    font-size: 3em;
}

section.std h3 span {
    font-size: 0.7em;
    display: block;
/*    margin-bottom: 20px;*/
}

section.std p {
    font-size: 1.5em;
    margin: 40px 0;
}

.mid_text {
    font-size: 1.1em;
    text-align: center;
    margin: 40px auto 60px;
    max-width: 960px;
}

section.quality_1 {
/*    background-image: url(../img/bg_quality_1.jpg);*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.quality_1_inner {
    display: table;
    margin: 0 auto;
    padding: 60px 0px;
}

section.quality_1 .tab_right {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

section.quality_1 .tab_right img {
    width: 80%;
}

section.quality_1 .tab_left {
    display: table-cell;
    vertical-align: middle;
}

section.quality_1 .tab_left li {
    text-align: center;
    margin: 30px 0;
}

section.quality_1 .tab_left li img {
    width: 80%;
}

section.quality_2 {
    background: #e7e7e7;
    text-align: center;
    padding: 60px 0 20px;
}

section.quality_2 p {
    font-size: 1.5em;
    text-align: center;
}

section.quality_2 ul {
    margin: 50px auto;
    display: table;
}

section.quality_2 ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 14px;
}

section.quality_2 ul li.plus {
    padding-bottom: 60px;
}

section.quality_2 ul li p {
    margin-top: 40px;
}

section.quality_3 {
    background: #aadef2;
    padding: 10px 0 60px;
    margin-top: 30px;
}

section.quality_3 ul {
    display: table;
    width: 960px;
    margin: 0 auto;
}

section.quality_3 ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

section.quality_3 ul li img {
    width: 100%;
}

section.quality_4 {
    background-image: url(../img/bg_quality_4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 0;
}

section.quality_4 h3 {
    font-size: 2.5em;
}

section.quality_4 img {
    margin: 50px 0;
}

section.quality_4 p {
    font-size: 1.2em;
    max-width: 960px;
    margin: auto;
}

.scene_h3 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 70px;
}

.scene_h3 span {
    font-size: 0.7em;
    display: block;
    margin-bottom: 10px;
}

.para {
    text-align: center;
    color: #FFF;
    padding: 200px 0;
    display: table;
    vertical-align: middle;
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin-top: -1px;
}

.para div {
    display: table-cell;
    vertical-align: middle;
}

.para span {

}

.para .num {
    font-size: 0.8em;
    margin-left: 5px;
}

.para img {
    display: block;
    margin: 0 auto;
    padding: 50px 0 20px;
}

.para h4 {
    font-size: 3em;
}

.para p {
    line-height: 200% !important;
    margin: 50px auto;
    max-width: 500px;
}


/*
.scene_1 {background-image: url(../img/scene_1.jpg)}
.scene_2 {background-image: url(../img/scene_2.jpg)}
.scene_3 {background-image: url(../img/scene_3.jpg)}
.scene_4 {background-image: url(../img/scene_4.jpg)}
*/

section.scene_5 {
    background-position: center center;
    background-size: cover;
    background-image: url(../img/scene_5.jpg);
    text-align: center;
    padding: 150px 0 100px 0;
}

section.scene_5 h4 {
    font-size: 3em;
    margin-bottom: 60px;
}

section.scene_5 h4 span {
    display: block;
    font-size: 0.7em;
    margin-top: 10px;
}

section.scene_5 .special {
    padding: 15px 30px 15px 70px;
    background-position: 20px center;
    background-size: 30px;
    background-repeat: no-repeat;
    background-image: url(../img/icon_heart.gif);
    margin-bottom: 60px;
}






section.anshin {
/*    background-image: url(../img/bg_anshin.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
    color: #FFF;
}

section.stylish {
/*    background-image: url(../img/bg_stylish.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
    color: #FFF;
}

section.mori {
/*    background-image: url(../img/bg_mori.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
    color: #FFF;
}

h3.title_h3 {
    text-align: center;
    font-family: 'Lora', 'MS PMincho', serif;
    font-size: 2.5em;
    letter-spacing: 2px;
    font-weight: normal;
}

p.tag_line {
    text-align: center;
    font-family: 'Lora', 'MS PMincho', serif;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: bold;
    color: #367ebb;
    margin-top: 10px !important;
}

.serif {
    font-family: "Lora",serif !important;
    font-weight: normal;
}

.dark_blue {
    color: #367ebb;
}

.gray {
    color: #5a5a5a;
}

.para_about {
    text-align: center;
    color: #FFF;
    display: table;
    vertical-align: middle;
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin-top: -1px;
    height: 100vh;
}
.para_about div {
    display: table-cell;
    vertical-align: middle;
}
.para_about span {
    font-size: 1.5em;
}
.para_about img {
    display: block;
    margin: 0 auto;
    padding: 40px 0 20px;
    position: relative;
}
.para_about h1 {
    font-size: 2.5em;
    letter-spacing: 0.1em;
    position: relative;
}
.para_about h1 strong {
    font-size: 1.3em;
    font-weight: normal;
}
.para_about h4 {
    font-size: 2.5em;
    margin-top: 20px;
}
.para_about p {
    line-height: 200% !important;
    margin-top: 20px;
}
.para_about .sm {
    font-size: 1em;
}
.para_about .head_sm {
    font-size: 0.8em;
    display: block;
}
.para_about .huge {
    font-size: 3.5em;
}
section.para_about .arr_down {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
}
section.scene_4_a {
    color: #000 !important;
    padding: 40px 0;
}
section.scene_4_a .head_sm {
    font-size: 0.7em !important;
}
section.scene_4_a ul {
    width: 960px;
    margin: 0 auto 30px;
    overflow: hidden;
}
section.scene_4_a ul li {
    width: 25%;
    float: left;
}
section.scene_4_a ul li img {
    width: 84%;
    padding-bottom: 0px;
}
section.scene_4_a ul li p {
    padding: 0 8%;
    text-align: left;
}

@media screen and (max-width:780px){
    /*ABOUT*/
    section.scene_4_a ul {
        width: 100%;
    }
    section.scene_4_a ul {
        width: 100%;
        margin: 0 auto 30px;
    }
    section.scene_4_a ul li {
        width: 100%;
        float: none;
        display: block;
    }
    .toptop {
        width: 90%;
    }
    section.about_1 {
        background-repeat: no-repeat;
        background-position: -650px top !important;
    }
    .about_1 .tab_1 {
        vertical-align: top;
    }
    .para_about h1 {
        font-size: 1.4em;
        margin-top: 60px;
    }
    .para_about h4 {
        z-index: 1;
        position: relative;
        font-size: 2em;
    }
    .para_about p {
        z-index: 1;
        position: relative;
        line-height: 160% !important;
    }
    .para_about .huge {
        font-size: 2em;
        margin: 0 2%;
        margin-top: 40px !important;
    }
    section.scene_4_a ul li p {
        font-size: 1.2em;
    }
    .dark_div {
        opacity: 0.4;
    }
    .para_about .sm {
        z-index: 1;
        position: relative;
    }
    img.btm90 {
        width: 90%
    }
    .opacity {
        opacity: 1;
    }
    .para_about img {
        padding: 20px 0 10px;
    }
    .en_page .btn {
        z-index: 1;
        position: relative;
    }



    /*QUALITY*/
    .arr_hide {
        display: none !important;
    }
    section.quality_3 ul {
        display: block;
        width: 100%;
    }
    section.quality_3 ul li {
        display: block;
    }
    section.quality_4 img {
        width: 100%;
    }
    section.quality_2 ul {
        display: block;
    }
    section.quality_2 ul li {
        display: block;
        padding: 0 0px;
    }
    section.quality_2 ul li.plus {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    section.quality_2 ul li p {
        margin-top: 10px;
    }
    section.quality_2 p {
        font-size: 1.2em;
        text-align: center;
        margin-right: 2%;
        margin-left: 2%;
    }
    .mid_text {
        font-size: 1.1em;
        margin: 20px 0 30px;
    }
    section.quality_3 ul li img {
        margin-bottom: 3%;
    }
    section.quality_4 {
        padding: 60px 2%;
    }
    .quality_1_inner {
        display: block;
        padding: 30px 0px;
    }
    section.quality_1 .tab_right {
        display: block;
    }
    section.quality_1 .tab_left {
        display: block;
        vertical-align: middle;
    }
    .mid_text {
        margin-right: 2%;
        margin-left: 2%;
    }
    section.quality_1 .tab_left li img {
        width: 96%;
    }
    section.quality_4 h3 {
        font-size: 2em;
    }

    /*TASTY*/
    section.taste_2 {
        width: 100%;
    }
    section.taste_1 {
        background-position: left center !important;
    }
    section.taste_1 .desc {
        margin-left: 5%;
        margin-right: 5%;
        padding: 5% 0;
    }
    section.taste_1 .desc .img_part_1 {
        width: 80%;
    }
    section.taste_2 .title_box h3 {
        background-position: center top;
        padding: 30px 0 20px 0;
    }
    section.taste_2 .tab img.main {
        width: 100%;
    }
    section.taste_2 .tab span img {
        width: 78%;
        padding-right: 0%;
        padding-left: 40%;
        margin-left: 5%;
    }
    section.taste_2 .tab span {
        top: 2%;
        width: 120%;
        right: 0%;
    }
    section.taste_4 .taste_4_container {
        display: block;
    }
    section.taste_4 .taste_4_container .left_box {
        width: 100%;
        display: block;
        height: 350px;
    }
    section.taste_4 .taste_4_container .right_box {
        width: 100%;
        display: block;
        height: auto;
    }
    section.taste_4 .taste_4_container .right_box .top {
        padding: 2%;
    }
    section.taste_4 .taste_4_container .right_box .top h4 {
        width: 96%;
        padding: 30px 2% 0 2%;
    }
    section.taste_4 .taste_4_container .right_box .bottom {
        padding: 0px 2%;
    }
    section.taste_4 .taste_4_container .left_box .pre {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
    }
    section.taste_4 .taste_4_container .left_box .nat {
        padding-right: 0px;
        padding-left: 60%;
        width: 100%;
        right: 10%;
    }
    section.taste_4 .taste_4_container .right_box .top_inner,
    section.taste_4 .taste_4_container .right_box .bottom_inner {
        display: block;
        margin: 20px 0;
    }
    section.taste_4 .taste_4_container .right_box .top h5 ,
    section.taste_4 .taste_4_container .right_box .bottom h5 {
        display: block;
        border-right: 0px solid #000;
        padding-bottom: 15%;
    }
    section.taste_4 .taste_4_container .right_box .top p,
    section.taste_4 .taste_4_container .right_box .bottom p {
        display: block;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 2%;
        border-top: 1px solid #000;
    }
    h3.title_h3 {
        font-size: 2em;
        margin: 0 2%;
    }
    section.part_5 .left_box p {
        margin: 40px 2% 40px 2%;
    }
    section.part_5 {
        display: block;
        margin-top: 50px;
    }
    section.part_5 .left_box {
        width: 100%;
        display: block;
    }
    section.part_5 .right_box {
        width: 100%;
        display: block;
    }
    section.part_5 .right_box img {
        width: 98%;
        margin-right: 2%;
    }
    section.part_6 .header {
        width: 96%;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin: 0 auto;
        font-weight: bold;
        font-size: 1.2em;
        padding: 3px 0;
    }
    section.part_6 {
        background-position: -1500px center !important;
    }
    section.part_6 .box_inner .box_right {
        display: none;
    }
    section.part_6 .box_inner .box_left h4 {
        margin: 10px 0 0;
        font-size: 1.7em;
    }
    section.part_6 .part_6_box {
        width: 96%;
    }
    .bx-controls-direction {
        display: none !important;
    }
    section.taste_3 .bx-viewport {
        width: 100% !important;
    }
    section.taste_3 {
        padding: 40px 4%;
    }
    section.taste_2 .desc {
        margin: 0px 2% 30px 2%;
    }
    .taste_blue_box, section.taste_natural {
        padding: 20px;
    }
    section.part_6 .serif {
        margin: 20px 2%;
    }


    /*CASE*/
    .scene_h3 {
        margin-bottom: 40px;
    }
    .para {
        padding: 30px 0;
    }
    section.scene_5 {
        padding: 70px 1% 70px 1%;
    }
    section.scene_5 h4 {
        font-size: 2em;
    }
    section.std h3 {
        font-size: 3em;
    }
    .para p {
        margin: 0 5%;
    }
    section.scene_5 .special {
        padding: 15px 20px 15px 60px !important;
    }
}


@media screen and (max-width:780px){
    #contents {
        padding-bottom: 0px !important;
    }
    section.std h3 {
        font-size: 2em;
    }
    section.std p {
        font-size: 1.2em;
        margin: 20px 0 30px;
    }
    .sp_none {
        display: none;
    }
    section.anshin {
        padding-right: 2%;
        padding-left: 2%;
    }
    section.mori {
        padding-right: 2%;
        padding-left: 2%;
    }
    section.stylish {
        padding-right: 2%;
        padding-left: 2%;
    }
}