/* ============== ヘッダー ============== */
body{
  background: #fff;
  font-size: 16px;
}
.site-logo img{
  height: 50px;
  width: auto;
  padding: 4px 0;
}
.gnav__menu{
    display: flex;
}
.gnav__menu__item{
  margin: 15px 30px;
}
.gnav__menu__item a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.gnav__menu__item a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 2px #fff;
  opacity: .7;
}
.hero{
    max-height: 500px;
    overflow: hidden;
    position: absolute;
}
.hero img{
    height: auto;
    width: 100%;
    display: none;
}
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 100px;
    width: 800px;
}
.content p{
    margin-bottom: 40px;
}
/* -------------- 下にスクロールで消えて上にスクロールで固定表示 -------------- */
.pc-header{
    background: #00000085;
    display: flex;
    justify-content: space-between;
    padding: 4px 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 99999;
    padding-right: 0;
}
.pc-header.hide{
    top: -80px;
}
/* -------------- ハンバーガーメニューヘッダー -------------- */
.sp-header{
    background: #00000085;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 99999;
}
.sp-header.hide{
    top: -80px;
}
.header__inner {
  margin: 0;
  padding: 4px 15px;
  width: 100%;
}
.sp-header li {
  list-style-type: none;
  margin-top: 30px;
}
.sp-header a {
  color: #575757;
  font-size: 14px;
}
.sp-header a:hover {
  font-weight: bold;
  border-bottom: solid 2px #575757;
  text-decoration: none;
}
.sideMenu {
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
  padding: 60px 15px;
  position: fixed;
  right: -220px;
  transition: all 0.6s;
  top: 0;
  width: 220px;
  z-index: 200;
  text-align: center;
}

.hamburger {
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  z-index: 300;
}
.hamburger span {
  background-color: #fff;
  height: 2px;
  left: 11px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
}
.hamburger__lineTop {
  top: 20px;
}
.hamburger__lineCenter {
  top: 29px;
}
.hamburger__lineBottom {
  top: 38px;
}
.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}
/* メニューが開いた時のCSS */
.nav-open .sideMenu {
  background-color: #fff;
  right: 0;
}
.nav-open .hamburger__lineTop {
  top: 26px;
  transform: rotate(45deg);
  background: #575757;
}
.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}
.nav-open .hamburger__lineBottom {
  top: 26px;
  transform: rotate(-45deg);
  background: #575757;
}
.nav-open .overlay {
  opacity: 0.8;
  visibility: visible;
}

