@charset "utf-8";  
*:focus {
	outline: none;
}

.st_wrap{
    width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #4d3522;
	background-image: url("../images/bg.jpg") ;
	background-size: 1200px;
	display: block;
    font-weight: 400;
    letter-spacing: 1.6px;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	background-attachment: fixed; 
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
}

/*@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}*/

.st_wrap img{
	width: 100%;
	vertical-align: bottom;
}

.st_wrap .inner{
	max-width: 650px;
	margin: 0 auto;
	background: #f5f2ea;
    /*animation: fadein 3s forwards ease;*/
	position: relative;
}

.nekonohi-section{
	background: url("../images/bg-orange.jpg");
	padding: 5%;
	margin-top: -1px;
}

.nekonohi-section img{
	width: 50%;
}

.nekonohi-section .lead{
	font-size: 24px;
	font-weight: 600;
	color: #f5f2ea;
	margin-top: 5%;
	line-height: 1.8;
}

.head-lead_section{
	padding: 5% 0;
	line-height: 2;
	font-size: 18px;
	font-weight: 600;
	position: relative;
}

.head-lead_section .lead{
	position: relative;
	z-index: 1;
	margin-bottom: 15%;
}

.head-lead_section .lead-1{
	margin-bottom: 3%;
}

.head-lead_section img{
	position: absolute;
	bottom: 0;
    left: 0;
}

.main_wrap .nekoashi-1{
	width: 70px!important;
	margin: -5px auto 0;
}

.main_wrap .first-txt{
	padding: 5% 0 10%;
    line-height: 2;
    font-size: 16px;
}

.main_wrap .first-txt a{
	color: #4d3522;
}

.main_wrap .sagashikata_box{
	text-align: left;
	background: #e0dcd2;
	width: 90%;
	margin: 20% auto 5%;
	border: 2px solid #bf472c;
	border-radius: 15px;
	position: relative;
}

.main_wrap .sagashikata_box .sagashikata_img{
	width: 35%; 
	margin: 3% auto;
}

.main_wrap .sagashikata_box .title{
	text-align: center;
	padding: 2% 0;
	background-image: url("../images/bg-orange.jpg");
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.main_wrap .sagashikata_box .txt{
	padding: 3%;
	font-size: 16px;
	line-height: 1.6;
}

.main_wrap .sagashikata_box .txt span{
	font-size: 18px;
	color: #bf472c;
	font-weight: bold;
}

.btnStory{
    display: inline-block;
    width: 85px;
    line-height: 1.2;
}

.cha-1{
	position: absolute;
	top: -14%;
	width: 150px;
	right: 0;
}

.main_wrap .oyaneko_box .oyaneko img{
	width: 90%;
	display: block;
	text-align: left;
}

.main_wrap .oyaneko_box .story_box{
	border-top: 5px dotted #4d3522;
	border-bottom: 5px dotted #4d3522;
	margin-top: -1px;
}

.main_wrap .oyaneko_box .story_box .story-txt{
	margin: 5% auto;
	font-size: 23px;
	line-height: 1.8;
	font-weight: 600;
}

.main_wrap .oyaneko_box .story_box .story-txt span.small{
	margin: 3% auto;
	font-size: 55%;
	font-weight: normal;
	display: block;
}

.main_wrap .oyaneko_box .story_box .btn-story{
	width: 35%!important;
	margin: 5% auto;
}

.main_wrap .oyaneko_box .annotation_box{
	margin: 10% auto 20%;
	position: relative;
}

.main_wrap .oyaneko_box .annotation_box .icon-annotation img{
	width: 25px;
}

.main_wrap .oyaneko_box .annotation_box .icon-annotation .txt{
	margin: 2% 0;
	font-size: 15px;
}

.main_wrap .oyaneko_box .annotation_box .clear_img{
	width: 55%;
	margin: 6% auto 0;
	border: 2px solid #4d3522;
	position: relative;
}

.main_wrap .oyaneko_box .annotation_box .clear_img .txt{
	position: absolute;
    color: #ffffff;
    font-size: 80%;
    padding: 3px 5px;
    top: 0;
    left: 0;
    background: #4d3522;	
}

.shiro-1{
	position: absolute;
	left: -2%;
	top: -73%;
	width: 165px;
	z-index: 1;
}

/*====================================
　　　　　　よくある質問
====================================*/
.question_section{
	background: #e0dcd2;
	padding: 5% 0;
	text-align: left;
	margin: 30% 0 0;
	position: relative;
}
.question_section .title{
	width: 20%;
	margin: 0 auto;
	padding-bottom: 5%;
}

.question_accordion {
    width: 80%;
    margin: 0 auto 2%;
    border-radius: 25px;
}

.question_accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    font-weight: 600;
    cursor: pointer;
	font-size: 14px;
    border: 2px solid #4d3522;
    border-radius: 9999px;
    background: #ffffff;
}

