*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
html{
    font-size: 62.5%;
}
img{
    width: 100%;
    vertical-align: bottom;
}
.pc{
    display: block;
}
.sp{
    display: none;
}

@media screen and (max-width: 760px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
@media screen and (min-width:760px){
    .wrapper{
        min-width: 1200px;
    }    
}

/* header */
.header_inner {
    display: flex;
    justify-content: space-between;
    margin-left: 5%;
    align-items: center;
}
.head_logo{
    width:235px;
    height:40px;
}
.head_tel{
    width:506px;
}
@media screen and (max-width: 760px){
    .head_logo{
        width: 67%;
        height:auto;
        margin-right: 10px;
    }
}

/* contents */
.fv{
    position:relative;
    z-index:1;
}
.crowns{
    background-image: url(../img/crowns_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -8%;
    position:relative;
}
.crowns_inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 135px 0;
}
.crown_deco{
    position:absolute;
    bottom: -4%;
    left: 7%;
}
.genre{
    background-image: url(../img/genre_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.genre_inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 75px 0;
}
.marketing{
    background-image: url(../img/policy_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.marketing_ttl{
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 80px;
}
.marke_inner01{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.marke_inner01 img{
    width: 47%;
    height: 100%;
}
.marke_inner02{
    max-width: 1200px;
    margin: 0 auto;
    padding-top:70px;
}
.works{
    background-image: url(../img/works_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.works_inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 36px;
}
.plan_bg01{
    background-image: url(../img/plan_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.plan_inner01{
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.plan_bg02{
    position: relative;
    height: 260px;
}
.plan_inner02{
    position: absolute;
    top: -12%;
    right: 0;
    left: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 77px;
}

.cta_bg {
    background-image: url(../img/cta_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 100px 0 70px;
}
.cta_area {
    margin: 0 50px;
}
.cta_ttl {
    max-width: 945px;
    margin: 0 auto;
}
.cta_inner {
    max-width: 950px;
    padding: 50px 40px 25px 50px;
    border: solid 2px #fff;
    margin: 60px auto 50px;
}
.cta_flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.worries_bg{
    background-image: url(../img/worries_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -8%;
}
.worries_inner{
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 9%;
}
.success{
    background-image: url(../img/success_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top:-11%;
    padding-bottom: 100px;
}
.success_ttl{
    max-width: 520px;
    margin: 0 auto;
    padding: 160px 0 100px;
}
.success_inner01,.success_inner02{
    display: flex;
    justify-content: space-between;
    width:50%;
}
@supports (-ms-ime-align:auto) {
    .success_inner01,.success_inner02 {
        width:100%;
    }
}
@-moz-document url-prefix(){
    .success_inner01,.success_inner02 {
        width:100%;
    }
}

.reason_bg01{
    background-image: url(../img/reason_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 110px 0;
}
.reason_ttl01{
    max-width: 1000px;
    margin: 0 auto;
}
.reason_bg02{
    background-image: url(../img/reason_bg02_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position:relative;
    margin-top:-8%;
    padding:200px 0 30px;
    z-index:-1;
}
.reason01_inner,.reason02_inner,.reason03_inner{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom:70px;
}
.price{
    background-image: url(../img/price_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.price_inner{
    max-width: 754px;
    margin: 0 auto;
    padding:100px 0;
}
@media screen and (max-width: 760px){
    .crowns{
        margin-top: -26%;
        background-image:none;
    }
    .crowns_inner{
        padding:0;
    }
    .genre{
        margin-top:-8%;
    }
    .genre_inner{
        padding: 30px 0;
    }
    .marketing_ttl{
        padding:14% 5%;
    }
    .marke_inner01{
        display: block;
        width:90%;
    }
    .marke_inner01 img{
        height:auto;
        width:100%;
        margin-bottom: 14%;
    }
    .marke_inner02{
        padding:0;
        width:90%;
    }
    .works{
        background-image: url(../img/works_bg_sp.jpg);
        background-size: 100%;
    }
    .works_inner{
        padding: 14% 5%;
    }
    .plan_bg01{
        background-image: url(../img/plan_bg_sp.jpg);
        background-size: 100%;
    }
    .plan_inner01{
        padding: 14% 5%;
    }
    .plan_bg02{
        height:100px;
    }
    .plan_inner02{
        padding: 0px 5%;
        top: -14%;
    }
    .cta_bg{
        padding: 14% 5%;
    }
    .cta_ttl{
        padding: 0 10%;
    }
    .cta_inner{
        margin: 10% 0 0;
        padding: 9% 9% 5%;
    }
    .cta_flx{
        display: block;
    }
    .cta_area{
        margin:0;
    }
    .cta_btn{
        margin-top:5%;
    }
    .worries_bg{
        background-image: url(../img/worries_bg_sp.png);
        margin-top: -15%;
        background-size: 100%;
    }
    .worries_inner{
        padding: 28% 3% 0;
    }
    .success{
        background-image: url(../img/success_bg_sp.jpg);
        background-size: 100%;
        margin-top: -31%;
        padding-bottom:7%;
    }
    .success_ttl{
        padding:31% 5% 30%;
    }
    .success_inner01,.success_inner02{
        display:block;
        width:100%;
    }
    .success_inner01 img,.success_inner02 img{
        margin-top:-13%;
    }
    .reason_bg01{
        background-image: url(../img/reason_bg_sp.png);
        background-size: 100%;
        padding:14% 5% 24%;
    }
    .reason_bg02{
        background-image: url(../img/reason_bg02_sp.jpg);
        background-size: 100%;
        padding:28% 5% 10%;
        margin-top: -20%;
    }
    .reason01_inner, .reason02_inner, .reason03_inner{
        padding-bottom: 6%;
    }
    .price{
        background-image: url(../img/price_bg_sp.jpg);
        background-size: 100%;
    }
    .price_inner{
        padding:16% 11%;
    }
}


/* contact_form */
h2{
    font-weight: bold;
    text-align: center;
    font-size: 4rem;
    color: #454545;
    margin: 100px 0 60px;
    font-family:serif;
}
.error{
    color: #f20000;
    font-size: 1.4rem;
}
#contact .inner{
    width: 70%;
    max-width: 1200px;
    margin: 20px auto;
}
#contact .inner .table .center{
    display: block;
    text-align: center;
    font-size: 2rem;
}
#contact .inner .must,
#contact .inner .must2{
    padding: 1px 5px;
    background-color: #9f1d1d;
    color: #fff;
    font-weight: bold;
}
#contact .inner .must{
    margin-right: 5px;
}
#contact .inner .must2{
    background-color: #9f1d1d;
    margin-right: 5px;
}
#contact .inner .must3{
    display: block;
    margin: 15px auto;
    font-size: 1.4rem;
    text-align: center;
}
#contact .inner .table table{
    margin: 25px auto;
    width: 1000px;
    border-collapse: collapse;
    /*border-spacing: 0 10px;*/
}
#contact .inner .table table th,
#contact .inner .table table td{
    border: 1px solid #ccc;
    padding: 20px 0 20px 10px;
}
#contact .inner .table table th{
    width: 30%;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: left;
    background-color: #ebebeb;
}
#contact .inner .table table td{
    width: 70%;
}
#contact .inner .table table td p{
    font-size: 1.6rem;
}
#contact .inner .table table td #email1_error_point{
    margin-top: 10px;
}
#contact .inner .table table td ul{
    list-style: none;
}
#contact .inner .table table td ul+p{
    display: block;
    margin-top: 15px;
    font-size: 1.6rem;
}
#contact .inner .table table td ul li{
    font-size: 1.6rem;
}
#contact .inner .table table td ul li input{
    margin-right: 5px;
}
#contact .inner .table table tr:last-child th{
    border-bottom: 1px solid #ccc;
}