/* ============== フッター ============== */
.bg-footer {
  width: 100%;
  height: auto;
  background: url(../img/common/footer-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
	margin-top: 160px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  /* video */
  .bg-footer{
    min-width: 768px;
  }
}
.footer-logo {
  width: 160px;
  margin: 0 auto;
}
.footer-contact {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.btn-shine {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  width: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
	padding: 2px 32px;
}
.btn-shine:hover {
  border-color: #FFF;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #000;
  color: #fff;
  text-decoration: none;
}

.footer-nav {
  width: 75%;
  margin: 15px auto;
}
.footer-nav ul {
  display: flex;
  justify-content: space-around;
}
.footer-nav ul li {

}
.footer-nav ul li a {
  color: #fff;
}
.footer-nav ul li a:hover {
  text-decoration: none;
  font-weight: bold;
  border-bottom: solid 2px #fff;
}
.copyright {
  text-align: center;
}
.copyright p {
  color: #fff;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
}


/* ============== サイト共通調整 ============== */
/*------------- スマホでテキスト改行 ------------*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/*------------ PC・SP 表示切替（990） -----------*/
@media screen and (max-width: 990px){
  .pc9 {
    display: none!important;
  }
}
@media screen and (min-width: 990px){
  .sp9 {
    display: none!important;
  }
}
/*------------ PC・SP 表示切替（768） -----------*/
@media screen and (max-width: 768px){
  .pc7 {
    display: none !important;
  }
}
@media screen and (min-width: 768px){
  .sp7 {
    display: none !important;
  }
}
/*------------ PC・SP 表示切替（600） -----------*/
@media screen and (max-width: 600px){
  .pc6 {
    display: none;
  }
}
@media screen and (min-width: 600px){
  .sp6 {
    display: none;
  }
}
/*------------ 余白調整 -----------*/
.top_50 {
  margin-top: 50px;
}
.center {
  text-align: center;
  margin: 0 auto;
}

/*------------------ Slick Slider ------------------*/
.slider {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
}
.slider img {
  height: auto;
  width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #575757 !important;
}
.slick-prev:before {
  content: '◀' !important;
}
.slick-next:before {
  content: '▶' !important;
}
/*------------------ slide logo ------------------*/
.slide {
  margin: 0 auto;
}
.slide img {
  width: 80%;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slide img {
    padding: 10px 0;
    width: 80%;
  }
}
/*------------------ トップブランド ------------------*/
.top_brand {
  margin-top: 20px;
  margin-bottom: 60px;
}
.top_brand .slide {
  margin: 0 auto;
}
.top_brand .slide li {
  position: relative;
  height: 100px;
}
.top_brand .slide li a {
  
}
.top_brand .slide li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}

/*-----------------------------------------------
トップページ各コンテンツ
-----------------------------------------------*/
.jpmark {
  background: #fff;
  color: #000 !important;
  padding: 4px;
  border-radius: 12px;
  font-size: 14px !important;
  border: solid 1px #fff;
}
.jpmark:hover {
  border-bottom: unset !important;
  background: #000;
  color: #fff !important;
  border: solid 1px #000;
  box-shadow: 0 0 6px #fff;
}
/*------------------ メインタイトル ------------------*/
.top_maintitle {
  margin-bottom: 30px;
}
.top_maintitle h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-size: 40px;
  font-family: fantasy;
  padding-bottom: 12px;
	margin-top: 30px;
}
.top_maintitle h2::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #dc3545;
}
/*------------------ スクロール誘導 ------------------*/
.scroll {
  padding-top: 150px;
}
.scroll a {
  position: absolute;
  bottom: 0;
  left: 46%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
  text-align: center;
  right: 48%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*------------------ トップ ------------------*/
.top_mv {
  width: 100%;
  overflow-x: hidden;
}
.top_mv .slider .slick-img {
  margin: 0 10px;
}
.top_mv .slider .slick-img img {
  border-radius: 12px;
}
.top_mv .thumbnail .thumbnail-img {
  margin: 0 8px;
}
.top_mv .thumbnail .thumbnail-img img {
  border-radius: 6px;
}

.gsap_area {
  height: 100vh;
  position: relative;
  margin-bottom: 1200px;
}
.gsap_001 {
  position: absolute;
  left: 60px;
  top: 120px;
  font-size: 44px;
  line-height: 1.2;
  font-family: fantasy;
}
.gsap_002 {
  position: absolute;
  left: 60px;
  top: 260px;
  font-size: 18px;
  line-height: 2;
  font-family: serif;
  z-index: 10;
  text-shadow: 1px 1px 4px black;
}
.gsap_003 {
  position: absolute;
  left: 60px;
  bottom: 0;
  max-width: 180px;
  height: auto;
}
.gsap_003 img {
  
}
.gsap_004 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 80vw;
  height: auto;
  opacity: 0;
}
.gsap_004 img {
  
}
.gsap_mb200 {
  margin-bottom: 300px !important;
}

