@charset "UTF-8";
/* Template
   v0.1 | 20150430
   License: none (public domain)
   ―
*/
#wrap {
    min-width: 980px;
    opacity: 0;
    visibility: hidden;
}

/*
----------------------------
header
----------------------------
*/
header {
    width: 100%;
    height: 54px;
    background: #fff;
}

.header__left {
    float: left;
    height: 54px;
    display: table;
}

.header__left h1 {
    padding-left: 22px;
    vertical-align: middle;
    display: table-cell;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.header__left h1:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.header__left h2 {
    padding-left: 19px;
    vertical-align: middle;
    display: table-cell;
    font-size: 13px;
}

.header__right {
    float: right;
}

.header__right h3 {
    float: left;
    width: 110px;
    height: 35px;
    margin-top: 10px;
    margin-right: 26px;
    overflow: hidden;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.header__right h3:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.header__right .header__globalMenu {
    float: right;
}

.header__right .globalMenu__btn {
    position: relative;
    width: 217px;
    height: 54px;
    cursor: pointer;
}

.header__right .globalMenu__list {
    position: absolute;
    top: 55px;
    right: 0;
    width: 340px;
    height: 0px;
    overflow: hidden;
    z-index: 10;
    font-size: 16px;
}

.header__right .globalMenu__list li {
    position: relative;
    width: 340px;
    height: 60px;
    color: #fff;
    background: #000;
}

.header__right .globalMenu__list li .line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 340px;
    height: 1px;
    background: #242424;
}

.header__right .globalMenu__list li .globalMenu__list_item {
    position: relative;
    width: 340px;
    height: 60px;
    background: url("../fig/common/btn_pattern.png") top left repeat-y;
    display: table;
    cursor: pointer;
}

.header__right .globalMenu__list li .globalMenu__list_item:hover p {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.header__right .globalMenu__list li .globalMenu__list_item p {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    display: table-cell;
    padding-left: 26px;
    vertical-align: middle;
}

.header__right .globalMenu__list li .globalMenu__list_item a {
    color: #fff;
    text-decoration: none;
}

.header__right .globalMenu__list li .share_list {
    width: 340px;
    height: 60px;
    letter-spacing: -.40em;
    text-align: center;
}

.header__right .globalMenu__list li .share_list li {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    margin-top: 18px;
    margin-left: 32px;
    width: 27px;
    height: 27px;
    overflow: hidden;
    letter-spacing: normal;
    display: inline-block;
    background: none;
}

.header__right .globalMenu__list li .share_list li:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.header__right .globalMenu__list li .share_list li:first-child {
    margin-left: 0px;
}

.header__right .globalMenu__list li .share_list li img {
    vertical-align: top;
}

.header__right .globalMenu__list li .share_list li.yt {
    width: 50px;
    height: 27px;
}

/*
----------------------------
 contents
----------------------------
*/
.contents {
    width: 100%;
    min-width: 826px;
    position: relative;
    background: url("../fig/bluraydvd/common/bg_black.jpg") top left;
}

.contents__nav {
    width: 154px;
    margin-right: -154px;
    background: #000;
    float: left;
    position: relative;
}

.contents__nav nav {
    position: relative;
    top: 0px;
    left: 0px;
    width: 154px;
    height: 570px;
    z-index: 1;
    color: yellow;
}

.contents__nav_logo {
    cursor: pointer;
    padding-top: 29px;
    margin-bottom: 28px;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.contents__nav_logo:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.contents__nav_logo img {
    vertical-align: top;
}

.contents__nav_list {
    margin-bottom: 29px;
}

.contents__nav_list li {
    width: 154px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}

.contents__nav_list li:hover img {
    margin-top: -40px;
}

.contents__nav_list li img {
    vertical-align: top;
}

.contents__nav_list .active {
    cursor: default;
}

.contents__nav_list .active img {
    margin-top: -40px !important;
}

.contents__nav_shareTitle {
    text-align: center;
    margin-bottom: 16px;
}

.contents__nav_shareList {
    letter-spacing: -.40em;
    text-align: center;
}

.contents__nav_shareList li {
    width: 28px;
    height: 28px;
    overflow: hidden;
    letter-spacing: normal;
    display: inline-block;
}

.contents__nav_shareList li:first-child {
    margin-right: 9px;
}

/*
----------------------------
 contents__article
----------------------------
*/
.contents__article {
    width: 100%;
    float: right;
}

/*
----------------------------
 top
----------------------------
*/
.contents__article_top {
    margin-left: 154px;
    overflow: hidden;
    background: url("../fig/bluraydvd/top/bg_white.jpg") -154px 0;
}

.contents__article_top img {
    width: 100%;
}

.contents__article_top_left {
    float: left;
    width: 50%;
    position: relative;
}

.contents__article_top_left_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 570px;
}

.contents__article_top_releaseText {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.contents__article_top_releaseText img {
    width: 75%;
}

.contents__article_top_reserve {
    width: 75%;
    border: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
}

.contents__article_top_reserve .inner {
    padding: 45px 42px;
}

.contents__article_top_reserve_headline {
    text-align: center;
    padding-bottom: 26px;
}

.contents__article_top_reserve_ecom {
    text-align: center;
    padding-bottom: 18px;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.contents__article_top_reserve_ecom:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.contents__article_top_reserve_aside {
    text-align: center;
    padding: 0 10%;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.contents__article_top_reserve_aside:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.contents__article_top_right {
    width: 50%;
    float: right;
}

.contents__article_top_right p img {
    vertical-align: top;
}

/*
----------------------------
 introduction
----------------------------
*/
.contents__article_introduction {
    margin-left: 154px;
    height: 0px;
    overflow: hidden;
}

.contents__article_introduction_left {
    position: relative;
    float: left;
    width: 40%;
    overflow: hidden;
}

.contents__article_introduction_left .introduction_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contents__article_introduction_left .introduction_slide li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.contents__article_introduction_left .introduction_slide li .introduction_slide_posSet {
    position: relative;
    width: 100%;
    height: 100%;
}

.contents__article_introduction_left .introduction_slide li .introduction_slide_posSet p {
    position: absolute;
    top: 0;
    left: 50%;
}

.contents__article_introduction_left .introduction_slide li img {
    vertical-align: top;
    height: 100%;
}

.contents__article_introduction_left .introduction_slide li:first-child {
    opacity: 1;
    visibility: visible;
}

.contents__article_introduction_left .formwork {
    position: relative;
    visibility: hidden;
}

.contents__article_introduction_left .formwork img {
    vertical-align: top;
    height: 100%;
}

.contents__article_introduction_right {
    float: right;
    width: 60%;
    color: #fff;
}

.contents__article_introduction_right .contents__article_introduction_title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    margin-bottom: 70px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.contents__article_introduction_right .contents__article_introduction_descs {
    width: 80%;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55em;
}

.contents__article_introduction_right .contents__article_introduction_descs a {
    color: #fff;
}

.contents__article_introduction_right .contents__article_introduction_descs a:hover {
    text-decoration: none;
}

.contents__article_introduction_right .contents__article_introduction_desc {
    margin-top: 45px;
}

.contents__article_introduction_right .contents__article_introduction_desc:first-child {
    margin-top: 0px;
}

/*
----------------------------
 setlist
----------------------------
*/
.contents__article_setlist {
    position: relative;
    margin-left: 154px;
    height: 0px;
    overflow: hidden;
    color: #fff;
}

.contents__article_setlist .setlist_inner {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -.40em;
}

.contents__article_setlist .setlist_title {
    padding-top: 91px;
    padding-bottom: 62px;
    letter-spacing: normal;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.contents__article_setlist dl {
    position: relative;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-bottom: 107px;
}

.contents__article_setlist dl dt {
    text-align: center;
    margin-bottom: 32px;
}

.contents__article_setlist dl dd {
    margin-top: 13px;
    text-align: center;
    font-size: 14px;
}

.contents__article_setlist dl dd span {
    line-height: 2.0em;
    font-size: 10px;
}

.contents__article_setlist dl .privilege {
    text-align: center;
    color: #e50043;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.0em;
    padding-bottom: 15px;
}

.contents__article_setlist dl .squere {
    position: absolute;
    top: 64px;
    left: 50px;
    width: 200px;
    height: 171px;
    border: 1px solid #e50043;
}

.contents__article_setlist dl .mb3 {
    margin-bottom: 3px;
}

.contents__article_setlist dl .mt32 {
    margin-top: 32px;
}

/*
----------------------------
 information
----------------------------
*/
.contents__article_information {
    margin-left: 154px;
    height: 0px;
    overflow: hidden;
    color: #fff;
}

.contents__article_information_left {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
}

.contents__article_information_left .information_title {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 68px;
    font-size: 28px;
    font-weight: bold;
}

.contents__article_information_left .information_seedSellerDay_headline {
    font-size: 16px;
    color: #e50043;
    font-weight: bold;
    margin-bottom: 27px;
}

.contents__article_information_left .information_seedSellerDay_text {
    font-size: 16px;
    margin-bottom: 40px;
}

.contents__article_information_left .information_seedSellerStore_headline {
    font-size: 16px;
    color: #e50043;
    font-weight: bold;
    margin-bottom: 27px;
}

.contents__article_information_left .information_seedSellerStore_text {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.5em;
}

.contents__article_information_left .information_seedSellerStore_text a {
    color: #fff;
}

.contents__article_information_left .information_seedSellerStore_text a:hover {
    text-decoration: none;
}

.contents__article_information_left .information_purchase_bonus_headline {
    font-size: 16px;
    color: #e50043;
    font-weight: bold;
    margin-bottom: 27px;
}

.contents__article_information_left .information_purchase_bonus_texts {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 55px;
}

.contents__article_information_left .information_purchase_bonus_texts p {
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 25px;
}

.contents__article_information_left .information_purchase_bonus_texts p:first-child {
    margin-top: 0px;
}

.contents__article_information_left .information_purchase_bonus_texts p span {
    font-size: 12px;
}

.contents__article_information_left .information_purchase_bonus_texts .information_purchase_bonus_img img {
    width: 100%;
}

.contents__article_information_left .information_purchase_bonus_texts .mt5 {
    margin-top: 5px;
}

.contents__article_information_left .information_purchase_bonus_text span.headline {
    font-size: 16px;
    color: #e50043;
}

.contents__article_information_left .information_sellerDay_headline {
    font-size: 16px;
    color: #e50043;
    font-weight: bold;
    margin-bottom: 27px;
}

.contents__article_information_left .information_sellerDay_text {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.5em;
}

.contents__article_information_left .information_release_style_headline {
    font-size: 16px;
    color: #e50043;
    font-weight: bold;
    margin-bottom: 27px;
}

.contents__article_information_left .information_release_style_text p {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.7em;
}

.contents__article_information_left .information_release_style_text p span {
    font-weight: bold;
    font-size: 18px;
    line-height: 3em;
}

.contents__article_information_left .information_release_style_text_aside {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 16px;
}

.contents__article_information_left .information_release_style_text_aside p {
    line-height: 1.0em;
    margin-bottom: 0px;
}

.contents__article_information_left .information_release_style_text_aside p:first-child {
    margin-bottom: 15px;
}

.contents__article_information_left .information_release_style_text_aside .head {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}

.contents__article_information_left .information_release_style_text_aside .desc {
    padding-left: 1em;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
    line-height: 1.4em;
}

.contents__article_information_left .information_release_style_text_aside .notice {
    padding-left: 1em;
    font-size: 12px;
    margin-bottom: 20px;
}

.contents__article_information_left .information_release_jk {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px !important;
}

.contents__article_information_left .information_release_jk img {
    width: 100%;
}

.contents__article_information_left .information_storeLink {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.contents__article_information_left .information_storeLink:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.contents__article_information_left .information_storeLink img {
    width: 100%;
}

.contents__article_information_left .information_storeLink_aside {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 59px;
}

.contents__article_information_left .information_storeLink_fukuyamaya {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.contents__article_information_left .information_storeLink_fukuyamaya p {
    text-align: center;
}

.contents__article_information_left .information_storeLink_fukuyamaya .head {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    color: #e50043;
    margin-bottom: 15px;
}

.contents__article_information_left .information_storeLink_fukuyamaya .desc {
    line-height: 1.5em;
    font-size: 15px;
}

.contents__article_information_left .information_storeLink_fukuyamaya .link {
    font-size: 18px;
    margin-top: 10px;
}

.contents__article_information_left .information_storeLink_fukuyamaya .link a {
    color: #e50043;
    text-decoration: none;
}

.contents__article_information_left .information_storeLink_fukuyamaya .link a:hover {
    text-decoration: underline;
}

.contents__article_information_left .information_guidance_setlist {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 80px;
    cursor: pointer;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.contents__article_information_left .information_guidance_setlist:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.contents__article_information_left .information_attention {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}

.contents__article_information_left .information_fukuyamaya {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #636264;
    text-align: left;
}

.contents__article_information_left .information_fukuyamaya .inner {
    padding: 56px 45px;
}

.contents__article_information_left .information_fukuyamaya .inner p {
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 2em;
}

.contents__article_information_left .information_fukuyamaya .inner p span {
    line-height: 1.0em;
    font-size: 16px;
    font-weight: bold;
}

.contents__article_information_left .information_fukuyamaya .inner p:first-child {
    line-height: 1.4em;
    font-size: 24px;
    color: #e50043;
    margin-bottom: 15px;
}

.contents__article_information_left .information_fukuyamaya .inner p a {
    color: #e50043;
    font-size: 18px;
    text-decoration: none;
}

.contents__article_information_left .information_fukuyamaya .inner p a:hover {
    text-decoration: underline;
}

.contents__article_information_left .information_fukuyamaya .inner .mb0 {
    margin-bottom: 0px;
}

.contents__article_information_left .h156 {
    height: 156px;
}

.contents__article_information_right {
    position: relative;
    width: 50%;
    float: right;
    visibility: hidden;
}

.contents__article_information_right p img {
    vertical-align: top;
    width: 100%;
}

/*
----------------------------
special
----------------------------
*/
.contents__article_special {
    margin-left: 154px;
    height: 0px;
    overflow: hidden;
    color: #fff;
}

.contents__article_special_inner {
    width: 731px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 146px;
}

.contents__article_special_4_title {
    margin-bottom: 40px;
    margin-top: 116px;
}

.contents__article_special_4_text_1 {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 48px;
}

.contents__article_special_4_opabtn {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    width: 343px;
    margin: 0 auto 61px;
    cursor: pointer;
}

.contents__article_special_4_opabtn:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.7;
}

.contents__article_special_4_text_2 {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 36px;
}

.contents__article_special_4_text_3 {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 36px;
}

.contents__article_special_4_text_3 span {
    color: #c1a645;
}

.contents__article_special_4_brosTwitterLink {
    width: 343px;
    margin: 0 auto 48px;
}

.contents__article_special_4_brosTwitterLink a {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.contents__article_special_4_brosTwitterLink a:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.7;
}

.contents__article_special_3_title {
    margin-bottom: 40px;
    margin-top: 92px;
}

.contents__article_special_3_headline {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 36px;
}

.contents__article_special_3_headline span {
    color: #0097ff;
}

.contents__article_special_3_aside {
    font-size: 14px;
    line-height: 1.5em;
}

.contents__article_special_3_info {
    margin-top: 47px;
    font-size: 14px;
}

.contents__article_special_3_info .head {
    margin-top: 24px;
    color: #0097ff;
}

.contents__article_special_3_info .head:first-child {
    margin-top: 0px;
}

.contents__article_special_3_info .desc {
    margin-top: 14px;
    line-height: 1.5em;
}

.contents__article_special_3_info .desc span {
    color: #0097ff;
}

.contents__article_special_3_box {
    margin-top: 47px;
    border: 1px solid #fff;
}

.contents__article_special_3_Essential_reading {
    font-size: 14px;
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
}

.contents__article_special_3_Essential_reading .head {
    font-size: 16px;
    color: #e50043;
    margin-bottom: 24px;
}

.contents__article_special_3_Essential_reading .text_1 {
    margin-bottom: 28px;
}

.contents__article_special_3_Essential_reading .text_2 {
    margin-bottom: 23px;
    line-height: 1.5em;
}

.contents__article_special_3_Essential_reading .text_3 {
    font-size: 18px;
    color: #e50043;
    margin-bottom: 39px;
}

.contents__article_special_3_buyBtn {
    position: relative;
    margin-bottom: 41px;
    padding-left: 20px;
    text-align: center;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.contents__article_special_3_buyBtn:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.contents__article_special_3_notice {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.contents__article_special_3_notice p {
    line-height: 1.5em;
}

.contents__article_special_3_notice p span {
    color: #e50043;
}

.contents__article_special_1_title {
    margin-bottom: 40px;
    margin-top: 116px;
}

.contents__article_special_1_headline {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 36px;
}

.contents__article_special_1_headline span {
    color: #0097ff;
}

.contents__article_special_1_notice_1 {
    font-size: 14px;
}

.contents__article_special_1_notice_1 p {
    margin-top: 4px;
    line-height: 1.8em;
}

.contents__article_special_1_notice_1 p:first-child {
    margin-top: 0px;
}

.contents__article_special_1_notice_1 .pt24 {
    padding-top: 14px;
}

.contents__article_special_1_notice_2 {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 48px;
}

.contents__article_special_1_mailbtn {
    width: 343px;
    margin-top: 42px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.contents__article_special_1_mailbtn:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.contents__article_special_2_title {
    margin-top: 70px;
    margin-bottom: 50px;
}

.contents__article_special_2_headline {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 36px;
}

.contents__article_special_2_headline span {
    color: #0097ff;
}

.contents__article_special_2_notice_1 {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 48px;
}

.contents__article_special_2_notice_1 p:first-child {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.contents__article_special_2_schedule {
    text-align: center;
    font-size: 20px;
    margin-bottom: 51px;
    color: #0097ff;
}

.contents__article_special_2_twitterlink {
    width: 343px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.contents__article_special_2_twitterlink:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.contents__article_special_2_twitterwidget {
    width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.contents__article_special_3_ovl_o {
    color: #e50043;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.contents__article_special_3_ovl_o:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.overlay-special {
    position: absolute;
    top: 159px;
    left: 50%;
    width: 830px;
    margin-left: -415px;
    background: #000;
    border: 1px solid #323230;
    visibility: hidden;
    z-index: 10;
    display: none;
}

.overlay-special-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    visibility: hidden;
    z-index: 10;
}

.overlay-special-inner {
    position: relative;
}

.overlay-special-title {
    text-align: center;
    margin: 0 0 65px;
    padding-top: 92px;
}

.overlay-special-close {
    position: absolute;
    top: -14px;
    right: -14px;
}

.overlay-special-list {
    width: 726px;
    margin: 0 auto;
    letter-spacing: -.40em;
}

.overlay-special-item {
    width: 213px;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 14px 40px;
}

.overlay-special-item-fig {
    padding-bottom: 27px;
}

.overlay-special-item-name {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 12px;
}

.overlay-special-item-uName {
    color: #0097ff;
    font-size: 13px;
    text-align: center;
}

/*
----------------------------
 banner
----------------------------
*/
.banner {
    width: 100%;
    height: 162px;
    background: #EBEBEB;
}

.banner__list {
    text-align: center;
    letter-spacing: -.40em;
}

.banner__list li {
    margin-top: 24px;
    margin-left: 19px;
    letter-spacing: normal;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.banner__list li:first-child {
    margin-left: 0px;
}

.banner__list li:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

/*
----------------------------
 pageTop
----------------------------
*/
.pageTop {
    width: 100%;
    height: 46px;
    border-top: 2px solid #0091FE;
    background: #000;
    display: table;
}

.pageTop p {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.pageTop p:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

/*
----------------------------
 footer
----------------------------
*/
footer {
    width: 100%;
    height: 581px;
    z-index: 2;
}

.footer__mailNews {
    width: 100%;
    height: 481px;
    background: #daedfc url("../fig/common/bg_mailnews.png") center top no-repeat;
}

.footer__mailNews_title {
    padding-top: 85px;
    padding-bottom: 28px;
    text-align: center;
}

.footer__ornament_line {
    width: 27px;
    height: 2px;
    background: #000;
    margin: 0 auto 35px;
}

.footer__mailNews_desc_title {
    text-align: center;
    font-weight: bold;
}

.footer__mailNews_descs {
    width: 600px;
    margin: 21px auto 0;
    font-size: 14px;
    line-height: 1.8em;
}

.footer__mailNews_register {
    margin-top: 39px;
    text-align: center;
}

.footer__mailNews_register img {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.footer__mailNews_register img:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.footer_cr {
    width: 100%;
    height: 100px;
    display: table;
    font-size: 12px;
}

.footer_cr p {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.overlay-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.overlay-youtube .overlay-youtube_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    cursor: pointer;
}

.overlay-youtube .overlay-youtube_skip {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.overlay-youtube .overlay-youtube_skip:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
}

.overlay-youtube .overlay-youtube_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
}

.overlay-youtube iframe {
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 1150px) {
    .contents__article_introduction_title {
        margin-top: 50px !important;
        margin-bottom: 30px !important;
    }

    .contents__article_introduction_desc {
        margin-top: 25px !important;
    }

    .contents__article_introduction_desc:first-child {
        margin-top: 0px !important;
    }
}
/*
----------------------------
 overlay-special-3
----------------------------
*/
.overlay-special-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 10;
    min-width: 980px;
}

.overlay-special-3-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

.overlay-special-3-contents-close {
    position: absolute;
    top: 159px;
    left: 50%;
    width: 41px;
    height: 42px;
    margin-left: 390px;
    margin-top: -25px;
    cursor: pointer;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.overlay-special-3-contents-close:hover {
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.overlay-special-3-contents {
    position: relative;
    width: 830px;
    margin: 154px auto 0;
    background: #000;
    color: #fff;
    border: 1px solid #333333;
}

.overlay-special-3-contents .gl-title {
    text-align: center;
    font-size: 30px;
    margin-top: 88px;
    margin-bottom: 61px;
    line-height: 1.5em;
}

.overlay-special-3-contents .txt_1, .overlay-special-3-contents .txt_2 {
    width: 710px;
    margin: 0 auto 41px;
    font-size: 16px;
    line-height: 1.7em;
}

.overlay-special-3-contents .fig_1 {
    width: 602px;
    margin: 0 auto 50px;
}

.overlay-special-3-contents .txt_3 {
    width: 710px;
    margin: 0 auto 5px;
    font-size: 16px;
    line-height: 1.7em;
    color: red;
}

.overlay-special-3-contents .txt_4 {
    width: 710px;
    margin: 0 auto 92px;
    font-size: 16px;
    line-height: 1.7em;
}

.overlay-special-3-contents .txt_4 span {
    color: #0097ff;
}

.overlay-special-3-contents .txt_5 {
    text-align: center;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 16px;
}
