@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 50000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 130px;
	background: linear-gradient(90deg, #fff 0%, #fff 60%, #e11414 60%, #e11414 100%);
}

.flexslider {
	margin-top: 0px !important;
	z-index: 9999;
}
.flexslider.flex1 {
	width: 65%;
	float: left;
	margin-left: 1.66%;
}
.flexslider.flex2 {
	width: 30%;
	float: left;
	margin-left: 1.66%;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background: linear-gradient(90deg, #fff 0%, #fff 60%, #e11414 60%, #e11414 100%);
}
#contents01 {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
	overflow: hidden;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 1100px;
	margin: 0 auto;
	font-size: 80px;
	line-height: 80px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	font-weight: bold;
	color: #ffbe19;
	text-align: left;
	font-family: 'Advent Pro', sans-serif;
	font-weight: 500;
}
#s01Box {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.c01_box1 {
	float: left;
    position: relative;
    width: 55%;
    height: auto;
}
.c01_box1:before {
    content: "";
    display: block;
    padding-top: 50.50%;
}
.c01_box1inner {
	max-width: 550px;
    position: absolute;
    top: 0; 
    right: 0;
	padding-top: 0%;
	padding-right: 9%;
    width: 80%;
    height: auto;
	text-align: left;
}
#c01_txt {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
#c01_txt .t1{
	width: 100%;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
}
#c01_txt .t2{
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	letter-spacing: 1px;
}
.c01ac {
	float: left;
	margin-top: 35px;
	width: 350px;
	height: 50px;
	border-radius: 25px;
	background-color: #ffbe19;
	font-size: 17px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-image: url(../web/home/btnac01.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: 0.4s;
}
.c01ac a{
	display: block;
	color: #FFF;
}
.c01ac:hover {
	background-color: #e11414;
}

#c01_box2 {
	float: left;
    position: relative;
    width: 45%;
    height: auto;
	background-repeat: no-repeat;
	background-size: contain;
}
#c01_box2:before {
    content: "";
    display: block;
    padding-top: 61.72%;
}
#c01_box2 .bgImg{
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime 24s infinite;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	background-size: contain;
}
#c01_box2 .src1{
	display:block;
	background-image: url(../web/home/c01img01.jpg);
}
#c01_box2 .src2{
	background-image: url(../web/home/c01img02.jpg);  
	animation-delay: 6s;
}
#c01_box2 .src3{
	background-image: url(../web/home/c01img03.jpg); 
	animation-delay: 12s;
}
#c01_box2 .src4{
	background-image: url(../web/home/c01img04.jpg); 
	animation-delay: 18s;
}
@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
   25% { opacity: 1; }
  28% { opacity: 0; }
}
#c01_box2 .tBox{
	position: absolute;
	width: auto;
	height: auto;
	right: 3%;
	bottom: -55px;
	z-index: 100000;
}
#c01_box2 .t1{
	width: auto;
	height: auto;
	font-size: 50px;
	line-height: 50px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	text-align: right;
	letter-spacing:1px;
	color: #FFF;
}
#c01_box2 .t2{
	width: auto;
	height: auto;
	font-size: 18px;
	line-height: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	text-align: right;
	color: #FFF;
	letter-spacing:1px;
	margin-top: 20px;
}


#section02 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 70px;
	background-color: #ffbe19;
}
#contents02 {
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
h3 {
	width: auto;
	font-size: 80px;
	line-height: 80px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	font-family: 'Advent Pro', sans-serif;
	font-weight: 500;
	float: left;
}
.h3ac {
	width: auto;
	float: left;
	margin-top: 80px;
	margin-left: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight:;
	color: #FFF;
}
.NewsBox {
	width: 1040px;
	padding: 15px 30px 15px 30px;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 40px;
	float: left;
	color: #000;
	background-color: #FFF;
	border-radius: 50px;
}

ul.news {
	width: 1040px;
	height: auto;
	float: left;
}
ul.news li {
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0px;
	color: #000;
}	
ul li div {
    margin: -20px 0 0 110px;
}
ul.news li a{
	color: #000;
	text-decoration: none;
}	
#IG {
	width: 520px;
	height: auto;
	float: left;
	margin-top: 30px;
}
#IG .ttl {
	width: 470px;
	height: 40px;
	padding-left: 50px;
	float: left;
	background-image: url(../web/home/c02ac01.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
}
#IG iframe{
	width: 480px;
	height: 480px;
	padding: 20px;
	background-color: #FFF;
	border-radius: 10px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

#FB {
	width: 520px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-left: 60px;
}
#FB .ttl {
	width: 470px;
	height: 40px;
	padding-left: 50px;
	float: left;
	background-image: url(../web/home/c02ac02.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
}
#FB iframe{
	width: 480px;
	height: 480px;
	padding: 20px;
	background-color: #FFF;
	border-radius: 10px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

#section03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 70px;
	overflow: hidden;
	background: linear-gradient(180deg, #fff 0%, #fff 35%, #ddd 35%, #ddd 100%);
}

#contents03 {
	position: relative;
	width: 1100px;
	height: 500px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
