/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');
@font-face {
    font-family: 'FOT-NewCezanne Pro B'; 
    src: url('/FOT-NewCezanne Pro/FOT-NewCezanne Pro B.otf'); 
}
@font-face {
    font-family: 'FOT-NewCezanne Pro M'; 
    src: url('/FOT-NewCezanne Pro/FOT-NewCezanne Pro M.otf'); 
}
@font-face {
    font-family: 'ChaletBookBold'; 
    src: url('/ChaletBook/ChaletBookBold.ttf'); 
}
@font-face {
    font-family: 'ChaletBookRegular'; 
    src: url('/ChaletBook/ChaletBookRegular.ttf'); 
}


    /* CODE SUBJECT TO CHANGE*/

/* testing purposes:
-------------------------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
	margin-bottom: 0;
}

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table tr {
	height: 35px;
}

table th,
table td {
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
.sp table th,
.sp table td {
	font-size: 11px;
}

table tr th,
table tr td {
	padding: 23px 0 4px 0;
	text-align: left;
/* 	letter-spacing: 0.4px; */
	line-height: 150%;
	border-bottom: 1px solid #aaaaaa;
}

img {
	vertical-align: top;
}

/* Base
--------------------------------------------------------------------*/
body {
  height: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: "FOT-NewCezanne Pro M", "FOT-NewCezanne Pro B";
  line-height: 1;
  background-color: #000000;
  -webkit-font-smoothing: antialiased;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  overflow: hidden; /* Prevent scrollbars */
    }

.noscroll { position: fixed; overflow-y: scroll; width: 100%; }

a {
	color: #333333;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}
.pc a:hover {
	color: #9d9d9d;
}
a:focus, *:focus {
	outline: none;
}

::-moz-selection{ background: #9d9d9d; color: #fff; text-shadow: none; }
::selection { background: #9d9d9d; color: #fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: rgba(204, 204, 204, 0.4); }

p {
	margin-bottom: 25px;
	line-height: 200%;
}

.clearfix {zoom:1;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.centered {
	position: relative;
	overflow: hidden;
}

.centered ul {
	text-align: center;
}

.centered ul li {
	
}

.pc .tb_center {
	position: relative;
	display: inline-block;
	top: 50%;
	margin-top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#scrolltop {
	position: absolute;
	bottom: 105px;
	right: 55px;
	cursor: pointer;
}
.pc #scrolltop:hover {
	opacity: 0.6;
}
.sp #scrolltop {
	display: none;
}



/* Top Page
-------------------------------------------------------------------------------*/
#home_page #photo {
	display: none;
	background: #000000;
}
.sp #home_page #photo,
.tablet #home_page #photo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2000;
}

.sp #home_page #photo #slides,
.tablet #home_page #photo #slides_tablet {
	display:none;
}

.sp #home_page #photo img,
.tablet #home_page #photo img {
	width: 100%;
	height: auto;
}

#home_page #home_menu {
	position: relative;
	margin-left: 5%;
}
.sp #home_page #home_menu {
	margin-left: 0;
	padding: 20px;
	z-index: 3000;
}

.tablet #home_page #home_menu {
	z-index:3000;
}

#home_page #home_menu #title {
	margin-bottom: 65px;
}
.sp #home_page #home_menu #title {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 56px;
	height: auto;
}

#home_page #menu-nav-1 {
	margin-bottom: 20px;
}
.sp #home_page #menu-nav-1 {
	margin-bottom: 20px;
}

#home_page #menu-nav-1 li {
	float: left;
	margin-left: 18px;
	padding: 5px 0;
}
#home_page #menu-nav-1 li:first-child {
	margin-left: 0;
}
.sp #home_page #menu-nav-1 li {
	float: none;
	margin-left: 0;
	margin-bottom: 4px;
}

#home_page #menu-nav-1 li a {
	font-size: 22px;
	font-family: FOT-NewCezanne Pro M, sans-serif;
	letter-spacing: 0.9px;
	color: #ffffff;
}
.pc #home_page #menu-nav-1 li a:hover {
	color: #9d9d9d;
}
.sp #home_page #menu-nav-1 li a {
	font-size: 22px;
	letter-spacing: 2px;
}
#home_page #home_menu .credits {
	position: absolute;
	bottom: 0;
	right: 100px;
	margin: 0;
	font-size: 11px;
	font-family: "ChaletBookRegular", serif;
	color: #ffffff;
}
.sp #home_page #home_menu .credits {
	display: none;
}

