@charset "UTF-8";
 @import url('https://fonts.googleapis.com/css?family=Josefin+Sans:600');
 @import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
/* load reset.css */

*, ::before, ::after {
	box-sizing: inherit;
	background-repeat: no-repeat;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 50%;
	box-sizing: border-box;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
	font-size: 1.625rem;
	letter-spacing: 0.03em;
	line-height: 1.538461538461538;
}

@media screen and (min-width: 992px), print {
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	line-height: 1.7;
}
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
li {
	list-style-type: none;
}
address {
	margin: 0 0 1.5em;
	font-style: normal;
}
strong, em {
	font-weight: 600;
	font-style: normal;
}
sub {
	font-size: 70%;
	position: relative;
	top: -0.25em;
}
/* Link, Focus,Selection */
a {
	outline: none;
	text-decoration: none;
	color: #df0196;
}

@media screen and (min-width: 992px), print {
a {
	transition: all .15s ease;
}
a:hover {
	text-decoration: none;
}
}
a:focus {
	outline: none;
}
::-moz-selection {
 background-color: #b3d4fc;
 color: #000000;
 text-shadow: none;
}
::selection {
	background-color: #b3d4fc;
	color: #000000;
	text-shadow: none;
}
/* Form */
input[type="radio"], input[type="checkbox"] {
	margin-right: .25em;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #b3b3b3;
	border-radius: 0;
	padding: 5px;
	width: 100%;
	font-size: 16px;
	vertical-align: bottom;
}
textarea {
	height: 180px;
	line-height: 1.4;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
	background: #000;
	color: #fff;
	opacity: 1.0;
	padding: 10px 20px;
	transition: 0.3s;
	border: none;
	border-radius: 5px;
}
input:focus,textarea:focus{
    outline:none;
}

@media screen and (min-width: 992px), print {
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea {
	padding: 10px;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
	background: #444;
	color: #fff;
	opacity: 0.7;
}
}
/* ============================== */
/*  Contents */
/* ============================== */
h1 {
	font-size: 2.4rem;
	margin-bottom: 25px;
}
h2 {
	font-size: 2.1rem;
	margin-bottom: 25px;
}
h3 {
	font-size: 1.7rem;
	margin-bottom: 15px;
}
h4 {
	font-size: 1.6rem;
	margin-bottom: 25px;
}
h5 {
	font-size: 1.4rem;
	margin-bottom: 0.5em;
}
h6 {
	font-size: 1.2rem;
	margin-bottom: 0.5em;
}
p + p {
	margin-top: 1em;
}

@media screen and (min-width: 768px), print {
h1 {
	font-size: 3.0rem;
}
h2 {
	font-size: 2.2rem;
}
h3 {
	font-size: 1.7rem;
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.4rem;
}
}
th, td {
	padding: 0.5em 1em;
	border: 1px solid #dcdcdc;
	text-align: left;
	vertical-align: middle;
}
th {
	font-weight: 600;
	background-color: #fafafa;
}
caption {
	color: #444;
	text-align: center;
}
img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
figure img {
	width: 100%;
}

/* ============================== */
/*  Layout */
/* ============================== */

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

@media screen and (min-width: 992px), print {
.only-sp {
	display: none;
}
}
.row {
	margin: 0 10px;
	position: relative;
}

@media screen and (min-width: 768px), print {
.row {
	margin: 0 20px;
}
}

@media screen and (min-width: 992px), print {
.row {
	margin: 0 auto;
	width: 960px;
}
}

