@charset "UTF-8";

/* ==========================================================================

	韓流ドラマ「ノクドゥ伝〜花に降る月明かり〜 」特集 | MY J:COM 韓流まつり
	/special/tv/hanryu/feature/nokudu/index.shtml

========================================================================== */

/* ==========================================================================
 Common
========================================================================== */

/* ==========================================================================
69.23%  ... 9px  | 76.92%  ... 10px | 84.62%  ... 11px | 92.31%  ... 12px
100%	... 13px | 107.69% ... 14px | 115.38% ... 15px | 123.08% ... 16px
130.77% ... 17px | 138.46% ... 18px | 146.15% ... 19px | 153.85% ... 20px
161.54% ... 21px | 169.23% ... 22px | 176.92% ... 23px | 184.62% ... 24px
192.31% ... 25px | 200%	   ... 26px | 207.69% ... 27px | 215.38% ... 28px
223.08% ... 29px | 230.77% ... 30px | 238.46% ... 31px | 246.15% ... 32px
253.85% ... 33px | 261.54% ... 34px | 269.23% ... 35px | 276.92% ... 36px
284.62% ... 37px | 292.31% ... 38px | 300%	  ... 39px | 307.69% ... 40px
========================================================================== */

*,*::after,*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.feature {
    color: #333;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}

.feature #contents_body {
    font-family: -apple-system, BlinkMacSystemFont, HiraKakuProN-W3, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    margin-bottom: 0;
}

.feature #contents_body p {
    margin-bottom: 0;
    text-align: left;
}

.feature-Contents_Body {
    background: #eaeaea;
    padding-bottom: 40px;
}

.feature-Contents_Body img {
    height: auto;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}

.feature-Unit {
    margin: auto;
    max-width: 1160px;
    width: 92.5%;
}

