@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img{
	height:auto;
}
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    font-size:0.6em;
    margin: 0 1px 0 -1px;
}
 
sup {
    bottom: 1ex;
}
 
sub {
    top: .5ex;
}

html {
    font-family:  "游ゴシック", 'Yu Gothic', YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    /* min-width:1100px; */
}
body {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    /* min-width: 1100px; */
    min-height: 640px;
}
#contentsWrap {
    width: 100%;
    /* min-width: 1100px; */
    position: relative;
    height: 100%;
    /* height: 400px; */
    overflow-y: scroll;
    overflow-x: hidden;
    display:block;
    min-height:0;
}
footer{
    position: absolute;
    z-index: 20;
}
li {
    list-style: none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
header h1,
header h2 {
    position: absolute;
    margin: 50px 0 0 50px;
    width: 150px;
    z-index: 20;
}
h1 br{
    display:none;
}
nav:not(#gnavi) {
    position: fixed;
    margin: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1;
    visibility: hidden;
}
#main-wrap {
    position: fixed;
    min-width:1100px;
    z-index: 15;
    top: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    background: none;
}
/*============================
#introduction
============================*/

#introduction {
    position: fixed;
    min-width:1100px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
    text-align: center;
    top: -9999px;
    pointer-events: auto;
    z-index: 950;
}
#introduction .text-box{
    position: absolute;
    min-height: 307px;
    min-width: 560px;
    height: 40.2%;
    width: 573px;
    top: -51px;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
}
#introduction h2 {
    position: relative;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-top: 37px;
    width: 292px;
    margin-left: 0.2%;
    margin-top: -0.1%;
}
#introduction h2 b{
    position:absolute;
    top:0;
    left:0;
    height: 32px;
    text-indent: 150%;
    width: 100%;
    white-space:nowrap;
    background-size: contain;
    background: url(../images/tl_intro.png) no-repeat 0 7px;
}
#introduction h2 span{
    position:absolute;
    width:36px;
    height:36px;
    top: 1px;
    left: 67px;
    background: url(../images/tl_intro_cir.png) no-repeat;
}
#introduction h2 object {
    position: absolute;
    left: 0;
    top: 0;
}   
#introduction p {
    text-indent: 150%;  
    position: relative;
    white-space: nowrap;
    display: block;
    padding-bottom: 46%;
    height: 0;
    overflow: hidden;
    background-size: contain;
    width: 100%;
    margin: 0 auto;
    margin-top: 6.95%;
    left: 0%;
    background: url(../images/txt_intro.png?2)no-repeat;
}
#introduction p object {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
}
#introduction p br {
    display: none;
}
#introduction .skip {
    text-indent: 150%;
    position: relative;
    display: inline-block;
    height: 0;
    background: url(../images/btn_skip.svg) no-repeat;
    padding-bottom: 40px;
    overflow: hidden;
    background-size: contain;
    width: 100px;
    left: -7px;
    margin: 7.63% auto;
    cursor: pointer;
}
#introduction .skip span{
    position: absolute;
    height: 9px;
    width: 10px;
    top: 14px;
    left: 68px;
    background: url(../images/arrow_skip.png) no-repeat;
    padding-bottom: 40px;
    transition:left 0.1s;
}
#introduction .skip:hover{
    opacity:0.8;
}
#introduction .skip:hover span{
    left: 71px;
}
/*============================
#spin-menu
============================*/
#spin-menu{
    position: relative;
    height:100%;
    width: 100%;
    transition: width 1.3s;
    transition: width 0.85s cubic-bezier(0.5, 0.15, 0.1, 1);
    pointer-events: auto;
}
#top #spin-menu{
    /* width:100%; */
}
#spin-menu.sub{
    width:25%;
    background: #fff;
    position: fixed;
    min-width: 275px;
}
#spin-menu.sub.st:not(.fix):hover{
    width:50%;
}
#spin-menu.sub.hover{
    width:50% !important;
}
#spin-menu .maincopy {
    position: absolute;
    top: 50%;
    white-space: nowrap;
    padding-bottom: 47px;
    margin: -12px 0 0 3.55%;
    overflow: hidden;
    text-indent: 150%;
    width: 300px;
    /* transition:opacity 0.4s; */
}
#spin-menu .maincopy {
    position: absolute;
    text-indent:150%;
    background: url(../images/main_copy.png?3) no-repeat;
    opacity:0;
}
#spin-menu .maincopy object {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
}
#spin-menu .maincopy img {
    opacity: 0;
}
#spin-menu #mv {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -222.5px 0 0 -222.5px;
    display: none;
    width: 445px;
    height: 445px;
    /* background: url(../images/center.png) no-repeat center; */
    cursor: pointer;
    z-index: 1;
}

