@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: #fff;
}

#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: #001C2B;
}

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;
	background: #001C2B;
}

#mv_area .pg_ttl {
	width: 66.6666666667vw;
	height: 27.9861111111vw;
	max-width: 960px;
	max-height: 403px;
	padding-top: 100px;
	margin: 0 auto;
}

#mv_area .pg_ttl h2{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/special/hellokitty/2026/images/logo.svg) no-repeat;
	background-size: 100%;
	width: 66.6666666667vw;
	height: 21.04166666667vw;
	max-width: 960px;
	max-height: 303px;
	overflow: hidden;
  position: relative;
}

#mv_area .pg_ttl h2:after {
	animation: swipe 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #001C2B;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;	
}

@keyframes swipe {
  100% {
    transform: translateX(100%);
  }
}

#mv_area .main_copy {
	width: 77.7777777778vw;
	margin: 13.3611111111vw auto 0;
	background: #fff;
	padding: 9.7222222222vw;
	color: #000;
	font-size: 1.5277777778vw;
	line-height: 2;
	border-radius: 360px 360px 40px 40px;
	position: relative;
	font-family: "m-plus-rounded-1c", sans-serif;
	font-weight: 400;
}

#mv_area .main_copy:after {
	content: '';
	display: block;
	width: 13.3333333333vw;
	height: 9.25vw;
	background: url(/special/hellokitty/2026/images/kitty.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: -8.25vw;
	left: 50%;
	transform: translateX(-50%);

}

@media screen and (max-width: 940px) {
	#mv_area {
	    width: 100%;
	}

	#mv_area .pg_ttl {
		width: 76.9230769231vw;
		height: 44.1025641025vw;
		margin: 0 auto;
		padding-top: 20.5128205128vw;
	}

	#mv_area .pg_ttl h2{
		background-size: 100%;
		width: 76.9230769231vw;
		height: 23.5897435897vw;
	}

	#mv_area .main_copy {
		width: 89.7435897436vw;
		margin: 20.5128205128vw auto 0;
		background: #fff;
		padding: 10.2564102564vw 4.1025641026vw;
		color: #000;
		font-size: 4.6153846154vw;
		line-height: 1.6;
		border-radius: 100px 100px 24px 24px;
		position: relative;
	}

	#mv_area .main_copy:after {
		content: '';
		display: block;
		width: 20vw;
		height: 13.875vw;
		background: url(/special/hellokitty/2026/images/kitty.svg) no-repeat;
		background-size: 100%;
		position: absolute;
		top: -12.375vw;
		left: 50%;
		transform: translateX(-50%);

	}
}




/* -------------------------------------------- */


#pgWrap h4 {
	font-family: "Nunito", sans-serif;
	font-weight: 900;
	letter-spacing: .05em;
	font-size: 3.3333333333vw;
	line-height: 1;
    width: 36.1111111111vw;
    text-align: center;
    padding: 40px 0;
    margin: 0 auto 40px;
    position: relative;
    border-radius: 40px;
    background: #D41622;
}

#pgWrap ul.item_list {
    width: 77.7777vw;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	font-family: 'Roboto', sans-serif;
}

#pgWrap .item_list p {
	font-family: 'Roboto', sans-serif;
}

#pgWrap ul.item_list li {
	position: relative;
	line-height: 2.2222;
    margin-bottom: 80px;
    border-radius: 40px;
}

#pgWrap ul.item_list li p.att {
	color: #fff;
	font-size: 1.1111111111vw;
}

#pgWrap .pg_copy {
	width: 77.7777vw;
	font-size: 1.5277777778vw;
	line-height: 2.1818181818;
	text-align: center;
	margin: 0 auto 80px;
}

#pgWrap ul li p {
	padding: 20px 20px 40px;
}

#pgWrap ul.item_list li img {
	width: 100%;
	border-radius: 40px;
}

#pgWrap ul.item_list li p {
	display: inline-block;
	text-align: left;
	line-height: 2.2222;
}

