@charset "UTF-8";
/* CSS Document */

/* =============================================
  tsumugi cafe用CSS
============================================= */

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

/* =============== 共通 =============== */

.l-main__inner {
    margin-top: 0 !important;
    text-align: left !important;
}

/* 記事リンク */
.tsmg_post_link {
    display: block;
}

.tsmg_post_link .thumbnail {
    border-radius: 8px;
    overflow: hidden;
}

.tsmg_post_link .title {
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 500;
    color: #484848;
    letter-spacing: 0.8px;
}

.tsmg_post_link .excerpt {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 500;
    color: #747474;
}

.tsmg_post_link .info {
    justify-content: space-between;
    align-items: center;
}

.tsmg_post_link .info_left {
    align-items: center;
    padding-right: 10px;
}

.tsmg_category {
    display: inline-block;
    margin-right: 12px;
    padding: 0 7px;
    border-radius: 2px;
    line-height: 22px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.4px;
}

.tsmg_category.cate_column {
    background-color: #74c5bb;
    border-radius: 30px;
}

.tsmg_category.cate_love {
    background-color: #ff9779;
}

.tsmg_category.cate_shop {
    background-color: #869ade;
}

.tsmg_post_link .date {
    font-size: 14px;
    font-weight: 500;
    color: #999;
}

.tsmg_post_link .views {
    font-size: 14px;
    font-weight: 500;
    color: #999;
}

/* =============== tsumugi cafe TOP =============== */

/* 恋相談をするボタン */
#btn_consultation {
    position: fixed;
    bottom: 220px;
    right: 100px;
    z-index: 300;
}

#btn_consultation img {
    width: 85px;
}

/* ヘッダー部分 */
#tsumugi_header {
    height: 435px;
    margin-bottom: 270px;
    padding-top: 80px;
    background-color: #e0f4fa;
}

#tsumugi_header .l-main__inner {
    position: relative;
    height: 100%;
}

#tsumugi_header .c-breadcrumb {
    padding-bottom: 0;
}

#tsmg_cf_ttl {
    text-align: center;
}

#tsmg_cf_ttl img {
    width: 140px;
}

#new_tsumugi {
    position: absolute;
    top: 135px;
    left: 0;
    width: 100%;
}

#new_tsumugi .swiper-container {
    overflow: hidden;
    padding-bottom: 50px;
}

#new_tsumugi .tsmg_post_link {
    padding: 14px 17px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 24px rgba(121, 121, 121, 0.1);
}

#new_tsumugi .tsmg_post_link .thumbnail {
    height: 200px;
    margin-bottom: 10px;
    border-radius: 0;
}

#new_tsumugi .tsmg_post_link .title {
    font-weight: bold;
}

#new_tsumugi .tsmg_post_link .date {
    font-weight: 400;
}

#new_tsumugi .tsmg_post_link .views {
    font-weight: 400;
}

#new_tsumugi .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

#new_tsumugi .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 8px;
    background-color: #d5d5d5;
    opacity: 1;
}

#new_tsumugi .swiper-pagination-bullet-active {
    background-color: #4bd0ef;
}

/* 検索エリア */
#tsumugi_search {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 72px;
}

#tsmg_category {
    align-items: center;
}

#tsmg_cate_ttl {
    position: relative;
    width: 110px;
    border-right: 1px solid #ddd;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #747474;
}

#tsmg_cate_ttl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    margin: auto;
}

#tsmg_cate_list {
    padding-left: 40px;
}

#tsmg_cate_list li {
    margin-right: 40px;
}

#tsmg_cate_list li:last-of-type {
    margin-right: 0;
}

#tsmg_cate_list li a {
    font-size: 15px;
    color: #9D9DA1;
}

#tsmg_cate_list li.current a {
    font-weight: bold;
    color: #59c6e0;
}

#tsmg_freeword input {
    width: 247px;
    height: 43px;
    padding: 0 0 0 17px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    letter-spacing: 1.4px;
    margin-right: 10px;
}

#tsmg_freeword input::placeholder {
    color: #d9d9d9;
}

#tsmg_freeword button {
    width: 70px;
    height: 38px;
    border-radius: 7px;
    background-color: #44c8f3;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #fff;
}

