@charset "UTF-8";

body {
	/*background: url("../img/index/bg_body.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-size: contain;*/
}
main {
	/*background: #000;*/
}


/* -----------------------------------------------------------
	メイン画像
----------------------------------------------------------- */
.main_image {
	aspect-ratio: 16 / 9;
	height: 100%;
    width: 100%;
    position: relative;
}
.main_image_inner {
}
.main_image_mv {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}
.main_image_mv video {
	min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.mv_text {
	max-width: 640px;
	width: 86%;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
.main_image {
	height: 100%;
}
.main_image_mv {
	height: 100%;
}
.main_image_mv video {
	min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
}
.main_image_mv video {
	top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.main_image {
	height: 100%;
}
.main_image_mv {
	height: 100%;
}
.main_image_mv video {
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
}
.main_image_mv video {
	top: 50%;
    right: 50%;
    transform: translateY(50%, -50%);
}
}
@media screen and (max-width: 980px) {
.main_image {
	height: 100%;
}
.main_image_mv {
	height: 100%;
}
.main_image_mv video {
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
}
.main_image_mv video {
	top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
}
@media screen and (max-width: 767px) {
.main_image_wrap {
	margin-bottom: 0;
}
.main_image_inner {
	padding-top: 56%;
}
.main_image_mv video {
	height: 100%;
}

.main_image {
	height: 100%;
}
.main_image_mv {
	height: 100%;
}
.main_image_mv video {
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
}
.main_image_mv video {
	top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
}
@media screen and (max-width: 600px) {
.main_image_wrap {
	margin-bottom: 0;
}
.main_image_inner {
	padding-top: 56%;
}
.main_image_mv video {
	height: 100%;
}

.main_image {
	height: 100%;
}
.main_image_mv {
	height: 100%;
}
.main_image_mv video {
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
}
.main_image_mv video {
	top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
}


/* -----------------------------------------------------------
	indexcont
----------------------------------------------------------- */
.indexcont {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
}

/* -----------------------------------------------------------
	news
----------------------------------------------------------- */
.news_wrap {
	background: #222;
	padding: 70px 0;
}
.news_wrap .news_wrap_inner {
	max-width: 1100px;
	width: 94%;
	margin: 0 auto;
}
.news_gl_ttl {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.13em;
	line-height: 1.8;
	float: left;
}
.news_gl_cont {
	width: calc(100% - 300px);
	/*height: 200px;*/
	float: right;
	padding-top: 12px;
	/*overflow-y: scroll;*/
}
.news_gl_cont li {
	padding: 10px 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.news_gl_cont li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.left_block {
	display: inline-block;
	float: left;
	width: 120px;
}
.right_block {
	display: inline-block;
	width: calc(100% - 130px);
}
.news_gl_cont li,
.news_gl_cont li a {
	color: #fff;
	text-decoration: underline;
}
.news_gl_cont li a:hover {
	text-decoration: none;
}
.news_gl_cont .news_date {
	padding-right: 30px;
	min-width: 120px;
	color: #fff;
	display: inline-block;
}
.news_wrap .news_btn {
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
}
.news_wrap .news_btn a {
	display: block;
	border: 1px solid #104d31;
	color: #104d31;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 8px 0;
	position: relative;
}
.news_wrap .news_btn a::after{
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    left: auto;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #104d31;
    border-right: 1px solid #104d31;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news_wrap .news_btn a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
.news_gl_ttl {
	font-size: 22px;
}
.news_gl_cont {
	width: calc(100% - 220px);
}
}
@media screen and (max-width: 900px) {
.news_wrap {
	max-width: 100%;
	padding: 30px 0;
}
.news_gl_ttl {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	float: none;
}
.news_gl_cont {
	width: 100%;
	height: 250px;
	float: none;
    overflow-y: scroll;
	padding-right: 10px;
}
.news_gl_cont li {
	padding: 10px 0;
	margin-bottom: 0;
}
.left_block,
.right_block {
	width: 100%;
	float: none;
}
.news_gl_cont .news_date {
	min-width: 90px;
	padding-right: 10px;
}
}


/* -----------------------------------------------------------
	about_wrap
----------------------------------------------------------- */
.about_wrap {
	width: 94%;
	max-width: 1200px;
	padding: 100px 0;
	margin: 0 auto 170px;
}
.about_wrap .ttl .main {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	letter-spacing: 0.05em;
	font-weight: normal;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
.about_wrap .ttl .main::after {
	display: block;
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    bottom: -6px;
    left: 50%;
	margin-left: -40px;
	background: #9e3d3f;
}
.about_wrap .ttl .sub {
	display: block;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.2);
	text-align: center;
}
.about_wrap .text {
	font-size: 18px;
	letter-spacing: 0.07em;
	text-align: center;
	line-height: 2.3;
	margin: 50px auto 40px;
}
.about_wrap .btn {
	max-width: 190px;
    margin: 0 auto;
}
.about_wrap .btn a {
	display: block;
    position: relative;
    color: #fff;
	letter-spacing: 0.03em;
	font-family: Arial, Helvetica, sans-serif;
    border-radius: 100px;
    background: #9e3d3f;
    text-align: center;
    padding: 4px 0;
}
.about_wrap .btn a::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    left: auto;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.about_wrap .btn a:hover {
	opacity: .7;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.about_wrap {
	margin: 0 auto 140px;
}
.about_wrap .ttl .main {
	font-size: 44px;
}
.about_wrap .text {
	font-size: 17px;
	letter-spacing: 0.05em;
}
}
@media screen and (max-width: 767px) {
.about_wrap {
	margin: 0 auto 90px;
	padding: 60px 0;
}
.about_wrap .ttl .main {
	font-size: 32px;
}
.about_wrap .ttl .sub {
	font-size: 12px;
}
.about_wrap .text {
	font-size: 14px;
	letter-spacing: 0;
	margin: 30px auto 40px;
}
}



/* -----------------------------------------------------------
	meeting_wrap
----------------------------------------------------------- */
.meeting_wrap {
	position: relative;
	padding-bottom: 130px;
}
.meeting_wrap::before {
	display: block;
    content: '';
    width: 90%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f4f4;
    z-index: -1;
	border-radius: 0 70px 0 0;
}
.meeting_wrap .meeting_wrap_inner {
	max-width: 1030px;
	width: 94%;
	margin: 0 auto;
}
.meeting_wrap .poster {
	width: 55%;
	float: left;
}
.meeting_wrap .poster .pic {
	margin-top: -100px;
	box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.3);
}
.meeting_wrap .textbox {
	width: 38%;
	float: right;
}
.meeting_wrap .textbox .textbox_inner {
	position: absolute;
	bottom: 260px;
}
.meeting_wrap .textbox .ttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62px;
	line-height: 1.15;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
.meeting_wrap .textbox .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.meeting_wrap .textbox .btn {
	max-width: 190px;
}
.meeting_wrap .textbox .btn a {
	display: block;
    position: relative;
    color: #fff;
	letter-spacing: 0.03em;
	font-family: Arial, Helvetica, sans-serif;
    border-radius: 100px;
    background: #9e3d3f;
    text-align: center;
    padding: 4px 0;
}
.meeting_wrap .textbox .btn a::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    left: auto;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.meeting_wrap .textbox .btn a:hover {
	opacity: .7;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {

.meeting_wrap .poster {
	width: 50%;
}
.meeting_wrap .textbox {
	width: 44%;
}
.meeting_wrap .textbox .ttl {
	font-size: 56px;
	letter-spacing: 0.05em;
}
.meeting_wrap .textbox .textbox_inner {
	bottom: 180px;
}
.meeting_wrap .textbox .text {
	font-size: 18px;
}
}
@media screen and (min-width: 768px) and (max-width: 960px) {

.meeting_wrap .poster {
	width: 50%;
}
.meeting_wrap .poster .pic {
	margin-top: -60px;
}
.meeting_wrap .textbox {
	width: 44%;
}
.meeting_wrap .textbox .ttl {
	font-size: 48px;
	letter-spacing: 0.05em;
}
.meeting_wrap .textbox .textbox_inner {
	bottom: 180px;
}
.meeting_wrap .textbox .text {
	font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.meeting_wrap {
	padding-top: 1px;
	padding-bottom: 100px;
}
.meeting_wrap::before {
	width: 94%;
	border-radius: 0 30px 0 0;
}
.meeting_wrap .poster {
	width: 80%;
	margin: 0 auto 50px;
	float: none;
}
.meeting_wrap .poster .pic {
	margin-top: -60px;
}
.meeting_wrap .textbox {
	width: 80%;
	margin: 0 auto;
	float: none;
}
.meeting_wrap .textbox .ttl {
	font-size: 45px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.meeting_wrap .textbox .textbox_inner {
	position: static;
	bottom: 180px;
}
.meeting_wrap .textbox .text {
	font-size: 15px;
}
}


/* -----------------------------------------------------------
	pickup_wrap
----------------------------------------------------------- */
.pickup_wrap {
	padding: 70px 0;
}
.pickup_wrap .pickup_wrap_inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.pickup_wrap ul li {
	width: calc(96% / 3);
	float: left;
	margin-left: 2%;
}
.pickup_wrap ul li:first-child {
	margin-left: 0;
}
.pickup_wrap ul li .item {
	position: relative;
	width: 100%;
	height: 170px;
	transform-style: preserve-3d;
	transition: 1s;
	border-radius: 4px;
}
.pickup_wrap ul li .item:hover {
	transform: rotateY(180deg);
}
.pickup_wrap ul li .item div {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	/* for text */
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 22px;
	line-height: 1.4;
	font-family: 'Bowlby One', cursive;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 0 8px;
}
.pickup_wrap ul li .item div sup {
	font-size: 60%;
}
.pickup_wrap ul li .item .front {
	z-index: 2;
	border-radius: 4px;
}
.pickup_wrap ul li .item .back {
	transform: rotateY(180deg);
	border-radius: 4px;
	font-size: 18px;
}
.pickup_wrap ul li:nth-child(1) .front {
	background: #00a79d;
}
.pickup_wrap ul li:nth-child(1) .back {
	background: #00a79d;
}
.pickup_wrap ul li:nth-child(2) .front {
	background: #e31f26;
	font-size: 17px;
}
.pickup_wrap ul li:nth-child(2) .back {
	background: #e31f26;
	font-size: 15px;
}
.pickup_wrap ul li:nth-child(3) .front {
	background: #003149;
	font-size: 17px;
}
.pickup_wrap ul li:nth-child(3) .back {
	background: #003149;
	font-size: 15px;
}

.pickup_wrap ul li .soon {
	font-size: 15px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.pickup_wrap ul li {
	width: calc(96% / 3);
	margin-left: 2%;
}
.pickup_wrap ul li .item {
	height: 220px;
}
.pickup_wrap ul li .item div {
	font-size: 22px;
}
.pickup_wrap ul li:nth-child(2) .front,
.pickup_wrap ul li:nth-child(3) .front {
	font-size: 15px;
	line-height: 1.3;
}
.pickup_wrap ul li .item .back {
	font-size: 17px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
}
@media screen and (max-width: 767px) {
.pickup_wrap ul li {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 15px;
}
.pickup_wrap ul li .item {
	height: 140px;
}
.pickup_wrap ul li .item div {
	font-size: 17px;
}
.pickup_wrap ul li:nth-child(2) .front,
.pickup_wrap ul li:nth-child(3) .front {
	font-size: 15px;
}
.pickup_wrap ul li .item .back {
	font-size: 14px;
}
.pickup_wrap ul li .soon {
	font-size: 13px;
}
}


/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer {
	margin-top: 0;
}




