@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------
fulcnt.com
------------------------------------------------------------------------------ */

html {
    height: 100%;
    text-align: center;
}
body {
    height: 100%;
    margin: 0;
}
body {
	font-size: 18px;
	color:#2f2f2f;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.fmin {
	font-family: 'Roboto', sans-serif;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
}
.fmin.fmin500 {font-weight: 500;}
.fmin.fmin600 {font-weight: 600;}
.fmin.fmin700 {font-weight: 700;}

/* Default Link Color */
a:link {
    color: #00F;
}
a:visited {
    color: #600;
}
a:hover {
    color: #090;
}
a:focus {
    color: #090;
}
a:active {
    color: #FF0;
}

/*TableStyle*/
table {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    padding: 5px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: #FAFAFA;
}
table td {
    padding: 5px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.cb {
    clear: both;
}
.cf:after {
    content: " ";
    display: block;
    clear: both;
}

/* ------------------------------------------------------------------------------
Template
------------------------------------------------------------------------------ */
/* Loader */
.loaderBg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 60px auto;
	font-size: 8px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.5em solid rgba(117,23,28, 0.2);
	border-right: 0.5em solid rgba(117,23,28, 0.2);
	border-bottom: 0.5em solid rgba(117,23,28, 0.2);
	border-left: 0.5em solid #75171c;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.5s infinite linear;
	animation: load8 0.5s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
	@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* TabL+PC */
.bodyinner{
	width: 100%;
	overflow: hidden;
}
#wrap {
    width: 100%;
    text-align: left;
	position: relative;
	/*overflow-x: clip;*/
}/* /TabL+PC */
#wrap img {
	width: 100%;
	height: auto;
}
.pc-only {display: block;}
.sp-only {display: none;}
.btn {
	opacity: 1;
	transition: all 0.3s;
}
.btn:hover {
	opacity: 0.5;
}

#header {
	max-width: 1400px;
	width: 100%;
	padding: 20px 10px;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	height: 90px;
}
#headLogo {
	max-width: 290px;
	width: 30%;
	line-height: 0;
}
#header nav{
	width:70%;
	float: right;
}
#header nav ul{width:100%;}
#header nav > ul > li{
	width:calc((96% - 50px) / 4);
	margin-left: 1%;
	list-style: none;
	float: left;
}
#header nav > ul > li:nth-of-type(1){margin-left:0;}
#header nav > ul > li a {
	display:-webkit-flex;
	display:flex;
	justify-content: center;
	-webkit-align-items:center;
	align-items:center;
	height:50px;
	color: #fff;
	text-decoration: none;
	padding:0 8px 0 0;
	font-size:1.0em;
	transition: all 0.3s;
	background-color: #75171C;
	border: 1px solid #75171C;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width:1300px){
#header nav > ul > li a {font-size:0.9em;}
}
@media screen and (max-width:1200px){
#header nav > ul > li a {font-size:0.80em;}
}

#header nav > ul > li:nth-of-type(1){
	width:50px;
}
#header nav > ul > li:nth-of-type(1) img{
	width:50%;
	height:auto;
	position: relative;
	left:5px;
}

@media screen and (max-width:999px){
#header nav{
	width:200px;
	height:auto;
	min-height:100%;
	margin:0;
	position: absolute;
	top:0;
	right:-200px;
	background-color: #75171C;
	float: right;
}

#header nav > ul{
	width:100%;
	margin:0;
	float:none;
}

#header nav > ul > li,
#header nav > ul > li:nth-of-type(1){
	width:calc(100% - 2px);
	height:auto;
	margin:1px;
	padding: 0;
	float:none;
	/*overflow:hidden;*/
	background-position:95% 80%;
	border:none;
}
#header nav > ul > li:nth-of-type(1) img{
	width:30px;
	height:auto;
	left:0;
}
			
#header nav > ul > li > a{
	padding:0;
	height:50px;
	color: #241681;
	font-size: 0.9em;
	font-weight:400;
	line-height:1.4em;
	background-color: #fff;
	/*pointer-events: none;*/
}
#header nav > ul > li:nth-of-type(1) > a{
	background-color: #75171C;
}
}

.headBtn01 {
        width: 45%;
        max-width: 280px;
    }
.headBtn01 a {
	background-color: #75171C;
	border: 1px solid #75171C;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	display: flex;
	align-items: center;
	transition: all 0.3s;
	position: relative;
	font-size: 20px;
	box-sizing: border-box;
}

