@charset "utf-8";

/*=============================================================================
    例外的に幅固定を解除する（子孫要素で幅100%を使いたいため）
=============================================================================*/
#wrapper {
    width: 100%;
}

/* ページ先頭へのリンクは固定幅に戻す */
#pageTop {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

/*=============================================================================
    縦積みレイアウト
=============================================================================*/
.stack > * + * {
    margin-top: 40px;
}

/*=============================================================================
    幅固定中央寄せ
=============================================================================*/
.center {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

/*=============================================================================
    メインビジュアル
=============================================================================*/
#mainVisual {
    position: relative;
}

#mvImage {
    display: block;
    width: 100%;
}

#mvCopy {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 24vw;
    max-width: 400px;
}

/*=============================================================================
    OEM・ODMバナー
=============================================================================*/
#OEMBanner img {
    display: block;
}

/*=============================================================================
    製品情報
=============================================================================*/
#products {
    padding-bottom: 16px;
    border-bottom: 1px solid #918F8F;
}

#pTitle {
    position: relative;
    margin-bottom: 16px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #0064B9;
}
#pTitle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #918F8F;
}
#pTitle span {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    background-color: #fff;
}

#pList {
    display: flex;
    justify-content: space-around;
}
#pList .item {
    display: flex;
    flex-direction: column;
    width: 140px;
}
#pList .pict {
    display: block;
    margin-bottom: 10px;
}
#pList .label {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 15px;
}
#pList .label span {
    display: inline-block;
}

/*=============================================================================
    その他コンテンツリンクボタン
=============================================================================*/
#linkButtons {
    display: flex;
    justify-content: space-between;
}

#linkButtons .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 233px;
    height: 180px;
    background-color: #FAA400;
    border: 1px solid #707070;
    border-radius: 8px;
    line-height: 1.2;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 24px;
}

#linkButtons .item::after {
    position: absolute;
    bottom: 17px;
    right: 17px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #fff;
}

#linkButtons .item .label {}

#linkButtons .item .label .small {
    font-size: 18px;
}

/*=============================================================================
    フッター前のPR
=============================================================================*/
#pr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 300px;
    background: url(../images/home/pr_bg.png) 82px 100% no-repeat;
}

#prInner {
    width: 720px;
    text-align: center;
}

#prText {
    margin-bottom: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 36px;
}

/*=============================================================================
    ニュース＆ツイッターのコンテナ
=============================================================================*/
#info {
    padding-top: 40px;
    background: rgb(240,240,240);
    background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
}

#info .inner {
    display: flex;
    justify-content: space-between;
}

#info .inner .col {
    position: relative;
}
#info .inner .col:nth-child(1) {
    padding-bottom: 96px;
}

/*=============================================================================
    ニュース
=============================================================================*/
#news {
    padding: 10px 20px 20px;
    width: 475px;
    height: 100%;
    text-align: left;
    border:3px solid #CCC;
    border-radius: 10px;
    background-color: #fff;
}

#news .item{
    text-align: left;
    font-size: 1.2rem;
    padding:10px 0 0;
}

#news .item .date{
    float: left;
}

#news .item .titWrap{
    padding:0 0 0 80px;
}

#news .item .titWrap .thumbnail{
    width:30px;
    float: left;
    padding:0 10px 10px 0;
}

#news .item .titWrap .thumbnail img{
    width: 100%;
    height:auto;
}

#news .item .titWrap > .tit{
    line-height: 1.6;
    /*padding:0 0 0 40px;*/
}

#news .more{}
#news .more a{
    display: table;
}
#news .more a .txt{
    background: url(../images/common/icn_arrow03.png) left center no-repeat;
    padding:0 0 0 10px;
}

/*=============================================================================
    YouTubeチャンネルリンク
=============================================================================*/
#youtube_button {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
}

#youtube_button .youtube_button_pr {
    display: block;
    height: 24px;
    line-height: 24px;
    background-color: #f1f1f1;
    text-align: center;
    border-radius: 6px 6px 0 0;
    font-weight: 900;
    font-size: 12px;
}

#youtube_button .youtube_button_label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    font-weight: 900;
    font-size: 18px;
}

#youtube_button .youtube_button_label > img {
    display: block;
    margin-right: 24px;
}