@charset "UTF-8";
/* CSS Document */

/********** Setting ***********/
/*
window.FontAwesomeConfig = {
  searchPseudoElements: true
}
*/
html {
	height: 100%;
	font-size: 100%;
	line-height: 1.5em;
	scroll-behavior: smooth;
    background: #f0f0f0;
}
body {
	height: 1200px;
	color: #000000;
	-webkit-text-size-adjust : 100%;
	font-family: 'Noto Sans JP', sans-serif;
	background: #f0f0f0;
    font-size: 1em;
    margin: 0 auto;
}

@media screen and (max-width: 770px) {
  body {
      width: 100%;
      color: #000000;
	-webkit-text-size-adjust : 100%;
	font-family: 'Noto Sans JP', sans-serif;
	background: #f0f0f0;
    font-size: 1em;
    }
}

a[href^="tel:"] {
    poinp_bannerter-events: none;
}

a {
    text-decoration: none;
}

* html body { /* for IE6 */
  font-size: small;
}

*:first-child+html body { /* for IE7 */
  font-size: small;
}

    ul,li{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    dl dd{
            margin-inline-start: 0px;

    }
   p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/**********Setting***********/

/*========= ヘッダー ===============*/


header{
    width: 100%;
  color:#fff;
  text-align: center;
}

header h1{
    width: 1200px;
    height: 45px;
    background:#222;
    padding-top: 5px;
    top: 0;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 770px) {
    header h1{
        width: 100%;
        height: 45px;
        background:#222;
        padding-top: 5px;
        top: 0;
    }
}

header h1 img{
    width: 120px;
    margin: -5px auto 0 auto;
    height: 45px;
}

header #top{
    width: 1200px;
    height: 760px;
    margin: 0 auto;
    display: block;
    background: url("../../image/lp/header_topbg.jpg");
    position: relative;
}
header #top .image{
    position: absolute;
    right: 0;
    bottom: 0;
}

header #top .top_text01{
    position: absolute;
    left: 101px;
    top: 50px;
}
header #top .top_text02{
    position: absolute;
    left: 65px;
    top: 150px;
}
header #top .top_text03{
    position: absolute;
    left: 40px;
    top: 411px;
}
header #top .top_text04{
    position: absolute;
    left: 20px;
    top: 516px;
}

/* アニメーションの時間関係*/
#anime01 {
  animation-duration: 1s; /* アニメーションの時間 */
  animation-delay: 1.5s; /* アニメーション開始時間 */
  /* animation-iteration-count: infinite; アニメーションの繰り返し回数 */
}

#anime02 {
  animation-duration: 1s; /* アニメーションの時間 */
  animation-delay: 0.5s; /* アニメーション開始時間 */
  /* animation-iteration-count: infinite; アニメーションの繰り返し回数 */
}

#anime03 {
  animation-duration: 1s; /* アニメーションの時間 */
  animation-delay: 0.5s; /* アニメーション開始時間 */
  /* animation-iteration-count: infinite; アニメーションの繰り返し回数 */
}
#anime04 {
  animation-duration: 1s; /* アニメーションの時間 */
  animation-delay: 0.5s; /* アニメーション開始時間 */
  /* animation-iteration-count: infinite; アニメーションの繰り返し回数 */
}
#anime05 {
  animation-duration: 1s; /* アニメーションの時間 */
  animation-delay: 1.5s; /* アニメーション開始時間 */
  /* animation-iteration-count: infinite; アニメーションの繰り返し回数 */
}

@media screen and (max-width: 770px) {
    header #top{
        width: 100%;
        height: 380px;
        margin: 0 auto;
        display: block;
        background: url("../../image/lp/header_topbg_sp.jpg") no-repeat;
        background-size: cover;
        position: relative;
    }
    header #top .image img{
        width: 370px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    header #top .top_text01{
        position: absolute;
        left: 35px;
        top: 40px;
    }
    header #top .top_text02{
        position: absolute;
        left: 25px;
        top: 80px;
    }
    header #top .top_text03{
        position: absolute;
        left: 15px;
        top: 200px;
    }
    header #top .top_text04{
        position: absolute;
        left: 5px;
        top: 250px;
    }
    header #top .top_text01 img{
        width: 315px;
    }
    header #top .top_text02 img{
        width: 315px;
    }
    header #top .top_text03 img{
        width: 315px;
    }
    header #top .top_text04 img{
        width: 315px;
    }
}

/*========= entry ===============*/
.entry{
    width: 1200px;
    display: block;
    margin: 20px auto 0 auto;
}
.entry .inner{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 20px 0 20px
}
.entry .inner .btn{
    width: 945px;
    text-align: center;
}

