@charset "utf-8";
/* CSS Document */



html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
/* 基本 */
.container {
	margin-top: 0;
}
#crumb {
	margin: auto;
	width: calc(100% - 30px);
	overflow: hidden;
	position: relative;
	max-width:1000px;
}
#crumb ol {
}
#crumb ol li {
	display: inline-block;
	max-height: 99999px;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 35px;
}
#crumb ol li a {
	color: #aaaaaa;
}
#crumb ol li::after {
    display: inline-block;
    content: ">";
    margin: 0 8px;
}
#crumb ol li:last-child::after {
    content: "";
}
/* タイトル */
h2.pagetitle {
	width: 100%;
	height:57px;
	margin-bottom:40px;
	margin-top: 20px;
}
h2.pagetitle span {
	width: calc(100% - 30px);
	margin: auto;
	max-width: 1000px;
	line-height: 57px;
	font-size: 30px;
	display: block;
	font-weight: bold;
}
/* 一覧 */
.thumb,
.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.thumb.slick-initialized,
.slider.slick-initialized {
  opacity: 1;
}
.sliderArea {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.thumb_box {
	position: relative;
	width: 98%;
	max-width: 980px;
	margin: 0 auto;
}
.k_cach1 {
	font-weight: bold;
	font-size: 1.125em;
	text-align: center;
	width: 90%;
	margin: 0 auto 1em;
}
.slide_bg {
	width: 100%;
	background: #efefef;
	padding: 2em 0 4em;
}
.slider_main {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.slick-slide {
  margin: 0;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
	width: calc(100% - 115px);
	max-width: 1000px;
	margin: 2em auto 3em;
	background: #e6e6e3;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.thumb .slide p {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	padding: 0 0.7em;
	line-height: 70px;
	margin: 0;
	min-width: 110px;
	background: #e6e6e3;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.slick-current.slick-active p {
	background: #21366e;
	color: #fff;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  
	background: #e6e6e3;
}
.slide-arrow:hover {
	opacity: 0.7;
}
.prev-arrow {
  left: -59px;
	width: 59px;
	border-radius: 8px 0 0 8px;
	border-right: solid 1px #fff;
}
.next-arrow {
  right: -60px;
	width: 60px;
	border-radius: 0 8px 8px 0;
	border-left: solid 2px #fff;
}
.arrow_not_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 59px;
	height: 70px;
	background-image: url("../img/arow_left2.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #e6e6e3;
	border-radius: 8px 0 0 8px;
	border-right: solid 1px #fff;
	
}
.arrow_not_right {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 70px;
	background-image: url("../img/arow_right2.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #e6e6e3;
	border-radius: 0 8px 8px 0;
	border-left: solid 2px #fff;
}
.slider_main iframe {
	width: 100%;
}

/* ギャラリーページ */
.gallery_rs {
	width: 98%;
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 10px 0;
	margin-bottom: 30px;
	display: flex;
}
.gallery_rs > div:first-child {
	width: 30%;
	margin-right: 5%;
	line-height: 0;
}
.gallery_rs > div:first-child img {
	width: 100%;
}
.gallery_rs > div:last-child {
	width: 65%;
	display: flex;
	align-items: center;
	border: solid 1px #efefef;
}
.gallery_rs > div:last-child h3 {
	font-size: 24px;
	padding: 0 40px 0 30px;
	font-weight: bold;
}
ul.art-link-btm {
	display: block;
}
ul.art-link-btm li a {
	position: relative;
	line-height: 1.8;
	display: block;
	margin-left:1.5em;
}
ul.art-link-btm li a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  position: relative;
  display: inline-block;
  font-size: 1.0em;
  color: #CF1225;
  padding-right: 0.5em;
}
ul.art-link-btm li a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f108';
	font-weight: 900;
	color:#e9e9e9;
	padding-left: 0.8em;
}
ul.art-link-btm li a:hover {
	text-decoration: none;
}

/* 個別ページ */
.art_dl_Area h3 {
	width: 100%;
	margin: 0 auto 2.5em;
	background: #fafafa;
	padding: 1em 0;
}
.art_dl_Area h3 span {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0.5em 5em 0.5em 1em;
	display: block;
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.art_dl_Area h3 span::before {
	display: inline-block;
	content: "タイトル";
	width: 80px;
	height: auto;
	border-radius: 3px;
	background: #21366e;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 5px;
	margin-right: 20px;
	transform: translateY(-3px);
}
.art_box {
	width: 100%;
	max-width: 1032px;
	padding: 0 1em;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 4em;
}
.art_box > div {
	width: 47.5%;
}
.art_box > div:first-child {
	margin-right: 5%;
}
.dl_pc {
	display: block;
}
.dl_sp {
	display: flex;
	flex-wrap: wrap;
}
/* パソコン用イメージ */
.mon_pc_box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color:#fbfae9;
	border-top: solid 30px #686868;
	border-bottom: solid 30px #686868;
	border-left: solid 8px #686868;
	border-right: solid 8px #686868;
	border-radius: 20px;
	margin-bottom: 2em;
}
/* パソコンモニターサイズ */
.art_thum_pc {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16/9;
}
/* パソコン壁紙 */
.pc_thum {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 90%;
	max-width: 70%;
	margin: auto;
	display: block;
	text-align: center;
	box-sizing: content-box;
	/*padding: 0 5%;*/
}
.pc_thum span {
	position: relative;
	/*display: inline-block;*/
	display: inline-flex;
	height: 100%;
	max-height: 100%;
	text-align: center;
	box-sizing: content-box;
}
.pc_thum span img {
	transition: transform .3s ease;
	width: auto;
	height: 100%;
	/*max-width: 100%;
	max-height: 100%;*/
	margin: auto;
	object-fit: contain;
}
.pc_thum span::after {
	content: "";
	width: 20px;
	aspect-ratio: 1/1;
	background-image: url("../img/logo_rs.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: -25px;/**/
	margin-left: 2%;/*
	text-align: right;*/
}
/* スマホ */
.mon_sp_box {
	width: 44%;
	margin-right: 5%;
}
/*  */
.art_thum_sp {
	width: 100%;
}
.btn_dl_art.sp_sec {
	width: 51%;
	padding-top: 2em;
	position: relative;
}
.btn_dl_art.sp_sec p {
	position: absolute;
	bottom: 1em;
	display: block;
	line-height: 1.5;
}
/* スマホモニター */
.art_thum_sp {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 9/19.5;
	background-color:#fbfae9;
	border: solid 8px #686868;
	border-radius: 20px;
}
.art_thum_sp span {
	
}
.sp_box_up {
	display: block;
	position: absolute;
	top: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	width: 47%;
	height: 20px;
	background-image: url("../img/sp_box_up.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}
.sp_thum {
	width: 100%;
	padding-top: 20px;
	display: grid;
	height: 75%;
	justify-items: center;
	align-items: center;
	box-sizing: content-box;
}
.sp_thum img {
	width: 100%;
	transition: transform .3s ease;
}
.sp_logo_rs {
	display: block;
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	width: 18%;
	height: auto;
}

.mon_pc_box:hover img,
.mon_sp_box:hover .sp_thum img {
  /*transform: scale(1.04);*/
	opacity: 0.8;
}

/*ダウンロードボタン*/
.btn_dl_art {
	
}
.btn_dl_art.pc_sec {
	width: 90%;
	max-width: 235px;
	margin: auto;
}
.title_ico {
	width: 110px;
	text-align: center;
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	background: #686868;
	border-radius: 5px;
	margin-bottom: 0.8em;
}
.btn_dl_size {
	width: 100%;
	max-width: 235px;
	text-align: center;
	line-height: 1;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 0.6em 0;
	background: #21366e;
	border-radius: 5px;
	margin-bottom: 1em;
}
.btn_dl_size a {
	display: block;
	color: #fff;
}
.btn_dl_size a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/**/
.btn_back_list {
	width: 90%;
	max-width: 250px;
	text-align: center;
	line-height: 1;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 0.6em 0;
	background: #000;
	border-radius: 5px;
	margin: 0 auto 4em;
}
.btn_back_list a {
	display: block;
	color: #fff;
}
.btn_back_list a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/*説明*/
.explanation_dl {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 3em;
	border: solid 1px #999;
}
.explanation_dl h2 {
	width: 100%;
	padding: 1em 0 ;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	line-height: 1;
	background: #999;
	margin-bottom: 1.5em;
}
.explanation_dl h3 {
	width: 90%;
	margin: 0 auto 1em;
	font-weight: bold;
	border-bottom: solid 1px #efefef;
	padding-bottom: 0.5em;
	font-size: 1.1em;  
}
.explanation_dl ol {
	width: 90%;
	margin: 0 auto 2em;
	text-align: left;
	line-height: 1.4;
	list-style: decimal;
	padding-left: 1.5em;
}
.explanation_dl ol li {
	text-align: left;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
.explanation_dl p {
	width: 90%;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto 2em;
}

@media screen and (max-width: 1032px) {
	.explanation_dl {
		width: 96%;
	}
}


/* iframe */
.parentframe {
	height: 1000px;
}
@media screen and (max-width: 1001px) {
	
	.parentframe {
		height: 100vw;
	}
	.btn_dl_size {
		width: 23vw;
	}
}
@media screen and (max-width: 768px) {
	#crumb {
		display:none;
	}
	h2.pagetitle {
		width: 100%;
		height:13vw;
		text-align:center;
		margin-bottom: 0;
		margin-top: 0;
		border-bottom: solid 1px #efefef;
	}
	h2.pagetitle span {
		width: 100%;
		margin: auto;
		line-height: 13vw;
		font-size: 4.5vw;
		display: block;
		font-weight: bold;
	}

	.parentframe {
		height: 348vw;
	}
	.slide_bg {
		padding: 2em 0;
	}
	.thumb {
		width: calc(100% - 100px);
		margin: 1.5em auto 1.5em;
	}
	.thumb .slide p {
		font-size: 1em;
		line-height: 50px;
		min-width: 80px;
	}
	.prev-arrow {
	 	left: -49px;
		width: 49px;
		height: 50px;
	}
	.next-arrow {
		right: -50px;
		width: 50px;
		height: 50px;
	}
	.arrow_not_left {
		width: 49px;
		height: 50px;
	}
	.arrow_not_right {
		width: 50px;
		height: 50px;
	}
	/* ギャラリーページ */
	.gallery_rs {
		display: block;
	}	
	.gallery_rs > div:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.gallery_rs > div:first-child img {
		width: 90%;
		max-width: 400px;
	}
	.gallery_rs > div:last-child {
		width: 90%;
		max-width: 400px;
		margin: auto;
		display: block;
		align-items: center;
		border: solid 1px #efefef;
	}
	.gallery_rs > div:last-child h3 {
		font-size: 20px;
		padding: 10px 0 10px;
		text-align: center;
		margin-bottom: 10px;
		border-bottom: solid 1px #efefef;
	}
	.gallery_rs > div:last-child h3 a {
		display: block;
	}
	ul.art-link-btm {
		margin-bottom: 20px;
	}
	ul.art-link-btm li a {
		font-size: 110%;
	}
	
	
	/* 個別ページ */
	.art_dl_Area h3 {
		padding: 0.5em 0;
	}
	.art_dl_Area h3 span {
		padding: 0.5em 0.5em 0.5em 0.5em;
		font-size: 1.5em;
	}
	.art_dl_Area h3 span::before {
		display: block;
		margin-right: 0;
		transform: translateY(-5px);
		margin-bottom: 0.2em;
	}	
	/**/
	.art_box {
		display: block;
		margin: 0 auto 3em;
	}
	.art_box > div {
		width: 100%;
		margin-bottom: 2em;
	}
	.art_box > div:first-child {
		margin-right: 0;
	}
	.dl_pc {
		display: flex;
		flex-wrap: wrap;
		border-bottom: solid 1px #999;
		padding-bottom: 1em;
	}
	.dl_sp {
		border-bottom: solid 1px #999;
		padding-bottom: 1em;
	}
	.btn_dl_art.pc_sec {
		width: 51%;
		max-width: 235px;
		margin: auto;
	}
	.btn_dl_size {
		width: 40vw;
	}

	
}

@media screen and (max-width: 475px) {
	.btn_dl_size {
		font-size: 4vw;
	}
}
