@charset "utf-8";
/* CSS Document */
main{
	padding-bottom: 100px;
	position: relative;
}
main:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width:100%;/*画像の幅*/
  height: 100%;/*画像の高さ*/
  background-image: url(../img/back.jpg);
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	z-index: -1;
}
footer {
    margin-top: 0px;
}
/*-------------------------------------------------------
				タイトルSVGアニメーション
-------------------------------------------------------*/
#line_animation1 path{
     fill: none;
     stroke: #ffffff;
     stroke-width: 7;
     stroke-linejoin: bevel;
     stroke-miterlimit: 10;
}
#line_animation2 path{
     fill: none;
     stroke: #ffffff;
     stroke-width: 7;
     stroke-linejoin: bevel;
     stroke-miterlimit: 10;
}
/*-------------------------------------------------------
				タイトルフォント
-------------------------------------------------------*/

body,header #header li a span{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}
@font-face {
	font-family: "mkpop";
	src: url("../css/mkpop.ttf") format("ttf"),url("../css/mkpop.woff") format("woff"),url("../css/mkpop.woff2") format("woff2");
}
.t_content .box_title2,.content .content_title,.catch h2,.button,.buttonChest li .click{
	font-family: "mkpop", serif!important;
}


/*-------------------------------------------------------
				コンテンツタイトル
-------------------------------------------------------*/
.content .content_title{
	margin-left: 5%;
}
/*-------------------------------------------------------
				タイトル下ボーダー
-------------------------------------------------------*/
.t_content .box_title2:after {
    height: 25px;
	background-repeat: no-repeat;
	border: none;
    background-position: center;
	display: block;
    width: 70%;
}
.t_content:nth-child(1) .box_title2:after {
    background-image: url(../img/border1.png);
}
.t_content:nth-child(2) .box_title2:after {
    background-image: url(../img/border2.png);
}
.t_content:nth-child(3) .box_title2:after {
    background-image: url(../img/border3.png);
}
.t_content:nth-child(4) .box_title2:after {
    background-image: url(../img/border4.png);
}
.t_content:nth-child(5) .box_title2:after {
    background-image: url(../img/border5.png);
}
.catch p{
	
}
.catch p:before{
    content: "";
    background-image: url(../img/border6.png);
    background-size: contain;
    vertical-align: middle;
    height: 25px;
    background-repeat: no-repeat;
    border: none;
    background-position: bottom;
    display: block;
    width: 100%;
    background-color: transparent;
    max-width: 400px;
    text-align: center;
    margin: auto;
    top: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
/*-------------------------------------------------------
				トップコンテンツイラスト
-------------------------------------------------------*/
.t_content:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
}
.t_content:nth-child(1):before {
    width: 280px;
    height: 280px;
    background-image: url(../img/top_img1.png);
    right: 30%;
    top: -30%;
}
.t_content:nth-child(2):before {
    width: 280px;
    height: 280px;
    background-image: url(../img/top_img2.png);
    right: -100px;
    bottom: -200px;
}
.t_content:nth-child(3):before {
    width: 280px;
    height: 280px;
    background-image: url(../img/top_img3.png);
    right: 40%;
    bottom: -200px;
}
.t_content:nth-child(4):before {
	width: 330px;
    height: 280px;
    background-image: url(../img/top_img4.png);
    right: 200px;
    top: 80%;
}
.t_content:nth-child(5):before {
    width: 350px;
    height: 200px;
    background-image: url(../img/top_img5.png);
    right: 50%;
    bottom: -120px;
}


/*-------------------------------------------------------
				文字装飾
-------------------------------------------------------*/
.t_content .box_img1 {
    padding-top: 60px;
}
.t_content figure:before  {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
    position: absolute;
}
.t_content figure:hover:before {
    animation: hurueru .1s  infinite;
}
.t_content:nth-child(1) figure:before  {
    width: 120px;
    height: 130px;
    background-image: url(../img/top_dec1.png);
    top: 0px;
    right: 10px;
}
.t_content:nth-child(2) figure:before  {
    width: 150px;
    height: 130px;
    background-image: url(../img/top_dec2.png);
    top: 0px;
    left: 10px;
}
.t_content:nth-child(3) figure:before  {
    width: 180px;
    height: 130px;
    background-image: url(../img/top_dec3.png);
    top: 0px;
    right: 10px;
}
.t_content:nth-child(4) figure:before  {
    width: 150px;
    height: 130px;
    background-image: url(../img/top_dec4.png);
    top: 0px;
    left: 10px;
}
.t_content:nth-child(5) figure:before  {
        width: 150px;
    height: 150px;
    background-image: url(../img/top_dec5.png);
    top: 0px;
    right: 10px;
}


