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

/*==============================================================================

  Initialize

==============================================================================*/

/*--------------------------------------
  General
--------------------------------------*/

html {
  font-size: 62.5%;
  overflow-y: scroll;
  word-break: break-all;
}

body {
  margin: 0;
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
  background: #f2f2f2;
}

/*--------------------------------------
  Link
--------------------------------------*/

a:link,
body.t .call-link,
body.m .call-link {
  color: #0062af;
  text-decoration: underline;
  cursor: pointer;
}

a:visited {
  color: #0062af;
}

body.d a:hover {
  text-decoration: none;
}


/*==============================================================================

  Desktop View

==============================================================================*/

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

/*--------------------------------------
  header#header
--------------------------------------*/

header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1080px;
  height: 44px;
  background: #333;
  z-index: 9999;
}

/* div.site-title
------------------*/

header#header .site-title {
  float: left;
  clear: left;
  margin: 0;
  padding: 0 0 0 20px;
}

header#header .site-title a {
  display: block;
  width: 343px;
  height: 0;
  padding-top: 44px;
  background: url(../img/site-title.png) no-repeat 0px center;
  background-size: 100%;
  overflow: hidden;
}

/* nav.supplement-nav
------------------*/

header#header nav.supplement-nav {
  float: right;
  clear: right;
  padding: 10px 20px 0 0;
}

header#header nav.supplement-nav div.tel {
  padding-left: 20px;
  background: url(../img/icon/tel.png) no-repeat 0 center;
  background-size: 16px auto;
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

/* nav#global-nav
------------------*/

header#header nav#global-nav {
  padding: 0 20px 0;
  text-align: right;
}
header#header nav#global-nav ul {
  margin: 0;
  letter-spacing: -.40em;
}
header#header nav#global-nav ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: normal;
  vertical-align: top;
}
header#header nav#global-nav ul li a {
  position: relative;
  padding: 0 40px;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
  line-height: 44px;
  transition: 0.2s;
}
header#header nav#global-nav ul li a:hover,
header#header nav#global-nav ul li a.active {
  opacity: 0.65;
}

/*--------------------------------------
  Main
--------------------------------------*/

.main {
  display: block;
  /*margin: 44px 0 0;*/
}

.main section {
  clear: both;
  min-width: 1080px;
	padding: 0 0 50px;
}
.main section .node {
	width: 1080px;
	margin: 0 auto;
}
.main section .node-left {
	float: left;
	clear: left;
	width: 50%;
}
.main section .node-right {
	float: right;
	clear: right;
	width: 50%;
}

/* title */
.main section.title-movie {
	padding: 0;
}
.main section.title-movie .title-movie-container {
	position: relative;
	min-width: 1080px;
	height: 0;
	padding-top: 18.22%;
	overflow: hidden;
}
.main.home section.title-movie .title-movie-container {
	padding-top: 36.45%;
}
.main section.title-movie .title-text {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #FFF, 1px -1px 2px #FFF, -1px 1px 2px #FFF, -1px -1px 2px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
	z-index: 1000;
	opacity: 0;
  animation: titletext 1.6s ease-in 0.2s 1 forwards;
}
.main section.title-movie .title-text h2 {
	margin: 0;
	padding: 0;
	font-size: 3.6rem;
	line-height: 1.2;
}
.main.home section.title-movie .title-text {
  animation: titletext2 1.6s ease-in 0.2s 1 forwards;
}
.main section.title-movie .video-block img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.main.home section.title-movie .title-text h2 {
	position: relative;
	margin: 0 0 10px;
	padding-bottom: 10px;
	font-size: 5.6rem;
}
.main.home section.title-movie .title-text h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10%;
	height: 1px;
	margin-left: -5%;
	background: #333;
}
.main.home section.title-movie .title-text p {
	position: relative;
	padding-bottom: 70px;
	font-size: 2.6rem;
	line-height: 1.4;
}
.main.home section.title-movie .title-text p:before {
	content: '';
	position: absolute;
	bottom: 40px;
	left: 50%;
	display: block;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	border-bottom: 4px solid #333;
	border-right: 4px solid #333;
	transform: rotate(45deg);
	opacity: 0;
	animation: ScrollArrow 1s ease-in 1.6s infinite forwards;
}
.main section.title-movie .title-video {
	position: absolute;
	top: -25%;
	left: 0;
	width: 100%;
	transition: all 1s ease;
	z-index: 500;
}
.main section h3.title {
	position: relative;
	margin: 0 0 60px;
	padding: 30px 0 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.main section h3.title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	height: 1px;
	background: #333;
	animation: titleber 0.2s ease-in 0.2s 1 forwards;
}
.main section h3.sub-title {
	margin: 0 0 10px;
	padding: 20px 0 3px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
	border-bottom: 1px dotted #8e8e8e;
}

