@charset "utf-8";
/* iplus..CSS Document */
/* font(Noto Sans Japanese) */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*  General CSS*/

a{text-decoration: none;}
a:hover {
		/* この２行がCSS3 */
	transition-property: all;
	transition: 0.3s linear;
	opacity: 0.6;
}

/*  共通 */
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb100 {margin-bottom: 100px !important;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px;}
.fs24 {font-size: 24px;}
.fs26 {font-size: 26px;}
.fco {color: #ec4200;}
.center {text-align: center;}
.center_l {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.sp_on {display: none;}
a[href^="tel:"] {pointer-events: none;}
.wb {font-weight: bold;}
.ls {padding-left: 20px;list-style: url(../images/ls.png);}
	

/* ヘッダー
------------------------------------------------------------*/
body {
	display: block;
	width: 100%;
}

header {
	display: block;
	background-color: #ffffff;
	text-align: center;
	width: 100%;
	padding: 5px 0 15px;
}

/* フッター
------------------------------------------------------------*/
footer {
	display: block;
	width: 100%;
}
footer h2 {
	background-color: #2d0c00;
	text-align: center;
	padding: 50px;
}
.footer-area {
	width: 90%;
	margin: auto;
	padding: 30px 0;
}
.footer-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.footer-area ul li a {
	color: #303030;
	font-weight: normal;
	margin: 0 20px;
	font-size: 18px;
}
.copyright {
	text-align: center;
	font-weight: normal;
	color: #303030;
	font-size: 18px;
}


/* メイン
------------------------------------------------------------*/
#main-area {
	display: block;
	width: 100%;
}
#main-area h2 {
	text-align: center;
	margin-bottom: 10px;
}
#main-area h2 img {width: 60%;}
#main-area .bnr-area {
	display: block;
	width: 100%;
	background-color: #c7161d;
	padding: 35px 0 55px;
}
#main-area .bnr-area ul {
	width: 90%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main-area .bnr-area ul li {
	max-width: 330px;
	width: 24%;
	margin: 0.5%;
}
#main-area .bnr-area a {
	width: 100%;
	display: block;
	background-color: #ffffff;
	background-image: url("../img/bnr-arrow.jpg");
	background-repeat: no-repeat;
	background-position: 95% center;
	text-align: center;
	padding: 10px 5%;
}
#main-area .bnr-area a img {width: 70%;}
.mv{
	text-align: center;
	background-color: #f29603;
}

