@charset "utf-8";

#mainHdImg img,
.mainContents img {
    width: 100%;
    height: auto;
}

#mainHdImg p,
.mainContents p {
    line-height: 2em;
}

/* main slide contents */

#mainHdImg {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    background-color: #ccc;
}

#mainHdImg .main-title-wrp {
    width: 100%;
    background-color: #fff;
    z-index: 1;
}

#mainHdImg h2 {
    display: inline-block;
    padding: .3em 2em .4em;
    line-height: 1.6;
    font-size: 1.2em;
    margin: 2.5em 0 0.5em;
    color: #222;
    border: 3px double #444;
}

#mainHdImg h1 {
    width: 100%;
    padding: 0.8em 0 1.2em;
    line-height: 1.6em;
    font-family: serif;
    font-size: 1.9em;
    font-weight: 500;
    color: #444;
    letter-spacing: 0.05em;
}

#mainHdImg h1 span {
    font-size: 1.2em;
}

#mainHdImg .main-img-wrp {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 0;
}

#mainHdImg .main-img-wrp figure {
    width: 50%;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

#mainHdImg .main-img-wrp figure img {
    width: 100%;
}

#mainHdImg .point {
    position: absolute;
    top: 8em;
    right: 5%;
    width: 192px;
    height: 192px;
    background-color: #ed8923;
    color: #fff;
    border-radius: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: .94em;
}

#mainHdImg .point::before {
    content: '';
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 100%;
    position: absolute;
    top: -6px;
    left: -6px;
    border: 3px double #ed8923;
}

#mainHdImg .point .and {
    display: block;
    text-align: center;
    font-size: 1.2em;
    padding: 0;
}

#mainHdImg .point .check {
    display: block;
    padding: .25em 0 0;
    text-align: center;
    font-size: 1.2em;
}

/* mainContents */
.mainContents {
    z-index: 1;
}

.mainContents .inner {
    padding: 60px 40px;
    text-align: center;
}

.mainContents h3 {
    margin-bottom: 1em;
    font-size: 1.5em;
    line-height: 1.8em;
    font-feature-settings: "palt";
    letter-spacing: .05em;
}

.mainContents h3+p {
    margin-bottom: 2em;
}

#introduction {
    background-color: #f9f9f9;
}

#introduction p {
    font-size: 1.1em;
    padding-bottom: 1em;
    line-height: 2.2em;
}

#introduction p span {
    color: #ed8923;
    font-size: 1.2em;
}

.idea {
    display: block;
    margin: 0 auto .3em;
    padding-bottom: .75em;
    font-size: 1.1em;
    color: #ed8923;
    text-align: center;
}

.idea::after {
    content: '';
    display: block;
    width: 10em;
    margin: .5em auto 0;
    border-bottom: double 3px #ed8923;

}

.idea.large {
    white-space: nowrap;
    font-size: 1.2em;
    margin: 0 auto 2em;
}

.num {
    display: block;
    text-align: center;
    font-size: 3em;
    font-weight: 300;
    color: #444;
    line-height: 1;
    margin-bottom: 1em;
}

.idea-wrp .idea-wrp-inner {
    display: flex;
    justify-content: space-between;
}

.idea-wrp .img-area {
    width: 50%;
}

.idea-wrp .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idea-wrp .txt-area {
    width: 50%;
    text-align: left;
    /*     padding:4em 7.2em; */
    padding: 4em 7vw;
}

#more-idea {
    color: #fff;
    background-color: #ed8923;
}

main a.btn {
    display: inline-block;
    padding: .75em 4em;
    font-size: 1.3em;
    font-weight: 700;
    background-color: #bf0713;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: 0.05em;
    color: #fff;
    border-radius: 4em;
    position: relative;
}

main a.btn::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images_stylingbook/arrow.svg) no-repeat center center / contain;
    width: 1.2em;
    height: 1.2em;
    top: calc(50% - 0.6em);
    right: 1em;
    z-index: 3;
}

.reform-wrp h2 span {
    color: #ed8923;
}

.reform-wrp .reform-img {
    width: 100%;
    max-width: 740px;
    margin: 0 auto 3em;
}

.reform-wrp .reform-img img {
    width: 100%;
}

#reform2 {
    background-color: #f9f9f9;
}

.befor-after-wrp {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.befor-after-wrp .befor-after {
    width: 45%;
    position: relative;
    margin: 0;
}

.befor-after-wrp .befor-after .befor-after-text {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 7em;
    padding: .5em 1em;
    background-color: #ed8923;
    color: #fff;
}

.befor-after-wrp .befor-after.before::after {
    left: 109%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(237, 137, 35, 0);
    border-left-color: #ed8923;
    border-width: 18px;
    margin-top: -18px;

}

.befor-after-wrp .befor-after.before .befor-after-text {
    background-color: #666;
}

.tile-wrp {
    display: flex;
    justify-content: space-between;
}

.tile-wrp .tile {
    width: 40%;
}

.tile-wrp .tile-text-wrp {
    width: 50%;
    text-align: left;
}

#brochure {
    color: #fff;
    background-color: #ed8923;
}

