/* ==== General settings ====*/

html {
    height: 100%;
}

body {
    height: 100%;
}

body>.container {
    height: auto;
}

* html .container {
    height: 100%;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    margin: 0px;
}

img {
    display: block;
    width: 100%;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

a {
    background: transparent;
    color: #2a1f1c;
    display: block;
    font-size: 100%;
    letter-spacing: 0.06em;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
    outline: none;
}

a:hover {
    color: #61c4d1;
}




/* ==== body ====*/

body {
    color: #474747;
    font-family: 'Helvetica', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif, Arial;
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100% !important;
}

#top .only_sp {
    display: none !important;
}




/* ==== VR ====*/


/* ==== heder ====*/

#header {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1em 0;
    color: #fff;
    z-index: 10;
}

#site_logo {
    display: inline-block;
    margin-left: 16.5%;
}

#site_logo h1 {
    margin: 0;
}




/* ==== footer ====*/

#footer {
    background: #eeeeee;
    width: auto;
    height: auto;
    padding: 25px 0 0;
}
#footer small {
    display: block;
    width: auto;
    color: #919191;
    font-size: 11px;
    text-align: center;
    padding-bottom: 5px;
}
#footer .footer_shere {
    width: 50%;
}
#footer .shere-ttl {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 0 0 50%;
    padding: 0 2em;
}
#footer ul.share-buttons{
    display: block;
    list-style: none;
    padding: 10px 0 30px;
    margin: 0 0 0 50%;
}

#footer ul.share-buttons li{
    display: block;
    margin-right: 25px;
}

#footer ul.share-buttons img{
    width: 100%;;
}
#footer .footer_contents {
    width: 50%;
    margin: 2.25% 0;    
}
#footer .footer_contents a {
    background: #4d4d4d;
    border: none;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding: 0 5.5em;
    margin: 0 0 0 35%;
}



/* ==== contents_area ====*/


/*#contents_area*/

#mv {
    position: relative;
    z-index: 0;
}

#mv.only_pc {
    width: 100%;
    height: 547px;
    display: flex;
}

#mv .mv01_title,
#mv .mv01_subtitle,
#mv .mv02_subtitle {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    font-size: 55px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    margin: 0;
    z-index: 10;
    top:25%;
}

#mv .mv02_title{
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
    font-size:40px;
    top:2%;
    color:white;
    width:100%;
    text-align: center;
}

#mv .mv01_subtitle {
    font-size: 22px;
    top: 70%;
    text-align: right;
}

#mv .mv01_subtitle a {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    color: #ffffff;
    padding: 0.5em 2em;
    margin: 0 15% 0 0;
    border: solid 1px #ffffff;
}



#mv .mv02_subtitle {
    font-size: 18px;
    top: 55%;
}

#prev_area {
    max-width:1200px;
    display: flex;
    margin: 0 auto;
    padding: 50px 10%;
}

#prev_area .prev_thumbnail01,
#prev_area .prev_thumbnail02 {
    width: 360px;
    height: 320px;
    display: block;
    margin: 0 auto;
    padding: 15px 15px 0;
    border: solid 1px #cccccc;
    box-sizing: border-box;
}

#prev_area .prev_txt {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0.5em 0;
      border: solid 3px #cd201f;
}

#prev_area .prev_txt a {
    background: url(../img/prev_button01.png) no-repeat 98% 49%;
    background-size: 5%;
    color: #cd201f;
    letter-spacing: 0.125em;
    padding: 1em 1em 1em 0;
    box-sizing: content-box;
    font-size: 15px;
  
}

#prev_area .prev_txt a:hover {
    background: url(../img/prev_button02.png) no-repeat 92.5% 49% #cd201f;
    background-size: 5%;
    color: #ffffff;
    letter-spacing: 0.125em;
    padding: 1em 1em 1em 0;
    box-sizing: content-box;
    border: solid 3px ##cd201f;
}

#about_area {
    background: #5e84aa;
    display: block;
    width: 100%;
    color: #ffffff;
    padding: 50px 0;
}

#about_area .about_area_inner {
    display: block;
    width: 75%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

#about_area .about_area_inner .about_ttl {
    font-size: 30px;
    font-weight: bold;
}

#about_area .about_area_inner .about_subttl {
    font-size: 20px;
    font-weight: bold;
}

#about_area .about_area_inner .about_txt {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 2%;
}

#about_area .item_thumbnails {
    position: relative;
    display: block;
    width: auto;
    height: 250px;
    margin: 20px 0 0;
}