/*------------------ トップ動画 ------------------*/
.top {
  position: relative;
}
.top_kv{
  position: relative;
}
.top_kv .top_musk {
  
}
.top_kv video {
  position: relative;
  top: 0;
  width: 100%;
}
.top_kv .top_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: #0000007d;
  width: 100%;
  height: 100%;
}
.top_kv .top_copy img {
  width: 240px;
  margin-bottom: 30px;
  margin-top: 120px;
}
.top_kv .top_copy .main-copy{
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
.top_kv .top_copy .sub-copy{
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* kv */
  .top_kv{
    min-width: 768px;
  }
  .top_kv .main-copy{
    font-size: 46px;
    margin-bottom: 20px;
    font-family: fantasy;
  }
  .top_kv .sub-copy{
    font-size: 30px;
  }
  /* video */
  .top_mov{
    min-width: 768px;
  }
}
@media screen and (max-width: 1150px) {
  .top_kv .top_copy img {
    width: 160px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top_kv .top_copy img {
    width: 240px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .top_kv .top_copy .main-copy {
    font-size: 22px;
	  margin-top: 100px;
  }
  .footer-contact {
    margin-top: 22px;
    margin-bottom: 0;
  }
}

/*------------------ トップ通知 ------------------*/
.top_notice {
  border: dashed 1px #ccc;
  padding: 16px;
  border-radius: 8px;
}
.top_notice h2 {
  font-size: 20px;
  font-weight: bold;
  color: #dc3545;
  margin-bottom: 10px;
  border-bottom: solid 1px;
}
.top_notice h3 {
  font-size: 18px;
  margin: 16px 0;
}
.top_notice h4 {
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.top_notice a {
  border: solid 2px #dc3545;
  padding: 6px 12px;
  color: #dc3545;
  font-weight: bold;
  border-radius: 6px;
}
.top_notice a:hover {
  text-decoration: none;
  background: #dc3545;
  color: #fff;
}
.top_notice p {
  line-height: 20px;
}
.notice-ad {
  border: solid 2px #dc3545;
  border-radius: 8px;
  padding: 0 15px 20px 15px;
  margin-top: 20px;
}
.notice-ad h3 {
  color: #dc3545;
  font-size: 18px;
  font-weight: bold;
}
.notice-ad2 {
  display: inline-block;
  border: solid 2px #dc3545;
  border-radius: 8px;
  padding: 20px 15px;
  width: 100%;
}
.notice-ad2 h3 {
  color: #dc3545;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

/*------------------ トップスライド ------------------*/
.slide_area {
  
}
.slide_area .slide {
  
}
.slide_area .slide li {
  text-align: center;
  margin: 0 8px;
  position: relative;
}
.slide_area .slide li a {
  
}
.slide_area .slide li a img {
  width: 100%;
  padding: 0;
  border-radius: 8px;
}
.slide_area .slide li a h3 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 12px;
  font-family: fantasy;
  border-bottom: solid 1px red;
  display: inline-block;
  display: none;
}
.slide_area .slide li a p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  padding: 3px 0;
}
.slide_area .slide li a:hover {
  
}



@media screen and (max-width: 1150px) {

}
@media screen and (max-width: 768px) {
  .top_mv video {
    width: auto;
    height: 60vh;
  }
}



/*------------------ トップカテゴリー ------------------*/
.top_newitem {
  margin-top: 60px;
  margin-bottom: 80px;
}
.newitem_box {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.newitem_box img {
  width: 100%;
}
.newitem_title {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  background: #000000ad;
  width: 100%;
  padding: 8px 0;
}
/*------------------ トップニューアイテム ------------------*/
.top_new {
  margin-top: 60px;
  margin-bottom: 80px;
}
.top_newarea {
  
}
.archive-list {
  
}
.archive-list img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.archive-list h3 {
  margin-top: 6px;
}

/*------------------ トップインフォ ------------------*/
.top_info {
  margin-top: 60px;
  margin-bottom: 80px;
}
.top_youtube {
  
}
.top_insta {
  
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_insta img {
  width: 100%;
  height: auto;
}
.yt-btn {
  margin-top: 20px;
  text-align: center;
}
.yt-btn a {
  font-size: 18px;
  padding: 6px 30px;
  border: solid 1px #fff;
  color: #fff;
}
.yt-btn a:hover {
  background: #fff;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.ig-btn {
  margin-top: 20px;
  text-align: center;
}
.ig-btn a {
  font-size: 18px;
  padding: 6px 30px;
  border: solid 1px #fff;
  color: #fff;
}
.ig-btn a:hover {
  background: #fff;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .fb-responsive {
    width: 100%;
    max-width: 350px;
  }
}

/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.cform tr {
  
}
.cform th {
  font-size: 14px;
  width: 25%;
  border: solid 1px #d6d6d6;
  padding: 10px 0 10px 15px;
  font-weight: normal;
  background: #e9ecef;
  color: #575757;
  vertical-align: middle;
}
.cform td {
	font-size: 14px;
	line-height: 150%;
	border: solid 1px #d6d6d6;
	padding: 10px 5px;
  background: #f8f9fa;
}
.cform {
	width: 80%;
	margin: auto;
}
.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: 100%;
}
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 8pt;
	padding: 5px;
	background: #adb5bd;
	color: #fff;
	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: #000;
	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: #575757;
  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: #dc3545;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

/*------------ モーダルウィンドウ -----------*/
.md-btn {
  margin-top: 10px;
}
.md-btn_a {
  background: #f7f7f7;
  display: inline-flex;
  padding: 2px 80px;
  color: #575757;
  font-weight: 600;
  border-radius: 18px;
  border: solid 1px rgb(0 0 0 / 50%);
  font-size: 14px;
}
.md-btn_a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window.modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
  border: unset !important;
}
.modal-content {
  overflow-y: auto;
  text-align: left;
  border: unset !important;
}
.modal-content h4 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: dashed 1px rgb(0 0 0 / 50%);
  color: #575757;
  margin-bottom: 8px;
  padding-bottom: 3px;
}
.modal-content p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 18px;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

/*-----------------------------------------------
下層ページ
-----------------------------------------------*/
/*------------------ 下層全体 ------------------*/
.content-area {
  
}
.site-main {
  padding-bottom: 60px;
}
.lower-area {
  padding: 40px 0;
}
/*------------------ 下層ヘッダー ------------------*/
.entry-header {
  position: relative;
}
.entry-header img {
  object-fit: cover;
  width: 100%;
}
.entry-header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .entry-header img {
    height: 200px;
  }
  .entry-header h2 {
    font-size: 28px;
    width: 90%;
    text-align: center;
  }
}
/*------------------ 投稿ページ（次、前の記事） ------------------*/
.prev_next {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.prev_next .prev {
  
}
.prev_next .next {
  
}


/*-----------------------------------------------
下層コンテンツ
-----------------------------------------------*/
.lower {
  margin-top: 60px;
  margin-bottom: 60px;
}
/*------------------ 見出し------------------*/
.lower h2 {
  font-size: 30px;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
}
.lower h2 span {
  font-size: 18px;
  display: block;
  padding-top: 8px;
  color: #afafaf;
  font-family: fantasy;
  font-weight: normal;
}
.lower h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #dc3545;
}
.lower2 h2 {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #575757;
  margin-bottom: 30px;
}
.lower2 h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding-top: 8px;
  color: #6c757d;
}
.lower2 h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #d69738;
}
/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 60px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 5px 10px;          /* 余白指定 */
}
.com-about th {
  background-color: #575757;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
  vertical-align: middle;
}
.com-about td {
  background-color: #dee2e6;
  padding-left: 36px;
  vertical-align: middle;
  color: #575757;
  padding-top: 10px;
  padding-bottom: 10px;
}
.com-about tr {
  border-bottom:  solid #000; /* 線指定 */
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
  }
  .com-about td {
    padding-left: auto;
  }
}
/*------------------ 沿革のステップ------------------*/
.com-history {
  
}
.com-history .flow {
  position: relative;
}
.com-history .flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #dee2e6;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
.com-history .flow > li {
  position: relative;
}
.com-history .flow > li:not(:last-child) {
  margin-bottom: 36px;
}
.com-history .flow .com-right dl {
  padding-left: 50%;
  position: relative;
}
.com-history .flow .com-left dl {
  padding-right: 50%;
  position: relative;
  text-align: right;
}
.com-history .flow > li dl::before,
.com-history .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.com-history .flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: 49.7%;
}
.com-history .flow .com-right dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 50%;
}
.com-history .flow .com-left dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  right: 50%;
}
.com-history .flow .com-right dl dt {
  font-size: 22px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
  margin-left: 60px;
}
.com-history .flow .com-right dl dd {
  margin-left: 60px;
}
.com-history .flow .com-left dl dt {
  font-size: 22px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
  margin-right: 60px;
}
.com-history .flow .com-left dl dd {
  margin-right: 60px;
}
@media only screen and (max-width:767px) {
  .com-history .flow::before {
    left: 3%;
  }
  .com-history .flow .com-right dl {
    padding-left: 0%;
  }
  .com-history .flow > li dl::before {
    left: 1.7%;
  }
  .com-history .flow .com-right dl::after {
    left: 3%;
  }
  .com-history .flow .com-left dl {
    padding-right: 0;
    text-align: left;
  }
  .com-history .flow .com-left dl::after {
    right: 83%;
  }
  .com-history .flow .com-left dl dt {
    margin-right: unset;
    margin-left: 60px;
  }
  .com-history .flow .com-left dl dd {
    margin-right: unset;
    margin-left: 60px;
  }
}