#brochure h2 {
    margin-bottom: 0.25em;
}

#brochure .lead {
    font-size: 1.1em;
}

#brochure .brochure-wrp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 700px;
    margin: 1em auto 3em;
    /* transform: translateX(-18%); */
}

#brochure .brochure-wrp .riena {
    display: block;
    width: 22%;
    margin: 2em 0 0;
    position: relative;
}

@media screen and (max-width:767px) {
    #brochure .brochure-wrp .riena {
        margin: 1.5em 0 0;
        position: relative;
    }
}

#brochure .brochure-wrp .stylebook {
    width: 75%;
    max-width: 500px;
}


#brochure .brochure-wrp .riena::before,
#brochure .brochure-wrp .riena::after {
    content: '';
    position: absolute;
    top: calc(55% - 15px);
    left: calc(130% - 15px);
    width: 30px;
    height: 8px;
    background-color: #fff;
}

@media screen and (max-width:767px) {

    #brochure .brochure-wrp .riena::before,
    #brochure .brochure-wrp .riena::after {
        top: calc(55% - 10px);
        left: calc(130% - 10px);
        width: 20px;
        height: 4px;
    }
}


#brochure .brochure-wrp .riena::after {
    transform: rotate(90deg);
}

/* 
#brochure .brochure-wrp figure .mag {
    display: block;
    position: relative;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#brochure .brochure-wrp .stylebook .mag {
    transform: translate(0, 3%) rotate(-7deg);
}

#brochure .brochure-wrp .stylebook .mag:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transform: translate(95%, -5%) rotate(5deg);
} */

#brochure .brochure-wrp figure img {
    width: 100%;
}

#brochure .brochure-wrp .new::before {
    position: absolute;
    top: -1em;
    right: -2em;
    width: 4em;
    height: 4em;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.banner-wrp {
    padding: 40px 0;
    background-color: #fff;
}

.banner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
}

.banner .slide {
    width: 40%;
}

.banner .thumb {
    display: block;
    position: relative;
    margin: 0;
}

.banner .thumb img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .textarea {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px
}

.banner .textarea .sub-title {
    display: block;
    font-size: 1.5em;
}

.banner .textarea .title {
    display: block;
    margin: 5px auto;
    width: 10em;
    text-align: center;
    background-color: #ed8923;
    color: #fff;
}

.banner .btn {
    background-color: #ed8923;
    padding: .5em 3em;
    color: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.banner .btn span {
    position: absolute;
    display: inline-block;
    width: .75em;
    height: .75em;
    right: 0.75em;
    top: calc(50% - .5em);
    /*    margin-left: .5em;*/
    font-size: 0.8em;
}

#enjoy {
    background-color: #f9f9f9;
}

#enjoy .inner {
    padding-bottom: 60px;
}

#enjoy h2 {
    font-size: 1.3em;
    margin-bottom: 1em;
}

#enjoy .title {
    display: block;
    width: 20%;
    padding: 1em;
    background-color: #fff;
    border: 1px solid #ddd;
}

#enjoy h3 {
    font-size: .9em;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 .5em;
    color: #ed8923;
}

#enjoy .title img {
    width: 100%;
}

#enjoy .title .btn {
    display: block;
    padding: .5em;
    text-align: center;
    background-color: #222;
    color: #fff;
    font-size: 0.85em;
    margin-top: 1em;
}

#enjoy .entry {
    width: 18%;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    color: #222;
}

#enjoy .entry .thumb {
    width: 100%;
    padding: 0;
    padding-bottom: 54%;
    display: block;
    margin: 0 0 1em;
    position: relative;
    overflow: hidden;
}

#enjoy .entry .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

#enjoy .entry p {
    font-size: .9em;
    line-height: 1.5;
}

#footer {
    padding-top: 30px;
}


@media screen and (max-width:1024px) {
    #mainHdImg .point {
        top: 13.5em;
    }
}