@media screen and (min-width: 1132px), print {
.row {
	width: 1100px;
}
}
.a-section {
	padding: 40px 0;
	position: relative;
	z-index: 2;
}
.top-page .a-section.js-inview {
	width: 100%;
	overflow: hidden;
}
.a-section h2 {
	margin: 0 0 40px;
}
.sub-page .a-section h2 {
	color: #333;
	padding: 12px 0.75em;
	margin: 2em 0 1.25em 5px;
	line-height: 1.3;
	border-left: 3px double #a1c96d;
	position: relative;
	letter-spacing: 0.05em;
}
.sub-page .a-section h2:before {
	content: "";
	border-left: 1px double #a1c96d;
	position: absolute;
	top: 0;
	left: -5px;
	height: 100%;
}
.top-page .a-section h2,
.column-archive h2 {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.2em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 3;
}
.a-section .content-body {
	position: relative;
	z-index: 3;
}
.top-page .a-section a {
	color: inherit;
}

@media screen and (min-width: 768px), print {
.a-section {
	padding: 56px 0;
}
.a-section h2 {
	margin: 0 0 56px;
}
}

@media screen and (min-width: 992px), print {
.a-section {
	padding: 70px 0;
}
.a-section h2 {
	margin: 0 0 70px;
}
}
.sub-page h3 {
	color: #555;
	font-weight: bold;
	padding: 5px 0;
	margin: 3em 0 1em;
	clear: both;
	line-height: 1.3;
}
.sub-page h4 {
	font-weight: bold;
	margin: 1.5em 0 0.5em;
}
.sub-page h5 {
	font-weight: bold;
	margin: 1.5em 0 0.5em;
}
.sub-page p {
	line-height: 1.7;
}

.header-image {
	text-align: center;
}
/* ============================== */
/*  Page Top */
/* ============================== */
#go-pagetop a {
	display: block;
	position: fixed;
	bottom: -80px;
	right: 10px;
	z-index: 500;
	text-indent: -9999px;
	overflow: hidden;
	background-color: rgba(120,120,120,0.5);
	background-size: 44px;
	width: 40px;
	height: 40px;
	transition: 0.2s ease;
	opacity: 0;
}
#go-pagetop a.js-view {
	opacity: 1;
	bottom: 20px;
}
#go-pagetop a::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: calc(50% - 5px);
	top: calc(50% - 3px);
	display: block;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
}

@media screen and (min-width: 768px), print {
#go-pagetop a {
	right: 20px;
}
#go-pagetop a.js-view {
	bottom: 54px;
}
}

@media screen and (min-width: 992px), print {
#go-pagetop a {
	right: 50px;
	width: 60px;
	height: 60px;
}
#go-pagetop a.js-view {
	bottom: 68px;
}
#go-pagetop a:hover {
	background-color: #df0196;
}
}
/* ============================== */
/*  Global-Header */
/* ============================== */
.global-header {
	position: fixed;
	z-index: 990;
	width: 100%;
}
.global-header .header-bg {
	background: #000;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.5s;
}
.global-header .header-bg.js-view {
	opacity: 1;
}
.site-id {
	width: 110px;
	height: 50px;
	display: flex;
	align-items: center;
	margin: 0;
}
.site-id a {
	display: block;
}

@media screen and (min-width: 768px) {
.site-id {
	width: 128px;
	height: 56px;
	margin: 0;
}
}

@media screen and (min-width: 992px) {
.site-id {
	width: 160px;
	height: 70px;
}
}

/* ============================== */
/*  Global-NAV TABLET/PC */
/* ============================== */
@media screen and (min-width: 768px) {
#global-menu {
	display: block !important;
}
.site-nav {
	position: absolute;
	right: 0;
	top: 0;
}
.main-menu {
	display: table;
}
.main-menu li {
	display: table-cell;
	padding: 0 0 0 1em;
}
.main-menu>li>a {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	padding: 18px 10px 6px;
	text-decoration: none;
	color: #fff;
}
.main-menu>li>a::after {
	content: "";
	background-color: #df0196;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 0.15s ease-out;
	transition: width 0.15s ease-out;
	width: 0;
	height: 2px;
}
.main-menu>li>a:hover::after {
	width: 100%;
}
}

