@charset "utf-8";

/*clip-path: polygon(3% 0, 100% 0, 100% 79%, 97% 100%, 0 100%, 0 30%);*/

.navi-link:hover {
	text-decoration: underline;  
}

.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s !important;
}

.comBtn02 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .5s;
}

.comBtn02:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .5s;
}

.comBtn02:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}

.btnSquare {
  	max-width: 204px;
  	width: 100%;
  	padding: 8px 10px 9px;
  	font-size: 16px;
  	font-weight: 700;
}

.btnSquare.btnSquareBlack {
    border: 1px solid #DB9724;
}

.btnSquare.btnSquareBlack:before {
    border-bottom: 30px solid #DB9724;
    border-left: 30px solid transparent;
}

.btnSquare.btnSquareBlack:after {
    border-top: 30px solid #DB9724;
    border-right: 30px solid transparent;
}

.btnSquare.btnSquareBlack:hover:before {
    border-bottom: 15px solid #DB9724;
    border-left: 15px solid transparent;
}

.btnSquare.btnSquareBlack:hover:after {
    border-top: 15px solid #DB9724;
    border-right: 15px solid transparent;
}

.btnLong {
  	max-width: 459px;
  	width: 100%;
  	padding: 8px 15px 9px;
  	font-size: 20px;
  	font-weight: 600;
}

.btnLong.btnYellow:before {
    border-bottom: 20px solid #333;
    border-left: 20px solid transparent;
}

.btnLong.btnYellow:after {
    border-top: 20px solid #333;
    border-right: 20px solid transparent;
}

.btnLong.btnYellow:hover:before {
    border-bottom: 10px solid #333;
    border-left: 10px solid transparent;
}

.btnLong.btnYellow:hover:after {
    border-top: 10px solid #333;
    border-right: 10px solid transparent;
}

.btnYellow {
  	color: #fff;
	background: #DB9724;
}

.btnYellow:hover {
  	color: #fff;
}

.btnSquareBlack {
  	color: #333;
	background: #fff;
}

.btnSquareBlack:hover {
  	color: #333;
}

/*------------------------------
ヘッダー
------------------------------*/

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    transition: all .5s;
}

.header.bgBlack {
	background-color: #000;
    transition: all .5s;
}

.header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(/system_panel/uploads/images/footer-bg-mask01.png);
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    transition: all .5s;
}

.hFrame {
  	max-width: 1890px;
  	width: 100%;
  	margin: 0 auto;
  	position: relative;
    padding: 23px 15px 24px;
  	display: flex;
  	align-items: flex-start;
    justify-content: space-between;
    z-index: 1010;
}

.hR {
	 flex-direction: column-reverse;
}

.hNavBlock {
    margin: 20px 0 0;
}

.hNavLink {
	color: var(--white);
	font-size: 13px;
	margin: 0 12px 0 0;
}

.hNavLink:hover {
	color: var(--white);
}

.hNavLink:last-child {
	margin: 0;
}

.hNavLink p {
	color: var(--white);
    letter-spacing: 0;
}

.hNavLink:hover p {
	color: var(--white);
}

.fixedRsvBtn {
	display: none !important;
    flex-direction: column;
    position: fixed;
  	max-width: 196px;
  	width: 15%;
  	bottom: 0;
  	right: 0;
  	padding: 27px 15px 29px;
}

/*------------------------------
追従
------------------------------*/

.header.clone.is-animation {
    position: fixed;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: all .5s;
}

.header.clone {
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.header.clone.is-animation:after {
	content: none;
    transition: all .5s;
}

/*------------------------------
フッター
------------------------------*/

.footer.bgBlack {
	background-color: #000;
}

/*.footer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(/system_panel/uploads/images/footer-bg-mask01.png);
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}*/

.fFrame.bgWhite {
	background-color: var(--white);
}

.fFrame {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(/system_panel/uploads/images/footer-bg-mask02.png);
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    z-index: 10;
}

.fContents {
	z-index: 20;
}

.fNavLink {
	color: #333;
}

.fNavLink:hover {
	color: #333;
}

.fNavLink p {
	color: #333;
}

.fNavLink:hover p {
	color: #333;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

  .hLogoLink {
      font-size: 24px !important;
  }
  
  .hR {
      width: 70%;
  }  
  
  .hNavLink {
      font-size: 13px;
  	  margin: 0 20px 0 0;
  }
  
  .hNavLink p {
    letter-spacing: .05em;
}

	.fixedRsvBtn {
      display: flex !important;
  }

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
  
  .hFrame {
  	  align-items: center;
  }

  .hR {
  	  flex-direction: row;
  	  align-items: center !important;
	  width: 80%;
  }
  
  .hNavBlock {
  	  margin: 0 30px 0 0;
  }

}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {

  .hLogoLink {
      font-size: 32px !important;
  }
  
  .hR {
      width: 80%;
  }  
  
  .hNavBlock {
  	  margin: 0 32px 0 0;
  }
  
  .hNavLink {
      font-size: 16px;
  	  margin: 0 24px 0 0;
  }
  
  .fixedRsvBtn  {
	   font-size: 18px;
       width: 20%;
  }
}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {

  .hLogoLink {
      font-size: 38px !important;
  }

  .hR {
      width: 76%;
  }  
  
  .hNavBlock {
  	  margin: 0 50px 0 0;
  }
  
  .hNavLink {
      font-size: 16px;
  	  margin: 0 40px 0 0;
  }

}

/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */