@charset "utf-8";
/*-----------------------------------------------
サイト構成
-----------------------------------------------*/
/* ============== 全体 ============== */
#wrap div {
  width: 100%;
  height: 100vh;
  line-height: 100vh;
  text-align: center;
  font-size: 30px;
}
.page1 {
  position: relative;
}
.page1 .top-page1 {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.page1 .top-slidelogo {
  position: absolute;
  top: 13%;
  left: 3%;
  width: 500px;
}
.page1 h3 {
  position: absolute;
  bottom: 18%;
  right: 3%;
  text-align: right;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-shadow: 2px 2px 8px BLACK;
}
.page1 h3 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: -10px;
}
.page1 h3 span {
  font-size: 36px;
  margin-right: 10px;
}
.page1 h3 span2 {
  font-size: 69px;
  font-weight: bold;
}
.page1 ol {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  padding: 0;
  height: 10%;
}
.page1 ol li {
  padding: 0 8px;
}
.page1 ol li a {
  line-height: 1.5;
}
.page1 ol li a img {
  
}
.page1 ol li a span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page1 .top-slidelogo {
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .page1 h3 {
    bottom: 30%;
  }
  .page1 ol {
    height: 22%;
    flex-wrap: wrap;
  }
  .page1 ol li {
    width: 20%;
    margin-bottom: 10px;
  }
  .page1 ol li a {
    line-height: 1;
  }
  .page1 ol li a span {
    font-size: 12px;
  }
}

.page2 {
  position: relative;
}
.page2 .top-page2 {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.page2 video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  background: rgba(255, 255, 255, .5);
  padding: 30px 15px;
  border-radius: 20px;
}
.page2 .fb-page {
  width: unset !important;
  height: unset !important;
  line-height: unset !important;
  text-align: unset !important;
  font-size: unset !important;
}
@media screen and (max-width: 768px) {
  .page2 video {
    width: 98%;
    padding: 30px 8px;
  }
}

.page3 {
  position: relative;
}
.page3 .top-page3 {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.page3 section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  background: rgba(255, 255, 255, .5);
  padding: 15px 15px;
  border-radius: 20px;
}
.page3 section h3 {
  text-align: center;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-shadow: 2px 2px 8px #fff;
  font-size: 40px;
  color: #000;
  margin-bottom: 8px;
}
.page3 section ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.page3 section ol li {
  width: 33%;
  padding: 4px;
}
.page3 section ol li img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .page3 section {
    width: 94%;
    padding: 15px 6px;
  }
  .page3 section ol li {
    width: 50%;
  }
}

.page4 {
  position: relative;
}
.page4 .top-page4 {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.page4 section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  background: rgba(255, 255, 255, .5);
  padding: 15px 15px;
  border-radius: 20px;
  display: flex;
}
.page4 section li {
  
}
.page4 section .page4-li1 {
  width: 60%;
}
.page4 section .page4-li1 iframe {
  margin-bottom: 12px;
}
.page4 section .page4-li1 h4 {
  text-align: left;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-shadow: 2px 2px 8px #fff;
  font-size: 28px;
  color: #000;
  margin-bottom: 4px;
}
.page4 section .page4-li1 p {
  line-height: 1.6;
  font-size: 16px;
  text-align: left;
  color: #000;
  font-weight: bold;
  text-shadow: 0 0 8px #fff;
}
.page4 section .page4-li2 {
  width: 40%;
  max-height: 500px;
}
.page4 section .page4-li2 .fb-page {
  width: unset !important;
  height: unset !important;
  line-height: unset !important;
  text-align: unset !important;
  font-size: unset !important;
}
.page4 .copyright {
  margin: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  top: auto;
  line-height: 1;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .page4 section .page4-li1 {
    width: 100%;
  }
  .page4 section .page4-li1 iframe {
    width: 100%;
    height: auto;
  }
}


