@charset "utf-8";


/* mv
---------------------------------------------------*/
#mv {
	width: 100%;
	background: #ffff00;
	background-size: cover;
	z-index: 0;
}
.mv_logo {
	max-width: 556px;
	height: 100%;
	background-size: contain;
	background-position: center;
	margin: 0 auto;
}
.mv_logo img {
	width: 100%;
}

/* 1100px */
@media screen and (max-width: 1100px) {

	#mv {
		width: 100%;
		height: 30.4515vw;
	}
	.mv_logo {
		width: 50.5404vw;
		height: 100%;
		background-size: contain;
		background-position: center;
	}
}

/* 768px */
@media screen and (max-width: 768px) {

	#mv {
		width: 100%;
		height: 29.21875vw;
		background: #ffff00;
		background-size: cover;
		z-index: 0;
	}
	.mv_logo {
		width: 47.8125vw;
		height: 29.21875vw;
		background-size: contain;
		background-position: center;
	}

}

/* article
---------------------------------------------------*/
.article {
	width: 100%;
	padding: 50px 0 110px;
}
.article .inner {
	width: 980px;
	margin: 0 auto;
}
.article .date {
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}
.article h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.35;
	color: #ff00b1;
	margin-bottom: 40px;
}
.article .txt {
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 2.375;
	margin-bottom: 2em;
}
.article .txt:last-of-type {
	margin-bottom: 0;
}
.article .thumb {
	width: 100%;
	/*height: 600px;*/
	margin-bottom: 50px;
}
.article .artist {
	font-size: 16px;
	line-height: 2.375;
}
.article .artist .name {
	letter-spacing: 0.1em;
	margin-bottom: 2em;
}
.article span.color,
.article a.color {
	position: relative;
	color: #009cff;
	text-decoration: underline solid #009cff;
}
.article h2 {
	font-size: 20px;
	font-weight: bold;
	color: #009cff;
	line-height: 1.35;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
}

.article h3 {
  font-size: 18px;
  font-weight: bold;
  color: #009cff;
  line-height: 1.35;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
.article h4 {
  font-size: 18px;
  font-weight: bold;
  color: #009cff;
  line-height: 1.35;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}

/* detail2 */
#detail2 .thumb_block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#detail2 .thumb {
	width: 460px;
	/*height: 600px;*/
}
#detail2 .url a {
	color: #006fbc;
	border-bottom: 1px solid #006fbc;
}
#detail2 .url a:hover {
	opacity: 0.5;
}

/* detail3 */
#detail3 .thumb {
	margin-bottom: 0;
}

/* detail4 */
#detail4 p {
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 0.1em;
}
#detail4 p > a.arrow {
	position: relative;
	color: #009cff;
	line-height: 2em;
	padding-left: 20px;
}
#detail4 p > a.arrow::before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 1em;
	height: 1em;
	background: url('../images/detail4_site_arrow.png') no-repeat;
	background-size: contain;
	content: '';
	z-index: 0;
}

/* 1100px */
@media screen and (max-width: 1100px) {

	.article {
		width: 100%;
		padding: 4.54vw 0 10vw;
	}
	.article .inner {
		width: 89%;
	}
	.article .date {
		font-size: 1.27vw;
	}
	.article h1 {
		font-size: 2.54vw;
		margin-bottom: 3.6vw;
	}
	.article .txt {
		font-size: 1.45vw;
	}
	.article .thumb {
		width: 100%;
		/*height: 54.54vw;*/
		margin-bottom: 4.5vw;
	}
	.article .artist {
		font-size: 1.45vw;
	}
	.article h2 {
		font-size: 1.818vw;
		padding-bottom: 1.818vw;
	}
  .article h3 {
    font-size: 1.618vw;
    padding-bottom: 1.818vw;
  }
  .article h4 {
    font-size: 1.618vw;
    padding-bottom: 1.818vw;
  }

	/* detail2 */
	#detail2 .thumb {
		width: 46.93%;
		/*height: 54.54vw;*/
	}

	/* detail4 */
	#detail4 p {
		font-size: 1.4544vw;
	}

}

