@charset "UTF-8";

/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

#wrap{
    background-color: #544c74;
    background-image:url(../../../images/201804/teaser/img_bg.png);
    background-repeat: repeat-x;
    overflow: hidden;
}

#contents_area{
    margin: 0 10px;
    position: relative;
    background-color: #fff;
}

#contents_area:before{
    width: 10px;
    height: 100%;
    content: '';
    display: block;
    background-color: #544c74;
    background-image:url(../../../images/201804/teaser/img_bg.png);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 10;
}

#contents_area:after{
    width: 10px;
    height: 100%;
    content: '';
    display: block;
    background-color: #544c74;
    background-image:url(../../../images/201804/teaser/img_bg.png);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 10;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 40px 0;
    padding: 30px 0 10px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

#mv:before{
    width: 100%;
    height: 30px;
    content: '';
    display: block;
    background-image:url(../../../images/201804/teaser/parts_orn.png);
    background-size: auto 30px;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

#mv:after{
    width: 130px;
    height: 86px;
    content: '';
    display: block;
    background-image:url(../../../images/201804/teaser/parts_orn01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 130px;
    position: absolute;
    bottom: -65px;
    right: -15px;
    z-index: 0;
}

#mv .logo_hobo{
    margin: 5px 0 25px 10px;
    position: relative;
    z-index: 2;
}

#mv .logo_hobo img{
    width: 160px;
    height: auto;
}

#mv h1{
    margin: 0;
}

#mv h1 img{
    width: 85%;
    max-width: 380px;
    height: auto;
}

#mv .profile{
    text-align: center;
    margin: 10px 0 0 10px;
    position: relative;
    z-index: 2;
}


/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    padding: 30px 0 5px 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

#sec_yodogawa p{
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .05em;
    color: #0d386e;
    position: relative;
    z-index: 1;
}

#sec_yodogawa .img{
    margin: 15px 0;
    padding: 0 5px;
}

#sec_yodogawa .img img{
    width: 95%;
    max-width: 380px;
    height: auto;
}

#sec_yodogawa .img_yodogawa{
    margin: 0 0 5px 0;
}

#sec_yodogawa .img_yodogawa img{
    width: 90%;
    max-width: 345px;
}


/* --------------------------------------------------
*
    #sec_body
*
-------------------------------------------------- */
#sec_body{
    padding: 0 15px 20px 15px;
    overflow: hidden;
    text-align: left;
    background-image:url(../../../images/201804/teaser/parts_btm_flower.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: calc(100% - 10px) bottom;
}

#sec_body p{
    margin: 0 0 2em 0;
    font-size: 14px;
    line-height: 1.888em;
    letter-spacing: .05em;
}

#sec_body p.img{
    width: calc(100% + 30px);
    text-align: center;
    position: relative;
    left: -15px;
}

#sec_body p img{
    width: 100%;
    max-width: 420px;
}


/* --------------------------------------------------
*
    #sec_date
*
-------------------------------------------------- */
#sec_date{
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    text-align: center;
    position: relative;
}

#sec_date .section_inner{
    min-width: 260px;
    padding: 10px 15px 15px 15px;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    position: relative;
}

#sec_date .section_inner p{
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.8em;
    color: #850E72;
    letter-spacing: .01em;
}

#sec_date .section_inner p:last-child{
    margin: 0;
}

#sec_date .section_inner:before{
    content: '';
    display: block;
   width: 100%;
    height: 3px;
    background-image:url(../../../images/201804/teaser/parts_line_m.png);
    background-size: 434px;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

#sec_date .section_inner:after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-image:url(../../../images/201804/teaser/parts_line_m.png);
    background-size: 434px;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

#sec_date .illust{
    margin: 25px 0 0 0;
    text-align: center;
    font-size: 12px;
}

#sec_date .illust p{
    margin: 0 15px 15px 15px;
    display: inline-block;
}


/* --------------------------------------------------
*
    #sec_product
*
-------------------------------------------------- */
#sec_product{
    margin: 25px 0 0 0;
    padding: 0 0 100px 0;
    text-align: center;
    position: relative;
}

#sec_product:before{
    width: 1000px;
    height: 35px;
    content: '';
    display: block;
    background-image:url(../../../images/201804/teaser/parts_orn.png);
    background-position: center;
    background-size: auto 35px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#sec_product:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#sec_product .section_inner{
    margin: 0 0 15px 0;
    text-align: center;
}

#sec_product .section_inner a{
    transition: opacity .15s ease;
}

#sec_product .section_inner a:hover{
    opacity: .7;
}

#sec_product .section_inner .pic{
}

#sec_product .section_inner .pic img{
    width: 94%;
    max-width: 400px;
    height: auto;
    opacity: 1 !important;
}

#sec_product .section_inner .info{
    width: auto;
    padding: 25px 0 0 0;
    text-align: center;
}

#sec_product li:first-child{
    margin: 0 0 -30px 0;
    position: relative;
    z-index: 2;
}

#sec_product .en{
    margin: 0 0 18px 0;
    font-size: 16px;
    color: #8B0E72;
    font-style: italic;
    letter-spacing: .03em;
}

#sec_product h3{
    margin: 0 0 15px 0;
    font-size: 26px;
    line-height: 1.4em;
    color: #000;
    letter-spacing: .01em;
    white-space: nowrap;
}

#sec_product h3 .s{
    margin: 0;
    display: block;
}

#sec_product .price{
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #000;
    letter-spacing: .05em;
}

#sec_product .price span{
    font-size: 12px;
}

#sec_product .price span{
    font-size: 13px;
}

#sec_product .caution{
    font-size: 12px;
    color: #0d386e;
    line-height: 1.6em;
}

#sec_product .profile a{
    transition: opacity .15s ease;
}

#sec_product .profile a:hover{
    color: inherit;
}


/* --------------------------------------------------
*
    .profile_inner
*
-------------------------------------------------- */
.profile_inner{
    text-align: left;
}

.profile_inner img{
    width: inherit !important;
}

.profile_inner p{
    font-size: 14px;
    line-height: 2em;
    margin: 0 0 1em 0;
}

.profile_inner p.twitter,
.profile_inner p:last-child{
    margin: 0;
}


/*
*
    iseki ayako
*
*/
.profile_inner.iseki_ayako h2{
    margin: 0 0 20px 0;
    text-align: center;
}

.profile_inner.iseki_ayako h2 img{
    width: 100% !important;
    max-width: 240px;
    vertical-align: middle;
}

.profile_inner.iseki_ayako h2 .kana{
    margin: 20px 0 0 0;
    display: block;
    font-size: 28px;
}

.profile_inner.iseki_ayako .tw{
    margin: 10px 0;
}

.profile_inner.iseki_ayako .tw img{
    transition: inherit;
}

.profile_inner.iseki_ayako .tw a:hover img{
    opacity: 0;
}

.profile_inner.iseki_ayako .tw a{
    width: 247px;
    margin: 0 auto;
    display: block;
    background-image:url(/brooch/images/iseki2-over.gif);
    background-repeat: no-repeat;
    background-size: 247px;
}

.profile_inner.iseki_ayako .instagram{
    margin: 0 0 20px 0;
}

.profile_inner.iseki_ayako h3{
    margin: 0 0 20px 0;
}

/*
*
    ishii ryoko
*
*/
.profile_inner.ishii_ryoko h2{
    margin: 0 0 20px 0;
    font-size: 28px;
}


.btn_backhome{
    margin: 30px 0 -10px 0;
    text-align: left;
}

.btn_backhome img{
    width: 90%;
    max-width: 420px;
}

}