#spin-menu #mvlink {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -175px 0 0 -170px;
    width: 345px;
    height: 345px;
    cursor: pointer;
}
#spin-menu #mv li {
    position: absolute;
    top: 214px;
    left: 172px;
    pointer-events: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
#spin-menu #mv li .ov {
    position: absolute;
    top:0;
    left:0;
    display:none;
}
#spin-menu #mv li:first-child {
    /* opacity:0.5 !important; */
}
#spin-menu #mv li:hover {
    cursor: pointer;
}
#spin-menu #mv li.cr .ov {
    display:block !important;
}
#spin-menu #mv li.cr .ov{
    opacity:0.8 !important;
}
#spin-menu #mv li.ov .ov{
    opacity:1;
}
#spin-menu #mv:hover li {
    opacity:0.2;
}
#spin-menu .hover {
    position: absolute;
    width: 184px;
    height: 164px;
    text-align: center;
    margin: -80px 0 0 -93px;
    display: none;
    pointer-events: none;
    z-index:8;
    white-space: nowrap;
}
#spin-menu .hover p.i1{
    margin: -35px 0 0 75px;
    letter-spacing: 0.1em;
}
#spin-menu .hover p.i2{
    margin: -9px 0 0 111px;
    letter-spacing: 0.25em;
}
#spin-menu .hover p.i3{
    margin: 13px 0 0 81px;
    letter-spacing: 0.4em;
}
#spin-menu .hover p.i4{
    margin: 34px 0 0px 58px;
    letter-spacing: 0.4em;
}
#spin-menu .hover p.i5{
    margin: 47px 0 0px 87px;
    letter-spacing: 0.2em;
}
#spin-menu .hover p.i6{
    margin: 56px 0 0px -51px;
    letter-spacing: 0.15em;
}
#spin-menu .hover p.i7{
    margin: 5px 0 0px -151px;
    letter-spacing: 0.16em;
}
#spin-menu .hover p.i8{
    margin: -34px 0 0px -215px;
    letter-spacing: 0.13em;
    text-align: left;
}
#spin-menu .hover p br{
    display:none;
}
#spin-menu .hover p.i9{
    margin: -69px 0 0px -84px;
    letter-spacing: 0.14em;
}
#spin-menu .hover p.i10{
    margin: -81px 0 0px -82px;
    letter-spacing: 0.14em;
}
#spin-menu .hover p.i11{
    margin: -77px 0 0px -42px;
    letter-spacing: 0.14em;
}
#spin-menu .hover p.i12{
    margin: -33px 0 0px -112px;
    letter-spacing: 0.15em;
}
#spin-menu .hover.sub {
    position: relative;
    width: 95px;
    height: 84px;
    text-align: center;
    font-size:0.8em;
    left: 14px;
    top: 9px;
    display: none;
    pointer-events: none;
    margin: -82.2px 0 0 -96px;
}
#spin-menu .hover p {
    position: absolute;
    width: 100%;
    color: #a6a6a6;
    letter-spacing: 0.1em;
    font-weight: 800;
    font-size: 0.8em;
    top: 50%;
    line-height:1.6em;
    white-space: nowrap;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#spin-menu .hover p.cr{
    color: #ab1d34;
}
#spin-menu .hover p .s {
    letter-spacing: 0.05em;
    font-size:0.95em;
}
#spin-menu .hover.sub p {
    font-size: 0.9em;
    letter-spacing:0.1em;
}
#spin-menu .hover.sub p.i1 {
    margin: -28px 0 0px 69px;
    letter-spacing: 0.15em;
}
#spin-menu .hover.sub p.i2 {
    margin: -8px 0 0px 91px;
    letter-spacing: 0.15em;
}
#spin-menu .hover.sub p.i3 {
    margin: 7px 0 0px 84px;
    letter-spacing: 0.3em;
}
#spin-menu .hover.sub p.i4 {
    margin: 23px 0 0px 72px;
    letter-spacing: 0.4em;
}
#spin-menu .hover.sub p.i5 {
    margin: 38px 0 0px 67px;
    letter-spacing: 0.15em;
}
#spin-menu .hover.sub p.i6 {
    margin: 50px 0 0px -37px;
    letter-spacing: 0.15em;
}
#spin-menu .hover.sub p.i7 {
    margin: 12px 0 0 -140px;
    letter-spacing: 0.15em;
}
#spin-menu .hover.sub p.i8 {
    margin: -21px 0 0px -182px;
    letter-spacing: 0em;
}
#spin-menu .hover.sub p.i8 br{
    display:none;
}
#spin-menu .hover.sub p.i9 {
    margin: -45px 0 0px -61px;
    letter-spacing: 0.2em;
}
#spin-menu .hover.sub p.i10 {
    margin: -56px 0 0px -101px;
    letter-spacing: 0.15em;
}
#spin-menu .hover.sub p.i11 {
    margin: -66px 0 0px -87px;
    letter-spacing: 0.15em;
}
#spin-menu .hover.sub p.i12 {
    margin: -46px 0 0px -111px;
}
#spin-menu .hover.sub p br {
    display:block;
}
#spin-menu .hover.sub p br.forsp {
    display:none;
}
#spin-menu .hover.sub p .s{
    font-size:0.7em;
    letter-spacing:0.04em;
    white-space:nowrap;
}
#spin-menu .hover .lt {
    position: absolute;
    width: 2px;
    height: 13px;
    margin-left: -1px;
    background: #ab1d34;
    left: 50%;
}
#spin-menu .hover .lb {
    position: absolute;
    width: 2px;
    height: 13px;
    margin-left: -1px;
    background: #ab1d34;
    left: 50%;
    bottom: 0;
}
#spin-menu .hover .ll {
    position: absolute;
    width: 13px;
    height: 2px;
    margin-top: -1px;
    background: #ab1d34;
    top: 50%;
}
#spin-menu .hover .lr {
    position: absolute;
    width: 13px;
    height: 2px;
    margin-top: -1px;
    background: #ab1d34;
    top: 50%;
    right: 0;
}
small.copyright {
    position: fixed;
    bottom: 0;
    margin: 0 0px 5px 10px;
    font-size:16px;
    z-index: 50;
    display: block;
    transform: scale(0.5);
    transform-origin: left bottom;
}
p.testnum {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
    color: #ddd;    
    line-height: 1;
    font-size: 40px;
    visibility: hidden;
}