#home_page #home_menu .title {
	position: relative;
	width: 540px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.sp #home_page #home_menu .title {
	display: none;
}

#home_page #home_menu .viewall {
	position: absolute;
	top: 3px;
	right: 0;
	padding-right: 25px;
	font-size: 12px;
	color: #ffffff;
	background-image: url(images/arrow4.png);
	background-size: 14px 12px;
  background-repeat: no-repeat;
  background-position: 100% 9px;
}
.pc #home_page #home_menu .viewall:hover {
	color: #9d9d9d;
}
.sp #home_page #home_menu .viewall {
	display: none;
}

#home_page #home_menu .data_list {
	width: 540px;
}
.sp #home_page #home_menu .data_list {
	width: 100%;
	margin-top: 25px;
}

.sp #home_page #home_menu .data_list > li {
	border-bottom: none;
}

#home_page #home_menu .data_list .date {
	margin-right: 22px;
	font-size: 14px;
	color: #ffffff;
	line-height: 150%;
	vertical-align: top;
}
.sp #home_page #home_menu .data_list .date {
	display: block;
	margin-bottom: 5px;
	font-size: 10px;
}

#home_page #home_menu .data_list li {
	margin-bottom: 2px;
}
.sp #home_page #home_menu .data_list li {
	display: none;
}
.sp #home_page #home_menu .data_list li:first-child {
	display: block;
}

#home_page #home_menu .data_list li a {
	width: 430px;
	font-size: 14px;
	color: #ffffff;
	line-height: 150%;
	text-decoration: none;
}
.pc #home_page #home_menu .data_list li a:hover {
	color: #9d9d9d;
}
.sp #home_page #home_menu .data_list li a {
	width: 100%;
	font-size: 10px;
	text-decoration: underline;
}
/* About Page
-------------------------------------------------------------------------------*/
#company_page #heading #company_logo {
	position: absolute;
	top: 0;
	right: 0;
}
.sp #company_page #heading #company_logo {
	display: none;
}

#company_page #slides {
	overflow: visible !important;
}

#company_page .slides-area {
	width: 100%;
	height: 721px;
}
.sp #company_page .slides-area {
	height: 361px;
}

#company_page #heading .title_type {
	padding-top: 65px;
}
.sp #company_page #heading .title_type {
	padding-top: 0;
}

#company_page #heading .title_en {
	margin-bottom: 105px;
}
.sp #company_page #heading .title_en {
	margin-bottom: 40px;
}

#company_page #summary {
	margin-bottom: 75px;
}

#company_page #summary p {
	color: #888888;
}
.sp #company_page #summary .ja p {
	text-align: justify;
	line-height: 1.9;
}

.sp #company_page #summary p br {
	display: none;
}

#company_page #history {
	margin-bottom: 115px;
}

#company_page #history a {
	color: #888888;
	text-decoration: underline;
}
.pc #company_page #history a:hover {
	color: #000000;
	text-decoration: none;
}

#company_page #history .address {
	display: inline-block;
	margin-bottom: 15px;
}

#company_page .en {
	display: none;
}


/* Common
-------------------------------------------------------------------------------*/
#wrapper {
	overflow-x: hidden;
	min-width: 1000px;
}
.sp #wrapper {
	min-width: 0;
}

.content {
	margin-bottom: 120px;
	padding-top: 85px;
}
#home_page.content,
#company_page.content {
	margin-bottom: 0;
	padding-top: 0;
}
.sp .content {
	padding-top: 38px !important;
}
.sp #home_page.content {
	padding-top: 0 !important;
}
.sp #history_page.content,
.sp #message_page.content,
.sp #site-policy_page.content,
	padding-top: 100px !important;
}

.container {
	width: 960px;
	margin: 0 auto;
}
.sp .container {
	width: 100%;
	margin: 0;
	padding: 0 30px;
	box-sizing: border-box;
}

.pc .current_nav .underline {
	position: relative;
	left: -3px;
	display: block;
	width: 0%;
	margin-top: 5px;
	border-bottom: 1px solid #000000;
}

.sp .current_nav .underline {
	position: relative;
	left: -3px;
	display: block;
	width: 0%;
	margin-top: -2px;
	border-bottom: 2px solid #000000;
}
.pc .menu_close {
	display: none;
}
#cover {
	margin-bottom: 105px;
}
.sp #cover {
	margin-bottom: 32px;
}

#owl .item img {
  display: block;
  width: 100%;
  height: auto;
}