#contact .inner .must{
    font-size: 1.6rem;
}

#contact .inner input[type="text"]{
    width: 400px;
}

#contact .inner .submit{
    text-align: center;
    margin-top: 20px;
}
#contact .inner .submit input{
    width: 300px;
    height: 60px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    box-shadow: #726224 0 7px 0;
    background: #a99442;
    border-radius: 10px;
    border: none;
    -webkit-appearance: none;
    font-size: 2.0rem;
}
#contact .inner .submit input:hover{
    opacity:.8;
}
#contact .inner .table table textarea{
    width: 90%;
    height: 50px;
}

/* 遷移後 */
#contents .section h2{
    margin: 30px auto;
}
#contents .section .table>p{
    display: block;
    text-align: center;
    font-size: 1.6rem;
}
#contents .section .inner .table table td{
    font-size: 1.8rem;
}

footer{
    background:#052256;
    margin-top: 100px;
    padding: 40px 5%;
    text-align: center;
}
footer>a,
footer>p{
    font-size: 1.6rem;
    color: #fff;
}
footer>p{
    display: block;
    margin-top: 20px;
}

@media screen and (max-width:760px){
    h2{
       font-size: 2.4rem;
       margin-bottom: 30px;
    }
    
    #contact .inner{
        width: 95%;
        max-width: 95%;
    }
    #contact .inner .table table{
        width: 100%;
    }
    #contact .inner .table table th{
        font-size: 1.4rem;
    }
    #contact .inner .must,
    #contact .inner .must2{
        font-size: 1.2rem;
    }
    #contact .inner input[type="text"],
    #contact .inner .table table textarea{
        width: 95%;
    }
    #contact .inner input[type="text"]{
        height: 30px;
    }
    #contact .inner .table table textarea{
        height: 100px;
    }
    #contact .inner .table table td ul li,
    #contact .inner .table table td p{
        font-size: 1.4rem;
    }
    #contact .inner .table table th,
    #contact .inner .table table td{
        padding: 10px 0 10px 10px;
    }
    #contact .inner .table table th{
        padding-left: 5px;
    }
    #contact .inner .table table .mb{
        margin-bottom: 10px;
        margin-top: 15px;
    }
}

