/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
/* ==========================================================================
Base
========================================================================== */
html { 
    font-size: 62.5%; /* 1 */
	-webkit-text-size-adjust: 62.5%; /* 2 */
    -ms-text-size-adjust: 62.5%; /* 2 */ 
	overflow-x: hidden;
}
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
    margin: 0;
    font-family: dnp-shuei-gothic-kin-std,'Noto Sans JP',YakuHanJP, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, "游ゴシック Medium", YuGothic, YuGothicM, Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #070102;
}
/* ==========================================================================
Links
========================================================================== */
a { text-decoration: none; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
/* ==========================================================================
Typography
========================================================================== */
h1 { font-size: 9.0rem; }
h2 { font-size: 4.8rem; }
h3 { font-size: 4.2rem; margin: 0.5em 0; }
h4 { font-size: 2.8rem; margin: 0.5em 0; }
h5 { font-size: 2.0rem; margin: 0.67em 0; }
h6 { font-size: 2.5rem; margin: 0.52em 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
p, pre { font-size: 1.6rem; margin: .5em 0; }
li { font-size: 1.5rem; list-style: none; }
h2 { line-height: 1.6; }
h3,h4,h5,h6 { line-height: 1.5; }
h1,h2,h3,h4,h5,h6,p { font-weight: 600; }

/* ==========================================================================
Embedded content
========================================================================== */
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic;/* 2 */
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
/* * Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }
/* 
==========================================================================
Global Styles
========================================================================== */
a { 
    color: #353535;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover, a:focus { 
    text-decoration: none;
}
.sec-padding { padding: 80px 0; }
.inner { padding: 0 8%; }
html .en,
body .en {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
.pc { display: block; }
.sp { display: none; }
.d-block.pc { display: block!important; }
.d-block.sp { display: none!important; }


.clear { clear: both; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.notes { font-size: 1.2rem; }

.w-05 { width: 5%; }
.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }

.f-10 { font-size: 10%; }
.f-20 { font-size: 20%; }
.f-30 { font-size: 30%; }
.f-40 { font-size: 40%; }
.f-50 { font-size: 50%; }
.f-60 { font-size: 60%; }
.f-70 { font-size: 70%; }
.f-80 { font-size: 80%; }
.f-90 { font-size: 90%; }

@media screen and (max-width: 960px) {
    .inner { padding: 0 6%; }
    h1 { font-size: 6.4rem; }
    h2 { font-size: 3.8rem; line-height: 1.4; }
    h3 { font-size: 2.8rem; }
    h4 { font-size: 2.4rem; }
    h5 { font-size: 1.8rem; }
    h6 { font-size: 1.6rem; }
    p { font-size: 1.5rem; }
    li { font-size: 1.3rem; }
    .w-40 { width: 60%; }
    .w-60 { width: 80%; }
    .sec-padding { padding: 60px 0; }    
}

@media screen and (max-width: 520px) {
    .inner { padding: 0 4%; }
    h1 { font-size: 4.2rem; }
    h2 { font-size: 3.0rem; }
    h3 { font-size: 2.2rem; }
    h4 { font-size: 1.8rem; }
    h5 { font-size: 1.5rem; }
    h6 { font-size: 1.6rem; }
    p { font-size: 1.4rem; }
    .w-30 { width: 60%; }
    .w-60 { width: 100%; }
    .sec-padding { padding: 40px 0; }
    .btn__box .col-auto {
        display: none;
    }
    .notes { 
        font-size: 1.0rem;
    }
    .w-sm-70 {
        width: 70%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .container, .container-sm {
        max-width: 90%;;
    }   
}




/* ==========================================================================
Sec01 *Hero
========================================================================== */
.hero {
    position: relative;
}
.hero__top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.stripe1 {
	background-image: url("img/sec1bg.jpg");
	background-size: 100%;
	padding-top: 12em;
}
.ta-top{
	line-height: 2.5em;
}
.copy {
	display: inline-block;
	margin: 1em auto 0;
	text-align: left;
	font-size: 5.5em;
}
.hero {
    color: #fff;
}
.hero__block {
    margin-bottom: 8em;
}
.hero__block.block1 {
    margin-top: 2em;
}
.hero__block.block2 h4 {
    letter-spacing: 1rem;
}
.hero__block.block2 h2 {
    letter-spacing: 3.0rem;
}
.hero__block.block3 h2 {
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    opacity: .5;
}







@media screen and (max-width: 960px) {
	.stripe1 {
		padding-top: 5em;
	}
	.hero__block.block{
		margin-bottom: 5em;
	}
	.ta-top{
		line-height: 2em;
		font-size: 2em;
	}
	.copy{
		font-size: 3em;
		margin-top: 20px;
	}
	.index__title--floor h3 .w-60{
		width: 70%;
	}
    .hero__block.block2 h4 {
        letter-spacing: 0.35rem;
    }
    .hero__block.block2 h2 {
        letter-spacing: 1.25rem;
    }
    .hero__block.block2 h2 img {
        width: 56px!important;
    }
}

@media screen and (max-width: 520px) {
    .hero__block {
        margin-bottom: 4em;
    }
    .hero__block.block2 {
        text-align: center;
    }
    .hero__block.block2 h2 img {
        width: 42px!important;
    }
    .triangle1{
        height: 80px;
    }
    .triangle2{
        height: 80px;
    }
    .stripe1 {
        padding-top: 60px;
    }
    .hero .sec-padding {
        padding: 40px 0 10px;
    }
    .hero__block.block3 {
        margin-bottom: 4em;
    }
	.index__title--floor h3 .w-60{
		width: 80%;
	}
	.copy{
		font-size: 2em;
		margin-top: 10px;
	}
}




/* ==========================================================================
Sec02 *Index
========================================================================== */
.index__img {
    position: relative;
    padding: 4em 2em 2em;
}
.index__img--icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
}
.index__title {
    color: #716356;
}
.index__title--top {
    margin: 2em auto;
}
.index__title--date {
    margin: 1em auto 2em;
}
.index__title--date h2 {
    font-family: alternate-gothic-atf, sans-serif;
    font-weight: 600;
    font-size: 5.8rem;
}
.index__title--under {
    width: 80%;
    margin: 5em auto 3em;
}
.index__title--under .pc {
    display: inline-block;
}
.index__title--floor {
    position: relative;
}
.index__title--floor h3 {
    display: inline-block;
}
.index-illust-01 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
    width: 8%;
}
.index__btn {
    margin: 0 auto 0;
}
.index__btn h5 {
    color: #716356;
}
.index__check {
    margin: 8em auto;
    width: 80%;
}
.index__check--title {
    position: relative;
    margin: 2em auto;
}
.index-txt-02 {
    width: 26%;
}
.index-illust-02 {
    position: absolute;
    width: 13%;
    bottom: -8%;
    right: 4%;
}
.index__check--list {
    border: 4px solid #957e73;
    position: relative;
}
.index__check--list-in {
    background: url(img/index-bg-01.jpg) no-repeat;
    background-size: cover;
    margin: 10px;
    padding: 5em 0;
}
.index__check--list ul {
    display: inline-block;
}
.index__check--list ul li {
    list-style-type: none;
    background: url(img/index-icon-04.png) no-repeat 0 22px;
    background-size: auto 20px;
    padding: 16px 36px;
    text-align: left;
    color: #070102;
    font-size: 2.0rem;
}
.index-illust-03 {
    position: absolute;
    bottom: 10%;
    right: -6%;
    width: 24%;
    z-index: 1;
}
.stepsTrigger-animation {
    position: absolute;
    bottom: 3%;
    right: -10%;
    z-index: 1;
}

.stepsTrigger{
	opacity:0;
}
.steps{
  width: 200px;
  height: 200px;
  background: url("img/index-illust-cat2.png") no-repeat;
  animation: stepsline 2s steps(7) forwards;
}
.index__check--list-in ul li{
	border-bottom: 1px dashed #957e73;
}
.index__check--list-in ul li:last-child{
	border-bottom: none;
}
.emphasis{
	font-size: 130%;
	color: #895e33;
}
@keyframes stepsline {
  0% {
    opacity:0;
    background-position: -1400px 0;
  }
  100% {
    opacity:1;
    background-position: 0 0;
  }
}


@media screen and (max-width: 1080px) {
    .index__title--under {
        width: 100%;
    }
    .stepsTrigger-animation {
        right: -20%;
    }
}
@media screen and (max-width: 960px) {
    .index__check {
        margin: 6em auto;
        width: 100%;
    }
	.index__check--list-in {
	  padding: 5em 4em;
	}

}
@media screen and (max-width: 520px) {
    .index__img--icon {
        width: 40%;
    }
    .index__title--date h2 {
        font-size: 3.2rem;
    }
    .index__title--top img.w-50 {
        width: 80%!important;
    }
    .index__title--top {
        margin: 1em auto;
    }
    .index__img {
        padding: 2em 1em 1em;
    }
    .index__title--floor h3 {
        padding: 10px 0;
    }
    .index__title--floor h3 img.w-auto {
        width: 30px!important;
    }
    .index-illust-01 {
        top: -40%;
        width: 10%;
    }
    .index__btn {
        margin: 2em auto 0;
    }
    .index-txt-02 {
        width: 36%;
    }
    .index-illust-02 {
        width: 18%;
        bottom: -14%;
    }
    .index__check--list ul li {
        list-style-type: none;
        background: url(img/index-icon-04.png) no-repeat 0 22px;
        background-size: auto 20px;
        padding: 16px 36px;
        font-size: 1.5rem;
    }
    .index__check--list ul li {
        background: url(img/index-icon-04.png) no-repeat 0 22px;
        background-size: auto 14px;
        padding: 10px 10px 10px 26px;
        font-size: 1.5rem;
    }
    .index__check--list-in {
        margin: 4px;
        padding: 2em;
    }
    .stepsTrigger-animation {
        right: -35%;
        bottom: -10%;
    }
    .index__check {
        margin: 4em auto;
    }
	.index__title--under {
	    margin: 3em auto 2em;
	}

}


/* 
==========================================================================
Sec04 *Gallery
========================================================================== */
.gallery .gallery__title h3 {
    color: #60677e;
    letter-spacing: 8px;
}
.gallery__title .inner {
    padding: 0 20%;
}
.gallery__title--under {
    position: relative;
    margin: 2em auto 6em;
}
.gallery__title--under h2 {
    color: #070102;
    letter-spacing: 12px;
}
.gallery-illust-01 {
    position: absolute;
    width: 12%;
    right: 16%;
    bottom: -10%;
}


@media screen and (max-width: 960px) {

}

@media screen and (max-width: 520px) {
    .gallery-illust-01 {
        width: 24%;
        right: -8%;
        bottom: 4%;
    }
    .gallery__title--under {
        margin: 2em auto 3em;
    }
}





/* ==========================================================================
Sec05 *Life
========================================================================== */
.life__title h3 {
    color: #60677e;
    letter-spacing: 8px;
}

.life__lead {
    letter-spacing: 4px;
}
.life__lead h5 {
    line-height: 2.2;
}
.life img.box-shadow {
    box-shadow: 12px 12px 0 rgba(0,0,0,.2);
}
.life-text-01 {
    position: absolute;
    width: 60%;
    left: -5%;
    bottom: -10%;
}
.life__words {
    color: #545454;
    font-weight: 400;
    margin: 2em auto 0;
}
.life__words h2 {
    line-height: 1.6;
    letter-spacing: 4px;
}

@media screen and (max-width: 520px) {
    .life {
        width: 90%;
        margin: 20px auto 0;
    }
    .life__title .w-30 {
        width: 50%;
    } 
    .life img.box-shadow {
        box-shadow: 6px 6px 0 rgba(0,0,0,.2);
    }
    .life-text-01 {
        width: 70%;
        left: -6%;
        bottom: 9%;
    }
    .life__lead {
        letter-spacing: 2px;
    }
    .life__lead h4 {
        line-height: 1.8;
    }
    .life__lead h5 {
        line-height: 1.8;
    }
    .life__img h5 {
        font-size: 1.3rem;
    }
    .life__words h2 {
        letter-spacing: 0.5px;
        font-size: 2.8rem;
    }
}




/* 
==========================================================================
Sec05 *Future
========================================================================== */
.future .sec-padding {
    padding: 80px 0 0;
}
.future__top--title {
    position: relative;
}
.future__top--title h3 {
    color: #603813;
    font-weight: 600;
    margin: 0 auto;
    padding-bottom: .5em;
}
.future__top--lead h3 {
    color: #603813;
    font-size: 3.2rem;
    line-height: 1.4;
}
.future .marker.is-active {
    background-position: 0% 0.8em;
}
.orange {
    color: #ef5a24;
}
.future .text {
    font-size: 1.8rem;
    line-height: 2.0;
}
.future__middle {
    margin: 4em auto 2em;
}
.future__middle h5 {
    margin: .2em auto;
    line-height: 1.6;
}
.border-dashed {
    border-bottom: 2px dashed #736357;
    margin: 3em auto 0 !important;
}
.font-xs {
    font-size: 60%;
}
.bg-brown {
    background: #948175;
    color: #fff;
    padding: .1em 0 .2em;
    margin: 0 auto;
}
.future__under .notes {
    position: inherit;
    right: 2%;
    bottom: -2%;
    margin: 0 auto;
    font-size: 1.0rem;
    text-align: left;
}


@media screen and (max-width: 960px) {
    .future .text {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .future__top--lead h3 {
        font-size: 2.6rem;
    }
    .future__top--lead h4 {
        margin: .5em auto;
    }
    .future__middle {
        margin: 2em auto 2em;
    }
    .future__under h4{
	    font-size: 1.6em;
    }
    .future__middle--data h3{
	    font-size: 2.2rem;
    }
}

@media screen and (max-width: 520px) {
    .future .sec-padding {
        padding: 40px 0 0;
    }
    .future .text {
        font-size: 1.5rem;
    }
    .border-dashed {
        margin: 1.5em auto;
    }
    .future__under .w-70 {
        width: 100%;
    }
    .future__top--lead h3 {
        font-size: 2.0rem;
    }
    .future__under .notes {
        transform: scale(1);
    }
    .future__middle,
    .future__under {
        width: 90%;
    }
    .future__under {
        margin: 0 auto;
    }
    .future__top--lead h2{
	    font-size: 2.5em;
    }
    .future__top .w-60{
	    width: 80%;
    }
    .future__under h4{
	    font-size: 1.6em;
    }
}



/* 
==========================================================================
Sec06 *Neoma
========================================================================== */
.future,.neoma{
	background-color: #eeeceb;
    color: #736357;
}
.neoma .sec-padding {
    padding: 20px 0 40px;
}
.neoma__top--text {
    display: inline-block;
}
.neoma__top--text h4 {
    line-height: 1.6;
    margin: .5em auto;
}
.neoma__middle h4,
.neoma__under h4 {
    font-weight: 600;
    line-height: 1.6;
    margin: 1em auto;
}
.neoma__middle {
    padding: 0 0 4em;
}
.neoma__middle figcaption {
    text-align: right;
}
.neoma__under--block .row > div {
    padding: 3em;
}
.neoma__under--block .notes {
    font-size: 1.5rem;
    font-weight: 500;
}
.neoma__under--block h5 {
    line-height: 1.6;
}
.neoma__top--text .marker.is-active {
	background-position: 0% 0.85em;
}

@media screen and (max-width: 960px) {
    .neoma__under--block .row > div {
        padding: 1.5em 1em;
    }
    .neoma__under--block .notes {
        font-size: 1.2rem;
    }
    .neoma .sec-padding {
        padding: 20px 0;
    }
    .neoma__top--text h2{
	    font-size: 3em;
    }
    .neoma__middle{
	    padding: 0;
    }
    .neoma__top--text .marker.is-active {
		background-position: 0% 0.8em;
	}
	.neoma__under h4 {
	  margin: 1em auto 2em;
	}
	.neoma__under{
		margin-bottom: 5em;
	}
}
@media screen and (max-width: 520px) {
    .neoma-icon {
        bottom: -2%;
        left: 3%;
        width: 10%;
    }
    .neoma__middle {
        padding: 1em 0;
        width: 90%;
        margin: 0 auto;
    }
    .neoma__under {
        width: 90%;
        margin: 1em auto 4em;
    }
    .neoma__under--block .row > div {
        padding: 1em;
    }
    .neoma__top--text h4 {
        letter-spacing: 0;
        font-size: 1.8rem;
    }
    .neoma .sec-padding {
        padding: 10px 0;
    }
    .neoma__under h6 {
        line-height: 1.6;
    }
    .neoma__middle h4 {
        font-size: 1.6rem;
    }
    .neoma__top--text h2{
	    font-size: 2.2em;
    }
    .neoma__top--text .marker.is-active {
		background-position: 0% 0.6em;
	}
}


/* ==========================================================================
Sec07 *End
========================================================================== */
.end .sec-padding {
    padding: 40px 0 20px;
}
.end__reserved .text {
    margin: 0.5em auto 1em;
}
.end__reserved .btn {
    background: #e65746;
    box-shadow: 0 0 0 6px #e65746;
    padding: 0.8em 2.8em;
    border-radius: 200px;
    border: solid 2px #fff;
    width: auto;
}
.end__reserved .btn h3 {
    margin: 0 auto;
}
.end__btn--info {
    text-align: left;
}
.end__btn--info h5 {
    margin: .8em auto .5em;
    padding-left: 2.0em;
}
.end__btn--info p {
    font-size: 2.0rem;
    padding-left: 2.0em;
    line-height: 1.4;
}
.end__btn--info p span {
    display: inline-block;
    line-height: 1.2;
}
.end__quocard--text h4 {
    line-height: 1.6;
}
.end__btn {
    margin: 6em auto 0;
}

@media screen and (max-width: 1080px) {
    .end__btn--info h5,
    .end__btn--info p {
        padding-left: 1em;
    }
}
@media screen and (max-width: 960px) {
    .end__reserved .inner {
        padding: 0;
    }
    .end__btn--info p {
        font-size: 1.5rem;
    }
    .end__quocard--img .w-50 {
        width: 70%!important;
    }
    .end__btn {
        margin: 4em auto 0;
    }
}

@media screen and (max-width: 520px) {
    .end__reserved .inner {
        padding: 0 4%;
    }
    .end__btn--info {
        text-align: center;
    }
    .end__btn--info h5,
    .end__btn--info p {
        padding-left: 0;
    }
    .end__btn--info p {
        margin-bottom: 1.5em;
    }
    .end__quocard--img,
    .end__quocard--text {
        text-align: center;
    }
    .end__quocard img.w-50 {
        width: 90%!important;
    }
    .end__btn img.w-60 {
        width: 100%;
    }
}




/* ==========================================================================
Sec09 *Postscript
========================================================================== */
.postscript h4 {
    font-size: 2.6rem;
    font-weight: 600;
    width: 80%;
    margin: 1.33em auto .8em;
    color: #66a5a0;
}
.postscript ul {
    padding: 0;
    width: 81%;
    margin: 12px auto;
}
.postscript ul li {
    font-weight: 600;
    list-style: inherit;
}
ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}
.postscript__bg {
    padding: 0 0 20px;
}
.postscript__list {
    padding-left: 10%;
}
@media screen and (max-width: 960px) {
    .postscript h4 {
        font-size: 2.0rem;
    }
    .postscript__list {
        padding-left: 0;
    }
}

@media screen and (max-width: 520px) {
    .postscript__bg {
        padding: 20px 0;
    }
	.postscript h4 {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.5;
	}
    .postscript ul {
		width: 100%;
	}
	.postscript ul li {
		font-weight: 600;
		font-size: 1.3rem;
        font-feature-settings: "palt";
	}
	.postscript .inner {
        padding: 0 8%;
    }
}




/* ==========================================================================
Footer
========================================================================== */
footer { 
    background: #B2ABA7;
    padding: 60px 0 0;
    color: #000;
}
.footer__info h4 {
    margin: 0 auto;
}
.footer__info h5 {
    margin: 1em auto;
    font-weight: 500;
    line-height: 1.4;
}
.footer__credit a {
    color: rgba(0,0,0,.6);
}
.footer__credit p {
    font-weight: 400;
    margin: 30px auto 10px;
}
.font-s {
    font-size: 1.3rem;
}
.freedial {
    height: 16px;
    width: auto;
    padding-right: 5px;
}

@media screen and (max-width: 960px) {
    footer {
        padding: 40px 0 10px;
    }
}

@media screen and (max-width: 520px) {
    .footer__credit p {
        margin: 30px auto 0;
        font-size: 1.0rem;
    }
}



/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 { visibility: hidden; }
.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight {
    visibility: visible;
}
.delay1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}
.animated.duration {
    animation-duration: 3s;
}
.delayed {
 	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.delayed-6s {
 	animation: fadeIn 6s ease 0s 1 normal;
    -webkit-animation: fadeIn 6s ease 0s 1 normal;
}
@keyframes fadeIn { 
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
/*古いブラウザ用　-------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}




.marker {
    background: -webkit-linear-gradient(left, rgb(255,251,56) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,251,56) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,251,56) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .48em; 
    background-position: 100% .5em;
    transition: 2s;
    display: inline;
}
.marker.is-active{
    background-position: 0% .95em;
}
.marker.sp {
    display: none;
}
 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 2000ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.pulse {
	-webkit-animation-iteration-count: 5;
	animation-iteration-count: 5;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.present__btn--box:hover {
    margin-top: 5px;
    margin-right: -5px;
    margin-left: 5px;
    box-shadow: 7px 7px 0 rgba(0,0,0,.2);
    transition: .6s;
    background: #319699;
}


@media screen and (max-width: 520px) {
    .pc { display: none; }
    .sp { display: block; }
    .marker.sp { display: inline; }
    .d-block.pc { display: none!important; }
    .d-block.sp { display: block!important; }
}