.open {
	position: absolute;
    width: 2.777777778vw;
    height: 2.777777778vw;
    z-index: 5;
    right: 1.388888889vw;
    top: 1.388888889vw;
    cursor: pointer;
    transform: rotateZ(0deg);
}

.open:hover {
	opacity: 1;
    transform: rotateZ(180deg);
    transition: .2s;
}

.item_card .credit {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 3.6199vw;
    opacity: 0;
    transition: opacity .7s cubic-bezier(0.26, 0.63, 0, 0.99) .1s;
    pointer-events: none;
    color: #fff;
    text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.item_card .credit:before {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 28, 43, .7);
    content: "";
    opacity: 0;
    transition: opacity .7s cubic-bezier(0.26, 0.63, 0, 0.99) .1s;
    pointer-events: none;
    border-radius: 40px;
}

.item_card.on .credit {
	opacity: 1;
    transition: opacity .7s cubic-bezier(0.26, 0.63, 0, 0.99) .1s;
    pointer-events: all;
}

.item_card.on .credit:before {
	opacity: 1;
}

.item_card.on .open {
	opacity: 0;
    pointer-events: none;
}

.item_card .close {
	opacity: 0;
    position: absolute;
    right: 1.388888889vw;
    top: 1.388888889vw;
    z-index: 5;
    width: 2.777777778vw;
    height: 2.777777778vw;
    background-image: url(/special/hellokitty/2026/images/icon_close.svg);
    transform: rotateZ(45deg);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
    transition: .2s;
}

.item_card .credit .close {
	cursor: none;
    pointer-events: none;
}

.item_card.on .credit .close {
	opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.item_card.on .credit .close:hover {
	opacity: .7;
    transition: .2s;
}

.item_card .credit .credit_info {
	z-index: 4;
    font-size: 1.041666667vw;
}

.item_card .credit li {
	line-height: 2.1333333333 !important;
	margin-bottom: 0 !important;
	width: auto !important;
}



@media screen and (max-width: 940px) {

	#pgWrap h4 {
		font-size: 7.1794871795vw;
	    width: 73.8461538462vw;
	    margin: 0 auto 40px;
	    padding: 5.641025641vw 0;
	    border-radius: 20px;
	}

	#pgWrap .pg_copy {
		width: 89.7435897436vw;
		text-align: left;
		margin: 60px auto 80px;
	}

	#pgWrap .pg_copy p {
		font-size: 4.102564103vw;
		line-height: 2;
	}

	#pgWrap ul.item_list {
	    width: 100vw;
		margin: 0 auto;
		display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
		font-family: 'Roboto', sans-serif;
	}

	#pgWrap #item_sec1 ul.item_list li {
		width: 100%;
	}

	#pgWrap ul.item_list li.col1 {
		width: 100vw;
		margin-left: 0;
	}

	#pgWrap ul.item_list li.wide img {
		width: 150%;
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%);
	}

	#pgWrap .item_list p {
		font-family: 'Roboto', sans-serif;
	}

	#pgWrap ul.item_list li {
		position: relative;
		line-height: 2.2222;
	    margin-bottom: 40px;
	    width: 100%;
	}

	#pgWrap ul li p {
		padding: 20px 20px 40px;
	}

	#pgWrap ul.item_list li img {
		width: 100%;
	    border-radius: 24px;
	}

	#pgWrap ul.item_list li p {
		display: inline-block;
		text-align: left;
		line-height: 2.2222;
	}

	#pgWrap ul.item_list li p.att {
		color: #fff;
		font-size: 3.07692307692vw;
	}

	#pgWrap #item_sec1 ul.item_list_main {
		padding-top: 0;		
		width: 89.7435897436vw;
	}

	#pgWrap #item_sec1 ul.item_list_main:after {
		width: 100vw;
		height: 67.69230769vw;
		right: 0;
		bottom: -37vw;
	}


	.open {
	    width: 7.6923076923vw;
	    height: 7.6923076923vw;
	    right: 3.128205128vw;
	    top: 3.128205128vw;
	}

	.item_card.on .credit .close {
	    position: absolute;
	    right: 3.128205128vw;
	    top: 3.128205128vw;
	    width: 7.6923076923vw;
	    height: 7.6923076923vw;
	}

	.item_card .credit {
		padding: 6.25641026vw 5.128205128vw;
	}

	.item_card .credit:before {
		border-radius: 24px;
	}

	.item_card .credit .credit_info {
		z-index: 4;
	    font-size: 3.333333333vw;
	}
}