#topics {
    position: fixed;
    bottom: 0;
    margin: 0 0 33px 50px;
    text-align:left;
    font-size: 11px;
    color:#787878;
    width:90%;
    overflow:hidden;
    z-index: 10;
    opacity:0;
    min-width:990px;   
}
#topics a.tl{
    display:inline-block;
    vertical-align: middle;
    width: 85px;
}
#topics a.tl:hover{
    opacity:0.7;
}
#topics dl{
     width:80%;
     display:inline-block;
     vertical-align: middle;
     white-space:nowrap;
     line-height:1.5;
}
#topics dt{
   display:inline-block;
   vertical-align: middle;
}
#topics dd{
   display:inline-block;
   vertical-align: middle;
   margin-left:1em;
}
#topics dt:before{
   display:inline-block;
   content:"／";
   margin: 0 6px 0 4px;
}
#topics dt:first-child:before{
   content:"";
   margin:0;
}
#topics br{
    display:none;  
}
@media screen and (max-width: 1150px) {
    #topics br{
        display: block;
    }
}

/*============================
#contents
============================*/
#contents-bg{
    position: fixed;
    overflow:hidden;
    top: 0;
    right: 18px;
    width: 75%;
    width: calc(75% - 18px);
    height: 100%;
    z-index: 1;
    transition:filter 0.4s;
}
#contents-bg.bl{
    /* filter: blur(6px); */
}
#contents-bg span{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contents-bg.planning {
    background: #f6f6f6; 
}
#contents-bg .bg,
#contents-bg .bg_b {
    opacity: 0;
    background-size: cover  !important;
}
#contents-bg.planning .bg {
    background:url(../images/bg_1s.jpg?2) no-repeat left center;
}
#contents-bg.planning .bg_b {
    background:url(../images/bg_1sb.jpg?2) no-repeat left center;
}

