@charset "UTF-8";

/* 背景画像 */
/* .wrapper.message {
    background: url(../../img/bg.png) repeat 50% 100px;
    background-size: 2880px auto ;
} */

h1 > small {
    font-size: 0.5em;
    font-weight: normal;
}

.top-img-type-a {
    position: relative;
    overflow: hidden;
    height: 550px;
}

.top-img-type-a > img {
    background: url(../img/sales-ny-fig1.jpg) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    height: 550px;
    display: block;
}

/* 帯画像キャッチ */
.comment-container {
    width: 960px;
    margin: auto;
    position: relative;
    /* overflow: hidden; */
    top: -370px;
}

.comment-container p {
    font-size: 2em;
    line-height: 1.3;
    color: #ffffff;
    margin-left: 45%;
}

.svg {
    width: 960px;
    margin: auto;
    position: relative;
    text-align: right;
    margin-top: -200px;
}

/* 見出し改変 */
.content-container h2 {
    text-indent: 0;
    margin-left: 0;
    padding: 5px 10px 5px 20px;
    /*  */
    border-left: 6px solid #fa0303;
    border-image: linear-gradient(to top, #ffffff 0%, #fa0303 100%);
    border-image-slice: 1;
}

.content-container h2::before {
    content: none;
}

/* 本文部分 */
.content-container {
    width: 530px;
    margin: auto;
}

/* 画像 */
.flex-columns.parson {
    width: 780px;
    margin: 70px auto 100px;
    justify-content: space-between;
}

/* 帯 */
.obi {
    padding: 60px 0;
    background: linear-gradient(to right, #f9d0c6, #f8e6bd);
    margin-bottom: 80px;
}

.obi .flex-columns {
    max-width: 960px;
    margin: auto;
}

.obi .flex-columns figure {
    margin-right: 20px;
}

.obi .flex-columns b {
    font-size: 1.7em;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
}


/* ボタンエリア */
.flex-columns.link-area {
    max-width: 960px;
    padding: 0 40px;
    margin: auto;

    align-items: center;
}

/* 人物リンク */
.flex-columns.links {
    width: 700px;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 30px;
}

.links div {
    text-align: center;
    line-height: 1.5;
}
.links a {
    color: #333333;
    text-decoration: none;
    display: block;
}
.links a:hover {
    color: blue;
    text-decoration: underline;
}
.links span {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
}



/* カルーセル：やりたくない */
.flex-columns.links {
    width: 660px;
    position: relative;
    overflow: hidden;
}



/** --------------------------------
* タブレット
*/
.wrapper.tablet main {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    /* margin-top: 200px; */
}

.wrapper.tablet article {
    /* border: 2px solid red; */
    margin-bottom: 0%;
}

.wrapper.tablet .top-img-type-a {
    height: 450px;
    /* margin-bottom: 200px; */
}

.wrapper.tablet .top-img-type-a > img {
    background-size: auto 100%;
    width: 100%;
    height: 450px;
}

/* 帯画像キャッチ */
.wrapper.tablet .comment-container {
    width: 100%;
    top: -290px;
}

.wrapper.tablet .comment-container p {
    font-size: 1.6em;
    padding-right: 10px;
}

.wrapper.tablet .svg {
    width: 100%;
    height: inherit;
    margin: auto;
    position: absolute;
    top: 430px;
    padding-right: 20px;
    z-index: 1;
}

.wrapper.tablet .svg > svg {
    width: 30%;
    height: inherit;
    background: transparent;
}

.wrapper.tablet .content article {
    position: relative;
}

/* 本文部分 */
.wrapper.tablet .content-container {
    max-width: 530px;
    padding-top: 50px;
}

/* 画像 */
.wrapper.tablet .flex-columns.parson {
    max-width: 780px;
    margin: 70px auto 100px;
    text-align: center;
}

.wrapper.tablet .flex-columns.parson img {
    width: 90%;
    height: inherit;
}

/* 帯 */
.wrapper.tablet .obi {
    width: 100%;
    margin-bottom: 100px;
}
.wrapper.tablet .obi .flex-columns {
    width: 90%;
    max-width: inherit;
}


.wrapper.tablet .tab {
    margin-bottom: 300px;
}

/* ボタンエリア */
.wrapper.tablet .obi .flex-columns {
    max-width: 960px;
    margin: auto;
}


/** --------------------------------
* sp
*/
@media screen and (max-width: 767px) {

    /* 背景画像 */
    /* .wrapper.message {
        background: url(../../img/bg.png) repeat-y 50% 6em;
        background-size: 300% auto;
    } */

    .top-img-type-a {
        height: 200px;
    }

    .top-img-type-a > img {
        background-size: auto 100%;
        width: 100%;
        height: 200px;
    }

    /* 帯画像キャッチ */
    .comment-container {
        width: 100%;
        top: -170px;
    }

    .comment-container p {
        font-size: 1.1em;
        margin-left: 50%;
        padding-right: 10px;
    }

    .svg {
        width: 100%;
        margin-top: -65px;
        padding-right: 20px;
        z-index: 1;
        background: transparent;
    }

    .svg > svg {
        width: 100px;
        height: inherit;
        background: transparent;
    }

    main{
        margin-top: -10px;
    }
    

    /* 本文部分 */
    .content-container {
        width: 100%;
    }

    /* 画像 */
    .flex-columns.parson {
        width: 100%;
        /* flex-direction: column; */
        margin: 30px auto 50px;
        justify-content: space-between;
    }

    .flex-columns.parson img {
        width: 95%;
        height: inherit;
        display: block;
        margin: auto;
    }
    
    /* 帯 */
    .obi .flex-columns {
        padding: 0 20px;
        flex-direction: column-reverse;
    }

    .obi .flex-columns figure {
        margin-right:0;
    }

    .obi .flex-columns figure > img {
        display: block;
        /* width: 90%; */
        margin: auto;
    }

    /*  */
    .flex-columns.link-area {
        width: 100%;
        margin: auto;
        padding: 0 10px;
        /* border: 1px solid red; */
    }

    .flex-columns.link-area > *:first-child,
    .flex-columns.link-area > *:last-child {
        width: 50px;
        /* border: 1px solid green; */
    }

    /* 人物リンク */
    .flex-columns.links {
        width: 100%;
        flex-direction: column;
    }

    .flex-columns.links > * {
        margin-bottom: 25px;
    }

    .flex-columns.links > * > * {
        text-align: center;
    }

}