@charset "utf-8";
/*@import "compass/css3";*/
* {
	margin:0;
	padding:0;
	list-style:none;
}

.topPlan_menu {
	width:116%;
	/*background-color: #f4f4f4;*/
	padding:60px 0 0px;
	margin:0px 0 300px 0;
}

.topPlan_menu li {
	margin: 0 50px;
	width:100%;
	height:700px;	
}

.topPlan_menu li .topPlan_menu_contents {
	width:100%;
}

.topPlan_menu_text {
	width:100%;
	background:#FFFFFF;
	padding:2% 0% 0%;
	box-sizing: border-box;
	border-radius:0 0px 80px 80px;
}

.topPlan_menu_text h2 {
	font-size:2.5rem;
	color:#FFF;
	padding:10px 0 0 0;
	color:#333;
	
}


.topPlan_menu_text h2.pw::before {
   white-space: pre;
}

.topPlan_menu_text ul {
	margin:30px 0 0 0;
}

.topPlan_menu_text ul li {
	margin: 0px 0px 0px;
	height:0px;
}

.topPlan_menu_image {
	width:100%;
	background:#00F;
}

.topPlan_menu_image img {
	width:100%;
	height:500px;
	object-fit:cover;
	border-radius:0;
}

/*.topPlan_menu img {
  height: auto;
  width: 100%;
}*/

.topPlan_menu .slick-dots {
	bottom:40px;
}









html {
	/*font-family: "A1明朝 M JIS2004 AP";*/
}


body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	/*font-family: "A1明朝 M JIS2004 AP";
	overflow: scroll;
	overflow-x: hidden;*/
	box-sizing: border-box;
	text-align: justify;
	text-justify: inter-ideograph;
	font-feature-settings: "palt";
	font-size:0.9rem;
}

@media screen and (max-width: 767px) {
	html {
		
	}
}


img {
	max-width: 100%;	
	vertical-align: bottom;
	border-radius:0px;
}

.underline {
	background: linear-gradient(transparent 50%, yellow 50%);
}

.num-ul {
	border-bottom:double 3px #333333; 
}

.rd-img-60 {
	border-radius:60px;
}

.rd-img-15 {
	border-radius:15px;
}


/* a */

main a:link , main a:visited {
	color:#333;
	text-decoration:none;
}

main a:hover {
	color:#333;
	text-decoration:none;
}

footer a:link , footer a:visited {
	color:#ffffff;
	text-decoration:none;
}

footer a:hover {
	color:#ff4463;
}

.report-list a {
	color:#333;
	text-decoration:none;
}

.report-list a:hover {
	color:#F06;
}


/**/

.logo_fadein{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 60%;
}

/**/

.font-10 {
	font-size:0.8rem;
	color:#333;
}

.font-22 {
	font-size:2.6rem;
	color:#333;
	font-family: 'Noto Sans JP', sans-serif;
}

.font-33 {
	font-size:3.3rem;
	color:#333;
}

.waku {
	width:auto;
	/*border:1px solid #333;*/
	font-size:0.7rem;
	line-height: 1.3;
	/*border-radius:10px;*/
	padding:0.2% 2% 0.2% 0;
	font-weight:lighter;
	letter-spacing:2px;
	display: inline-block;
	
}

.sub-header-logo .waku {
	border-bottom:1px solid #ff4463;
}


/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s ease-out;
 }

/* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
}

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
}
/*フェードインのみ*/
.slide-fadein {
	opacity: 0;
	transition: all 1s ease-out;
}



/*button*/

body .rc-btn {
	margin-top: 30px;
	
}

body .rc-btn a {
	text-decoration: none;
	background:#333;
	width: 100%;
	height: 100%;
	border-radius: 28px;
	align-items: center;
	position: relative;
	font-size: 0.85rem;
	line-height: 1;
	font-weight:bold;
	text-indent: .08em;
	letter-spacing: .08em;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #333;
	padding:15px 65px 15px 40px;
	transition: all 0.3s;
}

body .rc-btn a:hover {
	background:#ff4463;
	color:#FFF;
	border: 1px solid #ff4463;
}

body .rc-btn a:hover span:after {
	background:url(images/arrow_f.svg) no-repeat center top;
	right: -33px;
}

body .rc-btn a span {
	position: relative;
}

body .rc-btn a span:after {
	content: "";
	width: 13px;
	height: 12px;
	background:url(images/arrow_f.svg) no-repeat center top;
	background-size: 100% auto;
	display: block;
	line-height: 1;
	position: absolute;
	right: -29px;
	top: 25%;
}

body a.more {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background:#333;
	font-size:0.8rem;
	border-radius: 50%;
	text-align:center;
	position:absolute;
	margin-top:380px;
	margin-right:-21%;
	font-weight:lighter;
	writing-mode: horizontal-tb;
	transition: all 0.3s;
}

body .more:link , body .more:visited  {
	color:#FFF;
}

body a.more:hover {
	background:#ff4463;
	color:#FFF;
	text-decoration:none;
}



/**/
.nav-wrap .rc-btn {
	margin-top: 60px;
}

.nav-wrap .rc-btn a {
	border:none;
	background:#FFF;
}

.nav-wrap .rc-btn a span:after {
	background:url(images/arrow_p.svg) no-repeat center top;
}

.nav-wrap .rc-btn a:hover {
	background:#f9ec08;
	color:#f74668;
}

/**/
.footer-btn .rc-btn a {
	background:#FFF;
	color:#333;
}

.footer-btn .rc-btn a:hover {
	background:red;
	color:#333;
}

.footer-btn .rc-btn span:after {
	
	background:url(images/arrow_b.svg) no-repeat center top;
}

.footer-btn .rc-btn a:hover {
	background:#ff4463;
	color:#FFF;
	border: 1px solid #ff4463;
}

.footer-btn .rc-btn a:hover span:after {
	background:url(images/arrow_f.svg) no-repeat center top;
}



/**/

.nav-wrap {
	width:100%;
	/*background:#FF4463;*/
	position:fixed;
	top:0;
	z-index:24;
	padding-bottom:5px;
	
}

.nav-wrap p {
	display:inline-block;
	background:#ff4463;
	padding:8px 80px 2px 30px;
	border-radius:0 0 80px 0;
}

.inner {
	height: 100%;
	margin: 0px 40px;
	z-index:20;
	position:relative;
}

.btn-wrap {
	display:inline-block;
	position:fixed;
   
	line-height: 60px;
	color: #fff;
	text-align: center;
	
}

.btn-trigger {
    position:fixed;
    width: 27px;
    height: 23px;
    transform: translateY(-50%);
    cursor: pointer;
}

.btn-trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
}

.btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
	z-index:25;
}

