@charset "UTF-8";

@import url("https://use.typekit.net/uax0rmf.css");

/*******************
Initial setting
*******************/
html{overflow: auto;}
body {overflow: hidden;}

#pgWrap *{-webkit-box-sizing: border-box;box-sizing: border-box;}
#pgWrap { margin-bottom: 30px;}
@media screen and (min-width: 940px) { #pgWrap{margin-bottom:20px;}}
#pgWrap img{
	border:none;
    height: auto;
	width: 100%;vertical-align: top;}
#pgWrap img[src$=".svg"] {
    width: 100%;

}

#pgWrap ul{list-style-type:none;}

#pgWrap a {
	text-decoration: underline;
	color: #000;
}

#pgWrap a:hover {
	text-decoration: none;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}




/*******************
Layout
*******************/
body {overflow-y: scroll;}
#pgWrap{
	padding: 0;
	margin-bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	padding-top: 100px;
	color: #000;
	font-weight: 500;
}

#pgWrap #pgContainer{
	width: 100%;
	margin: 0 auto;
  background: #fff;
}

a:hover img {opacity:.8;transition: opacity 0.3s ease-out;}
p a:hover {opacity:.8;transition: opacity 0.3s ease-out;}

@media screen and (min-width: 940px) {
	.sp {
		display: none !important;
	}

	.pc_br:before {
		content: "\A" ;
		white-space: pre ;
	}
}


@media screen and (max-width: 940px) {
	#pgWrap{
		font-size: 3.4666vw;
		padding-top: 21.3333333333%;
	}
	.pc {
		display: none !important;
	}
	#pgWrap #pgContainer{
	margin: 0 auto;
	}
	.sp_br:before {
		content: "\A" ;
		white-space: pre ;
	}
}

/*******************
mv
*******************/

#mv_area {
	text-align: center;
	position: relative;
	width: 100%;
	background: #fff;
}

#mv_area h2 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 0;
}

#mv_area video {
	width: 100%;
	height: 56.25vw;
}

#mv_area .pg_ttl {
	width: 89.7435897436vw;
	margin: 60px auto;
	font-size: 1.3888888889vw;
  line-height: 2;
}

@media screen and (max-width: 940px) {
	#mv_area {
	    width: 100%;
	}

	#mv_area .pg_ttl {
		font-size: 3.6vw;
		text-align: left;
		margin: 30px auto 100px;
		width: 84vw;
	}

	#mv_area video{
		height: 177.7777777778vw;
	}
}





/* -------------------------------------------- */

/*******************
item_sec1
*******************/

#item_sec1 {
	position: relative;
	padding-top: 60px;
	padding-bottom: 120px;
  width: 89.7435897436vw;
  margin: 0 auto;
  text-align: center;
}

#item_sec1 .title {
	font-size: 2.08333333333vw;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 40px;
}

#item_sec1 .item_copy {
	font-size: 1.3888888889vw;
  line-height: 2;
}



@media screen and (max-width: 940px) {
	#item_sec1 {
		padding-top: 0;
		padding-bottom: 120px;
		text-align: left;
		width: 84vw;
	}

	#item_sec1 .title {
		font-size: 7.2vw;
		line-height: 1.6;
		font-weight: 700;
		margin-bottom: 30px;
	}

	#item_sec1 .item_copy {
		font-size: 4.8vw;
	  line-height: 2;
	}
}








/*******************
item_sec2
*******************/

#item_sec2 {
  width: 77.77777vw;
  margin: 0 auto;
  margin-bottom: 120px;
}

#item_sec2 .topics {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 160px;
}

#item_sec2 .topics img {
	width: 50%;
	align-self: flex-start;
}

#item_sec2 .topics .text-box {
	width: 45%;
	align-self: flex-end;
}

.topics .text-box h5 {
	color: #fc2424;
	font-family: "trade-gothic-next-condensed", sans-serif;
	font-weight:700;
	font-size: 3.4722222222vw;
	letter-spacing: 0.25rem;
	margin-bottom: 40px;
}

.topics .topics_ttl {
	font-size: 1.9444444444vw;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}

.topics .topics_txt {
	font-size: 1.3888888889vw;
  line-height: 2;
}

