<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body{
	background-color: #000000;
	font-family: 'Noto Serif JP', serif; /* 明朝太め */
	/* font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
	color: #FFFFFF;
	}

a.widelink {
	display: block;
}

.tile-text{
	font-size: 2.0em;
	color: #DA0012;
	position:absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	}

.pc {
	display: block !important;
	}
	
.sp {
	display: none !important;
	}
	
/*——　文字の右にライン　——*/
.title-border {
display: flex;
align-items: center;
margin-top: 10px;
margin-bottom: -20px;
}
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:after {
margin-left: 1rem;
}


/* ページ内アンカーリンク ヘッダ分ずらす */
html {
  scroll-padding-top: 50px; /* 固定ヘッダの高さ分 */
}

/* トップへ戻るボタン */
#page-top {
    position: fixed;
    bottom: 5px;
    right: 15px;
    font-size: 1.5em;
}

#page-top a {
    background-color: #DA0012;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 15px 10px;
    text-align: center;
    display: block;
    border-radius: 10px;
}

#page-top a:hover {
    text-decoration: none;
    background-color: #FA2032;
}

/* サマリーのアコーディオンの三角を消す */
/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

/* FAQアコーディオン */
.acd-check{
    display: none;
}
.acd-label{
	text-align: left;
    background: #000000; /* 333 */
	border-bottom: 2px solid #DA0012;
    color: #FFFFFF;
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-content{
    border: 1px solid #686D71; /* 333 */
    background: #E3E5E6; /* 333 */
    color: #000000;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .2s;
    visibility: hidden;
}

.acd-content p{
	text-align: left;
	font-size: 0.9em;
}

.acd-check:checked + .acd-label + .acd-content{
	min-height: 20px;
	height: auto !important;
	height: 20px;
    opacity: 1;
    padding: 5px;
    visibility: visible;
}

/* ナビゲーションドロワー */
.btn {
    background:transparent url(btn.png) no-repeat 0 0;
    display: block;
    width: 50px;
    height: 50px;
    position: fixed; /* absolute; */
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 200;
}
.peke {
    background-position: -50px 0;
}
.drawr {
    display: none;
    background-color:rgba(0,0,0,0.6);
    position: fixed; /* absolute; */
    top: 0px;
    right:0;
    width:260px;
    padding:60px 0 20px 20px;
    z-index: 100;
}

#menu li {
    width:260px;
	list-style: none; /* liの点を消す */
}

#menu li a {
    color:#fff;
    display: block;
    padding: 10px;
}

/*========= SNSボタン ===============*/