/* TOPページコンテンツ
------------------------------------------------------------*/
#wrap {
	display: block;
	width: 100%;
}
.container-bgY {
	display: block;
	width: 100%;
	background-image: url("../img/bg.png");
	background-color: #f8c35b;
	background-repeat: repeat-y;
	background-size: 100%;
}
.content {
	max-width: 1380px;
	width: 90%;
	margin: auto;
	padding: 100px 5%;
}
.bgY {background-color: #f8c35b;}
.trouble {
	position: relative;
	margin-bottom: 100px;
}
.title {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
	text-align: center;
}
.title::before {
	content: '';
	display: block;
	width: 29px;
	height: 75px;
	background: url("../img/title-befor.png") no-repeat;
	background-size: 100%;
}
.title::after {
	content: '';
	display: block;
	width: 29px;
	height: 75px;
	background: url("../img/title-after.png") no-repeat;
	background-size: 100%;
}
.title p {
	padding: 0 20px 10px;
	font-weight: bolder;
}
.fsS {
	font-size: 1.6vw;
	font-weight: bolder;
}
.fsM {
	font-size: 1.8vw;
	font-weight: bolder;
}
.fsL {
	font-size: 2vw;
	font-weight: bolder;
}
.trouble-copy {
	text-align: center;
	margin-bottom: 100px;
}
.trouble-copy img {width: 55%;}
.trouble-img div {
	width: 100%;
	background-color: #fad58d;
	border-radius: 0 0 11px 11px;
	padding: 20px 0 40px;
}
.trouble-img div p {
	max-width: 800px;
	width: 90%;
	margin: auto;
	font-size: 12px;
}
.trouble img.posi-karaage {
	width: 30%;
	position: absolute;
	top: 0px;
	left: -15%;
}
.trouble img.ibukuro01 {
	width: 16%;
	position: absolute;
	top: 0;
	right: 3%;
}
.aruaru {
	position: relative;
	background-color: #fdeac6;
	border: 4px solid #5a362a;
	border-radius: 15px;
	padding: 50px;
}
.aruaru h2 {line-height: 110%;}
.aruaru h2.fsL,.aruaru h2 span.fsL {font-size: 2.2vw;}
.aruaru-illust {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin: auto;
}
.aruaru-illust li {
	width: 31%;
	margin: 1.75% 0;
}
.aruaru-illust li img {
	display: block;
	margin-bottom: 10px;
}
.aruaru-illust li p {font-size: 1.1vw;}
.slick-next {right: -40px !important;}
.slick-prev {left: -40px !important;}
.slick-prev, .slick-next {
	width: 40px !important;
	height: 40px !important;
	top: 48% !important;
}
.slick-prev:before, .slick-next:before {
	color: #5a362a !important;
	opacity: 1 !important;
	font-size: 40px !important;
}
.slick-dots li.slick-active button:before {color: #ef5a24 !important;}
.slick-dots li button:before {font-size: 15px !important;}
img.ibukuro02 {
	width: 18%;
	position: absolute;
	top: -5%;
	left: 10%;
}
.uruso {
	width: 100%;
	display: block;
	position: relative;
	padding-top: 10vw;
}
img.uruso-arrow {
	width: 45%;
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	z-index: 50;
}
.uruso-content {
	display: block;
	position: relative;
	background-image: url("../img/uruso-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding: 70px 0;
}
.uruso-content li:nth-child(1) img{
	width: 75%;
	margin: 0 auto 5%;
}
.uruso-content li:nth-child(2) img{
	display: block;
	width: 40%;
	margin: 0 auto 3%;
}
.uruso-content li:nth-child(4) img{
	display: block;
	width: 45%;
	margin: auto;
}
.uruso-content li.ibukuro03 {
	width: 22%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.movie {
	width: 100%;
	display: block;
	margin: 10% 0 5%;
}
.movie-content {
	width: 70%;
	margin: auto;
}
.movie-content h2 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.8vw;
	background-color: #fad58d;
	border: 2px solid #5a362a;
	border-radius: 50px;
	padding: 1%;
	margin-bottom: 5%;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.manga-title {
	width: 100%;
	display: block;
	position: relative;
	background-color: #c7161d;
	background-image: url("../img/bg.png");
	background-repeat: repeat;
}
.manga-title img {
	width: 10%;
	position: absolute;
	top: -2.4vw;
	left: 31%;
}
.manga-title h2 {
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	font-size: 2.5vw;
	padding: 3% 0;
}
.container-bgO {
	display: block;
	width: 100%;
	background-image: url("../img/bg.png");
	background-color: #f5aa14;
	background-repeat: repeat-y;
	background-size: 100%;
}
.bgO {background-color: #f5aa14;}
.manga-area {
	display: block;
	width: 100%;
	margin-bottom: 100px;
}
.manga-list li {margin-bottom: 60px;}
.manga-list li:last-child {margin-bottom: 0;}
.number {
	width: 145px;
	height: 72px;
	display: block;
	margin: auto;
	background-image: url("../img/manga-area-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	font-weight: bolder;
	font-size: 28px;
	text-align: center;
	padding-top: 20px;
}
.number span {
	font-weight: bolder;
	font-size: 36px;
}
.manga-content {
	width: 100%;
	display: block;
	background-color: #fad58d;
	border-radius: 20px;
	padding: 40px 0 60px;
}
.manga-content .item {
	max-width: 678px;
	width: 90%;
	margin: auto;
}
.manga-content h3 {
	width: 100%;
	background-color: #f5aa14;
	border: 2px solid #63553b;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	border-radius: 50px;
	padding: 5px 0;
	margin-bottom: 20px;
}
.manga-content h3 span {
	font-size: 24px;
	font-weight: bold;
}
img.manga-view {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.manga-content .open {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 28px;
	border: 2px solid #701d00;
	border-radius: 5px;
	color: #5a362a;
	padding: 5px 0;
	cursor:pointer;
}
.manga-content .open:hover {
	background-color: #ffffff;
	transition-property: all;
	transition: 0.3s linear;
}
#pop-up,#pop-up2,#pop-up3 {display: none;}
.overlay {display: none;}
#pop-up:checked + .overlay,
#pop-up2:checked + .overlay,
#pop-up3:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: rgba(0,0,0,.9);
	background-repeat: repeat;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	display: block;
	width: 100%;
	height: 100vh;
	overflow: scroll;
	padding: 15% 0;
}
.window::-webkit-scrollbar {
    display:none;
}
.window ul {
	max-width: 850px;
	width: 90%;
	margin: auto;
}
.window ul li {margin-bottom: 50px;}
.window ul li img {width: 100%;}
.window h4 {
	text-align: center;
	margin-bottom: 20px;
}
.window p {
	text-align: center;
	font-weight: bolder;
	font-size: 3vw;
	color: #ffffff;
}
.window span {
	text-align: center;
	font-weight: bolder;
	font-size: 2vw;
	color: #ffffff;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 50px;
	color: #ffffff;
}
.uruso-point {
	position: relative;
	background-color: #fdeac6;
	border: 4px solid #5a362a;
	border-radius: 15px;
	padding: 8%;
	margin-bottom: 100px;
}
.point-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.point-inner {width: 55%;}
.point-img {width: 42%;}
img.accent-shikamo {
	width: 15%;
	position: absolute;
	top: 4%;
	left: 6%;
}
.point-copy {margin-bottom: 30px;}
.point-copy img {width: 80%;}
.strong {
	background-color: #f9be00;
	border-radius: 50px;
	color: #ffffff;
	text-shadow: 0 3px 6px rgba(0,0,0,.5);
	margin-top: 20px;
}
.point-inner > p {font-size: 1.2vw;}
img.ibukuro04 {
	position: absolute;
	width: 20%;
	bottom: -10%;
	left: 8%;	
}
.conversion .conversion-point {margin-bottom: 20px;}
.conversion-point p{
	margin-top: 1em;
	font-size: .9rem;
}
.conversion .conversion-point img {width: 80%;}
img.ibukuro05 {
	position: absolute;
	width: 22%;
	top: -1vw;
	right: -2vw;
}
.uruso-if {
	position: relative;
	margin-bottom: 100px;
}
.if-content {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.if-content ul {
	width: 31%;
	margin: 1%;
}
.if-content ul li:nth-child(1) {
	text-align: center;
	margin-bottom: 5px;
}
.if-content ul li:nth-child(2) {
	text-align: center;
	margin-bottom: 10px;
}
.if-content ul li:nth-child(3) {
	width: 100%;
	position: relative;
}
.if-content ul li:nth-child(3) dl {
	width: 100%;
	background-color: rgba(255,255,255,.75);
	border: 4px solid rgba(90,54,42,.75);
	border-radius: 10px;
	padding: 10% 5% 5%;
	margin-top: 2vw;
}
.if-content ul li:nth-child(3) dl dt {
	width: 80%;
	background-color: #ec4200;
	text-align: center;
	color: #fff;
	font-weight: bolder;
	font-size: 1.2vw;
	padding: 2%;
	border-radius: 50px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -1vw;
}
.if-content ul li:nth-child(3) dl dd {
	text-align: center;
	font-weight: bolder;
	font-size: 1.4vw;
}
.if-content ul li:nth-child(3) dl dd span {
	font-weight: bolder;
}
img.ibukuro06 {
	width: 20%;
	position: absolute;
	top: -10%;
	right: 0;
}
.faq-content {margin-bottom: 100px;}
.s_03 .accordion_one .accordion_header {
	background-color: #fdeac6;
	font-size: 22px;
	font-weight: bolder;
	padding: 15px 20px;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	border-top: 3px solid #f8c35b;
	background-image: url("../img/faq-arrow-open.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 98% center;
}
.s_03 .accordion_one .accordion_header.open {
	background-image: url("../img/faq-arrow-close.png");
}
.s_03 .accordion_one .accordion_header.stay {
	background-image: url("../img/faq-arrow-close.png");
	border-radius: 10px 10px 0 0;
}
.s_03 .accordion_one .accordion_header.stay.open {
	background-image: url("../img/faq-arrow-open.png");
}
.s_03 .accordion_one .accordion_header:hover {opacity: .8;}
.s_03 .accordion_one .accordion_inner.stay {
  display: block;
}
.accordion_header span {
	color: #ec4200;
	font-weight: bolder;
	padding-right: 20px;
}
.s_03 .accordion_one .accordion_inner {
	display: none;
	padding: 3%;
	background-color: #ffffff;
}
.s_03 .accordion_one .accordion_inner .box_one {
	background-image: url("../img/faq-a.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto;
	padding: 30px 0 0 10px;
}
.faq01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faq01 li:first-child {width: 58%;}
.faq01 li:last-child {width: 40%;height: auto;}
.faq04 div {
	text-align: center;
	margin: 20px 0;
}
.faq04 ul {
	background-color: #fad58d;
	border-radius: 20px;
	padding: 20px;
}
.faq04 ul li {font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}
.faq04 ul li:first-child {margin-bottom: 10px;}
.faq05 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faq05 li:first-child {width: 55%;}
.faq05 li:last-child {
	width: 40%;
	background-color: #fad58d;
	border-radius: 20px;
	padding: 20px;
}
.conversion {
	position: relative;
	background-color: #fdeac6;
	border: 4px solid #5a362a;
	border-radius: 15px;
	padding-top: 5%;
}
.conversion h2 {
	width: 56%;
	margin: 0 auto 4%;
}
.conversion-area {
	width: 100%;
	padding: 0 6% 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.conversion-img {width: 42%;}
.conversion-con {width: 54%;}
.conversion-con dl {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1.2vw;
}
.conversion-con dl dt {
	width: 180px;
	background-color: #701d00;
	border-radius: 10px;
	color: #fff;
	font-weight: bolder;
	text-align: center;
	padding: 5px;
	font-size: 1.1vw;
	margin-bottom: 2%;
}
.conversion-con dl dd {font-size: 18px;}
.table {
	display: block;
	width: 100%;
	border-radius: 12px;
	border: 1px solid #ec4200;
	text-align: center;
}
.table ul {
	display: flex;
	flex-wrap: nowrap;
	font-size: 1.2vw;
}
.table ul li {padding: 10px;}
.table ul li:first-child {width: 40% !important;}
.table ul:last-child li:last-child {width: 60%;}
.table ul li {width: 30%;border: 1px solid #ec4200;}
.table ul:first-child li {background-color: #f38459;}
.table ul:not(:first-child) li {background-color: #ffffff;}
.table ul:first-child li {color: #ffffff;}
.table ul:first-child li:first-child {border-radius: 10px 0 0 0;}
.table ul:first-child li:last-child {border-radius: 0 10px 0 0;}
.table ul:last-child li:first-child {border-radius: 0 0 0 10px;}
.table ul:last-child li:last-child {border-radius: 0 0 10px 0;}
.conversion .bnr-area h3 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.conversion .bnr-area h3::before,
.conversion .bnr-area h3::after {
	content: '';
	display: block;
	width: 23%;
	height: 1px;
	background-color: #ffffff;
}
.conversion .bnr-area h3 p {width: 50%;}
.conversion .bnr-area {
	display: block;
	width: 100%;
	background-color: #c7161d;
	padding: 20px 5%;
	margin-bottom: 5%;
}
.conversion .bnr-area ul {
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.conversion .bnr-area ul li {
	max-width: 330px;
	width: 24%;
	margin: 0.5%;
}
.conversion .bnr-area a {
	width: 100%;
	display: block;
	background-color: #ffffff;
	background-image: url("../img/bnr-arrow.jpg");
	background-repeat: no-repeat;
	background-position: 95% center;
	text-align: center;
	padding: 10px 5%;
}
.conversion .bnr-area a img {width: 70%;}
img.ibukuro07 {
	position: absolute;
	width: 22%;
	top: -5%;
	left: 1%;
}

#page-top {
	width: 55px;
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 1;
}
#page-top a:hover {opacity: 0.5;}



/* 下層ページコンテンツ
------------------------------------------------------------*/
/* 共有
---------------------------------*/


/*----------------------------------------------------------*/
/* レスポンシブ
------------------------------------------------------------*/
/* 1024px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	a[href^="tel:"]{pointer-events: auto;}
	.fs16 {font-size: 12px;}
	.fs18 {font-size: 14px;}
	.fs20 {font-size: 16px;}
	.fs22 {font-size: 16px;}
	.fs24 {font-size: 18px;}
	.fs26 {font-size: 18px;}
	.text {line-height: 180%;}
	.mb100 {margin-bottom: 50px !important;}
	.mb50 {margin-bottom: 30px !important;}
	.mb40 {margin-bottom: 30px !important;}
	.mb30 {margin-bottom: 20px !important;}
	#page-top {width: 50px;height: auto;}
	#main-area h2 img {width: 80%;}
	.container-bgY {background-image: none;}
	.content {padding: 50px 0;}
	.title {margin-bottom: 30px;}
	.trouble-copy {margin-bottom: 50px;}
	.trouble img.posi-karaage {width: 35%;}
	.trouble img.ibukuro01 {
		width: 18%;
		right: 1%;
	}
	.aruaru h2.fsL,.aruaru h2 span.fsL {font-size: 3.5vw;}
	.fsS {font-size: 2.5vw;}
	.fsM {font-size: 3vw;}
	.fsL {font-size: 3.5vw;}
	.manga-title img {
		width: 16%;
		top: -6.5vw;
		left: 20%;
	}
	.manga-title h2 {
		font-size: 3.5vw;
		padding: 3% 0;
	}
	.point-copy {margin-bottom: 20px;}
	.strong {margin-top: 10px;}
	.point-inner > p {font-size: 2vw;}
	img.ibukuro04 {
		position: absolute;
		width: 23%;
		bottom: -20%;
		left: 6%;
	}
	.conversion .conversion-point {
		text-align: center;
		margin-bottom: 25px;
	}
	.conversion .conversion-point img {width: 60%;}
	img.ibukuro05 {
		width: 26%;
		top: 20%;
	}
	.container-bgO {background-image: none;}
	.if-content ul li:nth-child(3) dl {padding: 15% 3% 8%;}
	.if-content ul li:nth-child(3) dl dt {font-size: 2vw;}
	.if-content ul li:nth-child(3) dl dd,
	.if-content ul li:nth-child(3) dl dd span {
		font-size: 2vw;
	}
	img.ibukuro06 {
		width: 25%;
		top: -6%;
		right: -5%;
	}
	.s_03 .accordion_one .accordion_header {
		font-size: 18px;
		background-size: 20px;
	}
	.accordion_header span {
		font-size: 18px;
		padding-right: 10px;
	}
	.conversion-img {
		width: 50%;
		margin: 0 auto 5%;
	}
	.conversion-con {width: 100%;}
	.conversion-con dl {margin-bottom: 20px;}
	.conversion-con dl dt {
		width: 100%;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.conversion-con dl dd {font-size: 16px;}
	.table ul li {font-size: 16px;}
	.movie-content h2 {font-size: 3vw;}
	
}



/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){
	.sp_non {display: none;}
	.sp_on {display: block;}
	header {padding: 5px 0 10px;}
	header h1 img {width: 150px;}
	footer h2 {padding: 15px;}
	footer h2 img {width: 50%;}
	.footer-area {padding: 20px 0;}
	.footer-area ul {margin-bottom: 20px;}
	.footer-area ul li {width: 100%;text-align: center;}
	.footer-area ul li a {
		margin: 0;
		font-size: 16px;
	}
	.copyright {font-size: 14px;}
	#main-area .bnr-area h2 img {
		width: 80%;
		margin: 0 auto 10px;
	}
	#main-area .bnr-area {padding: 20px 0 30px;}
	#main-area .bnr-area ul li {
		width: 48%;
		margin: 1%;
	}
	#main-area .bnr-area a {padding: 15px 7% 15px 10px;}
	#main-area .bnr-area a img {width: 85%;}
	.title {margin-bottom: 40px;}
	.title p {padding: 0 10px 10px;}
	.title::before,.title::after {
		width: 22px;
		height: 57px;
	}
	.trouble {margin-bottom: 80px;}
	.trouble-copy img {
		width: 70%;
		margin: auto;
	}
	.trouble-img {margin: 0 calc(50% - 50vw);}
	.trouble-img div {
		border-radius: 0;
		padding: 10px 0 30px;
	}
	.trouble img.posi-karaage {
		width: 40%;
		top: 12%;
	}
	.trouble img.ibukuro01 {
		width: 22%;
		top: 10%;
		right: -10px;
	}
	.aruaru {
		border: 3px solid #5a362a;
		padding: 5%;
	}
	.aruaru h2 {line-height: 120%;}
	.aruaru h2.fsL,.aruaru h2 span.fsL {font-size: 5.5vw;}
	.aruaru-illust {width: 90%;}
	.aruaru-illust li {
		width: 46%;
		margin: 2%;
	}
	.aruaru-illust li img {margin-bottom: 5px;}
	.aruaru-illust li p {
		font-size: 12px;
		text-align: center;
	}
.slick-next {right: -15px !important;}
.slick-prev {left: -15px !important;}
.slick-prev, .slick-next {
	width: 25px !important;
	height: 25px !important;
	top: 48% !important;
}
.slick-prev:before, .slick-next:before {
	font-size: 25px !important;
}
.slick-dots li button:before {font-size: 8px !important;}
	img.ibukuro02 {
		width: 30%;
		top: -10%;
		left: 0;
	}
	.fsS {font-size: 4.5vw;}
	.fsM {font-size: 5vw;}
	.fsL {font-size: 5.5vw;}
	.uruso {padding-top: 15vw;}
	img.uruso-arrow {
		width: 70%;
		top: -20px;
	}
	.uruso-content {
		background-position: center 5%;
		background-size: 150%;
		padding: 50px 0 10%;
	}
	.uruso-content li:nth-child(1) img{width: 65%;}
	.uruso-content li:nth-child(2) img{width: 70%;}
	.uruso-content li:nth-child(4) img{width: 70%;}
	.uruso-content li.ibukuro03 {
		margin: 0 auto 3%;
		width: 38%;
		position: static;
		transform: translateY(0);
	}
	.manga-title img {
		width: 28%;
		top: -12vw;
		left: 5%;
	}
	.manga-title h2 {
		font-size: 5.5vw;
		padding: 5% 0;
	}
	.manga-area {margin-bottom: 50px;}
	.manga-list li {margin-bottom: 40px;}
	.number {
		width: 165px;
		height: 65px;
		font-size: 24px;
	}
	.number span {font-size: 30px;}
	.manga-content {padding: 20px 0 30px;}
	.manga-content h3 {
		font-size: 5vw;
		border-radius: 15px;
		margin-bottom: 10px;
		line-height: 30px;
	}
	.manga-content h3 span {font-size: 4vw;}
	.manga-content .open {font-size: 5vw;}
	.window ul {width: 100%;}
	.window ul li {margin-bottom: 20px;}
	.window p {font-size: 5vw;}
	.window span {font-size: 4vw;}
	.close {
		top: 10px;
		right: 10px;
	}
	.uruso-point {
		border: 2px solid #5a362a;
		padding: 20% 8%;
		margin-bottom: 60px;
	}
	img.accent-shikamo {width: 30%;}
	.point-inner > p {font-size: 14px;}
	img.ibukuro04 {
		position: absolute;
		width: 35%;
		bottom: -5%;
		left: 10%;	
	}
	.point-inner {
		width: 100%;
		margin-bottom: 20px;
	}
	.point-img {
		max-width: 400px;
		width: 100%;
		margin: auto;
	}
	.conversion .conversion-point {
		text-align: left;
		margin-bottom: 25px;
	}

	.conversion .conversion-point img {width: 72%;}
	img.ibukuro05 {
		width: 36%;
		top: 28%;
		right: -3vw;
	}
	.uruso-if {margin-bottom: 50px;}
	.uruso-if .title {margin-bottom: 10px;}
	.if-content ul {
		width: 100%;
		margin: 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-end;
	}
	.if-content ul li:first-child {
		margin-bottom: 0;
		width: 45%;
	}
	.if-content ul li:first-child img {width: 100%;}
	.if-content ul li:last-child {width: 54%;}
	.if-content ul li:last-child dl {
		border: 2px solid rgba(90,54,42,.75);
		padding: 20% 5% 20% 12%;
		margin-left: 2vw;
		margin-top: 0 !important;
	}
	.if-content ul li:last-child dl dt {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		width: auto;
		height: 80%;
		font-size: 3vw;
		padding: 0 2%;
		left: -1.2vw;
		top: 50%;
		transform: translateX(0);
		transform: translateY(-50%);
	}
	.if-content ul li:last-child dl dd,
	.if-content ul li:last-child dl dd span {
		font-size: 3.8vw;
		text-align: left;
	}
	img.ibukuro06 {
		width: 36%;
		top: 11%;
		right: -10px;
	}
	.faq-content {margin-bottom: 25vw;}
	.s_03 .accordion_one .accordion_header {
		font-size: 16px;
		padding: 15px 10px;
	}
	.accordion_header span {
		font-size: 16px;
		padding-right: 10px;
	}
	.s_03 .accordion_one .accordion_inner {padding: 20px;}
	.s_03 .accordion_one .accordion_inner .box_one {
		background-size: 30px;
		padding: 15px 0 0 10px;
	}
	.faq01 li:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
	.faq01 li:last-child {
		width: 100%;
		text-align: center;
	}
	.faq04 div {width: 35px; margin: 15px auto;}
	.faq05 li:first-child {width: 100%;}
	.faq05 li:nth-child(2) {
		width: 35px;
		text-align: center;
		margin: 15px auto;
	}
	.faq05 li:last-child {
		width: 100%;
		text-align: center;
	}
	.conversion {
		padding-top: 40px;
		border: 2px solid #5a362a;
	}
	.conversion h2 {width: 80%;}
	.conversion-img {width: 80%;}
	.conversion-con dl dt {font-size: 14px;}
	.conversion-con dl dd {font-size: 14px;}
	.table ul li {
		font-size: 14px;
		padding: 5px 2px;
	}
	.conversion .bnr-area h3::before,
	.conversion .bnr-area h3::after {
		display: none;
	}
	.conversion .bnr-area h3 p {
		width: 100%;
		margin: auto;
	}
	.conversion .bnr-area {
		padding: 20px auto 5%;
		margin-bottom: 30px;
	}
	.conversion .bnr-area ul li {
		width: 48%;
		margin: 1%;
	}
	.conversion .bnr-area a {padding: 15px 7% 15px 10px;}
	.conversion .bnr-area a img {width: 85%;}
	img.ibukuro07 {
		width: 32vw;
		left: 50%;
		transform: translateX(-50%);
		top: -20vw;
	}
	.movie {
		width: 100%;
		margin: 5% 0;
	}
	.movie-content {width: 100%;}
	.movie-content h2 {font-size: 4.5vw;}
	

}

