@charset "UTF-8";

html {
	font-size: 10px;
}


body {
	margin: 0;
	padding: 0;
	color: #4B4B4B;
	line-height: 1.8;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

p {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

b {
	font-weight: 600;
}

a {
	color: #4B4B4B;
}
#kv h1 {
	margin-bottom: 40px;
	margin-top: 0;
}
.sp {
	display: block;
}

@media screen and (min-width: 960px) {
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}
}

.new {
	color: #D6196F;
}

/*-----------popup----------*/
.markList {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}
.markList > li {
	display: inline-block;
    margin: 10px 0;
    width: 100px;
    text-align: center;
    align-self: center;
}

@media screen and (max-width: 960px) {
	.markList > li {
		width: 40px;
	}

}

/* モーダルウィンドウ */

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

#modal {
	background: #fff;
	display: none;
	padding: 60px;
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 60vh;
	width: 80%;
	z-index: 1;
	
}

.modal__inner {
	height: 100%;
	overflow-y: scroll;
}

#close__btn {
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: -20px;
    right: 20px;
	transform: translate(-50%, 100%);
	text-align: center;
	font-size: 28px;
	line-height: 40px;
}
#close__btn:hover {
	opacity: .8;
}


@media screen and (max-width: 960px) {
	#modal {
		padding: 30px;
		height: 50vh;
		max-height: 300px;
	}

	#close__btn {
		border-radius: 50%;
		cursor: pointer;
		position: absolute;
		top: -40px;
		right: 10px;
		transform: translate(-50%, 100%);
		text-align: center;
		font-size: 16px;
		line-height: 40px;
	}
	}


#overlay {
	background: rgba(0,0,0,.7);
	display: none;
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}



/*-----------slick----------*/
.sliderWrap.more {
	max-width: 1200px;
	margin: auto;
	overflow: visible;
}

.sliderWrap.more .slide3-center,
.sliderWrap.more .slick-slider .slick-track,
.sliderWrap.more .slick-slider .slick-list {
	overflow: visible;
}

.slick-track {
	margin-bottom: 25px;
}

.slick-slide {
	height: auto !important;
}

.slick-slider {
	overflow: hidden;
	padding: 0;
}

.slide3-center .slick-slide {
	max-width: 350px;
	padding: 10px;
}

.slick-dotted.slick-slider {
	padding-bottom: 80px;
	margin-bottom: 0;
}

.slick-dots {
	bottom: 40px;
}
.slick-dots li button:before {
	font-size: 1.5rem !important;
	content: "●";
}

.slick-dots li button:before {
    color: #e3e3e3;
	opacity: 1.0 !important;

}
.slick-dots li.slick-active button:before {
    color: #868686;
}

.slider3 {
	padding: 0;
}

.slider3 .slick-track {
	display: flex;
}

.slider3 .slick-slide {
	max-width: 400px;
	margin: 0px 10px;
}

.slider3 .slick-slide img {
	width: 100%;
	height: auto;
}


/*-----------flexBox----------*/

.flexBox {
	display: flex;
}

.flexCell {
	align-items: center;
	justify-content: center;
}

/*-----------button----------*/

.buttonBox {
	text-align: center;
}

.button {
	display: inline-block;
    margin: 0 auto;
    background: #ffffff;
    padding: 13px 40px;
    text-align: center;
    border: 2px solid #CBB586;
    border-radius: 50px;
}

.button img {
	height: 22px;
	vertical-align: bottom;
}



/*-----------common----------*/
.content {
	overflow: hidden;
}

.introWrap {
	min-width: 960px;
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: content-box;
}

.boxWrap {
	min-width: 960px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0px 30px;
	box-sizing: content-box;
}

.shopLink {
	margin: 80px auto 150px;
	text-align: center;
}

.shopLink>p {
	margin-bottom: 50px;
}

.shopLink>img {
	display: block;
	max-width: 524px;
	margin: 0 auto 20px;
}


