@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
	font-family: "Noto Sans Japanese";
	box-sizing: border-box;
}

.pink { color: #F55574; }

body {
	margin: 0;
	padding: 0;
}

#back {
	width: 94vw;
	background: #7D73B7;
	border-radius: 6.4vw;
	margin: 3vw auto 10vw;
	padding: 10vw 2vw 8vw;
}

h1 {
	width: 78vw;
	margin: 0 auto 10vw;
}
h1 img { width: 100%; }

#wallpaper {
	width: 90vw;
	background: #fff;
	border-radius: 6.4vw;
	padding: 8vw 4vw 14vw;
}

#anchor {
	width: 78vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 16vw auto;
}
#anchor .img {
	width: 14vw;
	position: relative;
}
#anchor .img img { width: 100%; }
#anchor .img::after {
	content: "";
	width: 5.2vw;
	height: 5.2vw;
	background: url("../img/wallpaper/anchor.svg") no-repeat center / 100%;
	position: absolute;
	left: calc(50% - 2.6vw);
	bottom: -7.2vw;
	display: block;
}

#text {
	width: 78vw;
	margin: 0 auto;
	display: block;
}
#text + p {
	width: 78vw;
	font-size: 4.26vw;
	line-height: 8vw;
	margin: 6.4vw auto;
}


.wallpaper {
	width: 82vw;
	padding: 9.6vw 0;
}
.wallpaper h2 {
	width: 100%;
	height: 7.46vw;
	margin: 0 auto 8vw;
}
.wallpaper h2 img {
	height: 7.46vw;
	display: block;
	margin: 0 auto;
}
.wallpaper .contents { width: 82vw; }
.wallpaper .contents img {
	width: 62vw;
	display: block;
	margin: 0 auto;
}
.wallpaper .contents p {
	width: 80vw;
	margin: 5.6vw auto 0;
	line-height: 7.2vw;
	font-size: 4.26vw;
}
.wallpaper a.btn {
	width: 62vw;
	height: 14vw;
	background: url("../img/wallpaper/btn.svg") no-repeat center / 100%;
	display: block;
	margin: 2.4vw auto 0;
}

#close {
	width: 96vw;
	background: #fff;
	text-align: right;
	padding: 1vw 2vw;
	margin-bottom: -0.1vw;
}
#close .close {
	width: 10vw;
	height: 10vw;
	background: #7D73B7;
	border-radius: 50%;
	color: #fff;
	font-size: 120%;
	text-decoration: none;
	text-align: center;
	line-height: 10vw;
	display: inline-block;
}

#wallpaper_block {
	width: 100%;
	height: 100%;
}
#wallpaper_block .img {
	width: 94vw;
	margin: 0 auto;
}
#wallpaper_block img { width: 100%; }

.back_btn {
	width: 48vw;
	display: block;
	margin: 8vw auto 0;
}
.back_btn img { width: 100%; }

.logo_tarako {
	margin: 0 0 0 4vw;
	width: 54vw;
}
.logo_tarako img { width: 100%; }


#footer {
	width: 100%;
	background: #fff;
	border-top: 0.5vw solid rgba(221,221,221,1.0);
	position: relative;
}
#footer .in {
	width: 100%;
	padding: 6vw 0;
}
#footer ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#footer li {
	height: 5vw;
	display: inline-block;
	border-left: 0.25vw solid rgba(74,74,74,1.0);
	margin: 2vw 0;
}

#footer li:nth-of-type(1) { margin-left: 4vw; }
#footer li:nth-of-type(2) { margin-right: 4vw; }

#footer li:nth-of-type(2),
#footer li:nth-of-type(4),
#footer li:nth-of-type(5) { border-right: 0.25vw solid rgba(74,74,74,1.0); }
#footer li a {
	color: rgba(74,74,74,1.0);
	font-size: 3.2vw;
	line-height: 5vw;
	text-decoration: none;
	padding: 0 3.6vw;
}
#footer li.outer a {
	position: relative;
	padding-right: 6vw;
}
#footer li.outer a::before,
#footer li.outer a::after {
	content: '';
	display: block;
	position: absolute;
	width: 1.5vw;
	height: 1.5vw;
	z-index: 1;
}
#footer li.outer a::before {
	border-bottom: 0.25vw solid rgba(0,0,0,1.0);
	border-left: 0.25vw solid rgba(0,0,0,1.0);
	right: 2.75vw;
	top: calc(50% - 0.25vw);
}
#footer li.outer a::after {
	border: 0.25vw solid rgba(0,0,0,1.0);
	right: 2vw;
	top: calc(50% - 1vw);
}
#footer .logo {
	width: 56vw;
	margin: 8vw auto 4vw auto;
}
#footer .logo img { width: 100%; }

#footer address {
	background-color: rgba(228,0,43,1.0);
	color: rgba(255,255,255,1.0);
	font-style: normal;
	text-align: center;
	line-height: 1.0;
	padding: 2vw 0;
	font-size: 2.4vw;
}






