@charset "UTF-8";

/*=======================================
	base
=======================================*/
/** {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}*/
html {
	scroll-behavior: smooth;
}
img,
figure,
picture {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: inline-block;
	}
	.sp {
		display: inline-block;
	}
}
#ktsCont {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* color: #575757; */
	color: #262626;
	font-size: 16px;
	/* line-height: 1.6em; */
	background-color: #FFFFFF;
	word-break: break-all;
}

#contents .w1100 {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
#contents .w808 {
	width: 90%;
	max-width: 808px;
	margin: 0 auto;
}
#contents .flex_area {
	display: flex;
}
#contents .inner {
	width: 90%;
	margin: 0 auto;
}

p.copy {
	font-size: 20px;
	font-weight: 500;
}
.link_jump01 {
	display: block;
	padding-top: 150px!important;
	margin-top: -150px!important;
}
.link_jump02 {
	display: block;
	padding-top: 141px!important;
	margin-top: -141px!important;
}
@media screen and (max-width: 768px) {
	.link_jump01 {
		padding-top: 55px!important;
		margin-top: -55px!important;
	}
	.link_jump02 {
		padding-top: 46px!important;
		margin-top: -46px!important;
	}
	#contents .flex_area {
		display: block;
	}
}


/*=======================================
	title_jump_wrap
=======================================*/

#title_jump_wrap {
	margin-top: 60px;
}
#title_jump_wrap .contents.w1100 {
	margin-bottom: 73px;
}
#title_jump_wrap .contents.w1100 .title_area {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
	align-items: center;
	margin-bottom: 75px;
}
#title_jump_wrap .contents.w1100 .title_area h2 {
	width: 340px;
}
#title_jump_wrap .contents.w1100 .title_area p {
	font-size: 40px;
	font-weight: bold;
}
#title_jump_wrap .contents.w1100 ul.page_jump_list {
	display: flex;
	gap: 0 36px;
}
#title_jump_wrap .contents.w1100 ul.page_jump_list li {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#title_jump_wrap {
		margin-top: 0;
	}
	#title_jump_wrap .contents.w1100 {
		margin-bottom: 55px;
		padding-top: 45px;
	}
	#title_jump_wrap .contents.w1100 .title_area {
		gap: 10px 0;
		margin-bottom: 32px;
	}
	#title_jump_wrap .contents.w1100 .title_area h2 {
		width: 170px;
	}
	#title_jump_wrap .contents.w1100 .title_area p {
		font-size: 20px;
	}
	#title_jump_wrap .contents.w1100 ul.page_jump_list {
		flex-direction: column;
		align-items: center;
		gap: 32px 0;
	}
	#title_jump_wrap .contents.w1100 ul.page_jump_list li {
		width: 72%;
		text-align: center;
	}
}

/*=======================================
	design_wrap
=======================================*/
#design_wrap .contents.w1100 {
	position: relative;
}
#design_wrap .contents.w1100 .title_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px 0;
	margin-bottom: 45px;
}
#design_wrap .contents.w1100 .title_area p {
	width: 190px;
}
#design_wrap .contents.w1100 .title_area h3 {
	font-size: 36px;
	font-weight: bold;
}
#design_wrap .contents.w1100 .img_area {
	display: flex;
	gap: 0 35px;
}
#design_wrap .contents.w1100 .img_area .left {
	width: 53%;
}
#design_wrap .contents.w1100 .img_area .right {
	/* width: calc(100% - 53% - 35px); */
	width: calc(100% - 52% - 35px);
}
#design_wrap .contents.w1100 .img_area .right ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px 0;
	margin-top: 45px;
}
#design_wrap .contents.w1100 .img_area .right ul li {
	display: flex;
	gap: 20px;
	align-items: center;
}
#design_wrap .contents.w1100 .img_area .right ul li h4 {
	position: relative;
	font-size: 30px;
	font-weight: bold;
}
#design_wrap .contents.w1100 .img_area .right ul li > span {
	width: 50px; height: 50px;
	border: 1px solid #4c4a4a;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: bold;
	color: #4c4a4a;
}
#design_wrap .contents.w1100 .img_area .right ul li h4 span {
	font-size: 20px;
	font-weight: 500;
}

