/* ! 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: 11px;
margin: .5em 0;
font-weight: normal !important; }
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: #937F45;
    padding: 20px 60px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.end .learn-more-btn { 
    color: #000;
}
.learn-more-btn:hover,
.learn-more-btn:focus {
    background: #937F45;
    color: #fff;
}
.btn__box {
    display: inline-block;
    background-image: linear-gradient( 45deg, #937F45 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, #937F45 50%, #937F45 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;
    background-color: rgba(000,000,000,.7);
    padding-bottom: 700px;
}
.hero__left,.hero__right {
    position: relative;
}
.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: 250px 100px 80px;
}
.hero__left--img{
	padding: 50px 25px 0 100px;
}
.hero__right--img{
	padding: 100px 100px 100px 25px;
}
.hero__left--text{
    padding: 50px 100px 0;
}
.hero__right--img2{
	padding: 0 0 0 25px;
}
.hero__right--text--in {
    display: inline-block;
}
.topread {
  color: white;
  font-size: 45px;
  line-height: 1.8;
  letter-spacing: 7px;
  margin-top: 80px;
}
a.scroll {
    display: inline-block;
    position: absolute;
    right: 5%;
    bottom: 37%;
    z-index: 2;
    padding: 150px 10px 0;
    overflow: hidden;
    color: #fff;
    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;
    right: 50%;
    width: 3px;
    height: 140px;
    background: #fff;
}
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: 810px) {
    .hero__right--text h2 {
        font-size: 3.2rem;
    }
    a.scroll {
        right: 3%;
        bottom: 40%;
        padding: 140px 10px 0;
        font-size: 1.2rem;
    }
    a.scroll::after {
        height: 130px;
    }
    .bgBorder {
        width: 60%;
    }
	.hero__left--logo {
	    text-align: center;
	    padding: 100px 50px 30px;
	}
	.hero__left--img{
		padding: 20px 25px 0 50px;
	}
	.hero__right--img{
		padding: 50px 50px 50px 25px;
	}
	.hero__left--text{
	    padding: 20px 50px 0;
	}
	.topread {
		color: white;
		font-size: 28px;
		line-height: 1.8;
		letter-spacing: 7px;
		margin-top: 1em;
	}


}

@media screen and (max-width: 520px) {
    .hero__right--text h2 {
        font-size: 1.8rem;
    }
    .hero__left--logo {
        text-align: center;
        padding: 70px 10px 10px 30px;
    }
    .hero__right--text {
        padding: 5%;
    }
    a.scroll {
        right: 7%;
        bottom: 43%;
        padding: 110px 10px 0;
        font-size: .9rem;
        letter-spacing: 1px;
    }
    a.scroll::after {
        height: 100px;
        width: 2px;
    }
    .bgBorder {
        width: 80%;
    }
    .hero__left--img {
	  padding: 20px 10px 0 0;
	}
	.hero__left--text {
	  padding: 20px 10px 0 20px;
	}
	.topread {
	  font-size: 17px;
	  letter-spacing: 3px;
	}
	.hero__right--img {
	  padding: 50px 50px 40px 10px;
	}
	.hero__right--img2 {
	  padding: 0 0 0 10px;
	}
	.hero__right .text-end{
		font-size: 1em;
	}
}



/* ==========================================================================
Sec02 *House Type
========================================================================== */
.housetype{
	margin-top: -550px;
}
.housetype_box{
	position: relative;
}
.ht_img_box{
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	top: 10%;
}
.ht_icon {
	width: 600px;
}
.one_voice img{
	padding: 80px 170px 160px;
}
.housetype__left{
	padding: 100px 20px 100px 100px;
}
.housetype__right{
	padding: 100px 100px 100px 20px;
}
.housetype .eventend {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 32%;
    padding-left: 15%;
}


@media screen and (max-width: 810px) {
	.hero {
	  padding-bottom: 300px;
	}
	.housetype {
	  margin-top: -250px;
	}
	.housetype__left {
	  padding: 50px 10px 50px 50px;
	}
	.housetype__right {
	  padding: 50px 50px 50px 10px;
	}
	.ht_icon {
	  width: 300px;
	}
	.one_voice img {
	  padding: 50px 80px 100px;
	}
}

