@charset "UTF-8";
/* CSS Document */

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
html, body {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 16px;
	font-family: 'Noto Sans JP','メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%; /*スマホ横の時、文字サイズを変更させない*/
	/* font-feature-settings: "palt"; */
	background: #fff;
}
a {
	color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
	text-decoration: none;
}
a.disabled {
	display: block;
	pointer-events: none;
	opacity: 0.3;
}
img {
	width: 100%;
}
#wrap {
	position: relative;
	min-width: 1000px;
	overflow: hidden;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.only_pc {
	display: block !important;
}
.only_sp {
	display: none !important;
}

@media (max-width: 768px) {
	#wrap {
		min-width: auto;
	}
	.only_pc {
		display: none !important;
	}
	.only_sp {
		display: block !important;
	}
}

/*----------
 cts
----------*/
#cts {
	
}

@media (max-width: 768px) {
	#cts {

	}
}

/*----------
 mv
----------*/
#mv {
	
}
#mv .inner {
	position: relative;
}
#mv .txt {
	position: absolute;
	bottom: 8vw;
	width: 100%;
	color: #fff;
	font-size: 1.5vw;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	text-align: center;
}

@media (max-width: 768px) {
	#mv .txt {
		bottom: 16vw;
		font-size: 3vw;
		line-height: 1.4;
	}
}

/*----------
 sec01
----------*/
#sec01 {
	color: #494340;
}
#sec01 .inner {
	position: relative;
}
#sec01 .btn01 {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 77.5vw;
	width: 29vw;
	margin: auto;
}
#sec01 .btn02 {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 7.25vw;
	width: 29vw;
	margin: auto;
}

@media (max-width: 768px) {
	#sec01 .btn01 {
		bottom: 211vw;
		width: 50vw;
	}
	#sec01 .btn02 {
		bottom: 9vw;
		width: 50vw;
	}
}

/*----------
 sec02
----------*/
#sec02 {
	color: #2D2220;
}
#sec02 .inner {
	position: relative;
}
#sec02 .txt {
	position: absolute;
	left: 56vw;
	bottom: 54.5vw;
	font-size: 1.5vw;
}
#sec02 .txt a {
	color: #4e4d4c;
}

@media (max-width: 768px) {
	#sec02 .txt {
		left: 34.5vw;
		bottom: 107.5vw;
		font-size: 3vw;
	}
}

/*----------
 sec03
----------*/
#sec02 {
	color: #2D2220;
}
#sec03 .inner {
	position: relative;
}
#sec03 .txt {
	position: absolute;
	left: 24vw;
	bottom: 8.5vw;
	color: #696564;
	font-size: 1.2vw;
}
#sec03 .txt a {
	/*color: #0054a7;*/
}

@media (max-width: 768px) {
	#sec03 .txt {
		left: 8vw;
		bottom: 8vw;
		width: 84vw;
		font-size: 2vw;
		line-height: 1.4;
	}
}

/*----------
 footWrap
----------*/
#footWrap .inFooter {
	background: url('../../img/contribution/bg_pc.png') no-repeat center / cover !important;
}
#footWrap .inFooter > div {
	background: none !important;
}

@media (max-width: 768px) {
	#footWrap .inFooter {
		background-image: url('../../img/contribution/bg_sp.png') !important;
		background-repeat: no-repeat !important;background-position: center;
		background-size: cover !important;
	}
}