/* smart phone */
@media screen and (max-width:768px) {

    main.container {
        overflow: hidden;
    }

    #mainHdImg {
        /* height: 80vw; */
    }

    #mainHdImg h2 {
        font-size: 1.6em;
    }

    #mainHdImg .point {
        top: 16rem;
        right: 4%;
        width: 11.5em;
        height: 11.5em;
    }

    #present {
        left: auto;
        right: -1em;
        bottom: -1em;
        font-size: 0.8em;
    }

    #present .thumb {
        width: 26vw;
        left: calc(50% - 13vw);
    }

    #present p.fukidashi {
        top: 0;
        left: -3em;
    }

    #present p.fukidashi::before {
        border: solid 10px transparent;
        border-top: solid 15px #fff;
        right: -0.5em;
        bottom: -0.5em;
    }

    #mainHdImg .main-img-wrp figure {
        height: 40vw;
    }

    #mainHdImg .main-img-wrp figure img {
        height: 100%;
        object-fit: cover;
    }

    #introduction .inner {
        padding: 10vw 0;
    }

    #introduction p {
        font-size: 1.05em;
    }

    /* mainContents */
    .mainContents .inner {
        padding: 10vw 5vw;
        text-align: center;
    }

    .mainContents p.sub {
        padding-bottom: 0.2em;
    }

    .mainContents h3 {
        font-size: 1.25em;
    }

    .mainContents h3+p {
        margin-bottom: 2em;
        text-align: left;
    }

    .mainContents h3+p br {
        display: none;
    }

    #sec1 .inner {
        padding: 10vw 5vw 0;
    }

    #sec1 .thumb {
        width: 100vw;
        padding-top: 65vw;
        margin: 0 -5vw;
        position: relative;
        overflow: hidden;
        /*        height: 5vw;*/
        height: 20vw
    }

    #sec1 .thumb div {
        width: 80%;
        right: 5vw;
        top: 15%;
    }

    #sec1 .thumb div:last-child {
        left: 5vw;
        top: 0;
    }

    .idea-wrp .txt-area {
        padding: 3em 2.5em;
    }

    .banner {
        width: 90%;
    }

    .banner .textarea .sub-title {
        font-size: 1.3em;
    }

    #brochure .inner>.flex {
        flex-direction: column;
    }

    #brochure .text {
        width: 100%;
    }

    #brochure .thumb {
        width: 100%;
    }


    #brochure a::before {
        left: .2em;
    }

    #brochure a {
        width: 100%;
        margin-top: 2em;
    }

    #brochure a::after {
        right: 0.8em;
    }

    #linkTop {
        padding: 10vw 5vw;
    }

    #linkTop a {
        width: 100%;
    }

    #linkTop a .thumb {
        width: 60%;
    }

    #linkTop a .textarea {
        width: 67%;
        padding: 10px 10px 10px 0;
    }

    #enjoy .flex {
        flex-wrap: wrap;
    }

    #enjoy .title {
        width: 100%;
        text-align: center;
    }

    #enjoy .title h3 {
        display: inline-block;
        vertical-align: middle;
    }

    #enjoy .title h3 br {
        display: none;
    }

    #enjoy .title img {
        display: inline-block;
        width: 50%;
        max-width: 200px;
        vertical-align: middle;
        margin-left: 1em;
        /* margin: 1em auto; */
    }

    #enjoy .title .btn {
        width: 15em;
        padding: .5em;
        margin: 1em auto 0;
    }

    #enjoy .entry {
        width: 48.5%;
        margin: 3% 0 0;
    }
}

@media screen and (max-width:736px) {

    #mainHdImg {
        max-width: 100%;
        height: auto;
    }

    #mainHdImg h2 {
        font-size: 1em;
    }

    #mainHdImg h1 {
        font-size: 1.3em;
    }

    #mainHdImg .main-img-wrp {
        height: auto;
        display: block;
    }

    #mainHdImg .main-img-wrp figure {
        width: 100%;
        height: 60vw;
    }

    #mainHdImg .point {
        top: 10rem;
        font-size: .8em;
    }

    .idea-wrp .idea-wrp-inner {
        flex-direction: column;
    }

    .idea-wrp .img-area,
    .idea-wrp .txt-area {
        width: 100%;
    }

    .idea-wrp .txt-area {
        padding: 3em 2em;
    }

    #idea1 .img-area,
    #idea3 .img-area {
        order: 2;
    }

    #idea1 .txt-area,
    #idea3 .txt-area {
        order: 1;
    }

    main a.btn {
        padding: .7em 3em;
        font-size: 1.2em;
    }

    .befor-after-wrp {
        flex-direction: column;
    }

    .befor-after-wrp .befor-after {
        width: 100%;
        margin: 0 auto;
    }

    .befor-after-wrp .before {
        margin: 0 auto 4em;
    }

    .befor-after-wrp .befor-after.before::after {
        left: 50%;
        top: calc(100% + 2em + 10px);
        margin-left: -18px;
        transform: rotate(90deg);
    }

    .tile-wrp {
        flex-direction: column;
    }

    .tile-wrp .tile,
    .tile-wrp .tile-text-wrp {
        width: 100%;
        margin: 0;
    }

    .tile-wrp .tile-text-wrp {
        margin-top: 1em;
    }

    .banner {
        flex-direction: column;
    }

    .banner .slide,
    .banner .textarea {
        width: 100%;
    }

    .banner .textarea .sub-title {
        font-size: 1.15em;
    }

    /* #brochure .brochure-wrp {
        width: 75%;
    } */

    #brochure a {
        margin-top: 0;
    }

    #enjoy .title img {
        margin: 0 auto;
    }
}

@media screen and (max-width:320px) {}