/* 記事一覧 */
#tsumugi_list_cont {
    padding-bottom: 100px;
}

#tsumugi_list li {
    width: 48.4%;
    margin-right: 3.2%;
    margin-bottom: 50px;
}

#tsumugi_list li:nth-of-type(2n) {
    margin-right: 0;
}

#tsumugi_list .thumbnail {
    width: 154px;
    height: 154px;
}

#tsumugi_list .info_cont {
    width: calc(100% - 154px);
    padding-left: 20px;
}

/* =============== 記事詳細 =============== */

#page_tsumugi_detail {
    padding-bottom: 200px;
}

.tsmg_common_ttl {
    position: relative;
    padding-left: 16px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 500;
}

.tsmg_common_ttl::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 7px;
    height: 100%;
    border-radius: 2px;
    background-color: #4bd0ef;
}

/* #tsmg_dtl_header */
#tsmg_dtl_header {
    margin-bottom: 45px;
}

/* 記事詳細 */
#tsumugi_detail .l-main__inner {
    justify-content: space-between;
}

#tsmg_dtl {
    width: 700px;
}

#tsmg_dtl_title {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

#tsmg_dtl_title span {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #999;
}

#tsmg_dtl_info {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

#tsmg_dtl_info_l {
    align-items: center;
}

#tsmg_dtl_info_l .date,
#tsmg_dtl_info_l .views {
    font-size: 14px;
    color: #999;
}

#tsmg_dtl_info_l .date {
    margin-right: 15px;
}

#tsmg_dtl_info_r button {
    font-size: 15px;
    color: #ff79a7;
}

#tsmg_dtl_info_r button img {
    position: relative;
    top: 1px;
    width: 12px;
    margin-right: 3px;
}

#tsmg_dtl_content {
    margin-bottom: 125px;
}

#tsmg_dtl_thumbnail {
    margin-bottom: 40px;
}

#tsmg_dtl_thumbnail img {
    width: 100%;
}

#tsmg_dtl_content > h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 23px !important;
    font-weight: 500;
    color: #484848;
}

#tsmg_dtl_content > h3 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
}

#tsmg_dtl_content > h3::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 7px;
    height: 100%;
    border-radius: 10px;
    background-color: #59c6e0;
}

#tsmg_dtl_content > p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 2.3em;
    color: #262626;
}

#tsmg_dtl_content > img {
    width: 100%;
    margin-bottom: 60px;
}

/* 恋相談の質問 */
#tsmg_question {
    margin-bottom: 50px;
}

#tsmg_question h2 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #999;
}

#tsmg_question p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

/* 恋相談の回答 */
#tsmg_answer {
    margin-bottom: 100px;
}

#tsmg_answer h2 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #454545;
}

#tsmg_answer h2 img {
    position: relative;
    top: 12px;
    width: 42px;
    height: auto;
    margin-right: 10px;
}

#tsmg_answer {
    position: relative;
    padding: 20px 25px;
    border-radius: 6px;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #696969;
}

#tsmg_answer p::before {
    position: absolute;
    top: -13px;
    right: 310px;
    display: block;
    content: "";
    width: 22px;
    height: 21px;
    background-image: url(../img/tsumugi_cafe/tsumugi_bubble_shape.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* 相談箱へのボタン */
#btn_to_consult {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    max-width: 325px;
    height: 110px;
    margin: 0 auto 100px;
    padding-top: 33px;
    padding-left: 25px;
    border-radius: 5px;
    background-color: #eb949d;
    box-shadow: 0 3px #d97d87;
    font-size: 17px;
    color: #fff;
}

#btn_to_consult span {
    display: block;
    padding-left: 8px;
    font-size: 10px;
}

#btn_to_consult span::before,
#btn_to_consult span::after {
    position: relative;
    top: -3px;
    display: inline-block;
    content: "";
    width: 13px;
    height: 1px;
    background-color: #fff;
}

#btn_to_consult span::before {
    transform: rotateZ(45deg);
    margin-right: 14px;
}

#btn_to_consult span::after {
    transform: rotateZ(-45deg);
    margin-left: 11px;
}