@media screen and (min-width: 992px) {
.main-menu li {
	padding: 0 0 0 2em;
}
.main-menu li a {
	padding: 24px 10px 10px;
}
}


/* ============================== */
/*  Global-NAV SP */
/* ============================== */
@keyframes anim_dn {
 0% {
background-position:top 0 left 0;
}
 100% {
background-position:top 1500px left 0;
}
}

@media screen and (max-width: 767px) {
#global-menu {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 998;
	display: none;
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	opacity: 1;
}
#global-menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: 12px;
	width: 6px;
	height: 100%;
	background: url(../images/bg_abs.jpg);
	background-size: 29px;
	animation: anim_dn 10s linear infinite;
}
#global-menu {
	content: "";
	position: fixed;
	top: 0;
	height: 100vh;
	background: #f6f6f6;
	transition: all 200ms ease;
	transition-delay: 100ms;
}
.js-view#global-menu {
	left: 0;
	opacity: 1;
}
.js-view .global-menu-inner {
}
.global-menu-inner {
	opacity: 1.0;
	transition-delay: 0.2s;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	transform: translateY(-50%);
}
.site-nav li {
	text-align: center;
	padding-right: 30px;
	opacity: 0;
	line-height: 3.5;
	font-size: 1.75rem;
}
.site-nav li::before {
	content: "";
	display: block;
	text-align: center;
	width: 30px;
	border: 1px dotted #512;
	opacity: 0;
	margin: 10px auto;
}
.site-nav li:first-child:before {
	display: none;
	margin: 0;
}
.site-nav li a {
	padding: 10px;
	color: #555;
}
.js-view .site-nav li:first-child {
	transition: all 300ms 150ms;
}
.js-view .site-nav li:nth-child(2) {
	transition: all 300ms 250ms;
}
.js-view .site-nav li:nth-child(3) {
	transition: all 300ms 350ms;
}
.js-view .site-nav li:nth-child(4) {
	transition: all 300ms 450ms;
}
.js-view .site-nav li:nth-child(5) {
	transition: all 300ms 550ms;
}
.js-view .site-nav li {
	padding-right: 0;
	opacity: 1;
}
.js-view .site-nav li:before {
	opacity: 0.7;
	transition: all 600ms ease 900ms;
}
}
/* ============================== */
/*  Toggle Menu */
/* ============================== */
#toggle-menu {
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	position: fixed;
	z-index: 999;
}

@media screen and (min-width: 768px), print {
#toggle-menu {
	display: none;
}
}
#toggle-menu .menu-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 26px;
	height: 2px;
	background-color: #999;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
#toggle-menu .menu-icon::before, #toggle-menu .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #999;
	right: 0;
	transition: transform 0.4s, top 0.2s 0.4s;
}
#toggle-menu .menu-icon::before {
	top: -7px;
}
#toggle-menu .menu-icon::after {
	top: 7px;
}
/* --ToggleMenu IsClicked-- */
#toggle-menu .menu-icon.is-clicked {
	background-color: rgba(255, 255, 255, 0);
}
#toggle-menu .menu-icon.is-clicked::before, #toggle-menu .menu-icon.is-clicked::after {
	transition: transform 0.4s 0.2s, top 0.2s;
}
#toggle-menu .menu-icon.is-clicked::before {
	top: 0;
	transform: rotate(45deg);
}
#toggle-menu .menu-icon.is-clicked::after {
	top: 0;
	transform: rotate(-45deg);
}
/* ============================== */
/*  GLOBAL FOOTER */
/* ============================== */
.global-footer {
	background: #000;
	padding: 30px 0;
}

@media screen and (min-width: 768px), print {
.global-footer {
	padding: 48px 0;
}
}

