@import url("//hello.myfonts.net/count/39408c");

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* =====================================================================


===================================================================== */
/*!
 * @license
 * MyFonts Webfont Build ID 3752076, 2019-04-26T07:22:22-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: BurinRomanStd by Monotype 
 * URL: https://www.myfonts.com/fonts/mti/burin-roman/std-regular-189470/
 * Copyright: Copyright 1994, 2003 Monotype Imaging, Inc. All rights reserved.
 * Licensed pageviews: 6,000,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3752076
 * 
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */

@font-face {
    font-family: 'BurinRomanStd';
    src: url("../webfonts/39408C_0_0.eot");
    src: url("../webfonts/39408C_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/39408C_0_0.woff") format("woff"), url("../webfonts/39408C_0_0.ttf") format("truetype");
}

html, body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-en {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-marumin {
    font-family: "丸明Yoshino StdN R", "ヒラギノ明朝 W6 JIS2004", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
}

.font-sansSerif {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
}

.font-gothic {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.font-serif {
    font-family: 'BurinRomanStd', 'Times','Times New Roman', Helvetica, serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

*, *::before, *::after {
    box-sizing: border-box;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

a, a:link, a:visited, a:hover, a:active {
    color: #e4007f;
}

a:link {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#inline,
#inlineWall {
    position: absolute;
    display: none;
}

.modaal-container {
    background-color: #fffded;
}

.modaal-content-container {
    padding: 0 !important;
}

.modalBg {
    background-color: #eeeeee;
}

.modalWrapper {
    position: relative;
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    padding-bottom: 5.33vw;
    background-color: #fffded;
}

.modalCloseBtn {
    position: absolute;
    z-index: 300;
    width: 10.66%;
    height: auto;
    top: 10.53%;
    right: 2.73%;
}

.modalCloseBtn img {
    width: 100%;
    height: auto;
}

.modalLeadTxt {
    padding: 5.33% 0;
    text-align: center;
    font-size: 23px;
    line-height: 1.6em;
}

.modalBg.wall .leadTitle {
    padding: 0 27%;
}
.modalBg.wall .leadTitle img {
    width: 100%;
}
.modalBg.wall .modalImageArea {
    margin: 0 22%;
}
.modalBg.wall .modalCloseBtn {
    top: 27.6vw;
    right: 16.5vw;
}

@media screen and (max-width: 750px) {
    .modalLeadTxt {
        font-size: 3.7vw;
    }
}

.modalImageArea {
    position: relative;
    margin: 0 8%;
    box-sizing: border-box;
}

.modalImageBorder {
    position: absolute;
    z-index: 100;
    pointer-events: none;
    width: 100%;
    height: 100%;
    border: 1px solid #be8a3a;
    /*
    border: 7px solid;
    border-image-source: url(../images/bg_border.png);
    border-image-slice: 8 10;
    border-image-repeat: repeat;
    border-image-width: 8px 9px;
    */
}

.modalImageArea img {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 4px; */
}

BODY {
    background-color: #eeeeee;
}

.wrapper {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    background-color: #fffded;
}

#loadingLayer {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#loadingLayer .loadingBg {
    width: 100%;
    height: 100%;
    background-color: #fffded;
    z-index: 110;
}

#loadingLayer .loading {
    width: 60%;
    margin: auto;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    z-index: 120;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-name: fadeloop;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

/*ノード毎のキーフレーム設定*/

@keyframes fadeloop {
    from {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

#dispCanvas {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: relative;
}

.wrapper img {
    width: 100%;
}

.stageArea {
    position: relative;
}

.stageArea:before {
    content: "";
    display: block;
    padding-top: 75%;
}

/* portrait on smartphone */
@media (orientation: portrait) and (max-width: 750px){
    .stageArea:before {
        /* padding-top: 146%; */
        padding-top: 85vh;
    }
    #loadingLayer .loading {
        width: 80% !important;
        top: 36% !important;
    }
    #descLayer {
        width: 86.6% !important;
        top: 26% !important;
    }

    .descTakePicture {
        padding-bottom: 12.66% !important;
    }
    
    .cameraBtn {
        width: 12.66% !important;
    }

    .pbox {
        width: 22.66% !important;
        bottom: 6% !important;
        right: 9% !important;
    }
}

/* portrait on ipad */ 
@media (orientation: portrait) and (min-width:751px) and (max-width:1024px){
    .stageArea:before {
        padding-top: 125%;
    }
    #loadingLayer .loading {
        width: 80% !important;
        top: 36% !important;
    }
    #descLayer {
        width: 86.6% !important;
        top: 26% !important;
    }
}