#item_sec2 .topics.wide {
	display: block;
	margin-bottom: 120px;
}

#item_sec2 .topics.wide img {
	width: 70%;
	margin: 0 15% 40px;
}

#item_sec2 .topics.wide .text-box {
	width: 100%;
}

#item_sec2 .topics .item_detail{
	width: 69.4444444444vw;
	margin: 80px auto 0;
}

#item_sec2 .topics .item_detail li {
	margin-bottom: 40px;
}

#item_sec2 .topics .item_detail li .topics_ttl {
	font-family: "trade-gothic-next-condensed", sans-serif;
}

#item_sec2 .topics .item_detail li .topics_txt {
	font-size: 1.25vw;
}

#item_sec2 .topics.last img {
	order: 1;
}

#item_sec2 .topics.last .item_detail {
	order: 2;
}


@media screen and (max-width: 940px) {

	#item_sec2 {
		width: 84vw;
		margin-bottom: 90px;
	}

	#item_sec2 .topics {
		margin-bottom: 80px;
	}

	#item_sec2 .topics img {
		width: 100%;
		align-self: flex-start;
		margin-bottom: 30px;
	}

	#item_sec2 .topics .text-box {
		width: 100%;
		align-self: flex-end;
	}

	.topics .text-box h5 {
		color: #fc2424;
		font-family: "trade-gothic-next-condensed", sans-serif;
		font-weight:700;
		font-size: 6.9333333333vw;
		letter-spacing: 0.25rem;
		margin-bottom: 20px;
	}

	.topics .topics_ttl {
		font-size: 4.8vw;
		font-weight: 700;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.topics .topics_txt {
		font-size: 4.2666666667vw;
	  line-height: 2;
	}

	#item_sec2 .topics.wide img {
		width: 100%;
		margin: 0 0 30px;
	}

	#item_sec2 .topics .item_detail {
		width: 100%;
		margin-top: 40px;
	}

	#item_sec2 .topics .item_detail li {
		width: 100%;
		margin-bottom: 30px;
	}

	#item_sec2 .topics .item_detail li .topics_ttl {
		margin-bottom: 5px;
	}

	#item_sec2 .topics .item_detail li .topics_txt {
		font-size: 3.7333333333vw;
	}

	#item_sec2 .topics.wide {
		margin-bottom: 50px;
	}

	#item_sec2 .topics.last img {
		order: 0;
	}

	#item_sec2 .topics.last .item_detail {
		order: 1;
	}
 }


/* -------------------------------------------- */


/*******************
item_sec3
*******************/

#item_sec3 {
  width: 77.77777vw;
  margin: 0 auto;
  margin-bottom: 120px;
}

#item_sec3 h5 {
	font-size: 2.08333333333vw;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

#item_sec3 .uv_txt {
	font-size: 1.3888888889vw;
  line-height: 2;
  margin-bottom: 80px;
  text-align: center;
}

#item_sec3 .items {
	width: 50%;
	margin: 0 auto 80px;
	font-family: "trade-gothic-next", sans-serif;
}

#item_sec3 .items img {
	margin-bottom: 20px;
}

#item_sec3 .items .item_info {
	font-size: 1.25vw;
	line-height: 1.6;
}

#item_sec3 .profile {
	width: 44.8717948718vw;
	margin: 0 auto;
}

#item_sec3 .profile .name_area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

#item_sec3 .profile .name_area .name {
	font-family: "trade-gothic-next-condensed", sans-serif;
	font-weight: 700;
	font-size: 2.5vw;
}

#item_sec3 .profile .name_area img {
	width: 40px;
	height: 40px;
}

#item_sec3 .profile .profile_txt {
	font-size: 1.3888888889vw;
  line-height: 2;
}