@media screen and (min-width: 992px), print {
.global-footer {
	padding: 60px 0;
}
}
.footer-logo {
	width: 128px;
	margin: 0 0 0.5em;
}
.global-footer address {
	font-size: 1.5rem;
	line-height: 1.7;
	color: #ddd;
}
.global-footer .company-name {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 0.5em;
}
.global-footer .location {
	margin: 0;
}
.copyright {
	color: #bbb;
	font-size: 10px;
	padding: 30px 0 0;
}
.global-footer .contact a {
	color: #eee;
	padding: 10px 15px 10px 44px;
	background: #2a2a2a url(../images/icon_envelope.svg) no-repeat left 15px center;
	-webkit-background-size: 22px;
	background-size: 22px;
	line-height: 24px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	position: relative;
	display: inline-block;
}

@media screen and (min-width: 768px), print {
.footer-logo {
	width: 128px;
	margin: 0 0 0.5em;
}
.global-footer .contact {
	position: absolute;
	top: 0;
	right: 0;
}
.global-footer .contact a {
	padding: 12px 40px 12px 74px;
	background-position: left 40px center;
	-webkit-background-size: 24px;
	background-size: 24px;
}
}

@media screen and (min-width: 992px), print {
.footer-logo {
	width: 160px;
}
.global-footer address {
	font-size: 1.3rem;
}
.global-footer .company-name {
	font-size: 1.4rem;
}
/* hover effect */
.global-footer .contact a {
	transition: background-color 0.6s;
}
.global-footer .contact a:before, .global-footer .contact a:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 1px;
	opacity: 0;
	transition: width 0.3s, height 0.3s, opacity 0.2s;
}
.global-footer .contact a:before {
	top: 0;
	left: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.global-footer .contact a:after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.global-footer .contact a:hover {
	background-color: #df0196;
}
.global-footer .contact a:hover:before, .global-footer .contact a:hover:after {
	opacity: 1;
	width: 100%;
	height: 100%;
}
}

/* ============================== */
/*  下層ページヘッダ */
/* ============================== */
.sub-page header {
	border-bottom: 1px dashed #e5e5e5;
	padding: 20px 15px 15px 23px;
	margin-top: -90px;
	margin-bottom: 40px;
	background: #fff;
	position: relative;
}
.sub-page header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 6px;
	background: url(../images/bg_stripe01.svg);
	background-size: 10px;
}

@media screen and (min-width: 768px), print {
.sub-page header {
	padding: 24px 24px;
	margin-top: -100px;
	margin-bottom: 56px;
}
}

@media screen and (min-width: 992px), print {
.sub-page header {
	padding: 40px 30px 30px;
	margin-top: -120px;
	margin-bottom: 70px;
}
.sub-page header::before {
	width: 220px;
	height: 10px;
}
}
/* column, news用ヘッダ */
.sub-page.column header, .sub-page.news header {
	border-bottom: 1px dashed #e5e5e5;
	padding: 15px 15px 15px 23px;
	margin-top: -90px;
	margin-bottom: 40px;
	background: #fff;
	position: relative;
}
.sub-page.column header::before, .sub-page.news header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background: url(../images/bg_stripe01.svg);
	background-size: 10px;
}
.sub-page header .cat {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0.75em;
}
.sub-page header .en {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
	font-size: 1.3rem;
}
.sub-page header .en span.cat::before {
	content: ">";
	padding: 0 0.75em 0 0.5em;
	color: #aaa;
	position: relative;
	top: -0.12em;
}
.sub-page.column h1, .sub-page.news h1 {
	font-size: 2.4rem;
	margin: 0 0 40px;
	font-weight: bold;
}
.a-section header .tag, .a-section header .time {
	color: #df0196;
	margin-top: 0.75em;
	font-size: 1.3rem;
}
.a-section header .tag a {
	border-bottom: 1px dashed #df0196;
}
.a-section header .tag::before {
	content: "tag: ";
}

@media screen and (min-width: 768px), print {
.sub-page.column header {
	padding: 24px 24px;
	margin-top: -100px;
}
.sub-page h1 {
	margin: 0 0 20px;
}
.sub-page.column h1, .sub-page.news h1 {
	font-size: 2.4rem;
	margin: 0 0 40px;
	font-weight: bold;
}
}