/* -------------------------------------------- */

/*******************
item_sec1
*******************/

#item_sec1 {
	color: #fff;
	background: #001C2B;
	position: relative;
	padding-top: 120px;
	padding-bottom: 80px;
}

#pgWrap #item_sec1 ul.item_list li {
	width: 100%;
}



@media screen and (max-width: 940px) {
	#pgWrap #item_sec1 {
		padding-top: 20.5128205128vw;
		padding-bottom: 40px;
	}

	#pgWrap #item_sec1 ul {
		width: 89.7435897436vw;
	}

	#pgWrap #item_sec1 ul.item_list li.col1 {
		width: 100%;
		margin-left: 0;
	}
}








/*******************
item_sec2
*******************/

#item_sec2 {
	font-size: 1.1111vw;
	text-align: center;
	padding: 80px 0;
	color: #000;
	background: #001C2B;
	position: relative;
}

#pgWrap #item_sec2 h4 {
	color: #fff;
	position: relative;
}

#pgWrap #item_sec2 ul.item_list li {
	position: relative;
	width: 36.1111111111vw;
}

#pgWrap #item_sec2 ul.item_list li.col1 {
	width: 100%;
}

#pgWrap #item_sec2 ul.item_list li.icon1:after {
	content: '';
	background: url(../images/kitty2.svg) no-repeat;
	display: block;
	width: 13.3333333333vw;
	height: 14.04277777778vw;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 80px;
}

#pgWrap #item_sec2 ul.item_list li.colatt1 .credit {
	height: 36.1111111111vw;
}

#pgWrap #item_sec2 ul.item_list li.colatt2 .credit {
	height: 103.6110075vw;
}



@media screen and (max-width: 940px) {

	#item_sec2 {
		padding: 0 0 40px;
	}

	#pgWrap #item_sec2 ul.item_list {
		justify-content: center;
		width: 89.7435897436vw;
		padding: 0;
	}

	#pgWrap #item_sec2 ul.item_list li {
		position: relative;
		width: 100%;
	}

	#pgWrap #item_sec2 ul.item_list li.colatt1 .credit {
		height: 89.7435897436vw;
	}

	#pgWrap #item_sec2 ul.item_list li.colatt2 .credit {
		height: 119.5512820513vw;
		padding: 2.25641026vw 5.128205128vw;
	}
 }


/* -------------------------------------------- */


/*******************
item_sec3
*******************/

#item_sec3 {
	font-size: 1.1111vw;
	text-align: center;
	padding-top: 0;
	padding-bottom: 160px;
	position: relative;
	background: #001C2B;
}

#pgWrap #item_sec3 h4 {
	background: transparent;
	color: #001C2B;
	background: #fff;
}

#pgWrap #item_sec3 ul.item_list li.icon1:after {
	content: '';
	background: url(../images/kitty5.svg) no-repeat;
	display: block;
	width: 13.3333333333vw;
	height: 8.01484446442vw;
	background-size: 100%;
	position: absolute;
	bottom: -0.5vw;
	left: 80px;
}

#pgWrap #item_sec3 ul.item_list li.col1 {
	width: 100%;
}

#pgWrap #item_sec3 ul.item_list li.large {
	width: 44.4444444444vw;
}

#pgWrap #item_sec3 ul.item_list li.small {
	width: 27.7777777778vw;
	align-self: flex-end;
}

