@charset "UTF-8";

/**
 *
 * top
 *
**/

/* main_image */
#main_image {
	width: 100%;
  height: 814px;
  position: relative;
}
#main_image .covervid-wrapper {
	width: 100%;
  height: 814px;
  overflow: hidden;
}
#main_image h2 {
  margin: -0.7em 0 0 0;
	width: 100%;
  line-height: 1.4em;
  text-align: center;
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
#main_image .link {
  margin: 0 0 0 -105px;
	width: 210px;
  line-height: 1.4em;
  text-align: center;
  color: #262626;
  font-size: 21px;
  font-weight: 700;
  position: absolute;
  bottom: 87px;
  left: 50%;
  z-index: 1;
}
#main_image .link a {
  padding: 10px 0;
  background: #ffffff;
  display: block;
}
#main_image .link a:hover {
  background: #C0F2EA;
  text-decoration: none;
}

/* fade in */
.fadein .text01 {
	opacity : 0;
	transition:all 0.8s;
}
.fadein img {
	opacity : 0;
	transition:all 0.8s;
}
.fadein.scrollin .text01 {
	opacity : 1;
}
.fadein.scrollin img {
	opacity : 1;
}


/* news_topics */
.news_topics {
  margin: 0 auto;
  padding: 40px 0 40px 0;
  width: 92%;
  max-width: 1100px;
  text-align: left;
  position: relative;
}
.news_topics .top_news {
  padding: 0 50px 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news_topics ul {
  padding: 0 50px 40px 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  display: none;
  z-index: 1;
}
.news_topics ul li {
  padding: 40px 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
}
.news_topics .update {
  padding: 0 20px 0 0;
  color: #717171;
  display: inline-block;
}
.news_topics .update.nodate {
  width: 5em;
}
.news_topics .title {
  display: inline-block;
}
.news_topics .title a{
  text-decoration: underline;
}
.news_topics .title a:hover{
  text-decoration: none;
}
.news_topics .more {
  height: 1.4em;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 3;
}
.news_topics .more a .off {
  display: block;
}
.news_topics .more a .on {
  display: none;
}
.news_topics .more a.active .off {
  display: none;
}
.news_topics .more a.active .on {
  display: block;
}


/* site_menu */
.site_menu {
  margin: 0 auto 0;
  width: 92%;
  max-width: 1100px;
}
.site_menu .content01 {
  margin: 0 0 20px 0;
}
.site_menu .content01 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 195px;
  font-size: 190px;
  font-weight: 900;
  background: #FFD940;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content01 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_01.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content01 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content01 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content02 {
  margin: 0 0 20px 0;
  width: 49%;
  float: left;
}
.site_menu .content02 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 176px;
  font-size: 140px;
  font-weight: 900;
  background: #40c3c3;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content02 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_02.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content02 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content02 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content03 {
  margin: 0 0 20px 0;
  width: 49%;
  float: right;
}
.site_menu .content03 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 176px;
  font-size: 158px;
  font-weight: 900;
  background: #830065;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content03 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_03.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content03 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content03 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content04 {
  margin: 0 0 55px 0;
  clear: both;
}
.site_menu .content04 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 195px;
  font-size: 161px;
  font-weight: 900;
  background: #FF8026;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content04 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_04.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content04 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content04 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content05 {
  margin: 0 0 40px 0;
  width: 49%;
  float: left;
}
.site_menu .content05 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 86px;
  font-size: 86px;
  font-weight: 900;
  background: #FF4D33;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content05 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_05_ov.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content05 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content05 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content06 {
  margin: 0 0 40px 0;
  width: 49%;
  float: right;
}
.site_menu .content06 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 72px;
  font-size: 72px;
  font-weight: 900;
/*  background: #001E62;*/
	background: #00677f;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content06 a .text01 {
  margin: -1.2em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_06_ov.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content06 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content06 a .text02 {
  margin: -1.2em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

/* line hover link;
.site_menu a .top{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: left top;
	transition-delay: 0ms;
}
.site_menu a .right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: right top;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: right bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .left{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: left bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a:hover .top{
	transform-origin: left top;
	transform: scale(1, 1);
	content: "";
}
.site_menu a:hover .right{
	transform-origin: left top;
	transform: scale(1, 1);
}
.site_menu a:hover .bottom{
	transform-origin: right bottom;
	transform: scale(1, 1);
}
.site_menu a:hover .left{
	transform-origin: left bottom;
	transform: scale(1, 1);
}
*/

/* item_slider */
.item_slider {
  margin: 0 0 54px;
}

/* caution */
.caution {
  margin: 0 auto;
  padding: 0 0 40px 0;
  width: 92%;
  max-width: 1100px;
  text-align: left;
}
.caution h3 {
  margin: 0 0 10px 0;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: 700;
  color: #cc1400;
}
.caution .catch {
  margin: 0 0 10px 0;
  line-height: 1.4em;
/*  font-size: 18px;*/
/*  font-weight: 700;*/
	 font-size: 16px;
	margin-bottom:0;
}
.caution .catch span {
	  color: #cc1400;
}
.caution .box {
  margin: 0 0 30px 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}
.caution .box p {
  margin: 0 0 15px 0;
  overflow: hidden;
}










/**
 * タブレット端末用
**/
@media only screen and (min-width: 769px) and (max-width: 1100px) {



}


/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 768px) {
/* main_image */
#main_image {
	width: 100%;
  height: 104vw;
  overflow: hidden;
  position: relative;
}
#main_image .covervid-wrapper {
	width: 100%;
  height: 104vw;
  overflow: hidden;
}
#main_image h2 {
  margin: -1.2em 0 0 0;
	width: 100%;
  line-height: 1.2em;
  text-align: center;
  color: #ffffff;
  font-size: 12.85vw;
  font-weight: 700;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
}
#main_image .link {
  margin: 0 0 0 -18.75vw;
	width: 37.5vw;
  line-height: 1.4em;
  text-align: center;
  color: #262626;
  font-size: 3.75vw;
  font-weight: 700;
  position: absolute;
  bottom: 14.21vw;
  left: 50%;
  z-index: 1;
}
#main_image .link a {
  padding: 10px 0;
  background: #ffffff;
  display: block;
}
#main_image .link a:hover {
  background: #C0F2EA;
  text-decoration: none;
}
  
  
/* fade in */
.fadein .text01 {
	opacity : 0;
	transition:all 0.8s;
}
.fadein img {
	opacity : 0;
	transition:all 0.8s;
}
.fadein.scrollin .text01 {
	opacity : 1;
}
.fadein.scrollin img {
	opacity : 1;
}


