@charset "UTF-8";


/*----------------------------------------------------pc*/
@media (min-width : 769px ){
#top {
	background-image: url(../img/bg02.jpg);
	position: relative;
	color: #FFFFFF;
	text-align: center;
	height: 92vw;
	min-height: 892px;
	max-height: 1360px;
}
#top #en_ttl {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	opacity: 0.2;
}
#top #main_logo {
	width: 20vw;
	background-image: url(../img/bg01.jpg);
	position: absolute;
	top: -60vh;
	left: 15%;
	height: 58vh;
	max-width: 268px;
	-webkit-animation: extend01 1.2s ease-out .4s forwards;
	animation: extend01 1.2s ease-out .4s forwards;
}
@-webkit-keyframes extend01 {
    0% { top: -60vh;} 100% { top: 0;}
}
@keyframes extend01 {
    0% { top: -60vh;} 100% { top: 0;}
}
#top #main_logo a img {
	width: 80%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 62px;
	opacity: 0;
	-webkit-animation: appear01 1s ease-out 2.2s forwards;
	animation: appear01 1s ease-out 2.2s forwards;
}
@-webkit-keyframes appear01 {
    0% { opacity: 0;} 100% { opacity: 1;}
}
@keyframes appear01 {
    0% { opacity: 0;} 100% { opacity: 1;}
}
#top .ptn {
	position: absolute;
	right: -400px;
	max-width: 400px;
	width: 20%;
	top: 17%;
	-webkit-animation: extend02 .6s ease-out 1.4s forwards;
	animation: extend02 .6s ease-out 1.4s forwards;
}
@-webkit-keyframes extend02 {
    0% { right: -400px;} 100% { right: 0;}
}
@keyframes extend02 {
    0% { right: -400px;} 100% { right: 0;}
}
#top #top_slide {
	position: absolute;
	overflow: hidden;
	width: 50%;
	max-width: 816px;
	top: 9%;
	height: 36vw;
	left: 38%;
}
#top #top_slide img {
	display: block;
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: slideAnime 15s ease infinite;
}
#top #top_slide img:nth-of-type(1) {
	animation-delay: 0s
}
#top #top_slide img:nth-of-type(2) {
	animation-delay: 5s
}
#top #top_slide img:nth-of-type(3) {
	animation-delay: 10s
}
@keyframes slideAnime{
   0% { opacity: 0 }
   5% { opacity: 1 }
  33% { opacity: 1 }
  40% { opacity: 0 }
 100% { opacity: 0 }
}	
#top #top_txt {
	width: 100%;
	position: absolute;
	bottom: 20%;
}
#top #top_txt .ttl {
	padding: 10px 0;
	font-size: 1.5em;
	height: 38px;
	margin: 0 auto;
	display: table;
	opacity: 0;
}
#top_txt .ttl img {
	width: 29px;
	display: table-cell;
	vertical-align: middle;
	opacity: 0.4;
}
#top_txt .ttl .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 18px;
	padding-right: 4px;
}
#top #top_txt .tx01 {
	margin: 12px 0;
	line-height: 36px;
	opacity: 0;
}
#top #top_txt .tx02 {
	font-size: 1.3em;
	opacity: 0;
}
#intro {
	padding: 100px 0;
	background-image: url(../img/bg04.jpg);
	height: 100vw;
	position: relative;
	max-height: 1000px;
}
#intro .ttl {
	position: relative;
	height: 180px;
	z-index: 20;
	width: 58%;
	max-width: 600px;
	margin-left: 14%;
}
#intro .ttl .tx_box {
	background-color: #FFFFFF;
	position: absolute;
	height: 120px;
	left: 22%;
	top: 0;
}
#intro .ttl .tx_box .tx {
	position: absolute;
	bottom: 9%;
	left: 22%;
	transition-delay: 0.5s;
}
#intro .ttl .tx_box .tx img {
	width: 29px;
	opacity: 0.3;
	float: left;
	padding-bottom: 16px;
	padding-right: 10px;
}
#intro .ttl .tx_box .tx .jp {
	font-size: 1.5em;
	float: left;
	padding-top: 3px;
}
#intro .ttl .tx_box .tx .en {
	float: left;
}
#intro .intro_link {
	margin: 0 auto;
	width: 80%;
	max-width: 1000px;
	height: 72%;
	position: relative;
}
#intro .intro_link div {
	width: 54%;
	position: absolute;
	z-index: 10;
}
#intro .intro_link .link_a {
	top: 0;
	left: 0;
}
#intro .intro_link .link_b {
	bottom: 0;
	right: 0;
	height: auto;
}
#intro .intro_link div a {
	width: 100%;
	display: block;
	overflow: hidden;
}
#intro .intro_link div a img {
	width: 100%;
	display: block;
	transition: 0.5s;
}
#intro .intro_link div a img:hover {
	transform: scale(1.1, 1.1);
}
#intro .intro_link div p {
	text-align: center;
	color: #FFFFFF;
}
#intro .intro_link div p .title {
	display: block;
	margin: 12px 0 6px;
	font-size: 1.6em;
}
#intro .ptn {
	position: absolute;
	top: 0;
	width: 20vw;
	max-width: 268px;
	left: 50%;
}
#contents {
	width: 80%;
	margin: 0 auto;
	max-width: 1200px;
	padding-bottom: 160px;
}
#contents .ttl {
	position: relative;
	width: 80%;
	margin-bottom: 60px;
	max-width: 700px;
}
#contents .ttl .ptn {
	width: 36%;
	max-width: 240px;
}
#contents .ttl .tx_box {
	background-color: #FFFFFF;
	position: absolute;
	height: 120px;
	top: 30%;
	left: 10%;
}
#contents .ttl .tx_box .tx {
	position: absolute;
	bottom: 9%;
	left: 22%;
	transition-delay: 0.5s;
}
#contents .ttl .tx_box .tx img {
	width: 29px;
	opacity: 0.3;
	float: left;
	padding-bottom: 16px;
	padding-right: 10px;
}
#contents .ttl .tx_box .tx .jp {
	font-size: 1.5em;
	float: left;
	padding-top: 3px;
}
#contents .ttl .tx_box .tx .en {
	float: left;
}
#contents .name_box {
	margin: 30px auto;
	position: relative;
	max-width: 1000px;
}
#contents .name_box dl {
	width: 500px;
}
#contents .name_box dl .ctg {
	width: 100px;
	padding-bottom: 20px;
	float: left;
}
#contents .name_box dl .ctg:first-of-type {
	font-size: 1.4em;
	padding-top: 20px;
}
#contents .name_box dl .cnt {
	width: calc(100% - 100px);
	padding-bottom: 20px;
	float: left;
}
#contents .name_box dl .cnt .jp_name {
	width: 100%;
}
#contents .name_box dl .cnt .jp_name .name_pts {
	float: left;
	text-align: center;
}
#contents .name_box dl .cnt .jp_name .name_pts:first-of-type {
	width: 56px;
}
#contents .name_box dl .cnt .jp_name .name_pts:last-of-type {
	width: 56px;
}
#contents .name_box dl .cnt .jp_name .name_pts .kana {
	display: block;
	font-size: 0.7em;
	letter-spacing: 0px;
}
#contents .name_box dl .cnt .jp_name .name_pts .kanji {
	display: block;
	font-size: 1.4em;
	line-height: 16px;
}
#contents .name_box dl .cnt .en_name {
	font-size: 0.7em;
	margin-left: 6px;
	width: 100%;
}
#contents .name_box img {
	width: 32%;
	position: absolute;
	right: 2%;
	top: -30%;
}
#contents .cnt_box {
	margin: 36px auto;
	line-height: 26px;
	position: relative;
	max-width: 1000px;
}
#contents .cnt_box .title {
}
#contents .cnt_box .cnt {
}
#contents .cnt_box .cnt span {
	font-size: 0.84em;
}
#contents .cnt_box .history_cnt {
	margin-bottom: 36px;
	line-height: 22px;
}
#contents .cnt_box .with_pic {
	margin-bottom: 100px;
}
#contents .cnt_box .history_cnt .date {
	width: 100px;
	float: left;
	height: 100%;
}
#contents .cnt_box .history_cnt .hst_cnt {
	width: calc(100% - 100px);
	float: left;
}
#contents .cnt_box .history_end {
	margin-top: 66px;
}
#contents .cnt_box .photo_box_a,
#contents .cnt_box .photo_box_b,
#contents .cnt_box .photo_box_f {
	position: absolute;
	right: 0%;
	width: 50%;
	height: 24%;
}
#contents .cnt_box .photo_box_d	{
	position: absolute;
	right: 0%;
	width: 50%;
	height: 20%;	
	}