@media screen and (max-width: 940px) {

	#item_sec3 {
		background-size: auto 100%;
		padding-bottom: 120px;
	}

	#pgWrap #item_sec3 ul {
		width: 89.7435897436vw;
	}

	#pgWrap #item_sec3 ul.item_list li.col1 {
		width: 100%;
		margin-left: 0;
	}

	#pgWrap #item_sec3 ul.item_list li.large {
		width: 100%;
	}

	#pgWrap #item_sec3 ul.item_list li.small {
		width: 100%;
	}

	#pgWrap #item_sec3 ul.item_list li:nth-child(1) {
		order: 1;
	}

	#pgWrap #item_sec3 ul.item_list li:nth-child(2) {
		order: 2;
	}

	#pgWrap #item_sec3 ul.item_list li:nth-child(3) {
		order: 3;
	}

	#pgWrap #item_sec3 ul.item_list li:nth-child(4) {
		order: 5;
	}

	#pgWrap #item_sec3 ul.item_list li:nth-child(5) {
		order: 4;
	}

	#pgWrap #item_sec3 ul.item_list li:nth-child(6) {
		order: 6;
	}

	#pgWrap #item_sec3 ul.item_list li:nth-child(7) {
		order: 7;
	}

	#pgWrap #item_sec3 ul.item_list li.icon1:after {
		content: '';
		background: url(../images/kitty5.svg) no-repeat;
		display: block;
		width: 20vw;
		height: 12.02226669663vw;
		background-size: 100%;
		position: absolute;
		bottom: -1vw;
		left: 40px;
	}
}



/*******************
item_sec4
*******************/

#item_sec4 {
	font-size: 1.1111vw;
	text-align: center;
	padding-top: 160px;
	padding-bottom: 240px;
	position: relative;
	background: #D41622;
	border-radius: 160px 160px 0 0;
	margin-top: -160px;
}

#pgWrap #item_sec4 h4 {
	background: transparent;
	color: #001C2B;
	background: #fff;
}

#pgWrap #item_sec4 ul.item_list li.col1 {
	width: 100%;
}

#pgWrap #item_sec4 ul.item_list li.large {
	width: 44.4444444444vw;
}

#pgWrap #item_sec4 ul.item_list li.small {
	width: 27.7777777778vw;
	align-self: flex-end;
}

#pgWrap #item_sec4 ul.item_list li.icon1:after {
	content: '';
	background: url(../images/kitty3.svg) no-repeat;
	display: block;
	width: 13.3333333333vw;
	height: 13.6589047603vw;
	background-size: 100%;
	position: absolute;
	top: -13.6589047603vw;
	right: 80px;
}

#item_sec4 a {
	transition: opacity 0.3s ease-out;
}

#item_sec4 a:hover {
	opacity: .7;
	transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 940px) {

	#item_sec4 {
		padding-top: 80px;
		padding-bottom: 160px;
		border-radius: 80px 80px 0 0;
		margin-top: -80px;
	}

	#pgWrap #item_sec4 ul {
		width: 89.7435897436vw;
	}

	#pgWrap #item_sec4 ul.item_list li.col1 {
		width: 100%;
		margin-left: 0;
	}

	#pgWrap #item_sec4 ul.item_list li.large {
		width: 100%;
	}

	#pgWrap #item_sec4 ul.item_list li.small {
		width: 100%;
	}

	#pgWrap #item_sec4 ul.item_list li:nth-child(1) {
		order: 1;
	}

	#pgWrap #item_sec4 ul.item_list li:nth-child(2) {
		order: 2;
	}

	#pgWrap #item_sec4 ul.item_list li:nth-child(3) {
		order: 3;
	}

	#pgWrap #item_sec4 ul.item_list li:nth-child(4) {
		order: 5;
	}

	#pgWrap #item_sec4 ul.item_list li:nth-child(5) {
		order: 4;
	}

	#pgWrap #item_sec4 ul.item_list li:nth-child(6) {
		order: 6;
	}

	#pgWrap #item_sec4 ul.item_list li:nth-child(7) {
		order: 7;
	}

	#pgWrap #item_sec4 ul.item_list li.icon1:after {
		content: '';
		display: none;
	}

	#pgWrap #item_sec4 ul.item_list li.icon2 {
		margin-top: 20.4883571404vw;
	}

	#pgWrap #item_sec4 ul.item_list li.icon2:after {
		content: '';
		background: url(../images/kitty3.svg) no-repeat;
		display: block;
		width: 20vw;
		height: 20.4883571404vw;
		background-size: 100%;
		position: absolute;
		top: -20.4883571404vw;
		right: 40px;
	}
}


