


/* -------------------------------------------------------------------
pagetopCont
------------------------------------------------------------------- */

@media screen and (min-width:768px) {
    #footerArea {
        padding-top: 64px;
    }
    #pagetopCont {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto 0;
        position: fixed;
        bottom: 64px;
        right: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        transform: translateY(32px);
        -webkit-transform: translateY(32px);
        pointer-events: none;
        z-index: 100;
    }
    #pagetopCont.aniOn {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    #pagetopCont.static {
        position: fixed;
        bottom: 328px;
        opacity: 1;
    }
    a#pagetop {
        width: 64px;
        height: 64px;
        margin-right: 32px;
        text-align: center;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.5);
        background-image: url(../img/common/pagetop.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        float: right;
        z-index: 110;
        pointer-events: all;
    }
    a#pagetop:hover {
        display: block;
        opacity: .8;
    }
    #pagetopCont.aniOn a#pagetop {
        background-color: rgba(0, 0, 0, 0.5);
    }
    #pagetopCont.static {
        /*position: relative;*/
        opacity: 1;
    }
    a#pagetop02 {
        display: none;
    }
}


/* ---------------------------- PC end */

@media screen and (max-width:767px) {
    a#pagetop02:hover {
        opacity: .25;
    }
    #footerArea {
        position: relative;
        display: block;
        z-index: 21;
    }
    #pagetopCont {
        width: 41px;
        margin: 0 auto 0;
        position: fixed;
        bottom: 64px;
        right: 0;
        z-index: 200;
        opacity: 0;
        transition: 1s;
        transform: translateY(32px);
        -webkit-transform: translateY(32px);
    }
    #pagetopCont.static {
        position: fixed;
        bottom: 152px;
        opacity: 1;
    }
    a#pagetop {
        width: 48px;
        height: 48px;
        margin-right: 16px;
        line-height: 48px;
        text-align: center;
        background: url(../img/common/pagetop.png) no-repeat center center rgba(0, 0, 0, 0.5);
        background-size: 19px;
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        display: block;
        cursor: pointer;
        float: right;
    }
    #pagetopCont.aniOn {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    #pagetopCont.aniOn a#pagetop {
        background-color: rgba(0, 0, 0, 0.5);
    }
    a#pagetop:hover {
        opacity: .75;
    }
}/* ---------------------------- SP end */






/* -------------------------------------------------------------------
contents-wrap
------------------------------------------------------------------- */

@media screen and (min-width: 768px) {
    body.home main article>.contents-wrap {
        margin: 0 auto;
    }
    main article>.contents-wrap {
        margin: 0 auto;
    }
}/* ---------------------------- pc end */

@media screen and (max-width:767px) {
    main article>.contents-wrap {
        margin: 0 auto;
    }
    body.home main article>.contents-wrap {
        margin: 0 auto;
    }
}/* ---------------------------- sp end */





/* -------------------------------------------------------------------
container-fluid
------------------------------------------------------------------- */

@media screen and (min-width: 768px) {
    main article .container-fluid {
        margin: 0 auto 96px;
    }
}/* ---------------------------- pc end */

@media screen and (max-width:767px) {
    main article .container-fluid {
        margin: 0 auto 62px;
    }
    body.home main article .container-fluid {
        margin: 0 auto;
    }
}/* ---------------------------- sp end */




/* -------------------------------------------------------------------
.container-fluid .title
------------------------------------------------------------------- */
.container-fluid .title {
    text-align: center;
}

@media screen and (min-width:768px) {
    .container-fluid .title {
        margin: 0 auto 48px;
    }
    .container-fluid .title h3 {
        font-size: 2.8rem;
    }
    .container-fluid .title h4 {
        font-size: 2.1rem;
    }
}/* ---------------------------- pc end */



@media screen and (max-width:767px) {
    .container-fluid .title {
        margin: 0 auto 40px;
    }
    .container-fluid .title h3 {
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .container-fluid .title h4 {
        font-size: 1.7rem;
        line-height: 1.8;
    }
}/* ---------------------------- sp end */




/* -------------------------------------------------------------------
H2,H3,H4
------------------------------------------------------------------- */

/*752PX*/
@media screen and (min-width:768px) {
    .container-fluid .title h2,
    .container-fluid .title h3 {
        font-size: 3.2rem;
        line-height: 1.4;
        letter-spacing: 0.36em;
        box-sizing: content-box;
    }
    .container-fluid .title h4 {
        font-size: 2.1rem;
        line-height: 1.4;
        letter-spacing: 0;
    }
    .container-fluid .title h4.min{
        letter-spacing: 0.36em;
    }
    .container-fluid .title h2 small {
        font-size: 1.5rem;
        line-height: 1.8;
        display: block;
    }
}
/* --------------------------------------------- PC end */

@media screen and (max-width:767px) {
    .container-fluid .title h2,
    .container-fluid .title h3 {
        margin: 0 auto;
        color: #222222;
        line-height: 1.4;
        font-size: 2.4rem;
        box-sizing: content-box;
    }
     .container-fluid .title h4 {
        margin: 0 auto;
        color: #333;
        line-height: 1.4;
        font-size: 1.7rem;
        letter-spacing: 0;
    }
    .container-fluid .title h2 small{
        font-size: 1.1rem;
        line-height: 1.4;
        display: block;
    }
}
/* --------------------------------------------- PC end */






/* -------------------------------------------------------------------
A
------------------------------------------------------------------- */

@media screen and (min-width: 768px) {
    a.line {
        display: inline-block;
        text-decoration: none;
    }
    a.line::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #555;
        transition: width .3s;
    }
    a.line:hover::after {
        width: 100%;
        //transition: width .3s;
    }
}