#contents-bg.planning .bg {
    background:url(../images/bg_1s.jpg?2) no-repeat left center;
}
#contents-bg.planning .bg_b {
    background:url(../images/bg_1sb.jpg?2) no-repeat left center;
}
#contents-bg.photo .bg {
    background:url(../images/bg_photo_c.jpg) no-repeat left center;
}
#contents-bg.photo .bg_b {
    background:url(../images/bg_photo_c_b.jpg) no-repeat left center;
}
#contents-bg.commercial .bg {
    background:url(../images/bg_cm.jpg) no-repeat left center;
}
#contents-bg.commercial .bg_b {
    background:url(../images/bg_cm_b.jpg) no-repeat left center;
}
#contents-bg.red .bg {
    background:url(../images/bg_redhill.jpg) no-repeat left center;
}
#contents-bg.red .bg_b {
    background:url(../images/bg_redhill_b.jpg) no-repeat left center;
}
#contents-bg.video .bg {
    background:url(../images/bg_video_p.jpg) no-repeat left center;
}
#contents-bg.video .bg_b {
    background:url(../images/bg_video_p_b.jpg) no-repeat left center;
}
#contents-bg.planning .bg {
    background:url(../images/bg_planning_p.jpg) no-repeat left center;
}
#contents-bg.planning .bg_b {
    background:url(../images/bg_planning_p_b.jpg) no-repeat left center;
}
#contents-bg.digital .bg {
    background:url(../images/bg_digital_p.jpg) no-repeat left center;
}
#contents-bg.digital .bg_b {
    background:url(../images/bg_digital_p_b.jpg) no-repeat left center;
}
#contents-bg.direct .bg {
    background:url(../images/bg_direct_m.jpg) no-repeat left center;
}
#contents-bg.direct .bg_b {
    background:url(../images/bg_direct_m_b.jpg) no-repeat left center;
}
#contents-bg.event .bg {
    background:url(../images/bg_event_p.jpg) no-repeat left center;
}
#contents-bg.event .bg_b {
    background:url(../images/bg_event_p_b.jpg) no-repeat left center;
}
#contents-bg.premium .bg {
    background:url(../images/bg_premium.jpg) no-repeat left center;
}
#contents-bg.premium .bg_b {
    background:url(../images/bg_premium_b.jpg) no-repeat left center;
}
#contents-bg.storefront .bg {
    background:url(../images/bg_storefront_p.jpg) no-repeat left center;
}
#contents-bg.storefront .bg_b {
    background:url(../images/bg_storefront_p_b.jpg) no-repeat left center;
}
#contents-bg.printing .bg {
    background:url(../images/bg_printing.jpg) no-repeat left center;
}
#contents-bg.printing .bg_b {
    background:url(../images/bg_printing_b.jpg) no-repeat left center;
}
#contents-bg.promotion .bg {
    background:url(../images/bg_promotion_p.jpg) no-repeat left center;
}
#contents-bg.promotion .bg_b {
    background:url(../images/bg_promotion_p_b.jpg) no-repeat left center;
}
#contents-bg.data_b .bg {
    background:url(../images/bg_data_b.jpg?1808) no-repeat left center;
}
#contents-bg.data_b .bg_b {
    background:url(../images/bg_data_b_b.jpg?1808) no-repeat left center;
}