@media screen and (min-width: 992px), print {
.sub-page.column header {
	padding: 30px 30px;
	margin-top: -120px;
}
.sub-page.column header::before {
	width: 9px;
}
.sub-page h1 {
	margin: 0 0 20px;
}
.sub-page.column h1, .sub-page.news h1 {
	font-size: 2.4rem;
	margin: 0 0 40px;
	font-weight: bold;
}
}
/* list - hover style */
.news-list li a:hover, .product-list a:hover, .column-list a:hover {
	color: #008ce1;
}
.news-list li a:hover, .column-list a:hover {
	border-bottom: 1px dashed #008ce1;
}
.column-list figure a:hover {
	opacity: 0.7;
	border-bottom: none;
}
/* CMS用指定（CMS利用時にアクティブ） */
/*
.cms-content section {
	margin-top: 3em;
}
.cms-content > section:first-child {
	margin-top: 0;
}
.cms-content em {
	background: linear-gradient(transparent 55%, #fcf573 55%);
}
.cms-content .image {
	max-width: 400px;
	margin: 0 auto 10px;
}
.cms-content table {
	width: 100%;
	margin: 1.5em 0;
}
.cms-content table th {
	background-color: #f7f6ee;
	width: 40%;
}
.cms-content table td {
}
.cms-content h3 + table, .cms-content h4 + table, .cms-content h5 + table, .cms-content h6 + table {
	margin-top: 0.25em;
}
.cms-content li {
	list-style-type: disc;
	padding-left: 0.25em;
	margin-left: 2.25em;
}
.cms-content li b {
	color: #ea0037;
}

@media screen and (min-width: 768px), print {
.cms-content .pull-left {
	width: 45%;
	height: auto;
	padding: 0 1.25em 1em 0;
	float: left;
}
.cms-content .pull-right {
	width: 45%;
	height: auto;
	padding: 0 0 1em 1.25em;
	float: right;
}
.cms-content .pull-left >img {
	width: 100%;
	height: auto;
}
.cms-content .pull-right >img {
	width: 100%;
	height: auto;
}
}
*/
/* ============================== */
/*  トップページ */
/* ============================== */
#particles {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0.45;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
/* ============================== */
/*  トップページ HERO IMAGE */
/* ============================== */
.hero-image {
	width: 100%;
	height: 100vh;
	position: relative;
    background: #fff;
}
.hero-image>div{
	content:"";
	width:100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	background:#fff url("../images/photo3.jpg") no-repeat center;
	background-size: cover;
	display: none;

}

#hi-copy h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 800px;
	text-align: center;
}
#hi-copy h2 .mask {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 90%;
 	height: calc(10vw * 0.9);
}
#hi-copy .mask>span {
	display: block;
	position: relative;
 top:calc(10vw * 0.9);
	transition: all 400ms ease;
}

@media screen and (min-width: 992px), print {
#hi-copy h2 .mask {
	width: 90%;
	height: 70px;
}
#hi-copy .mask>span {
	top: 70px;
}
}
#hi-copy .mask>.l1 {
	transition-delay: 1200ms;
}
#hi-copy .mask>.l2 {
	transition-delay: 1400ms;
}
#hi-copy .mask>.l3 {
	transition-delay: 1600ms;
}
#hi-copy.js-view .mask>span {
	top: 0px;
}
#hi-copy h2 span {
}
#hi-svg path, #hi-svg line, #hi-svg circle, #hi-svg polyline {
	fill: transparent;
	stroke: #555;
	stroke-width: 0.5;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}