#btn_to_consult img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 101px;
    height: auto;
}

/* ショップへのボタン */
.btn_shop {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 60px;
    border-radius: 30px;
    border: 1px solid #59c6e0;
    text-align: center;
    line-height: 43px;
    font-size: 14px;
    font-weight: bold;
    color: #59c6e0;
}

/* SNSボタン */
#tsmg_dtl_btns {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 63px;
}

#tsmg_dtl_btns a {
    display: inline-block;
}

#tsmg_dtl_sns a {
    margin-right: 10px;
}

#tsmg_dtl_btns a img {
    width: 42px;
}

/* 関連記事 */
#tsmg_related {
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

#tsmg_related .tsmg_common_ttl {
    margin-bottom: 39px;
}

#tsmg_rltd_list li {
    margin-bottom: 30px;
}

#tsmg_rltd_list .thumbnail {
    width: 124px;
    height: 124px;
}

#tsmg_rltd_list .info_cont {
    width: calc(100% - 124px);
    padding-left: 20px;
}

/* サイドバー */
#tsumugi_side {
    width: 260px;
}

#popular_posts {
    margin-bottom: 50px;
}

#tsumugi_side .tsmg_common_ttl {
    margin-bottom: 20px;
}

#tsumugi_side ul {
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}

#tsumugi_side li {
    margin-bottom: 15px;
}

#tsumugi_side .thumbnail {
    width: 64px;
    height: 64px;
    border-radius: 0;
}

#tsumugi_side .info_cont {
    width: calc(100% - 64px);
    padding-left: 13px;
}

#tsumugi_side .title {
    margin-bottom: 7px;
    line-height: 1.4;
    font-size: 13px;
}

#tsumugi_side .tsmg_category {
    padding: 0 4px;
    line-height: 18px;
    font-size: 10px;
}

#tsumugi_side .date {
    font-size: 13px;
    font-weight: 400;
}

/* =============== 相談箱 =============== */
.page_tsmg_consult {
    padding: 135px 0;
    background-color: #fdfdfd;
}

/* タイトル箇所 */
#tsmg_cnslt_header {
    margin-bottom: 55px;
}

#tsmg_cnslt_header h1.pc {
    margin-bottom: 15px;
    text-align: center;
    font-size: 36px;
    color: #5f5f5f;
}

#tsmg_cnslt_header p {
    text-align: center;
    font-size: 14px;
    color: #747474;
}

/* フォーム */
#cnslt_form_cont {
    padding: 147px 128px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(219, 219, 219, 0.46);
}

#cnslt_form_cont dt,
#cnslt_form_cont dd {
    margin-bottom: 70px;
}

#cnslt_form_cont dt {
    width: 135px;
    padding-top: 8px;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    color: #39393a;
}

#cnslt_form_cont dt span {
    display: inline-block;
    margin-left: 6px;
    padding-left: 6px;
    padding-right: 4px;
    border-radius: 4px;
    background-color: #cc2f50;
    line-height: 16px;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

#cnslt_form_cont dd {
    width: calc(100% - 135px);
    padding-left: 40px;
}

.cnslt_field {
    width: 100%;
    height: 45px;
    padding: 0 30px;
    border-radius: 120px;
    border: 1px solid #c3c3c3;
    font-size: 13px;
    font-weight: 500;
    color: #747474;
}

.cnslt_field::placeholder {
    color: #e0e0e0;
}

p.cnslt_field {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #5f5f5f;
}

select.cnslt_field {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 35px;
}

