/* ! 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: 'Noto Sans JP',YakuHanJP, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, "游ゴシック Medium", YuGothic, YuGothicM, Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
}
/* ==========================================================================
Links
========================================================================== */
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
/* ==========================================================================
Typography
========================================================================== */
h1 { font-size: 10rem; }
h2 { font-size: 4.8rem; margin: .5em 0; }
h3 { font-size: 3.2rem; margin: .5em 0; }
h4 { font-size: 2.4rem; margin: .33em 0; }
h5 { font-size: 1.8rem; margin: .67em 0; }
h6 { font-size: 1.6rem; margin: .5em 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.8rem; margin: 1em 0; }
h1, h2, h3, h4, h5, h6, p, li {
    font-weight: 600;
}
li { font-size: 1.5rem; }
/* ==========================================================================
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;
    text-decoration: none;
}
a:hover, a:focus { 
    text-decoration: none;
}
.sec-padding {
    padding: 80px 0;
}
.inner {
    padding: 0 10%;
}
html .en,
body .en {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
}
.pc { display: block; }
.sp { display: none; }
.clear { clear: both; }

.w-5 { 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%; }
.f-110 { font-size: 110%; }
.f-120 { font-size: 120%; }
.f-150 { font-size: 150%; }
.f-160 { font-size: 160%; }
.f-180 { font-size: 180%; }
.f-large { font-size: 7.5rem; }
.f-white { color: #fff; }
.f-black { color: #000; }
.f-orange { color: #F25910; }
.opacity08 { opacity: .8; }
.opacity06 { opacity: .6; }

.bg-gray { background: #4D4D4D; }

.f-shuei {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
}


.learn-more-btn { 
    background: #6CA499;
    padding: 20px 60px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.learn-more-btn:hover,
.learn-more-btn:focus {
    background: #6CA499;
    color: #fff;
}


.btn__box {
    display: inline-block;
    background-image: linear-gradient( 45deg, #6CA499 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, #6CA499 50%, #6CA499 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) );
    background-size: 10px 10px;
    background-attachment: fixed;
    margin: 10px auto;
    padding: 0 10px 10px 0;
}
.sec__title img {
    width: auto;
    height: 40px;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .inner { padding: 0 8%; }
    h2 { font-size: 4.0rem; }
    h3 { font-size: 2.6rem; }
    h4 { font-size: 2.4rem; }
    p { font-size: 1.8rem; }
    .learn-more-btn {
        font-size: 2.2rem;
    }
    .sec-padding {
        padding: 40px 0;
    }
}

@media screen and (max-width: 520px) {
    .inner { padding: 0 4%; }
    h2 { font-size: 3.0rem; }
    h3 { font-size: 2.2rem; }
    h4 { font-size: 1.8rem; }
    h6 { font-size: 1.3rem; }
    p { font-size: 1.5rem; }
    .f-60 { font-size: 50%; }
    .sec-padding {
        padding: 30px 0;
    }
    .learn-more-btn {
        width: 100%;
        padding: 20px;
        font-size: 1.8rem;
        letter-spacing: 0;
    }
    .learn-more-btn img {
        height: 20px;
        padding-left: 5px;
    }
    .btn__box {
        padding: 0 6px 6px 0;
    }
    .learn-more-btn span {
        font-size: 1.3rem;
    }
    .btn__area p {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
}





/* ==========================================================================
Sec01 *Hero
========================================================================== */
.hero { 
    position: relative;
}
.hero__left {
    position: relative;
}
.bgBorder-l {
    position: absolute;
    background: rgba(189,211,205,.5);
    width: 27%;
    left: 35%;
    transform: translateX(-50%);
    z-index: -10;
}
.bgBorder-r {
    position: absolute;
    background: rgba(237,214,188,.5);
    width: 27%;
    left: 62%;
    transform: translateX(-50%);
    z-index: -10;
}
.hero .bgBorder-l {
    bottom: 0;
    height: 60%;
}
.hero .bgBorder-r {
    bottom: 0;
    height: 60%;
}
.hero__left {
    z-index: 10;
}
.hero__left--logo {
    text-align: center;
    padding: 12% 15% 6%;
}
.hero__right--text {
    background: url(img/hero-img-03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 8% 0 0 -25%;
    padding: 7%;
    text-align: center;
    z-index: -5;
    position: inherit;
}
.hero__right--text--in {
    display: inline-block;
}
.hero__right--text h2 {
    font-size: 4.0rem;
    font-weight: 900;
    letter-spacing: 1px;
    margin: .25em auto;
    text-align: left;
}
a.scroll {
    display: inline-block;
    position: absolute;
    left: 25%;
    bottom: -10%;
    z-index: 2;
    padding: 150px 10px 0;
    overflow: hidden;
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
}
a.scroll::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 140px;
    background: #000;
}
a.scroll::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 768px) {
    .hero__right--text h2 {
        font-size: 3.2rem;
    }
    a.scroll {
        left: 7%;
        bottom: -12%;
        padding: 140px 10px 0;
        font-size: 1.2rem;
    }
    a.scroll::after {
        height: 130px;
    }
    .bgBorder {
        width: 60%;
    }
}