#about_area .item_thumbnail01,
#about_area .item_thumbnail02,
#about_area .item_thumbnail03 {
    position: absolute;
    display: block;
    width: 20%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#about_area .item_thumbnail01 {
    top: 50%;
    left: 22.5%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#about_area .item_thumbnail03 {
    top: 50%;
    left: 77.5%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#about_area .item_txt {
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    margin: 1em auto;
}

.a-enter-vr-modal a {
    display: none;
}





@media screen and (max-width: 736px) {
    #top .only_pc {
        display: none;
    }
    #top .only_sp {
        display: block !important;
    }
    #header {
        width: 100%;
        height: auto;
        padding: 0.375em 3em;
        text-align: center;
        box-sizing: border-box;
    }
    #site_logo {
        display: inline-block;
        margin-left: 0;
    }
    #site_logo .only_pc {
        display: none;
    }
    #site_logo .only_sp {
        width: 60%;
        vertical-align: bottom;
        margin: 0 auto;
    }
    #mv iframe.image {
        position: absolute;
        width: 100%;
        height: 350px;
        z-index: 0;
    }
    .a-orientation-modal {
        padding-top: 10%;
        background: rgba(70, 190, 0, 1) url(../img/sp/change.svg);
        background-size: 50% 50%;
        background-repeat: no-repeat;
        background-position: center 20%;
    }
    .a-orientation-modal:after {
        content: "Insert phone into Cardboard holder./画面を横に傾けてください";
        color: #333;
        font-size: 12px;
        top: 70%;
        left: 0;
        transform: translateY(0);
    }
    #mv.mv01.only_pc {
        display: none;
    }
    #mv.mv01.only_sp {
        width: 100%;
        height: 350px;
        display: flex;
    }
    #mv.mv02 {
        width: 100%;
        height: 100%;
        display: block;
    }

    #mv .mv01_title {
     
        margin:0% auto;
        font-size: 23px;
        text-align: center;
        left: 0;
        display: inline-block;
        line-height: 0;
    }



    #mv .mv02_title {
        font-size: 34px;
        top: 10%;
        line-height: 1.25em;
    }
    #mv .mv01_subtitle {
        font-size: 20px;
        top: 60%;
        text-align: center;
    }
    #mv .mv01_subtitle a {
        margin: 0;
    }
    #mv .mv02_subtitle {
        font-size: 16px;
        top: 50%;
        line-height: 2em;
        text-align: center;
    }
    #prev_area {
        width: 100%;
        display: block;
        margin: 0;
        padding: 15px 0;
    }
    #prev_area .prev_thumbnail01,
    #prev_area .prev_thumbnail02 {
        width: auto;
        height: auto;
        display: block;
        margin: 0 10px;
        padding: 15px 15px 0;
        border: solid 1px #cccccc;
        box-sizing: border-box;
        float: none;
        text-align: center;
    }
    #prev_area .prev_thumbnail01 {
        margin: 0 10px 18px;
    }
    #prev_area .prev_txt {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 16px;
        margin: 1em auto;
        box-sizing: border-box;
    }
    #prev_area .prev_txt a {
        width: 100%;
        background: url(../img/prev_button01.png) no-repeat 85% 49%;
        background-size: 5%;
        color: #cd201f;
        letter-spacing: 0;
        padding: 1em 1em 1em 0;
        box-sizing: border-box;
        border: solid 2px #cd201f;
        font-size:18px;
    }
    #about_area {
        padding: 0;
    }
    #about_area .about_area_inner {
        display: block;
        width: 98%;
        height: auto;
        padding: 20px 0;
        margin: 0 auto;
        text-align: center;
    }
    #about_area .about_area_inner .about_txt {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: -0.0125em;
    }
    .slider-pro {
        position: relative;
        width: 100%;
        height: 300px;
        margin: 0 auto;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .sp-slides-container {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
    .sp-mask {
        position: relative;
        overflow: hidden;
        width: 100% !important;
        height: 235px !important;
    }

    .sp-slide {
        position: absolute;
        width: 100% !important;
        height: 235px !important;
        background: #fff;
    }
    .sp-image-container {
        display: block;
        width: 50% !important;
        height: auto !important;
        margin: 0 auto;
    }
    .sp-image {
        position: relative;
        display: block;
        margin-top: 0 !important;
        border: none;
    }
    #about_area .item_txt {
        margin: 0.5em auto;
    }
    #footer .footer_shere {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        float: none;
    }
    #footer .shere-ttl {
        display: block;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin: 0;
        padding: 0 2em;
    }
    #footer ul.share-buttons {
        display: inline-block;
        list-style: none;
        padding: 10px 0 30px;
        margin: auto;
    }
    #footer ul.share-buttons li {
        display: block;
        margin: 0 0.5em;
    }
    #footer .footer_contents {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
        float: none;
    }
    #footer .footer_contents a {
        background: #4d4d4d;
        border: none;
        border-radius: 5px;
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        padding: 0 5.5em;
        margin: 0 auto 30px;
    }
}