/*-----------------------------------------------
下層
-----------------------------------------------*/
/* ============== コピーライト ============== */
.low-footer {
  margin-top: 80px;
}
.low-footer p {
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
/* ============== 背景 ============== */
.low-page {
  position: relative;
}
.low-bg {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: -24px;
}
.low-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ============== 内容 ============== */
.low-base {
  margin: 0 auto;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
.low-contents {
  margin: 0 auto;
  background: rgba(0, 0, 0, .7);
  width: 90%;
  padding: 30px 15px;
  border-radius: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .low-base {
    top: 60px;
  }
}

.low-maintitle {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: solid 1px #727272;
  padding-bottom: 80px;
}
.low-maintitle h2 {
  text-align: center;
  font-size: 36px;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 900;
  margin-bottom: 30px;
}
.low-maintitle h3 {
  display: block;
  font-family: 'Tangerine', cursive;
  font-weight: 900;
  transform: rotate(-15deg);
  font-size: 66px;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: .8;
  color: #bfff00;
}
.low-maintitle h4 {
  text-align: center;
  font-size: 22px;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .low-maintitle {
    margin-top: 60px;
    padding-bottom: 20px;
  }
  .low-maintitle h3 {
    transform: rotate(-12deg);
    font-size: 30px;
    top: -60px;
    left: -10px;
  }
  .low-maintitle h4 {
    font-size: 18px;
    line-height: 1.6;
  }
}

/* ============== スライド（中央拡大） ============== */
.center-slide {
  margin: 0 auto;
  margin-bottom: 50px;
}
.center-img {
}
.center-img a {
}
.center-img a img {
  height: auto;
  opacity: .3;
  transform: scale(.9);
  transition: opacity .5s, transform .5s;
  width: 100%;
  position: relative;
  z-index: -1;
}
.center-slide .slick-center img {
  opacity: 1;
  transform: scale(1.2);
  position: relative;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .center-slide .slick-center img {
    transform: scale(1);
  }
}

/* ============== ABOUT ============== */
.about-main {
  margin-top: 50px;
  margin-bottom: 60px;
}
.about-main p {
  text-align: center;
  line-height: 3;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 900;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .about-main p {
    text-align: left;
    line-height: 2;
  }
}

/* ============== COMPANY ============== */
.company-main {
  margin-bottom: 20px;
}
.company-main h3 {
  font-family: 'Averia Serif Libre', serif;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 20px;
}
.company-main p {
  margin-bottom: 8px;
}

/* ============== RWB STYLE ============== */
.style-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.style-list li {
  width: 31%;
  position: relative;
  margin: 0 1%;
  margin-bottom: 30px;
}
.style-list li a {
  
}
.style-list li a:hover {
  
}
.style-list li a img {
  height: auto;
}
.style-list li a h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  background: rgba(0, 0, 0, .9);
  text-align: center;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 900;
  font-size: 19px;
  margin: 0;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .style-list li {
    width: 100%;
  }
}

/* ============== LINKS ============== */
.links {
  margin-top: 60px;
}
.links h5 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 2px 6px #bfff00;
}
.link-list {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link-list a {
  margin: 8px 6px;
  text-align: center;
  background: #000;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: bold;
  box-shadow: 2px 2px 2px #ccc;
  font-size: 18px;
}
.link-list a:hover {
  background: #fff;
  color: #000;
}


/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.cform {
	width: 80%;
	margin: auto;
}
.cform tr {

}
.cform th {
	font-size: 14px;
	width: 25%; /*変なところで改行される場合はここの数字を変更します。*/
	border: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: bold;
	vertical-align: middle;
}
.cform td {
	font-size: 14px;
	border: solid 1px #d6d6d6;
	padding: 10px 5px;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 99%;
  margin: 0 5px;
}
.required-srt {
	font-size: 10pt;
  font-weight: bold;
	padding: 5px;
	background: #d8000f;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 10pt;
  font-weight: bold;
	padding: 5px;
	background: #adb5bd;
	color: #000;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
  .cform {
    width: 100%;
  }
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}
.submit-btn input {
	background: #d8000f;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 2px #000 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}
.submit-btn input:hover {
	background: #fff;
	color: #000;
  font-weight: bold;
}
/*------------------ ステップ（お問い合わせ）------------------*/
.stepBar {
  display: flex;
  max-width: 80%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #e0e0e0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #e0e0e0;
  color: #000;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #e0e0e0;
}
.stepBar .visited span {
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}



/*-----------------------------------------------
大見出し
-----------------------------------------------*/

/* ============== 大タイトル ============== */

/* -------------- 小タイトル -------------- */