#design_wrap .contents.w1100 p.copy {
	padding-left: 70px;
	font-size: 20px;
	font-weight: 500;
}
#design_wrap .contents.w1100 .img_area .right .img {
	padding-left: 50px;
	width: 65%;
}
#design_wrap .contents.w1100 .pick_list {
	display: flex;
	flex-direction: column;
	gap: 34px 0;
	padding-bottom: 57px;
}
#design_wrap .contents.w1100 .pick_list .clms {
	display: flex;
	gap: 0 24px;
	margin-bottom: 35px;
}
#design_wrap .contents.w1100 .pick_list .title {
	display: flex;
	gap: 0 20px;
	align-items: center;
}
#design_wrap .contents.w1100 .pick_list .title span {
	width: 50px; height: 50px;
	border: 1px solid #4c4a4a;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: bold;
	color: #4c4a4a;
}
#design_wrap .contents.w1100 .pick_list .title h4 {
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 0;
}
#design_wrap .contents.w1100 .pick_list p {
	padding-left: 70px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
}
#design_wrap .contents.w1100 .pick_list p span {
    padding-left: 1em;
    text-indent: -1em;
	display: block;
}
#design_wrap .contents.w1100 .pick_list .clms .right {
	width: 230.5px;
}
#design_wrap .contents.w1100 .note_img {
	content: '';
	position: absolute;
	bottom: 0; right: 0;
	width: 535px;
}

@media screen and (max-width: 1250px) {
	#design_wrap .contents.w1100 .title_area h3 {
		font-size: calc((36 / 1250) * 100vw);
	}
	#design_wrap .contents.w1100 .img_area .right ul li {
		gap: 12px;
	}
	#design_wrap .contents.w1100 .img_area .right ul li > span {
		width: 4vw; height: 4vw;
		font-size: calc((30 / 1250) * 100vw);
	}
	#design_wrap .contents.w1100 .img_area .right ul li h4 {
		font-size: calc((30 / 1250) * 100vw);
	}
	#design_wrap .contents.w1100 .img_area .right ul li h4 span {
		font-size: calc((20 / 1250) * 100vw);
	}
	#design_wrap .contents.w1100 p.copy {
		font-size: calc((20 / 1250) * 100vw);
	}
	#design_wrap .contents.w1100 .img_area .right .img {
		padding-left: 4vw;
	}
	#design_wrap .contents.w1100 .pick_list .clms {
		margin-bottom: 0;
	}
	#design_wrap .contents.w1100 .pick_list .title span {
		width: 4vw; height: 4vw;
		font-size: calc((30 / 1250 ) * 100vw);
	}
	#design_wrap .contents.w1100 .pick_list .title h4 {
		font-size: calc((30 / 1250) * 100vw);
	}
	#design_wrap .contents.w1100 .pick_list p {
		padding-left: 5.6vw;
		font-size: calc((20 / 1250) * 100vw);
	}
	#design_wrap .contents.w1100 .note_img {
		width: 38.76vw;
	}
}

@media screen and (max-width: 768px) {
	#design_wrap .contents.w1100 .title_area {
		gap: 12px 0;
		margin-bottom: 15px;
	}
	#design_wrap .contents.w1100 .title_area p {
		width: 108px;
	}
	#design_wrap .contents.w1100 .title_area h3 {
		font-size: 20px;
		line-height: 1.5;
		text-align: center;
	}
	#design_wrap .contents.w1100 .img_area {
		flex-direction: column;
		gap: 14px 0;
	}
	#design_wrap .contents.w1100 .img_area .left {
		width: 88.32%;
		margin: 0 auto;
	}
	#design_wrap .contents.w1100 .img_area .right {
		width: 100%;
	}
	#design_wrap .contents.w1100 .img_area .right ul {
		gap: 12px 0;
	}
	#design_wrap .contents.w1100 .img_area .right ul li {
		gap: 0 10px;
	}
	#design_wrap .contents.w1100 .img_area .right ul li h4 {
		font-size: 21px;
		padding-top: 3px;
		display: flex;
		align-items: center;
	}
	#design_wrap .contents.w1100 .img_area .right ul li > span {
		width: 35px;
		height: 35px;
		font-size: 21px;
		line-height: 1;
	}
	#design_wrap .contents.w1100 .img_area .right ul li h4 span {
		font-size: 12.5px;
	}
	#design_wrap .contents.w1100 p.copy {
		padding-left: 45px;
		font-size: 14px;
	}
	#design_wrap .contents.w1100 .img_area .right .img {
		width: 40%;
		margin: 15px auto 25px;
	}
	#design_wrap .contents.w1100 .pick_list {
		gap: 22px 0;
		padding-bottom: 42px;
	}
	#design_wrap .contents.w1100 .pick_list .clms {
		flex-direction: column;
		align-items: center;
		gap: 19px 0;
	}
	#design_wrap .contents.w1100 .pick_list .left {
		width: 100%;
	}
	#design_wrap .contents.w1100 .pick_list .title {
		gap: 0 10px;
	}
	#design_wrap .contents.w1100 .pick_list .title span {
		width: 35px; height: 35px;
		font-size: 21px;
	}
	#design_wrap .contents.w1100 .pick_list .title h4 {
		font-size: 21px;
	}
	#design_wrap .contents.w1100 .pick_list p {
		padding-left: 45px;
		font-size: 14px;
	}
	#design_wrap .contents.w1100 .pick_list .clms .right {
		/* width: 44%; */
		width: 47.7%;
		margin-bottom: 18px;
	}
	#design_wrap .contents.w1100 .note_img {
		position: static;
		/* width: 73%; */
		width: 79.07%;
	}
}