.entry .inner .btn p{
    margin-bottom: 15px;
}

.entry .inner .btn p:nth-child(2){
    padding: 17px 0 17px 0;
    background: #ff33ff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 5px;
    color: #FFFFFF;
}

.entry .inner .btn p:nth-child(4):hover{
    opacity: 0.7;
}


.entry .inner .image{
    width: 195px;
    height: 387px;
    position: relative;
}

.entry .inner .image img:nth-child(1){
    width: 195px;
    height: 387px;
    position: absolute;
    top: 0;
    left: 0;
}


.entry .inner .image .entry_anime{
   width: 167px;
    height: 258px;
    position: absolute;
    top: 60px;
    left: 15px;
}

.entry .inner .image .entry_anime img{
    width: 167px;
    height: 258px;
}

.entry .image_sp{
    display: none;
}

.entry .inner02 p{
    width: 1160px;
    margin: 0px auto 0 auto;
    padding: 10px 20px 10px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 100px;
    background: #cccccc;
}

@media screen and (max-width: 770px) {
 .entry{
    width: 100%;
    display: block;
    margin: 10px auto 0 auto;
}
.entry .inner{
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 0 10px
}
.entry .inner .btn{
    width: 100%;
    text-align: center;
    margin-right: 5px;
}

.entry .inner .btn p img{
    width: 100%;
    text-align: center;
}

.entry .inner .image{
   display: none;
}
.entry .image_sp{
    display: block;
   width: 100%;
    height: auto;
    margin: 5px auto 5px auto;
    padding: 0 40px 0 40px;
    background: url("../../image/lp/ently_img_sp.jpg");
    background-size: cover;
    
}    
    
.entry .image_sp .entry_anime_sp{
    display: block; 
   width: 70%;
    margin: 0 auto;
    
} 
    
.entry .image_sp .entry_anime_sp img{
    display: flex;
  width: 100%;
   justify-content: center;
    align-items: center;
}    

.entry .inner .btn p{
    margin-bottom: 5px;
}

.entry .inner .btn p:nth-child(2){
    padding: 5px 0 5px 0;
    background: #ff33ff;
    font-size: 1em;
    font-weight: bold;
    border-radius: 5px;
    color: #FFFFFF;
}
.entry .inner02 p{
    width: calc(100% - 20px);
    margin: 5px auto 0 auto;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-size: 1em;
    border-radius: 100px;
    background: #cccccc;
}
}

/*========= img_slide ===============*/

#img_slide{
    width: 1200px;
    height: 650px;
    display: block;
    margin: 10px auto 0 auto;
    background: url("../../image/lp/slider_bg.jpg");
    padding-top: 30px;
}

#img_slide .inner p:nth-child(1){
    margin: 0px 0 10px 0;
    text-align: center;
}

#img_slide .inner p:nth-child(2){
    display: block;
    width: 1160px;
    padding: 15px 0 15px 0;
    margin: 0px auto 20px auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: #222222;
    border-radius: 100px;
    color: #FFFFFF;
}

#img_slide .slider{
    width: 1200px;
}

#img_slide .slider02{
   display: none;
}

#img_slide .inner02{
    margin: 20px 0 10px 0;
    text-align: center;
}

@media screen and (max-width: 770px) {
    #img_slide{
    width: 100%;
    height: 265px;
    display: block;
    margin: 10px auto 0 auto;
    background: url("../../image/lp/slider_bg.jpg");
    padding-top: 10px;
}

#img_slide .inner p:nth-child(1){
    margin: 0px 0 5px 0;
    text-align: center;
}

    #img_slide .inner p:nth-child(1) img{
        width: 70%;
}


#img_slide .inner p:nth-child(2){
    display: block;
    width: calc(100% - 10px);
    padding: 5px;
    margin: 0px auto 5px auto;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    background: #222222;
    border-radius: 5px;
    color: #FFFFFF;
}

#img_slide .slider{
    width: 100%;
}
#img_slide .slider li{
    width: 25%;
}
#img_slide .slider li img{
    width: 100%;
}

#img_slide .inner02{
    margin: 0px 0 0px 0;
    text-align: center;
}
#img_slide .inner02 img{
    width: 70%;
}

}

/*========= about ===============*/

#about{
    width: 1200px;
    height: auto;
    display: block;
    margin: 20px auto 0 auto;
}

#about .inner{
    width: 1200px;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

#about .inner02{
    width: 1160px;
    height: auto;
    display: block;
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px -5px #777777;
}

