@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

.fontcolor_type_spring{
    color: rgba(255,146,113,1);
}
.fontcolor_type_summer{
    color: rgba(123,216,230,1);
}
.fontcolor_type_autumn{
    color: rgba(190,144,33,1);
}
.fontcolor_type_winter{
    color: rgba(126,126,126,1);
}
.fontcolor_face_cute{
    color: rgba(254,164,198,1);
}
.fontcolor_face_fresh{
    color: rgba(248,218,15,1);
}
.fontcolor_face_feminine{
    color: rgba(202,128,230,1);
}
.fontcolor_face_cool{
    color: rgba(128,178,230,1);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 769px){
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* $$$$$$$$ */
br.sp{
    display: none;
}

/* $$$$$$$$ */
html{
    font-size: 16px;
    opacity: 0;
}
html.appear{
    opacity: 1;
    -webkit-transition-property: opacity;transition-property: opacity;
    -webkit-transition-duration: 2s;transition-duration: 2s;
}
body{
    font-family: 'Sawarabi Gothic', sans-serif;
    color: rgba(74,52,56,1);
}
html,body,#wrap,#content{
    width: 100%;
}
#wrap{
    position: relative;
    width: 100%;
}
#svgdef{
    position: absolute;left: 0;top: 0;
    width: 0;
    height: 0;
}
#content{
}
main{
    background-image: url(../images/bg_botanical.png);
    background-repeat: repeat-y;
    background-position: 0 0;
    background-size: 100% auto;
}

/* $$$$$$$$ */
svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: rgba(0,0,0,0);
    stroke: rgba(0,0,0,0);
    stroke-width: 1;
    stroke-opacity: 1;
    stroke-linecap: round;
    stroke-linejoin: miter;
}
figure,
.imageobj{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
}

/* $$$$$$$$ */
div.pagetopbutton{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
}
div.pagetopbutton label{
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
    opacity: 1;
    -webkit-transition-property: opacity;transition-property: opacity;
    -webkit-transition-duration: 0.3s;transition-duration: 0.3s;
}
div.pagetopbutton label:hover{
    opacity: 0.7;
}
div.pagetopbutton label i{
    position: absolute;left: 10px;top: 18px;
    width: 50px;
    height: 30px;
}
div.pagetopbutton label i>svg{
    stroke: rgba(255,255,255,1);
}