/* ============================== */
/*  トップページ NEWS */
/* ============================== */
#news {
	background: url(../images/bg_dot.png);
}
#news h2 {
	padding-right: 50px;
	opacity: 0;
	transition: all 500ms cubic-bezier(0.115, 0.660, 0.500, 0.975);
}
#news.js-view h2 {
	padding: 0;
	opacity: 1;
}
.news-list li {
	margin-top: 15px;
	position: relative;
}
#news.js-inview .news-list li {
	right: 30px;
	transition: all 500ms ease;
	opacity: 0;
}
#news.js-view .news-list li {
	right: 0;
	opacity: 1;
}
#news.js-inview .news-list li:first-child {
	margin-top: 0;
	transition-delay: 700ms;
}
#news.js-inview .news-list li:nth-child(2) {
	transition-delay: 900ms;
}
#news.js-inview .news-list li:nth-child(3) {
	transition-delay: 1100ms;
}
#news.js-inview .news-list li:nth-child(4) {
	transition-delay: 1300ms;
}
.news-list li time {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-right: 2em;
	color: #df0196;
	display: block;
	margin-bottom: 0.25em;
}

@media screen and (min-width: 768px), print {
.news-list li time {
	display: inline;
	margin-bottom: 0;
}
}
.news-list li a {
	color: inherit;
}
.news .show-all {
	margin-top: 1.75em;
}
.news .show-all a {
	padding: 0.25em 1.8em 0.25em 1em;
	border: 1px solid #df0196;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	font-size: 1.3rem;
}
.news .show-all a::before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	right: 0.75em;
	top: 50%;
	display: block;
	margin-top: -3px;
	border-top: solid 1px #df0196;
	border-right: solid 1px #df0196;
	transform: rotate(45deg);
	transition: 500ms;
}

@media screen and (min-width: 992px), print {
.news .show-all a:hover {
	background: #df0196;
	color: #fff;
}
.news .show-all a:hover::before {
	border-color: #fff;
}
}
/* ============================== */
/*  トップページ PRODUCT */
/* ============================== */
#product {
	position: relative;
}
#product::before {
	content: "";
	width: 1px;
	height: 100%;
	opacity: 0;
	transition: all 600ms cubic-bezier(0.115, 0.660, 0.500, 0.975); /* custom */
	transition-delay: 150ms;
	background: rgba(245,245,245,0.99);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
#product.js-view::before {
	width: 100%;
	opacity: 1;
}
#product h2 {
	padding-left: 50px;
	opacity: 0;
	transition: all 500ms cubic-bezier(0.115, 0.660, 0.500, 0.975);
	transition-delay: 900ms;
}
#product.js-view h2 {
	padding: 0;
	opacity: 1;
}
.product-list li {
	max-width: 300px;
	margin: 0 auto 30px;
	position: relative;
	left: 30px;
	transition: all 500ms ease;
	opacity: 0;
}
#product.js-view .product-list li {
	left: 0;
	opacity: 1;
}
.product-list li:first-child {
	transition-delay: 1100ms;
}
.product-list li:nth-child(2) {
	transition-delay: 1300ms;
}
.product-list li:nth-child(3) {
	transition-delay: 1500ms;
}
.product-list li:nth-child(4) {
	transition-delay: 1700ms;
}
.product-list figure {
	margin-bottom: 10px;
	position: relative;
}
.product-list li a figure img {
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
}
.product-list li .new-icon {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100px;
	height: 100px;
	opacity: 0.0;
	transform: scale(0.3);
	transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-delay: 1.3s;
}
#product.js-view {
	transform: scale(1.0);
	opacity: 1;
}
.product-list .badge {
	position: absolute;
	top: 5px;
	left: -10px;
	width: 40px;
	height: 40px;
}

@media screen and (min-width: 768px), print {
.product-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
}
.product-list li {
	width: calc(33.333333% - 30px);
	max-width: none;
	margin: 0 0 40px 30px;
}
.product-list li.col3 {
	width: 100%;
}
.product-list li.col3 a {
	display: flex;
	justify-content: center;
}
.product-list li.col3 a .caption {
	width: 40%;
	margin-left: 30px;
}
.product-list li.col3 a .image {
	width: 40%;
}
.product-list .badge {
	left: calc(10% - 30px);
}
}