.arrow_r {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #fff;
	transform: rotate(45deg);
	left: 90%;
	transition: all 0.3s;
}
@media screen and (max-width:999px){
	.arrow_r {display: none;}
}
.headBtn01 a:hover {
	background-color: #fff;
	border: 1px solid #75171C;
	color: #75171C;
}
a:hover .arrow_r {
	left: 92%;
	border-color: #75171C;
}
/******************************************************/
.menubtn{
	display:none;
	width:40px;
	height:22px;
	margin:30px 0 0;
	outline: none;
	border: none;
	font-size: 20px;
	float:right;
	position:relative;
	z-index:10000;
}
@media screen and (max-width:999px){
.menubtn{display:block;}
}
@media screen and (max-width:599px){
.menubtn{margin:13px 0 0;}
}
.menubtn .menu_icon01{
  display: block;
  float: left;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.menubtn .menu_icon01 span{
  display: block;
  width: 30px;
  height:2px;
  background: #000;
  margin-bottom:8px;
  transition: all 0.4s ease-out;
}
.menubtn.open .menu_icon01{
  transform: rotate(-45deg);
}
.menubtn.open .menu_icon01 .bar1{
  transform: rotate(0deg) translateY(10px);
}
.menubtn.open .menu_icon01 .bar2{
  opacity: 0;
}
.menubtn.open .menu_icon01 .bar3{
 transform: rotate(-90deg) translateX(10px);
}

/******************************************************/
#pagetop{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: -50px;
    opacity: 1;
	z-index: 100;
	cursor:pointer;
}
#pagetop:hover{
	opacity: 0.6;
}

#footer {
	border-top: 15px solid #CB9193;
}
.committeeArea {
	background-color: #F4E7C6;
	padding: 80px 10%;
	text-align: center;
}
.committeeBox {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    line-height: 1.4;
    padding:1.4em 2em;
    display: inline-block;
	text-align: center;
}
.committeeBox:before, .committeeBox:after { 
	content:'';
	width: 60px;
	height: 180px;
	position: absolute;
	display: inline-block;
}
.committeeBox:before {
	border-left: solid 1px #75171C;
	border-top: solid 1px #75171C;
	top:0;
	left: 0;
}
.committeeBox:after {
	border-right: solid 1px #75171C;
	border-bottom: solid 1px #75171C;
	bottom:0;
	right: 0;
}
.committeeTxt01 {
	color: #75171C;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.committeeTxt02 {
	font-size: 20px;
	margin-bottom: 24px;
}
.committeeTxt03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
}
.committeeTxt03 span {
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}
.committerrIcon01 {
	width: 28px;
	height: auto;
	display: inline-block;
}
.footLogoArea {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 10px;
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.footLogo01 {
	max-width: 326px;
	width: 30%;
}
.footLogo02 {
	max-width: 290px;
	width: 30%;
}

/* ------------------------------------------------------------------------------
下層ページ用
------------------------------------------------------------------------------ */

.ubrandArea {
	width: 100%;
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 10% 5%;
	max-height: 500px;
}

.ubrandTit01 {
	font-size: 100px;
	font-weight: 400;
}
.ubrandTitSubTxt01 {
	font-size: 24px;
}
.ubrandCont {
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10% 0;
}

.backBtn {
	margin-top: 150px;
	margin-bottom: 40px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	position: relative;
}
.backBtn a {
	color: #fff;
	text-decoration: none;
	background-color: #75171C;
	font-size: 24px;
	width: 100%;
	margin-left: auto;
	padding: 15px 20px 15px 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #75171C;
	transition: all 0.3s;
}
.backBtn a:hover {
	background-color: #fff;
	border: 1px solid #75171C;
	color: #75171C;
}
.arrow_l {
	box-sizing: border-box;
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width:  0 0 1px 1px;
  border-color: #fff;  
  transform: rotate(45deg);
	left: 7%;
	transition: all 0.3s;
}
a:hover .arrow_l {
	left: 5%;
	border-color: #75171C;
}


/* TABP+SPL */
@media screen and (max-width: 999px) {
    
	#header {
	width: 100%;
	padding: 0 10px;
	}
    #headLogo {
		max-width: 290px;
        width: 45%;
		padding: 20px 0;
    }
	.headBtn01 a {
	font-size: 2.4vw;
	}

    .committeeArea {
        background-color: #F4E7C6;
        padding: 10vw 10%;
        text-align: center;
    }
    .committeeBox {
        max-width: 740px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        line-height: 1.4;
        padding:1.4em 2em;
        display: inline-block;
        text-align: center;
    }
    .committeeBox:before, .committeeBox:after { 
      content:'';
      width: 60px;
      height: 20vw;
      position: absolute;
      display: inline-block;
    }
    .committeeTxt01 {
        color: #75171C;
        font-size: 3.2vw;
        margin-bottom: 2vw;
    }
    .committeeTxt02 {
        font-size: 2.6vw;
        margin-bottom: 2.4vw;
    }
    .committeeTxt03 {
        font-size: 3.9vw;
    }
    .committeeTxt03 span {
        font-size: 2.8vw;
    }

    .footLogoArea {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 10px;
        max-width: 1400px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .footLogo01 {
        max-width: 326px;
        width: 40%;
    }
    .footLogo02 {
        max-width: 290px;
        width: 40%;
    }
	
	/* ------------------------------------------------------------------------------
	下層ページ用
	------------------------------------------------------------------------------ */

	.ubrandArea {
		padding: 10% 5%;
		max-height: 500px;
	}
	.ubrandTit01 {
		font-size: 10vw;
	}
	.ubrandTitSubTxt01 {
		font-size: 2.8vw;
	}
	
	.backBtn {
		margin-top: 100px;
		margin-bottom: 40px;
		width: 80%;
	}
	.backBtn a {
		font-size: 3.4vw;
	}
	
	
}/* /TABP+SPL */

