/*################################################################# */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* {
		margin: 0;
		padding: 0;
	}
	html{
		font-size: 62.5%;
	}
body {
/* 画像ファイルの指定 */
	margin: 0;
	height: 100%;
	color: white;
/*	text-align: justify;*/
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	background-color: #FFF;
/*  background:url(../../assets/img/pattern.svg) ;*/
  background-size: contain;
  background-repeat: repeat;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

p {
	padding: 0;
		font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: #333;
	line-height: 2.8rem;
	margin-top: 1.5rem

}
img {
	height: auto;

}




.hr2 {
  margin-top: 60px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px dotted #ddd;
}


a {
	padding: 0;
	margin: 0;
	color: #FFF;
}
a:hover,
a:focus {
   opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);  /* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity .3s ease-out;
-moz-transition: opacity .3s ease-out;
-ms-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
}


a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);  /* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}

.xs { font-size: xx-small } /* 小2 */
.xm { font-size: x-small }  /* 小1 */
.sm { font-size: small }    /* 小 */
.md { font-size: medium }   /* 標準 */
.la { font-size: large }    /* 大 */
.xr { font-size: x-large;  }  /* 大1 */
.xl { font-size: xx-large; line-height: 1.0em;  } /* 大2 */
.xxl { font-size: 4.8rem; line-height: 4.8rem;  } /* 大2 */
.sr { font-size: smaller }  /* 一段階小さい */
.red { color:#ab1a2d;}
.white{ color:#FFFFFF;}
.gold{color: #b99a47;}
.org a {color: #e35b00;}
.em { font-weight: bold;}
.minc{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}


/*youtube responsive*/
.video-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.video-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}



.bg_g{
	/*background-color: #fafafa;*/
  text-align: center;
	padding: 60px 0 60px ;
	background-color: #bc9135;
	background-image: repeating-linear-gradient(45deg,
	#a87d31, #a87d31 1px,
	transparent 0, transparent 6px);
}
.bg_g p{color: #FFF}
.bg_g a{color: #ab1a2d;}

.bg_g h3{
  color: #FFF;
  font-size: 36px;
}

.bg_g2{
  /*background-color: #fafafa;*/
  text-align: center;
  padding: 60px 0 60px ;
  background-color: #B09957;
  background-image: repeating-linear-gradient(45deg,
  #A37341, #A37341 1px,
  transparent 0, transparent 6px);
}
.bg_g2 p{color: #FFF}
.bg_g2 a{color: #ab1a2d;}

.bg_g2 h3{
  color: #FFF;
  font-size: 36px;
}

#lines-canvas {
            position: fixed;
              top: 0;
              left: 0;
              z-index: -20;
        }





/*Wrap*/
.container100 {
  padding-right: 45px;
  padding-left: 45px;
  margin-right: auto;
  margin-left: auto;
}

/*VIDEO*/

.clearfix:after, .p-section:after, .p-section2:after, .p-message__profile:after, .p-access__text li:after {
  content: "";
  display: block;
  clear: both;
}

.p-video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  overflow: hidden;
  z-index: 0;
}

@media (max-width: 768px) {
  .p-video-container {
    min-height: inherit;
  }
}

.p-video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-section {
  height: 100vh;
  min-height: 900px;
  position: relative;
  z-index: 1;
}

.p-section h1 {
 font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
 font-size: 24px;
 text-align: center;
 margin-top: 30px;
}

@media (max-width: 768px) {
  .p-section {
    height: auto;
    min-height: inherit;
  }
}

#top {
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}
@media (max-width: 768px) {
  #top {
    height: 100vh;
  }
}

.p-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.PcView {
  display:block;
}
.SpView {
  display:none;
}

  .bg_w h2{
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center;           /* デフォルトCSS打ち消し */
    font-size:  24px;       /* 文字サイズ指定 */
    padding-bottom:  5px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    color: black;
}


/*	################################################################
SLIDER
################################################################# */
.wrap {
	/*margin: 60px 0 0 15%;*/
  margin: 60px 0 ;
}
.wrap_sp {
	margin: 60px 0 0 0;
}
.wrap img{
width: 100%;
}
#slide_wrap {
  position: relative;
  overflow: hidden;
}
#slide_wrap .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
}
#slide_wrap .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrap .slide_item.show_ {
  opacity: 1;
}
#slide_wrap .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrap .slide_item img {
  display: block;
}