@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
/*-------------------------------------------------------
				リンクボタン
-------------------------------------------------------*/
.buttonChest {
  top: 20px;
  position: relative;
  list-style: none;
  display: block;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
	cursor: none
}
.buttonChest li {
  display: inline-block;
  position: relative;
  min-height: 80px;
  margin: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.buttonChest li .click {
  position: absolute;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: #1c1c1c;
  text-transform: uppercase;
  width: 100%;
  top: 16px;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border: solid 2px #1c1c1c;
    width: 97%;
	font-size: 18px;
    font-weight: bold;
}
.buttonChest li:hover .click {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  top: 56px;
  position: absolute;
  padding-top: 4px;
  padding-bottom: 5px;
}
.buttonChest li:hover {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.9) rotate(-3deg);
  -moz-transform: scale(0.9) rotate(-3deg);
  -ms-transform: scale(0.9) rotate(-3deg);
  -o-transform: scale(0.9) rotate(-3deg);
  transform: scale(0.9) rotate(-3deg);
}
.t_content:nth-child(even) .buttonChest li:hover {

	  -webkit-transform: scale(0.9) rotate(3deg);
  -moz-transform: scale(0.9) rotate(3deg);
  -ms-transform: scale(0.9) rotate(3deg);
  -o-transform: scale(0.9) rotate(3deg);
  transform: scale(0.9) rotate(3deg);
}
.button {
  font-family: "Lato", sans-serif;
  font-size: 1.8em;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 40px 10px 40px;
  cursor: pointer;
  box-shadow: 0 4px 5px 0 rgba(50, 50, 50, 0.75);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
	background-color: #1c1c1c;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
	cursor: none;
}
.button:hover {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: none;
  border-bottom: solid 8px #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cursor.is-active{
	opacity: 0.9;
	background-image: none;
}
.cursor.is-active::before{
  content: '';
  display: inline-block;
	width: 40px;
	height: 30px;

	background-image: url(../img/arrow2.png);
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/*-------------------------------------------------------
				メッセージ
-------------------------------------------------------*/
#line_animation2{
	max-width: 700px;
	width: 90%;
}
.catch {
    padding-bottom: 30px;
}
.catch_wrap {
    background-image: none;
    padding: 80px 0 20px;
}
.catch p {
    line-height: 3;
	padding-top: 40px;
    position: relative;
}
.catch_more{
	width: 50%;
    margin: auto;
    max-width: 300px;
	margin-top: 50px;
}
.catch_more:hover {
animation: move-y .5s infinite alternate ease-in-out;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
/*ここからIE用環境の設定
---------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none){

}

/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
/*-------------------------------------------------------
				トップコンテンツイラスト
-------------------------------------------------------*/
.t_content:nth-child(1):before {
    width: 200px;
    height: 200px;
    right: 20%;
    top: -10%;
}
.t_content:nth-child(2):before {
    width: 200px;
    height: 200px;
    right: -40px;
}
.t_content:nth-child(3):before {
    width: 200px;
    height: 200px;
    bottom: -120px;
}
.t_content:nth-child(4):before {
    width: 200px;
}
.t_content:nth-child(5):before {
    width: 300px;
    right: 70%;
}
/*-------------------------------------------------------
				文字装飾
-------------------------------------------------------*/
.t_content:nth-child(1) figure:before {
    width: 90px;
    height: 100px;
}
.t_content:nth-child(2) figure:before {
    width: 120px;
    height: 110px;
}
.t_content:nth-child(3) figure:before {
    width: 150px;
    height: 100px;
}
.t_content:nth-child(4) figure:before {
    width: 100px;
    height: 110px;
}
.t_content:nth-child(5) figure:before {
    width: 120px;
    height: 120px;
}

/*-------------------------------------------------------
				メッセージ
-------------------------------------------------------*/
#line_animation2{
	width: 70%;
}
.catch p {
    line-height: 2.5;
    width: 90%;
    margin: auto;
}
.catch_more {
    max-width: 250px;
}
}


/*ここからスマホ用（667px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
/*-------------------------------------------------------
				トップコンテンツイラスト
-------------------------------------------------------*/
.t_content:nth-child(2):before {
    width: 150px;
    height: 200px;
    right: -40px;
    bottom: -150px;
}
.t_content:nth-child(5) .box_img1 {
    top: 300px;
}
	
.t_content:nth-child(5):before {
    width: 250px;
    right: -15%;
    bottom: -180px;
}
.buttonChest li{
		margin-left: 15%;
}
#line_animation2 {
    width: 80%;
    margin-bottom: 10px;
}
.catch_more {
    width: 60%;
}
}