@media screen and (max-width: 520px) {
    .hero__right--text h2 {
        font-size: 1.8rem;
    }
    .hero__left--logo {
        text-align: center;
        padding: 12% 6% 4% 18%;
    }
    .hero__right--text {
        padding: 5%;
    }
    a.scroll {
        left: 7%;
        bottom: -17%;
        padding: 110px 10px 0;
        font-size: .9rem;
        letter-spacing: 1px;
    }
    a.scroll::after {
        height: 100px;
        width: 2px;
    }
    .bgBorder {
        width: 80%;
    }
}



/* ==========================================================================
Sec02 *Title
========================================================================== */
.title__img--text h2 {
    margin-top: 1.4em;
    margin-bottom: 0.6em;
    line-height: 1.3;
}

.title__img {
    padding-top: 8em;
}
.title__img--sky {
    text-align: left;
}
.title__img--sky img {
    width: 63%;
}
.title-icon-01 {
    position: absolute;
    width: 18%;
    bottom: 1%;
    right: 15%;
}
.title__text {
    position: relative;
    padding: 0 0 60px;
}
.title__text .eventend {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20%;
}
.title-text-01 {
    width: 80%;
    margin: 6em auto 3.4em;
    display: block;
    border-bottom: 12px double;
    padding: 0 90px 15px;
}


.title__text p {
    font-size: 3.4rem;
    line-height: 1.6;
    margin: 0 auto;
}
.btn__area p {
    margin: 4px auto;
}
.title-top-01 {
    width: 60%;
    margin: auto;
    padding-top: 20px;
}
.title-sub-01 {
    width: 50%;
    padding-bottom: 10px;
}
.title-text-03 {
    width: 60%;
}

.title .bgBorder-l {
    top: 0;
    height: 100%;
}
.title .bgBorder-r {
    top: 0;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .title h4 {
        line-height: 1.6;
        letter-spacing: 2px;
        margin: .8em;
    }
    .title-out-01 {
        width: 100%;
    }
    .title-text-02 {
        width: 40%;
    }
    .title-text-01 {
        width: 90%;
    }
    .title__text h3 {
        font-size: 4.8rem;
    }
    .title__text h3 span {
        font-size: 2.6rem;
    }
    .title-text-03 {
        width: 78%;
    }
}

@media screen and (max-width: 520px) {
    .title-illust-01 {
        top: -15%;
        width: 96%;
    }
    .title h4 {
        font-size: 1.8rem;
        margin: .4em auto;
        line-height: 1.5;
    }
    .title-text-01 {
        width: 93%;
        margin: 30px auto 10px;
        padding: 0 30px 15px;
    }
    .title-icon-01 {
        width: 24%;
        right: 6%;
        bottom: -1%;
    }
    .title-text-02 {
        width: 60%;
    }
    .title__text p {
        font-size: 2.0rem;
        line-height: 1.2;
    }
    .title-out-01 {
        margin: -2% auto 20px;
    }
    .title__text h3 {
        font-size: 2.8rem;
    }
    .title__text h3 span {
        font-size: 1.6rem;
    }
    .title__text {
        padding: 0 0 30px;
    }
    .title__under {
        padding: 30px 0;
    }
    .title-text-03 {
        width: 90%;
    }
    .title__img {
        padding-top: 6em;
    }
    .title__img--text h2 {
        margin-top: 0.4em;
    }
    .title__text .w-90 {
        width: 100%;
    }
    .title__text .w-80 {
        width: 90%;
    }
    .title__text .w-5 {
        width: 10%;
    }
    .venue__check .w-10 {
        width: 16%;
    }
}




