@charset "UTF-8";

body{
    background: #ffffff;
}

.Contents .InnerWrap {
    padding: 0px;
}

.Header + * {
    border-top: none;
    margin-top: 69px;
}

/*----------------------------
トップコンテンツ
----------------------------*/

.TopContents {
    height: auto;
    min-width: 0;
    background-size: cover;
    overflow: hidden;
}

.TopContents .InnerWrap{
    padding: 0;
}

.TopContentsItemWrap {
    position: static;
    padding: 30px 30px 0;
}
.TopContentsItemWrap .TopCardImage{
    display: none;
}
.TopContentsItemWrap .TopCardImageSp {
    display: block;
    width: 120%;
    position: static;
    margin-bottom: 35px;
    margin-left: -20%;
    margin-top: -70px;
}

.TopContentsItemWrap .TopCopy {

    display: none;
}
.TopContentsItemWrap .TopCopySp{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}

.TopContentsItemWrap .TopLead{
    font-weight: bold;
    position: relative;
    padding-top: 10px;
}

.TopContentsItemWrap .TopLead p{
    position: relative;
    z-index: 2;
}

.TopContentsItemWrap .TopLead:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 0 640px;
    border-color: transparent transparent transparent rgba(255,255,255,0.7);
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -320px;
}

.TopContentsItemWrap .TopLead:after{
    content: "";
    display: block;
    width: 800px;
    height: 500px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 1;
}

.TopContentsItemWrap .TopLinkBtan {
    display: block;
    text-shadow: 0px 1px 3px rgba(255, 255, 255, 1);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: rgba(255,255,255,0.5);
    position: relative;
    z-index: 2;
    margin-top: 15px;
}

.TopContentsItemWrap .TopLinkBtan:hover{
    background: rgba(255,255,255,0.5);
    box-shadow: none;
}


.TopContents .SceneNavi {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 2;
    font-size: 0px;
    margin-top: 30px;
    
}
.TopContents .SceneNavi.Active {
    position: fixed;
    top: 39px;
    background: #000000;
    z-index: 20;
}

.TopContents .SceneNavi li {
    display: inline-block;
    width: 25%;
    font-size: 12px;
    border-left: 1px solid #444444;
    margin: 0;
    background-position: 50% 50%;
    background-size: cover;
}
.TopContents .SceneNavi li:hover{
    filter: none;
}

.TopContents .SceneNavi li:first-child{
    border-left: 1px solid #444444;
}

.TopContents .SceneNavi li img.SceneNaviImagePc{
    display: none;
}
.TopContents .SceneNavi li img.SceneNaviImageSp{
    display: block;
    width: 100%;
    height: auto;
}

/*----------------------------
シーン 共通パーツ
----------------------------*/
.SceneTitle,
.SceneDescription,
.SceneNaviItem1,
.SceneNaviItem2,
.SceneNaviItem3,
.SceneNaviItem4,
.SceneNaviMini{
    opacity: 1 !important;
    position: static !important;
}

.SceneTitle img{
    width: 250px;
    height: auto;
    margin: 0px 0 0 -55px !important;
}

.SceneDescription{
    width: 100%;
    height: auto;
    padding: 15px 30px 20px !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin-top: 45px;
    background: none;
    font-size: 13px;
    background-color: rgba(255,255,255,0.7);
}
.SceneDescription:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 0 640px;
    border-color: transparent transparent transparent rgba(255,255,255,0.7);
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -320px;
}


@media screen and (min-width:370px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    .SceneDescription {
        margin-top: 50px;
    }
}

@media screen and (min-width:390px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    .SceneDescription {
        margin-top: 100px;
    }
}


.SceneDetailLink{
    border: 1px solid #222222;
    color: #222222；
}
.SceneDetailLink:after{
    border-color: transparent transparent transparent #222222;
}

.SceneNaviMini{
    display: none;
}

/*----------------------------
シーン1
----------------------------*/
.Scene1{
    height: auto;
    min-width: 0;
    background-size: cover;
    background-position: center top;
}
.Scene1 p{
    font-weight: bold;
}

/*----------------------------
シーン1
----------------------------*/
.Scene2{
    height: auto;
    min-width: 0;
    background-size: cover;
    background-position: center top;
}
.Scene2 p{
    font-weight: bold;
}

/*----------------------------
シーン1
----------------------------*/
.Scene3{
    height: auto;
    min-width: 0;
    background-size: cover;
    background-position: center top;
}
.Scene3 p{
    font-weight: bold;
}

/*----------------------------
シーン1
----------------------------*/
.Scene4{
    height: auto;
    min-width: 0;
    background-size: cover;
    background-position: center top;
}
.Scene4 p{
    font-weight: bold;
}