.question_accordion summary::-webkit-details-marker {
    display: none;
}

.question_accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #bf472c;
    border-right: 3px solid #bf472c;
    content: '';
    transition: transform .3s;
}

.question_accordion[open] summary::after {
    transform: rotate(225deg);
}

.question_accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .5em 2em 1.5em;
    transition: transform .5s, opacity .5s;
	font-size: 14px;
}

.question_accordion p span{
	font-size: 12px;
    display: block;
    margin: 1% 0;
}

.question_accordion[open] p {
    transform: none;
    opacity: 1;
}

/*====================================
　　　　　　おねがい
====================================*/
.onegai_section{
	background: none;
}

.onegai_section .title_box{
	padding: 2% 0;
	border-top: 5px dotted #bf472c;
	border-bottom: 5px dotted #bf472c;
}

.onegai_section .title{
	width: 33%;
	margin: 0 auto;
}

.onegai_section .txt{
	margin: 0 auto;
	line-height: 1.6;
	padding: 7% 0;
}

/*====================================
　　　　　　実施期間
====================================*/
.kikan_section{
	background: none;
}

.kikan_section .title_box{
	padding: 2% 0;
	border-top: 5px dotted #bf472c;
	border-bottom: 5px dotted #bf472c;
}

.kikan_section .title{
	width: 16%;
	margin: 0 auto;
}

.kikan_section .txt{
	margin: 0 auto;
	line-height: 1.6;
	padding: 7% 0;
	font-size: 20px;
	font-weight: 600;
}

/*====================================
　　　　　　注意事項
====================================*/
.precautions_section{
	background: none;
}

.precautions_section .title_box{
	padding: 2% 0;
	border-top: 5px dotted #bf472c;
	border-bottom: 5px dotted #bf472c;
}

.precautions_section .title{
	width: 16%;
	margin: 0 auto;
}

.precautions_section .btn_scroll{
    width: 80%;
    margin: 7% auto;
    height: 8em;
    overflow: auto;
    padding: 10px;
    border: solid 1px #747474;
}

.precautions_section .btn_scroll .txt{
    font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
}

/*====================================
　　　　　　おすすめコンテンツ
====================================*/
.contents_section{
	background: none;
}
.contents_section .title_box{
	background-image: url("../images/bg-orange.jpg")
}
.contents_section .title{
	width: 33%;
	margin: 0 auto;
	padding: 2% 0;
}

.contents_section .bnr_wrap{
	width: 90%;
	display: flex;
	column-gap: 2%;
	margin: 5% auto;
}

.contents_section .btn-contents{
	width: 40%;
	margin: 0 auto;
	padding: 7% 0;
}


/*====================================
　　　　　　　　Xシェア
====================================*/
.sns_wrap{
	background: url("../images/bg-x.png");
	padding: 3% 0;
    margin: 25% 0 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background-repeat: no-repeat;
	background-size: cover;
}

.sns_wrap .sns_title{
	width: 50%;
    margin: 3% auto;
}

.sns_wrap .x-btn img{
	width: 10%;
}


/*====================================
　　　　　　　　エンディング
====================================*/
.ending-title{
	padding: 10% 0;
	width: 35%;
	margin: 0 auto;
}

.text_clear::before {
    position: absolute;
    left: 65%;
    top: 10%;
    content: '';
    width: 3px;
    height: 75%;
    background-color: #bf472c;;
    border-radius: 1px;
    transform: rotate(30deg);
}

.text_clear::after {
    position: absolute;
    right: 65%;
    top: 10%;
    content: '';
    width: 3px;
    height: 75%;
    background-color: #bf472c;;
    border-radius: 1px;
    transform: rotate(-30deg);
}

.text_clear{
	font-size: 25px;
	font-weight: bold;
	color: #bf472c;
	position: relative;
	margin: 10% auto 5%;
}

.ending-lead{
	margin: 5% auto 10%;
	line-height: 1.8;
	font-size: 18px;
	font-weight: bold;
}

.footer-img{
	width: 85%;
	margin: 0 auto;
}

.questionnaire_box{
	margin: 15% auto 5%;
	font-size: 16px;
	line-height: 1.8;
}

.btn-ending{
	width: 40%;
	padding-bottom: 10%;
	margin: 0 auto;
}

.kiji-1{
	position: absolute;
    bottom: 2.5%;
    width: 190px;
    right: 5%;
}


.mt_3{
	margin-top: 3%;
}
.m_3{
	margin: 3% 0;
}
			
.sp {
	display:none;
}
.pc{
    display: block;
}

.small{
	font-size: 80%;
}