@media screen and (min-width: 992px), print {
.product-list li a figure:after {
	content: "CLICK!";
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	font-size: 1.6rem;
}
.product-list li a:hover figure:after {
	opacity: 1;
}
.product-list .badge {
	width: 50px;
	height: 50px;
}
}
/* ============================== */
/*  コラムリスト */
/* ============================== */

.column-archive {
	position: relative;
	background-color: rgba(255,255,255,0.9);
	background-image: linear-gradient( transparent 95%, rgba(245, 245, 245, 1) 5% ), linear-gradient( 90deg, transparent 95%, rgba(245, 245, 245, 1) 5% );
	background-size: 20px 20px;
	background-repeat: repeat;
}
.column-archive .js-inview::before {
	opacity: 0;
}
.column-archive .js-view::before {
	opacity: 1;
}
.column-archive h2 {
}
#column.js-inview h2 {
	padding-right: 50px;
	opacity: 0;
	transition: all 500ms cubic-bezier(0.115, 0.660, 0.500, 0.975);
	transition-delay: 900ms;
}
#column.js-view h2 {
	padding: 0;
	opacity: 1;
}
.column-list {
	position: relative;
	z-index: 3;
}
#column.js-inview .column-list {
	opacity: 0;
	right: 30px;
	transition: all 500ms cubic-bezier(0.115, 0.660, 0.500, 0.975);
	transition-delay: 1300ms;
}
#column.js-inview.js-view .column-list {
	opacity: 1;
	right: 0;
}
.column-list article {
	display: flex;
	margin-bottom: 30px;
}
.column-list article .image {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
	display: flex;
	flex: 0 0 auto
}
.column-list article .image a {
	display: block;
}
.column-list article .image img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: none;
	max-height: none;
}
.column-list article h3 {
	font-size: 1.5rem;
	margin: 0 0 0.5em;
	font-weight: normal;
}
.column-list article h3 >a {
	color: inherit;
}
.column-list article .tag {
	font-size: 1.2rem;
	color: #df0196;
}

@media screen and (min-width: 768px), print {
.column-list {
	display: flex;
	flex-wrap: wrap;
}
.column-list article {
	width: calc(50% - 35px);
}
.column-list article:nth-child(even) {
	margin-left: 70px;
}
}

@media screen and (min-width: 992px), print {
.column-list article .image {
	width: 115px;
	height: 115px;
}
}
/* ============================== */
/*  SNS */
/* ============================== */
.sns {
	background: #3f3f3f;
	padding: 14px 0;
	position: relative;
	z-index: 3;
}
.sns h2 {
	display: none;
}
ul.sns-list {
	margin: 0;
}
ul.sns-list li {
}
ul.sns-list li a {
	background: url(../images/icon_fb.svg) no-repeat left 20px center;
	background-size: 24px;
	color: #f8f8f8;
	padding: 11px 20px 11px 60px;
	display: block;
	position: relative;
	width: 250px;
	margin: 0 auto;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 24px;
}
ul.sns-list li a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 768px), print {
ul.sns-list {
	display: flex;
	margin: 0;
	justify-content: center;
	list-style-type: none;
}
ul.sns-list li {
	margin: 0 0 0 60px;
}
ul.sns-list li:first-child {
	margin-left: 0;
}
}

