@charset "utf-8";

body {min-width: 1366px;}
@media (max-width: 768px){
body {min-width: 100%;}
}


/* ------------------------------------------------------- */
/* INDEX
---------------------------------------------------------- */
#index {
	width: 100%;
	height: 830px;
	position: relative;
	}

@media (max-width: 768px){
#index {
	height: auto;
	background: url(../images/common/bg_contents.png);
	background-size: 58px 57px;
	border-bottom: 1px solid #ededed;
	padding: 55px 0 0 0;
	}

header {
	border-bottom: none;
	}
}


/* ------------------------------------------------------- */
/* メインビジュアル
---------------------------------------------------------- */
#main {
	width: 100%;
	border-left: 40px solid #fff;
	border-right: 40px solid #fff;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	}

#main .mainimg {
	height: 830px;
}

#main .mainimg .mainimg1 {background: url(../images/top/mainimg.jpg) no-repeat top center / cover;}
#main .mainimg .mainimg2 {background: url(../images/top/mainimg2.jpg) no-repeat top center / cover;}
#main .mainimg .mainimg3 {background: url(../images/top/mainimg3.jpg) no-repeat top center / cover;}


@media (max-width: 768px){
#main {
	border-bottom: 40px solid #fff;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	position: static;
}

#main .mainimg {
	height: auto;
}

#main .mainimg .image {
	padding: 150% 0 0 0;
}

#main .mainimg .mainimg1 {background: url(../images/top/mainimg_sp.jpg) no-repeat top center / cover;}
#main .mainimg .mainimg2 {background: url(../images/top/mainimg2_sp.jpg) no-repeat top center / cover;}
#main .mainimg .mainimg3 {background: url(../images/top/mainimg3_sp.jpg) no-repeat top center / cover;}
}

@media (max-width: 640px){
#main {
	border-bottom: 30px solid #fff;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	}
}


/* ------------------------------------------------------- */
/* バナー
---------------------------------------------------------- */
#banner {
	text-align: center;
	top: 20px;
	right: 60px;
	position: absolute;
	z-index: 1;
	}

#banner ul li {
	margin: 0 0 5px 0;
	}

#banner ul li:last-child {
	margin: 0;
	}

#banner ul li a:hover {
	opacity: 0.7;
	}

#banner ul li a img {
	width: 320px;
	}

@media (max-width: 768px){
#banner {
	background: #fff;
	position: static;
	margin: -5px 0 0 0;
	padding: 0 0 30px 0;
	}

#banner ul li a img {
	width: 70%;
	}
}

@media (max-width: 640px){
#banner {
	padding: 0 0 20px 0;
	}

#banner ul li a img {
	width: 80%;
	}
}


/* ------------------------------------------------------- */
/* 更新履歴・Twitter・Instagram
---------------------------------------------------------- */
#infomation {
	width: 350px;
	top: 30px;
	left: 0;
	position: absolute;
	z-index: 1;
	}

#infomation h2 {
	font-size: 2.4rem;
	font-family: 'David Libre', serif;
	line-height: 1;
	text-align: left;
	background: url(../images/common/ico_green.png) left center no-repeat;
	background-size: 14px 14px;
	margin: 0 0 5px 25px;
	padding: 0 0 0 25px;
	display: inline-block;
	}

#infomation h2::after {
	display: none;
	}

#infomation a.btn {
	font-size: 1.4rem;
	font-family: 'David Libre', serif;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background: #69c3c8;
	border-radius: 50px;
	top: -3px;
	margin: 0 0 0 10px;
	padding: 2px 18px 2px 10px;
	display: inline-block;
	position: relative;
	}

#infomation a.btn::after {
	content: "";
	width: 4px;
	height: 4px;
	top: 50%;
	right: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -2px 0 0 0;
	display: block;
	position: absolute;
	}

#infomation a.btn:hover {
	background: #b9b48c;
	}

#whatsnew ,
#x {
	margin: 0 0 25px 0;
	}

#whatsnew ul li {
	margin: 0 0 2px 0;
	position: relative;
	}

#whatsnew ul li::after {
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	right: 18px;
	border-top: 1px solid #69c3c8;
	border-right: 1px solid #69c3c8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -5px 0 0 0;
	position: absolute;
	display: block;
	}

#whatsnew ul li:last-child {
	margin: 0;
	}