/* ==========================================================================
Sec03 *Venue1
Sec04 *Venue2
Sec05 *Venue3
========================================================================== */
.venue1 { 
    position: relative;
    background-image: repeating-linear-gradient(42deg, #BDD3CD, #BDD3CD 10px, #d4dfdc 0, #d4dfdc 13px);
    background-attachment: fixed;
}
.venue2 { 
    position: relative;
    background-image: repeating-linear-gradient(42deg, #EDD6BC, #EDD6BC 10px, #efe2d2 0, #efe2d2 13px);
    background-attachment: fixed;
}

.venueArea {
    width: 80%;
    margin: auto;
    background: #fff;
}
.venue__title {
    position: relative;
    padding-bottom: 1em;
}
.venue-branch {
    width: 50%;
    margin: 20px auto 10px;
}
.venue-icon {
    position: absolute;
    width: 22%;
    top: 52%;
    transform: translateY(-50%);
    left: 6%;
}
.venue__out {
	position: relative;
    margin: 20px auto;
}
.venue__out .eventend {
	position: absolute;
    top: -20%;
	left: 0;
	right: 0;
	margin: auto;
	width: 16%;
	z-index: 10;
}
.venue__out p {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 5px 60px;
    display: inline-block;
}
.venue-check-title {
    width: 30%;
}
.venue-check-icon {
    width: auto;
    height: 22px;
    margin-right: 15px;
}
.venue__check--list {
    width: 90%;
    margin: 20px auto 20px;
}
.venue__check--list ul {
    display: inline-block;
    padding: 0;
}
.venue__check--list li {
    list-style: none;
    text-align: left;
    font-size: 2.0rem;
    padding: 15px 25px 10px;
}
.venue__btn p {
    font-size: 1.6rem;
}

.venue__lead h4 {
    line-height: 1.5;
}
.venue2 .learn-more-btn {
    background: #DDA468;
    color: #fff;
}
.venue2 .btn__box {
    background-image: linear-gradient( 45deg, #DDA468 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, #DDA468 50%, #DDA468 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) );
}

@media screen and (max-width: 1080px) {
    .venue-icon {
        left: 5%;
    }
}
@media screen and (max-width: 960px) {
    .venue__check--list {
        width: 100%;
    }
    .venue__check--list li {
        font-size: 1.8rem;
		padding: 15px 10px 10px;
    }
    .venue-check-icon {
        height: 16px;
        margin-right: 5px;
    }
    .venue__btn p {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 520px) {
    .venueArea {
        width: 90%;
    }
    .venue-date {
        width: 50%;
    }
    .venue__title h2 {
        font-size: 2.8rem;
    }
    .venue-icon {
        left: -3%;
        width: 25%;
    }
    .venue-branch {
        width: 80%;
        margin: 12px auto 8px;
    }
    .venue__out p {
        padding: 5px 0;
		font-size: 1.6rem;
    }
    .venue-check-title {
        width: 60%;
    }
    .venue__check--list {
        width: 100%;
    }
    .venue__check--list li {
        padding: 10px 0 5px;
        font-size: 1.4rem;
		letter-spacing: 0.5px;
    }
    .venue-check-icon {
        height: 10px;
    }
    .venue__btn .learn-more-btn {
        font-size: 1.8rem;
        padding: 10px 20px;
    }
    .venue__lead h4 {
        font-size: 1.6rem;
    }
    .venue__title {
        padding-bottom: 0;
    }
    .venue__out .eventend {
        top: -66%;
        width: 24%;
    }
}






/* ==========================================================================
Sec05 *Works
========================================================================== */
.sec__title h2 {
    border-bottom: 10px solid #000;
    padding: 0 80px 20px;
    display: inline-block;
    margin-bottom: 1em;
}

@media screen and (max-width: 520px) {
    .sec__title h2 {
        border-bottom: 6px solid #000;
        padding: 0 40px 20px;
    }
}



/* ==========================================================================
Sec06 *Life
========================================================================== */
.life__lead {
    letter-spacing: 4px;
}
.life__lead p {
    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;
}
.life__words h2 {
    font-weight: 500;
    line-height: 1.6;
}

@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: 60%;
        left: -1%;
        bottom: 0%;
    }
    .life__lead {
        letter-spacing: 2px;
    }
    .life__lead h4 {
        line-height: 1.8;
    }
    .life__lead p {
        line-height: 1.8;
    }
}




/* 
==========================================================================
Sec05 *Interval
========================================================================== */
.parallax {
    background: url('img/interval-bg-01.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.interval__content {
    margin: 6em auto 0;
}
.interval__content .border-bottom {
    border-bottom: 2px solid #545454!important;
}
.interval__content h6 {
    line-height: 1.8;
}
@media screen and (max-width: 1080px) {
	.parallax {
		background-size: cover;
		background-attachment: scroll;
	}
}
@media screen and (max-width: 520px) {
	.interval__text .w-80 {
		width: 90%;
	}
    .interval__content {
        margin: 2em auto 0;
    }
    .interval__catch .w-40 {
        width: 50%;
    }
}



/* ==========================================================================
Sec09 *End
========================================================================== */
.end {
    padding: 40px 0;
}
.end .present__btn {
    width: 90%;
    margin: auto;
}
.end h3 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.5;
    font-feature-settings: "palt";
    margin: 0 auto;
}
.quocard_text {
    padding-top: 10px;
}
.end_cont1.inner {
    padding: 3% 20% 20px;
}
.end_cont1 .end_cont1__box {
    position: relative;
    background: url(img/quocard-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
}
.end_cont1__box .quocard_text {
    position: absolute;
    top: 0;
    left: 5%;
}
.end_cont1__box .quocard_img {
    position: absolute;
    bottom: 10%;
    right: 2%;
    width: 35%;
}

.end__btn .learn-more-btn {
    border-radius: 0;
    text-align: center;
    padding: 12px 5px;
}
.end__btn h3 {
    line-height: 1.0;
}
.end__btn .learn-more-btn p {
    line-height: 1.0;
    margin: .6em auto 0;
}
.free-dial {
    width: auto;
    height: 18px;
    padding-right: 5px;
}
.end__btn--info h4 {
    margin: 1em auto .5em;
}
.end__btn--info p {
    line-height: 1.5;
    font-size: 1.8rem;
}
.end__btn--info p span.en {
    letter-spacing: 1px;
    line-height: 1.2;
    display: block;
}
.quocard_img {
    width: 60%;
    float: right;
    margin: auto 5%;
}
.end__btn {
    margin: 40px auto 0;
}
.end__btn .btn__box {
    padding: 0 6px 6px 0;
    background-size: 6px 6px;
}
.end .box1 .learn-more-btn {
    background: #6CA499;
    padding: 16px 40px;
}
.end .box2 .learn-more-btn {
    background: #DDA468;
    padding: 16px 40px;
}
.end .box2 .btn__box {
    display: inline-block;
    background-image: linear-gradient( 45deg, #DDA468 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, #DDA468 50%, #DDA468 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) );
}

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

}
@media screen and (max-width: 960px) {
    .end h3 {
        font-size: 2.2rem;
    }
    .end h4 {
        width: 100%;
        line-height: 1.4;
    }
    .end_cont1 .end_cont1__box {
        height: 240px;
    }
    .end ul {
        width: 100%;
        text-align: left;
    }
    ul.legals {
        text-align: center;
    }
    .end_cont1.inner {
        padding: 0 14% 30px;
    }
    .quocard_text {
        padding-top: 20px;
    }
    .end__btn .inner {
        padding: 0 4%;
    }
    .end__btn .learn-more-btn p {
        font-size: 1.3rem;
    }
    .end__btn--info p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 520px) {
    .end h3 {
        font-size: 2.0rem;
    }
	.end h3.sp {
		display: inline;
	}
    .quocard_text {
        padding-top: 10px;
        padding-bottom: 20px;
        text-align: center;
    }
    .quocard_img {
        width: 90%;
        margin: auto;
        float: none;
    }
    .end__btn .learn-more-btn {
        padding: 10px 2px;
    }
    .end__btn--info h4 {
        font-size: 1.6rem;
    }
    .end__btn--info p {
        font-size: 1.2rem;
    }
    .end__btn .learn-more-btn p {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .end__btn {
        margin: 10px auto 0;
    }
}



/* ==========================================================================
Sec10 *Postscript
========================================================================== */
.postscript h4 {
    font-size: 2.2rem;
    font-weight: 600;
    width: 80%;
    margin: 1.33em auto .8em;
    color: #595757;
}
.postscript ul li {
    font-weight: 400;
    color: #595757;
}
ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}
.postscript__bg {
    padding: 10px 0 20px;
}
.postscript__list {
    padding-left: 10%;
}
@media screen and (max-width: 768px) {
    .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.8rem;
        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 a { 
    color: #000;
    text-decoration: underline;
}
footer { 
    background-color: #b6afab;
    padding: 60px 0 0;
}
footer p { color: #000; }
ul.legals {
    list-style: none;
    color: #000;
    line-height: 25px;
    padding: 0;
    font-weight: 600;
    margin: 0 auto 30px;
}
.legals .font_m { 
    font-size: 2.4rem;
    font-weight: 600;
    padding-bottom: 5px;
}
.credit .credit_cont p { 
    margin-top: 0;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    footer {
        padding: 40px 0 10px;
    }
    .credit {
        position: initial;
        margin: 40px auto 0;
        height: auto;
    }
    .credit .credit_cont {
        position: initial;
    }
    .credit .credit_cont p {
        margin-bottom: 0;
    }
}

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

}


/* ==========================================================================
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 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s 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,250,153) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
    display: inline;
}
.marker.is-active{
    background-position: 0% .5em;
}
.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; }
}




