@charset "UTF-8";

/*! ===============================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※※
このCSSファイルはSassから生成されています！
編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※※
================================================================ */
/* ===============================================================
  リセットCSS
================================================================ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border: 0;
    outline: 0;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none;
}

a {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}

/* change colours to suit your needs */
mark {
    font-style: italic;
    font-weight: bold;
    color: #000;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #ccc;
}

input,
select {
    vertical-align: middle;
}

/* ===============================================================
  mixin
  mixinの定義
================================================================ */
/* ===============================================================
  base
  ベースのスタイルの定義
================================================================ */
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  フォント
------------------------------------*/
/*----------------------------------
  ベース
------------------------------------*/
html {
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: auto;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

*,
::before,
::after {
    box-sizing: inherit;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
}

@media all and (-ms-high-contrast: none) {
    body {
        font-family: Meiryo, sans-serif;
    }
}

main {
    display: block;
}

button {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
}

a {
    color: #000;
    text-decoration: none;
}

p a {

    border-bottom: 2px solid #ddd;
}


p a:hover {
    border-bottom: 2px solid #e60012;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

iframe {
    width: 100%;
}

address {
    font-style: normal;
}

.sp-only {
    display: block;
}

.pc-only {
    display: none;
}

@media (min-width: 768px) {
    .sp-only {
        display: none;
    }

    .pc-only {
        display: block;
    }
}

/* ===============================================================
  layout
  レイアウトに関するスタイルの定義
================================================================ */
/*----------------------------------
  レイアウト
------------------------------------*/
.container {
    width: 960px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .container {
        width: 100%;
    }
}

/* ===============================================================
  module
  モジュールのスタイルの定義
================================================================ */
/*----------------------------------
  見出し
------------------------------------*/
.heading01 {
    font-size: 4.2rem;
    font-weight: 700;
    color: #b80013;
    text-align: center;
}

.heading01 h2 {
    font-size: 4.2rem;
    font-weight: 700;
    color: #b80013;
    text-align: center;
}

@media (max-width: 767px) {
    .heading01 {
        font-size: 2.8rem;
    }
}

.heading01::after {
    display: block;
    width: 60px;
    height: 3px;
    margin: 14px auto;
    content: "";
    background-color: #b80013;
}

.heading01.heading01--blight-red h2 {
    color: #e52f48;
}

.heading01--blight-red::after {
    background-color: #e52f48;
}

.heading01--blue {
    color: #071072;
}

.heading01--blue h2 {
    color: #071072;
}

.heading01--blue::after {
    background-color: #071072;
}

.heading02 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: calc(36 / 28);
}

.heading02 h3 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: calc(36 / 28);

}

@media (max-width: 767px) {
    .heading02 {
        font-size: 2.2rem;
    }
}

.heading02--reverse {
    text-align: right;
}

@media (max-width: 767px) {
    .heading02--reverse {
        text-align: left;
    }
}

.heading02__sub-title {
    display: block;
    margin-top: -13px;
    margin-bottom: 9px;
    font-size: 1.6rem;
}

.heading03 {
    font-size: 1.6rem;
    font-weight: 700;
}

.heading03 h4 {
    font-size: 1.6rem;
    font-weight: 700;
}

.heading04 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}

.heading04 h3 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .heading04 {
        font-size: 2.2rem;
    }
}