/* Twitter */
.btn-twitter {
  width: 120px;
  display: inline-block;
  padding: .6em 1em .6em 2.5em;
  margin: 0 0 .4em;
  background-color: #55acee;
  color: #fff;
  font-size: 1.4em; /* 16 */
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.btn-twitter::after {
  position: absolute;
  content: '\f099';
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  top: 50%;
  left: .5em;
  transform: translateY(-50%);
  font-size: 1.4em;
}

/* Facebook */
.btn-facebook {
  width: 120px;
  display: inline-block;
  padding: .6em 1em .6em 2.5em; /* .6em .8em .6em 2.5em */
  margin: 0 0 .4em;
  background-color: #315096;
  color: #fff;
  font-size: 1.4em; /* 16 */
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.btn-facebook::after {
  position: absolute;
  content: '\f09a';
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  top: 50%;
  left: .5em;
  transform: translateY(-50%);
  font-size: 1.2em;
}

/* はてなブックマーク */
.btn-hatena {
  width: 120px;
  display: inline-block;
  padding: .6em 1em .6em 2.5em;
  margin: 0 0 .4em;
  background-color: #008fde;
  color: #fff;
  font-size: 1.4em; /* 16 */
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.btn-hatena::after {
  position: absolute;
  content: "B!";
  top: 50%;
  left: .5em;
  transform: translateY(-50%);
  font-size: 1.4em;
  font-weight: bold;
}

/* LINE */
.btn-line {
  width: 120px;
  display: inline-block;
  padding: .6em 1em .6em 2.5em;
  margin: 0 0 .4em;
  background-color: #1dcd00;
  color: #fff;
  font-size: 1.4em; /* 16 */
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.btn-line::after {
  position: absolute;
  content: "\f3c0";
  font-family: 'Font Awesome 5 Brands';
  top: 50%;
  left: .5em;
  transform: translateY(-50%);
  font-size: 1.4em;
  font-weight: 400;
}

/* Pocket */
.btn-pocket {
  width: 120px;
  display: inline-block;
  padding: .6em 1em .6em 2.5em;
  margin: 0 0 .4em;
  background-color: #EE4056;
  color: #fff;
  font-size: 1.4em; /* 16 */
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.btn-pocket::after {
  position: absolute;
  content: '\f265';
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  top: 50%;
  left: .5em;
  transform: translateY(-50%);
  font-size: 1.4em;
}

/*========= スクロールダウンのためのCSS ===============*/


/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:1%;
  right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
  position: absolute;
  left:-20px;
  bottom:10px;
    /*テキストの形状*/
  color: #eee; /* #eee */
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee; /* #eee */
    transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  right:0;
    /*矢印の形状*/
  width:1px;
  height: 50px;
  background: #eee; /* #eee */
}

/*========= レイアウトのためのCSS ===============*/

h1{
  position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color:#eee;
  text-shadow: 0 0 15px #333;
  text-align: center;
}

#header{
  width:100%;
  height: 100vh;
  position: relative;
} 

#header:before{
  content: '';
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height: 100vh;
  /*背景画像設定*/
  /* background:url("../images/img_00.png") no-repeat center; */
  /* background:url("../images/slide04.jpg") no-repeat center; */
  background-size: cover;
}

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

#container{
  position: relative;
  z-index:1;
  background: rgba(0,0,0,0.8);
  padding: 50px 0;
  text-align: center;
}

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

    #header,
    #header:before{
	height: 90vh;    
    }

.pc {
	display: none !important;
	}
	
.sp {
	display: block !important;
	}

}

/* Swiper.jsで背景をズームさせる用 */
@-webkit-keyframes zoomUp {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
}

@keyframes zoomUp {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
-webkit-animation: zoomUp 12s linear 0s;
animation: zoomUp 12s linear 0s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.swiper-slide {
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.slide-img {
background-size: cover; /* cover */
background-position: center center;
  width: 100%;
  aspect-ratio: 16 / 6.4; /* height: 75vh */ ;
}

.slide-text {
position: absolute;
z-index: 10;
font-size: 36px;
color: #fff;
width: 100%;
top: 50%;
transform: translateY( -50% );
text-align: center;
font-weight: bold;
}

.slidetextshadow {
	text-shadow: 0px 0px 4px #333333;
	}

/*** レスポンシブテーブルデザイン ***/

.mail_hissu {
	margin-left: 5px;
	padding: 5px;
	font-size: 0.7em;
	background-color: #DA0012;
	color: #FFFFFF;
	border-radius: 5px;
	}

.link {
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	}

.link li {
	border-bottom: 1px dotted #CCC;
	list-style: none;
	padding: 15px;
	text-align: left;
	}

.link a {
	color: #FFFFFF;
	text-decoration: underline;
	}

.link i{
	color: #DA0012;
	margin: 0px 6px 0px 10px;
	}

.tbl-r02 {
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
} 

.tbl-r02 th {
  color: #FFFFFF;
  padding: 10px;
}

.tbl-r02 td {
  padding: 10px;
  margin:0px 10px 0px 10px;
}

/* 動画用テーブル */
.tbl-movie {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
} 

.tbl-movie th {
  color: #FFFFFF;
  padding: 0px;
}

.tbl-movie td {
  padding: 2px;
  margin:0px 2px 0px 2px;
}

img{
	max-width: 960px;
	}

p {
	text-align:center;
	}

/* ポイント */
.point img {
	width: 400px;	
	}

.point th {
	text-align: center;
	}

.point td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
	}

H3 {
	border-top: 3px solid #DA0012;
	padding: 20px 0px;
	}

.sammary {
	border: 1px solid #cccccc;
	}

.summary td {
	border: 1px solid #cccccc;
	padding: 10px;	
	font-size: 0.9em;
	}

.summarywidth {
	width: 20%;
	}

/* お問い合わせ系 */
.request {
	text-align: center;
	font-size: 1.0em;
}

.request a {
	color: #FFFFFF;
	text-decoration: none;
}


.request i {
	font-size: 3.0em;
	}

.request td {
	margin: 10px;
	padding: 10px;
	background-color: #DA0012;
	}

/* 画像の拡大・縮小の調整 */
.img100{
width:100%;
min-width : 75px;
max-width:  640px; /* 100% */
height: auto;
}

.img50{
width:100%;
min-width :25%;
max-width: 50%;
height: auto;
}

.img160{
width:100%;
min-width : 160px;
max-width:  320px; /* 100% */
height: auto;
}

/* 画像の拡大・縮小の調整 */
	.kank img {
	width: 100%;
	height: auto;
	}

	.kank td {
	width: 25%;
	}

	.health {
		padding: 20px;
		font-size: 1.4em;
		line-height: 1.6em;
		text-align:center;
	}

	.bt_2 td {
		width: 50%;
	}

/*フォーム*/
#formWrap {
    width: 100%;
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

table.formTable{
	color:#FFFFFF;
	line-height:120%;
	font-size: 0.9em;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	text-align: left;
	border:1px solid #ccc;
	padding:10px;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	height:50px;
}

/* ボタン（タイプ1） */
.btn01 {
	font-size: 0.9em;
	text-align: center;
	display:inline-block;
	padding:10px;
	margin: 10px auto;
	border-radius:5px;
	background:#DA0012;
	}

.btn01 a{
	color:#fff;
	text-decoration:none;
	}

/*スペック*/
.spec {
	width: 50%;
	text-align: center;
	font-size: 1.2em;
	}

.spec th{
	background-color: #222222;
	color: #FFFFFF;
	}

.spec td, .spec th{
	border-bottom: 1px solid #FFFFFF;
	}

/* 動画調整 */
.movie-wrap {
     text-align: center;
	 margin: 5px;
     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%;
}

/*ふわっと表示*/
.news__items.offs.effect {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
}
.news__items.ons.effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease；;
}