/* 768px */
@media screen and (max-width: 768px) {

	.article {
		width: 100%;
		padding: 6.66vw 0 14.66vw;
	}
	.article .inner {
		width: 89.86%;
		margin: 0 auto;
	}
	.article .date {
		font-size: 3.2vw;
		letter-spacing: 0.05em;
		margin-bottom: 1em;
	}
	.article h1 {
		font-size: 6.93vw;
		line-height: 1.19;
		margin-bottom: 1em;
	}
	.article .txt {
		font-size: 3.73vw;
		line-height: 1.7;
		text-align: justify;
		margin-bottom: 6.66vw;
	}
	.article .thumb {
		width: 100%;
		/*height: 54.66vw;*/
		background-size: contain;
		margin-bottom: 6.66vw;
	}
	.article .artist {
		font-size: 3.73vw;
		line-height: 1.7;
	}
	.article h2 {
		font-size: 5vw;
		letter-spacing: 0.075em;
		padding-bottom: 3.125vw;
	}

  .article h3 {
    font-size: 4vw;
    letter-spacing: 0.075em;
    padding-bottom: 3.125vw;
  }

  .article h4 {
    font-size: 4vw;
    letter-spacing: 0.075em;
    padding-bottom: 3.125vw;
  }

	/* detail2 */
	#detail2 .thumb {
		width: 42.66vw;
		/*height: 54.66vw;*/
	}

	/* detail4 */
	#detail4 p {
		font-size: 4.375vw;
		line-height: 1.36;
		letter-spacing: 0.075em;
		padding-bottom: 3.125vw;
	}

}



/* detail 1
---------------------------------------------------*/
#detail1 .artist p {
	text-align: center;
}
.article .ttl {
	font-size: 24px;
	text-align: center;
	color: #009cff;
	letter-spacing: 0.075em;
}

/* 768px */
@media screen and (max-width: 768px) {
	.article .ttl {
		font-size: 5.3125vw;
	}
}


/*   APPLI  -------------
--------------------------------------------------*/
#appli .inner {
	background-color: #dbebf6;
	padding: 30px 10px;
}
#appli .inner ol {
	padding-left: 30px;
}
#appli .inner ol li {
	list-style: decimal;
	font-size: 16px;
	line-height: 2.1;
	margin: 0 0 13px;
}
#appli .inner p {
	font-size: 16px;
	line-height: 2.1;
	padding-left: 10px;
}

/* 768px */
@media screen and (max-width: 768px) {
	#appli .inner ol li {
		font-size: 3.75vw;
	}
	#appli .inner p {
		font-size: 3.75vw;
	}
}


/*   NOVEL -----------------
---------------------------------------------*/
#novel h1,
#novel p {
	line-height: 0;
	text-align: center;
}

#novel p.info {
	margin: 50px 0 10px;
    line-height: 33px;
    text-align: left;
    background: #009cff;
    color: #fff;
    font-weight: 900;
}

#novel dl {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
	font-size: 18px;
	letter-spacing: 0.02em;
	padding-left: 10px;
	line-height: 2.1em;
}
#novel dl dt {
	color: #009cff;
	font-weight: bold;
}

/* 768px */
@media screen and (max-width: 768px) {
	#novel dl {
		font-size: 3.75vw;
	}
}


/*   CARE  --------
-----------------------------------------*/
#care li {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.075em;
	margin: 0 0 13px;
}

/* 768px */
@media screen and (max-width: 768px) {
	#care li {
		font-size: 3.75vw;
	}
}


/*-    SELECT   
-------------------------------------------------*/
#select li {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.02em;
	margin: 0 0 13px;
}
#select p {
	padding-top: 50px;
	word-break: break-all;
}
#select a {
	text-decoration: underline;
}

/* 768px */
@media screen and (max-width: 768px) {
	#select li {
		font-size: 3.75vw;
	}
}

/*-  PRIVACY    
-------------------------------------------------*/
#privacy ul {
	margin-bottom: 40px;
}
#privacy li {
	font-size: 16px;
	line-height: 2.1 ;
	letter-spacing: 0.02em;
	word-break: break-all;
	margin: 0 0 13px;v
}
#privacy a {
	text-decoration: underline;
}

/* 768px */
@media screen and (max-width: 768px) {
	#privacy li {
		font-size: 3.75vw;
	}
}


/*   CONTACT
-------------------------------------------------*/
#contact p {
	text-align: center;
}

/* 768px */
@media screen and (max-width: 768px) {
	#contact p {
		text-align: left;
	}
}


/*  detail3
----------------------------------------------*/
#detail3-event {
	padding: 0 0 110px;
}
#detail3-event .inner {
	width: 980px;
	background-color: #dbebf6;
	margin: 0 auto;
	padding: 2em 3em;
}
#detail3-event li {
	font-size: 16px;
	line-height: 2em;
}
/* 768px */
@media screen and (max-width: 768px) {
	#detail3-event {
		padding: 0 0 14.66vw;
	}
	#detail3-event .inner {
		width: auto;
	}
	#detail3-event li {
		font-size: 3.75vw;
	}
}


/*   Details5   
-----------------------------------------------*/
#detail5 h3 {
	text-align: left;
	margin-bottom: 30px;
}
#detail5 .explain {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	width: 100%;
}
#detail5 .explain li {
	width: 300px;
	height: 300px;
	margin-bottom: 40px;
	margin-right: 40px;	
	background-color: #ccc;
}
#detail5 .explain li:nth-child(3),
#detail5 .explain li:nth-child(6) {
 margin-right: 0;
}
#detail5 p > a {
  position: relative;
  color: #009cff;
  line-height: 2.1;
  padding-left: 20px;
}
#detail5 p > a::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url('../images/detail4_site_arrow.png') no-repeat;
  background-size: contain;
  content: '';
  z-index: 0;
}