/* news_topics */
.news_topics {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  width: 92%;
  max-width: 1100px;
  text-align: left;
  position: relative;
}
.news_topics .top_news {
  padding: 0 50px 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 3.57vw;
  font-weight: 400;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news_topics ul {
  padding: 10px 50px 20px 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 3.57vw;
  font-weight: 400;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  display: none;
  z-index: 1;
}
.news_topics ul li {
  padding: 10px 0 10px 0;
  line-height: 1.4em;
  font-size: 3.57vw;
  border-top: 1px solid #C0F2EA;
}
.news_topics .update {
  padding: 0 20px 0 0;
  color: #717171;
  display: inline-block;
}
.news_topics .title {
/*  display: inline-block;*/
display:block;
}
.news_topics .more {
  height: 1.4em;
  line-height: 1.4em;
  font-size: 3.7vw;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 3;
}
.news_topics .more a .off {
  display: block;
}
.news_topics .more a .on {
  display: none;
}
.news_topics .more a.active .off {
  display: none;
}
.news_topics .more a.active .on {
  display: block;
}


/* site_menu */
.site_menu {
  margin: 0 auto 0;
  width: 100%;
  max-width: 1100px;
}
.site_menu .content01 {
  margin: 0 0 0 0;
}
.site_menu .content01 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 17.85vw;
  font-weight: 900;
  background: #FFD940;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content01 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_01.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content01 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content01 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content02 {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
}
.site_menu .content02 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 17.85vw;
  font-weight: 900;
  background: #40c3c3;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content02 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_02-sp.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content02 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content02 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content03 {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
}
.site_menu .content03 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 17.85vw;
  font-weight: 900;
  background: #830065;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content03 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_03-sp.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content03 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content03 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content04 {
  margin: 0 0 0 0;
  clear: both;
}
.site_menu .content04 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 17.85vw;
  font-weight: 900;
  background: #FF8026;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content04 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_04.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content04 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content04 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content05 {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
}
.site_menu .content05 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 13.39vw;
  font-weight: 900;
  background: #FF4D33;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content05 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_05-sp_ov.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content05 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content05 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content06 {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
}
.site_menu .content06 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 13.39vw;
  font-weight: 900;
/*  background: #001E62;*/
		background: #00677f;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content06 a .text01 {
  margin: -1.2em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/top/image_06-sp_ov.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content06 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content06 a .text02 {
  margin: -1.2em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
/*
.site_menu a .top{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: left top;
	transition-delay: 0ms;
}
.site_menu a .right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: right top;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: right bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .left{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: left bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a:hover .top{
	transform-origin: left top;
	transform: scale(1, 1);
	content: "";
}
.site_menu a:hover .right{
	transform-origin: left top;
	transform: scale(1, 1);
}
.site_menu a:hover .bottom{
	transform-origin: right bottom;
	transform: scale(1, 1);
}
.site_menu a:hover .left{
	transform-origin: left bottom;
	transform: scale(1, 1);
}*/


/* item_slider */
.item_slider {
  margin: 0 0 0;
  overflow: hidden;
}
.item_slider .slider {
  margin: 0 0 -7px 0;
}

/* caution */
.caution {

  padding: 20px 0 20px 0;
  width: 92%;
  max-width: 1100px;
  text-align: left;
  position: relative;
}
.caution h3 {
  margin: 0 0 10px 0;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: 700;
  color: #cc1400;
}
.caution .catch {
  margin: 0 0 10px 0;
  line-height: 1.4em;
  font-size: 16px;
/*  font-weight: 700;*/
}
.caution .box {
  margin: 0 0 0 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  display: none;
}
.caution .box p {
  margin: 0 0 15px 0;
  overflow: hidden;
}
.caution .more {
  height: 1.4em;
  line-height: 1.4em;
  font-size: 3.7vw;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 3;
}
.caution .more a .off {
  display: block;
}
.caution .more a .on {
  display: none;
}
.caution .more a.active .off {
  display: none;
}
.caution .more a.active .on {
  display: block;
}

  
}

.covervid-video.sp_disp {
	 aspect-ratio:1/1;
	width:100%;
}



.covervid-video {
 height:100%;
}

@media only screen and (min-width: 1280px) {
  .covervid-video {
    height: 1080px;
   }

}