/*トップ帯*/
.top{
	font-family: 'メイリオ' , Meiryo ,"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    position: fixed; /* absolute; */
	width: 100%;
	vertical-align: middle;
	font-size: 1.2em;
	border-bottom: 3px solid #DA0012;
	background-color: #FFFFFF;
	padding: 10px;
	color: #000000;
	margin-bottom: 5px;
    z-index: 100;
	}

.top img{
	vertical-align: middle;
	}

.companylogo {
	width: 400px;
	/* margin-left: 10px; */
	}

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

@media screen and (max-width: 767.98px){
.br-pc {display: none; }
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
	.slide-img {
		height: 50vh;
	}
}

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

/*トップ帯*/
.top{
	font-size: 0.9em;
	}

.companylogo {
	width: 70%;
	}

	img {
	max-width: 90%;
	}

	.slide-img {
		height: 25vh;
	}

/* ポイント */
.point img {
	width: 100%;	
	}
	
.point th {
	text-align: center;
	}

.point td {
	text-align: left;
	}

.link {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	}


  .last td:last-child {
    width: 100%;
  }
  .tbl-r02 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
　　border-bottom: none;
    display: block;
  }

  .tbl-movie {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .tbl-movie th,
  .tbl-movie td {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
　　border-bottom: none;
    display: block;
  }

  h1{
	  font-size: 1.5em;
  }

  H3 {
    border-top : 0px;
	color: #DA0012;
  }

/* 画像の拡大・縮小の調整 */
	.kank img {
	width:100%;
	min-width : 75px;
	max-width:  640px; /* 100% */
	height: auto;
	}

	.health {
		padding: 20px;
		font-size: 0.9em;
		text-align:center;
	}

	.bt_2 td {
		width: 100%;
	}

	.summarywidth {
	width: 100%;
	}

/*フォーム*/

table.formTable {
	font-size: 1.2em;
}


table.formTable th,
table.formTable td {
	width: 90%;
	height: auto;
}

input[type="text"], textarea {
	width:94%;
	padding:5px;
	font-size: 1.2em;
	display:block;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height:50px;
}

.btn01 a {
	text-align: center;
	width: auto;
	margin: 0px auto;
}

}
</pre></body></html>