#contents .cnt_box .photo_box_a {
	top: -12%;
}
#contents .cnt_box .photo_box_b {
	top: 10%;
}
#contents .cnt_box .photo_box_a .ptn {
	width: 32%;
	position: absolute;
	top: -20%;
	right: 0%;
}
#contents .cnt_box .photo_box_d {
	top: 60%;
}	
#contents .cnt_box .photo_box_f {
	top: 80%;
}
#contents .cnt_box .photo_box_a .photo01,
#contents .cnt_box .photo_box_b .photo02,
#contents .cnt_box .photo_box_b .photo03,
#contents .cnt_box .photo_box_f .photo07,
#contents .cnt_box .photo_box_f .photo08 {
	position: absolute;
	width: 38%;
}
#contents .cnt_box .photo_box_d .photo05 {
	position: absolute;
	width: 70%;
}
#contents .cnt_box .photo_box_a .photo01 {
	top: 0px;
	right: 20%;
}
#contents .cnt_box .photo_box_b .photo02 {
	top: 0px;
	right: 40%;
}
#contents .cnt_box .photo_box_b .photo03 {
	top: 10%;
	right: 0%;
}
#contents .cnt_box .photo_box_f .photo07 {
	top: 0px;
	right: 40%;
}
#contents .cnt_box .photo_box_f .photo08 {
	top: 10%;
	right: 0%;
}
#contents .cnt_box .photo_box_a .photo01 img,
#contents .cnt_box .photo_box_b .photo02 img,
#contents .cnt_box .photo_box_b .photo03 img,
#contents .cnt_box .photo_box_d .photo05 img,
#contents .cnt_box .photo_box_f .photo07 img,
#contents .cnt_box .photo_box_f .photo08 img {
	width: 100%;
}
#contents .cnt_box .photo_box_a .photo01 p,
#contents .cnt_box .photo_box_b .photo02 p,
#contents .cnt_box .photo_box_b .photo03 p,
#contents .cnt_box .photo_box_c .photo04 p,
#contents .cnt_box .photo_box_d .photo05 p,
#contents .cnt_box .photo_box_f .photo07 p,
#contents .cnt_box .photo_box_f .photo08 p {
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 14px;
}
#contents .cnt_box .photo_box_c {
	position: absolute;
	top: 35%;
	width: 22%;
	left: calc(44% + 136px);
}
#contents .cnt_box .photo_box_d .photo05 {
	top: 0px;
	right: 0%;
}
#contents .cnt_box .photo_box_c .photo04 img {
	width: 100%;
	max-width: 194px;
}
	#contents .cnt_box .photo_box_d .photo05 img {
	width: 100%;
	max-width: 251px;	
}	
}

