@charset "UTF-8";
/*   
Theme Name: LP
Description: LP
Version: 2022.04
Author: YH
*/

/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

* {
  outline: none; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

a img {
  border: none; }

input, button, select, textarea {
  border-radius: 0;
  -webkit-appearance: none; }

/* ------------------------------------------
   Utility Class
------------------------------------------ */
/*** clearfix ***/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/* Style
-------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  font-size: 1.7rem;
  line-height: 1.6em;
  color: #2e302e;
  background: #f1f1f1;
  -webkit-text-size-adjust: none;
  min-width: 500px;
  font-family: sans-serif;
  overflow: hidden;
}

body p {
  color: inherit;
  font-size: inherit;
  line-height: 1.6em; }

a, a img {
  text-decoration: none;
  color: #231814;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease; }

a:hover {
  opacity: 1; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  line-height: inherit; }

.non_pc {
  display: none !important; }

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

	Common

=========================================================================================== */
.outline {
  overflow: hidden; }

.main {
  z-index: 100;
  /* max-width: 500px; */
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s ease;
  /* background: #fff; */
  /* box-shadow: 0 0 30px #cfcfcf; */
  }

.main a:hover {
	opacity: 1;
}

/* style
-------------------------------------------------------------- */
body {
  min-width: 320px; }

body.fixed {
  overflow: hidden; }

body p {
  color: inherit;
  font-size: 12px;
  line-height: 1.8em; }

a:hover {
  opacity: 1; }

.non_pc {
  display: block !important; }

.non_sp {
  display: none !important; }

.outline {
  position: relative;
  min-width: 320px; }

.main {
  width: auto;
  margin: 0 auto;
  position: relative;
  overflow: auto;
  /* display: flex; */
  /* align-items: center; */
  }


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

  Index

=========================================================================================== */
.non_pc {
  display: block !important; }

.non_sp {
  display: none !important; }

.main {
  
}
.main .slider {
	width: 100%;
	height: 100%;
	transition: opacity 0.3s +0.3s ease;
	opacity: 0;
}
.main .slider.show {
	opacity: 1;
}
.main .slider .slick-list {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 500px;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 10px #ccc;
	margin: -15px 0 0 0;
}
.slider .slick-slide {
	position: relative;
}
.slider .slick-slide .video {
	position: absolute;
	width: 90%;
	padding-top: 50.625%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}
.slider .slick-slide .video iframe {
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	padding: 0 80px 0 10px;
	height: 34px;
	width: 100%;
	justify-content: space-between;
	box-sizing: border-box;
	/* z-index: 1000; */
	/* background: red; */
}
footer h1 {
	font-weight: bold;
	color: #004ea0;
}
footer .page {
	display: flex;
	font-size: 11px;
	font-weight: bold;
	align-items: end;
	line-height: 1.2em;
	margin-top: 3px;
}
footer .page .now {font-size: 15px;line-height: 1em;margin-left: 6px;font-weight: bold;}
.index {
	position: fixed;
	right: 100%;
	width: 80%;
	height: calc(100% - 42px);
	background: #034ca2;
	top: 0;
	transition: all ease 0.3s;
}
.index.open {
	right: 20%;
}
.index .bt {position: absolute;left: 100%;top: 10%;background: #004c9e;display: block;line-height: 30px;border-radius: 0 10px 10px 0;padding: 10px 0;text-align: center;font-weight: bold;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;letter-spacing: 0.2em;font-size: 14px;height: 140px;color: #fff;}
.index ul {
	padding: 20px;
	flex-wrap: wrap;
}
.index ul li {
	width: auto;
	padding: 2px 0;
}
.index ul li a {
	font-size: 11px;
	display: block;
	/* font-weight: bold; */
	line-height: 1.5em;
	color: #fff;
}
.slider .link1 {
	display: block;
	position: absolute;
	width: 80.4%;
	height: 10.6%;
	z-index: 100;
	left: 10%;
	bottom: 3.7%;
	border-radius: 14px;
}
.slick-prev, .slick-next {
  width: 28px;
  height: 28px;
  right: 3px;
  z-index: 200;
  background: #dbdbdb !important;
  border-radius: 5px;
  transition: ease 0.3s all;
  top: auto;
  bottom: 3px;
  margin: 0;
  transform: none;
  position: fixed;
}
.slick-disabled {
  display: none;
}
.slick-prev::before, .slick-next::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate(0, -50%) rotate(-135deg);
  opacity: 1;
}
.slick-next::before {
  left: 8px;
  transform: translate(0, -50%) rotate(45deg);
}
.slick-prev {
  margin-top: 0;
  right: 36px;
  left: auto;
}