@media screen and (max-width: 940px) {

	#item_sec3 {
		width: 100vw;
	}

	#item_sec3 h5 {
		font-size: 4.8vw;
	  line-height: 1.6;
	  font-weight: 700;
	  margin-top: 40px;
	  margin-bottom: 40px;
	  text-align: center;
	}

	#item_sec3 .uv_txt {
		width: 84vw;
		font-size: 4.2666666667vw;
	  line-height: 2;
	  margin: 0 auto 20px;
	  text-align: left;
	}

	#item_sec3 .items {
		width: 100%;
	}

	#item_sec3 .items .item_info {
		width: 84vw;
		font-size: 2.9333333333vw;
		line-height: 1.6;
		margin: 0 auto;
	}

	#item_sec3 .profile {
		width: 84vw;
	}

	#item_sec3 .profile .name_area .name {
		font-size: 7.2vw;
	}

	#item_sec3 .profile .name_area img {
		width: 30px;
		height: 30px;
	}

	#item_sec3 .profile .profile_txt {
		font-size: 3.7333333333vw;
	}
}



/*******************
item_sec4
*******************/

#item_sec4 {
	margin: 0 auto;
	font-size: 1.25vw;
	padding-bottom: 120px;
	position: relative;
}

#item_sec4 h4 {
	text-align: center;
	color: #fc2424;
	font-family: "trade-gothic-next-condensed", sans-serif;
	font-weight:700;
	font-size: 4.4444444444vw;
	letter-spacing: 0.25rem;
	margin-bottom: 80px;
}

#item_sec4 .item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  width: 77.77777vw;
  margin: 0 auto;;
}

#item_sec4 .item_list li {
	width: 46%;
	margin-bottom: 40px;
	line-height: 1.6;
	font-family: "trade-gothic-next-condensed", sans-serif;
	font-weight: 700;
}

#item_sec4 .item_list li img {
	width: 100%;
	margin-bottom: 20px;
}


@media screen and (max-width: 940px) {

	#item_sec4 {
		font-size: 4.2666666667vw;
		padding-bottom: 80px;
	}

	#item_sec4 h4 {
		font-size: 13.3333333333vw;
		margin-bottom: 40px;
	}

	#item_sec4 .item_list {
		width: 89.3333333333vw;
	}

	#item_sec4 .item_list li {
		width: 46.4%;
	}
}


/*******************
item_sec5
*******************/

#item_sec5 {
	color: #000;
	background: #001C2B;
	padding-top: 160px;
	padding-bottom: 320px;
	margin-top: -160px;
	border-radius: 160px 160px 0 0;
	position: relative;
}

@media screen and (max-width: 940px) {
	#item_sec5 {
		color: #000;
		padding-top: 80px;
		padding-bottom: 160px;
		border-radius: 80px 80px 0 0;
	}
}







.pg_attention {
	font-size: 16px;
    line-height: 2;
    text-align: center;
    padding: 100px 0;
    background: #fff;
    color: #000;
	border-bottom: 1px solid #ddd;
}

.pg_attention a {
	color: #000 !important;
}


#pgWrap .fadein {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#pgWrap .fadein.scrollin {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}




.link_area {
	background: #fff;
	margin: 0 auto;
	padding: 0 0 120px;
}

.link_area a.btn {
	width: 47.2222vw;
	background: #fc2424;
    display: block;
    padding: 1.6666vw 0;
    font-size: 22px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
	position: relative;
	letter-spacing: 0.1rem;
}

.link_area a {
	text-decoration: none !important;
}

.link_area a.btn:after {
    content: '';
    background: url(/special/erikaharauv/2026spring/images/link_btn_ar.png) no-repeat;
    background-size: 100%;
    width: 0.8333vw;
    height: 1.3888vw;
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 40%;
}

.link_area a.btn:hover {opacity:.7;transition: opacity 0.3s ease-out;}

@media screen and (max-width: 940px) { 
	.link_area {
	    margin: 0 auto;
	    width: 100vw;
	    padding: 0 0 20.5128vw;
	}

	.link_area a.btn {
		width: 86vw;
	    padding: 5.3333vw 0;
		font-size: 3.7333vw;
	    line-height: 1;
	    color: #fff;
	}

	.link_area a.btn:after {
	    content: '';
	    background: url(/special/erikaharauv/2026spring/images/link_btn_ar.png) no-repeat;
	    background-size: 100%;
	    width: 2.4vw;
	    height: 4.1333vw;
	    display: inline-block;
	    position: relative;
	    right: -3vw;
	    top: 0.8vw;
	}
}