/*----------------------------------------------------sp*/
@media (max-width : 768px ){
#top {
	width: 100%;
	background-image: url(../img/bg02.jpg);
	position: relative;
	color: #FFFFFF;
	text-align: center;
	height: 156vh;
}
#top #en_ttl {
	position: absolute;
	top: 0;
	left: 0;
	height: 50vh;
	opacity: 0.2;
}
#top #main_logo {
	width: 31vw;
	background-image: url(../img/bg01.jpg);
	position: absolute;
	top: -60vh;
	left: 12%;
	height: 32vh;
	-webkit-animation: extend01 1.2s ease-out .4s forwards;
	animation: extend01 1.2s ease-out .4s forwards;
}
@-webkit-keyframes extend01 {
    0% { top: -60vh;} 100% { top: 0;}
}
@keyframes extend01 {
    0% { top: -60vh;} 100% { top: 0;}
}
#top #main_logo a img {
	width: 80%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 48px;
	opacity: 0;
	-webkit-animation: appear01 1s ease-out 2.2s forwards;
	animation: appear01 1s ease-out 2.2s forwards;
}
@-webkit-keyframes appear01 {
    0% { opacity: 0;} 100% { opacity: 1;}
}
@keyframes appear01 {
    0% { opacity: 0;} 100% { opacity: 1;}
}
#top .ptn {
	position: absolute;
	right: 0;
	max-width: 400px;
	width: 34%;
	top: 22vh;
}
#top #top_slide {
	position: absolute;
	/*overflow: hidden;*/
	width: 70%;
	max-width: 352px;
	top: 30vh;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#top #top_slide img {
	display: block;
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: slideAnime 15s ease infinite;
}
#top #top_slide img:nth-of-type(1) {
	animation-delay: 0s
}
#top #top_slide img:nth-of-type(2) {
	animation-delay: 5s
}
#top #top_slide img:nth-of-type(3) {
	animation-delay: 10s
}
@keyframes slideAnime{
   0% { opacity: 0 }
   5% { opacity: 1 }
  33% { opacity: 1 }
  40% { opacity: 0 }
 100% { opacity: 0 }
}	
#top #top_txt {
	width: 80%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20%;
}
#top #top_txt .ttl {
	padding: 10px 0;
	font-size: 1.2em;
	height: 38px;
	margin: 0 auto;
	display: table;
	opacity: 0;
}
#top_txt .ttl img {
	width: 29px;
	display: table-cell;
	vertical-align: middle;
	opacity: 0.4;
}
#top_txt .ttl .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 18px;
	padding-right: 4px;
}
#top #top_txt .tx01 {
	margin: 12px 0;
	line-height: 36px;
	opacity: 0;
}
#top #top_txt .tx02 {
	font-size: 1.3em;
	opacity: 0;
}
#intro {
	padding: 100px 0;
	background-image: url(../img/bg04.jpg);
	position: relative;
}
#intro .ttl {
	position: relative;
	height: 180px;
	z-index: 20;
	width: 80%;
}
#intro .ttl .tx_box {
	background-color: #FFFFFF;
	position: absolute;
	height: 108px;
	top: 0;
}
#intro .ttl .tx_box .tx {
	position: absolute;
	bottom: 9%;
	left: 22%;
	transition-delay: 0.5s;
}
#intro .ttl .tx_box .tx img {
	width: 29px;
	opacity: 0.3;
	float: left;
	padding-bottom: 16px;
	padding-right: 10px;
}
#intro .ttl .tx_box .tx .jp {
	font-size: 1.5em;
	float: left;
	padding-top: 3px;
}
#intro .ttl .tx_box .tx .en {
	float: left;
}
#intro .intro_link {
	margin: 0 auto;
	width: 70%;
	max-width: 1000px;
	height: 72%;
}
#intro .intro_link div {
	width: 100%;
	z-index: 10;
	margin-bottom: 50px;
}
#intro .intro_link div a {
	width: 100%;
	display: block;
	overflow: hidden;
}
#intro .intro_link div a img {
	width: 100%;
	display: block;
	transition: 0.5s;
}
#intro .intro_link div a img:hover {
	transform: scale(1.1, 1.1);
}
#intro .intro_link div p {
	text-align: center;
	color: #FFFFFF;
}
#intro .intro_link div p .title {
	display: block;
	margin: 12px 0;
	font-size: 1.34em;
}
#intro .ptn {
	position: absolute;
	top: 0;
	right: 12%;
	width: 32vw;
}
#contents {
	margin: 0 auto;
	padding: 100px 0 160px;
	position: relative;
}
#contents .ttl {
	position: relative;
	height: 180px;
	z-index: 20;
	width: 86%;
}
#contents .ttl .ptn {
	width: 54%;
	top: -100px;
	position: absolute;
	right: -10%;
}
#contents .ttl .tx_box {
	background-color: #FFFFFF;
	position: absolute;
	height: 108px;
	top: 0;
}
#contents .ttl .tx_box .tx {
	position: absolute;
	bottom: 9%;
	transition-delay: 0.5s;
	left: 22%;
}
#contents .ttl .tx_box .tx img {
	width: 29px;
	opacity: 0.3;
	float: left;
	padding-bottom: 16px;
	padding-right: 10px;
}
#contents .ttl .tx_box .tx .jp {
	font-size: 1.5em;
	float: left;
	padding-top: 3px;
}
#contents .ttl .tx_box .tx .en {
	float: left;
}
#contents .name_box {
	margin: 36px 0 36px 12%;
	position: relative;
	width: 80%;
}
#contents .name_box dl {
	width: 100%;
}
#contents .name_box dl .ctg {
	width: 100px;
	padding-bottom: 20px;
	float: left;
}
#contents .name_box dl .ctg:first-of-type {
	font-size: 1.4em;
	padding-top: 20px;
}
#contents .name_box dl .cnt {
	width: calc(100% - 100px);
	padding-bottom: 20px;
	float: left;
}
#contents .name_box dl .cnt .jp_name {
	width: 100%;
}
#contents .name_box dl .cnt .jp_name .name_pts {
	float: left;
	text-align: center;
}
#contents .name_box dl .cnt .jp_name .name_pts:first-of-type {
	width: 56px;
}
#contents .name_box dl .cnt .jp_name .name_pts:last-of-type {
	width: 56px;
}
#contents .name_box dl .cnt .jp_name .name_pts .kana {
	display: block;
	font-size: 0.7em;
	letter-spacing: 0px;
}
#contents .name_box dl .cnt .jp_name .name_pts .kanji {
	display: block;
	font-size: 1.4em;
	line-height: 16px;
}
#contents .name_box dl .cnt .en_name {
	font-size: 0.7em;
	margin-left: 6px;
	width: 100%;
}
#contents .name_box img {
	width: 68%;
}
#contents .cnt_box {
	margin: 36px 0 36px 12%;
	line-height: 26px;
	position: relative;
	width: 80%;
}
#contents .cnt_box .title {
}
#contents .cnt_box .cnt {
	margin-bottom: 100px;
}
#contents .cnt_box .cnt span {
	font-size: 0.84em;
}
#contents .cnt_box .history_cnt {
	margin-bottom: 36px;
	line-height: 22px;
}
#contents .cnt_box .history_cnt .date {
	width: 100px;
	float: left;
	height: 100%;
}
#contents .cnt_box .history_cnt .hst_cnt {
	width: calc(100% - 100px);
	float: left;
}
#contents .cnt_box .history_end {
	margin-top: 66px;
}
#contents .cnt_box .photo_box_a,
#contents .cnt_box .photo_box_b,
#contents .cnt_box .photo_box_f {
	width: 100%;
	position: relative;
	height: 80vw;
	margin: 0 auto;
	max-width: 454px;
	max-height: 414px;
}
#contents .cnt_box .photo_box_a {
	top: -12%;
}
#contents .cnt_box .photo_box_b {
	top: 30%;
}
#contents .cnt_box .photo_box_a .ptn {
	width: 38%;
	position: absolute;
	left: 6%;
}
#contents .cnt_box .photo_box_a .photo01,
#contents .cnt_box .photo_box_b .photo02,
#contents .cnt_box .photo_box_b .photo03,
#contents .cnt_box .photo_box_f .photo07,
#contents .cnt_box .photo_box_f .photo08 {
	width: 48%;
	position: absolute;
}
#contents .cnt_box .photo_box_a .photo01 {
	top: 16px;
	right: 16%;
}
#contents .cnt_box .photo_box_b .photo02 {
	top: 0;
	left: 0;
}
#contents .cnt_box .photo_box_b .photo03 {
	top: 10%;
	right: 0;
}