/*-----------------------------------------------
記事一覧
-----------------------------------------------*/
.archive-list {
  position: relative;
}
.archive-list img {
  position: relative;
}
.archive-list h3 a {
  font-size: 16px;
  color: #575757;
  font-weight: bold;
  margin: 6px 0;
}
.archive-list h3 a:hover {
  color: #d69738;
  text-decoration: none;
}
.archive-list p {
  position: absolute;
  top: 0;
  background: #000;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
}
.archive-list p a {
  color: #fff;
}

/*-----------------------------------------------
下層ページ各種
-----------------------------------------------*/
.origin {
  font-size: 20px;
  line-height: 32px;
}
.l-service img {
  width: 100%;
}
.l-service h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 32px;
  border-bottom: solid 2px #dc3545;
  margin-top: 30px;
}
.serve-banner {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  text-align: center;
}
.serve-banner a {
  
}
.serve-banner a img {
  width: 96%;
}

.ig-area {
	text-align: center;
}
.ig-icon {
	width: 160px !important;
}
.ig-logo {
	width: 180px !important;
}

	.customer_form td label {
		color: #fff !important;
	}
@media only screen and (max-width:767px) {

	.customer_form th {
		color: #fff !important;
	}
}





/*-----------------------------------------------
RWBページ
-----------------------------------------------*/
.rwb_page {
  width: 100%;
  overflow: hidden;
}
.rwb_page h2 {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 7px black;
}
.rwb_page h3 {
  font-family: "Kaisei Tokumin", serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 5px black;
}
.description{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}
.container{
    width: fit-content;
    color: white;
}
.container h2{
    font-size: 40px;
}
.container p{
    width: 100%;
    text-align: center;
}
.vertical-slider__wrap{
    width: fit-content;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
}
.vertical-area{
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.heading-wrap{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}
.vertical-area h2{
    color: white;
    font-size: 44px;
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
}
.vertical-area h3{
    color: white;
    font-size: 26px;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 8px 0;
}
.vertical-area .img-wrap{
    width: 80%;
    height: 80%;
    position: relative;
    overflow: hidden;
}
.vertical-area .img-wrap .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.1);
    z-index: 1;
}
.vertical-area .img-wrap img{
    width: 130%;
    height: 130%;
    object-fit: cover;
}
.last-area{
    background-color: #000;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.last-area h2{
    color: white;
    font-size: 40px;
    text-align: center;
}