/*LOGO_CENTER*/
.imgontext {/*親div*/
  position: relative;/*相対配置*/
  z-index: 0;
  background-color: black;
  border-radius: 12px;
  text-align: center;
  }

.imgontext h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  z-index: 9999;
  color: white;
  /*文字の装飾は省略*/
  }


  .imgonimg {
    position:relative;
    top: 50%;
}

.imgonimg .background { z-index: 0; }

.imgonimg .photo {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.imgonimg .photo img {
    width: 30%;
    max-width: 200px;
    height: auto;
}


/*  ################################################################
Fancybox
################################################################# */

.fancyArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.fancyArea a {
  width: 24%;
}
.fancyArea a img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}
.fancyArea h4{
  font-size: 2.4rem;
  color: #ab1a2d;
}

.fancyArea2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.fancyArea2 a {
  width: 24%;
}
.fancyArea2 a img {
  width: 250px;
  height: 350px;
  object-fit: cover;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
.fancyArea a img {

  height: 100px;
  margin-bottom: 10px;

}
}

/*  ################################################################
Pagetop
################################################################# */
.pagetop{
    position:fixed;
    bottom:5px;
    right:5px;
    z-index: 99999;
}
.pagetop p a{
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    /*padding:15px 15px;*/
    background:#41afcb;
    color:#FFF;
    text-decoration: none;
    border-radius:50%;
    line-height: 60px;
    margin-right: 15px;

}
.pagetop p a:hover{
    background:#eee;
    color:#555;
}



@media screen and (min-width:768px) {
	.sp{display: none;}
}
@media screen and (max-width:767px) {
	.pc {display: none;}
}


/*  ################################################################
  TABLE
################################################################# */

section table   { width: 100%; }
section th, section td  { padding: 0px; border: 1px solid #000; }
section th  { background: #ab1a2d; }
.demo01 th  { width: 30%; text-align: left; background-color: #ab1a2d; }
.demo01 th p{color: white;}

@media only screen and (max-width:767px){
    .demo01 { margin: 0 0px; }
    .demo01 th,
    .demo01 td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .demo01 tr:first-child th   { border-top: 1px solid #ddd; }
}

.about_container{
	padding: 0 15px;
	width: 100%;
}
.waku
{ border: 1px solid #ddd; }




#FrontScroll {
  z-index: 999999999;
position:absolute;
bottom:-30px;
right:60px
}

#FrontScroll p {
border-right:1px solid #fff;
color:#fff;
text-transform:uppercase;
font-family:'Work Sans',sans-serif;
font-size:10px;
font-weight:400;
padding:20px 20px 60px 0
}

/*	################################################################
	FOOTER SECTION
################################################################# */
footer{
  background-color: #F7F7F7;
  margin-top: 60px;
	padding: 60px 0;
}
footer p{
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #555555;
  text-align: center;
}


ul {
  list-style-type: none;
  padding-left: 0;
}
li {
  width: 300px;
  height: 50px;
  padding: 5px;
  margin: 5px;
}
.inline-block {
  text-align: center;
}
.inline-block li {
  display: inline-block;
}

@media screen and (min-width:767px) {

}
@media screen and (max-width:768px) {
  .under{
  font-size: 3.6rem;
  margin-bottom: 30px;
}

	.bg_w p {
		font-size: 1.4rem;
	}
	.bg_g p {
		font-size: 1.4rem;
	}
	.top_title h2{
	font-size: 4.2rem;
	}
	.footer_contact h2{
	font-size: 4.2rem;
	}
	.wrap_news{
		width: 100%;
		margin: -40px 0 0 auto;
	}
	.toptitle_marg{
		margin-top: 60px;
	}
	.toptitle_marg_sp{
		margin-top: -20px;
	}
	.ticker {
	padding: 15px 25px 50px 25px;
	}
  .wrap{
    margin: 15px 0;
  }
}