@media screen and (min-width: 992px), print {
ul.sns-list li a {
	width: auto;
	margin: 0;
	padding: 11px 40px 11px 60px;
}
ul.sns-list li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #3B5998;
	height: 100%;
	width: 0;
	opacity: 0;
	transition: width 0.2s cubic-bezier(0.115, 0.660, 0.500, 0.975), opacity 0.2s cubic-bezier(0.115, 0.660, 0.500, 0.975);
	z-index: -1;
}
ul.sns-list li a:hover {
}
ul.sns-list li a:hover::before {
	opacity: 1;
	width: 100%;
}
ul.sns-list li a::after {
	right: 35px;
	opacity: 0;
	transition: 0.2s cubic-bezier(0.115, 0.660, 0.500, 0.975);
}
ul.sns-list li a:hover:after {
	right: 20px;
	opacity: 1;
}
}

/* ============================== */
/*  WORKS PAGE */
/* ============================== */
.works-list .user-voice h4 {
	background: #df0196;
	display: inline-block;
	color: #fff;
	line-height: 1;
	padding: 4px 10px;
	font-size: 1.4rem;
}
.works-list .user-voice dl {
	display: none;
}
.works-list .user-voice dt {
	font-weight: bold;
	margin: 0.75em 0 0.25em;
}
.works-list li {
	margin-top: 30px;
}
.works-list li .homepagePreview {
	text-align: center;
}
.works-list li .homepagePreview img {
	width:100%;
	max-width: 400px;
}
.works-list li h2 {
	margin-top: 0.5em;
}

@media screen and (min-width: 768px), print {
.works-list li {
	display: flex;
	flex-wrap: wrap;
}
.works-list li .homepageInfo {
	width: 55%;
	padding-right: 2.5em;
}
.works-list li .homepagePreview {
	width: 45%;
}
.works-list li .homepagePreview img {
	max-width: 100%;
}
}
/* ============================== */
/*  COMPANY PAGE */
/* ============================== */
.company h4 {
	margin-bottom: 1.5em;
}
dl.company-overview {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
}
dl.company-overview dt {
	width: 5em;
	margin-top: 0.5em;
}
dl.company-overview dd {
	width: calc(100% - 5em);
	margin-top: 0.5em;
}
/* ============================== */
/*  CONTACT PAGE */
/* ============================== */
.contact .required {
	color: #c00
}
.contact .form-item {
	border-bottom: 1px solid #ddd;
}
.contact .form-item.textarea {
	border-bottom: none;
}
.contact label {
	position: relative;
	transition: 400ms;
	color: #444;
	font-weight: bold;
}
.contact .form-item::after {
	content: "";
	border-bottom: 1px solid #71B814;
	width: 0;
	display: block;
	transition: 400ms ease-out;
	position: relative;
	top: 1px;
}
.contact .form-item.textarea::after {
	content: "";
	display: none;
}
.contact .form-item.js-focus::after {
	width: 100%;
}
.contact .form-item input[type="text"], .contact .form-item input[type="tel"], .contact .form-item input[type="email"] {
	border: none;
	transition: 600ms ease-out;
}
.contact .form-item textarea {
	border: 1px solid #ddd;
	transition: 600ms ease-out;
}
.contact .form-item input[type="text"]:focus, .contact .form-item input[type="tel"]:focus, .contact .form-item input[type="email"]:focus, .contact .form-item textarea:focus {
	background: #fafafa;
}
.contact .form-item.js-focus label {
	color: #df0196;
}
.contact .form-item textarea:focus {
	border: 1px solid #df0196;
}
.contact .form-button-bar input[type="submit"] {
	padding: 1em 2em;
	font-size: 1.6rem;
	letter-spacing: 0.8em;
	text-indent: 0.8em;
	background-color: #df0196;
}
.contact .contact-list li {
	padding: 0;
	margin: 30px 0 0;
	list-style-type: none;
}
/* ============================== */
/*  BUSINESS PAGE */
/* ============================== */
.business-product-list{
	margin:40px 20px;
    text-align: center;
}
.business-product-list h2{
	margin:2em 0 1em;
	font-size: 2.4rem;
}


.campaign-notice{
    color:#e00000;
    margin-top:15px;
    font-weight: bold;
    letter-spacing: 0;
}