.description {
  
}
.description .container {
  
}
.description .container h2 {
  margin-bottom: 6px;
}
.description .container h3 {
  font-family: "Kaisei Tokumin", serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 5px black;
  color: white;
  font-size: 26px;
  line-height: 1.5;
}
.description .rwb-last {
  text-align: center;
}

@media only screen and (max-width:767px) {
  .description .container h2 {
    font-size: 52px;
    line-height: 1.1;
  }
  .description .container h2 span {
    font-size: 32px;
    line-height: 2;
  }
  .vertical-area h2 {
    text-align: left;
    margin-left: 15px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-size: 42px;
  }
  .vertical-area h3 {
    text-align: left;
    line-height: 1.5;
    font-size: 24px;
    padding-left: 15px;
  }
  .description .rwb-last h2 {
    text-align: left;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .description .rwb-last h3 {
    text-align: left;
    font-size: 24px;
    line-height: 1.6;
  }
}

/* 横スクロールセクション */

/*-----------------------------------------------
リスペクトページ
-----------------------------------------------*/
.description2 {
  height: 100vh;
  width:100vw;
  position: relative;
}
.description2 .messe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  line-height: 3;
  width: 100%;
  text-shadow: 0 0 6px BLACK;
}
.description2 .messe h2 {
  font-size: 32px;
  line-height: 2;
}
.description2 .messe h3 {
  font-size: 44px;
  font-weight: bold;
  line-height: 2;
}
.description2 .messe p {
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
}
.rwb_back {
  position: relative;
}
.rwb_back .back001 {
  
}
.rwb_back .back001 img {
  position: absolute;
  z-index: -10;
}
.rwb_400 {
  top: -400px;
}
.pd-600 {
  padding-bottom: 600px;
}