/*******************
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;
}

#pgWrap #item_sec5 h4 {
	background: transparent;
	color: #001C2B;
	background: #fff;
}

#item_sec5 .shop_detail {
	padding: 9.7222222222vw;
	color: #000;
	font-size: 1.5277777778vw;
	line-height: 2;
	border-radius: 360px 360px 40px 40px;
	background: #fff;
	width: 77.7777777778vw;
	margin: 0 auto;
	font-family: "m-plus-rounded-1c", sans-serif;
	font-weight: 400;
	position: relative;
}

#item_sec5 .shop_detail div {
	/* width: 58.3333333333vw; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 64px;
}

#item_sec5 .shop_detail div img.icon {
	width: 16.6666666667vw;
}

#item_sec5 .shop_detail div p {
	width: 37.2222222222vw;
}

#item_sec5 .shop_detail div.shop_info p {
	width: 48%;
}

#item_sec5 .shop_detail img.limited {
	border-radius: 20px;
	width: 100%;
}

#item_sec5 .shop_detail .novelty {
	position: relative;
	margin-bottom: 0;
}

#item_sec5 .shop_detail .novelty p {
	position: absolute;
	border-radius: 50%;
	color: #fff;
	background: #e71e13;
	font-family: "Nunito", sans-serif;
	text-align: center;
	width: 8.3333333333vw;
	height: 8.3333333333vw;
	top: -6vw;
	left: -6vw;
	font-size: 1.4111111111vw;
	line-height: 1.2;
	font-weight: 900;
	padding-top: 2.5vw;
}

@media screen and (max-width: 940px) {
	#item_sec5 {
		color: #000;
		padding-top: 80px;
		padding-bottom: 160px;
		border-radius: 80px 80px 0 0;
	}

	#item_sec5 .shop_detail {
		width: 89.7435897436vw;
		margin: 20.5128205128vw auto 0;
		background: #fff;
		padding: 10.2564102564vw 0;
		color: #000;
		font-size: 4.6153846154vw;
		line-height: 1.6;
		border-radius: 100px 100px 24px 24px;
		position: relative;
	}

	#item_sec5 .shop_detail div {
		justify-content: center;
		width: 77.4358974359vw;
		margin: 0 auto 40px;
	}

	#item_sec5 .shop_detail div img.icon {
		width: 25.641025641vw;
		height: 39.9564102564vw;
		margin-bottom: 40px;
	}

	#item_sec5 .shop_detail div p {
		width: 100%;
	}

	#item_sec5 .shop_detail div p:first-child {
		margin-bottom: 20px;
	}

	#item_sec5 .shop_detail div.shop_info p {
		width: 100%;
	}

	#item_sec5 .shop_detail img.limited {
		width: 77.4358974359vw;
		margin: 0 auto;
		display: block;
		border-radius: 24px;
	}

	#item_sec5 .shop_detail .novelty {
		margin-top: 80px;
		position: relative;
		margin-bottom: 0;
	}

	#item_sec5 .shop_detail .novelty p {
		width: 40.5128205128vw;
		height: 16.5128205128vw;
		font-size: 4.6153846154vw;
		padding-top: 3.3vw;
		top: -12.5vw;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 40px;
	}
}


/*******************
item_sec6
*******************/

#item_sec6 {
	color: #000;
	background: #FF3F6E;
	padding-top: 160px;
	padding-bottom: 320px;
	margin-top: -160px;
	border-radius: 160px 160px 0 0;
	position: relative;
}

#item_sec6 h4 {
	background: #000;
	color: #fff;
}

#pgWrap #item_sec6 ul.item_list li.large {
	width: 44.4444444444vw;
}

#pgWrap #item_sec6 ul.item_list li.small {
	width: 27.7777777778vw;
	align-self: flex-end;
}