@media only screen and (max-width:768px){
	
	.st_wrap{
		line-height: 1.6;
	}
	
    .head-lead_section {
        padding: 8% 0;
		font-size: 16px;
		line-height: 1.8
    }		
	
    .nekonohi-section img{
        width: 65%;
    }
	
    .nekonohi-section .lead {
        font-size: 21px;
    }	
	
	.main_wrap .first-txt {
        font-size: 14px;
		padding: 5% 0 20%;
    }
	
    .main_wrap .sagashikata_box{
        margin: 30% auto 5%;
    }		

    .main_wrap .sagashikata_box .txt {
        font-size: 14px;
    }	

    .main_wrap .sagashikata_box .sagashikata_img {
        width: 55%;
    }
	
    .btnStory {
        width: 95px;
        line-height: 1.3;
    }	
	
    .main_wrap .oyaneko_box .oyaneko img {
        width: 95%;
    }
	
    .main_wrap .oyaneko_box .story_box .story-txt {
        margin: 7% auto;
        font-size: 20px;
        line-height: 1.6;
        font-weight: 600;
    }
	
	.main_wrap .oyaneko_box .story_box .btn-story {
        width: 60% !important;
        margin: 8% auto;
    }		

    .main_wrap .oyaneko_box .story_box .story-txt span.small {
        display: block;
        line-height: 1.8;
    }	

    .main_wrap .oyaneko_box .annotation_box{
        margin: 10% auto 40%;
    }	

    .main_wrap .oyaneko_box .annotation_box .clear_img {
        width: 85%;
        margin: 8% auto 0;
        border: 2px solid #4d3522;
        position: relative;
    }
	
    .onegai_section .txt {
        padding: 8% 0;
    }
	
    .kikan_section .txt {
        padding: 8% 0;
		font-size: 16px;
    }	
	
    .precautions_section .btn_scroll {
        margin: 8% auto 15%;
    }	
	
    .question_section .title {
        width: 30%;
    }

    .question_accordion {
        width: 95%;
    }
	
	.question_accordion summary {
        font-size: 13px;
		padding: .5em 2 .5em 2em;
		padding-right: 2.5em;
    }
    .question_accordion summary::after {
        margin-left: 0;
        right: 1.5em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
	.question_accordion p{
		font-size: 12px;
	}
	
	.question_accordion p span{
		font-size: 10px;
	}	
	
    .onegai_section .title_box {
        padding: 3% 0;
        border-top: 5px dotted #bf472c;
        border-bottom: 5px dotted #bf472c;
    }
	
    .onegai_section .title {
        width: 50%;
    }	
	
    .kikan_section .title_box {
        padding: 3% 0;
    }	
	
    .kikan_section .title {
        width: 24%;
    }
	
    .precautions_section .title_box {
        padding: 3% 0;
    }

    .precautions_section .title {
        width: 24%;
    }	
	
    .contents_section .bnr_wrap {
        width: 95%;
        column-gap: 3%;
        margin: 8% auto;
    }
	
    .contents_section .title {
        width: 50%;
		padding: 3% 0;
    }	
	
    .contents_section .btn-contents {
        width: 60%;
		padding: 3% 0 10%;
    }	

    .sns_wrap {
        background-size: cover;
        padding: 5% 0 3%;
    }
	
    .sns_wrap .sns_title{
		width: 70%!important;
		margin: 5% auto;
    }
	
	.sns_wrap .x-btn img {
        width: 15%;
    }
	
    .x-share-btn {
        padding: 15px 15px;
    }

	.btn_form {
        width: 60%;
    }
	
    .btn_form img {
        width: 100%;
    }	
	
    .btn_form a{
		padding: 10px 20px;
    }	
	
	
    .ending-title{
        width: 45%;
    }
	
    .text_clear {
        font-size: 20px;
    }

    .text_clear::after {
        right: 70%;
        top: 15%;
        width: 2.5px;
        height: 70%;
    }	
	
    .text_clear::before {
        left: 70%;
        top: 15%;
        width: 2.5px;
        height: 70%;
    }
	
    .ending-lead {
        line-height: 1.6;
        font-size: 15px;
    }	
	
    .questionnaire_box {
		margin: 15% auto 8%;
        font-size: 13px;
        line-height: 1.6;
    }
	
    .footer-img{
        width: 95%;
    }
	
    .btn-ending {
        width: 55%;
        padding-bottom: 10%;
        margin: 0 auto;
    }
	
	.kiji-1 {
        bottom: 2.8%;
        width: 180px;
        right: 0%;
    }
	
	.cha-1 {
        top: -13%;
        width: 130px;
        right: -5%;
    }
	
    .shiro-1 {
        bottom: -84%;
        width: 155px;
    }	
	
	.small{
		font-size: 70%;
		display: block;
		margin-top: 3%;
	}
	
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}	
}  