/* breadcrumbs */

.main nav#breadcrumbs {
  box-sizing: border-box;
  clear: both;
  padding: 5px 18px 18px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.main nav#breadcrumbs li {
  display: inline-block;
  vertical-align: top;
}

.main nav#breadcrumbs li a,
.main nav#breadcrumbs li &gt; span {
  position: relative;
  display: block;
  padding: 0 0 0 15px;
}

.main nav#breadcrumbs li a:before,
.main nav#breadcrumbs li &gt; span:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #666;
  border-bottom: 4px solid transparent;
}

.main nav#breadcrumbs li a:after,
.main nav#breadcrumbs li &gt; span:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #f2f2f2;
  border-bottom: 4px solid transparent;
}

.main nav#breadcrumbs li:first-child a {
  padding: 0;
}

.main nav#breadcrumbs li:first-child a:before,
.main nav#breadcrumbs li:first-child a:after {
  content: initial;
  display: none;
}

.main nav#breadcrumbs li:last-child a {
  color: #262626;
  text-decoration: none;
}

/*--------------------------------------
  Footer
--------------------------------------*/

footer#footer {
  clear: both;
  min-width: 1080px;
  overflow: hidden;
  background: #333;
}

/* div.pagetop
---------------*/

footer#footer div.pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 30px;
  display: none;
  z-index: 9999;
}

footer#footer div.pagetop a {
  position: relative;
  display: block;
  width: 40px;
  height: 0;
  padding-top: 50px;
  background: #000;
  overflow: hidden;
  filter: alpha(opacity=50);
  opacity: 0.5;
  transition: 0.25s;
}

body.d footer#footer div.pagetop a:hover {
  opacity: 0.75;
}

footer#footer div.pagetop a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -3px 0 0 -5px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* nav.sitemap-nav
---------------*/

footer#footer nav.sitemap-nav ul {
  letter-spacing: -.40em;
  text-align: center;
}
footer#footer nav.sitemap-nav ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  text-align: center;
}
footer#footer nav.sitemap-nav ul li a {
  padding: 0 20px;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
  border-right: 1px solid #666;
  transition: 0.25s;
}
footer#footer nav.sitemap-nav ul li:first-child a {
  border-left: 1px solid #666;
}
footer#footer nav.sitemap-nav ul li a:hover {
  opacity: 0.75;
}

/* .copyright
---------------*/

footer#footer p.copyright {
  color: #999;
  font-size: 11px;
  text-align: center;
}

/*--------------------------------------
  Other
--------------------------------------*/

.hide-d {
  display: none;
}

}

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

header#header nav#global-nav ul li a {
  padding: 0 20px;
}

}

/*==============================================================================

  Mobile View

==============================================================================*/

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

/*--------------------------------------
  header#header
--------------------------------------*/

header#header div.header-wrapper {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  clear: both;
  width: 100%;
  padding: 9px 10px;
  background: #333;
  z-index: 9999;
}

/* div.site-title
------------------*/