@media screen and (max-width: 520px) {
	.housetype__left {
	  padding: 20px 10px 20px 20px;
	}
	.housetype__right {
	  padding: 20px 20px 20px 10px;
	}
	.ht_icon {
	  width: 150px;
	}
	.ht_img_box {
	  top: 8%;
	}
	.one_voice img {
	  padding: 25px 20px 45px;
	}
	.hero {
	  padding-bottom: 200px;
	}
	.housetype {
	  margin-top: -150px;
	}
    .housetype .eventend {
        width: 26%;
        padding-left: 6%;
    }
	
}




/* ==========================================================================
Sec03 *Venue1
Sec04 *Venue2
Sec05 *Venue3
========================================================================== */
.venue1 { 
    position: relative;
    background-color: rgba(000,000,000,.7);
}
.venue2 { 
    position: relative;
    background-color: rgba(000,000,000,.7);
}

.venueArea {
    width: 80%;
    margin: auto;
    background: #F4D274;
    margin-bottom: 150px;
}
.venueArea2 {
    width: 80%;
    margin: auto;
    background: #96B489;
}
.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: 0 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: #5A6E53;
    color: #fff;
}
.venue2 .btn__box {
    background-image: linear-gradient( 45deg, #5A6E53 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, #5A6E53 50%, #5A6E53 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) );
}
.slim{
	font-weight: normal !important;
}
.sat{
	color: #0000FF;
}
.sun{
	color: #FF0000;
}
.venue__check {
  padding: 55px 0px 10px !important;
  margin: 5em auto 7em;
  background: #fff;
  box-shadow: 0px 0px 0px 4px #fff;
  border: solid 10px #F4D274;
  width: 80%;
  position: relative;
}
.venue__check2 {
  padding: 55px 0px 10px !important;
  margin: 5em auto 7em;
  background: #fff;
  box-shadow: 0px 0px 0px 4px #fff;
  border: solid 10px #96B489;
  width: 80%;
  position: relative;
}
.ct_iset{
	position: absolute;
	top: -5%;
	width: 100%;
	left: 0;
}
.venue .sec-padding{
	padding: 0 0 80px 0;
}
.pt_date {
	padding: 2em 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 5em 5em 2em 5em;
}
.pt_sec{
	font-size: 7em;
	letter-spacing: 10px;
	margin-top: 80px;
}
.s_name{
	font-size: 70%;
}
.pt_date h3{
	font-size: 7em;
	margin-top: 10px;
}
.pt_date p{
	font-size: 2.2em;
}
.spc{
	display: none;
}

.venue1 .eventend {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 13%;
    z-index: 1;
}



@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: 810px) {
	.spc{
		display: inline-block;
		margin-right: 6px;
	}
	.pt_date {
	  margin: 5em 0 2em 0;
	}
	.pt_sec {
	  font-size: 6em;
	  margin-top: 60px;
	  margin-bottom: 0;
	}
	.pt_date h3 {
	  font-size: 6em;
	  margin-top: 15px;
	}
	.venue__check,.venue__check2 {
	  padding: 45px 20px 10px !important;
	  margin: 4em auto 5em;
	  width: 100%;
	}
	.venueArea {
	  margin-bottom: 50px;
	}

}
@media screen and (max-width: 520px) {
	.spc{
		display: none;
	}
    .venueArea,.venueArea2 {
        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%;
    }
    .pt_sec {
	  margin-top: 30px;
	}
	.pt_date {
	  margin: 3em 0 2em 0;
	}
	.pt_date h3 {
	  font-size: 3.5em;
	}
	.venue__out h3{
		font-size: 2em;
	}
	.pt_date {
	  padding: 1.5em 0 1em;
	}
	.ct_iset {
	  left: 0%;
	}
	.venue__check, .venue__check2 {
	  margin: 3em auto 3em;
	}
	.venue__btn p {
	  font-size: 1em;
	}
	.venueArea {
	  margin-bottom: 30px;
	}
    .venue1 .eventend {
        width: 20%;
    }
}



/* ==========================================================================
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;
    }
    .life__words h2 {
	  font-size: 2.5em;
	}
}




/* 
==========================================================================
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: #F4D274;
    padding: 16px 40px;
}
.end .box1 .btn__box {
    display: inline-block;
    background-image: linear-gradient( 45deg, #F4D274 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, #F4D274 50%, #F4D274 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) );
}
.end .box2 .learn-more-btn {
    background: #96B489;
    padding: 16px 40px;
}
.end .box2 .btn__box {
    display: inline-block;
    background-image: linear-gradient( 45deg, #96B489 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, #96B489 50%, #96B489 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) {
	.end {
	  padding: 40px 0 0px;
	}

}


/* ==========================================================================
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; }
}