/*=======================================
	ruled_wrap
=======================================*/

#ruled_wrap .gray_bg {
	background-color: #f2f2f2;
	padding: 60px 0 30px;
}
#ruled_wrap .gray_bg .contents.w1100 .title_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* gap: 15px 0; */
	gap: 23px 0;
	margin-bottom: 23px;
}
#ruled_wrap .gray_bg .contents.w1100 .title_area h3 {
	font-size: 36px;
	font-weight: bold;
}
#ruled_wrap .gray_bg .contents.w1100 .title_area p {
	width: 147px;
}
#ruled_wrap .gray_bg .contents.w1100 .clms {
	display: flex;
	align-items: center;
	gap: 0;
}
#ruled_wrap .gray_bg .contents.w1100 .clms .left ul {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
#ruled_wrap .gray_bg .contents.w1100 .clms .left ul li {
	display: flex;
	align-items: center;
	gap: 0 20px;
}
#ruled_wrap .gray_bg .contents.w1100 .clms .left .img {
	width: 200px;
}
#ruled_wrap .gray_bg .contents.w1100 .clms .left   .text_box h4  {
	font-size: 29px;
	line-height: 1.1666;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 15px;
}
#ruled_wrap .gray_bg .contents.w1100 .clms .right {
	width: 551px;
}
@media screen and (max-width: 1250px) {
	#ruled_wrap .gray_bg {
		padding: 4.8vw 0 2.4vw;
	}
	#ruled_wrap .gray_bg .contents.w1100 .title_area h3 {
		font-size: calc((36 / 1250) * 100vw);
	}
	#ruled_wrap .gray_bg .contents.w1100 .clms .left   .text_box h4 {
		font-size: calc((29 / 1250) * 100vw);
	}
	#ruled_wrap .gray_bg .contents.w1100 .clms .left .img {
		width: 16vw;
	}
	#ruled_wrap .gray_bg .contents.w1100 .clms .right {
		width: 40vw;
	}
	#ruled_wrap .gray_bg .contents.w1100 .clms .left .text_box p {
		font-size: calc((20 / 1250) * 100vw);
	}
}

@media screen and (max-width: 768px) {
	#ruled_wrap .gray_bg {
		padding: 40px 0 28px;
	}
	#ruled_wrap .gray_bg .contents.w1100 .title_area {
		gap: 12px 0;
		margin-bottom: 14px;
	}
	#ruled_wrap .gray_bg .contents.w1100 .title_area h3 {
		font-size: 20px;
	}
	#ruled_wrap .gray_bg .contents.w1100 .title_area p {
		width: 83px;
	}
	#ruled_wrap .gray_bg .contents.w1100 .clms {
		flex-direction: column-reverse;
		gap: 5px 0;
	}
	#ruled_wrap .gray_bg .contents.w1100 .clms .right {
		/* width: 71.2%; */
		width: 82%;
	}
	#ruled_wrap .gray_bg .contents.w1100 .clms .left ul {
		width: 100%;
	}
	#ruled_wrap .gray_bg .contents.w1100 .clms .left ul li {
		gap: 0 10px;
	}
	#ruled_wrap .gray_bg .contents.w1100 .clms .left .img {
		width: 126px;
	}
	#ruled_wrap .gray_bg .contents.w1100 .clms .left   .text_box h4 {
		font-size: 17px;
		margin-bottom: 0;
	}
	#ruled_wrap .gray_bg .contents.w1100 .clms .left .text_box p {
		font-size: 12px;
	}
}