/* SPP */
@media screen and (max-width: 599px) {
	#wrap {min-width: 320px;}
	
.pc-only {display: none;}
.sp-only {display: block;}
	
    #header {
	padding: 0 2.5%;
	display: flex;
	height: auto;
}
#headLogo {
	max-width: 290px;
	width: 45%;
	padding: 10px 0;
}
.headBtn01 a {
	line-height: 1em;
	padding: 2.6vw 2vw 2.6vw 2vw;
	font-size:3vw;
	min-width: 110px;
}
.arrow_r {
	width: 8px;
	height: 8px;
}
	
#footer {
	border-top: 13px solid #CB9193;
}
.committeeArea {
	padding: 30px 10%;
}
.committeeBox {
    line-height: 1.4;
    padding:2vw 6vw;
}
.committeeBox:before, .committeeBox:after { 
  content:'';
  width: 8vw;
  height: 20vw;
}
.committeeTxt01 {
	font-size: 5vw;
	margin-bottom: 4vw;
}
.committeeTxt02 {
	font-size: 3.8vw;
	margin-bottom: 2.4vw;
}
.committeeTxt03 {
	font-size: 5.8vw;
}
.committeeTxt03 span {
	font-size: 5vw;
}
.committerrIcon01 {
	width: 5.5vw;
	margin-bottom: -1vw;
	height: auto;
	display: inline-block;
}
.footLogoArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 2.5%;
}
.footLogo01 {
	max-width: 326px;
	width: 55%;
	margin-bottom: 4vw;
}
.footLogo02 {
	max-width: 290px;
	width: 55%;
}

	/* ------------------------------------------------------------------------------
	下層ページ用
	------------------------------------------------------------------------------ */

	.ubrandArea {
		padding: 15% 5%;
	}
	.ubrandTit01 {
		font-size: 12vw;
	}
	.ubrandTitSubTxt01 {
		font-size: 2.8vw;
	}

	.backBtn a {
		font-size: 4.2vw;
		padding: 2.8vw 4vw 2.8vw 10vw;
	}


}/* /SPP */



/* ------------------------------------------------------------------------------
アニメーション
------------------------------------------------------------------------------ */
.fadeIn {
	opacity: 0;
	transition: all 1s ease;
}

.fadeIn.is-show {
	opacity: 1;
}

.fadeIn2 {
	opacity: 0;
	transition: all 1s 1s ease;
}

.fadeIn2.is-show {
	opacity: 1;
}

.fadeInUp {
	opacity: 0;
	transform: translate(0, 20%);
	transition: all 1s ease;
}

.fadeInUp.is-show {
	opacity: 1;
	transform: translate(0, 0);
}

.fadeInUp {
	opacity: 0;
	transform: translate(0, 20%);
	transition: all 1s ease;
}

.fadeInUp.is-show {
	opacity: 1;
	transform: translate(0, 0);
}

.fadeInUp2 {
	opacity: 0;
	transform: translate(0, 20%);
	transition: all 1s 0.2s ease;
}

.fadeInUp2.is-show {
	opacity: 1;
	transform: translate(0, 0);
}

.fadeInUp3 {
	opacity: 0;
	transform: translate(0, 20%);
	transition: all 1s 0.4s ease;
}

.fadeInUp3.is-show {
	opacity: 1;
	transform: translate(0, 0);
}

@media screen and (max-width: 599px) {
	.fadeInUp2 {
		transition-delay: 0s;
	}

	.fadeInUp3 {
		transition-delay: 0s;
	}
}

.fadeInLeft {
	opacity: 0;
	transform: translate(-20%, 0);
	transition: all 1s ease;
}

.fadeInLeft.is-show {
	opacity: 1;
	transform: translate(0, 0);
}

.fadeInRight {
	opacity: 0;
	transform: translate(20%, 0);
	transition: all 1s ease;
}

.fadeInRight.is-show {
	opacity: 1;
	transform: translate(0, 0);
}

.fadeInRightAbs {
	opacity: 0;
	right: -399px;
	transition: all 1s ease;
}

.fadeInRightAbs.is-show {
	right: 0px;
	opacity: 1;
}