/* landscape on handheld device */ 
@media (orientation: landscape) and (max-width:1024px){
    .stageArea:before {
        padding-top: 100vh;
    }
    #loadingLayer .loading {
        width: 50% !important;
        top: 30% !important;
    }
    #descLayer {
        width: 50% !important;
        top: 30% !important;
    }
}

.stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fffded;
    z-index: 10;
    overflow: hidden;
}

.stageFoot {
    z-index: 100;
    content: "";
    width: 100%;
    height: 1.06667vw;
    max-height: 8px;
    background: url(../images/bdr_w_02.png) repeat-x center left;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    pointer-events: none;
}

.newsArea {
    position: absolute;
    padding: 1.86% 2.84%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 210;
    background-color: rgba(255, 254, 237, 0.7);
}

.newsArea:after {
    content: "";
    width: 4.5%;
    height: 4.5vw;
    max-height: 24px;
    background: url(../images/arrow_news.png) no-repeat center right;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    right: 2.84%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    pointer-events: none;
}

@media only screen and (min-width: 601px) {
    .newsArea {
        padding: 6px 12px;
    }
    .newsArea:after {
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
    }
}

#descLayer {
    display: none;
    position: absolute;
    width: 65%;
    height: auto;
    z-index: 90;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 26%;
}

.descTakePicture {
    display: none;
    position: absolute;
    margin: auto;
    width: 37.3%;
    bottom: 8%;
    left: 0;
    right: 0;
    z-index: 200;
    padding-bottom: 9.66%;
}

.cameraBtn {
    display: none;
    position: absolute;
    margin: auto;
    width: 8.66%;
    bottom: 8%;
    left: 0;
    right: 0;
    z-index: 210;
}

.pbox{
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12.66%;
    height: auto;
    bottom: 7%;
    right: 8%;
    z-index: 220;
    opacity: 0;
    -webkit-animation: button-bounce 3200ms cubic-bezier(0.165, 0.84, 0.44, 1) 3000ms infinite forwards;
            animation: button-bounce 3200ms cubic-bezier(0.165, 0.84, 0.44, 1) 3000ms infinite forwards;
}
.pbox.fade{
    transition: all 2s;
    opacity: 1;
}

.pbox img {
    width: 100%;
    height: auto;
}

.pbox a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
}

.pbox a:hover {
    opacity: 0.7;
}

/*
.pbox:before {
    box-sizing: border-box;
    background-color: transparent;
    content: "";
    position: absolute;
    z-index: 9;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    -webkit-animation: button-blip 3200ms cubic-bezier(.63, .36, .35, 1) 3100ms infinite forwards;
            animation: button-blip 3200ms cubic-bezier(.63, .36, .35, 1) 3100ms infinite forwards;
    border: 1px solid #ccc;
    opacity: 0;
}

.pbox:after {
    box-sizing: border-box;
    background-color: transparent;
    content: "";
    position: absolute;
    z-index: 8;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    -webkit-animation: button-blip 3200ms cubic-bezier(.63, .36, .35, 1) 3000ms infinite forwards;
            animation: button-blip 3200ms cubic-bezier(.63, .36, .35, 1) 3000ms infinite forwards;
    border: 1px solid #ccc;
    opacity: 0;
}
*/
@-webkit-keyframes button-bounce {
    0% {
        transform: scale(1.01);
    }
    10% {
        transform: scale(.94);
    }
    20% {
        transform: scale(1.04);
    }
    52%, 100% {
        transform: scale(1.01);
    }
}

