@charset "utf-8";
/* CSS Document */
.pc {
    display: none;
}

.lp_wrap {
    width: 100%;
    margin: -10px auto 0;
    color: #000;
    overflow-x: hidden;
}

.lp_wrap h1 {
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
    line-height: 160%;
    margin: 0;
}
.lp_wrap h2 {
    font-size: 18px;
    font-family: serif;
    text-align: center;
    cursor: default;
}
.lp_wrap h3 {
    font-size: 12px;
    cursor: default;
}
.lp_wrap p {
    font-size: 14px;
    cursor: default;
    line-height: 180%;
    text-align: justify;
}
.lp_wrap b {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2em;
}
.lp_wrap b span {
    font-weight: normal;
} 
.lp_wrap i {
    font-style: normal;
}
hr {
    margin-top: 0 !important;
}
.title_gold {
    margin: 60px auto 20px !important;
}


/* BLUR ANIMATION */
.blur{
	animation-name: blurAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes blurAnime{
    from {
        filter: blur(10px);
        transform: scale(1.02);
        opacity: 0;
    }

    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}

.blurTrigger{
    opacity: 0;
}


/* NAV MENU */
.nav_menu {
    width: 100%;
    margin: 0 auto;
    font-size: 10px;
    background-color: #ffc72c;
}
.nav_menu_wrap {
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
}
.nav_menu ul {
    display: flex;
    justify-content: space-between;
}
.nav_menu ul li {
    padding: 10px 5px;
    transition: all 0.3s;
}
.nav_menu ul li a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nav_menu ul li.on {
    background-color: #fff;
}
.nav_menu ul li.on a {
    text-decoration: none;
}


/* BACKGROUND */
.main_bg {
    width: 100%;
    min-height: 200px;
    /* margin-top: 40px; */
    background: linear-gradient(0.25turn, #7aa4ba 50%, #d7d2cb 50%);
    position: relative;
}
.main_bg_wrap {
    width: 100%;
    min-height: 200px;
    background: url(/sp/886/img/story_bk.jpg) no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative;
}
.main_bg_wrap .main_logo {
    width: 160px;
    padding: 20px 0 0;
    filter: invert(1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.main_bg_wrap .main_txt {
    width: 200px;
    padding: 84px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


/* STORY CONTENT */
.story_content {
    width: 100%;
    margin: 60px auto 160px;
}
.story_content_wrap {
    width: 96%;
    margin: 0 auto;
}

.story_content h4 {
    font-weight: normal;
    font-size: 12px;
    color: #858585;
} 
.story_content p {
    margin: 30px 0;
}
.story_content p i {
    font-weight: bold;
    font-style: normal;
    background-color: #fff7e0;
}
.story_content ul {
    margin: 0 auto 100px;
}
.story_content ul li {
    position: relative;
}

/* royal */
.story_content ul.royal li:last-child img {
    width: 70%;
    margin-left: 15%;
}

/* director */
.story_content ul.director li img {
    margin-top: 40px;
}
.story_content ul.director li:first-child {
    width: 94%;
}
.story_content ul.director li:last-child {
    width: 100%;
}
.story_content ul.director li:last-child img {
    width: 70%;
}
.story_content ul.director li:last-child p:nth-child(2) {
    font-family: 'Noto Serif JP';
    font-size: 18px;
    font-weight: lighter;
}
.story_content ul.director li:first-child::before {
    content: '';
    width: 70px;
    height: 410px;
    background-color: #d7d2cb;
    position: absolute;
    bottom: -60px;
    right: -22px;
    z-index: -1;
}
.story_content ul.director li:first-child::after {
    content: '';
    width: 70px;
    height: 270px;
    background-color: #7aa4ba;
    position: absolute;
    bottom: -120px;
    right: 64px;
    z-index: -1;
}

/* trust */
.story_content ul.trust {
    display: flex;
    flex-wrap: wrap;
}
.story_content ul.trust li:first-child {
    width: 80%;
    margin: 60px 30px;
    order: 2;
}
.story_content ul.trust li:last-child {
    width: 100%;
    order: 1;
}
.story_content ul.trust li:first-child::before {
    content: '';
    width: 70px;
    height: 330px;
    background-color: #d7d2cb;
    position: absolute;
    bottom: -100px;
    right: -16px;
    z-index: -1;
}
.story_content ul.trust li:first-child::after {
    content: '';
    width: 290px;
    height: 290px;
    background-color: #7aa4ba;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1;
}

/* design */
.story_content ul.design {
    display: flex;
    flex-wrap: wrap;
}
.story_content ul.design li:first-child {
    width: 100%;
    order: 2;
}
.story_content ul.design li:last-child {
    width: 100%;
    order: 1;
}
.story_content ul.design li:first-child img {
    width: 70%;
    margin-left: 27%;
}
.story_content ul.design li:last-child::before {
    content: '';
    width: 40px;
    height: 100px;
    background-color: #d7d2cb;
    position: absolute;
    top: 350px;
    left: 0;
    z-index: -1;
}
.story_content ul.design li:last-child::after {
    content: '';
    width: 40px;
    height: 150px;
    background-color: #7aa4ba;
    position: absolute;
    top: 400px;
    left: 50px;
    z-index: -1;
}
.story_content ul.design li:first-child::after {
    content: '';
    width: 70px;
    height: 230px;
    background-color: #7aa4ba;
    position: absolute;
    top: 180px;
    right: -10px;
    z-index: -1;
}

/* symbol */
.story_content ul.symbol {
    display: flex;
    flex-wrap: wrap;
}
.story_content ul.symbol li:first-child {
    width: 100%;
    order: 2;
}
.story_content ul.symbol li:last-child {
    width: 100%;
    order: 1;
}
.story_content ul.symbol li:first-child img {
    width: 70%;
    margin: 0 15%;
}
.story_content ul.symbol li:first-child::before {
    content: '';
    width: 250px;
    height: 260px;
    background-color: #d7d2cb;
    position: absolute;
    bottom: -24px;
    right: 0;
    z-index: -1;
}
.story_content ul.symbol li:first-child::after {
    content: '';
    width: 250px;
    height: 230px;
    background-color: #7aa4ba;
    position: absolute;
    bottom: -60px;
    left: -60px;
    z-index: -1;
}