/*-----------kv----------*/
#kv {
	margin-bottom: 160px;
	background-color: #F0F9FE;
}

#kv h1 {
	margin-bottom: 60px;
}

#kv h2 {
	text-align: center;
	padding-bottom: 60px;
	max-width: 502px;
	display: block;
	margin: auto;
	position: relative;
}

#kv h2::before {
	content: "";
	background-image: url("../img/kira_top.png");
	width: 30px;
	height: 34px;
	top: -10px;
	right: -10%;
	position: absolute;
}

#kv h2::after {
	content: "";
	background-image: url("../img/kira_bot.png");
	width: 49px;
	height: 47px;
	bottom: 50px;
	left: -15%;
	position: absolute;
}

/*-----------introduction----------*/
#introduction h2 {
	text-align: center;
	margin-bottom: 120px;
}

.typeIcon {
	margin-bottom: 120px;
}

#typeIcon1 {
	background: url(../img/c_top_bg_pc.webp) no-repeat;
	background-size: 45%;
	background-position: top right;
	position: relative;
}

#typeIcon1::after {
	content: "";
	background: url(../img/c_bot_bg_pc.webp) no-repeat;
	position: absolute;
	bottom: 0px;
	width: 686px;
	height: 350px;
	right: 0;
	left: auto;
}

#typeIcon4 {
	display: flex;
}

#cont h2 {
	text-align: center;
	margin-bottom: 60px;
}

#cont h2>img {
	display: inline-block;
}

.imgBox {
	width: 50%;
	padding: 0 1.5%;
}

.txtBox {
	max-width: 470px;
	margin: auto;
}

.desc {
	text-align: center;
	margin-bottom: 20px;
}

.price {
	text-align: center;
}

.price > span {
    margin-bottom: 5px;
    display: inline-block;
}

.pImg {
	position: relative;
	margin-bottom: 20px;
}

.pbgImg {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: -1;
	width: 100%;
}

#imgBox2 {
	margin: -120px 0 0 auto;
}

#imgBox2 .pImg {
	margin-bottom: 0;
}

#imgBox2 .pbgImg {
	left: -210px;
	width: 80%;
}

#imgBox3 {
	margin: -200px 0 0 0;
}

#imgBox5 {
	margin: -400px 0 0 auto;
}

#imgBox6 {
	width: 70%;
	margin: auto;
}

#imgBox6 .pImg {
	margin-bottom: 0;
}

#imgBox6 .txtBox {
	max-width: 640px;
	padding: 20px 0 0 0;
	background: url(../img/k_01_bg_pc.webp) no-repeat;
	background-position: top left;
}

#imgBox7 {
	padding-bottom: 100px;
}

#imgBox9 {
	width: 80%;
	padding: 0;
	margin: auto;
	background: url(../img/po_bg_bot_pc.webp) no-repeat;
	background-position: bottom right;
}

#imgBox10 {
	width: 80%;
	padding: 0;
	margin: auto;
	background: url(../img/l_bg_bot_pc.webp) no-repeat;
	background-position: bottom left;
}

/* character */
#character {
	max-width: 960px;
	margin: 0 auto 150px;
}

#character h2 {
	margin-bottom: 60px;
}

.flex {
	display: flex;
}

#character .flex {
	flex-wrap: wrap;
}

.chBox {
	width: 15%;
	margin-right: 2%;
	margin-bottom: 40px;
}

.chBox:nth-of-type(6) {
	margin-right: 0;
}

.chBox p {
	text-align: center;
	margin-top: 3px;
	font-size: 1.4rem;
}

/*-----------btmContents----------*/

.cont {
	margin-bottom: 90px;
}

.cont h2 {
	text-align: center;
}

.cont .imgBox {
	margin-top: -80px;
	z-index: -100;
}

.cont.flexBox .flexCell {
	width: 40.62%;
}

.cont.flexBox .flexCell:nth-child(2) {
	width: 59.38%;
}