header#header .site-title {
  float: left;
  clear: left;
  margin: 5px 0 0;
}
header#header .site-title a {
  display: block;
  width: 177px;
  height: 0;
  padding-top: 30px;
  background: url(../img/site-title_sp.png) no-repeat left center;
  background-size: 100%;
  overflow: hidden;
}

/* nav.supplement-nav
------------------*/

header#header nav.supplement-nav {
  float: right;
}

header#header nav.supplement-nav div.tel span {
	display: block;
  width: 40px;
  height: 0;
  margin-right: 45px;
  padding-top: 40px;
  background: url(../img/icon/tel.png) no-repeat center;
  background-size: 30px;
  overflow: hidden;
  cursor: pointer;
}

header#header nav.supplement-nav div.global-nav-icon {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 100;
  cursor: pointer;
}

header#header nav.supplement-nav div.global-nav-icon.open {
  position: fixed;
}

header#header nav.supplement-nav div.global-nav-icon div.nav-icon {
  position: relative;
  width: 40px;
  height: 40px;
}

header#header nav.supplement-nav div.global-nav-icon div.nav-icon div.line1,
header#header nav.supplement-nav div.global-nav-icon div.nav-icon div.line2,
header#header nav.supplement-nav div.global-nav-icon div.nav-icon div.line3 {
  position: absolute;
  left: 3px;
  width: 34px;
  height: 4px;
  background: #FFF;
  border-radius: 2px;
  transition: 0.25s;
}

header#header nav.supplement-nav div.global-nav-icon div.nav-icon div.line1 {
  top: 7px;
}

header#header nav.supplement-nav div.global-nav-icon div.nav-icon div.line2 {
  top: 18px;
}

header#header nav.supplement-nav div.global-nav-icon div.nav-icon div.line3 {
  top: 29px;
}

header#header nav.supplement-nav div.global-nav-icon.open div.nav-icon div.line1 {
  top: 17px;
  background: #FFF;
  transform: rotate(135deg);
}

header#header nav.supplement-nav div.global-nav-icon.open div.nav-icon div.line2 {
  left: 50%;
  width: 0;
  background: #FFF;
}

header#header nav.supplement-nav div.global-nav-icon.open div.nav-icon div.line3 {
  top: 17px;
  background: #FFF;
  transform: rotate(-135deg);
}

/* nav#global-nav
------------------*/

header#header nav#global-nav,
header#header nav#global-nav.close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0,0,0,0);
  overflow: auto;
  z-index: 50;
  transition: background 0.2s;
}

header#header nav#global-nav.open {
  height: 100%;
  background: rgba(0,0,0,0.6);
  transition: background 0.2s;
}

header#header nav#global-nav div.global-nav-wrapper,
header#header nav#global-nav.close div.global-nav-wrapper {
  position: absolute;
  top: 0;
  left: -80%;
  width: 80%;
  min-height: 100%;
  background: #FFF;
  box-shadow: 1px 0 5px rgba(0,0,0,0.25);
  transition: 0.3s;
}

header#header nav#global-nav.open div.global-nav-wrapper {
  left: 0;
}

header#header nav#global-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header#header nav#global-nav ul li {
  list-style-type: none;
  border-bottom: 1px solid #d0d0d0;
}

header#header nav#global-nav ul li a {
  position: relative;
  display: block;
  padding: 10px 12px;
  color: #000;
  font-size: 1.4rem;
  text-decoration: none;
  cursor: pointer;
}

header#header nav#global-nav ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 6px;
  height: 6px;
  margin: -5px 0 0;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
}

header#header nav#global-nav ul li.open a:after {
  margin: -2px 0 0;
  transform: rotate(-45deg);
}

/*--------------------------------------
  Main
--------------------------------------*/

