@charset "UTF-8";

/*----------------------------------------------------
☆COMMON
----------------------------------------------------*/
.continar {
    position: relative;
    background: #fff;
}

section {
    background-color: #fff;
}

.wrapper {
    overflow: hidden;
}

.copyStyle_01 {
    font-size: 2.2rem;
    letter-spacing: 1.0em;
    line-height: 2.2;
    text-align: center;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .copyStyle_01 {
        font-size: 1.8rem;
        letter-spacing: 0.55em;
    }
}

.txStyle_01 {
    line-height: 3.3;
    font-weight: 400;
}

.txStyle_02 {
    line-height: 2.9;
    font-size: 1.2rem;
}

.txColor_Gray {
    color: #d3cdd0;
}

.ttlStyle_01 {
    font-size: 2.4rem;
    letter-spacing: 0.3em;
    position: relative;
    text-align: center;
    margin-bottom: 120px;
    color: #e5e0e2;
}

@media screen and (max-width: 768px) {
    .ttlStyle_01 {
        font-size: 2.0rem;
        margin-bottom: 80px;
        letter-spacing: 0;
        padding-left: 0px;
    }
}

.ttlStyle_01 span {
    color: #333;
}

.bgWhite {
    background: #fff;
}

@media screen and (max-width: 768px) {
    .top160 {
        margin-top: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    .top100 {
        margin-top: 60px !important;
    }
}

/*----------------------------------------------------
☆animation
----------------------------------------------------*/
.txEf {
    opacity: 0;
}

.txEf span {
    position: relative;
    top: 8px;
    left: 8px;
    opacity: 0;
    font-weight: 400;
}

.imgEf_01.active,
.imgEf_02.active {
    transform: scale(1);
    opacity: 1;
    transform: skewX(0);
}

.imgEf_01 {
    transform: scale(1.06);
    transition: 1.8s;
    opacity: 0;
    transform: skewX(5deg);
}

.imgEf_02 {
    transform: scale(1.06);
    transition: 1.8s;
    opacity: 0;
}

.fadeLeft {
    opacity: 0;
    transition: 1.8s;
    left: -30px !important;
}

.fadeLeft_02 {
    transform: translate3d(-15%, 0, 0) !important;
    transition: 1.8s;
    opacity: 0;
}

.fadeLeft_02.active {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1;
}

.fadeLeft.active {
    opacity: 1;
    left: 0 !important;
}

/*----------------------------------------------------
☆MV
----------------------------------------------------*/
.mv {
    position: relative;
}

/* video */

.mv .video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
@media screen and (max-width: 768px){
    .mv .video-box {
        height: 35vh;
    }
}

.mv .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px){
    .mv .video{
        top: 0;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.mv #pc_header {
    position: absolute;
    top: 0;
    left: 0;
}

/*----------------------------------------------------
☆concept
----------------------------------------------------*/
.concept .mainArea {
    position: relative;
}

@media screen and (max-width: 768px) {
    .concept .mainArea.top120 {
        margin-top: 80px !important;
    }
}

.concept .mainArea .img {
    text-align: center;
}

.concept .mainArea .img img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .concept .mainArea .img img {
        margin-bottom: 30px;
    }
}

.concept .mainArea .txStyle_01 {
    width: 270px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 0px 0px 2px #000, 0px 0px 4px #000;
}

@media screen and (max-width: 768px) {
    .concept .mainArea .txStyle_01 {
        color: #333;
        position: static;
        top: auto;
        left: auto;
        transform: translateY(0);
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
        text-shadow: none;
        padding-left: 25px;
    }
}

/*----------------------------------------------------
☆Ignition
----------------------------------------------------*/
.Ignition .mainArea {
    position: relative;
    height: 60vh;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .Ignition .mainArea.top120 {
        margin-top: 0px !important;
        height: auto;
    }
}

.Ignition .mainArea .video-box {
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .Ignition .mainArea .video-box {
        height: 35vh;
        position: relative;
    }
}