/* $$$$$$$$ */
footer{
    height: 370px;
    background-color: rgba(87,76,52,1);
}
footer>div.inner{
    width: 680px;
    color: rgba(255,255,255,1);
    margin: 0 auto 0 auto;
}
/* ---- */
footer div.alert{
    padding: 35px 0 30px 0;
    font-size: 0.90rem;
}
footer div.alert p{
    line-height: 1.7;
    padding: 0 0 0 1em;
    text-indent: -1em;
}
/* ---- */
footer div.contact{
    padding: 35px 0 50px 0;
    font-size: 0.90rem;
}
footer div.contact dl{
}
footer div.contact dl>dt{
    padding: 0 0 20px 0;
}
footer div.contact dl>dt p{
    font-size: 1.1rem;
}
footer div.contact dl>dd{
    position: relative;
}
footer div.contact dl>dd p{
    line-height: 1.5;
}
footer div.contact dl>dd p a{
    color: inherit;
    text-decoration: underline;
}
footer div.contact dl>dd p b{
}
/* ---- */
footer div.sns{
    padding: 0 0 25px 0;
    text-align: center;
}
footer div.sns a{
    width: 42px;
    height: 42px;
    margin: 0 8px 0 8px;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
footer div.sns a:hover{
    opacity: 0.7;
}
footer div.sns a.tw{
    background-image: url(../images/btn_sns_twitter.png);
}
footer div.sns a.ig{
    background-image: url(../images/btn_sns_instagram_01.png);
}
/* ---- */
footer div.company{
    text-align: center;
}
footer div.company p.logo{
    padding: 0 0 15px 0;
}
footer div.company p.logo a{
    width: 172px;
    height: 80px;
    background-image: url(../images/logo_luminemachida.png);
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
footer div.company p.logo a:hover{
    opacity: 0.7;
}
footer div.company p.copyright{
}
footer div.company p.copyright span{
    font-size: 0.78rem;
}

/* $$$$$$$$ */
section{
    position: relative;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
section>div.inner{
    position: relative;
    width: 980px;
    margin: 0 auto 0 auto;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 3s;transition-duration: 3s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
section.appear{
    opacity: 1;
}
section.appear>div.inner{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* $$$$$$$$ */
.buttontype1{
    display: inline-block;
    position: relative;
    line-height: 1.3;
    font-size: 1.05rem;
    letter-spacing: 0.10em;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    color: rgba(255,255,255,1);
    background-color: rgba(182,104,85,1);
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.buttontype1 span{
    display: table;
    width: 100%;
    height: 100%;
}
.buttontype1 span b{
    display: table-cell;
    vertical-align: middle;
}
.buttontype1 i{
    position: absolute;right: 16px;
    width: 18px;
    height: 18px;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.buttontype1 i>svg{
    stroke: rgba(255,255,255,1);
}
.buttontype1:hover{
    opacity: 0.7;
}
.buttontype1:hover i{
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}
/* ---- */
.buttontype2{
    display: inline-block;
    position: relative;
    line-height: 1.3;
    font-size: 1.25rem;
    letter-spacing: 0.10em;
    text-align: center;
    white-space: nowrap;
    color: rgba(255,255,255,1);
    background-color: rgba(182,104,85,1);
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.buttontype2 span{
    display: table;
    width: 100%;
    height: 100%;
}
.buttontype2 span b{
    display: table-cell;
    vertical-align: middle;
}
.buttontype2 i{
    position: absolute;right: 16px;
    width: 26px;
    height: 26px;
}
.buttontype2 i.aa{
    display: block;
}
.buttontype2 i.bb{
    display: none;
}
.buttontype2.on i.aa{
    display: none;
}
.buttontype2.on i.bb{
    display: block;
}
.buttontype2 i.bb{
    display: none;
}
.buttontype2 i>svg{
    stroke: rgba(255,255,255,1);
}
.buttontype2:hover{
    opacity: 0.7;
}
/* ---- */
.buttontype3{
    display: inline-block;
    position: relative;
    line-height: 1.3;
    font-size: 1.25rem;
    letter-spacing: 0.10em;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    color: rgba(255,255,255,1);
    background-color: rgba(87,76,52,1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,1);
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.buttontype3 span{
    display: table;
    width: 100%;
    height: 100%;
}
.buttontype3 span b{
    display: table-cell;
    vertical-align: middle;
}
.buttontype3 i{
    position: absolute;left: 16px;
    width: 18px;
    height: 18px;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.buttontype3 i>svg{
    stroke: rgba(255,255,255,1);
}
.buttontype3:hover{
    opacity: 0.9;
}
.buttontype3:hover i{
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

/* $$$$$$$$ */
section.backtop{
    padding: 0 0 90px 0;
}
section.backtop>div.inner{
}
/* ---- */
section.backtop div.btnbox{
    text-align: center;
}
section.backtop div.btnbox a{
    width: 294px;
    height: 60px;
    border-radius: 30px;
}
section.backtop div.btnbox a i{
    top: 21px;
}

/* $$$$$$$$ */
div.modalbox{
    position: relative;
    background-color: rgba(239,227,214,1);
    margin: 100px auto 100px auto;
}
div.modalbox>div.inner{
    margin: 0 auto 0 auto;
}
div.modalbox label.xbtn{
    position: absolute;right: 0;top: -65px;
    width: 40px;
    height: 40px;
    opacity: 1;
    -webkit-transition-property: opacity;transition-property: opacity;
    -webkit-transition-duration: 0.3s;transition-duration: 0.3s;
}
div.modalbox label.xbtn:hover{
    opacity: 0.7;
}
div.modalbox label.xbtn i{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
}
div.modalbox label.xbtn i>svg{
    stroke: rgba(255,255,255,1);
    stroke-width: 2;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
} @media (max-width: 768px){
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* $$$$$$$$ */
br.pc{
    display: none;
}

/* $$$$$$$$ */
html{
    font-size: 4vw;
    opacity: 0;
}
html.appear{
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}
body{
    font-family: 'Sawarabi Gothic', sans-serif;
    color: rgba(74,52,56,1);
}
html,body,#wrap,#content{
    width: 100%;
}
#wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
}
#svgdef{
    position: absolute;left: 0;top: 0;
    width: 0;
    height: 0;
}
#content{
}
main{
    background-image: url(../images/bg_botanical.png);
    background-repeat: repeat-y;
    background-position: 0 0;
    background-size: 100% auto;
}

/* $$$$$$$$ */
svg{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
    fill: rgba(0,0,0,0);
    stroke: rgba(0,0,0,0);
    stroke-width: 1;
    stroke-opacity: 1;
    stroke-linecap: round;
    stroke-linejoin: miter;
}
figure,
.imageobj{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}

/* $$$$$$$$ */
div.pagetopbutton{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
}
div.pagetopbutton label{
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
}
div.pagetopbutton label i{
    position: absolute;left: 5px;top: 11px;
    width: 30px;
    height: 17px;
}
div.pagetopbutton label i>svg{
    stroke: rgba(255,255,255,1);
}

/* $$$$$$$$ */
footer{
    background-color: rgba(87,76,52,1);
}
footer>div.inner{
    width: 90vw;
    color: rgba(255,255,255,1);
    margin: 0 auto 0 auto;
}
/* ---- */
footer div.alert{
    padding: 4vw 0 3vw 0;
    font-size: 0.80rem;
}
footer div.alert p{
    line-height: 1.5;
    padding: 0 0 0 1em;
    text-indent: -1em;
}
/* ---- */
footer div.contact{
    padding: 7vw 0 7vw 0;
    font-size: 0.80rem;
}
footer div.contact dl{
}
footer div.contact dl>dt{
    padding: 0 0 4vw 0;
}
footer div.contact dl>dt p{
    font-size: 1.1rem;
}
footer div.contact dl>dd{
    position: relative;
}
footer div.contact dl>dd p{
    line-height: 1.5;
    white-space: nowrap;
}
footer div.contact dl>dd p:not(:first-of-type){
    margin-top: 10px;
}
footer div.contact dl>dd p a{
    color: inherit;
    text-decoration: underline;
}
/* ---- */
footer div.sns{
    padding: 0 0 5vw 0;
    text-align: center;
}
footer div.sns a{
    width: 9vw;
    height: 9vw;
    margin: 0 2vw 0 2vw;
}
footer div.sns a.tw{
    background-image: url(../images/btn_sns_twitter.png);
}
footer div.sns a.ig{
    background-image: url(../images/btn_sns_instagram_01.png);
}
/* ---- */
footer div.company{
    padding: 0 0 3vw 0;
    text-align: center;
}
footer div.company p.logo{
    padding: 0 0 2vw 0;
}
footer div.company p.logo a{
    width: 23vw;
    height: 12vw;
    background-image: url(../images/logo_luminemachida.png);
}
footer div.company p.copyright span{
    position: relative;
    display: block;
    font-size: 1rem;
    white-space: nowrap;
    -webkit-transform: scale(0.67,0.67);
    transform: scale(0.67,0.67);
}

/* $$$$$$$$ */
section{
    position: relative;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
section>div.inner{
    position: relative;
    width: 90vw;
    margin: 0 auto 0 auto;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(8vw);
    transform: translateY(8vw);
}
section.appear{
    opacity: 1;
}
section.appear>div.inner{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* $$$$$$$$ */
.buttontype1{
    display: inline-block;
    position: relative;
    line-height: 1.3;
    font-size: 0.90rem;
    letter-spacing: 0.10em;
    text-align: center;
    white-space: nowrap;
    color: rgba(255,255,255,1);
    background-color: rgba(182,104,85,1);
}
.buttontype1 span{
    display: table;
    width: 100%;
    height: 100%;
}
.buttontype1 span b{
    display: table-cell;
    vertical-align: middle;
}
.buttontype1 i{
    position: absolute;
    right: 3vw;
    width: 4vw;
    height: 4vw;
}
.buttontype1 i>svg{
    stroke: rgba(255,255,255,1);
}
/* ---- */
.buttontype2{
    display: inline-block;
    position: relative;
    line-height: 1.3;
    font-size: 1.00rem;
    letter-spacing: 0.10em;
    text-align: center;
    white-space: nowrap;
    color: rgba(255,255,255,1);
    background-color: rgba(182,104,85,1);
}
.buttontype2 span{
    display: table;
    width: 100%;
    height: 100%;
}
.buttontype2 span b{
    display: table-cell;
    vertical-align: middle;
}
.buttontype2 i{
    position: absolute;
    right: 3vw;
    width: 4vw;
    height: 4vw;
}
.buttontype2 i.aa{
    display: block;
}
.buttontype2 i.bb{
    display: none;
}
.buttontype2.on i.aa{
    display: none;
}
.buttontype2.on i.bb{
    display: block;
}
.buttontype2 i.bb{
    display: none;
}
.buttontype2 i>svg{
    stroke: rgba(255,255,255,1);
}
/* ---- */
.buttontype3{
    display: inline-block;
    position: relative;
    line-height: 1.3;
    font-size: 1.00rem;
    letter-spacing: 0.10em;
    text-align: center;
    white-space: nowrap;
    color: rgba(255,255,255,1);
    background-color: rgba(87,76,52,1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,1);
}
.buttontype3 span{
    display: table;
    width: 100%;
    height: 100%;
}
.buttontype3 span b{
    display: table-cell;
    vertical-align: middle;
}
.buttontype3 i{
    position: absolute;
    left: 3vw;
    width: 4vw;
    height: 4vw;
}
.buttontype3 i>svg{
    stroke: rgba(255,255,255,1);
}

/* $$$$$$$$ */
section.backtop{
    padding: 0 0 10vw 0;
}
section.backtop>div.inner{
}
/* ---- */
section.backtop div.btnbox{
    text-align: center;
}
section.backtop div.btnbox a{
    width: 68vw;
    height: 12vw;
    text-indent: -2vw;
    border-radius: 11vw;
}
section.backtop div.btnbox a i{
    top: 4vw;
}

/* $$$$$$$$ */
div.modalbox{
    position: relative;
    background-color: rgba(239,227,214,1);
    margin: 18vw auto 10vw auto;
}
div.modalbox>div.inner{
    margin: 0 auto 0 auto;
}
div.modalbox label.xbtn{
    position: absolute;
    right: 0;
    top: -14vw;
    width: 10vw;
    height: 10vw;
}
div.modalbox label.xbtn i{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
}
div.modalbox label.xbtn i>svg{
    stroke: rgba(255,255,255,1);
    stroke-width: 2;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
} /* end of media query */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

