@charset "utf-8";

/*==============================================

	styling for tsukada
	LastUpdate 2018/02/28

==============================================*/

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,iframe,object,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}

* {
	font-style: normal;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

body {
	background: none;
	width: 100%;
	text-align: justify;
	overflow-x: hidden;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;	
	color: #fff;
	line-height: 1.5;
	background: #f57d7b;
	text-align: center;
}

#wrapper {

}

article {
	background: transparent;
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: opacity .5s;
}

a[href]:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	color: #000;

}

a.ul {
	border-bottom: 1px solid #000;
}

img {
	vertical-align: top;
}

*[data-src],
*[data-bg] {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	transition: opacity .5s;
}

.krnL {
	margin-left: -0.5em;
}

.krnR {
	margin-right: -0.5em;
}

.krnC {
	margin-left: -0.2em;
	margin-right: -0.2em;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.mov {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt>*+* {
	margin-top: 25px;
}

.fsn {
	font-size: 14px;
	line-height: 1.9;
}

.fs12 {
	font-size: 12px;
	line-height: 1.5;
}

.fs16 {
	font-size: 16px;
	line-height: 1.77;
}

.fs18 {
	font-size: 18px;
	line-height: 1.77;
}

.fs24 {
	font-size: 24px;
	line-height: 1.4;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.taj {
	text-align: justify;
}

#header {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	max-height: 1200px;
	overflow: hidden;
}

#header:before {
	position: relative;
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
	z-index: 1;
}

#header .id {
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	margin-top: 9%;
	transform: translateY(-50%);
	z-index: 2;
}

#header .id>span {

	display: inline-block;
	width: 457px;
	font-size: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	overflow: hidden;
}

#header .id>span:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 22%;
}

#header .label {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 2;
}

#header .label>a {
	display: block;
	width: 180px;
	border-radius: 100px;
	background: url(../images/label.png) #ed1e79 no-repeat center center;
	background-size: contain;
}

#header .label>a:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

#body {
	padding: 40px;
}

#nav {
	line-height: 1;
}

#nav>*+* {
	margin-top: 40px;
}

#nav a {
	display: inline-block;
}

#nav .social {
	letter-spacing: -.4em;
}

#nav .social>li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 7px;
}

#nav .link li+li {
	margin-top: 19px;
}

.copyright {
	display: block;
	margin-top: 40px;
	line-height: 1;
}


/* for touch device */

@media only screen and (max-width: 48em){

	#header {
		background-size: cover;
	}

	#header:before {
		padding-top: 130%;
	}

	#header .id {
		top:40px;
	}

	#header .id>span {
		width: 75%;
	}

	#header .label {
		top: auto;
		left: auto;
		right: 10px;
		bottom: 10px;
	}

	#header .label>a {
		width: 150px;
	}

}