@keyframes button-bounce {
    0% {
        transform: scale(1.01);
    }
    10% {
        transform: scale(.94);
    }
    20% {
        transform: scale(1.04);
    }
    52%, 100% {
        transform: scale(1.01);
    }
}

@-webkit-keyframes button-blip {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
    10% {
        transform: scaleX(1) scaleY(1);
        opacity: .6;
    }
    30%, 99% {
        transform: scaleX(1.4) scaleY(1.4);
        opacity: 0;
    }
    100% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
}

@keyframes button-blip {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
    10% {
        transform: scaleX(1) scaleY(1);
        opacity: .6;
    }
    30%, 99% {
        transform: scaleX(1.4) scaleY(1.4);
        opacity: 0;
    }
    100% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
}



.newsList {
    font-size: 3.6vw;
    line-height: 1.5;
}

@media only screen and (min-width: 601px) {
    .newsList {
        font-size: 18px;
    }
}

.newsList .newsTitle {
    color: #de006e;
    padding-top: 0.2em;
    position: relative;
    top: 0.05em;
}

.newsList .newsHeader {
    float: left;
    width: 24%;
    max-width: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsList dd {
    float: left;
    margin-left: 2%;
    color: #000;
    padding-top: 2px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.mjf-headingType01 {
    font-size: 4.26667vw;
    text-align: center;
    background: #534c4a url(../images/bg_heading_01.png) repeat center top;
    background-size: 100% auto;
    overflow: hidden;
}

.mjf-headingType01__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 600px;
    margin: 0 auto;
}

.mjf-headingType01__title {
    font-size: 1em;
    color: #e4007f;
    background-color: #fff;
    max-width: 88%;
    margin: 2.66667% auto;
    position: relative;
    padding-top: .1em;
    line-height: 1.5;
}

@media only screen and (min-width: 601px) {
    .mjf-headingType01__title {
        font-size: 25.6px;
    }
}

.mjf-headingType01__title:before, .mjf-headingType01__title:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border: 2vw solid transparent;
}

.mjf-headingType01__title:before {
    right: 100%;
    border-right-color: #fff;
}

.mjf-headingType01__title:after {
    left: 100%;
    border-left-color: #fff;
}

@media only screen and (min-width: 601px) {
    .mjf-headingType01__title:before, .mjf-headingType01__title:after {
        border-width: 12px;
    }
}

.mjf-faqSec__innner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.mjf-faqSec__innner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}

.mjf-faqSec__desc__txt {
    font-size: 3.6vw;
    line-height: 1.8;
    margin: 1.2em 0;
    text-align: center;
}

@media only screen and (min-width: 601px) {
    .mjf-faqSec__desc__txt {
        font-size: calc(28px * .8);
    }
}

@media only screen and (min-width: 601px) {
    .mjf-faqSec__desc__txt {
        font-size: 25.6px;
    }
}

.faqBox {
    position: relative;
}

.faqBox:before {
    content: "";
    width: 100%;
    height: 1.06667vw;
    max-height: 8px;
    background: url(../images/bdr_w_02.png) repeat-x center left;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

/*
.faqBox:first-child:before {
    display: none;
}
*/

.mjf-faqSec__innner:after {
    content: "";
    width: 100%;
    height: 1.06667vw;
    max-height: 8px;
    background: url(../images/bdr_w_02.png) repeat-x center left;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    pointer-events: none;
}

.faqBox__header:before, .faqBox__header:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 3.33333%;
    width: 4.26667%;
    height: 0;
    padding-bottom: 0.8%;
    background: url(../images/icon_minus.png) no-repeat center left;
    background-size: auto 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 1;
    margin-top: -0.26667%;
}

.faqBox__header:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faqBox__header:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.active .faqBox__header:before, .active .faqBox__header:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.faqBox__title {
    font-size: 3.6vw;
    padding: 1em 8% 1em 9%;
    line-height: 1.7;
}