#contents .cnt_box .photo_box_a .photo01 img,
#contents .cnt_box .photo_box_b .photo02 img,
#contents .cnt_box .photo_box_b .photo03 img,
#contents .cnt_box .photo_box_f .photo07 img,
#contents .cnt_box .photo_box_f .photo08 img {
	width: 100%;
}
#contents .cnt_box .photo_box_a .photo01 p,
#contents .cnt_box .photo_box_b .photo02 p,
#contents .cnt_box .photo_box_b .photo03 p,
#contents .cnt_box .photo_box_c .photo04 p,
#contents .cnt_box .photo_box_d .photo05 p,
#contents .cnt_box .photo_box_f .photo07 p,
#contents .cnt_box .photo_box_f .photo08 p {
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 14px;
}
#contents .cnt_box .photo_box_c {
	margin: 0 auto 40px;
	width: 50%;
}
#contents .cnt_box .photo_box_c .photo04 img {
	width: 100%;
	max-width: 194px;
}
#contents .cnt_box .photo_box_d {
	margin: 0 auto 40px;
	width: 50%;
}
#contents .cnt_box .photo_box_d .photo05 img {
	width: 100%;
	max-width: 194px;
}
#contents .cnt_box .photo_box_f .photo07 {
	top: 0;
	left: 0;
}
#contents .cnt_box .photo_box_f .photo08 {
	top: 10%;
	right: 0;
}	
}