@media screen and (max-width: 480px) {
    #top .only_pc {
        display: none;
    }
    #top .only_sp {
        display: block !important;
    }
    #header {
        width: 100%;
        height: auto;
        padding: 0.375em 3em;
        text-align: center;
        box-sizing: border-box;
    }
    #site_logo {
        display: inline-block;
        margin-left: 0;
    }
    #site_logo .only_pc {
        display: none;
    }
    #site_logo .only_sp {
        width: 60%;
        vertical-align: bottom;
        margin: 0 auto;
    }
    #mv iframe.image {
        position: absolute;
        width: 100%;
        height: 350px;
        z-index: 0;
    }
    #mv img {
        position: absolute;
        z-index: 0;
    }
    .a-orientation-modal {
        padding-top: 10%;
        background: rgba(70, 190, 0, 1) url(../img/sp/change.svg);
        background-size: 50% 50%;
        background-repeat: no-repeat;
        background-position: center 20%;
    }
    .a-orientation-modal:after {
        content: "Insert phone into Cardboard holder./画面を横に傾けてください";
        color: #333;
        font-size: 12px;
        top: 70%;
        left: 0;
        transform: translateY(0);
    }
    #mv.mv01.only_pc {
        display: none;
    }
    #mv.mv01.only_sp {
        width: 100%;
        height: 350px;
        display: flex;
    }
    #mv.mv02 {
        width: 100%;
        height: 250px;
        display: flex;
    }

    #mv .mv02_title {
        font-size: 30px;
        top: 0%;
        line-height: 1.25em
    }
    #mv .mv01_subtitle {
        font-size: 20px;
        top: 60%;
        text-align: center;
    }
    #mv .mv01_subtitle a {
        margin: 0;
    }
    #mv .mv02_subtitle {
        font-size: 14px;
        top: 50%;
        line-height: 2em;
        text-align: center;
    }
    #prev_area {
        width: 100%;
        display: block;
        margin: 0;
        padding: 15px 0;
    }
    #prev_area .prev_thumbnail01,
    #prev_area .prev_thumbnail02 {
        width: auto;
        height: auto;
        display: block;
        margin: 0 10px;
        padding: 15px 15px 0;
        border: solid 1px #cccccc;
        box-sizing: border-box;
        float: none;
        text-align: center;
    }
    #prev_area .prev_thumbnail01 {
        margin: 0 10px 18px;
    }
    #prev_area .prev_txt {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 16px;
        margin: 1em auto;
        box-sizing: border-box;
    }
    #prev_area .prev_txt a {
        width: 100%;
        background: url(../img/prev_button01.png) no-repeat 92% 49%;
        background-size: 5%;
        color: #cd201f;
        letter-spacing: 0;
        padding: 1em 2em 1em 0;
        box-sizing: border-box;
        border: solid 2px #cd201f;
        font-size: 15px;
    }
    #about_area {
        padding: 0;
    }
    #about_area .about_area_inner {
        display: block;
        width: 98%;
        padding: 20px 0;
        margin: 0 auto;
        text-align: center;
    }
    #about_area .about_area_inner .about_txt {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: -0.0125em;
    }
    .slider-pro {
        position: relative;
        width: 100%;
        height: 300px;
        margin: 0 auto;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .sp-slides-container {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
    .sp-mask {
        position: relative;
        overflow: hidden;
        width: 100% !important;
        height: 235px !important;
    }

    .sp-slide {
        position: absolute;
        width: 100% !important;
        height: 235px !important;
        background: #fff;
    }
    .sp-image-container {
        display: block;
        width: 80% !important;
        height: auto !important;
        margin: 0 auto;
    }
    .sp-image {
        position: relative;
        display: block;
        margin-top: 0 !important;
        border: none;
    }
    #about_area .item_txt {
        margin: 0.5em auto;
    }
  #footer .footer_shere {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        float: none;
    }
    #footer .shere-ttl {
        display: block;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin: 0;
        padding: 0 2em;
    }
    #footer ul.share-buttons {
        display: inline-block;
        list-style: none;
        padding: 10px 0 30px;
        margin: auto;
    }
    #footer ul.share-buttons li {
        display: block;
        margin: 0 0.5em;
    }
    #footer .footer_contents {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
        float: none;
    }
    #footer .footer_contents a {
        background: #4d4d4d;
        border: none;
        border-radius: 5px;
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        padding: 0 5.5em;
        margin: 0 auto 30px;
    }
}