#contents {
    width: 75%;
    /* min-width: 825px; */
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    overflow: hidden;
}
#contents_tl {
    position: fixed !important;
    top: 50%;
    min-width: 825px;
    width: 75%;
    width: calc(75% - 18px);
    right: 0;
    text-align: center;
    margin: -23px 18px 0 0;
    color: #ac1d34;
    letter-spacing: 0.4em;
    font-weight: bold;
    z-index: 10;
    white-space:nowrap;
    opacity: 0;
    transition: top 0.4s;
}
#contents_tl h1{
    font-size: 1.55em;
    position:absolute;
    width: 100%;
    top:0vh;
    transition: 0.4s cubic-bezier(0.4, 0, 0.25, 1);
    transition-property: font-size, top;
}
#contents_tl h1 span{
    display:block;
    margin-top:1.5em;
    font-size:0.8em;
    color:#999;
}
#contents_tl.o h1{
    font-size: 0.93em;
    top: -40.5vh;
}

#contents_tl.narrow {
    letter-spacing: 0.22em;
}
#contents_tl.pos4 h1{
    /* overflow:hidden; */
    /* text-indent:150%; */
    /* background:url(../images/tl_kikaku.png) no-repeat 50% 0; */
}
#contents_tl br{display:none;}
#contents .title {
    position: relative;
    z-index: 1;
    transition: unset;
}

#contents_tl.w {
    color: #440b14;
    color: #fff;
}
#contents .statement {
    position: relative;
    z-index: 1;
    width: auto;
}
#contents .statement .lt,
#contents .statement .lb,
#contents .statement .ll,
#contents .statement .lr {
    display:none;
}
#contents .statement h2 {
    margin: 3px 0 60px;
    text-indent: 0em;
    font-size: 2.93em;
    font-weight: normal;
    line-height: 1.85;
    letter-spacing: 0.15em;
}
#contents:not(.coming) .statement h2 {
    text-indent:150%;
    white-space:nowrap;
    min-height:86px;
}
#contents.photo_c .statement h2 {
    text-indent:150%;
    white-space:nowrap;
    min-height:86px;
    background:url(../images/copy_photo_c.svg) no-repeat center;
    /background:url(../images/copy_photo_c.png) no-repeat center;
    background-size:283px 46px;
}
#contents .statement h2 br{
    display:none;
}
#contents.commercial_m .statement h2 {
    background:url(../images/copy_commercial_m.svg) no-repeat center;
    /background:url(../images/copy_commercial_m.png) no-repeat center;
    height:137px;
    background-size:528px auto;
}
#contents.red_h .statement h2 {
    background:url(../images/copy_red_h.svg) no-repeat center;
    /background:url(../images/copy_red_h.png) no-repeat center;
    height:137px;
    background-size:692px auto;
}
#contents.video_p .statement h2 {
    background:url(../images/copy_video_p.svg) no-repeat center;
    /background:url(../images/copy_video_p.png) no-repeat center;
    height:136px;
    background-size:553px 136px;
}
#contents.planning_p .statement h2 {
    background:url(../images/copy_planning_p.svg) no-repeat center;
    /background:url(../images/copy_planning_p.png) no-repeat center;
    height:135px;
    background-size:667px 135px;
}
#contents.digital_p .statement h2 {
    background:url(../images/copy_digital_p.svg) no-repeat center;
    /background:url(../images/copy_digital_p.png) no-repeat center;
    height:165px;
    background-size:750px;
}
#contents.direct_m .statement h2 {
    background:url(../images/copy_direct_m.svg) no-repeat center;
	/background:url(../images/copy_direct_m.png) no-repeat center;
    height:138px;
    background-size: 710px;
}
#contents.event_p .statement h2 {
    background:url(../images/copy_event_p.svg) no-repeat center;
    /background:url(../images/copy_event_p.png) no-repeat center;
    height:136px;
    background-size:632px 136px;
}
#contents.premium .statement h2 {
    background:url(../images/copy_premium.svg) no-repeat center;
    /background:url(../images/copy_premium.png) no-repeat center;
    height:137px;
    background-size:621px 137px;
}
#contents.storefront_p .statement h2 {
    background:url(../images/copy_retail_p.png) no-repeat center;
    height:134px;
    background-size:629px 134px;
}
#contents.printing .statement h2 {
    background:url(../images/copy_printing.svg) no-repeat center;
    /background:url(../images/copy_printing.png) no-repeat center;
    height:136px;
    background-size:600px 136px;
}
#contents.promotion_p .statement h2 {
    background:url(../images/copy_promotion_p.svg) no-repeat center;
    /background:url(../images/copy_promotion_p.png) no-repeat center;
    height:137px;
    background-size:658px 137px;
}
#contents.data_b .statement h2 {
    background:url(../images/copy_data_b.png) no-repeat center;
    height:137px;
    background-size:685px 136px;
}