/* -------------------------------------------------------------------
Button
------------------------------------------------------------------- */

/*Normal*/
input[type=submit],a.underline,span.underline{
    margin:auto;
    cursor: pointer;
}

input[type=submit],
a.underline,
span.underline{
    margin:auto;
    color:#231815;
    text-decoration: none;
    background: transparent;
    border-radius: 0;
    position: relative;
    display: inline-block;
    align-items: center;
    z-index: 2;
}

input[type=submit]:after, a.underline:after, span.underline:after{
    content: "";
    width: 100%;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: -1;
    background: #231815;
}

input[type=submit]:hover:after{
    background: #ededed!important;
}

input[type=submit]:hover,
a.underline:hover,
a.underline:focus,
span.underline:hover,
span.underline:focus{
    text-decoration: none; 
}

.back-button{
    min-width: 160px;
    margin:auto;
    padding:11px 20px;
    color: white!important;
    border-radius: 4px;
    display: block;
    opacity: 1;
}

.back-button,
.back-order-button{
    background:#81afa0;
}

a.underline:before,
span.underline:before{
    /* content: ""; */
    width: 4px;
    height: 29px;
    margin:auto;
    position: absolute;
    top:0;
    bottom:0;
    display: block;
    z-index: 1;
}




@media screen and (min-width: 768px) {
a.underline,
span.underline,
input[type=submit]{
    /* min-width: 172px; */
    /* height: 29px; */
    padding: 0;
    margin:auto;
    font-size: 1.4rem;
    line-height: 2;
}
.button-lg{
    width: 432px!important;
}
}/* --------------------------------------------- PC end */



@media screen and (max-width:767px) {
a.underline,
span.underline,
input[type=submit]{
    margin:auto;
    font-size: 12px;
}
}/* --------------------------------------------- sp end */






/* -------------------------------------------------------------------
Button baseBtnStyle
------------------------------------------------------------------- */
.baseBtnStyle {
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius:0;
    position: relative;
}

.baseBtnStyle.btn-solid {
    width: 100%;
    height: 64px;
    margin:auto;
    color: #231815;
    text-align: center;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: solid 2px #c8c8c8;
}

.baseBtnStyle.btn-normal {
    margin: auto;
    padding: 8px 30px;
    font-size: 1.4rem;
    color: #231815;
    display: inline-block;
}

.baseBtnStyle.btn-square {
    width: 448px;
    height: 64px;
    margin:auto;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#333;
}

.baseBtnStyle.btn-normal i.angle-left,
.baseBtnStyle.btn-normal i.angle-right {
    width: 22px;
    height: 7px;
    margin: auto;
    position: absolute;
    top: -4px;
    bottom: 0;
    line-height: 0;
    display: block;
}

i.angle-left:before,
i.angle-right:before {
  content: url(../img/common/arrow.svg);
}

i.angle-left-s:before,
i.angle-right-s:before {
  content: url(../img/common/arrow_s.svg);
}

.baseBtnStyle.btn-normal i.angle-left {
    left: 0;
}

.baseBtnStyle.btn-normal i.angle-right {
    right: 20px;
}

.baseBtnStyle.btn-normal.btn-xs i.angle-right {
    width: 6px;
    height: 10px;
    right: 10px;
}

.baseBtnStyle.btn-solid .angle-right:before {
  content: url(../img/common/arrow.svg);
  padding-left:12px;
}

.baseBtnStyle.btn-solid i.angle-left,
.baseBtnStyle.btn-solid i.angle-right {
    width: 22px;
    height: 7px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 0;
    display: block;
}

.baseBtnStyle.btn-solid i.angle-left {
    left: 40px;
}

.baseBtnStyle.btn-square i.angle-left-wh,
.baseBtnStyle.btn-square i.angle-right-wh {
    width: 22px;
    height: 7px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 0;
    display: block;
}

.baseBtnStyle.btn-square i.angle-left-wh {
    left: 40px;
}

i.angle-left-wh:before {
  content: url(../img/common/arrow_wh.svg);
}

i.angle-left-wh-s:before {
  content: url(../img/common/arrow_wh_s.svg);
}



@media screen and (min-width: 768px) {
.baseBtnStyle.btn-solid {
    height: 72px;
}
}/* --------------------------------------------- sp end */