.cont.flexBox .flexCell:nth-child(2) .imgBox {
	position: relative;
}

.cont.flexBox .flexCell:nth-child(2) .imgBox .desc {
	position: absolute;
	top: calc(50% - 11.5rem);
}


#cont3 {
	text-align: center;
	margin-bottom: 150px;
	background-color: #FEF9FD;
	padding: 90px 0;
}

#cont3 h2 {
	margin-bottom: 20px;
}

#cont3 h2>img {
	display: inline-block;
	height: 94px;
}

#cont3 .inner {
	max-width: 1045px;
	margin: auto;
	padding: 0 10px;
}

#cont3 .flexBox {
	margin-top: 60px;
	margin-bottom: 40px;
}

#cont3 .flexCell:first-of-type {
	margin-right: 4%;
}

#cont3 .flexCell img {
	margin-bottom: 20px;
}

.mttxBox {
	background-color: #FBF1E7;
	padding: 20px 0;
	line-height: 1.9;
}

.mttxBox p {
	display: inline;
	padding: 0 4px 2px 4px;
	background: linear-gradient(transparent 90%, #F0B7C9 0%);
}

.select {
	margin: 80px auto 60px;
	background-color: #fff;
	position: relative;
	border: 1px solid #96865A;
}

.select h3 {
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 248px;
}

.select .flexBox {
	border: 1px dashed #96865A;
	padding: 50px 50px 30px;
	margin: 15px !important;
}

#cont3 .select .flexBox .flexCell img {
	margin-bottom: 10px;
}

.select .flexBox .flexCell .attention {
	font-size: 1.2rem;
}

.btmContents .flexBox {
	justify-content: space-between;
	margin-bottom: 80px;
	align-items: center;
}
.btmContents .flexBox p {
	text-align: center;
	margin-bottom: 10px;
}
.btmContents .flexBox p + .buttonBox {
margin-top: 30px;
}
.btmContents .flexCell {
	width: 47.5%;
}

.btmContents .attention {
	text-align: center;
}

.btmContents>.btmBox {
	margin-bottom: 150px;
}

.btmContents>.btmBox h2 {
	margin-bottom: 50px;
}

.btmContents>.btmBox:first-of-type h3 {
	margin: 30px auto 25px;
	text-align: center;
}
.btmContents>.btmBox:first-of-type h3>img {
	width: auto;
	height: 28px;
}
.btmContents .shop p , .btmContents .craft p {
text-align: center;
}
.btmContents .shop picture , .btmContents .craft img {
	margin: 40px auto 60px;
    display: block;
}
.btmContents .shop .buttonBox {
	margin: 30px auto 0px;
}
/*-----------footer----------*/

.footer {
	text-align: center;
	margin-bottom: 20px;
}

.pc_fl {
	display: flex;
}

@media screen and (min-width: 961px) {
	#imgBox3 .pbgImg {
		width: 53% !important;
	}
}

@media screen and (min-width: 961px) and (max-width:1320px) {
	.pbgImg {
		width: 70% !important;
	}

	#typeIcon1::after {
		width: 486px;
		height: 250px;
		background-size: contain;
	}

	#imgBox7 .pbgImg,
	#imgBox8 .pbgImg {
		right: 0;
		left: auto;
		width: 85% !important;
	}
}

@media screen and (min-width: 550px) and (max-width:960px) {
	.pbgImg {
		width: 80%;
		max-width: 500px;
	}

	#imgBox2 .pbgImg,
	#imgBox7 .pbgImg,
	#imgBox8 .pbgImg,
	#imgBox9 .pbgImg {
		right: 0;
		left: auto;
	}

	.imgBox {
		max-width: 650px;
		margin: 0 auto 40 !Important;
	}

}