#contents .text-box {
    position: absolute;
    width: 914px;
    display: block;
    top: 49%;
    left: 50%;
    margin-left: -451px;
    
}
#contents .statement .text-box {
    transform: translateY(-50%);
}
#contents .statement p {
    line-height: 2.3em;
    letter-spacing: 0.12em;
    font-size: 0.875em;
    font-weight: bold;
}
#contents .statement span.note {
    display:block;
    margin-top: 0em;
    font-size: 11px;
    font-weight: normal;
}

#contents .policy {
    position: relative;
    z-index: 11;
    overflow: hidden;
    width: auto;
}
#contents .policy h2 {
    display: none;
}
#contents .policy ul.p-list {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -230px;
    left: 0.6%;
    /* background: #f00; */
    transition:filter 0.5s,opacity 1s;
}
#contents.blur .policy ul.p-list {
   filter: blur(2px);
   -webkit-filter: blur(2px);
   opacity:0;
}
#contents .policy .p-list li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 29.3%;
    margin: 0 7.05% 10.8%;
    height: 164px;
    cursor:pointer;
    transition:0.4s;
    min-width: 260px;
}
#contents .policy .p-list li.link {
    width: 41.3%;
    margin: -2% 1.05% 7.8%;
    padding-top: 0;
    min-width: 380px;
}
#contents .policy .p-list li:not(.link):hover {
    opacity: 0.5;
}
#contents .policy .p-list li.link a:hover {
    color:#656565;
}
#contents .policy .p-list li.link:hover {
    color:#000;
}
#contents .policy .p-list li.sel {
    transform:scale(1.1);
}
#contents .policy .p-list li div{
    transition:0.15s;
}
#contents .lt {
    position: absolute;
    width: 2px;
    height: 15px;
    margin-left: -1px;
    top:0px;
    background: #000;
    left: 50%;
}
#contents .lb {
    position: absolute;
    width: 2px;
    height: 15px;
    margin-left: -1px;
    background: #000;
    left: 50%;
    bottom: 0;
}
#contents .ll {
    position: absolute;
    width: 15px;
    height: 2px;
    left:0px;
    margin-top: -1px;
    background: #000;
    top: 50%;
}
#contents .lr {
    position: absolute;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background: #000;
    top: 50%;
    right: 0;
}
#contents li:hover .lt,
#contents li.sel .lt {
    top:6px;
}
#contents li:hover .lb,
#contents li.sel .lb {
    bottom:6px;
}
#contents li:hover .ll,
#contents li.sel .ll {
    left:6px;
}
#contents li:hover .lr,
#contents li.sel .lr {
    right:6px;
}
#contents .policy .p-list li.right {
    /* margin-right: 0; */
}
#contents .policy .p-list li p {
    display: none;
}
#contents .policy .p-list li.link p {
    display: block;
    font-size: 0.78em;
    letter-spacing: 0.01em;
    font-weight: bold;
    margin: 0.8em 0 0.9em;
    line-height: 1.8;
}
#contents .policy .p-list li.link p.linktxt {
    display:inline-block;
    vertical-align: middle;
    margin: 3px 10px 0 -9px;
    font-size: 0.85em;
}
#contents .policy .p-list li.link p.linktxt span{
    margin:0 0 0 0.4em;
    font-size:0.8em;
    vertical-align:middle;
    position: relative;
    top: -1px;
}
#contents .policy .p-list li.link .icon {
    display:inline-block;
    vertical-align: middle;
}

