@charset "utf-8";

/*
************************************************************************
* スタジオゼロについて
* @copyright Revolme Inc.
************************************************************************
*/

/*
************************************************************************
* スタジオゼロについて
************************************************************************
*/
.about-main
{
    margin-bottom: 50px;
}
.about-main img.sp-hide
{
    border-radius: 0.5em;
}
.about-main > .title
{
    position: absolute;
    color: #fff;
    width: 100%;
    left: 65px;
    top: 52%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
}
.about-main > .title:before
{
    content: "";
    display: inline-block;
    height: 100%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    margin-right: 1em;

    width: 92px;
    height: 114px;

    background-size: 100%;
}
.about-main.about-main-costume > .title:before
{
    background-image: url(../../../../about/_img/clothes/icon.png);
}
.about-main.about-main-quality > .title:before
{
    background-image: url(../../../../about/_img/quality/icon.png);
}
.about-main.about-main-price > .title:before
{
    background-image: url(../../../../about/_img/price/icon.png);
}
.about-main > .title > .jp
{
    position: absolute;
    display: inline-block;
    top: 20%;

    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1;
}
.about-main > .title > #en.jp
{
    top: 30%;
}
.about-main > .title > .en
{
    position: absolute;
    display: inline-block;
    top: 55%;
    font-size: 1.6rem;
    font-weight: 500;
}
.about-outer
{
    margin-left: 40px;
    margin-right: 40px;
}
.about
{
    margin-bottom: 60px;
}
.about .image
{
    max-width: 480px;
    width:45%;
}
.about .text
{
    max-width: 590px;
    width:55%;
    font-size: 1.4rem;
    box-sizing: border-box;
}
.about.about-costume .image,
.about.about-quality .text,
.about.about-price .image
{
    float: left;
}
.about.about-costume .text,
.about.about-quality .image,
.about.about-price .text
{
    float: right;
}
.about.about-costume .text,
.about.about-price .text
{
    padding-left: 35px;
}
.about.about-quality .text
{
    padding-right: 35px;
}
.about .image img
{
     border-radius: 0.5em;
}
.about .text .title
{
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.about .text .title .number
{
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.1;
    float: left;
    width: 55px;
    color: #9c8c7b;
}
.about .text .copy
{
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    float: left;
    width: calc(100% - 55px);
}
.about .text hr
{
    border-color: #000;
}
.about .text .description
{
    margin-top: 2em;
}
.about.about-price figure.reason
{
    width: 100%;
    float: left;
    margin-top: 16px;
    border: 1px solid #bbbbbb;
    border-radius: 0.5em;
    overflow: hidden;
}
h2.maincopy
{
    font-size: 3rem;
    font-weight: bold;;
    margin-bottom: 1em;;
}

/* == ブレークポイント ==========================================================*/
@media screen and (max-width: 1100px) {

}
/* == スマートフォンサイズ ======================================================*/
@media screen and (max-width: 767px) {
    .row.about-main {
        padding: 0;
        margin-bottom: 7vw;
    }
    .about-main > .title
    {
        left: 4vw;
        top: 52%;
        -webkit-transform: translateY(-52%);
        transform: translateY(-52%);
    }
    .about-main > .title:before
    {
        width: 12.27vw;
        height: 15.2vw;
    }
    .about-main.about-main-costume > .title:before
    {
    }
    .about-main.about-main-quality > .title:before
    {
    }
    .about-main.about-main-price > .title:before
    {
    }
    .about-main > .title > .jp
    {
        font-size: 4.0rem;
    }
    .about-main > .title > .en
    {
        font-size: 2.0rem;
    }
    .about-outer
    {
        margin-left: 0px;
        margin-right: 0px;
    }
    .about
    {
        margin-bottom: 8vw;
    }
    .about .image
    {
        max-width: 767px;
        width:100%;
        float: none;
        margin-bottom: 4vw;
    }
    .about .text
    {
        max-width: 767px;
        width: 100%;
        float: none;
        margin-left: 0vw;
        margin-right: 0vw;
        margin-bottom: 0em;
        padding: 0 3vw;
        font-size: 2.4rem;
    }
    .about.about-costume .image,
    .about.about-quality .text,
    .about.about-price .image
    {
        float: none;
    }
    .about.about-costume .text,
    .about.about-quality .image,
    .about.about-price .text
    {
        float: none;
    }
    .about.about-costume .text,
    .about.about-price .text
    {
        padding: 0 3vw;
    }
    .about.about-quality .text
    {
        padding: 0 3vw;
    }
    .about .text .title
    {
    }
    .about .text .title .number
    {
        font-size: 4.8rem;
        line-height: 1.2;
        width: 10vw;
    }
    .about .text .copy
    {
        width: calc(100% - 10vw);
        font-size: 3.6rem;
    }
    .about .text hr
    {
    }
    .about .text .description
    {
        font-size: 2.6rem;
        margin-top: 1em;
        margin-bottom: 0em;
    }
    .about.about-price figure {
        width: 100%;
        float: none;
        padding: 0 3vw;
    }
    h2.maincopy
{
    font-size: 4rem;
}

}