.faqBox__title:before {
    content: "";
    width: 1.2em;
    padding-top: 1.2em;
    position: absolute;
    top: 1.3em;
    left: 4%;
    background-image: url(../images/faq_title_dot.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 601px) {
    .faqBox__title {
        font-size: calc(28px * .8);
    }
}

.faqBox__main {
    display: none;
    position: relative;
    background-color: #fefdee;
}

.faqBox__main:before {
    content: "";
    width: 100%;
    height: 1.06667vw;
    max-height: 8px;
    background: url(../images/bdr_w_02.png) repeat-x center left;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.faqBox__main__inner {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.faqBox__mainBox {
    padding: 6.66667% 4% 8%;
}

.faqBox__txt:last-child {
    margin-bottom: 0;
}

.faqBox__txt {
    font-size: 3.46667vw;
    margin-bottom: 1em;
    line-height: 1.7;
}

@media only screen and (min-width: 601px) {
    .faqBox__txt {
        font-size: calc(28px * .8);
    }
}

.siteFooter__inner {
    max-width: 600px;
    margin: 0 auto;
}

.siteFooter__brandLink {
    padding: 12% 4% 14.66667%;
    text-align: center;
}

.siteFooter__brandLink__title {
    font-size: 3.73333vw;
    margin-bottom: .8em;
}

.siteFooter__brandLink__bnr img {
    width: 100%;
    height: auto;
}

.siteFooter__sns {
    padding: 0 4% 14.66667%;
    text-align: center;
}

.siteFooter__sns__header, .mjf-playExp__share__header {
    width: 69.56522%;
    margin: 0 auto 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 6.13333vw;
}

.newsList .newsHeader:before, .newsList .newsHeader:after, .siteFooter__sns__header:before, .siteFooter__sns__header:after, .mjf-playExp__share__header:before, .mjf-playExp__share__header:after {
    content: "";
    width: 1.4em;
    height: 1.24em;
    background: url(../images/title_ornament_pnk_l.png) no-repeat center top;
    background-size: contain;
}

.newsList .newsHeader:after, .siteFooter__sns__header:after, .mjf-playExp__share__header:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media only screen and (min-width: 601px) {
    .siteFooter__sns__header, .mjf-playExp__share__header {
        font-size: calc(46px * .8);
    }
}

.siteFooter__sns__title, .mjf-playExp__share__title {
    color: #e4007f;
    font-size: 1em;
    line-height: 1.2;
    text-shadow: 0.1px 0.5px 0 #e4007f;
    position: relative;
    top: 0.2em;
}

.siteFooter__sns__title span {
    display: block;
    font-size: .52em;
}

.siteFooter__sns__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 79.71014%;
    margin: 0 auto;
    list-style: none;
}

.siteFooter__sns__item {
    width: 16.36364%;
}

.siteFooter__sns__item img {
    width: 100%;
    height: auto;
}

.starTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 601px) {
    .starTitle {
        font-size: calc(28px * .8);
    }
}

.starTitle:before, .starTitle:after {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../images/icon_star.svg) no-repeat center top;
    background-size: auto 100%;
}

.starTitle:before {
    margin-right: .3em;
}

.starTitle:after {
    margin-left: .3em;
}

.mjf-existSec__shareWrapper {
    position: relative;
}

.mjf-existSec__shareWrapper:before {
    content: "";
    width: 100%;
    height: 1.06667vw;
    max-height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.mjf-existSec__shareWrapper:after {
    content: "";
    width: 100%;
    height: 1.06667vw;
    max-height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    pointer-events: none;
}

.mjf-playExp__share__inner {
    padding: 10.66667% 0;
    max-width: 600px;
    margin: 0 auto;
}

.mjf-playExp__share__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 58.66667%;
    margin: 0 auto;
    list-style: none;
}

.mjf-playExp__share__item {
    width: 20.45455%;
}

.mjf-playExp__share__item img {
    width: 100%;
    height: auto;
}

.mjf-playExp__share__txt {
    font-size: 4.26667vw;
    line-height: 1.8;
    margin-bottom: 1.2em;
    text-align: center;
}

@media only screen and (min-width: 601px) {
    .mjf-playExp__share__txt {
        font-size: 25.6px;
    }
}