#whatsnew ul li a {
	color: #373737;
	line-height: 1.3;
	text-decoration: none;
	background: rgba(255,255,255,0.9);
	padding: 12px 40px 12px 15px;
	display: block;
	}

#whatsnew ul li a p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	}

#whatsnew ul li a:hover {
	opacity: 0.7;
	}

#whatsnew ul li a time {
	font-family: 'David Libre', serif;
	color: #69c3c8;
	display: block;
	}

#x .bg {
	height: 230px;
	background: rgba(255,255,255,0.9);
	padding: 15px;
	}

#instagram .bg {
	background: rgba(255,255,255,0.9);
	padding: 15px 7px;
	}

#instagram .bg ul {
	width: 100%;
	display: flex;
	}

#instagram .bg ul li {
	line-height: 0;
	margin: 0 8px;
	}

#instagram .bg ul li a:hover {
	opacity: 0.7
	}

#instagram .bg ul li img {
	width: 96px;
	height: 96px;
	border: 1px solid #ededed;
	object-fit: cover;
	}

@media (max-width: 768px){
#infomation {
	width: 100%;
	border-top: 1px solid #ededed;
	padding: 30px 20px 0 20px;
	position: static;
	}

#infomation h2 {
	color: #373737;
	background: url(../images/common/ico_black.png) left center no-repeat;
	background-size: 14px 14px;
	margin: 0 0 5px 0;
	}

#whatsnew ,
#x {
	margin: 0 0 30px 0;
	}

#whatsnew ul li ,
#x .bg ,
#instagram .bg {
	border: 1px solid #ededed;
	}

#whatsnew ul li::after {
	margin: -4px 0 0 0;
	}

#whatsnew ul li a {
	padding: 15px 40px 15px 15px;
	}

#whatsnew ul li a p {
	overflow: inherit;
	-webkit-line-clamp: inherit;
	}

#x .bg iframe {
	width: 740px !important;
	}

#instagram .bg {
	padding: 15px 7.5px;
	}

#instagram .bg ul li {
	width: 33.33333%;
	margin: 0 7.5px;
	position: relative;
	}

#instagram .bg ul li:before{
	content: "";
	padding: 100% 0 0 0;
	display: block;
	}

#instagram .bg ul li img {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	}
}

@media (max-width: 640px){
#infomation {
	padding: 30px 15px 0 15px;
	}
}


/* ------------------------------------------------------- */
/* リンク
---------------------------------------------------------- */
#link {
	width: 240px;
	bottom: 25px;
	left: 0;
	position: absolute;
	z-index: 1;
	}

#link ul li {
	width: 260px;
	margin: 0 0 5px 0;
	left: -20px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#link ul li:hover {
	left: 0;
	}

#link ul li::after {
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	right: 18px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -4px 0 0 0;
	display: block;
	position: absolute;
	}

#link ul li a {
	font-size: 1.8rem;
	font-family: 'David Libre', serif;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	border-radius: 0 50px 50px 0;
	margin-right: 0;
	padding: 10px 40px 10px 80px;
	display: block;
	}

#link ul li.x a {
	background: url(../images/top/ico_x.png) left 38px center no-repeat #69c3c8;
	background-size: 28px 28px;
	}

#link ul li.youtube a {
	background: url(../images/top/ico_youtube.png) left 38px center no-repeat #69c3c8;
	background-size: 28px 28px;
	}

@media (max-width: 768px){
#link {
	width: 100%;
	margin: 40px 0;
	position: static;
	}

#link ul {
	width: 120px;
	margin: auto;
	}

#link ul li {
	width: auto;
	margin: 0 10px;
	left: 0;
	display: inline-block;
	}

#link ul li:after {
	display: none;
	}

#link ul li a {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	padding: 10px;
	display: block;
	}

#link ul li a:hover {
	margin-left: 0;
	}

#link ul li a span {
	display: none;
	}

#link ul li.x a {
	background: url(../images/top/ico_x.png) center center no-repeat #69c3c8;
	background-size: 22px 22px;
	}

#link ul li.youtube a {
	background: url(../images/top/ico_youtube.png) center center no-repeat #69c3c8;
	background-size: 22px 22px;
	}
}

@media (max-width: 640px){
#link {
	margin: 30px 0;
	}
}


/* ------------------------------------------------------- */
/* フッター
---------------------------------------------------------- */
footer p:first-child {
	color: #f00;
	}

@media (max-width: 640px){
footer p:first-child {
	font-size: 1.0rem;
	}
}