/*=======================================
	writing_wrap
=======================================*/

#writing_wrap .contents.w808 {
	padding-top: 70px;
	margin-bottom: 120px;
}
#writing_wrap .contents.w808 .title_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px 0;
	margin-bottom: 40px;
}
#writing_wrap .contents.w808 .title_area p {
	width: 195px;
	margin-bottom: 3px;
}
#writing_wrap .contents.w808 .title_area h3 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.555;
}
#writing_wrap .contents.w808 .title_area p.copy {
	width: auto;
}

#writing_wrap .contents.w808 .writing_img {
	margin-bottom: 18px;
}
#writing_wrap .contents.w808 > p {
	font-size: 20px;
	letter-spacing: 0.03em;
	line-height: 1.7;
	margin-bottom: 40px;
	text-align: justify;
}
#writing_wrap .contents.w808 h4 {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 1250px) {
	#writing_wrap .contents.w808 {
		padding-top: 5.6vw;
		margin-bottom: 13.6vw;
	}
	#writing_wrap .contents.w808 .title_area h3 {
		font-size: calc((36 / 1250) * 100vw);
	}
	#writing_wrap .contents.w808 .title_area p.copy {
		font-size: calc((20 / 1250) * 100vw);
	}
	#writing_wrap .contents.w808 > p {
		font-size: calc((20 / 1250) * 100vw);
	}
	#writing_wrap .contents.w808 h4 {
		font-size: calc((30 / 1250) * 100vw);
	}
}

@media screen and (max-width: 768px) {
	#writing_wrap .contents.w808 {
		padding-top: 40px;
		margin-bottom: 85px;
	}
	#writing_wrap .contents.w808 .title_area {
		gap: 0;
		margin-bottom: 30px;
	}
	#writing_wrap .contents.w808 .title_area p {
		width: 110px;
	}
	#writing_wrap .contents.w808 .title_area h3 {
		font-size: 20px;
		line-height: 1.55;
	}
	#writing_wrap .contents.w808 .title_area p.copy {
		font-size: 12px;
	}
	#writing_wrap .contents.w808 .writing_img {
		margin-bottom: 14px;
	}
	#writing_wrap .contents.w808 > p {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 30px;
	}
	#writing_wrap .contents.w808 h4 {
		font-size: 18px;
		margin-bottom: 11px;
	}
}

/* ==================================================
ank_Lineup
================================================== */
#ank_Lineup {
	margin-bottom: 100px;
}
#ank_Lineup .inner {
	max-width: 1147.127px;
}
#ank_Lineup .sttl01 {
	width: fit-content;
	/* max-width: 1147.127px; */
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	margin: 0 auto 30px;
	display: block;
}
#ank_Lineup .sttl01 span {
    margin-left: 0;
    font-size: 30px;
}
#ank_Lineup .sttl01 a {
	padding: 0 2em 0 1em;
	font-weight: bold;
	margin-top: 5px;
	/* display: inline-block; */
}
@media only screen and (max-width: 768px){
#ank_Lineup {
	margin-bottom: 0;
}
#ank_Lineup .inner {
	width: 100%;
}
#ank_Lineup .sttl01 {
	font-size: 16.2px;
	margin-bottom: 20px;
}
#ank_Lineup .sttl01 span {
    font-size: 21px;
    line-height: 1.4;
}
#ank_Lineup .sttl01 a {
	padding: 0 2em 3px 1em;
}
}
/**/
/**/
/* ==================================================
ank_Bnr
================================================== */
#ank_Bnr {
	margin-top: 100px!important;
}
#ank_Bnr .inner {
	max-width: 808px;
	justify-content: space-between;
}
#ank_Bnr .bnr {
	width: 28.46%;
}
@media only screen and (max-width: 768px){
#ank_Bnr {
	margin: 40px 0 60px!important;
}
#ank_Bnr .bnr {
	width: 68.14%;
	margin: 0 auto;
}
#ank_Bnr .bnr:not(:last-child) {
	margin-bottom: 20px;
}
}