.cnslt_field.textarea {
    resize: none;
    height: 277px;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cnslt_select {
    position: relative;
    display: block;
}

.cnslt_select::before {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    display: block;
    content: "";
    width: 12px;
    height: 8px;
    margin: auto;
    background-image: url(../img/tsumugi_cafe/icon-selectbox_gray.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.btn_cnslt_submit {
    display: block;
    width: 300px;
    height: 45px;
    margin: auto;
    border-radius: 35px;
    background-color: #999;
    line-height: 43px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.btn_cnslt_submit.active {
    background-color: #4bd0ef;
}

#cnslt_form_cont .error {
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    color: #cc2f50;
}

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

    /* =============== 共通 =============== */

    /* 記事リンク */

    .common_tsmg_list {
        max-width: 325px !important;
        margin: auto !important;
    }

    .common_tsmg_list li {
        width: 47.1% !important;
        margin-right: 5.8% !important;
        margin-bottom: 30px !important;
    }

    .common_tsmg_list li:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .common_tsmg_list .thumbnail {
        width: 100% !important;
        height: 98px !important;
        margin-bottom: 8px !important;
        border-radius: 3px !important;
    }

    .common_tsmg_list .info_cont {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .tsmg_post_link .title {
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 400;
    }

    .tsmg_post_link .excerpt {
        display: none;
    }

    .tsmg_post_link .info_left {
        padding-right: 5px;
    }

    .tsmg_category {
        margin-right: 8px;
        padding: 3px 8px;
        line-height: 14px;
        font-size: 12px;
        letter-spacing: 0.4px;
        color: #fff !important;
    }

    .tsmg_post_link .date {
        letter-spacing: 0;
        font-size: 10px;
        font-weight: 400;
        color: #a2a2a2;
    }

    .tsmg_post_link .views {
        letter-spacing: 0;
        font-size: 10px;
        font-weight: 400;
        color: #a2a2a2;
    }

    /* =============== tsumugi cafe TOP =============== */

    /* 恋相談をするボタン */
    #btn_consultation {
        bottom: 80px;
        right: 14px;
    }

    #btn_consultation img {
        width: 75px;
    }

    /* ヘッダー部分 */
    #tsumugi_header {
        height: auto;
        margin-bottom: 0;
        padding-top: 95px;
        padding-bottom: 350px;
        background-color: transparent;
        background-image: url(../img/tsumugi_cafe/tsmg_cf_header_bg_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
    }

    #tsumugi_header .sp_btns_header {
        height: auto;
        padding-top: 0;
        background-color: transparent;
        border-bottom: none;
    }

    #tsmg_cf_ttl {
        position: relative;
        top: -16px;
        width: 106px;
        margin: auto;
    }

    #tsmg_cf_ttl img {
        width: 106px;
    }

    #new_tsumugi {
        position: absolute;
        top: 68px;
    }

    #new_tsumugi .swiper-container {
        padding-bottom: 35px;
    }

    #new_tsumugi .tsmg_post_link {
        padding: 14px;
    }

    #new_tsumugi .tsmg_post_link .thumbnail {
        height: 180px;
        margin-bottom: 15px;
        border-radius: 5px;
    }

    #new_tsumugi .tsmg_post_link .title {
        font-size: 14px;
        font-weight: 400;
    }

    #new_tsumugi .tsmg_post_link .date {
        font-size: 11px;
    }

    #new_tsumugi .tsmg_post_link .views {
        font-size: 11px;
    }

    #new_tsumugi .tsmg_post_link .tsmg_category {
        margin-right: 10px;
        padding: 0 7px;
        line-height: 18px;
    }

    #new_tsumugi .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 5px;
    }

    /* 検索エリア */
    #tsumugi_search {
        margin-bottom: 28px;
    }

    #tsmg_category {
        overflow: scroll;
        display: block !important;
        padding-left: 4.5vw;
    }

    #tsmg_cate_ttl {
        display: none;
    }

    #tsmg_cate_list {
        width: 430px;
        padding-left: 0;
    }

    #tsmg_cate_list li {
        margin-right: 15px;
    }

    #tsmg_cate_list li a {
        display: inline-block;
        padding: 0 19px;
        border-radius: 4px;
        border: 1px solid #d9d9d9;
        line-height: 27px;
        font-size: 13px;
        font-weight: 400;
        color: #d9d9d9;
    }

    #tsmg_cate_list li.current a {
        background-color: #59c6e0;
        border: 1px solid #59c6e0;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }

    #tsmg_freeword {
        display: none;
    }

    /* =============== 記事詳細 =============== */
    h1.sp_cont.cate_column {
        background: #f4f4f4;
        padding: 8px 0 8px 20px;
        color: #c7c7c7;
    }
    .tsmg_common_ttl {
        font-size: 16px;
        font-weight: 400;
        color: #484848;
    }

    /* #tsmg_dtl_header */
    #tsmg_dtl_header {
        margin-bottom: 25px;
    }

    /* 記事詳細 */
    #tsmg_dtl {
        width: 100%;
        padding: 0 4.5vw;
    }

    #tsmg_dtl_title {
        margin-bottom: 30px;
        font-size: 22px;
        font-weight: 500;
    }

    #tsmg_dtl_title span {
        font-size: 14px;
    }

    #tsmg_dtl_info {
        margin-bottom: 30px;
    }

    #tsmg_dtl_info_l .date,
    #tsmg_dtl_info_l .views {
        font-size: 13px;
        color: #a2a2a2;
    }

    #tsmg_dtl_info_l .date {
        margin-right: 9px;
    }

    #tsmg_dtl_info_r button {
        font-size: 13px;
    }

    #tsmg_dtl_info_r button img {
        width: 11px;
    }

    #tsmg_dtl_content {
        margin-bottom: 55px;
    }

    #tsmg_dtl_content img {
        max-width: 100%;
    }

    #tsmg_dtl_thumbnail {
        margin-bottom: 18px;
    }

    #tsmg_dtl_thumbnail img {
        border-radius: 5px;
    }

    #tsmg_dtl_content > h2 {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 20px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
        color: #484848;
    }

    #tsmg_dtl_content > h3 {
        position: relative;
        padding-left: 20px;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: bold;
    }

    #tsmg_dtl_content > h3::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        content: "";
        width: 7px;
        height: 100%;
        border-radius: 10px;
        background-color: #59c6e0;
    }

    #tsmg_dtl_content > p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 2.3em;
        color: #262626;
    }

    #tsmg_dtl_content > img {
        margin-bottom: 30px;
        border-radius: 5px;
    }

    /* 恋相談の質問 */
    #tsmg_question {
        margin-bottom: 75px;
    }

    #tsmg_question h2 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    /* 恋相談の回答 */
    #tsmg_answer {
        margin-bottom: 50px;
    }

    #tsmg_answer h2 {
        margin-bottom: 15px;
        font-size: 14px;
    }

    #tsmg_answer h2 img {
        top: 9px;
        width: 31px;
        margin-right: 7px;
    }

    #tsmg_answer p {
        padding: 18px 16px;
    }

    #tsmg_answer p::before {
        right: 31px;
    }

    /* 相談箱へのボタン */
    #btn_to_consult {
        margin: 0 auto 60px;
    }

    /* ショップへのボタン */
    .btn_shop {
        margin-bottom: 30px;
    }

    /* SNSボタン */
    #tsmg_dtl_btns {
        position: unset;
        bottom: 90px;
        left: 0;
        right: 0;
        margin-bottom: 30px;
    }

    /* 関連記事 */

    #tsmg_related .tsmg_common_ttl {
        margin-bottom: 15px;
    }

    /* サイドバー */
    #tsumugi_side {
        display: none;
    }
    /* コラムページh1 */
    h1.sp_cont.cate_shop {
        margin: 0 20px;
        background: #f8f8f8;
        padding: 8px 12px;
        color: #b7b7b7;
    }

    /* =============== 相談箱 =============== */
    .page_tsmg_consult {
        padding: 0 0 200px;
        background-color: #fff;
    }

    /* タイトル箇所 */
    #tsmg_cnslt_header {
        padding-top: 25px;
        margin-bottom: 30px;
    }

    /* フォーム */
    #cnslt_form_cont {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    #cnslt_form_cont dt,
    #cnslt_form_cont dd {
        width: 100%;
    }

    #cnslt_form_cont dt {
        margin-bottom: 8px;
        padding-top: 0;
        text-align: left;
        font-size: 13px;
    }

    #cnslt_form_cont dt span {
        padding-left: 6px;
        padding-right: 4px;
        font-size: 10px;
    }

    #cnslt_form_cont dd {
        margin-bottom: 50px;
        padding-left: 0;
    }

    .cnslt_field {
        padding: 0 20px;
    }

    select.cnslt_field {
        padding-right: 35px;
    }

    .cnslt_select::before {
        right: 22px;
    }
}