#heading {
	position: relative;
}

.title_type {
	margin-bottom: 15px;
	margin-left: 2px;
	font-size: 14px;
	letter-spacing: 2px;
}
.sp .title_type {
	margin-bottom: 9px;
	font-size: 12px;
}

.title_en {
	margin-bottom: 45px;
	font-size: 52px;
	font-family: FOT-NewCezanne Pro, sans-serif;
	letter-spacing: 1px;
}
.sp .title_en {
	margin-bottom: 25px;
	font-size: 30px;
}
.sp .title_en span {
	display: block;
	margin-top: 13px;
  letter-spacing: 0.1em;
	font-feature-settings: 'palt' 1;
}

.section_title {
	margin-bottom: 45px;
	font-size: 18px;
	letter-spacing: 1px;
}
.sp .section_title {
	margin-bottom: 22px;
}

small {
	font-size: 12px;
}

.two_column {
	width: 960px;
	margin: 0 auto;
}
.sp .two_column {
	width: 100%;
	margin: 0;
	padding: 0 25px;
	box-sizing: border-box;
}

.two_column .left {
	float: left;
	width: 170px;
}
.sp .two_column .left {
	float: none;
	width: 100%;
}

.two_column .right {
	width: 760px;
	margin-left: 170px;
}
.sp .two_column .right {
	width: 100%;
	margin-left: 0;
}

.three_column .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	padding: 0 15px 0 10px;
}
.sp .three_column .left {
	display: none;
}

.three_column .center {
	align-self: flex-start;
	width: 160px;
	min-width: 160px;
}
.sp .three_column .center {
	width: 80px;
	min-width: 80px;
}
.sp .three_column .center img {
	width: 100%;
	height: auto;
}

.three_column .right {
	margin-left: 35px;
	font-feature-settings: 'palt' 1;
}
.sp .three_column .right {
	margin-left: 24px;
}

.bold_cz {
	font-family: "FOT-NewCezanne Pro", sans-serif;
	font-weight: 700;
}
.sp .bold_cz {
	font-weight: 600;
}

.back1 {
	position: fixed;
	top: 200px;
	left: 23px;
	font-size: 14px;
	font-family: FOT-NewCezanne Pro M, sans-serif;
	padding-left: 20px;
	background-image: url(images/arrow2.png);
	background-size: 12px 10px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	letter-spacing: 1px;
	z-index: 100;
	opacity: 0;
	display: none;
}
.mac .back1 {
	background-position: 0 1px;
}
.sp .back1 {
	display: none;
}