/*   Details6   
-----------------------------------------------*/
#detail6 .thumb {
	padding-left: 190px;
}
#detail6 p > a {
	position: relative;
	color: #009cff;
	line-height: 2.1;
	padding-left: 20px;
}
#detail6 p > a::before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 1em;
	height: 1em;
	background: url('../images/detail4_site_arrow.png') no-repeat;
	background-size: contain;
	content: '';
	z-index: 0;
}

#detail6 p.txt > a {
	padding-left: 0px;
}
#detail6 p.txt > a::before {
	content: none;
}

/*   Details7
-----------------------------------------------*/
#detail7 p > a {
	position: relative;
	color: #009cff;
	line-height: 2.1;
	padding-left: 20px;
}
#detail7 p > a::before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 1em;
	height: 1em;
	background: url('../images/detail4_site_arrow.png') no-repeat;
	background-size: contain;
	content: '';
	z-index: 0;
}

#detail7 p.txt > a {
	padding-left: 0px;
}
#detail7 p.txt > a::before {
	content: none;
}

/* 1100px */
@media screen and (max-width: 1100px) {

	/*   Details5   
	-----------------------------------------------*/
	#detail5 h3 {
		margin-bottom: 4.6875vw;
	}
	#detail5 .explain li {
		width: 28%;
		height: 27vw;
		margin-bottom: 3.3636vw;
		margin-right: 3.3636vw;	
	}
	#detail5 .explain li:nth-child(3),
	#detail5 .explain li:nth-child(6) {
		margin-right: 0;
	}
	
	/* detail6 */
	#detail6 .thumb {
		padding-left: 190px;
	}
	#detail6 p {
		font-size: 1.4544vw;
	}

}

/* 768px */
@media screen and (max-width: 768px) {
	.article li,
	.article dt,
	.article dd,
	.article p {
		font-size: 4.375vw;
		letter-spacing: 0em;
	}
	#novel p {
		padding-bottom: 3.125vw;
	}

	/*   Details5   
	-----------------------------------------------*/
	#detail5 h3 {
		text-align: center;
		margin-bottom: 6.25vw;
	}
	
	#detail5 .explain li {
		width: 41.40625vw;
		height: 41.40625vw;
		margin-bottom: 6.25vw;
		margin-right: 6.25vw;	
		background-color: #ccc;
	}
	#detail5 .explain li:nth-child(3) {
		margin-right: 6.25vw;		
	}
	#detail5 .explain li:nth-child(2),
	#detail5 .explain li:nth-child(4),
	#detail5 .explain li:nth-child(6) {
 		margin-right: 0;
}

	/* detail6 */
	#detail6 .thumb {
		padding-left: 0;
		/*height: 105.3125vw;*/
	}
	#detail6 p {
		font-size: 4.375vw;
		line-height: 1.36;
		letter-spacing: 0.075em;
		padding-bottom: 3.125vw;
	}

}
/*        -------------------------------------*/
/* btn_cnt */
#btn_cnt {
	margin-top: 50px;
}
#btn_cnt .btn_back {
	width: 381px;
	height: 80px;
	margin: 0 auto;
}
#btn_cnt .btn_back a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/contact_btn.png') no-repeat;
	background-size: contain;
	z-index: 1;
	overflow: hidden;
}
#btn_cnt .btn_back a:before {
	position: absolute;
	content: '';
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #009cff;
	z-index: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#btn_cnt .btn_back a:hover {
	background: none;
}
#btn_cnt .btn_back a:hover:before {
	left: 0;
}
#btn_cnt .btn_back a:hover:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/contact_btn-hover.png') no-repeat;
}

/* 1100px */
@media screen and (max-width: 1100px) {

	#btn_cnt .btn_back {
		width: 35.09vw;
		height: 7.63vw;
	}

}

/* 768px */
@media screen and (max-width: 768px) {

	#btn_cnt {
		width: 100%;
		margin-top: 7.8125vw;
	}
	#btn_cnt .btn_back {
		width: 89.86%;
		height: 17.1875vw;
		margin: 0 auto;
	}
	#btn_cnt .btn_back a {
		background: url('../images/contact_btn.png') no-repeat;
		background-size: contain;
	}
	#btn_cnt .btn_back a:hover {
		background: url('../images/contact_btn-hover.png') no-repeat;
		background-size: contain;
	}

}


/* Instagram award */

div.insaward {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

div.insaward dl{
  max-width: 346px;
  padding: 0 10px;
  text-align: center;
  display: flex !important;

}
div.insaward dt{
  max-width: 346px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
div.insaward dd{

}