#contents .policy h3 {
    width: 100%;
    height: 100%;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.8;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#contents .policy .link h3{
    font-size: 0.87em;
    border: #000 1px solid;
    display: inline;
    letter-spacing: 0.12em;
    padding: 4px 8px;
    margin-top: 10px;
    transition: border 0.2s;
}
#contents .policy .link:hover h3{
    border: #636363 1px solid;
}
#contents .policy .link a+a{
    display:block;
    margin-top: 5.9%;
}
#contents .policy h4 {} 
#contents .foot-navi {
    position: relative;
    margin-top: 3%;
    width: 100%;
    left: 0;
    font-size: 0.67em;
    font-weight: bold;
    transition: filter 1s;
    white-space: nowrap;
}
#contents.digital_p .foot-navi ul{
    white-space:nowrap;
}
#contents.blur .foot-navi {
   filter: blur(3px);
   -webkit-filter: blur(3px);
   opacity:0;
}
#contents .foot-banner {
    margin-top: 1.5em;
}
#contents .foot-banner a{
    border:#000 1px solid;
    display:inline-block;
    padding: 0.8em 1.5em;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0.737em;
    letter-spacing: 0.12em;
}
#contents .foot-banner a strong{
    display:block;
    font-weight: bold;
    font-size:1.2em;
    margin-bottom: 0.6em;
    font-size: 1.1em;
}
#contents .foot-banner a strong#dbd{
    display:block;
    font-weight: bold;
    font-size:1.2em;
	margin-bottom: 0em;
    margin-top: 0.6em;
    font-size: 1.1em;
}
#contents .foot-banner a .red{
    color:#ac1d34;
}
#contents .policy .shadow-box{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#fff;
}
#contents .policy .shadow-box {
    position:absolute;
    bottom: 0;
    left:0;
    width:100%;
    height: 100%;
    color:#fff;
    display: none;
}
#contents .policy .shadow-box .text-box {
    position: relative;
    top: 50%;
    left: 5px;
    width:100%;
    color:#fff;
    text-align: center;
    margin: -97px 0 0;
    height: auto;
}
#contents .policy .shadow-box .sbg{
    position: fixed;
    top: 0px;
    left:0;
    width:100%;
    height:100%;
    /* left: -100%; */
    background:#000;
    opacity:0;
    min-width:1100px;
}
#contents .policy .shadow-box h3{
    font-size: 1.35em;
    margin-bottom: 2em;
    letter-spacing: 0.3em;
    font-weight:normal;
}
#contents .policy .shadow-box h3 br{
    display:none;
}
#contents .policy .shadow-box p{
    font-size: 0.85em;
    line-height: 2;
    letter-spacing: 0.3em;
    font-weight:normal;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    max-width: 680px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}