#pgWrap #item_sec6 .link_area {
	margin: 0 auto;
}

#pgWrap #item_sec6 .link_area a.btn {
	width: 37.5vw;
	background: #fff;
	border-radius: 24px;
    display: block;
    padding: 2.6736111111vw 0;
    font-size: 1.9444444444vw;
    color: #000 !important;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
	position: relative;
	font-family: "m-plus-rounded-1c", sans-serif;
	font-weight: 700;
	box-shadow: 0px 8px 0px 0px #001C2B;
}

#pgWrap #item_sec6 .link_area a {
	text-decoration: none !important;
	transition: 0.3s ease-out;
}

#pgWrap #item_sec6 .link_area a.btn:after {
    content: '';
    background: url(/special/hellokitty/2026/images/link_btn_ar.svg) no-repeat;
    background-size: 100%;
    width: 1.4583333333vw;
    height: 2.2034722222vw;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

#pgWrap #item_sec6 .link_area a.btn:hover {
	transition: 0.3s ease-out;
	background: #001C2B;
	box-shadow: 0px 8px 0px 0px #fff;
	color: #fff !important;
}

#pgWrap #item_sec6 .link_area a.btn:hover:after {
    content: '';
    background: url(/special/hellokitty/2026/images/link_btn_ar_w.svg) no-repeat;
    background-size: 100%;
    width: 1.4583333333vw;
    height: 2.2034722222vw;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

#pgWrap #item_sec6 .link_area p {
	width: 47.5vw;
	background: #fff;
	border-radius: 24px;
    display: block;
    padding: 2.6736111111vw 0;
    font-size: 1.9444444444vw;
    color: #000 !important;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
	position: relative;
	font-family: "m-plus-rounded-1c", sans-serif;
	font-weight: 700;
	box-shadow: 0px 8px 0px 0px #001C2B;
}


@media screen and (max-width: 940px) {
	#item_sec6 {
		padding-top: 80px;
		padding-bottom: 160px;
		margin-top: -80px;
		border-radius: 80px 80px 0 0;
		position: relative;
	}

	#pgWrap #item_sec6 ul.item_list {
		width: 89.7435897436vw;
	}

	#pgWrap #item_sec6 ul.item_list li.large {
		width: 100%;
	}

	#pgWrap #item_sec6 ul.item_list li.small {
		width: 100%;
	}

	#pgWrap #item_sec6 .link_area {
	    margin: 0 auto;
	    width: 100vw;
	    padding: 10.2564vw 0 20.5128vw;
	}

	#pgWrap #item_sec6 .link_area a.btn {
		width: 89.7435897436vw;
	    padding: 6.1538461538vw 0;
		font-size: 5.1282051282vw;
	    line-height: 1;
	}

	#pgWrap #item_sec6 .link_area a.btn:after {
	    content: '';
	    width: 3.4897435897vw;
	    height: 5.2743589744vw;
	    display: inline-block;
	    right: 5.2564102564vw;
	}

	#pgWrap #item_sec6 .link_area p {
		width: 89.7435897436vw;
	    padding: 6.1538461538vw 0;
		font-size: 5.1282051282vw;
	    line-height: 1;
	}
}




/*******************
item_sec7
*******************/

#item_sec7 {
	color: #000;
	background: #fff;
	padding-top: 160px;
	padding-bottom: 160px;
	margin-top: -160px;
	border-radius: 160px 160px 0 0;
	position: relative;
}

#item_sec7 img {
	width: 25vw !important;
	margin-bottom: 160px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#item_sec7 p.copyright {
	text-align: center;
	font-size: 1.25vw;
	font-family: Nunito, sans-serif;
}

@media screen and (max-width: 940px) {
	#item_sec7 {
		padding: 80px 0 40px;
		border-radius: 80px 80px 0 0;
	}

	#item_sec7 img {
		width: 36.9230769231vw !important;
		margin-bottom: 80px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	#item_sec7 p.copyright {
		text-align: center;
		font-size: 3.3333333333vw;
	}
}





.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);
}





