@charset "UTF-8";



/* ==========================================================================
   oasis
========================================================================== */
.wrapper {
    background: url(../img/oasis/oasis_bg_pattern.jpg) center top repeat;
}



/*------------------------------------------------------------
    title
------------------------------------------------------------*/
.title_section {
    position: relative;
    width: 100%;
    height: 665px;
    background: url(../img/oasis/oasis_main_img.png) center bottom no-repeat;
    background-size: cover;
}
.oasis_title_01 {
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: -485px;
}



/*------------------------------------------------------------
    contents
------------------------------------------------------------*/
.contents_section {
    position: relative;
    margin-top: -43px;
    background: url(../img/oasis/oasis_contents_bg.png) center top no-repeat;
}
.contents_inner {
    position: relative;
    width: 960px;
    height: 4970px;
    margin: 0 auto;
}
.oasis_contents_01 {
    position: absolute;
    top: 108px;
    left: -20px
}
.oasis_btn_sabaku {
    display: block;
    position: absolute;
    top: 683px;
    left: 384px;
    background-color: #f2e7d6;
    border-radius: 4px;
}
.oasis_contents_02 {
    position: absolute;
    top: 808px;
    left: -20px;
}
.oasis_contents_03 {
    position: absolute;
    top: 1609px;
    left: -20px;
}
.oasis_contents_04 {
    position: absolute;
    top: 2752px;
    left: -20px;
}
.oasis_contents_05 {
    position: absolute;
    top: 3900px;
    left: -20px;
}
.oasis_contents_06 {
    position: absolute;
    top: 4281px;
    left: -20px;
}






/*------------------------------------------------------------
  hover
------------------------------------------------------------*/
.no-touchevents .oasis_btn_sabaku img {
    transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .oasis_btn_sabaku:hover img {
    opacity: 0.8;
}