.btn-trigger span:nth-of-type(1) {
    top: 0;
}

.btn-trigger span:nth-of-type(2) {
    top: 10px;
}

.btn-trigger span:nth-of-type(3) {
    bottom: 0;
}

#sp-btn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

#sp-btn.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-btn-bar02 .8s forwards;
}

@keyframes active-btn-bar02 {
    100% {
        height: 0;
    }
}

#sp-btn.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
}


.inner nav {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	background-color: #ff4463;
}

.inner .nav-list {
	list-style: none;
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	flex-direction: column;
	align-items: flex-start;
	left: 0;
	right: 0;
	margin: auto;
}

.inner .nav-list li {
	width:100%;
	font-size: 0.1rem;
	text-align:center;
	margin:5px 0;
	letter-spacing:2px;
	position:relative;
	color:#FFF;
}

.inner .nav-list li:nth-child(even){
	font-size:30px;
}

.inner .nav-list a {
	color:#FFF;
	font-size: 1.2rem;
	text-decoration:none;
	font-weight:bold;
	position: relative;
	
}

.inner .nav-list a:visited {
	color:#FFF;
	text-decoration:none;
}

.inner .nav-list a::after {
	position: absolute;
	bottom: 2px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.inner .nav-list a:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

.inner h2 {
	position:absolute;
	bottom:5vw;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.inner .nav-patner-list {
	display: flex;
	flex-direction:row;
	justify-content:center;
	position:absolute;
	bottom:2vw;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/**/



.full p {
	width:300px;
	padding:20px 0 0 30px;
	z-index:13;
	position:relative;
}

.supporter-list h2 {
	text-align:center;
	padding:18px 0 0;
	letter-spacing:1px;
	position: relative;
	color:#3e3a39;
}

.supporter-list h2:before ,
.supporter-list h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color:#FFF;
}

.supporter-list h2:before {
	margin-top:7px;
	margin-left:-40px;
}
.supporter-list h2:after {
	margin-top:7px;
	margin-left:20px;
}

/*zoutohana img*/

.zth-img {
	position:relative;
	margin-bottom:13%;
}

.zth-img-t01 {
	position:absolute;
	top:10%;
	left:3%;
}

.zth-img-t02 {
	position:absolute;
	bottom:10%;
	right:3%;
}

/*about*/
	
/*削除
.about {
	padding:0px 0 150px;
}

.about-inner {
	width:100%;
	display: flex;
}

.about-img {
	width: 51.24451%;
}

.about-img img {
	border-radius: 0 0px 80px 0;
}

.about-detail {
	width: 48.75549%;
	padding-left: 4.5388%;
	padding-right: 8.41874%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	letter-spacing:2px;
}

.about-detail h1 {
	line-height:1.7;
	margin-top:2%;
}

.about-detail p {
	font-size:1.0rem;
	line-height: 230%;
	margin:3% 0 8%;
	font-feature-settings: "palt";
}

.about-list {
	margin:0 auto 5%;
}

.about-list ul {
	width:80%;
	margin:0 auto;
	display: flex;
	flex-direction:row;
	justify-content:center;
}

.about-list li {
	background:#f4f4f4;
	border-radius: 10px;
	position:relative;
	padding:0 1.5% 1%;
	box-sizing:border-box;
	color:#333;
	width:18.5%;
}

.about-list li:before {
	content: '';
	display:inline-block;
	position:absolute;
	font-size:2.0rem;
	background:#333;
	border-radius: 10px;
	padding:0px 10px;
	color:#ffffff;
	left: 50%;
    transform: translate(-50%, -50%);
	font-weight:bold;
	white-space: nowrap;
}

.about-list ul li p {
	margin:45px 0 10px;
	text-align:center;
}

.about-list ul li h3 {
	font-size:1rem;
	letter-spacing:1px;
	text-align: justify;
	font-weight:inherit;
}

.about-list li:nth-child(2) {
	margin:0 70px;
}

.about-list li:nth-child(3) {
	margin:0 70px 0 0;
}

.about-list ul li span {
	position:absolute;
	right:-49px;
	width: 35px;
	height: 8px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: skew(45deg);
	top:50%;
	transform: translate(-50% 0);
}



.about-list li:nth-child(1):before {
	content: '回 収';
}

.about-list li:nth-child(2):before {
	content: '査 定';
}

.about-list li:nth-child(3):before {
	content: '選 ぶ';
}

.about-list li:nth-child(4):before {
	content: '贈 る';
}
*/



/*贈り物*/

.radius-bg-right-60 {
	position: relative;
	margin: 0 0 350px 10.25vw;
	padding: 160px 0 180px;
	letter-spacing: 2px;
}

.radius-bg-right-60:before {
	content: "";
	display: block;
	width: calc(100% - 10.25vw);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f4f4f4;
	border-radius: 80px 0px 0px 80px;
	z-index: -1;
	animation:12s linear infinite hy;
}

@media screen and (max-width: 767px) {
	.radius-bg-right-60 {
		width: 100%;
		margin: 200px 0 160px 0;
		padding: 0px 0 120px 0;
	}
	.radius-bg-right-60:before {
		width: 100%;
		border-radius: 0px 0px 0px 0px;
	}
}

.gift-wrap {
	
	margin-right: 0;
	margin-bottom:0px;
	display:flex;
	flex-direction: row-reverse; 
}

.gift-image {
	width:70%;
	margin-left:5%;
	position:relative;
}

.gift-text {
	width:35%;
}

.gift-text h1 {
	font-size:4.8rem;
	margin-bottom:50px;
	letter-spacing:7px;
	color:#3f3f3f;
	letter-spacing:8px;
}

.gift-text p {
	font-size:0.9rem;
	line-height:2.5;
	letter-spacing:4px;
}

.gift-image img {
	width: 100%;
	height: auto;
	object-fit:cover;
	border-radius: 60px 0px 0px 60px;
}

@media screen and (min-width: 768px) and (max-width: 1800px) {
	.gift-text h1 {
		font-size:2.8rem;
		margin:30px 0;
	}
}

@media screen and (max-width: 767px) {
	.gift-wrap {
		display:block;
	}
	
	.gift-text,
	.gift-image {
		width:80%;
		margin:0px auto 0;
	}
	
	.gift-text {
		height:auto;
	}
	
	.gift-text h1 {
		font-size:2.0rem;
		margin:30px 0;
	}
	
	.gift-text p {
		line-height:2.0;
	}
	
	.gift-image img {
		margin:-70px 0 0 0;
		border-radius: 30px;
	}
}

/*.gift-image-count-area {
	width:50%;
	height:170px;
	padding:10px;
	background-color: #ff4463;
	position:absolute;
	bottom:70px;
	right:0px;
	border-radius: 90px 0px 0px 90px;
}*/

.gift-image-count-top-area {
	width: 330px;
	height: 330px;
	border-radius: 15px;
	/*border:1px solid #333;*/
	/*background-color: #ff4463;*/
	background:url(images/book_img.svg) no-repeat;
	color:#FFF;
	display:inline-block;
	text-align: center;
	line-height:100px;
	position:absolute;
	top:-280px;
	right:90px;
}

.gift-image-count-top-area p {
	width:100%;
	position:relative;
	font-size:7rem;
	letter-spacing:6px;
	font-weight:bold;
	margin:170px 0 0 -20px;
}

.gift-image-count-top-area p::before {
	content:"子供たちに贈った\A本の冊数";
	white-space: pre;
	line-height:1.5;
	width:100%;
	font-size:1.4rem;
	position:absolute;
	top:-145px;
	left: 57%;
	color:#FF4463;
    transform: translate(-50%, -50%);
}

.gift-image-count-top-area p::after {
	content:"2025年11月現在";
	width:100%;
	font-size:0.7rem;
	position:absolute;
	bottom:-55px;
	left: 57%;
    transform: translate(-50%, 0%);
}

.count-up {
	line-height:0.5;
}

.gift-image-count-top-area-suu {
	position:relative;
}

.gift-image-count-top-area div {
	position:absolute;
	top:175px;
	right:15px;
	font-size:2.2rem;
	font-weight:bold;
}


.gift-image-circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	/*border:1px solid #333;*/
	background-color: #ff4463;
	color:#FFF;
	display:inline-block;
	text-align: center;
	line-height:100px;
	font-size:0.8rem;
	position:absolute;
	top:-0px;
	left:-50px;
}

@media screen and (max-width: 767px) {
	.gift-image-count-top-area {
		width: 180px;
		height: 180px;
		border-radius: 0px;
		top:-180px;
		right:-1px;
	}
	
	.gift-image-count-top-area p {
		font-size:3.0rem;
		margin:90px 0 0 -5px;
	}
	
	.gift-image-count-top-area p::before {
		font-size:0.7rem;
		top:-75px;
		left: 55%;
		color:#ff4463;
		letter-spacing:3px;
	}
	
	.gift-image-count-top-area p::after {
		font-size:0.7rem;
		bottom:-30px;
		left: 55%;
		letter-spacing:3px;
	}
	
	.gift-image-count-top-area-suu {
		width: 45px;
		height: 100px;
	}
	
	.count-up {
		line-height:0.6;
	}

	
	.gift-image-count-top-area div {
		position:absolute;
		top:66px;
		right:0px;
		font-size:1.0rem;
		font-weight:bold;
	}
	
	.gift-image-circle {
		width: 70px;
		height: 70px;
		line-height:70px;
		font-size:0.6rem;
		top:-20px;
		left:10px;
	}
}



.slider {
	width:114.5%;
	z-index:1;
	margin:0px 0 -380px -14.5%;
	/*width:130%;
	height: auto !important;
	z-index:1;
	margin:0px 0 -380px -30%;*/
}

.slider div {
	/*padding:20px 0px;*/
	position:relative;
	padding:60px 0 0 0;
}

.slider div img {
	width: 82%;
	max-height: 100%;
    /*height: 100vh;*/
}

.slider div p {
	width: 82%;
	padding:15px 3% 0;
	font-size:0.9rem;
	font-weight:bold;
	line-height:2.0;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.slider {
		width:100%;
		margin:0px 0 -380px 0%;
		
	}
	.slider div {
		padding:30px 0 0 0;
	}
	
	.slider div p {
		font-size:0.8rem;
		line-height:1.5;
		font-weight:lighter;
	}
}




/*report-main*/

.report-main {
	width:86%;
	margin:0 0 5% 0;
}

.report-main a:hover {
	opacity:0.8;
}

.report-main img {
	border-radius:0 80px 80px 0;
}

.report-main-contents {
	width:69%;
	margin-left:14%;
	display:flex;
}

.report-main h2 {
	font-size:0.7rem;
	margin:3% 0;
	color:#666;
	letter-spacing:1px;
	border:1px solid #666;
	display:inline-block;
	padding:0.4% 2% 0;
	border-radius:50px;
	font-weight:lighter;
}

.report-main-contents li:nth-child(1) {
	width:70%;
	font-size:0.95rem;
	line-height:1.6;
}

.report-main-contents li:nth-child(2) {
	width:30%;
	display: flex;
	align-items: end;
	justify-content: end;
}

.report-main-contents li:nth-child(2) .rc-btn {
	position:relative;
	top:-7%;
}


/*report*/

.radius-bg-left {
	position: relative;
	margin: 200px 0 187px 12.5vw;
	padding: 160px 0 160px 0;
	letter-spacing: 2px;
}

.radius-bg-left:before {
	content: "";
	display: block;
	width: calc(100% - 10.25vw);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f4f4f4;
	border-radius: 80px 0px 0px 80px;
	z-index: -1;
	animation:12s linear infinite hy;
}

/*@keyframes hy{
  0%{ transform:rotate(0);}
  50%{ transform:rotate(0);width: 85%;height: 90%;}
  100%{ width: 90%;  }
}*/

.radius-bg-left h1 {
	position:absolute;
	display: inline-block;
	top: 160px;
	right: 12.5vw;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height:auto;
}



.report-wrap {
	width:100%;
	
	/*display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;*/
	box-sizing: border-box;
}

/*削除
.report-main {
	padding-right: 25vw;
}

.report-main dd {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	width: 100%;
}

.top-report-content {
	width:50%;
	margin-bottom: 20px;
	margin-right: 3vw;
}

report-content {
	margin-bottom: 20px;
	margin-right: 3vw;
}

*/
.report-btn {
	-webkit-flex: 1;
	flex: 1;
	padding-left: 4.84375vw;
	margin-bottom: 40px;
	
}


.report-list {
	width:68%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top:5%;
	margin-right:12.5vw;
}

.report-list img {
	border-radius: 15px;
}

.report-list h2 {
	margin:10px 0 5px;
}

.report-list p {
	font-size:0.95rem;
	line-height:1.6;
}

.report-list li {
	width:46%;
	margin-bottom:3%;
}

.report-list li:nth-child(2n) {
	margin-left:8%;
}



/*.report-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top:5%;
}

.report-list li {
	width:47%;
	margin-bottom:2%;
}

.report-list li:nth-child(odd) {
	margin-right:6%;
}
*/
/*report-single*/



dd .report-content a:link {
	color:#f74668;
}

.single .report-content p {
	margin-bottom:5%;
}

.report-main dd.single {
	display:block;
	width:100%;
}


/**/

.method {
	position: relative;
	margin: 0 0 0px 0;
	padding: 120px 0 120px 0;
	letter-spacing: 2px;
}

.method:before {
	content: "";
	display: block;
	width: calc(100% - 60.25vw);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ff4463;
	border-radius: 0px 80px 80px 0px;
	z-index: -1;
}

.method-wrap {
	display: flex;
	padding-left:12.5vw;
}

.method-img {
	width:50%;
	margin-right:5%;
	margin-bottom:0px;
}

.method-hl {
	width:30%;
	display: flex;
	align-items: center;
}

.method-hl .waku {
	margin-bottom:20px;
}

.method-hl ul h1 {
	margin-bottom:6%;
	line-height:1.3;
}

.method-hl ul .rc-btn {
	margin-top:10%;	
}

.method-hl ul {
	line-height:2.0;
}


/*media*/


.radius-bg-right {
	position: relative;
	margin: 187px 12.5vw 187px 0;
	padding: 160px 0 160px 0;
	letter-spacing: 2px;
}

.radius-bg-right:before {
	content: "";
	display: block;
	width: calc(100% - 22.70vw);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f4f4f4;
	border-radius: 0px 80px 80px 0px;
	z-index: -1;
	animation:12s linear infinite hy;
}

.radius-bg-right h1 {
	position:absolute;
	display: inline-block;
	top: 160px;
	right: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height:auto;
}

.report-list2 {
	width:71%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top:5%;
	margin-left:12.5vw;
}

.report-list2 li {
	width:28%;
	margin-bottom:6%;
}

.report-list2 li:nth-child(3n-1) {
	margin-left:8%;
	margin-right:8%;
}

.report-list2  h2 {
	margin:25px 0 10px;
	font-size:1.1rem;
}

.report-list2  p {
	font-size:0.95rem;
	line-height:1.6;
}

/**/

.partner {
	width:60%;
	height:100%;
	margin:10% auto 0;
	padding:5% 20% 5%;
	/*background-color: #f4f4f4;*/
}

.partner h1 {
	text-align:center;
}

.partner h2 {
	text-align:center;
	margin:10% 0 4%;
	font-size:1.0rem;
	letter-spacing:3px;
}

.partner ul.partner-list {
	width:70%;
	margin:0 auto;
	text-align:center;
}

.partner ul.partner-list li {
	margin-bottom:8%;
}

.partner ul.partner-list03 {
	width:100%;
	margin:0 auto;
	display: flex;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

.partner ul.partner-list03 li {
	width:33%;
	margin-bottom:3%;
}

.partner ul.partner-list03::after {
	display: block;
	content:"";
	width: 33%;
}

/**/

footer {
	display:flex;
	margin:200px 0 0 0;
	letter-spacing:2px;
}

.footer-content {
	width:100%;
	background:#333;
	margin:0 0 70px 0%;
	/*border-radius:80px 0 0 80px;*/
	padding:10% 3% 0% 0;
}

.footer-content h2 {
	text-align:right;
	color:#FFF;
	font-size:1.3rem;
	line-height:2.0;
	margin-bottom:3%;
}

.footer-content nav ul {
	display:flex;
	justify-content: flex-end;
	margin-bottom:0%;
}

.footer-content nav ul li {
	text-align:right;
	margin-left:20px;
	color:#FFF;
}

.footer-content p {
	text-align:right;
	color:#FFF;
	font-size:0.8rem;
}

.footer-btn {
	display:flex;
	justify-content: flex-end;
	text-align:right;
	margin:0% 0 5%;
}

.footer-btn .rc-btn {
	margin-left:2%;
}


/*sub top*/


.sub-header-logo {
	width:100%;
}

.sub-header-logo h1 {
	width:65%;
	font-size:4rem;
	color:#ff4463;
	margin:10% 0 2vw 10%;
	font-weight:bold;
}

.sub-header-logo h2 {
	width:75%;
	font-size:1.0rem;
	color:#333;
	margin:0% 0 7vw 10%;
	font-weight:lighter;
	line-height:2.0;
}

.sub-header-logo p {
	width:65%;
	font-size:1.5rem;
	color:#333;
	margin:0% 0 0vw 10%;
	font-weight:lighter;
	line-height:2.0;
}

.sub-header-content {
	width:100%;
	position:relative;
	overflow:hidden;
	margin-left:0%;
	
	border-radius:0 0 0 0px;
	
}

.sub-header-content h2 img {
	width:100%;
	border-radius:0 0 0 0px;
}


.sub-top {
	width:80%;
	margin:0 auto;
	letter-spacing:2px;
}

.sub-top h1 {
	width:50%;
	font-size:1.0rem;
	line-height:2.3;
	margin:0 auto 7%;
	font-weight:lighter;
}

.sub-top p {
	font-size:0.7rem;
	line-height:3.5;
	margin-bottom:10%;
}

/*.radius-bg-right {
	position: relative;
	margin: 0 12.5vw 187px 0;
	padding: 160px 0 160px 0;
	letter-spacing: 2px;
}

.radius-bg-right:before {
	content: "";
	display: block;
	width: calc(100% - 8.25vw);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F6F6F6;
	border-radius: 0 80px 80px 0;
	z-index: -1;
}

.radius-bg-right h1 {
	position:absolute;
	display: inline-block;
	top: 160px;
	left: 12.5vw;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height:auto;
}*/



/*sub-about*/
	
.flow-wrap {
	width:80%;
	padding-left: 25vw;
	box-sizing: border-box;
}

.flow-list {
	width:100%;
	position:relative;
	border-left:1px solid #3e3a39;
	padding-bottom:30px;
}

.flow-list:last-child {
	border:none;
}

.flow-list h2 {
	font-size:1.1rem;
	position:absolute;
	top:-18px;
	left:-40px;
	color:#FFF;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background:#3e3a39;
	border-radius: 50%;
	text-align:center;
}

.flow-list ul {
	width:70%;
	padding-left:65px;
	letter-spacing:2px;
}

.flow-list h3 {
	font-size:2.2rem;
	color:#3e3a39;
	line-height:1.3;
	margin-bottom:-30px;
}

.flow-list li {
	margin-bottom:50px;
	line-height:2.2;
}

.flow-button {
	margin-bottom:4%;
}


/*sub-shop*/
	
.shop-wrap {
	width:100%;
	padding-left: 25vw;
	box-sizing: border-box;
}

.shop-wrap h2 {
	margin-bottom:2%;
}

.shop-wrap p {
	font-size:0.8rem;
	margin:0 0 20px 0;
	border:1px solid #333;
	display:inline-block;
	padding:0 1%;
}

.shop-wrap ul {
	width:70%;
	margin:0 0 10px 0;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.shop-wrap ul:after{
  content: "";
  width: 18%;
  height: 0;
  padding:0 0 0 18px;
}
.shop-wrap ul:before{
  content: "";
  width: 18%;
  height: 0;
  order: 1;
  padding:0 0 0 18px;
}

.shop-wrap li {
	width:18%;
	height:auto;
	margin:0 0 2.5% 0;
	position:relative;
	padding:0 0 0 18px;
}


li.shop-list1 {
	width:50%;
}

.shop-wrap li:after {
	content: "";
	width: 14px;
	height: 12px;
	background:url(images/enn.svg) no-repeat center top;
	display: block;
	line-height: 1;
	position: absolute;
	left: 0px;
	top: 8px;
}

.shop-map-f {
	margin-top:8%;
}

.shop-map h2 {
	padding:2% 0 0 0;
	margin-bottom:1%;
}

.shop-map p {
	border:none;
	padding:0;
	font-size:1rem;
}

.shop-map-2 {
	width:97%;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	padding-right:3%;
}

.shop-map-2 div {
	width:45%;
	margin-bottom:4%;
}

.shop-map-2 iframe {
	width:100%;
	height:300px;
}

/*sub-method*/

.sub-method-wrap {
	width:100%;
	padding-left: 25vw;
	box-sizing: border-box;
	
}

.sub-method-wrap ul {
	width:70%;
	margin:0 0 4% 0;
}

.sub-method-wrap li {
	margin-bottom:3%;
	padding-left:1em;
	text-indent:-1em;
	font-size:1.1rem;
}

.sub-method-wrap h2 {
	width:70%;
	font-size:1.3rem;
	margin-left:0.5%;
}

.arrow-wrap {
	width:70%;
	text-align:center;
	margin:5% 0 8%;
}

.arrow-bottom {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 10px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
}

.sub-method-wrap dl {
	width:70%;
	background:#FFF;
	border-radius:10px;
	padding:6% 5% 4%;
	box-sizing: border-box;
}

.sub-method-wrap dt {
	text-align:center;
	position:relative;
}

.sub-method-wrap dt h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	white-space: nowrap;
	position:absolute;
	top:-113px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.sub-method-wrap dt h3::before,
.sub-method-wrap dt h3::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #333333;
}

.sub-method-wrap dt h3::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.sub-method-wrap dt h3::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

/*
.sub-method-wrap dt div {
	padding:5% 5%;
	display:inline-block;
	position:relative;
	top:-45px;
	margin-bottom:-100px;
	white-space: nowrap
}

.sub-method-wrap dt div:before {
	content:'';
	position: absolute;
	left:0;
	border-left:1px solid #333;
	padding:3% 5% 7% 0;
	transform: rotate(150deg);
}

.sub-method-wrap dt div:after {
	content:'';
	position: absolute;
	right:0;
	border-right:1px solid #333;
	padding:3% 5% 7% 0;
	transform: rotate(-150deg);
}
*/

.sub-method-wrap dt p {
	margin-bottom:70px;
	font-size:1.1rem;
	text-align:left;
}

.sub-method-wrap dd {
	margin-top:-5%;
	border-radius:10px;
}

.sub-method-wrap dd p {
	width:100%;
	text-align:center;
	color:#333;
	font-size:3.5rem;
	line-height:1.2;
	font-weight:bold;
	margin-bottom:7%;
}

.sub-method-wrap dd p:nth-child(3) {
	margin:-9% 0 0;
	
}

.sub-method-wrap dd p span {
	font-feature-settings: "palt";
    list-style-type: disc !important;
	line-height:0;
}


.sub-patern {
	width:70%;
	margin:0 auto;
	letter-spacing:2px;
}

.sub-patern dl {
	padding:0 0 0 5%;
}

.sub-patern-wrap span.num-ul {
	padding:0 10px;
	font-size:2.0rem;
	margin-right:1%;
	font-weight:lighter;
}

.sub-patern-wrap dd {
	margin:0 0 7% 0;
}

.sub-patern-wrap h2 {
	width:100%;
	font-size:1.7rem;
	margin:3% 0 2% 0;
}

.sub-patern-wrap p {
	line-height:2.0;
	margin-bottom:3%;
}

.sub-patern-wrap ul {
	width:70%;
	margin:3% 0;
	padding:0 30px;
	border-left:1px solid #333;
	/*background:#f4f4f4;*/
}


/*contact*/

.contact-wrap {
	width:100%;
	padding-left:10vw;
	box-sizing: border-box;
}

.form-wrap {
	width:80%;
	margin:-20px 0 0 0%;
	display:flex;
	flex-wrap: wrap;
	letter-spacing:2px;
}

.form-wrap dt {
	width:27%;
	padding:3.5% 0 1%;
}

.mandatory {
	font-size:0.8rem;
	background:#f74668;
	color:#FFF;
	padding:0.7% 3.5%;
	margin-right:6%;
	border-radius:10px;
	display:inline-block;
}

.form-wrap dd {
	width:62%;
	margin-left:5%;
	padding:2% 0;
	line-height:0.8;
}

.form-wrap dd input {
	width:100%;
	padding:3%;
	border:none;
	border-radius:20px;
	background:#ffffff;
}

.form-wrap dd textarea {
	width:100%;
	height:300px;
	padding:3%;
	border:none;
	border-radius:20px;
	background:#ffffff;
}

.submit {
	margin:3% 0 5% 0%;
}

.submit input {
	width:20%;
	padding:1.5% 0;
	background:#f74668;
	border:none;
	color:#FFF;
	cursor:pointer;
	border-radius:50px;
	margin-left:30.5%;
}

.form-wrap dd span {
	color:#F00;
}


/*single*/

.single .report-content {
	padding:5%;
}

.single .report-content p {
	margin-bottom:5%;
}

/*morishin*/

.morishin-contents {
	padding:0 10% 0 0;
}

.book-count h2 {
	font-size:3.2rem;
	line-height:0.9;
}

.book-count span {
	font-size:1.1rem;
}

.book-count p {
	font-size:13.2rem;
	font-weight:bold;
}

.book-count p span {
	font-size:5.2rem;
	margin-left:15px;
}

.morishin-contents 
ul {
	display:flex;
	flex-wrap :wrap;
	margin:5% 0 0 0;
}

.radius-bg-left 
.morishin-contents 
li {
	width:30%;
	margin-bottom:10%;
	font-size:0.9rem;
	line-height:1.5;
}

.morishin-contents 
li img {
	margin-bottom:3%;
	border-radius: 15px;
}

.morishin-contents 
li:nth-child(3n-1){
	margin:0 5%;
}


.iwate_np .single .report-content {
	margin-bottom:50px;
}

@media screen and (max-width:1000px) {
	
	.morishin-contents {
		padding:0 10% 0 0;
	}
	
	.morishin-contents 
	.book-count h2 {
		font-size:2.0rem;
		line-height:1.0;
	}
	
	.morishin-contents 
	.book-count span {
		font-size:1.0rem;
	}
	
	.morishin-contents 
	.book-count p {
		font-size:5.2rem;
		font-weight:bold;
	}
	
	.morishin-contents 
	.book-count p span {
		font-size:2.2rem;
		margin-left:5px;
	}
	
	.radius-bg-left 
	.morishin-contents 
	li {
		width:45%;
		margin-bottom:10%;
		font-size:0.7rem;
		line-height:1.5;
	}
	
	.morishin-contents 
	li:nth-child(even){
		margin:0 0 0 10%;
	}
	
}


/*---------------------------------------------------------------岩手日報---------------------------------------------------------------*/

.iwate_np .sub-header-logo {
	position:relative;
}

.iwate_np .sub-header-logo h1 {
	width:45%;
	font-size:3.0rem;
}

.iwate_np .sub-header-logo p {
	width:45%;
	font-size:1.3rem;
}

/*冊数 St*/

.iwate_np .count-np {
	position:absolute;
	top:-18%;
	right:10%;
	display:inline-block;
	background:#ff4463;
	z-index:10;
	padding:2% 2.5%;
	border-radius:20px;
	display:none;
}

.iwate_np .count-np p {
	width:100%;
	font-size:1.0rem;
	margin:0px 0 0 0;
	line-height:1.0;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
}

.iwate_np .count-np p.num {
	font-size:8.0rem;
	margin:20px 0 5px 0;
}

.iwate_np .count-np p.num span {
	font-size:2.5rem;
	font-weight:bold;
	margin:0px 0 0 10px;
}

.iwate_np .count-np p.date {
	font-size:0.7rem;
	text-align:center;
}

/*冊数 Lt*/

.iwate_np .report-main {
	width:86%;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
}


.iwate_np .radius-bg-left {
    margin: 100px auto 187px;
}

.iwate_np .report-content {
	width:95%;
	background:#ffffff;
	padding:0;
	border-radius:20px;
}

.iwate_np .report-two {
	width:48.5%;
}

.iwate_np .report-content .img-wrap {
	width:100%;
}

.iwate_np .img-wrap img {
	width:100%;
	border-top-left-radius:20px;
	border-bottom-left-radius:0px;
	border-top-right-radius:20px;
	border-bottom-right-radius:0px;
}

.iwate_np .report-content .text-wrap {
	width:90%;
	margin:0 auto;
	padding:3% 3%;
}

.iwate_np .report-content .text-wrap h1 {
	writing-mode: horizontal-tb;
	font-size:1.5rem;
	margin:0 0 2% 0;
	position:relative;
	top:0;
	right:0;
	padding:0;
}



@media screen and (max-width:1000px) {
	
	.scroll {
		display:none;
		height:0;
	}

	
	.pc {
		display:none;
	}
	
	.font-15 {
		font-size:1.5rem;
		color:#333;
	}
	
	.font-22 {
		font-size:2.0rem;
		color:#333;
	}
	
	.font-33 {
		font-size:2.2rem;
	}
	
	.waku {
		border-bottom:1px solid #333;
		font-size:0.6rem;
		/*border-radius:10px;*/
		padding:0.2% 4% 0.2% 0;
		font-weight:lighter;
		letter-spacing:2px;
		margin:0 0 5% 0.2%;
	}
	
	body a.more {
		display:none;
	}
	
	.inner .nav-list a {
		font-size: 0.9rem;
	}
	
	.inner .nav-list li {
		margin:0;
	}
	
	.logo_fadein p {
		width: 60%;
	}
	
	.inner nav p {
		bottom:3%;
	}
	
	.inner nav p img:nth-child(1) {
		width:30%;
	}
	
	.inner nav p img:nth-child(2) {
		width:80%;
	}
	
	.nav-wrap {
		width:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:24;
		padding-bottom:25px;
		
	}
	
	.nav-wrap p {
		/*display:inline-block;
		padding:20px 60px 20px 3%;*/
		display:none;
		border-radius: 50%;
	}
	
	.btn-trigger {
		top: 25px;
    	left: 30px;
	}
	
	.btn-wrap {
		width: 130px;
		height: 130px;
		top: -60px;
    	left: -50px;
		/*background:#afafaf;*/
		border-radius:50%;
	}
	
	.btn-trigger span {
		left: -13px;
	}
	
	.nav-wrap p img {
		width:140px;
	}
	
	.full {
		background:url(images/sp_main_img4.svg) center / cover;
		padding:35% 0;
		width:100%;
		height:100vw;
	}
	
	
	.nav-toggle-wrap p , .btn {
		display:none;
	}
	
	.full h1 {
		width:73%;
		text-align:center;
		margin:-47% auto 0;
	}
	
	.supporter-list {
		width:100%;
		margin:40% auto 0%;
		padding-bottom:8%;
		border-bottom:1px solid #333;
	}
	
	.supporter-list h2:before ,
	.supporter-list h2:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 35%;
		height: 1px;
		background-color:#000000;
	}
	
	.supporter-list h2:before {
		margin-top:7px;
		left:25px;
	}
	.supporter-list h2:after {
		margin-top:7px;
		right:0px;
	}
	
	.supporter-list h2 {
    	margin-bottom: 6.5%;
		font-size:0.7rem;
	}
	
	.supporter-list li {
		text-align:center;
		margin:0 auto;
	}
	
	.supporter-list li:nth-child(1) {
		width:34%;
		margin-bottom:5%;
	}
	
	.supporter-list li:nth-child(2) {
		width:90%;
	}
	
	/*about*/
	
	.about {
		padding:0px 0 80px;
	}
	
	.about-detail {
		width: 90%;
		margin:15% auto 0;
		letter-spacing:2px;
	}
	
	.about-detail h1 {
		margin-bottom:5%;
	}
	
	.about-detail p {
		line-height: 2.0;
		margin-top:3%;
		margin-bottom:0%;
	}
	
	.about-img {
		display:none;
	}
	
	.about-list  {
		margin-bottom:10%;
		padding:50px 0 0;
	}
	
	.about-list ul {
		width:80%;
		display:block;
		gap:0;
	}
	
	.about-list li {
		width:100%;
		margin:0 0 15% 0;
		padding:2% 8% 8% 8%;
	}
	
	
	.about-list li:nth-child(2) {
		margin-left:0px;
		margin-right:0px;
		margin-bottom:10%
	}
	
	.about-list li:nth-child(3) {
		margin-left:0px;
		margin-right:0px;
		margin-bottom:10%;
	}
	
	
	.about-list img {
		width:50%;
	}

	.about-list ul li span {
		display:none;
	}
	
	.about-list ul li p {
		margin:45px 0 25px;
	}
	
	.about-list ul li h3 {
		font-size:1rem;
		letter-spacing:1px;
	}
	
	.about-list li:nth-child(1):before {
		content: '1 回 収';
	}
	
	.about-list li:nth-child(2):before {
		content: '2 査 定';
	}
	
	.about-list li:nth-child(3):before {
		content: '3 選 ぶ';
	}
	
	.about-list li:nth-child(4):before {
		content: '4 贈 る';
	}
	
	
	/*report*/
	
	

	
	.radius-bg-left {
		margin: 0 0 10% 8.5vw;
		padding: 100px 0 100px 0;
		letter-spacing: 2px;
	}
	
	.radius-bg-left h1 {
		position:static;
		margin-bottom:8%;
		top:100px;
		right: 3vw;
		writing-mode: horizontal-tb;
		padding:0 10% 0 0;
	}
	
	/*.radius-bg-left h1 {
		display:none;
	}*/
	
	.report-main {
		padding-right: 0vw;
	}
	
	.report-main dt , 
	.report-main dd {
		width:90%;
		margin:0 0% 0% 0;
	}
	
	.report-main dd {
		display:block;
	}
	
	.report-wrap {
		padding-right:0;
	}
	
	.report-wrap h2 {
		font-size:1.2rem;
		
	}
	
	.report-content {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 3vw;
	}
	
	.top-report-content {
		width:100%;
		margin-bottom: 20px;
		margin-right: 3vw;
	}
	
	
	.report-wrap p {
		line-height:1.9;
		font-size:0.9rem;
		margin-bottom:40px;
	}
	
	.report-btn {
		margin-bottom: 70px;
		padding-left:0;
	}
	
	.report-list {
		width:90%;
		margin-top:5%;
	}
	
	.report-list li {
		width:100%;
		margin-bottom:0;
	}
	
	.report-list h2 {
		margin:3% 0 6%;
	}
	
	.report-list p {
		display:none;
	}
	
	.report-list li:nth-child(2n) {
		margin-left:0;
	}
	
	/*method*/
	
	.method:before {
		height: 60%;
	}
	
	.method-wrap {
		display:block;
	}
	
	.method-img {
		width:90%;
	}
	
	.method-hl {
		width:90%;
		line-height:2.0;
	}
	
	.method-hl h1 {
		line-height:1.5;
		margin-top:30px;
	}
	
	.method-hl li:nth-child(2) {
		margin-bottom:5%;
	}
	
	
	/*media*/
	
	.report-list2 li {
		width:100%;
		margin:0 0 10% 0;
	}
	
	.report-list2 li:nth-child(3n-1) {
		margin:0 0 10% 0;
	}
	
	
	/*footer*/
	
	footer {
		display:block;
		margin-top:50px;
	}
	
	.footer-logo {
		display:none;
	}
	
	.footer-content {
		width:100%;
		margin:0 0 0px 0%;
		padding:7% 0 7% 0;
	}
	
	.footer-content nav ul {
		display:block;
		margin-bottom:5%;
		margin-right:8%;
	}
	
	.footer-content nav li {
		margin-bottom:0.3%;
		font-size:0.7rem;
	}
	
	.footer-content p {
		text-align:right;
		color:#FFF;
		font-size:0.8rem;
	}
	
	.footer-btn {
		display:block;

	}
	
	.footer-btn .rc-btn {
		margin-left:2%;
		margin-right:7%;
		margin-top:10%;
		margin-bottom:5%;
	}
	
	/*sub*/
	
	.sub-header-logo {
		margin-top:13%;
	}
	
	.sub-header-logo h1 {
		width:80%;
		font-size:2.2rem;
		padding:10% 0 0 0;
		letter-spacing:3px;
	}
	
	.sub-header-content {
		width:100%;
		margin-left:0%;
	}
	
	.sub-header-content h2 img {
		border-radius:0 0 0 0px;
	}
	
	.sub-top {
		width:100%;
	}
	
	.sub-top h1 {
		width:80%;
		line-height:1.5;
		padding:2% 0 3%;
	}
	
	.sub-top p {
		line-height:1.5;
	}
	
	.sub-top p span {
		padding:0 3%;
		display:block;
	}
	
	.sub-top p img {
		margin-bottom:3%;
		border-radius:0;
	}
	
	
	.radius-bg-right {
		margin: 0 0 60px 0;
		padding-left:10%;
		padding-top:10%;
		padding-bottom:5%;
	}
	
	.radius-bg-right h1 {
		position:static;
		writing-mode: horizontal-tb;
		margin-bottom:5%;
	}
	
	.flow-wrap {
		margin-top:12%;
		padding-left: 0;
	}
	
	.flow list {
		width:100%;
	}
	
	.flow-list h2 {
		top:-22px;
	}
	
	.flow-list h2 {
		font-size:1.1rem;
		position:absolute;
		left:-40px;
		color:#FFF;
		width: 80px;
		height: 80px;
		line-height: 80px;
		background:#3e3a39;
		border-radius:0 50% 50% 0;
		text-align:center;
	}
	
	.flow-list ul {
		width:90%;
		padding-bottom:40px;
	}
	
	.flow-list h3 {
		font-size:1.7rem;
		line-height:1.5;
		margin-top:10px;
		margin-bottom:5%
	}
	
	.flow-list li {
		line-height:1.5;
	}

	/*sub-shop*/
	
	.radius-bg-right h1 {
		width:80%;
	}
	
	.shop-wrap {
		padding-left: 0;
	}
	
	.shop-wrap ul {
		width:80%;
	}
	
	.shop-wrap li {
		width:40%;
		margin-bottom:5%;
	}

	li.shop-list1 {
		width:100%;
	}
	
	.shop-map{
		margin-top:20%;
	}
	
	/*sub-method*/

	.sub-method-wrap {
		padding-left: 0vw;
		
	}
	
	.sub-method-wrap ul ,
	.sub-method-wrap h2 ,
	.arrow-wrap ,
	.sub-method-wrap dl {
		width:80%;
	}
	
	.sub-method-wrap dl {
		margin-bottom:10%;
		padding:15% 5% 4%;
	}
	
	.sub-method-wrap dt div {
		padding:5% 8%;
	}

	.arrow-wrap {
		margin:4% 0 18%;
	}
	
	.sub-method-wrap dt h3 {
		font-size: 17px;
		top:-80px;
	}
	
	.sub-method-wrap dt h3::before {
		margin-right: 15px;
	}
	.sub-method-wrap dt h3::after {
		margin-left: 15px;
	}
	
	.sub-method-wrap ul {
		margin-bottom:10%;
	}
	
	.sub-method-wrap li {
		font-size:1.0rem;
		margin-bottom:7%;
		line-height:1.5;
	}
	
	.sub-method-wrap h2 {
		font-size:1.1rem;
		line-height:1.5;
		
	}
	
	.sub-method-wrap dt p {
		margin-bottom:35px;
		font-size:1.0rem;
		line-height:2.0;
	}
	
	.sub-patern dl {
		padding:0;
		margin-top:10%;
	}
	
	.sub-patern dd {
		margin-bottom:25%;
	}
	
	.sub-method-wrap dd p {
		font-size:2.5rem;
		margin-bottom:15%;
	}
	
	.sub-method-wrap dd p:nth-child(3) {
		margin: -10% 0 10%;
		line-height:0.5;
	}
	
	.sub-patern {
		width:80%;
	}
	
	.sub-patern-wrap h2 {
		margin-bottom:6%;
	}
	
	.sub-patern-wrap ul {
		width:100%;
		padding:0 5%;
		margin-bottom:6%;
	}

	
	/*contact*/

	.contact-wrap {
		padding-left:0vw;
	}
	
	.form-wrap {
		display:block;
	}
	
	.form-wrap dt {
		width:80%;
		padding:3.5% 0 1%;
	}
	
	.form-wrap dd {
		width:90%;
		margin-left:0%;
		line-height:0.8;
	}
	
	.submit {
		text-align:left;
	}
	
	.submit input {
		width:30%;
		padding:2% 5%;
		margin-left:0;
		font-size:1.0rem;
	}
	
	input[type="submit"],
		input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
		display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
		outline-offset: -2px;
	}
	
	.submit input {
		border-radius:50px;
	}
	
	.report-main dd.single {
		width:90%;
	}
	
	
	.single .report-content {
		padding:5% 0% 5%;
	}
	
	/*---------------------------------------------------------------岩手日報 sp---------------------------------------------------------------*/

	.iwate_np .radius-bg-left {
		margin: 30px auto 57px;
		padding:80px 0;
	}
	
	.iwate_np .sub-header-logo h1 {
		width:78%;
		font-size:1.6rem;
	}
	
	.iwate_np .sub-header-logo p {
		width:78%;
		font-size:0.8rem;
	}
	
	.iwate_np .radius-bg-left:before {
		width: calc(100% - 30.25vw);
	}
	
	/*冊数 St*/

	.iwate_np .count-np {
		position:fixed;
		top:inherit;
		right:inherit;
		bottom:0;
		width:100%;
		z-index:10;
		padding:0;
		border-radius:0px;
		display:flex;
		justify-content: center;
		align-items: center;
	}
	
	.iwate_np .count-np p {
		display:inline-block;
		width:160px;
		font-size:0.7rem;
		color:#ffffff;
		font-weight:bold;
		letter-spacing:2px;
		text-align:left;
	}
	
	.iwate_np .count-np p.num {
		font-size:3.5rem;
		margin:0px 0 5px 0;
		display:inline-block;
		padding:2.0% 0 1%;
	}
	
	.iwate_np .count-np p.num span {
		font-size:1.5rem;
		font-weight:bold;
		margin:0px 0 0 0px;
	}
	
	.iwate_np .count-np p.date {
		display:none;
	}
	
	/*冊数 Lt*/

	
	.iwate_np .report-main {
		width:86%;
		display:block;
		margin:0 auto;
	}
	
	.iwate_np .report-two {
		width:100%;
	}
	
	.iwate_np .report-content {
		width:100%;
		display:block;
		margin-bottom:0px;
	}
	
	.iwate_np .report-content .img-wrap {
		width:100%;
	}
	
	.iwate_np .report-content .img-wrap img {
		width:100%;
		border-top-right-radius:20px;
		border-top-left-radius:20px;
		border-bottom-left-radius:0px;
	}
	
	.iwate_np .report-content .text-wrap {
		width:85%;
		padding:3% 3%;
		margin:0 auto 0px;
	}
	
	.iwate_np .report-content .text-wrap h1 {
		writing-mode: horizontal-tb;
		font-size:1.1rem;
		margin:1% 0 2% 0;
		position:relative;
		top:0;
		right:0;
		padding:0;
	}
	
	.iwate_np .report-content .text-wrap p {
		font-size:0.8rem;
	}
	
	.iwate_np .single .report-content {
		padding:0%;
	}
	
	.iwate_np .report-main dd.single {
		width:100%;
		
	}

}