.back2 {
	font-size: 14px;
	font-family: FOT-NewCezanne Pro M, sans-serif;
	padding-left: 20px;
	background-image: url(images/arrow2.png);
	background-size: 12px 10px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.mac .back2 {
	background-position: 0 1px;
}

.data_list > li {
	position: relative;
}
.sp .data_list > li {
	padding-top: 5px;
	border-bottom: 1px solid #cccccc;
}
.sp .data_list > li > .title br {
	display: none;
}


.data_list > li > .line {
	position: absolute;
	display: block;
	width: 150px;
	margin-top: 18px;
	border-top: 1px solid #CCCCCC;
	z-index: -100;
}
.sp .data_list > li > .line {
	display: none !important;
}

.data_list > li > .description {
	margin: 0 0 0 150px;
	padding: 5px 0px 5px 15px;
	color: #888888;
}

.sp .data_list > li > .description {
	margin: 0 0 10px 0;
	padding: 0;
}

.data_list > li > .description span {
	margin-right: 15px;
}
.sp .data_list > li > .description span {
	display: block;
}

.data_list > li > a {
	display: inline-block;
	margin-bottom: 5px;
	color:#888888;
	text-decoration: underline;
}

.pc .data_list > li > a:hover {
	color:#000000;
}

.data_list li dl{
	width: 610px;
	margin-left: 165px;
}
.data_list li dl dt,
.data_list li dl dd{
  color: #888888;
  line-height: 160%;
  margin-bottom: 12px;
}
.data_list li dl dt{
	width: 60px;
	float: left;
}
.data_list li dl dd{
	padding-left: 60px;
}
/*
.publications .data_list li dl dd.name {
	margin-bottom: 2px;
}
*/

.black {
	position: absolute;
	top: 0;
	left: 0;
	width: 105%;
	height: 100%;
	background-color: #000000;
}

.mask {
	overflow: hidden;
}

.number {
	display: block;
	margin-bottom: 12px;
	font-size: 10px;
}
.sp .number {
	margin-bottom: 0px;
	margin-left: 1px;
}

.button {
	display: inline-block;
	padding: 19px 30px 18px 30px;
	color: #000000 !important;
	text-decoration: none !important;
	border: 1px solid #000000;
	border-radius: 3px;
}
.pc .button:hover {
	color: #ffffff !important;
	background-color: #000000;
}

.button span {
	display: inline-block;
	margin: 0 !important;
	padding-right: 25px;
	background-image: url(images/arrow4.png);
	background-image: url(images/arrow3.png);
	background-size: 14px 12px;
	background-repeat: no-repeat;
	background-position: 100% center !important;
}
.pc .button:hover span {
	background-image: url(images/arrow4.png);
}
.mac .button span {
  background-position: 100% 1px;
}
.sp .button span {
	line-height: 140%;
  background-position: 100% 2px;
}
.category {
	margin-bottom: 80px;
}
.sp .category {
	margin-top: 60px;
	margin-bottom: 60px;
}

.sp .category .category_list {
	display: none;
}

.category .category_list li {
	display: inline-block;
	position: relative;
	margin: 0 20px;
	font-size: 17px;
	vertical-align: top;
}

.category .category_list li:after {
	content: "-";
	position: absolute;
	top: 0px;
	left: -26px;
	display: block;
	height: 40px;
	text-indent: -9999px;
	border-right: 1px solid #cccccc;
	transform: rotateZ(20deg);
}
.category .category_list li:first-child {
	margin-left: 0;
}
.category .category_list li:first-child:after {
	display: none;
}
.sp .category .category_list li {
	float: none;
	margin-left: 0;
	margin-bottom: 15px;
}
.sp .category .category_list li:after {
	content: none;
	border-right: none;
}

.category .category_list .current a {
	display: block;
	padding-bottom: 3px;
	color: #000000;
	border-bottom: 1px solid #000000;
}

.category .category_form {
	display: none;
}
.sp .category .category_form {
	display: block;
	padding: 0 25px;
	text-align: center;
}

.sp .category .category_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 12px 14px 12px 14px;
	background-color: #ffffff;
	background-image: url(images/arrow7.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 12px 9px;
	border: 1px solid #000000;
	border-radius: 0;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#dot {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/pattern1.png);
	background-repeat: repeat;
	background-position: 0 0;
	background-size: 2px 2px;
	z-index: 100;
}

#youtube {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	display: none;
}
.sp #youtube,
.tablet #youtube {
	display: none !important;
}

#youtube #player {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 540px;
	margin: -270px 0 0 -480px;
	background-color: #000000;
}

.youtube_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 821px;
	margin: 5px 0 10px 150px;
	padding: 0 0px 0 15px;
}
.sp .youtube_list {
	width: 100%;
	margin: -4px 0 40px 0;
	padding: 0;
}

.youtube_list li {
	position: relative;
	width: 190px;
}
.sp .youtube_list li {
	width: 50%;
	margin-left: 0;
	margin-bottom: 6px;
	padding: 0px;
	box-sizing: border-box;
}
.sp .youtube_list li:nth-child(n+1) {
	padding-left: 3px;
}
.sp .youtube_list li:nth-child(2n+1) {
	padding-right: 1.6%;
	padding-left: 0;
}
.sp .youtube_list li.no_element {
	display: none;
}

.youtube_list li img {
	width: 190px;
	height: auto;
}
.sp .youtube_list li img {
	width: 100%;
	height: auto;
}

.youtube_list li .play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/play.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 66px 46px;
	background-color: rgba(255, 255, 255, 0.4);
	display: none;
}

.pc .youtube_list li a:hover .play {
	display: block;
}

.lazy-hidden {
  opacity: 0;
}
.lazy-loaded {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 1;
}

.color-red {
	color: #c00;
	margin-right: 0!important; 
}

.bold {
	font-weight: bold;
}