@media screen and (max-width: 960px) {
	img {
		width: 100%;
	}

	p {
		font-size: 1.2rem;
	}

	b {
		font-weight: 600;
	}

	.flexBox {
		display: block;

	}

	.pc {
		display: none;
	}

	.pc_fl {
		display: block;
	}


	/*-----------kv----------*/
	#kv h1 {
		margin-bottom: 40px;
	}

	#kv h2 {
		width: 80%;
		padding-bottom: 40px;

	}

	#kv h2::before {
		width: 15px;
		height: 21px;
		background-size: contain;
		background-repeat: no-repeat;
		top: -11px;
		right: -2%;
	}

	#kv h2::after {
		bottom: 19px;
		left: -7%;
		width: 23px;
		height: 26px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	/* main */

	.txtBox {
		padding: 0 10px;
	}

	.pImg {
		margin: auto;
		margin-bottom: 10px;
	}

	.desc {
		margin-bottom: 10px;
	}

	#imgBox2,
	#imgBox3,
	#imgBox5 {
		margin-top: 0px;
		margin-bottom: 40px;
	}

	#imgBox2 .pImg {
		margin-bottom: 10px;
	}

	#imgBox3 {
		padding-bottom: 0px;
	}

	#imgBox2 .pbgImg {
		left: auto;
		width: 100%;
	}

	#imgBox6,
	#imgBox9,
	#imgBox10 {
		width: 100%;
		margin: auto;
	}

	#imgBox6 .txtBox {
		max-width: none;
		padding: 0;
		background: none;
	}

	#imgBox9,
	#imgBox10 {
		background: none;
	}

	.typeIcon {
		margin-bottom: 40px;
	}

	#typeIcon1 {
		margin-bottom: 40px;
	}

	#typeIcon1::after {
		background: none;
	}

	#typeIcon4 {
		display: block;
	}

	#typeIcon4>div,
	#typeIcon5>div,
	#typeIcon6>div {
		padding-bottom: 40px;
	}

	#imgBox7 {
		padding-bottom: 0px;
	}

	/* character */
	#character {
		max-width: 600px;
	}
	#character .inner {
		padding: 0 30px;
	}

	.chBox {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 20px;
	}

	.chBox p {
		font-size: 1.1rem;
	}

	.chBox:nth-of-type(3n) {
		margin-right: 0;
	}

	/* moot */
	#cont3 {
		padding: 50px 0;
	}

	#cont3 .inner {
		padding: 0 15px;
		max-width: 650px;
	}

	#cont3 h2 {
		max-width: 350px;
		width: 70%;
		min-width: 265px;
		margin: 0 auto 14px;
	}

	#cont3 .flexBox {
		margin: 30px 5% 20px;
	}

	#cont3 .flexCell img {
		margin-bottom: 10px;
	}

	#cont3 .flexCell:first-of-type {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.select {
		margin: 50px auto 30px;
	}
	.select h3 {
		position: absolute;
		top: -12px;
		right: 0;
		left: 0;
		margin: auto;
		max-width: 168px;
	}
	.select .flexBox {
		padding: 30px 10px 30px;
		margin: 15px !important;
	}


	/*-----------slick----------*/

	.slick-dotted.slick-slider {
		padding-bottom: 50px;
	}

	.slick-dots {
		bottom: 25px;
	}

	.slick-track {
		margin-bottom: 20px;
	}

	.slick-dots li button:before {
		font-size: 1.0rem !important;
	}

	/*-----------button----------*/

	.button {
		min-width: 130px;
		padding: 10px;
	}

	.button img {
		width: auto;
		height: 18px;
		vertical-align: bottom;
	}


	/*-----------common----------*/

	.introWrap {
		max-width: 100%;
		min-width: auto;
		padding: 0;
		box-sizing: border-box;
	}

	.boxWrap {
		max-width: 100%;
		min-width: auto;
		padding: 0;
		box-sizing: border-box;
	}

	.boxWrap>h2 {
		text-align: center;
	}

	.shopLink {
		width: 75%;
		margin: 40px auto 80px;
	}

	.shopLink>p {
		margin-bottom: 30px;
	}


	/*-----------introduction----------*/

	#introduction h2 {
		text-align: center;
		margin-bottom: 30px;
	}

	#introduction h2 img {
		width: auto;
		max-width: 100%;
		height: 40px;
	}

	#typeIcon1 {
		background: none;
	}

	.imgBox {
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}

	#cont3 {
		margin-top: 90px;
	}

	#cont3 h2 {
		margin-bottom: 30px;
	}

	#cont3 h2>img {
		width: auto;
		max-width: 100%;
		height: 40px;
	}

	.cont .imgBox img {
		width: 100%;
	}

	.cont.flexBox .flexCell,
	.cont.flexBox .flexCell:nth-child(2) {
		width: 100%;
	}

	.cont.flexBox .flexCell:nth-child(2) .price {
		margin-right: 9%;
	}

	.cont.flexBox .flexCell:nth-child(2) {
		padding-top: 60px;
	}

	#imgBox1.flexBox .flexCell:nth-child(2) .imgBox .desc {
		right: 9%;
	}

	#imgBox2.flexBox .flexCell:nth-child(2) .imgBox .desc {
		right: 9%;
	}

	#cont3 h2+p {
		margin-bottom: 20px;
	}

	#cont3 picture:first-of-type>img {
		margin-bottom: 0;
	}

	#cont3 picture:nth-of-type(2) {
		padding: 20px 20px 0px;
		display: block;
	}

	#cont3 picture:nth-of-type(2)>img {
		margin: 0px auto 35px;
	}

	/*-----------kv----------*/
	#kv {
		margin-bottom: 30px;
	}

	#kv h2>img {
		width: auto;
		max-width: 100%;
		height: 16px;
	}

	/*-----------bgArea----------*/
	.bg {
		padding: 40px 0px;
	}

	.bgPink {
		background: url("../img/bg-pink.jpg") repeat;
		background-size: 180%;
		background-color: rgba(255, 255, 255, 0.5);
		background-blend-mode: lighten;
	}

	.bgYellow {
		background: url("../img/bg-yellow.jpg") repeat;
		background-size: 180%;
		background-color: rgba(255, 255, 255, 0.5);
		background-blend-mode: lighten;
	}

	.bg h2 {
		margin-bottom: 25px;
	}

	.bg h2>img {
		height: 50px;
	}

	/*-----------btmContents----------*/
	.btmContents {
		padding: 0px 20px;
	}

	.btmContents .btmBox {
		margin-bottom: 65px;
	}

	.btmContents>.btmBox h2 {
		margin-bottom: 30px;
	}

	.btmContents .flexBox {
		margin-bottom: 50px;
	}

	.btmContents .flexCell {
		width: 100%;
		margin-bottom: 10px;
	}

	.btmContents>.btmBox:first-of-type .flexCell:last-of-type {
		margin-bottom: 0;
	}


	.btmContents>.btmBox:nth-of-type(5) p {
		text-align: left;
	}

	.btmContents>.btmBox:nth-of-type(5)>img {
		margin-bottom: 20px;
	}

	#character , #cont3 , .btmContents>.btmBox {
    margin-bottom: 80px;
	}
	.btmContents .shop picture, .btmContents .craft img {
		margin: 20px auto 30px;
	}
	/*-----------footer----------*/
}

/* タイトル */
h2>img {
	width: 100%;
}
#character h2 img , .btmContents .btmBox:nth-child(-n+3) h2 img {
    max-width: 580px;
    margin: auto;
    display: block;
}
.btmContents .btmBox:nth-child(n+4) h2 img {
    max-width: 720px;
    margin: auto;
    display: block;
}

@media screen and (max-width: 960px) {
	#character h2 {
		margin-bottom: 30px;
	}
	#character h2 img , .btmContents .btmBox:nth-child(-n+3) h2 img {
		max-width: 376px;
	}

}