h4 {
	width: auto;
	font-size: 80px;
	line-height: 80px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	font-weight: bold;
	color: #000;
	text-align: left;
	font-family: 'Advent Pro', sans-serif;
	font-weight: 500;
	float: left;
}
.h4ac {
	width: auto;
	float: left;
	margin-top: 80px;
	margin-left: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight:;
	color: #000;
}
#worksBox {
	width: 1100px;
	height: auto;
	float: left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#works {
	width: 340px;
	height: 360px;
	background-color: #FFF;
	margin-top: 40px;
	transition: 0.4s;
	overflow: hidden;
}
#works .f{ margin-left: 40px;}

#works:hover {
	box-shadow: 10px 10px 0 #ffbe19;
}

#works .Img{
	width: 340px;
	height: 255px;
	float: left;
	overflow: hidden;
}
#works .Img img{
	width: 340px;
	height: 255px;
	transition: 0.4s;
	object-fit:cover;
}
#works .Img img:hover{
	transform: scale(1.05);
}

#works .ttl {
    width: 320px;
    height: auto;
    float: left;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 600;
	margin-top: 15px;
	margin-left: 10px;
}
#works .style {
    width: auto;
    height: auto;
    float: left;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0px;
	text-align: left;
	font-weight: 500;
	margin-top: 15px;
	margin-left: 10px;
	border-radius: 10px;
	padding: 4px 10px 4px 10px;
	background-color: #e11414;
	color: #FFF;
}

#works_btn {
	width: 600px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
.button2 {
  display: inline-block;
  width: 600px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 60px;
  outline: none;
  border-radius: 30px;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  position: relative;
  z-index: 2;
  background-color: #FFF;
  border: 2px solid #fff;
  color: #000;
  line-height: 60px;
  overflow: hidden;
}
.button2:hover {
  color: #FFF;
  text-decoration: none;
  border: 2px solid #fff;
}
.button2::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  top: 0;
  left: 0;
  background-color: #ffbe19;
}



#section04 {
	position: relative;
	width: 100%;
	height: 760px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background:linear-gradient(-45deg,#ddd 0%,#ddd 50%,#eee 50%,#eee 100%);
}
#contents04 {
	position: relative;
	width:100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10000;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}
#section04 .bgImg2{
	z-index: 1000;
	width: 100%;
	height: 600px;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime2 18s infinite;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	background-size: contain;
	margin-top: 80px;
	background-color: #ddd;
}
#section04 .src1{
	display:block;
	background-image: url(../web/home/c04img01.webp);
	background-size: cover;
}
#section04 .src2{
	background-image: url(../web/home/c04img02.webp);  
	animation-delay: 6s;
	background-size: cover;
}
#section04 .src3{
	background-image: url(../web/home/c04img03.webp);  
	animation-delay: 12s;
	background-size: cover;
}
@keyframes bgAnime2 {
   0% { opacity: 0; }
   5% { opacity: 1; }
   33% { opacity: 1; }
  38% { opacity: 0; }
}

#sec04Box01 {
	position:absolute;
	width: 50%;
	height: 550px;
	top: 210px;
	left: 0;
}
#sec04Box02 {
	position:absolute;
	width: 50%;
	height: 680px;
	top: 0;
	right: 0;
}

#sec04Box01 #Bord{
	position: relative;
	width: 100%;
	height: 320px;
	background-color: rgba(255,255,255,0.7);
	z-index: 10001;
}
#sec04Box01 #Bord #tBox{
	position: absolute;
	top: 60px;
	right:60px;
	width: 370px;
	height: 200px;
	z-index: 10010;
}
#sec04Box01 .ttl1 {
	width: 370px;
	height: auto;
	font-size: 70px;
	line-height: 70px;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'Advent Pro', sans-serif;
	float: left;
}
#sec04Box01 .ttl2 {
	width: 370px;
	height: auto;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	float: left;
	margin-top: 20px;
}
#sec04Box01 .btn {
	width: 370px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	float: left;
	margin-top: 30px;
	outline: 1px solid #000;
	outline-offset: -1px;
}
#sec04Box01 .btn a{
	display: block;
	color: #000;
	transition: 0.6s;
}
#sec04Box01 .btn a:hover {
	background-color: #000;
	color: #FFF;
}
#sec04Box01 #temi{
	position: absolute;
	top: -20px;
	right: 450px;
	width: 200px;
	height: 534px;
	z-index: 10002;
}
#sec04Box01 #temi img{
	width: 200px;
	height: 534px;
}
 
#section04 .temitxt{
	position: relative;
	width: 100%;
	font-size: 30px;
	line-height: 60px;
	letter-spacing: 1px;
	text-align: center;
	font-size: 600;
	margin-top: 685px;
	float: left;
}
#section04 .temitxt span{
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 3px;
}

#sec04Box02 .txt1{
	position: absolute;
	top: -50px;
	right: 12%;
	width: auto;
	height: auto;
	z-index: 10010;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    float: right;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 55px;
	line-height: 85px;
	letter-spacing: 3px;
	font-weight: 600;
	color: transparent;
	background: repeating-linear-gradient( 0deg, #fff 0 80%, #000 80% 100% );
	-webkit-background-clip: text;
}
#sec04Box02 .txt2{
	position: absolute;
	top: 350px;
	right: 35%;
	width: auto;
	height: auto;
	z-index: 10010;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    float: right;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #FFF;
}

@media screen and (min-width:768px){
.flexslider.flex3 {display: none;}
#FBsp{display:none;}
#sec04Boxsp{ display:none;}
}