/* Header
-------------------------------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	height: 175px;
	border-bottom: 1px solid #efefef;
	z-index: 5000;
	opacity: 0;
	display: none;
}
.sp header {
	position: fixed;
	top: 0;
  left: 0;
	height: 38px;
	background-color: #ffffff;
}

header #logo {
	position: absolute;
	top: 30px;
	left: 38px;
}
.sp header #logo {
	position: fixed;
	top: 10px;
	left: 50%;
	margin-left: -49px;
}

.sp header #logo a {
	padding: 14px 0;
}

.pc header #logo a:hover {
	opacity: 0.75;
}

.pc header #logo #logo_sp {
	display: none;
}

.sp header #logo #logo_pc {
	display: none;
}

header #menu {
	display: none;
}
.sp header #menu {
	position: fixed;
	top: 1px;
	left: 5px;
	padding: 10px;
	z-index: 9999;
	cursor: pointer;
	display: block;
}

#menu .icon_bar {
	display: block;
	width: 24px;
	height: 2px;
	margin-bottom: 6px;
	background-color: #000000;
}

.sp header #menu_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 75%;
	height: 100%;
	padding: 80px 0 0 20px;
	background-color: #ffffff;
	box-shadow:rgba(153, 153, 153, 0.4) 0px 0px 16px 3px;
	-webkit-box-shadow:rgba(153, 153, 153, 0.4) 0px 0px 16px 3px;
	-moz-box-shadow:rgba(153, 153, 153, 0.4) 0px 0px 16px 3px;
	z-index: 9998;
	display: none;
}

.sp header #white {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: -100;
	display: none;
	opacity: 0;
}

header #nav_container {
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 27px 30px 24px 32px;
	background-color: #ffffff;
	z-index: 100;
}
.sp header #nav_container {
	position: static;
	top: auto;
	right: auto;
	padding: 0;
float:left;
margin-right: 60px;
}

header #menu-nav li {
	float: left;
	margin-left: 16px;
	padding: 5px 0;
}
header #menu-nav li:first-child {
	margin-left: 0;
}
.sp header #menu-nav li {
	float: none;
	margin-left: 0;
	margin-bottom: 8px;
}

header #menu-nav li a {
	font-size: 14px;
	font-family: Usual-Medium, sans-serif;
	letter-spacing: 1.1px;
}
.sp header #menu-nav li a {
	display: inline-block;
	font-size: 24px;
	font-family: Usual-Regular, sans-serif;
}

header .snav_container {
	position: absolute;
	top: 110px;
	right: 32px;
}
.sp header .snav_container {
	position: static;
	top: auto;
	right: auto;
	margin-top: 45px;
float:left;
}

header .copyright {
	margin: 10px -0.3em 0 0;
}
.sp header .copyright {
	display: none;
}


/* About Page
-------------------------------------------------------------------------------*/

/* Footer
-------------------------------------------------------------------------------*/
footer {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 180px;
	padding: 45px 38px;
	background-color: #ffffff;
	box-sizing: border-box;
	z-index: 1000;
	opacity: 0;
	display: none;
}
.sp footer {
	height: auto;
	padding: 22px 15px;
	min-width: inherit;
}

.pc footer > .logos > a:hover {
	opacity: 0.6;
}

.sp footer > .logos > a img {
	display: block;
}
.sp footer .logos {
	width: 224px;
}
.sp footer .logos a {
	margin:0 14px 0 0 !important;
	display: inline-block !important;
}

.credits {
	margin: -15px 15px 0 0;
	font-size: 11px;
	font-family: "ChaletBookRegular", serif;
	color: #AAAAAA;
	letter-spacing: 0.8px;
	text-align: right;
	z-index: 100;
}
.sp .credits {
	position: absolute;
	top: -10px;
	left: 15px;
	font-size: 10px;
}
.share_link h1 {
	color: #000;
	font-weight: 700;
}
.sp .share_link h1 {
	font-weight: 600;
}

.share_link div.share_box {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 9999;
	padding: 20px 20px 16px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 6px;
	box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.25);
	display: none;
}

.share_link input {
	color: #000;
}

.share_link button {
	margin: 0 0 0 10px;
	background-color: #323232;
	color: #fff;
	font-weight: 700;
	border-radius: 3px;
	border: 1px solid #323232;
}
.sp .share_link button {
	font-weight: 600;
}

.share_link div.cancel {
	text-align: center;
	margin: 4px 0 0;
}

.share_link div.cancel a {
	text-decoration: underline;
}

.share_link .share_box .copied {
	margin: 10px 0 0;
	height: 0;
  overflow: hidden;
	transition: .25s ease-out;
}

.share_link .share_box .copied dd {
	margin: 0;
}

.share_link .share_box .copied.open {
	height: 23px;
}



#background-video {
      position: fixed;
      top: 0;
      left: 0;
      width: 1920px;
      height: 1080px;
      margin-top: -60px; 
      z-index: -1; /* Place behind other content */
      pointer-events: none; /* Allow interaction with other elements */
}  