.Ignition .mainArea .video-box video {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Ignition .mainArea .txStyle_01 {
    line-height: 2;
    color: #fff;
    width: 480px;
    position: absolute;
    bottom: 0px;
    left: 3%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .Ignition .mainArea .txStyle_01 {
        line-height: 3.3;
        color: #333;
        position: static;
        bottom: auto;
        left: auto;
        transform: translateY(0);
        max-width: 400px;
        width: 100%;
        margin: 30px auto 0;
        padding-left: 25px;
    }
}

.Ignition .mainArea h4.ttl {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

/*----------------------------------------------------
☆Solid_fuel
----------------------------------------------------*/
@media screen and (max-width: 768px){
.top120{
    margin-top: 80px !important;
}
}
.Solid_fuel .mainArea {
    position: relative;
}

@media screen and (max-width: 768px) {
    .Solid_fuel .mainArea.top120 {
        margin-top: 0px !important;
    }
}

.Solid_fuel .mainArea .img {
    text-align: center;
}

.Solid_fuel .mainArea .img img {
    width: 100%;
}

.Solid_fuel .mainArea .txStyle_01 {
    line-height: 2;
    color: #333;
    width: 480px;
    position: absolute;
    bottom: 00px;
    right: 3%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .Solid_fuel .mainArea .txStyle_01 {
        line-height: 3.3;
        position: static;
        bottom: auto;
        right: auto;
        transform: translateY(0);
        max-width: 400px;
        width: 100%;
        margin: 30px auto 0;
        padding-left: 25px;
    }
}

.Solid_fuel .mainArea h4.ttl {
    font-size: 1.8rem;
    margin-bottom: 5px;
}


/*----------------------------------------------------
☆Aroma oil & Tablet
----------------------------------------------------*/
@media screen and (max-width: 768px){
    .aroma.top120{
        margin-top: 80px !important;
    }
}
.aroma .mainArea {
    position: relative;
}

@media screen and (max-width: 768px) {
    .aroma .mainArea.top120 {
        margin-top: 0px !important;
    }
}

.aroma .mainArea .img {
    text-align: center;
}

.aroma .mainArea .img img {
    width: 100%;
}

.aroma .mainArea .txStyle_01 {
    line-height: 2;
    color: #333;
    width: 480px;
    position: absolute;
    bottom: 0px;
    left: 3%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .aroma .mainArea .txStyle_01 {
        line-height: 3.3;
        position: static;
        bottom: auto;
        left: auto;
        transform: translateY(0);
        max-width: 400px;
        width: 100%;
        margin: 30px auto 0;
        padding-left: 25px;
    }
}

.aroma .mainArea h4.ttl {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.aroma {
    padding-bottom: 0px;
}


.aroma .variList {
    width: 100%;
    font-size: 0;
    text-align: center;
    display: flex;
}

.aroma .variList .aroma_img {
    text-align: center;
}

.aroma .variList > li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin: 0 5px;
    /*border-right: 1px solid #fff;*/
}

@media screen and (max-width: 768px) {
    .aroma .variList > li {
        width: 40%;
        margin-bottom: 30px;
    }
}

.aroma .variList > li .info_tx p {
    display: block;
    font-size: 1rem;
    color: #aaa;
    margin-bottom: 3px;
    border-bottom: 1px solid #333;
    text-align: left;
}

.aroma .variList > li .info_tx p:last-child {
    border-bottom: none;
}

.aroma .variList > li .info_tx p span {
    width: 60px;
    display: inline-block;
}

.aroma .variList > li.last {
    margin-bottom: 0;
}

.aroma .variBox {
    position: relative;
    text-align: center;
}

.aroma .variBox .aroma_img img {
    width: 90%;
    margin-top: 50px;
}

.aroma .body {
    margin-top: 150px;
}

/*----------------------------------------------------
☆Craftsman
----------------------------------------------------*/
.craftsman .storyList {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 130px;
}

.craftsman .storyList > li {
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 768px) {
    .craftsman .storyList > li {
        display: block;
        height: auto;
    }
}

.craftsman .storyList > li .imgBox {
    width: 30%;
    display: block;
    vertical-align: middle;
    background: center center / cover;
}

@media screen and (max-width: 768px) {
    .craftsman .storyList > li .imgBox {
        width: 100%;
        display: block;
        margin-bottom: 30px;
        height: auto;
        text-align: center;
    }
}

.craftsman .storyList > li .imgBox img {
    margin-bottom: 35px;
    width: 80%;

}

.storyList > li .txBox {
    width: 60%;
    display: table;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .storyList > li .txBox {
        width: 100%;
        padding: 0 20px !important;
        margin-bottom: 50px;
    }
}

.storyList > li .txBox .txBoxIn {
    display: inline-block;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.craftsman h4.ttl {
    font-size: 2.0rem;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.craftsman .storyList > li .txBox .ttl {
    font-size: 2.0rem;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .craftsman .storyList > li .txBox .txBoxIn .ttl {
        font-size: 1.8rem;
    }
}


.craftsman .storyList > li .txBox .txStyle_02 {
    line-height: 5;
    letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px){
    .craftsman .storyList > li .txBox .txStyle_02 {
        line-height: 3.3;
        letter-spacing: 0;
    }
}

.craftsman .address {
    margin: 0px auto 25px;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
}

.craftsman .address span {
    font-size: 1.4rem;
}

.boxL {
    float: left;
}

.boxR {
    float: right;
}

/*----------------------------------------------------
☆story
----------------------------------------------------*/
.story > .inrLL {
    background: url(../lib/cmn_img/bg_story.jpg) no-repeat center center/cover;
    display: table;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .story > .inrLL {
        width: 100%;
    }
}

.story .txBox {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #333;
    text-shadow: 0px 0px 2px #000, 0px 0px 4px #000;
    padding: 80px 0;
}

@media screen and (max-width: 768px) {
    .story .txBox {
        text-shadow: none;
    }
}

.story .txBox .story_txt {
    margin: 20px auto 80px;
    color: #fff;
    line-height: 4.5;
}
.story .txBox .story_txt:last-child{
    margin-bottom: 0;
}

.story .txBox .story_txt .ttl {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 10px;
}

.story .txBox .story_txt .ttl:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #fff;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;

}

/*----------------------------------------------------
☆scene
----------------------------------------------------*/
.scene .sceneList {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.scene .sceneList > li {
    width: 40%;
    text-align: center;
    display: inline-block;
    margin: 0 50px 50px auto;
}
.scene .sceneList > li:nth-child(even){
    margin-right: 0;
}


@media screen and (max-width: 768px) {
    .scene .sceneList > li {
        width: 100%;
        margin: 0 auto 30px;
    }
}

.scene .sceneList > li img {
    width: 100%;
    margin: 0 auto;
}

/*----------------------------------------------------
☆spec
----------------------------------------------------*/
.spec .mainArea {
    position: relative;
}

@media screen and (max-width: 768px) {
    .spec .mainArea.top120 {
        margin-top: 0px !important;
    }
}

.spec .mainArea .img {
    text-align: center;
}

.spec .mainArea .img img {
    width: 100%;
}

.spec .mainArea .txStyle_01 {
    line-height: 3;
    color: #333;
    width: 480px;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .spec .mainArea .txStyle_01 {
        line-height: 3.3;
        position: static;
        top: auto;
        left: auto;
        transform: translateY(0);
        max-width: 400px;
        width: 100%;
        margin: 30px auto 0;
        padding-left: 25px;
    }
}

.spec .mainArea .txStyle_01 .spec_item {
    width: 70px;
    display: inline-block;
    text-align: right;

}

@media screen and (max-width: 768px) {
    .spec .mainArea .txStyle_01 .spec_item {
        text-align: left;
    }
}

/*----------------------------------------------------
☆online shop
----------------------------------------------------*/
.shop > .inrLL {
    background: url(../lib/cmn_img/bg_shop.jpg) no-repeat center center/cover;
    height: 420px;
    display: table;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .shop > .inrLL {
        width: 100%;
        background-image: url(../lib/cmn_img/bg_shop_sp.jpg);
    }
}

.shop .txBox {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #333;
    /*.logo{
    padding-top: 35px;
    background: url(../lib/cmn_img/icon_house.png) no-repeat center top / 21px 20px;
}*/
}

.shop .txBox .size12 {
    margin-top: 5px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .shop .txBox .size12 {
        text-align: left;
    }
}

.shop .txBox .btnStyle_01 {
    margin-bottom: 20px;
}

.shop .txBox .txStyle_01 {
    line-height: 2rem;
}
/*----------------------------------------------------
☆youtube
----------------------------------------------------*/
.youtube{
    text-align: center;
}
.youtube .ttl{
    font-size: 2.0rem;
    letter-spacing: 0.2em;
    font-weight: 400;
}

/*----------------------------------------------------
☆FOOTER
----------------------------------------------------*/
.ft .grayArea {
    background: #eee;
}

.ft .grayArea .ftIn {
    max-width: 630px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.ft .grayArea .ftIn .copy {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.8em;
}

.ft .grayArea .ftIn .bnrList {
    width: 100%;
    font-size: 0;
}

.ft .grayArea .ftIn .bnrList > li {
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
}

.ft .grayArea .ftIn .bnrList > li > a {
    display: block;
    width: 100%;
    padding: 15px;
    background: #fff url(../lib/cmn_img/icon_link_bl.png) no-repeat right 10px bottom 10px/11px 11px;
}

.ft .grayArea .ftIn .bnrList > li > a > p {
    display: table;
    width: 100%;
    height: 100%;
}

.ft .grayArea .ftIn .bnrList > li > a > p > span {
    display: table-cell;
    vertical-align: middle;
}

.ft .grayArea .ftIn .bnrList > li > a:hover {
    opacity: 0.7;
}

.ft .grayArea .ftIn .bnrList > li:nth-child(1) {
    margin-right: 3%;
}

.ft .grayArea .ftIn .bnrList > li:nth-child(1) a img {
    width: 166px;
    height: auto;
}

.ft .grayArea .ftIn .bnrList > li:nth-child(2) a {
    background-color: #111;
    background-image: url(../lib/cmn_img/icon_link_wh.png);
}

.ft .grayArea .ftIn .bnrList > li:nth-child(2) a img {
    width: 117px;
}

.ft .whiteArea .copyRight {
    color: #aaa;
    letter-spacing: 0.15em;
    font-weight: 400;
}