@charset "UTF-8";
/* Fonts---------------------------------------------------*/
.vt323 {
	font-family: 'VT323', monospace;
}

html {
	overflow-y: scroll;
	letter-spacing: 0.02em;
}
a {
	text-decoration: none;
	color: #000;
}
.width img {
	width: 100%;
    height: auto;
}
.height img {
	height: 150%;
    width: auto;
}
.boxfree {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.boxplus {
	width: 100%;/* 幅は基本的に全て % で指定 */
	margin: 0 auto;
	max-width: 1150px;/* サイトの最大幅 */
}
.boxfull {
	width: 100%;/* 幅は基本的に全て % で指定 */
	margin: 0 auto;
	max-width: 900px;/* サイトの最大幅 */
}

.box800 {
	width: 80%;
	margin: 0 auto;
}

footer {
    clear: both;
	border-top: 1px solid #e6e6e6;
	padding: 12px 0;
}
.box_footer {
	clear: both;
	font-size: 68.75%;
	margin: 0 auto;
}
.box_footer small {
    float: left;
	padding-right: 20px;
}

.bgcl {
  background: -moz-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.9), #fff);
  background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.9), #fff);
  background: linear-gradient(bottom to, #fff, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.9), #fff);
}
.bgwh {
	background-color: #fff;
}
.bg1 {
	background-color: rgba(18, 255, 158, 0.9);
}
.bg2 {
	background-color: #12FF9E;
}
/* ----------------------to top---------------------- */
#totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 999;
}
#totop a {
	width: 63px;
	height: 32px;
	display: table-cell;
	background:rgba(0,0,0,.9);
	color: #fff;
	font-weight: bold;
	vertical-align: bottom;
	font-size: 87.5%;
	padding-bottom: 4px;
}
#totop a::before {
	content: '';
	width: 16px;
	height: 16px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 16px;
	right: 24px;
}
/*------------ spnavi ------------*/
#spnavi {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 200;
}
.menu{
    height: 20px;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 30px;
    z-index: 99;
}
.menu__line{
    background: #000;
    display: block;
    height: 1px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}

/*gnav*/
.gnav{
    background: rgba(255,255,255,0.98);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item{
    margin: 40px 0;
	text-align: center;
}
.gnav__menu__item a{
	color: #fff;
	background-color: #a6a6a6;
	width: 300px;
	display: block;
    padding: 2px 10px;
	text-decoration: none;
    transition: .5s;
	letter-spacing: 0.1em;
}
.gnav__menu__item a:hover{
	color: #a6a6a6;
	letter-spacing: 1.2em;
	background-color: #fff;
}
.gnav__menu__item a:hover::before {
	content: "　"
}
/*------------ spnavi trantion ------------*/

.gnav__menu__item a {
	padding: 2px 0;
	position: relative;
}
.gnav__menu__item a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #808080;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	content: "　➡";
}
.gnav__menu__item a:hover::after {
	transform: scale(1, 1);
}
/* transition */
.gnav__menu__item a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/*------------ botton_SNS ------------*/

.box_button {
	width: 190px;
	margin: 50px auto 0;
		clear: both;
		padding: 80px 0 60px;
}
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:nth-child(-n+2) {
	margin-right: 20px;
}
.button.button--sacnite {
	width: 50px;
	height: 50px;
	min-width: 0;
	padding: 0;
	color: #000;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.button--sacnite.button--inverted {
	color: #fff;
}
.button--sacnite::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	z-index: -1;
	box-shadow: inset 0 0 0 35px #fff;
	-webkit-transform: scale3d(0.9, 0.9, 1);
	transform: scale3d(0.9, 0.9, 1);
	-webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
	transition: box-shadow 0.3s, transform 0.3s;
}
.button--sacnite.button--inverted::before {
	box-shadow: inset 0 0 0 35px #12FF9E;
}
.button--sacnite > span {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.button--sacnite:hover {
	color: #12FF9E;
}
.button--sacnite.button--inverted:hover {
	color: #12FF9E;
}
.button--sacnite:hover::before {
	box-shadow: inset 0 0 0 1px #12FF9E;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.button--sacnite.button--inverted:hover::before {
	box-shadow: inset 0 0 0 1px #12FF9E;
}
.button--sacnite .button__icon {
	font-size: 137.5%;
}
/* Typography and Roundedness */
.button--round-l {
	border-radius: 40px;
}
.button--round-l.button--quidel::after {
	border-radius: 40px;
}
.button--scanite.button--round-l {
	border-radius: 50%;
}
/*------------ photo zoom ------------*/
.zoom, .zoom2 {
 overflow:hidden;
 background: #000;
}
.zoom img, .zoom2 img, .zoom3 img {
 transition:0.5s all;
}
.zoom img:hover{
  transform:scale(1.3);
  transition:0.3s all;
    opacity: 0.7;
}
.zoom2 img:hover{
  transform:scale(1.8);
  transition:0.3s all;
    opacity: 0.7;
}
.zoom3 img:hover{
  transform:scale(0.9);
  transition:0.3s all;
}

/*------------ policy ------------*/
.box_policy {
	width: 90%;
	margin: 0 auto 120px;
	font-size: 75%;
	line-height: 2em;
	letter-spacing: 0.25em;
	font-weight: bold;
}
.box_policy dl {
    margin-top: 35px;
}
.box_policy dt {
    font-weight: bold;
}