/*@media screen and (min-width:801px) and ( max-width:1024px) {
body {
	background:#F00;
}

}*/


@media screen and (min-width: 1001px){
	
	.sp {
		display:none;
	}
	
	.nav-wrap p img {
		width:400px;
		margin:14px 0 18px 0;
	}
	
	.btn-wrap {
		width: 80px;
		height: 64px;
		top: 0px;
    	right: 0px;
		background:#ff4463;
		border-radius:0 0 0 80px;
	}
	
	.btn-trigger {
		top: 30px;
    	right: 15px;
	}
	
	.logo_fadein p {
		width: 30%;
	}
	
	.full {
		background:url(images/main_img.svg) center / cover;
		position:relative;
		width:100%;
		height:100vh;
	}
	
	.full h1 {
		width:33%;
		position:absolute;
		bottom:15%;
		right:12%;
		/*right:210px;*/
	}
	
	.supporter-list {
		width:50%;
		height:130px;
		right:40px;
		position:absolute;
		bottom:0;
		background:#ff4463;
	}
	
	.supporter-list h2 {
		font-size:0.8rem;
		margin-bottom: 23px;
		color:#FFF;
		letter-spacing:4px;
	}
	
	.supporter-list ul {
		display: flex;
		flex-direction:row;
		justify-content:center;
	}
	
	.supporter-list li:first-child {
		margin-right:50px;
	}
	
	
	

	
	
	/*method*/
	
	
	
	/*.method-content {
		width:100%;
		height:230px;
		background:#ff4463;
		margin-bottom:400px;
		padding:150px 0 0 0;
	}
	
	.autoplay-slider{
		display: flex;
		min-width: 100%;
		width: min-content;
		animation: 20s linear infinite sliderAnimation;
	}
	.slide{
		height: 400px;
		width: 400px;
		margin: 20px;
		position: relative;
	}
	
	.slide img {
		height: 400px;
		width: 400px;
		object-fit: cover;
	}
	
	@keyframes sliderAnimation {
		100% {
			transform: translateX(-10%);
		}
	}*/
	
	
	
	
	
	
	
	
	
	
	
	

}











