@media only screen and (max-width:767px) {
  .description2 .messe h3 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .description2 .messe p {
    margin-bottom: 30px;
    text-align: left;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.6;
  }
  .description2 .messe h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .rwb_400 {
    top: -200px;
  }
  .rwb_200 {
    top: -200px;
  }
}



/*-----------------------------------------------
トップページ　SNSリンク
-----------------------------------------------*/
.slidearea {
  
}
.slidearea .slide_sns {
  
}
.slidearea .slide_sns li {
  margin: 0 15px;
}
.slidearea .slide_sns li a {
  
}
.slidearea .slide_sns li a img {
  
}
.slidearea .slide_sns li a:hover {
  
}



/*-----------------------------------------------
トップページ　コンセプト
-----------------------------------------------*/
.top_concept {
  position: relative;
  height: 100vh;
  margin-bottom: 200px;
}
.top_concept h3 {
  font-size: 44px;
  line-height: 1.2;
  font-family: fantasy;
  margin-left: 50px;
  margin-bottom: 30px;
}
.top_concept h4 {
  font-size: 18px;
  line-height: 2;
  font-family: serif;
  text-shadow: 1px 1px 4px black;
  margin-left: 50px;
}
.top_concept .cp_img {
  position: absolute;
  left: 50px;
  bottom: 0;
}
.top_concept .cp_img img {
  width: 200px;
}
.top_concept .cp_bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.top_concept .cp_bg img {
  width: 75vw;
}
@media only screen and (max-width:767px) {
  .top_concept {
    
  }
  .top_concept h3 {
    margin: 0 15px;
    margin-bottom: 30px;
  }
  .top_concept h4 {
    margin: 0 15px;
    margin-bottom: 30px;
  }
  .top_concept .cp_img {
    
  }
  .top_concept .cp_img img {
    
  }
  .top_concept .cp_bg {
    
  }
  .top_concept .cp_bg img {
    width: 100vw;
  }
}