#about .inner02 .title{
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
    background: #ff33ff;
    padding: 15px 0 15px 0;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;
}

#about .inner02 ul{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
}

#about .inner02 ul li:nth-child(1){
    width: 146px;
    height: 176px;
}
#about .inner02 ul li:nth-child(2){
    display: block;
    padding: 10px 0 0 0;
    margin-left: 20px;
}
#about .inner02 ul li:nth-child(2) p{
    display: block;
    width: 950px;
}
#about .inner02 ul li:nth-child(2) p:nth-child(1){
    font-size: 60px;
    font-weight: bold;
    margin-top: 20px;
}
#about .inner02 ul li:nth-child(2) p:nth-child(2){
    font-size: 1.25em;
    font-weight: bold;
    padding: 15px;
    background: #f0f0f0;
    border: solid 5px #CCCCCC;
    display: block;
    border-radius: 5px;
    margin-top: 35px;
}

@media screen and (max-width: 770px) {
    #about{
    width: 100%;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
}

#about .inner{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

#about .inner img{
    width: 80%;
}

#about .inner02{
    width: 100%;
    height: auto;
    display: block;
    padding: 10px;
    margin: 0 auto;
    border-radius: 0px;
    background: #FFFFFF;
    box-shadow: none;
}

#about .inner02 .title{
    margin-bottom: 10px;
    font-size: 1.25em;
    font-weight: bold;
    background: #ff33ff;
    padding: 5px 0 5px 0;
    text-align: center;
    color: #FFFFFF;
    border-radius: 3px;
}

#about .inner02 ul{
    margin-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
}

#about .inner02 ul li:nth-child(1){
    width: 20%;
    height: auto;
}

#about .inner02 ul li:nth-child(1) img{
    width: 100%;
}
#about .inner02 ul li:nth-child(2){
    width: 75%;
    display: block;
    padding: 5px 0 0 0;
    margin-left: 5px;
}
#about .inner02 ul li:nth-child(2) p{
    display: block;
    width: 100%;
}
#about .inner02 ul li:nth-child(2) p:nth-child(1){
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 0px;
}
#about .inner02 ul li:nth-child(2) p:nth-child(2){
    font-size: 1em;
    padding: 5px;
    background: #f0f0f0;
    border: solid 2px #CCCCCC;
    display: block;
    border-radius: 3px;
    margin-top: 5px;
    font-weight: 200;
}
}

/*========= result ===============*/

#result{
    width: 1200px;
    height: auto;
    display: block;
    margin: 20px auto 0 auto;
}

#result .inner p{
    width: 1160px;
    height: auto;
    display: block;
    padding: 20px;
    margin: 20px auto 0 auto;
    background: #222222;
    color: #FFFFFF;
    font-size: 1em;
    border-radius: 10px;
}

#result .inner02 {
    width: 1200px;
    height: 100%;
    background: url("../../image/lp/result_bg.jpg") no-repeat #ffd95a;
    padding: 20px;
    margin-top: 20px;
}

#result .inner02 p{
    text-align: center;
    margin: 10px auto 0 auto;
}

#result .inner02 ul{
    width: 1160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

#result .inner02 ul li{
    width: 534px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
#result .inner02 ul li:nth-child(2n){
    margin-right: 0px;
}

#result .inner02 ul li:nth-child(even){
    margin-right: 0px;
}

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

#result{
    width: 100%;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
}

#result .inner p{
    width: calc(100% - 10px);
    height: auto;
    display: block;
    padding: 5px;
    margin: 0px auto 0 auto;
    background: #222222;
    color: #FFFFFF;
    font-size: 1em;
    border-radius: 3px;
}

#result .inner02 {
    width: 100%;
    height: auto;
    background: url("../../image/lp/result_bg.jpg");
    padding: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    background-size: cover;
}

#result .inner02 p{
    text-align: center;
    margin: 10px auto 0 auto;
}

#result .inner02 p img{
    width: 80%;
}

#result .inner02 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

#result .inner02 ul li{
    width: 48%;
    margin-right: 10px;
    margin-bottom: 10px;
}

#result .inner02 ul li img{
    width: 100%;
}

#result .inner02 ul li:nth-child(even){
    margin-right: 0px;
}
}
/*========= footer ===============*/

footer {
    width: 1200px;
    height: auto;
    margin-top: 20px!important;
    padding: 20px 0 0 0;
    background: #222222;
    margin: 0 auto;
    font-size: 1em;
}