/* 追従バナー */
.pc_cta1 {
    margin: 2px;
}

.pc_cta2 {
    margin: 2px;
}

#flyin {
z-index:100;
border-radius:10px 0 0;
-moz-border-radius:10px 0 0;
-webkit-border-radius:10px 0 0;
position:fixed;
-webkit-backface-visibility:visible!important;
-ms-backface-visibility:visible!important;
backface-visibility:visible!important;
-webkit-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
-moz-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
-o-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
-webkit-transition:bottom .5s ease,background-position .5s ease;
transition:bottom .5s ease,background-position .5s ease;
padding:0;
filter: drop-shadow(0px 0px 7px #aaa);
transition: 0.3s ease-in-out;
}

#flyin .flyin-man {
position:absolute;
right:5%;
top:110px;
z-index:3;
width:82px;
height:130px;
display:block;
background-image:url(//cdn.elegantthemes.com/images/flyin-man.png);
-webkit-animation:float 3s infinite;
-moz-animation:float 3s infinite;
-o-animation:float 3s infinite;
animation:float 3s infinite;
-webkit-transition:top 1s ease,opacity 1s ease;
transition:top 1s ease,opacity 1s ease;
}

#flyin #flying_subscribe {
-webkit-transition:opacity .5s ease,background-color .5s ease;
transition:opacity .5s ease,background-color .5s ease;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:none;
width:100%;
color:#fff;
font-size:16px;
font-family:'Goudy Bookletter 1911',arial,sans-serif;
background:#55a753;
text-align:center;
cursor:pointer;
padding:11px 0 10px;
}

#flyin #flying_subscribe:hover,#flyin .flyinbutton:hover {
background-color:#408c3f;
}

#flyin #exit_emailinput {
-webkit-transition:opacity .5s;
transition:opacity .5s;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
width:220px;
background:#f8fafa;
border:1px solid #e4e9e9;
color:#b3b3b3;
font-size:13px;
margin:0 0 10px;
padding:11px 20px;
}

#flyin .flyinclose {
-webkit-transition:0 .5s ease .2s,opacity .5s ease,top .5s ease .2s;
transition:transform .5s ease .2s,opacity .5s ease,top .5s ease .2s;
content:'';
display:block;
z-index:2;
box-shadow:0 0 10px rgba(0,0,0,.2);
cursor:pointer;
width:30px;
height:30px;
border-radius:30px;
background:#fff url(//cdn.elegantthemes.com/img/exitpopup-x.png) no-repeat center center;
position:absolute;
top:-10px;
left:-5px;
margin:0;
padding:0;
}

#flyin .flyinbutton {
-webkit-transition:top .5s ease,opacity .5s ease,background-color .5s ease;
transition:top .5s ease,opacity .5s ease,background-color .5s ease;
width:300px;
height:20px;
top:400px;
opacity:0;
position:absolute;
left:10px;
z-index:5;
display:block;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:none;
color:#fff;
font-size:16px;
font-family:'Goudy Bookletter 1911',arial,sans-serif;
background:#55a753;
text-align:center;
cursor:pointer;
padding:11px 0 10px;
}

#flyin .free,#flyin .present_bottom,#flyin .present_top {
display:block;
position:absolute;
left:50%;
}

#flyin .present_top {
-webkit-transition:all .5s ease .5s;
transition:all .5s ease .5s;
width:100px;
height:42px;
margin-left:-50px;
top:114px;
background-image:url(//cdn.elegantthemes.com/images/flyin-present-top.png);
}

#flyin .present_bottom {
width:108px;
height:74px;
margin-left:-54px;
top:182px;
background-image:url(//cdn.elegantthemes.com/images/flyin-present-bottom.png);
}

#flyin .free {
-webkit-transition:all .5s ease 1s;
transition:all .5s ease 1s;
width:175px;
height:82px;
margin-left:-87px;
top:133px;
background-image:url(//cdn.elegantthemes.com/images/flyin-free.png);
}

.target.is-hidden {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  pointer-events: none;
  display:none;
}
div#flyin:hover {
    transform: translateY(-5px);
    transition: all .5s;
}

@media screen and (max-width:760px){
	#contact .inner {
    padding: 10px;
    width: 98%;
}
	#flyin {
		width: 90%;
    margin: 0 auto;
    bottom: 0;
    right: 18px;
	}
}

@media screen and (min-width: 640px){
	.pc_cta1 {
		margin-bottom: 10px;
	}
	#flyin {
		width: 330px;
		bottom:20px;
        right:30px;
	}
}