.main {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.main section {
  clear: both;
  padding: 0 0 40px;
  overflow: hidden;
}

.main section div.node {
  clear: both;
  padding: 0 10px;
  overflow: hidden;
}

/* title */

.main section.title-movie {
	margin: 58px 0 20px;
	padding: 0;
}
.main section.title-movie .title-movie-container {
	position: relative;
	height: 0;
	padding-top: 36.45%;
	overflow: hidden;
}
.main section.title-movie .title-text {
	position: absolute;
	width: 100%;
	top: 40%;
	left: 0;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #FFF, 1px -1px 2px #FFF, -1px 1px 2px #FFF, -1px -1px 2px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
	z-index: 1000;
}
.main section.title-movie .title-text h2 {
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	line-height: 1.2;
}
.main section.title-movie .video-block {
	position: absolute;
	top: 0;
	left: 0;
}
.main section.title-movie .video-block img {
	width: 200%;
	height: auto;
}
.main.home section.title-movie .title-movie-container {
	padding-top: 72.9%;
}
.main.home section.title-movie .title-text {
	opacity: 0;
  animation: titletext3 1s ease-in 0.2s 1 forwards;
}
.main.home section.title-movie .title-text h2 {
	position: relative;
	margin: 0 0 10px;
	padding-bottom: 10px;
	font-size: 3.4rem;
}
.main.home section.title-movie .title-text h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40%;
	height: 1px;
	margin-left: -20%;
	background: #333;
}
.main.home section.title-movie .title-text p {
	font-size: 2.0rem;
	line-height: 1.4;
}
.main section.title-movie .title-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
}
.main section.title-movie .title-video video {
	width: 100%;
	height: auto;
}
.main section h3.title {
	margin: 10px 0 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.main section h3.sub-title {
	margin: 0 0 10px;
	padding: 10px 0 3px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	border-bottom: 1px dotted #8e8e8e;
}

/* breadcrumbs */

.main nav#breadcrumbs {
  display: none;
}

/*--------------------------------------
  Footer
--------------------------------------*/

footer#footer {
  clear: both;
  overflow: hidden;
  background: #333;
}

/* div.pagetop
---------------*/

footer#footer div.pagetop {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: none;
  z-index: 9999;
}

footer#footer div.pagetop a {
  position: relative;
  display: block;
  width: 40px;
  height: 0;
  padding-top: 50px;
  background: #000;
  overflow: hidden;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

footer#footer div.pagetop a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -3px 0 0 -5px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* nav.sitemap-nav
---------------*/

footer#footer nav.sitemap-nav {
  clear: both;
  overflow: hidden;
  margin: 10px 0 20px;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.2;
}
footer#footer nav.sitemap-nav ul {
  margin: 0;
  padding: 0;
}
footer#footer nav.sitemap-nav ul li {
  border-bottom: 1px solid #666;
}
footer#footer nav.sitemap-nav ul a {
  position: relative;
  display: block;
  height: 42px;
  padding: 0 10px;
  color: #FFF;
  text-decoration: none;
  line-height: 42px;
  cursor: pointer;
}
footer#footer nav.sitemap-nav ul a:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 13px;
  left: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .copyright
---------------*/

footer#footer p.copyright {
  margin: 10px;
  color: #999;
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
}

/*--------------------------------------
  Other
--------------------------------------*/

.hide-m {
  display: none;
}

}

#lightbox {
}

#lightbox .lightbox-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 10000;
}

#lightbox .lightbox-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  z-index: 10000;
}
@keyframes titletext {
  0%   { top: 0; opacity: 0;}
  60%  { opacity: 0;}
  100% { top: 50%; opacity: 1;}
}
@keyframes titletext2 {
  0%   { top: 0; opacity: 0;}
  60%  { opacity: 0;}
  100% { top: 26%; opacity: 1;}
}
@keyframes titleber {
  0%   { left: 50%; right: 50%;}
  100% { left: 45%; right: 45%;}
}
@keyframes titletext3 {
  0%   { top: 0; opacity: 0;}
  60%  { opacity: 0;}
  100% { top: 15%; opacity: 1;}
}</pre></body></html>