.feature-ColsUnit {
    padding: 30px 40px 40px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.feature-ColsUnit + .feature-ColsUnit {
    padding: 0 40px 40px;
}

.feature-MainVisual {
    margin: 0 auto;
    width: 100%;
}

.feature-Section_Intro {
    padding-top: 50px;
    margin: auto;
    max-width: 1160px;
    width: 92.5%;
}

.feature-Title {
    background-color: #fff;
    background-image: url(/special/tv/hanryu/images/feature/richman/bg_heading01-pc.png);
    background-size: 1160px 80px;
    background-repeat: no-repeat;
    font-size: 215.38%;
    font-weight: 700;
    height: 80px;
    padding: 15px 0 0 60px;
}

.feature-Cols dl {
    margin-top: 10px;
}

.feature-Cols dl:first-of-type {
    margin-top: 28px;
}

.feature-Cols dt {
    background-color: #7296c3;
    color: #fff;
    display: block;
    font-size: 107.69%;
    line-height: 22px;
    line-height: 1.4;
    text-align: center;
    width: 114px;
    padding: 3px 0;
}

.feature-Cols dd {
    display: block;
    font-size: 123.08%;
    line-height: 25px;
    margin-top: 10px;
    padding-left: 0;
}

@media screen and (min-width: 769px){
    .feature-Cols dl {
        margin-top: 4px;
        position: relative;
    }
    .feature-Cols dt {
        position: absolute;
        top: 2px;
    }
    .feature-Cols dd {
        padding-left: 135px;
        line-height: 1.63;
    }
}

.feature-Cols_Heading{
	margin-bottom: 20px;
    color: #333333;
    font-size: 20px;
	font-weight: bold;
}

.feature-Cols1 {
    width: 53.797%;
    /* -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; */
}

.feature-Cols2 {
    width: 42.594%;
    /* -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; */
}

.feature-Cols_Txt {
    font-size: 123.08%;
    line-height: 25.6px;
}

.feature-Cols_Txt+.feature-Cols_Txt {
    margin-top: 26px;
}

.feature-Cols_Youtube {
    background: #000;
    padding: 5px;
    width: 42.594%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.feature_Youtube-Txt {
    background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.feature_Youtube-Frame {
    padding-top: 56.25%;
    position: relative;
}

.feature_Youtube-Frame iframe {
    border: 0;
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
}

.feature-Cols3 {
    width: 53.797%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.feature-Cols4 {
    width: 42.594%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.feature-Cols5 {
    width: 56.035%;
}

.feature-Section_Info {
    margin-top: 47px;
}

.feature-InfoCols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.feature-Info1 {
    background: #fff;
}

.feature-Info_Heading {
    background-color: #fff;
    background-image: url(/special/tv/hanryu/images/feature/richman/bg_heading02-pc.png);
    background-size: 650px 80px;
    background-repeat: no-repeat;
    font-size: 215.38%;
    font-weight: 700;
    height: 80px;
    padding: 15px 0 0 60px;
}

.feature-Info1 dl {
    margin-top: 10px;
    padding: 0 20px;
}

.feature-Info1 dl:first-of-type {
    margin-top: 28px;
}

.feature-Info1 dt {
    background-color: #7296c3;
    color: #fff;
    display: block;
    font-size: 107.69%;
    line-height: 22px;
    line-height: 1.4;
    text-align: center;
    width: 114px;
    padding: 3px 0;
}

.feature-Info1 dd {
    display: block;
    font-size: 123.08%;
    line-height: 25px;
    margin-top: 10px;
    padding-left: 0;
}

.feature-InfoTxt01 {
    color: #d02828;
}

.feature-Info_Btns {
    padding: 26px 40px 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature-Btn_Primary, .feature-Info_Btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-Btn_Primary {
    background: #7296c3;
    border: 2px solid #7296c3;
    border-radius: 5px;
    color: #fff !important;
    font-size: 123.08%;
    font-weight: 700;
    padding: 10px 30px;
    position: relative;
    line-height: 1.2;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 5px);
}

.feature-Btn_Primary:hover {
    background: #fff;
    color: #7296c3 !important;
    text-decoration: none;
}

.feature-Btn_Primary:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
}

.feature-Btn_Primary:hover:after {
    border-right: 2px solid #7296c3;
    border-top: 2px solid #7296c3;
}

.feature-Btn_Recommend {
    background: #fff;
    border: 2px solid #ff9901;
    border-radius: 5px;
    color: #ff9901 !important;
    font-size: 123.08%;
    font-weight: 700;
    padding: 15px 25px 15px 10px;
    position: relative;
    line-height: 1.2;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(50% - 5px);
}
.feature-Btn_Recommend2 {
    font-size: 115.38%;
}

.feature-Btn_Recommend:hover {
    background: #ff9901;
    color: #fff !important;
    text-decoration: none;
}

.feature-Btn_Recommend:after {
    border-right: 2px solid #ff9901;
    border-top: 2px solid #ff9901;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
}

.feature-Btn_Recommend:hover:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.feature-Btn_Recommend .small {
    font-size: 80%;
    margin-bottom: 5px;
}

.feature-Cols6 {
    width: 41.38%;
    background-color: #faf1e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
}

.feature-Banner_Item {
    display: block;
    max-width: 420px;
    width: 100%;
    min-height: 0%;
}

.feature-Banner_Heading {
    font-size: 153.85%;
    font-weight: 700;
    width: 100%;
    min-height: 0%;
}

.feature-Banner_Item+.feature-Banner_Heading {
    margin-top: 23px;
}

.feature-Banner_Item:hover img {
    opacity: .7;
}

.feature-Banner_Item2 {
    margin-top: 16px;
}

.feature-Banner_ItemWide {
    display: block;
    max-width: 1038px;
    margin: 30px auto 0;
}

.feature-Banner_ItemWide:hover img {
    opacity: .7;
}

.feature-Section_Profile {
    margin-top: 50px;
}

.feature-CardUnit {
    padding: 30px 40px 40px;
    background-color: #fff;
}

.feature-Card {
    display: table;
    text-align: left;
    width: 100%;
}

.feature-Card_Photo {
    display: table-cell;
    vertical-align: top;
    width: 260px;
}

.feature-Card_Detail {
    display: table-cell;
    vertical-align: top;
    padding: 30px 30px 0;
}

.feature-Card_Odd {
    background: #f8ede2;
}

.feature-Card_Even {
    background: #edf7f9;
}

.feature-Card_Name1 {
    color: #333;
    display: inline-block;
    font-size: 153.85%;
    font-weight: 700;
    line-height: 24px;
}

.feature-Card_Name2 {
    font-size: 123.08%;
    line-height: 25.6px;
    margin-left: 0.4em;
}

.feature-Card_Odd .feature-Card_Name1, .feature-Card_Odd .feature-Card_Name2 {
    color: #dc386b;
}

.feature-Card_Even .feature-Card_Name1, .feature-Card_Even .feature-Card_Name2 {
    color: #00a3c8;
}

.feature-Card_Detail p {
    color: #333;
    font-size: 123.08%;
    line-height: 25.6px;
    margin-top: 28px;
}

.feature-CopyTxt {
    color: #737373;
    font-size: 92.31%;
    margin-top: 8px;
    text-align: right !important;
}

.feature-Btn_Back {
    background: #fff;
    border-radius: 4px;
    color: #333 !important;
    display: block;
    font-size: 153.85%;
    font-weight: 700;
    line-height: 20px;
    margin: 50px auto 0;
    max-width: 480px;
    padding: 20px 0;
    width: 81.3333%;
    text-align: center;
}

.feature-Btn_Back:hover {
    opacity: .7;
    text-decoration: none;
}

.feature-Section_Bnr {
    margin-top: 50px;
    padding-top: 50px;
    margin: auto;
    max-width: 1160px;
    width: 92.5%;
    text-align: center;
}

.feature-Section_Bnr img {
    width: 100%;
}

.feature-Info_Text {
    padding: 10px 40px 20px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.feature-Info_Text p {
    text-align: center!important;
}

.feature-Section_Video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.feature-Section_Video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .feature-MainVisual {
        padding-top: 40px;
    }

    .feature-Unit {
        width:92%;
    }

    .feature-ColsUnit {
        padding: 10px 20px 20px;
    }

    .feature-ColsUnit + .feature-ColsUnit {
        padding: 10px 20px 20px;
    }

    .feature-Section_Intro {
        padding-top: 20px;
    }

    .feature-Title {
        background-image: url(/special/tv/hanryu/images/feature/richman/bg_heading-sp.png);
        height: 13.3333vw;
        background-size: cover;
        font-size: 4.8vw;
        padding: 2vw 0 0 11vw;
    }

    .feature-Title2 {
        height: 21.3vw;
    }

    .feature-Title_fixHeight {
        background-image: url(/special/tv/hanryu/images/feature/richman/bg_heading-sp.png);
        height: 20vw;
        background-size: cover;
        font-size: 4.8vw;
        padding: 2vw 0 0 11vw;
    }

    .feature-Cols1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .feature-Cols2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .feature-Cols_Txt {
        margin-top: 13px;
    }

    .feature-Section_Info {
        margin-top: 25px;
    }

    .feature-Info_Heading {
        background-image: url(/special/tv/hanryu/images/feature/richman/bg_heading-sp.png);
        height: 13.3333vw;
        background-size: cover;
        font-size: 4.8vw;
        padding: 2vw 0 0 9vw;
    }

    .feature-Info1 dl:first-of-type {
        margin-top: 20px;
    }

    .feature-Info_Btns {
        padding: 28px 30px 10px;
    }

    .feature-Btn_Primary {
        width: 100%;
        min-height: 62px;
    }

    .feature-Btn_Recommend {
        width: 100%;
        margin-top: 20px;
    }

    .feature-Cols6 {
        padding: 20px 30px;
    }

    .feature-Banner_Item {
        max-width: 100%;
    }

    .feature-Banner_ItemWide, .feature-Cols6 {
        margin-top: 20px;
    }

    .feature-Section_Profile {
        margin-top: 40px;
    }

    .feature-CardUnit {
        padding: 10px 30px 30px;
    }

    .feature-Card {
        display: block;
    }

    .feature-Card_Detail, .feature-Card_Photo {
        display: block;
        width: 100%;
    }

    .feature-Card_Detail {
        padding: 20px 10px 18px;
    }

    .feature-Card_Name1 {
        line-height: normal;
        display: block;
    }

    .feature-Card_Name2 {
        display: block;
        margin-left: 0;
    }

    .feature-Card_Detail p {
        margin-top: 34px;
    }

    .feature-CopyTxt {
        font-size: 92.31%;
        margin-top: 7px;
    }

    .feature-Btn_Back {
        margin-top: 30px;
    }

    .is-pc {
        display: none !important;
    }

    .is-sp {
        display: block !important;
    }

    .sp_nowrap {
        margin-left: -2%;
        margin-right: -2%;
    }

    .feature-Cols, .feature-Cols_Youtube {
        width: 100%;
    }

    .feature-Info_Text {
        padding: 10px 30px 20px;
        font-size: 16px;
    }
}

@media screen and (min-width: 769px) {
    .feature-Info1 dl {
        margin-top: 4px;
        position: relative;
        padding: 0 40px;
    }

    .feature-Info1 dt {
        left: 40px;
        position: absolute;
        top: 2px;
    }

    .feature-Info1 dd {
        padding-left: 135px;
        line-height: 1.63;
    }

    .is-pc {
        display: block !important;
    }

    .is-sp {
        display: none !important;
    }
}

/* add */
.feature-subText {
    margin-top: 10px;
    padding: 0 40px;
    color: #dc386b;
    font-size: 123.08%;
}

#mainArea .feature-subText a {
    display: block;
    color: #dc386b;
    text-decoration: underline;
}
.sm {
    font-size: 76.92%;
}