#contents .policy .shadow-box p span.note{
    font-size: 11px;
    margin: 1.5% auto 0;
    letter-spacing: 0.15em;
    display: block;
}
#contents .policy .shadow-box p span.sub{
    font-size: 14px;
    margin: 1.5% auto 0;
    letter-spacing: 0.15em;
    display: block;
}
#contents .policy .shadow-box p span.sub a{
    display:inline-block;
    border-bottom:#fff 1px solid;
    max-width: 5em;
    white-space:nowrap;
    line-height: 1.2;
    text-indent: -0.6em;
    margin-left: 0.3em;
}
#contents .policy .shadow-box p a{
    color:#fff;
    display:block;
    margin:0.5em 0 0;
    font-size:0.95em;
    letter-spacing:0.18em;
}
#contents .policy .shadow-box p a.inline{
    color:#fff;
    display:inline;
    margin:auto;
    font-size:1em;
    letter-spacing:auto;
    border-bottom: #fff 1px solid;
}
#contents .policy .shadow-box p a span{
    margin: 0 0.3em 0;
    font-size: 0.8em;
    vertical-align: middle;
}
#contents .policy .shadow-box p a:hover{
    opacity:0.6;
}
#contents .policy .shadow-box p.center{
    text-align: center;
    max-width: 1000px;
}
#contents .policy .shadow-box p.narrow{
    letter-spacing:0.26em;
}
#contents .policy .shadow-box p .narrow{
    letter-spacing: 0.2em;
    margin: 0;
}
#contents .policy .shadow-box .reap{max-width: 690px;}
#contents .policy .shadow-box img{
    position:absolute;
    top: 50%;
    cursor:pointer;
    opacity:0.8;
    transition:0.12s;
}
#contents .policy .shadow-box img:hover{
    opacity:1;
}
#contents .policy .shadow-box img.close{
    top:0;
    right:0;
    padding:50px;
}
#contents .policy .shadow-box img:hover{
    opacity: 0.6 !important;
}
#contents .policy .shadow-box img.next{
    right:0;
    padding:50px;
    margin-top: -69px;
}
#contents .policy .shadow-box img.prev{
    left:0;
    padding:50px;
    margin-top: -69px;
}
#contents .policy .shadow-box img.next:hover{
    right:-4px;
}
#contents .policy .shadow-box img.prev:hover{
    left:-4px;
}
#contents .foot-navi h4 {
    display: inline-block;
    border: #000 1px solid;
    padding: 3.5px 10px 3.5px 14px;
    font-size: 1.1em;
    margin-right: 11px;
    letter-spacing: 0.3em;
    letter-spacing: 4px;
    margin-left: -20px;
    transition:0.2s;
    vertical-align: middle;
}
#contents .foot-navi:hover h4 {
    /* color: #fff; */
    /* background:#ac1d34; */
}
#contents .foot-navi ul {
    display: inline-block;
    max-width: 88%;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
}
#contents.data_b .foot-navi ul {
    width: 69%;
}
#contents .foot-navi li {
    display: inline-block;
    width: auto;
    height: 19px;
    line-height: 1.7em;
    font-size: 1.1em;
    letter-spacing: 0.12em;
    transition:0.2s;
}
#contents .foot-navi li:after {
    content:"／";
}
#contents .foot-navi li:last-child:after {
    content:"";
}
#contents .foot-navi li:hover {
    /* color:#ac1d34; */
}
#contents .foot-navi li:last-child {
    background: none;
}
#bottom_arrow {
    position: fixed;
    bottom: 2.9%;
    width: 75%;
    min-width:825px;
    right: 0;
    z-index: 2;
    text-align: center;
    font-weight: bold;
    pointer-events:auto;
    z-index: 10;
    cursor: pointer;
    transition:filter 0.5s,opacity 0.3s;
}
#bottom_arrow.blur {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  opacity:0 !important;
}
#bottom_arrow span{
    position: relative;
    transition:0.1s;
    top:0px;
    padding: 50px;
    z-index: 1;
}
#bottom_arrow:hover{
   opacity:0.5 !important;
}
#bottom_arrow:hover span{
   top:3px;
}
#bottom_arrow p {
    margin-bottom: 6px;
    font-size: 0.75em;
    letter-spacing: 0.25em;
    pointer-events: none;
}
.dummy{
    position:absolute;
    left:-9999px;
}
@media screen and (max-width: 1100px) and (min-width: 769px){

    #contents-bg{
        right:0;
        width: 75%;
    }
    #mv {
        left: 650px;
    }
    #spin-menu .maincopy{
        opacity:0 !important;
    }
    #contents_tl,
    #bottom_arrow{   
        left: 275px;
    }
}
@media screen and (max-height: 640px) {
    body{
        overflow-y: scroll;
    }
    header{
        position:absolute;
        width:100%;
    }
    #gnavi{
        position:absolute;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}