footer ul{
    display: flex;
    padding-bottom: 10px;
    border-bottom: solid 1px #333333;
    justify-content: center;
}
footer ul li{
    margin-right: 30px;
    color: #FFFFFF;
}

footer p{
    color: #FFFFFF;
    padding: 10px 20px 20px 20px;


}

footer .copy{
    color: #FFFFFF;
    padding: 10px 0 10px 0;
    text-align: center;
    background:#333333;
}

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

footer {
    width: 100%;
    height: auto;
    margin-top: 10px!important;
    padding: 10px 0 0 0;
    background: #222222;
    margin: 0 auto;
    font-size: 1em;
}

footer ul{
    display: flex;
    padding-bottom: 5px;
    border-bottom: solid 1px #444444;
    justify-content: center;
}
footer ul li{
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 0.75em;
}

footer p{
    color: #FFFFFF;
    padding: 5px 10px 10px 10px;


}

footer .copy{
    color: #FFFFFF;
    padding: 5px 0 5px 0;
    text-align: center;
    background:#333333;
}
}

/*========= privacy ===============*/


#privacy{
    width: 1200px;
    height: auto;
    display: block;
    margin: 20px auto 0 auto;
}

#privacy .inner{
    width: 1160px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
    padding: 20px;
    border-radius: 10px;
    background: #FFFFFF;

}

#privacy .inner .title{
    width: 1120px;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 0 15px 0;
    border-radius: 5px;
    background: #FF33FF;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

#privacy .inner ul {
    width: 1120px;
    height: auto;
    display: block;
    text-align: left;
    margin-bottom: 0px;
    padding: 20px;
    border-radius: 5px;
    background: #FFFFFF;
    font-size: 1em;
    font-weight: 100;
    color: #222222;
    border: solid 1px #e1e1e1;
}

#privacy .inner ul .p_title{
    background: #222222;
    font-size: 1.25em;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 0 10px 0;
    text-align: center;
   margin-bottom: 10px;
    border-radius: 5px;
}

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

#privacy{
    width: 100%;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
}

#privacy .inner{
    width: calc(100% - 10px);
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
    padding: 10px;
    border-radius: 3px;
    background: #FFFFFF;

}

#privacy .inner .title{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
    border-radius: 3px;
    background: #FF33FF;
    font-size: 1.25em;
    font-weight: bold;
    color: #FFFFFF;
}

#privacy .inner ul {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    margin-bottom: 0px;
    padding: 10px;
    border-radius: 5px;
    background: #FFFFFF;
    font-size: 1em;
    color: #222222;
    border: solid 1px #e1e1e1;
}

#privacy .inner ul .p_title{
    background: #222222;
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px 0 5px 0;
    text-align: center;
   margin-bottom: 10px;
    border-radius: 5px;
}
#privacy .inner ul li:nth-child(2){
   font-size: 1em;
}
}


/*========= commerce ===============*/


#commerce{
    width: 1200px;
    height: auto;
    display: block;
    margin: 20px auto 0 auto;
}

#commerce .inner{
    width: 1160px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
    padding: 20px;
    border-radius: 10px;
    background: #FFFFFF;

}

#commerce .inner .title{
    width: 1120px;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 0 15px 0;
    border-radius: 5px;
    background: #FF33FF;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

#commerce .inner ul{
    width: 1120px;
   background: #FFFFFF;
    padding: 0;
    color: #222222;
    border: solid 1px #e1e1e1;
    display: flex;
}


#commerce .inner ul li{
    padding: 5px 0 5px 10px;
}


#commerce ul .c_title{
    width: 300px!important;
    color: #FFFFFF;
    background: #222222;
}
#commerce ul li:nth-child(2){
    width: 820px!important;
    color: #222222;
    background: #FFFFFF;
}

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

#commerce{
    width: 100%;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
}

#commerce .inner{
    width: calc(100% - 10px);
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
    padding: 10px;
    border-radius: 3px;
    background: #FFFFFF;

}

#commerce .inner .title{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    padding: 5px 0 5px 0;
    border-radius: 3px;
    background: #FF33FF;
    font-size: 1.25em;
    font-weight: bold;
    color: #FFFFFF;
}

#commerce .inner ul{
    width: 100%;
   background: #FFFFFF;
    padding: 0;
    color: #222222;
    border: solid 1px #e1e1e1;
    display: flex;
}


#commerce .inner ul li{
    padding: 5px 0 5px 10px;
}


#commerce ul .c_title{
    width: 30%!important;
    color: #FFFFFF;
    background: #222222;
}
#commerce ul li:nth-child(2){
    width: 70%!important;
    color: #222222;
    background: #FFFFFF;
}
}