@charset "UTF-8";

.rammy-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.rammy-wrapper{
    max-width: 1082px;
    margin: 0 auto;
}

h2{
    font-weight: bold;
    color: #6B5430;
    font-size: 4.8rem;
    line-height: 1.5;
}

h2.white{
    color: #fff;
}


a.game-link{
    text-decoration: none;
    color: #0079D6;
}

a.game-link:hover{
    text-decoration: underline;
}

/*メインビジュアル*/

.mv_top-list{
    position: absolute;
    display: flex;
    justify-content: space-between;
    height: 83px;
    width: 100%;
    top: 0;
    z-index: 200;
}

.store-list{
    display: flex;
    align-items: flex-start;
}

.store-list img{
    height: 83px;
}

.sec_mv {
    height: 98vh;
    background: url(../img/gamepack/mv_bc.jpg) no-repeat center top / cover;
    position: relative;
}


.mv_top-contents{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.mv_top{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv_item-title{
    position: absolute;
    left: 0;
    width: 35%;
    z-index: 100;
}

.mv_item-img{
    position: absolute;
    right: 0;
    width: 79%;
}

.download-area{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-bottom: 2%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



/*セクション画像*/

.sec_remake{
    background-image: url(../img/gamepack/bc-item-06.png),url(../img/gamepack/bc01.jpg);
    background-size:contain, cover;
    background-position: center,center;
    background-repeat: no-repeat, repeat;
    padding: 72px 0 180px;
    position: relative;
}

.sec_remake.spec-area{
    padding-bottom: 72px;
}

.sec_system{
    padding: 100px 0px 80px;
    background-color: #6B5430;
    background-image: url(../img/gamepack/bc-item01.png),url(../img/gamepack/bc-item-07.png),url(../img/gamepack/bc03.png);
    background-size:contain,contain, auto;
    background-position: center,center top,center bottom;
    background-repeat: no-repeat,no-repeat, repeat-x;
}



.area01::before {
content: "";
width: 100%;
height: 120px;
background-color: #6B5430;
position: absolute;
bottom: 0px;
clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
margin-bottom: -1px;
}

.area01::after {
content: "";
width: 100%;
height: 120px;
background-color: #6B5430;
position: absolute;
bottom: 0px;
clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
margin-bottom: -1px;
}


.sec_new{
    background-repeat: repeat-y;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

.sec_new.elements_1{
    background-image:url(../img/gamepack/bc-item-02.png), url(../img/gamepack/bc-wave.jpg),url(../img/gamepack/Separator01.png),url(../img/gamepack/bc-beach.jpg);
    background-size: contain,auto,auto;
    background-position: center,center top,center bottom,center top;
    background-repeat: no-repeat,repeat-x, no-repeat,repeat-y;
    padding-top: 13%;
}


.sec_new.elements_2{
    background-image: url(../img/gamepack/bc-item-03.png),url(../img/gamepack/bc-ground.jpg);
    background-size: contain, auto;
    background-position: center bottom,center;
    background-repeat: no-repeat,repeat-y;
}

.sec_new.elements_3{
    background-image: url(../img/gamepack/bc-item-04.png),url(../img/gamepack/Separator02.png),url(../img/gamepack/bc-ruins.jpg);
    background-size: contain, auto;
    background-position: center,center top,center top;
    background-repeat: no-repeat,no-repeat, repeat-y;
}

.sec_new.elements_4{
    background-image: url(../img/gamepack/bc-item-05.png),url(../img/gamepack/bc-lastcave.jpg);
    background-size: contain, cover;
    background-position: center,center top;
    background-repeat: no-repeat, repeat-y;
}

.sec_new.new-story{
    background-image: url(../img/gamepack/bc02.jpg);
    text-align: center;
}

.sec_new.about{
    background-image: url(../img/gamepack/rammy-walk.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto;
    padding-bottom: 100px;
}

.sec_new.relation{
    background-image: url(../img/gamepack/bc-item-other.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 88px;
}

/*      メイン      */

.brown{
    background-color: #6B5430;
}

.over-link{
    display:block;
    height:auto;
    transform: translateY(0);
}

.download-area img{
    display:block;
    vertical-align: middle;
}

.over-link:hover{
    transform: translateY(-5px);
    opacity: 0.5;
}


.title_top{
    text-align: center;
    max-width: 1008px;
    margin: 0 auto 56px;
    width: 100%;
}

.pv-contents{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 56px;
}

.pv-items{
    aspect-ratio: 16 / 9;
    max-width: 480px;
    width: 100%;
    height: auto;
}

.pv-items iframe{
    width: 100%;
    height:100%;
}

.point-list{
    max-width: 1082px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    gap:28px;
}

.overview-contents{
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    align-items: center;
}

.overview-title{
    margin-bottom: 24px;
}

.system-side.right{
    padding-right: 38px;
}

.system-side.left{
    padding-left: 38px;
}

.overview-text{
    display: block;
    margin-bottom: 33px;
    line-height: 1.5;
    font-size: 2.5rem;
}

.overview-contents .overview-text:last-of-type{
    margin-bottom: 0;
}

.overview-contents h2{
    margin-bottom: 58px;
    text-indent: -0.5em;
}

.egg-contents{
    display: flex;
    background-color: #EEDFCB;
    border-radius: 29px;
    box-sizing: border-box;
    padding: 48px 64px;
    color: #6B5430;
}

.egg-contents_item{
    width: 50%;
}

.egg-contents h2{
    margin-bottom: 18px;
}

.egg-list{
    display: flex;
}

.egg-list li{
    padding-right: 18px;
}


/*      スライダー      */

.slide-arrow.prev-arrow:before{
    border: none;
}

.slide-arrow.next-arrow:before{
    border: none;
}

.screen-slider{
    padding: 100px 0;
    margin-bottom: 80px;
}

.slick-slide img{
    margin: 0 auto;
}

.game_prev-arrow,
.game_next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #F0AB02;
    border-radius: 50%;
    cursor: pointer;
    position:absolute;
}

.game_prev-arrow {
    transform: rotate(180deg);
    left: 0;
    z-index: 100;
}

.game_next-arrow{
    right: 0;
}

.game_prev-arrow::before,
.game_next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}


.game-slick{
    display: flex;
    align-items: center;
}


.game-slick img{
    border: solid 20px #F0AB02;
}

.game-slick li img{
    max-width: 920px;
}



/*      スライダー      */


.title_top.new-add {
    margin: 0 auto 88px;
    width: 100%;
}

.new-elements_contents{
    text-align: center;
    width: 100%;
}

.new-elements_contents omg:first-of-child{
    margin-bottom: 16px;
}


.ramy-about_contents{
    display: flex;
}

.ramy-about_img{
    max-width: 430px;
    width: 100%;
    margin-right: 50px;
}

.ramy-about_title{
    margin-bottom: 16px;
}

.ramy-about_title span{
    font-weight: bold;
    font-size: 3.6rem;
    color: #F0AB02;
    margin-right: 8px;
    line-height: 1.5;
}

.ramy-about_text{
    width: 55%;
}

.title_top.spec{
    max-width: 70%;
    width: 100%;
    margin-bottom: 48px;
}

.rammy-spec_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 120px;
    gap:32px;
}

.rammy-spec_contents{
    border-radius: 12px;
    background-color :#fff;
    padding: 48px;
    font-weight: bold;
}

.rammy-spec_contents table{
    font-size: 2.2rem;
    margin: 0 auto;
}

.rammy-spec_contents tr{
    text-align: left;
}

.rammy-spec_contents th{
    color: #7FCDF3;
    padding-right: 64px;
}

.over-link.guide{
    max-width: 968px;
    margin: 0 auto 120px;
}

.other-title{
    text-align: center;
    font-size: 5.6rem;
    font-weight: bold;
    color: #F0AB02;
    margin-bottom: 56px;
}

.other-title.brown-title{
    color: #6B5430;
}

.other_bunner{
    width: 100%;
    display: block;
    margin-bottom: 48px;
}

.other_bunner:hover{
    opacity: 0.5;
}

.relation-point{
    display: block;
    height: auto;
    margin: 0 auto;
}

.rammy-footer{
    background-color: #F6F6F6;
    padding: 56px 0;
}

.game-bunner_list{
    display: flex;
    gap:16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 64px;
}

.game-bunner_list a:hover{
    opacity: 0.5;
}

.game-copyright p:first-of-type{
    margin-bottom: 16px;
}


.qa_contents {
    border-radius: 12px;
    background-color: #fff;
    padding: 48px;
    font-weight: bold;
    margin-bottom: 100px;
    font-size: 2.2rem;

}

.qa-list{
    font-weight: bold;
    position: relative;
    padding-left: 5.2rem;
}

li.question{
    margin-bottom: 18px;
}

li.question:before{
    content: "Q：";
      position: absolute;
      left : 1rem;
      color: #2CC4DD;
  }

li.answer:before{
content: "A：";
  position: absolute;
  left : 1rem;
  color: #FF8E12;
}


@media screen and (max-width: 920px) {

.rammy-wrapper,.rammy-inner{
    width: calc(100% - 40px);
}

/*セクション画像*/

.sec_remake{
    background-image: url(../img/gamepack/bc-item-06_sp.png),url(../img/gamepack/bc01.jpg);
}

.sec_system{
    background-image: url(../img/gamepack/bc-item-01_sp.png),url(../img/gamepack/bc-item-07.png),url(../img/gamepack/bc03.png);
    background-size:auto,contain, auto;
    background-position: center bottom,center top,center bottom;
}

.sec_new.elements_1{
    background-image:url(../img/gamepack/bc-item-02_sp.png), url(../img/gamepack/bc-wave.jpg),url(../img/gamepack/Separator01.png),url(../img/gamepack/bc-beach.jpg);
}


.sec_new.elements_2{
    background-image: url(../img/gamepack/bc-item-03_sp.png),url(../img/gamepack/bc-ground.jpg);
}

.sec_new.elements_3{
    background-image: url(../img/gamepack/bc-item-04_sp.png),url(../img/gamepack/Separator02.png),url(../img/gamepack/bc-ruins.jpg);
}

.sec_new.elements_4{
    background-image: url(../img/gamepack/bc-item-05_sp.png),url(../img/gamepack/bc-lastcave.jpg);
}

/*   ー セクション画像 -   */

.mv_top-list{
    height: 8%;
}

h2{
    font-size: 2.8rem;
}

.title_top{
    margin-bottom: 24px;
}



/* SP メインビジュアル */

.sec_mv{
    height: 90vh;
}

.mv_top-contents{
    width: 120%;
    overflow: hidden;
    height: 50vh;
    top: 37%;
}

.mv_top{
    display: block;
}

.mv_item-title{
    width: 65%;
    display: block;
    left: 50%;
    transform: translate(-50%, 0%);
}

.mv_item-img{
    width: 100%;
    display: block;
    bottom: 0;
}

/* ー SP メインビジュアル ー */

.download-area{
    display: block;
    padding: 24px 0;
    width: calc(100% - 40px);
}

.download-area a{
    display: block;
    margin-bottom: 16px;
}

/*.download-area a:last-of-type{
    margin-bottom: 0;
}*/

.sec_remake{
    padding: 56px 0px 130px;
}

.sec_system{
    padding-top: 0px;
}

.pv-contents{
    display: block;
    margin-bottom: 32px;
}

.point-list{
    display: block;
}

.point-list li{
    margin-bottom: 16px;
}

.point-list li:last-of-type{
    margin-bottom: 0;
}

.overview-contents{
    display: block;
    margin-bottom: 72px;
}

.system-side.right{
    padding: 0 0 32px 0;
}

.overview-text{
    font-size: 1.6rem;
}

.egg-contents{
    display: block;
    padding: 40px 16px;
    margin-bottom: 72px;
}

.egg-contents h2{
    text-align: center;
}

.egg-contents_item{
    width: 100%;
}

.egg-list{
    justify-content: center;
}

.egg-list li:last-of-type{
    padding-right: 0;
}

.system-side.left{
    padding: 24px 0 0 0;
}


/* SP スライダー*/

.game-slick img {
    border: solid 3px #F0AB02;
}

.game-slick li img{
    max-width: 100%;
}

.screen-slider{
    padding: 0;
    margin: 0;
}

/* ーSP スライダーー */

.title_top.new-add{
    max-width: 100%;
    width: 100%;
    margin-bottom: 48px;
}

.sec_new.about{
    background-size: 44%;
}


.ramy-about_contents{
    display: block;
}

.ramy-about_img{
    max-width: 100%;
    width: 100%;
    margin-right: 0;
}

.ramy-about_text{
    width: 100%;
}

.ramy-about_title span{
    font-size: 3.2rem;
}

.rammy-spec_contents{
    max-width: 100%;
    padding: 24px 14px;
    margin: 40px 0px 0px;
}

.rammy-spec_contents table{
    font-size: 1.6rem;
}

.rammy-spec_contents th{
    width: 108px;
    padding-right: 24px;
}

.rammy-spec_wrap table{
    border-collapse: separate;
    border-spacing: 0px 1rem;
}

.title_top.spec{
    max-width: 100%;
}

.rammy-spec_wrap{
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.over-link.guide{
    margin-bottom: 72px;
}

.game-bunner_list{
    display: block;
}

.game-bunner_list li{
    margin-bottom: 16px;
}

.game-bunner_list li:last-of-type{
    margin-bottom: 0px;
}

.other_bunner img ,.game-bunner_list img{
    width: 100%;
}

.other-title{
    margin-bottom: 32px;
}

.qa_contents{
    padding: 24px 14px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

}

@media screen and (max-width: 400px) {

    .mv_item-title {
        width: 55%;}

}