.heading04::after {
    display: block;
    height: 3px;
    margin: 9px auto;
    content: "";
    background-image: linear-gradient(to right, #f2003a, #f2003a 3px, transparent 3px, transparent 6px);
    background-repeat: repeat-x;
    background-size: 6px 3px;
}

.heading05 {
    font-size: 2.8rem;
    text-align: center;
}

.heading05 h2 {
    font-weight: bold;
}

@media (max-width: 767px) {
    .heading05 {
        font-size: 2.2rem;
    }
}

.heading05__title {
    display: inline-block;
    padding: 2px 4px;
    color: #fff;
    background-color: #071072;
}

.heading05__title br {
    display: none;
}

@media (max-width: 499px) {
    .heading05__title br {
        display: block;
    }
}

@media (max-width: 499px) {
    .heading05__title {
        width: 100%;
    }
}

.heading06 {
    padding-left: 5px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: calc(35 / 26);
    border-left: solid 5px #b80013;
}

.heading06 h3 {
    padding-left: 5px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: calc(35 / 26);
    border-left: solid 5px #b80013;
}


@media (max-width: 767px) {
    .heading06 {
        font-size: 2rem;
    }
}

.heading07 {
    font-size: 1.8rem;
    font-weight: 700;
}

/*----------------------------------
  ホバーアクション時のスタイル
------------------------------------*/
.hover {
    transition: 0.4s;
}

.hover--transparent:hover {
    opacity: 0.6;
}

/*----------------------------------
  写真つき紹介
------------------------------------*/
.portrait {
    width: 192px;
    margin-bottom: 20px;
}

.portrait__photo {
    margin-bottom: 7px;
}

.portrait__name {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.portrait__company {
    display: block;
    margin-bottom: 6px;
    font-size: 1.2rem;
    line-height: calc(16 / 12);
}

/*----------------------------------
  テキスト
------------------------------------*/
.text {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    color: #000;
    text-align: justify;
    word-wrap: break-word;
}

.text:not(:last-of-type) {
    margin-bottom: 26px;
}

.text--center {
    text-align: center;
}

.text--bold {
    font-weight: 700;
}

.text--lg {
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    .text--lg {
        font-size: 1.8rem;
    }
}

.text--xl {
    font-size: 2.6rem;
}

@media (max-width: 767px) {
    .text--xl {
        font-size: 2rem;
    }
}

/*----------------------------------
  英字を大文字にするユーティリティクラス
------------------------------------*/
.uppercase {
    text-transform: uppercase;
}

/*----------------------------------
  YouTubeへのリンク
------------------------------------*/
.youtube {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
}

.youtube img {
    margin-right: 8px;
}

.youtube a {
    display: block;
    display: flex;
    align-items: center;
}

/* ===============================================================
  block
  ページ固有のブロックのスタイルの定義
================================================================ */
/*----------------------------------
  ボタン
------------------------------------*/
.button01 {
    width: 230px;
    background-color: #fff;
    border: solid 1px #b80013;
    transition: 0.4s;
}

.button01:hover {
    background-color: #b80013;
    transition: 0.4s;
}

.button01:hover a {
    color: #fff;
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/ico_button-arrow01-white.svg");
    transition: 0.4s;
}

.button01 a {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/ico_button-arrow01.svg");
    background-repeat: no-repeat;
    background-position: center right 21px;
    transition: 0.4s;
    transition: 0.4s;
}

.button01__svg {
    position: absolute;
    top: 50%;
    right: 20px;
    fill: #b80013;
    transition: 0.4s;
    transform: translate(0, -50%);
}

.button02 {
    width: 300px;
    height: 80px;
    background-color: #fff;
    border: solid 3px #000;
    transition: 0.4s;
}

@media (max-width: 767px) {
    .button02 {
        width: 100%;
        max-width: 300px;
    }
}

.button02:hover {
    background-color: #000;
    transition: 0.4s;
}

.button02:hover a {
    color: #fff;
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/ico_button-arrow02-white.svg");
    transition: 0.4s;
}

.button02 a {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/ico_button-arrow02.svg");
    background-repeat: no-repeat;
    background-position: center right 13px;
    transition: 0.4s;
}

@media (max-width: 767px) {
    .button02 a {
        font-size: 1.6rem;
    }
}

.button02__sub-title {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
}

/*----------------------------------
  KDL DAYコラム
------------------------------------*/
.column {
    width: 879px;
    height: 836px;
    padding: 34px 49px 53px;
    margin: 0 auto;
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_column01.png");
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .column {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        padding: 34px 24px 40px;
        background-color: #fff;
        background-image: none;
        border: solid 3px #f2003a;
    }
}

.column__heading {
    margin-bottom: 35px;
}

.column__heading::after {
    width: 233px;
}

@media (max-width: 767px) {
    .column__heading::after {
        width: 180px;
    }
}

@media (max-width: 374px) {
    .column__heading::after {
        width: 100%;
    }
}

.column__text-container {
    margin-bottom: 24px;
}

.column__link {
    margin-bottom: 26px;
}

.column__images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .column__images {
        align-items: center;
    }
}

.column__image {
    width: 18%;
}

@media (max-width: 767px) {
    .column__image {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 767px) {
    .column__image img {
        display: block;
        margin: 0 auto;
    }
}

.column__image:nth-child(-n + 5) {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .column__image:nth-child(-n + 5) {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .column__image:nth-child(-n + 8) {
        margin-bottom: 20px;
    }
}

.column__button {
    width: 100%;
    max-width: 233px;
    height: 33px;
    margin: 0 auto 32px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background-color: #f2003a;
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/ico_button-arrow01-white.svg");
    background-repeat: no-repeat;
    background-position: center right 9px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .column__button {
        font-size: 1.4rem;
    }
}

.column__button a {
    display: block;
    padding-left: 8px;
    line-height: 33px;
    color: inherit;
}

@media (max-width: 767px) {
    .column__button a {
        padding-left: 24px;
    }
}

/*----------------------------------
  フッター
------------------------------------*/
.footer {
    background-color: #fff;
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 620px;
    padding: 70px 0;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .footer__links {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 40px 24px;
    }
}

.footer__button01 {
    margin-bottom: 20px;
}

.footer__button01:hover svg {
    stroke: #fff;
    transition: 0.4s;
}

.footer__button01 a {
    display: flex;
    padding: 15px 0 15px 10px;
}

.footer__button01 svg {
    stroke: #000;
    transition: 0.4s;
}

.footer__button01-content {
    padding: 9px 0 0 10px;
}

.footer__button02 {
    margin-bottom: 20px;
}

.footer__button02:hover svg {
    stroke: #fff;
    transition: 0.4s;
}

.footer__button02 a {
    display: flex;
    align-items: center;
    padding: 14px 0 14px 13px;
}

.footer__button02 svg {
    margin-right: 8px;
    stroke: #000;
    transition: 0.4s;
}

@media (max-width: 767px) {
    .footer__button03 {
        margin-bottom: 20px;
    }
}

.footer__button03:hover svg {
    stroke: #fff;
    transition: 0.4s;
}

.footer__button03 a {
    display: flex;
    align-items: center;
    padding: 16px 0 15px 13px;
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    .footer__button03 a {
        font-size: 1.4rem;
    }
}

.footer__button03 svg {
    margin-right: 8px;
    stroke: #000;
    transition: 0.4s;
}

.footer__button04:hover svg {
    stroke: #fff;
    transition: 0.4s;
}

.footer__button04 a {
    display: flex;
    padding: 21px 0 21px 13px;
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    .footer__button04 a {
        font-size: 1.6rem;
    }
}

.footer__button04 a .button02__sub-title {
    margin-bottom: 4px;
    margin-left: 8px;
}

.footer__button04 svg {
    stroke: #000;
    transition: 0.4s;
}

.footer__copyright {
    padding: 10px 0 10px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #b80013;
    height: 40px;
}

/*----------------------------------
  新年のご挨拶
------------------------------------*/
.intro {
    padding-top: 30px;
    margin: -30px auto 145px;
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern01.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern02.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern02.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern03.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern04.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern01.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top 133px right 0, top 346px right 0, top 542px left 0, top 801px right 0,
        bottom 268px left -30px, bottom 0 left 0;
}

@media (max-width: 767px) {
    .intro {
        padding: 30px 12px 0;
        margin: -30px auto 80px;
        background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern01.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern02.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern06.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern07.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern07.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern06.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern06.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern07.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern07.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern06.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern06.png");
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
            no-repeat, no-repeat;
        background-position: top 15px right 0, top 50px left 0, top 13% left 12px, top 22% right 12px, top 30% left 12px,
            top 40% right 12px, top 49% left 12px, top 58% right 12px, top 66% left 12px, top 75% right 12px,
            top 83% left 12px;
        background-size: 70px;
    }
}

.intro__heading {
    margin-bottom: 41px;
}

.intro__container {
    width: 787px;
    padding: 48px 40px;
    margin: 0 auto;
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_line01.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_line02.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top 0 left 0, bottom 0 right 0;
}

@media (max-width: 767px) {
    .intro__container {
        width: 100%;
        padding: 32px 12px;
        background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_line03.png"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_line04.png");
    }
}

.intro__portrait {
    float: right;
    width: 230px;
    margin: 0 80px 0 40px;
}

@media (max-width: 767px) {
    .intro__portrait--pc {
        display: none;
    }
}

.intro__portrait--sp {
    display: none;
}

@media (max-width: 767px) {
    .intro__portrait--sp {
        display: block;
        float: none;
        margin: 0 auto;
    }
}

.intro__portrait-photo {
    margin-bottom: 10px;
}

.intro__portrait-name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: calc(26 / 16);
    text-align: center;
}

.intro__text:last-of-type {
    margin-bottom: 44px;
}

/*----------------------------------
  KDL DAY開催報告
------------------------------------*/
.kdl-day {
    padding-top: 30px;
    margin: -30px 0 143px;
}

@media (max-width: 767px) {
    .kdl-day {
        margin: -30px 0 80px;
    }
}

.kdl-day__heading {
    margin-bottom: 18px;
}

.kdl-day__banner {
    margin-bottom: 42px;
}

@media (max-width: 960px) {
    .kdl-day__intro-container {
        margin: 0 12px 184px 12px;
    }
}

.kdl-day__intro {
    width: 100%;
    padding: 17px 20px;
    margin-bottom: 184px;
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_dashed01.svg"), url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_dashed01.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: top 0 left 0, bottom 0 left 0;
}

.kdl-day__column {
    height: 836px;
    padding-top: 49px;
    margin-bottom: 135px;
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_dot02.png");
    background-repeat: repeat;
    background-size: contain;
}

@media (max-width: 767px) {
    .kdl-day__column {
        width: 100%;
        height: auto;
        padding: 49px 24px 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .kdl-day__column::after {
        position: relative;
        z-index: 1;
        display: block;
        width: 100vw;
        height: 40px;
        margin: -40px calc(50% - 50vw) 0;
        content: "";
        background-color: #fff;
    }
}

.kdl-day__thanks-text-container {
    padding: 0 24px;
}

.kdl-day__thanks-text-container .text:not(:last-of-type) {
    margin-bottom: 9px;
}

/*----------------------------------
  メインビジュアル
------------------------------------*/
.mv {
    height: 620px;
    margin-bottom: 150px;
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_mv-pc.jpg");
    background-size: contain;
}

@media (max-width: 767px) {
    .mv {
        height: calc(100vw / (375 / 554));
        margin-bottom: 80px;
        background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_mv-sp.jpg");
        background-size: cover;
    }
}

.mv__banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 781px;
    padding-top: 279px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .mv__banners {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-top: calc(155 / 375 * 100vw);
    }
}

.mv__banner {
    width: 380px;
    margin-bottom: 20px;
    background-color: #fff;
}

@media all and (-ms-high-contrast: none) {
    .mv__banner {
        min-height: 0%;
    }
}

@media (max-width: 767px) {
    .mv__banner {
        width: calc(255 / 375 * 100vw);
        margin-bottom: 5px;
    }
}

/*----------------------------------
  KDL NEWS
------------------------------------*/
.news {
    padding: 79px 41px 80px;
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_news01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .news {
        padding: 79px 24px 80px;
    }
}

.news__heading {
    margin-bottom: 47px;
}

.news-content:not(:last-of-type) {
    margin-bottom: 80px;
}

.news-content__heading {
    margin-bottom: 31px;
}

.news-content__images {
    display: flex;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .news-content__images {
        flex-direction: column;
        align-items: center;
    }
}

.news-content__image {
    width: 439px;
}

@media all and (-ms-high-contrast: none) {
    .news-content__image {
        min-height: 0%;
    }
}

@media (max-width: 767px) {
    .news-content__image {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .news-content__image:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

.news-content__banner {
    margin-bottom: 14px;
}

.news-content__text-container01 {
    margin-bottom: 14px;
}

.news-content__text-container02 {
    margin-bottom: 50px;
}

.news-content__list {
    padding: 14px 0;
    padding-right: 16px;
    margin-bottom: 45px;
    background-color: #fff;
    border: solid 2px #d8d8d8;
}

.news-content__list-item {
    margin-left: 1em;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: calc(30 / 16);
    text-indent: -1em;
}

.news-content__list-item::before {
    content: "・";
}

.news-content__button {
    margin: 0 auto;
}

/*----------------------------------
  お年玉プレゼント
------------------------------------*/
.present {
    background-color: #fffeec;
}

.present::before {
    display: block;
    height: 34px;
    content: "";
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.present::after {
    display: block;
    height: 34px;
    content: "";
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_pattern05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotateZ(180deg);
}

.present__heading {
    margin-top: 23px;
    margin-bottom: 26px;
}

.present-content {
    display: flex;
    justify-content: space-between;
    padding: 0 41px 41px;
}

@media (max-width: 767px) {
    .present-content {
        flex-direction: column;
        align-items: center;
        padding: 0 24px 41px;
    }
}

.present-content__description {
    width: 429px;
}

@media (max-width: 767px) {
    .present-content__description {
        width: 100%;
        margin-bottom: 20px;
    }
}

.present-content__heading {
    margin-bottom: 24px;
}

.present-content__heading-note {
    margin-left: 1em;
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .present-content__heading-note {
        margin-left: 0;
    }
}

.present-content__winner-caution-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .present-content__winner-caution-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .present-content__winner {
        margin-bottom: 16px;
    }
}

.present-content__caution {
    display: block;
    width: 235px;
    padding: 5px 0 5px 26px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    background-color: #b48c50;
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/ico_caution.svg");
    background-repeat: no-repeat;
    background-position: center left 11px;
    border-radius: 11px;
}

.present-content__text {
    margin-bottom: 15px;
}

.present-content__button {
    margin-bottom: 19px;
}

@media (max-width: 767px) {
    .present-content__button {
        margin: 0 auto 19px;
    }
}

.present-content__note {
    display: block;
    width: calc(439px * 10 / 9);
    margin-left: 1em;
    font-size: 10px;
    text-indent: -1em;
    transform: scale(0.9);
    transform-origin: 0 0;
}

@media (max-width: 767px) {
    .present-content__note {
        width: 100%;
    }
}

.present-content__note::before {
    content: "※";
}

.present-content__note:first-of-type {
    margin-bottom: 7px;
}

.present-content__image {
    width: 420px;
}

@media all and (-ms-high-contrast: none) {
    .present-content__image {
        min-height: 0%;
    }
}

@media (max-width: 767px) {
    .present-content__image {
        width: 100%;
    }
}

/*----------------------------------
  KDL DAY セッション
------------------------------------*/
.session {
    position: relative;
    padding: 65px 24px 46px;
    background-color: #fafafa;
}

.session::before {
    position: absolute;
    top: -105px;
    right: 0;
    width: 677px;
    height: 111px;
    content: "";
    background-image: url("https://www.kdl.co.jp/legacy_data/blog/img/kdlnow27/bg_dot01.png");
    background-repeat: repeat;
}

@media (max-width: 767px) {
    .session::before {
        width: calc(100vw - 220px);
    }
}

.session:not(:last-of-type) {
    margin-bottom: 107px;
}

.session--reverse::before {
    right: auto;
    left: 0;
}

@media (max-width: 767px) {
    .session--reverse::before {
        right: 0;
        left: auto;
    }
}

.session__volume-container {
    position: absolute;
    top: -78px;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .session__volume-container {
        top: -50px;
    }
}

.session__volume-container--reverse {
    right: 24px;
}

@media (max-width: 767px) {
    .session__volume-container--reverse {
        right: auto;
    }
}

.session__volume {
    display: block;
    align-items: flex-end;
    padding-bottom: 28px;
    margin-right: 10px;
    font-family: "Hind", sans-serif;
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    .session__volume {
        padding-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .session__number img {
        height: 80px;
    }
}

.session__heading {
    margin-bottom: 43px;
}

.session__container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .session__container {
        flex-direction: column;
        align-items: center;
    }
}

.session__container--reverse {
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .session__container--reverse {
        flex-direction: column;
        align-items: center;
    }
}

.session__paragraphs {
    width: 460px;
}

@media all and (-ms-high-contrast: none) {
    .session__paragraphs {
        min-height: 0%;
    }
}

@media (max-width: 767px) {
    .session__paragraphs {
        width: 100%;
    }
}

.session__portraits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 414px;
    height: 587px;
    padding-top: 26px;
}

@media all and (-ms-high-contrast: none) {
    .session__portraits {
        min-height: 0%;
    }
}

@media (max-width: 767px) {
    .session__portraits {
        height: auto;
    }
}

.session__portraits-media-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 414px;
}

@media all and (-ms-high-contrast: none) {
    .session__portraits-media-container {
        min-height: 0%;
    }
}

.session__portraits02 {
    height: 332px;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .session__portraits02 {
        height: auto;
    }
}

.session__portrait {
    width: calc((100% - 20px) / 2);
}

@media (max-width: 767px) {
    .session__portrait:nth-of-type(n + 2) {
        margin-bottom: 20px;
    }
}

.session-paragraph {
    margin-bottom: 26px;
}

.session-paragraph:last-of-type {
    margin-bottom: 24px;
}

.session-paragraph__heading {
    margin-bottom: 5px;
}

.session__media {
    margin: 0 auto;
}

@media all and (-ms-high-contrast: none) {
    .session__media {
        min-height: 0%;
    }
}

.session__media-image {
    width: 100%;
    max-width: 394px;
    margin-bottom: 9px;
}

.session__media-heading {
    margin-bottom: 11px;
    text-align: center;
}

.session__media-dl {
    display: block;
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 700;
}

.session__media-dl dt {
    float: left;
    line-height: calc(21 / 12);
}

.session__media-dl dd {
    line-height: calc(21 / 12);
}

.session__media-dl a {
    color: #1e6cea;
}

/*# sourceMappingURL=style.css.map */


#header .home {
    line-height: 14px;
    width: 195px;
    height: 25px;
    font-weight: bold;
}

.archive_caution {
    margin-top: 15px;
    line-height: 1.3;
    font-size: 14px;
    color: #444;
}
