/*
Theme Name: Cheki Press 2020
Theme URI: http://instax.jp/
Author: 富士フイルム株式会社
Author URI: http://fujifilm.jp/
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==================================================== */
/* COMMON */
/* ==================================================== */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #ffffff;
	font-family: YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'ヒラギノ角ゴ ProN W6', 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック','ＭＳ ゴシック', Osaka, sans-serif!important;
	word-wrap : break-word;
	overflow-wrap : break-word;
	-webkit-overflow-scrolling: touch;
}

.sp, .sp2, .sp_bg, #build-menu {
	display:none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
	font-size:0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
:focus {
    outline:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Noto Serif", serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	vertical-align: middle;
}
a{
	color:#000;
	text-decoration: none;
}
.montserrat{
	font-family: 'Montserrat', sans-serif;
}
.sp{
	display:none;
}
.pc{
	display:inline-block;
}

#lightboxImage {
	max-width:100%;
	max-height:100%;
}

#outerImageContainer {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

#imageDataContainer {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}

#nextLink, #prevLink {
    position: relative;
}

#nextLink:hover, #nextLink:visited:hover, #prevLink:hover, #prevLink:visited:hover {
    background: none!important;
}

#nextLink:hover::before {
	font-family: FontAwesome;
	font-size: 40px;
	line-height:40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 15px;
    margin-top: -20px;
}

#prevLink:hover::before {
	font-family: FontAwesome;
	font-size: 40px;
	line-height:40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	content: "\f104";
	position: absolute;
	top: 50%;
	left: 15px;
    margin-top: -20px;
}

#imageData #bottomNav #bottomNavClose {
    height: 22px!important;
    width: 22px!important;
    float: right;
    margin-bottom: 10px;
}

#jqlb_closelabel {
    height: 22px!important;
    width: 22px!important;
    background-image: none!important;
    position: relative;
}

#jqlb_closelabel::before {
	font-family: FontAwesome;
	font-size: 22px;
	line-height:22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	content: "\f00d";
	position: absolute;
	top: 0;
	right: 0;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}


tr {
text-align:center;
}

td, th {
border: 1px solid #bbb;
height: 30px;
transition: all 0.3s;
text-align:center;
}

th {
background: #000;  /* Darken header a bit */
font-weight: bold;
text-align:center;
color:#fff;
}

td {
background: #fefefe;
text-align: center;
}

tr td:hover { background: #ccc; color: #FFF; } /* Hover cell effect! */


#mobile-bar {
display:none;
display:block;
}

#build-menu-page{
	/*transform:none!important;*/
}

/* ==================================================== */
/* instax-header */
/* ==================================================== */

.ha-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:60px;
	padding: 0;
	z-index: 50;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.ha-header-perspective {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1040px;
	-moz-perspective: 1040px;
	perspective: 1040px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}

.ha-header-perspective > div {
	text-align: left;
	padding: 0;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}

.ha-header-front .navwrap {
	width:100%;
	max-width:1040px;
	height:100%;
	margin:0 auto;
	padding:10px 0;
}

.ha-header-bottom .navwrap {
	width:1040px;
	height:100%;
	margin:0 auto;
	padding:10px 0;
}

.ha-header-front {
	background: #fff;
	z-index: 2;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	}

.ha-header-bottom {
	background: #000;
	}

.ha-header-perspective .ha-header-bottom {
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	z-index: 1;
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	position: absolute;

	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}


.ha-header-perspective > div::after {
    content: '';
    display: inline-block;
    width: 100%;
}


.ha-header h1,
.ha-header h1::before,
.ha-header h1 span,
.ha-header nav,
.ha-header nav::before {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.ha-header nav ul.nav {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin:0;
	padding:0;
}

.ha-header nav ul.nav li {
	display: inline-block;
	text-align:left;
	letter-spacing: 0px;
	line-height:1;
	padding: 11px 16px 6px 14px;
	margin: 0;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	vertical-align:middle;
}
.ha-header li{
	position:relative;

}
.ha-header li a{
	overflow:hidden;
}
.ha-header nav ul.nav li.idea{
	padding-right:0px;
}
.ha-header nav ul.nav li.movie{
	padding-right:8px;
}
.ha-header .idea .en{
	width:58px;
}
.ha-header .movie .en{
	width:68px;
}
.ha-header li .en{
	display:inline-block;
	transition:300ms;
	width:auto;
}
.ha-header li .ja{
	display:inline-block;
	position:absolute;
	width:auto;
	top: 30px;
	left: 30px;
	font-size: 14px;
	font-weight: 900;
}
.ha-header li span{
	transform:translateY(1px);
	transition:300ms;
}
.ha-header li:hover > a .en, .ha-header li:hover > a .ja{
	transform:translateY(-26px);
}
.ha-header li.idea a{
	height:28px;
}
.ha-header li.idea:hover > a .en, .ha-header li.idea:hover > a .ja{
	transform:translateY(-30px);
}

.ha-header nav ul.nav li.menu a {
	padding: 2px 2px;
	color: #000;
	outline: none;
	height:28px;
	text-decoration: none;
	vertical-align:middle;
	font-weight:300;
	font-size: 16px;
	position: relative;
	display: inline-block;
	transition: .2s;
}


.ha-header nav ul.nav li.menu a span {
	vertical-align: middle;
	margin-left:2px;
	white-space:nowrap;
}

.ha-header nav ul.nav li.sns {
	padding: 8px 10px 8px;
	font-size:20px;
}


.ha-header nav ul.nav li.sns img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	width:auto;
	height:20px;
}
.ha-header nav ul.nav li.sns.twitter img {
	height:18px;
}

.ha-header nav ul.nav li.sns:hover img {
	-webkit-transform: rotate(360deg) scale(1);
	transform: rotate(360deg) scale(1);
}

.ha-header nav ul.nav li.sns:active img {
	-webkit-transform: scale(0.94);
	transform: scale(0.94);
}

.ha-header h1 {
	margin: 0;
	padding: 0;
	display:inline-block;
	font-size:0;
	line-height:1;
	cursor: default;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.ha-header h1 {
	/*margin: 0;*/
	margin: -5px 0 0 0;
	padding: 0;
	display:inline-block;
	font-size:0;
	line-height:1;
}

.ha-header h1::before,
.ha-header nav::before {
	content: '';
}

.ha-header h1 a:active img {
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}


.ha-header nav {
	height: 100%;
	width: auto;
	float:right;
	text-align:right;
}

.ha-header li.sns a {
	transition:200ms;
	display:block;
}

.ha-header li.sns a:hover {
			-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
}

.ha-header nav a:last-child {
    margin-right: 0;
}

/* Individual states */

.ha-header-large {
	height: 120px;
}

.ha-header-small {
	height: 120px;
}

.ha-header-hide {
	height: 120px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ha-header-show {
	/*height: 120px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);*/
}

.ha-header-show .ha-header-bottom {
	/*opacity: 1;
	-webkit-transition: top 0.5s, opacity 0s 0.5s;
	-moz-transition: top 0.5s, opacity 0s 0.5s;
	transition: top 0.5s, opacity 0s 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);*/
}

.ha-header-subshow {
	height: 120px;
}

.ha-header-subshow .ha-header-bottom {
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 50%;
}

.ha-header-shrink {
	height: 220px;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.ha-header-shrink .ha-header-bottom {
	opacity: 0;
}

.ha-header-rotate {
	height: 220px;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.ha-header-rotate .ha-header-front {
	-webkit-transform: translateY(-100%) rotateX(90deg);
	-moz-transform: translateY(-100%) rotateX(90deg);
	transform: translateY(-100%) rotateX(90deg);
}

.ha-header-rotate .ha-header-bottom {
	top: 50%;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: rotateX(0deg) translateY(-100%);
	-moz-transform: rotateX(0deg) translateY(-100%);
	transform: rotateX(0deg) translateY(-100%);
}

.ha-header-rotateBack {
	height: 220px;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.ha-header-rotateBack .ha-header-front {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
}

.ha-header-rotateBack .ha-header-bottom {
	top: 50%;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.ha-header-color {
	height: 420px;
}

.ha-header-color .ha-header-front,
.ha-header-color .ha-header-bottom {
	background: #f3796c;
}

.ha-header-color h1,
.ha-header-color nav a {
	color: #fff;
}

.ha-header-box {
	height: 192px;
	width: 100px;
	top: 20px;
	left: 20px;
}

.ha-header-box h1 {
	padding-left: 150px;
}

.ha-header-box h1,
.ha-header-box nav a {
	color: transparent;
}

.ha-header-box h1:after {
	opacity: 1;
}

.ha-header-box nav {
	opacity: 0;
}

.ha-header-fullscreen {
	height: 100%;
	opacity: 0.9;
}

.ha-header-fullscreen .ha-header-front {
	height: 100%;
}

.ha-header-fullscreen .ha-header-bottom {
	opacity: 0;
	-webkit-transition: top 0.5s, opacity 0s 0.5s;
	-moz-transition: top 0.5s, opacity 0s 0.5s;
	transition: top 0.5s, opacity 0s 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 50%;
	background: #f3796c;
}

.ha-header-subfullscreen {
	height: 100%;
	opacity: 0.9;
}

.ha-header-subfullscreen .ha-header-bottom {
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 50%;
	background: #f3796c;
}

.ha-header-subfullscreen .ha-header-bottom nav a {
	color: #fff;
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 50%;
    z-index: -10;
	background-color: #fff;
	background-image: radial-gradient(#ddd 25%, rgba(0, 0, 0, 0) 25%),radial-gradient(#ddd 25%, rgba(0, 0, 0, 0) 25%);
	background-size: 24px 24px;
	background-position: 0 0, 12px 12px;
}

/* ==================================================== */
/* ChekiPress-header */
/* ==================================================== */
#cp-header{
	width:100%;
	height:auto;
	position:fixed;
	position:relative;
	background:#fff;
	top:0;
	left:0;
	z-index:10;
}
#cp-header .inner{
	width:100%;
	height:auto;
	margin:0px auto;
	position:relative;

}
#cp-header .logo{
	width:280px;
	height:auto;
	margin:0px auto;
	padding:30px 0px 24px;
	text-align:center;


}
#cp-header .header-bg{
	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #fff;
}
#cp-header .logo h1{
	margin-bottom:10px;
			position:fixed;
	left:50%;
	margin-left:-133px;
	top:23px;
}
#cp-header .logo img{
	display:block;
	width:100%;
	height:auto;
}
#cp-header .logo span{
	font-size:11px;
	color:rgb(140, 140, 140);
	padding: 48px 0px 0px 12px;
    display: block;
}

#cp-header .instax-link{
	position:absolute;
	top:26px;
	left:30px;
	transition:200ms;
	position:fixed;
}
#cp-header .instax-link:hover{
	opacity:0.7;
}

#cp-header .instax-link a{
	display:block;
	font-size:12px;
	color:#646464;
	font-weight:900;
	width:120px;
	height:auto;
}
#cp-header .instax-link img{
	display:block;
	width:100%;
	height:auto;
}

#cp-header .mail-mag{
	position:fixed;
	top:21px;
	right:30px;
	transition:200ms;
}
#cp-header .mail-mag:hover{
	opacity:0.7;
}
#cp-header .mail-mag a{
  background: rgb(245, 138, 23);
  border-radius: 32px;
  padding: 10px 26px;
  display: block;
  color: #fff;
  font-weight: 900;
      font-size: 11px;
      text-align:center;
      line-height:1.4;
}


/* ==================================================== */
/* chekipress content */
/* ==================================================== */

.site-content {
	margin-top:60px;
}
.cp-content{
	margin-top:0px;
}
.cp-nav{
	width:100%;
	text-align:center;
	padding:30px 0px;
	margin-bottom:30px;
}
.cp-nav li{
	font-size:16px;
	font-weight:300;
	line-height:1;
	display:inline-block;
	padding:0px 20px;
	border-right:1px solid #000;
	position:relative;
}
.cp-nav li:last-child{
	border:none;
}

.cp-nav li a {
	position: relative;
	display: inline-block;
	transition: .2s;
}

.cp-nav li a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #000;
	transition: .2s;
}
.cp-nav li a:hover::after {
	width: 100%;
}

.cp-nav .menu-keywords-container ul{
	position:absolute;
	top:16px;
	left:0px;
	z-index:10;
	background:#fff;
	padding:12px;
	padding:0 20px;
	height:0;
	overflow:hidden;
	opacity:0;
	transition:200ms;
}
.cp-nav li.keywords:hover > .menu-keywords-container ul.menu{
	padding:12px 20px;
	height:521px;
	width:200px;
	opacity:1;
}

.cp-nav .menu-keywords-container li{
	display:block;
	width:auto;
	border:none;
	padding:6px 7px;
	text-align:left;
	font-size:14px;
	margin-bottom:6px;
}

.sidebar {
	position: relative;
	width: 100%;
}
#owl-main {
	background:#000;
	margin-bottom:120px;
}

#owl-main .item img {
  display: block;
  width: 100%;
  height: auto;
}

#owl-cal .item {
	background: #000;
	padding: 0;
	margin: 0px;
	color: #FFF;
	text-align: center;
	background-position: center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	/*opacity:0.7;*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#owl-cal .item.bgimg{
	padding-top:66.86%;
	position:relative;
	z-index:1;
}
#owl-cal .item.bgimg::after{
	content:"";
	display:block;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.3);
}



div#owl-cal.owl-carousel.owl-theme .owl-controls .owl-dots {
    display: none!important;
}

.side_widget img {
}

.side_widget a {
	display:block;
}

.side_widget a:hover img {
	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}

.side_widget a.bnr_link {
	background:#fff;
}

.bgimg {
	overflow:hidden;
background-size: cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
background-position: center center;
width:100%;
height:100%;
}

.cal_img {
	overflow:hidden;
background-size: cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
width:100%;
height:100%;
}

.cal_img img {
	width:100%;
	overflow:hidden;
}

.cal_img img {
	opacity:0.7;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.owl-item a {
	display:block;

}

.owl-item a:hover .item {
	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}

.owl-carousel .owl-item .slider-meta{
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:2;
}
.owl-carousel .owl-item .txt_box {
	color: #fff;
	bottom: 15px;
	left: 0;
	overflow: hidden;
	padding-right:20px;
	margin-bottom:9px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.owl-carousel .owl-item .txt_box h3 {
	color:#fff;
	font-size:14px;
	line-height:20px;
	text-align: left;
}

.owl-carousel .owl-item .tags {
	display:inline-block;
	background: none;
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 3px 8px;
	text-transform: uppercase;
	margin-bottom:12px;
}
.owl-carousel .owl-item .date{
	color:#fff;
	font-size:10px;
}
.new{
   pointer-events: none;
}

.new_i {
  position: absolute;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  top: 9px;
  left: 3px;
  z-index: 2;
  font-size: 11px;
  letter-spacing: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.new:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  border-color: #dc0230;
  border-style: solid;
  border-width: 24px;
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}
.cp-slider{
	max-width:1040px;
	margin:0px auto 90px;
}
.cp-slider .owl-item a {
	background:#000;
}
.cp-content .title{
	text-align:center;
	font-weight:900;
	margin-bottom:30px;
}
.cp-content .title h2{
	font-size:28px;
	font-weight:400;
	line-height:1;
	margin-bottom:6px;
}
.cp-content .title span{
	font-size:14px;
}


/* ==================================================== */
/* chekipress sidebar */
/* ==================================================== */


.side_widget{
	margin-bottom:90px;
}
.side_widget.ranking {
}
.side_widget.ranking.cheki-press-ranking {
display:block;
}

.side_widget.ranking .side_box{
	border:none;
}
p.keyword {
	font-size:15px;
	font-weight:bold;
	display:inline-block;
	margin: 0 3px 5px 0;
}

p.keyword a {
	position:relative;
	z-index:2;
	display:inline-block;
	padding: 2px 4px;
	margin:0;
	transition: .3s;
}


.side_widget .side_box {
	background:#fff;
	border: 2px solid #000;
}



p.keyword a::after {
	position: absolute;
	z-index:-1;
	bottom: 11px;
	left: 0;
	content: '';
	width: 0;
	height: 10px;
	background-color: rgb(252, 255, 0);
	transition: .2s;
}
p.keyword a:hover::after {
	width: 100%;
}

/*ranking carousel*/
#ranking .owl-carousel{
	display:block;
}
#ranking .owl-prev{
	left:0;
	color:#fff;
border:none;
background:none;
}
#ranking .owl-next{
	right:0;
	color:#fff;
border:none;
background:none;
}
.side_box li.list_block {

}

.side_box li.list_block:last-child {
	margin:0;
}

ul.ranking {
counter-reset: rankingcounter;
}



.side_box ul.ranking li:before {
    counter-increment: rankingcounter;
    content: counter(rankingcounter);
    font-size: 16px;
    top: 6px;
    left: 2px;
    position: absolute;
    height: 20px;
    width: 18px;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    color: #FFF;
    font-family: montserrat;
    font-weight: 400;
    z-index: 3;
    font-style: italic;
}

.side_box ul.ranking li .new:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    border-color: #000;
    border-style: solid;
    border-width: 22px;
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.side_box li.list_block .list_img {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.side_box li.list_block .list_img a:after{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
	background:rgba(0, 0, 0, 0.3);
}
.side_box li.list_block .list_txt {
	position:absolute;
	z-index:2;
	left:20px;
	bottom:20px;
}

.side_box li.list_block .list_txt h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
	margin-bottom:5px;
	width:calc(100% - 20px);
}

.side_box li.list_block .list_txt h4 a{
	display: inline-block;
	color:#fff;
	font-weight:900;
}

.side_box li.list_block .list_txt .meta {
	font-size: 10px;
	color: #fff;
}

.side_box li.list_block .list_txt h4 a:hover {
	-webkit-animation: zoom .2s;
	animation: zoom .2s;
	/*color:#000;*/
}

.side_box li.list_block .list_txt h4 a:active {
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
  -webkit-transition: 0.2s all ease;
  -transition: 0.2s all ease;
  transition: 0.2s all ease;
}

@-webkit-keyframes zoom {
	50% {
		-webkit-transform: scale(1.02);
	}
}
@keyframes zoom {
	50% {
		transform: scale(1.02);
	}
}

.side_widget.keywords{
	width:100%;
	max-width:1040px;
	height:auto;
	margin:0px auto 90px;
}
.side_widget.keywords .menu-keywords-container{
	margin-bottom:24px;
}
.side_widget.keywords .side_box{
	height:auto;
	padding:40px;
	margin:0px auto;
	background-image:url(./img/keywords-bg.jpg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.side_widget.keywords .side_box .inner{
	max-width:821px;
	width:100%;
	height:auto;
	margin:0px auto;

}
.side_widget.keywords .side_box a{
	color:#000;
	font-weight:900;
	font-size:14px;
}
.side_widget.keywords .side_box a:before{
	content:"#";
	display:inline;
}
.side_widget.keywords .wp-tag-cloud a{
	color:#000;
	font-weight:900;
	font-size:14px;
	display:inline-block;
	    margin: 0 3px 5px 0;
	    position:relative;
    z-index: 2;
    padding: 2px 4px;
    transition: .3s;
}
.side_widget.keywords .wp-tag-cloud li{
	display:inline-block;
	    margin: 0 15px 5px 0;
}
.side_widget.keywords .wp-tag-cloud a:before{
	content:"#";
	display:inline;
}

.side_widget.keywords .wp-tag-cloud a::after {
	position: absolute;
	z-index:-1;
	bottom: 11px;
	left: 0;
	content: '';
	width: 0;
	height: 10px;
	background-color: rgb(252, 255, 0);
	transition: .2s;
}
.side_widget.keywords .wp-tag-cloud a:hover::after {
	width: 100%;
}
.side_widget.keywords .menu a{
		color:#000;
	font-weight:900;
	font-size:14px;
	display:inline-block;
	    margin: 0 3px 5px 0;
	    position:relative;
    z-index: 2;
    padding: 2px 4px;
    transition: .3s;
}
.side_widget.keywords .menu li{
	display:;
}

.side_widget.keywords .menu li{
	display:inline-block;
	    margin: 0 15px 5px 0;
}
.side_widget.keywords .menu a:before{
	content:"#";
	display:inline;
}

.side_widget.keywords .menu a::after {
	position: absolute;
	z-index:-1;
	bottom: 11px;
	left: 0;
	content: '';
	width: 0;
	height: 10px;
	background-color: rgb(252, 255, 0);
	transition: .2s;
}
.side_widget.keywords .menu a:hover::after {
	width: 100%;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  display: block;
}

.article_single {
	width:100%;
	max-width:780px;
	margin: 0px auto 30px;
	padding:0px 0px 0px;
}

.article_single .single_img {
	width:100%;
	margin: 0 0 15px;
text-align: center;
    vertical-align: middle;
}


/* ==================================================== */
/* Cheki Press Single */
/* ==================================================== */

.single-area{
	width:100%;
	max-width:780px;
	height:auto;
	margin:0px auto;
}
.article_single img{
	/*width:100%;*/
	height:auto;
}
.article_single.product img{
	width:auto;
}
.single_img.press img{
	width:100%;
	height:auto;
}
.article_single h1 {
	font-size:24px;
	margin: 0 0 15px;
}

.article_single .single_content img {
	max-width:100%;
}
.article_single .single_content .vertical{
	max-width:320px;
	margin:0px auto 15px;
}

.article_single .single_content h2 {
	font-size: 20px;
	margin: 30px 0 15px;
	border-bottom: 2px #000 dashed;
	padding: 10px 0;
}

.article_single .single_content h3 {
	font-size: 18px;
	margin: 40px 0 15px;
	border-left: 3px #000 solid;
	padding: 0 10px;
}

.article_single .single_content {
	margin-bottom:30px;
}

.article_single .single_content p {
	font-size: 15px;
	color: #444;
	line-height: 1.9;
	letter-spacing: 0px;
	font-weight: normal;
	margin: 0 0 15px;
}


.article_single .single_content p.photocredit {
	font-size: 11px;
	color: #999;
	line-height: 1.5;
	letter-spacing: 0px;
	font-weight: normal;
	margin: 0 0 5px;
	margin-bottom:30px;
	text-align:right;
}

.article_single .single_content p.credit {
	font-size: 11px;
	color: #999;
	line-height: 1.5;
	letter-spacing: 0px;
	font-weight: normal;
	margin: 0 0 5px;
	text-align:left;
}

.article_single .single_content p a {
	text-decoration:underline;
}


.article_single .single_meta {
	margin: 0 0 15px;
}

.article_single .meta {
	display: inline-block;
	float: right;
	padding: 3px 0;
	font-size:12px;
}

.article_single .tags {
	float:left;
	display: inline-block;
	background:#000;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	font-family: Montserrat!important;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 3px 8px;
	text-transform: uppercase;
}

.article_single .tags.INTERVIEW{
	background:#f94e72;
}

.article_single .tags.NEWS {
	background:#06a5e7;
}

.article_single .tags.PRODUCTS {
	background:#99cc67;
}

.article_single .tags.COLUMN {
	background:#444bcd;
}

.archive_head {
	margin: 10px 0px 20px;
	margin-right:0px!important;
}


.archive_head p.text {
	font-size:13px;
	margin: 20px 0 60px;
	text-align:center;
}

.archive_head p#breadcrumbs {
    font-size: 11px;
    color: #000;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin:0px auto 10px;

}
.cp-content .archive_head p#breadcrumbs{
	  max-width:1000px;
}

.archive_head p#breadcrumbs a {
    color: #000;
}

.archive_head h2 {
	text-align:center;
	font-size:26px;
	font-weight:bold;
	font-family: Montserrat!important;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: none;
	margin:15px 0 0;
}

p.heart {
	color:#333;
	font-size:12px;
	line-height:16px;
}


.meta p.heart {
	color:#333;
	font-size:12px;
	line-height:16px;
	margin:0;
}

p#breadcrumbs a {
	color:#aaa;
}

p#breadcrumbs {
	font-size:11px;
	color:#aaa;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.article_block .tags.Memory {
	background:#fb89a0;
}

.article_block .tags.Decorate {
	background:#f5a068;
}

.article_block .tags.Gift {
	background:#d41d44;
}

.article_block .tags.Other {
	background:#99cc66;
}

/* ==================================================== */
/* instax archive */
/* ==================================================== */
.notfound{
	padding-top:60px;
}

.idea_nav {
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
}
.idea_nav ul {
  width: 100%;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  height:42px;
    }
.idea_nav li {
  margin:0;
  padding:0;
  color: #fff;
  text-align:center;
  float: left;
  display: inline-flex;
  width: 20%;
  margin: 0;
  box-sizing: border-box;
    }

.idea_nav li a{
  display: block;
  color: #FFF;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  vertical-align: baseline;
  zoom: 1;
  padding: 6px;
  box-sizing: border-box;
    }

.idea_nav li:nth-child(odd) a{
}

.idea_nav li a {
  -webkit-transition: 0.5s all ease;
  -transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin: 0 1px;
}

.idea_nav li a p.en {
	text-align:center;
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	font-family: Montserrat!important;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom:2px;
}

.idea_nav li a p.jp {
	text-align:center;
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	margin:0;
}

.idea_nav li.all a{ color:#07a5e7; border:1px solid #07a5e7; text-decoration:none;}
.idea_nav li.Memory a{ color:#fb89a0;border:1px solid #fb89a0; text-decoration:none;}
.idea_nav li.Decorate a{ color:#f5a068;border:1px solid #f5a068; text-decoration:none;}
.idea_nav li.Gift a{ color:#d41d44; border:1px solid #d41d44; text-decoration:none;}
.idea_nav li.Other a{ color:#99cc66; border:1px solid #99cc66; text-decoration:none;}

.idea_nav li.all a:hover{ color:#fff; background-color:#07a5e7;}
.idea_nav li.Memory a:hover{ color:#fff; background-color:#fb89a0;}
.idea_nav li.Decorate a:hover{ color:#fff; background-color:#f5a068;}
.idea_nav li.Gift a:hover{ color:#fff; background-color:#d41d44;}
.idea_nav li.Other a:hover{ color:#fff; background-color:#99cc66;}

.idea_nav li.all a.on { color:#fff; background-color:#07a5e7;}
.idea_nav li.Memory a.on { color:#fff; background-color:#fb89a0;}
.idea_nav li.Decorate a.on { color:#fff; background-color:#f5a068;}
.idea_nav li.Gift a.on { color:#fff; background-color:#d41d44;}
.idea_nav li.Other a.on { color:#fff; background-color:#99cc66;}

.movie_nav {
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
}
.movie_nav ul {
  width: 100%;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  height:104px;
    }
.movie_nav li {
  padding:0;
  color: #fff;
  text-align:center;
  float: left;
  display: inline-flex;
  width: 20%;
  margin: 1px 0;
  box-sizing: border-box;
    }

.movie_nav li a{
  display: block;
  color: #FFF;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  vertical-align: baseline;
  zoom: 1;
  padding: 12px 3px;
  box-sizing: border-box;
    }

.movie_nav li:nth-child(odd) a{
}

.movie_nav li a {
  -webkit-transition: 0.5s all ease;
  -transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin: 0 1px;
	vertical-align:middle;
}
.movie_nav li a p {
	text-align:center;
	font-size:13px;
	line-height:26px;
	font-weight:bold;
	letter-spacing: 0px;
	margin:0;
}
.movie_nav li a p.two {
	text-align:center;
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	letter-spacing: 0px;
	margin:0;
}

.movie_nav li a { color:#000; border:1px solid #000; text-decoration:none;}

.movie_nav li a:hover { color:#fff; background-color:#000;}

.movie_nav li a.on { color:#fff; background-color:#000;}

.item_nav {
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
}
.item_nav ul {
  width: 100%;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  height:52px;
    }
.item_nav li {
  margin:0;
  padding:0;
  color: #fff;
  text-align:center;
  float: left;
  display: inline-flex;
  width: 25%;
  margin: 0;
  box-sizing: border-box;
    }

.item_nav li a{
  display: block;
  color: #FFF;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  vertical-align: baseline;
  zoom: 1;
  padding: 12px 3px;
  box-sizing: border-box;
    }

.item_nav li:nth-child(odd) a{
}

.item_nav li a {
  -webkit-transition: 0.5s all ease;
  -transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin: 0 1px;
	vertical-align:middle;
}
.item_nav li a p {
	text-align:center;
	font-size:15px;
	line-height:26px;
	font-weight:bold;
	letter-spacing: 0px;
margin:0;
}

.item_nav li a { color:#000; border:1px solid #000; text-decoration:none;}

.item_nav li a:hover { color:#fff; background-color:#000;}

.item_nav li a.on { color:#fff; background-color:#000;}

.acce_nav {
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
}
.acce_nav ul {
  width: 100%;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  height:44px;
    }
.acce_nav li {
  margin:0;
  padding:0;
  color: #fff;
  text-align:center;
  float: left;
  display: inline-flex;
  width: 20%;/*20160616shinozaki*/
  margin: 0;
  box-sizing: border-box;

  width:50%;
	margin-bottom:3px;
    }

.acce_nav li a{
  display: block;
  color: #FFF;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  vertical-align: baseline;
  zoom: 1;
  padding: 8px 3px;
  box-sizing: border-box;
    }

.acce_nav li:nth-child(odd) a{
}

.acce_nav li a {
  -webkit-transition: 0.5s all ease;
  -transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin: 0 1px;
	vertical-align:middle;
}
.acce_nav li a p {
	text-align:center;
	font-size:12px;
	line-height:26px;
	font-weight:bold;
	letter-spacing: 0px;
	margin-bottom:0;
}

.acce_nav li a { color:#000; border:1px solid #000; text-decoration:none;}

.acce_nav li a:hover { color:#fff; background-color:#000;}

.acce_nav li a.on { color:#fff; background-color:#000;}





.film_spec table {
color: #333;
width: 100%;
border-collapse:
collapse; border-spacing: 0;
text-align:center;
font-size: 14px;
margin:0 3px 30px;
}



/* ==================================================== */
/* chekipress related */
/* ==================================================== */

.related-posts-item {
display:none;
}

.relate {
	width:100%;
	margin: 0 0 60px;
	padding: 0px 0px 0 0;
}

.relate .article_block {
	position:relative;
	float:left;
	width:240px;
	margin: 0 20px 10px 0;
	padding:10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.relate .article_block:nth-child(3n){
	margin-right:0;
}

.relate h3 {
    position: relative;
    color: #fff;
    background: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    margin: 0px 25px 15px 15px;
    padding: 8px 6px;
    height: 30px;
}

.relate h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    height: 0;
    width: 0;
    border: 15px solid #000;
    border-left-color: rgba(0, 0, 0, 0);
}

.relate h3:after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    height: 0;
    width: 0;
    border: 15px solid #000;
    border-right-color: rgba(0, 0, 0, 0);
}

.tag_keyword {
	width:100%;
	max-width:100%;
	overflow:hidden;
	margin-bottom:60px;
}

.tag_keyword h3 {
    position: relative;
    color: #fff;
    background: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    margin: 0px 15px 15px 15px;
    padding: 8px 6px;
    height: 30px;
}

.tag_keyword h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    height: 0;
    width: 0;
    border: 15px solid #000;
    border-left-color: rgba(0, 0, 0, 0);
}

.tag_keyword h3:after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    height: 0;
    width: 0;
    border: 15px solid #000;
    border-right-color: rgba(0, 0, 0, 0);
}

.tag_keyword ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tag_keyword ul li {
	display: inline-block;
	    margin: 0 10px 10px 0;
	padding: 0 0 0 15px;
}
.tag_keyword ul li a {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #000;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: bold;
}
.tag_keyword ul li a::before {
	position: absolute;
	top: 0;
	left: -15px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent #000 transparent transparent;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	-webkit-transition: .2s;
	transition: .2s;
}
.tag_keyword ul li a::after {
position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 100%;
}
.tag_keyword ul li span {
	display: block;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tag_keyword ul li a:hover {
	background-color: #dc0230;
	color: #fff;
}
.tag_keyword ul li a:hover::before {
	border-right-color: #dc0230;
}



.sns_count {
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
}
.sns_count ul {
  width: 100%;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  height:29px;
    }
.sns_count li {
  margin:0;
  padding:0 1px 0 0;
  color: #fff;
  text-align:center;
  float: left;
  display: inline-flex;
  width: 20%;
  box-sizing: border-box;
    }

.sns_count li:last-child {
	padding:0;
}

.sns_count li a{
  display: block;
  color: #FFF;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  vertical-align: baseline;
  zoom: 1;
  padding: 6px;
  box-sizing: border-box;
    }

.sns_count li:nth-child(odd) a{
}

.sns_count li a [class^="icon-"] {font-size: 13px;}

.sns_count li a {
  -webkit-transition: 0.3s all ease;
  -transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin: 0;
}
.sns_count li.fb a{ background-color:#3b5998; border:1px solid #3b5998; text-decoration:none;}
.sns_count li.tw a{ background-color:#33ccff; border:1px solid #33ccff; text-decoration:none;}
.sns_count li.ht a{ background-color:#008fde; border:1px solid #008fde; text-decoration:none;}
.sns_count li.pk a{ background-color:#EE4257; border:1px solid #EE4257; text-decoration:none;}
.sns_count li.ln a{ background-color:#00C402; border:1px solid #00C402; text-decoration:none;}

.sns_count li.fb a:hover{ background-color:#fff; color:#3b5998;}
.sns_count li.tw a:hover{ background-color:#fff; color:#33ccff;}
.sns_count li.ht a:hover{ background-color:#fff; color:#008fde;}
.sns_count li.pk a:hover{ background-color:#fff; color:#EE4257;}
.sns_count li.ln a:hover{ background-color:#fff; color:#00C402;}

span.s_count {
  font-size:13px;
  line-height:1;
  margin-left:5px;
}

.article_block {
	position:relative;
	float:left;
	width:240px;
	margin: 0 10px 10px 10px;
	padding:10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
/*
.article_block:nth-of-type(4n){
	margin-right:0px;
}
*/

.article_block:hover {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
}

.article_block:active {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
}

.article_block:last-child{
	margin-right:0;
}

.archive_img {
	width:220px;
	height:auto;
	height:284px;
	position:relative;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
}

.article_block.ideabox .archive_img {
	max-width:100%;
	width:200px;
	width:auto;
	height:220px;
}

.archive_img a img {
	max-width:100%;
	text-align:center;
	vertical-align:middle;
}

.archive_img a {
	display:block;
}

.archive_img a:hover img {
	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .1;
	}
	100% {
		opacity: 1;
	}
}

.article_block .tags {
	position:absolute;
	background:#000;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	font-family: Montserrat!important;
	font-weight: 400;
	letter-spacing: 1px;
	bottom: 81px;
	right: 10px;
	padding: 3px 8px;
	text-transform: uppercase;
}

.article_block .tags.INTERVIEW, .article_block .tags.LIFESTYLE{
	background:#f94e72;
}

.article_block .tags.NEWS {
	background:#06a5e7;
}

.article_block .tags.PRODUCTS {
	background:#99cc67;
}

.article_block .tags.COLUMN {
	background:#444bcd;
}

h2.entry_title {
	font-size: 12px;
    margin-top: 15px;
    font-weight: normal;
    height: 30px;
    line-height: 15px;
	margin-bottom:10px;
	text-align:left;
}

.article_block.ideabox h2.entry_title {
	margin:24px 0 0;
}

h2.entry_title a{
    height: 30px;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h3.archives {
    font-size: 18px;
    margin: 30px 0 15px;
    border-left: 3px #000 solid;
    padding: 0 10px;
    text-align:left;
}

.item_block {
	position: relative;
	float: left;
	width: 230px;
	margin: 0 40px 40px 0;
	padding: 0;
	height:380px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.item_block:nth-child(4n){
	margin-right:0px;
}

/*.item_block.accebox {
	height:374px;
}*/

.item_block .border {
	border:1px solid #000;
}

.item_block .btn {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-top:1px solid #000;
	color: #333;
	overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.item_block .btn a {
	font-size:11px;
	line-height:11px;
	display: block;
	padding:5px 8px;
	color:#000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.item_block .btn a:after {
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f14c";
	right: 5px;
    top: 6px;
    position: absolute;
}

.item_block .btn a:hover {
	background:#000;
	color:#fff;
}

.item_block:hover {
}

.item_block:hover h2.entry_title a {
}

.item_block h2.entry_title {
    font-size: 12px;
    margin-top: 0;
    font-weight: normal;
    height: 42px;
    line-height: 14px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    padding: 0 15px;
}

.item_block h2.entry_title a{
    height: 42px;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


.item_block .archive_img {
	width: 200px;
  height: 258px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  margin: 4px auto 0;
}

.item_block .archive_img a img {
	max-width:100%;
	text-align:center;
	vertical-align:middle;
}

.item_block .archive_img a {
	display:block;
}

.item_block .archive_img a:hover img {
	opacity: 0.6;
animation: flash 0s;
}

.item_block .tags {
	position:absolute;
	background:#000;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	font-family: Montserrat!important;
	font-weight: 400;
	letter-spacing: 1px;
	bottom: 70px;
	right: 10px;
	padding: 3px 8px;
	text-transform: uppercase;
}

.item_block .tags.feature {
	background:#f94e72;
}

.item_block .tags.pickup {
	background:#06a5e7;
}

.item_block .tags.news {
	background:#99cc67;
}

.item_block .tags.none {
	display:none;
}


.item_page {
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex;
}

.item_page .btn {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border:1px solid #000;
	color: #333;
	overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	width:33%;
	margin:0 3px;
}

.item_page .btn a {
	font-size:12px;
	line-height:12px;
	letter-spacing:-0.5px;
	display: block;
	padding:12px;
	color:#000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.fa-play:before {
    padding-right: 4px;
}

.item_page .btn a:after {
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f14c";
    right: 13px;
    top: 13px;
    position: absolute;
}

.item_page .btn a:hover {
	background:#000;
	color:#fff;
}


a.linkbtn {
	display:inline-block;
	position: relative;
	z-index: 2;
	border: 1px solid #000;
	color: #000;
	overflow: hidden;
	font-size:13px;
	line-height:45px;
	line-height:1.6;
	padding: 0 15px;
	padding: 12px 18px;
	font-weight:bold;
	overflow: hidden;
	/*
	white-space: nowrap;
	text-overflow: ellipsis;
	*/
	max-width: 100%;
	text-decoration:none!important;
}
a.linkbtn:hover {
	color: #fff;
}

a.linkbtn::before, a.linkbtn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

a.linkbtn, a.linkbtn::before, a.linkbtn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.linkbtn::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
a.linkbtn:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #000;
}

a.linkbtn .fa {margin-right:13px;}

/**original**/

/*/original**/

.information {
	border: 1px solid #000;
	padding: 20px 20px 40px;
	position:relative;
	margin-bottom:30px;
}

.article_single .single_content .information h2 {
    position: absolute;
    color: #fff;
    background: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 14px;
    margin: 0px 15px 0 0;
    padding: 8px 0 8px 12px;
    height: 30px;
    font-family: Montserrat!important;
    top: 0;
    left: 0;
    width: 141px;
    letter-spacing: 1px;
}

.article_single .single_content .information h3 {
    font-size: 16px;
    margin: 25px 0 10px;
    border-left: none;
    padding: 0;
}


.article_single .single_content .information h2:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  height: 0;
  width: 0;
  border: 15px solid #000;
  border-right-color: transparent;
}

.article_single .single_content .information h2 .fa {
	margin-right:8px;
}


.article_single .single_content .information p {
	font-size:13px;
	line-height:26px;
}
.article_single .single_content .information .notes {
	font-size:11px;
	line-height:16px;
	color:#666;
	margin-bottom: 0;
}

.article_single .single_content .information p.flat {
    line-height: 1;
    margin: 0;
    position: absolute;
    bottom: -1px;
    right: -1px;
    height: 30px;
}

.article_single .single_content .information a.linkbtn {
	margin:0;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 21px;
	font-weight:normal;
	height: 30px;
	height:auto;
	border:1px solid #000;
	text-decoration:none;
}

.camera {
	border: 1px solid #000;
	padding: 20px 20px 0;
	position:relative;
	margin-bottom:30px;
	clear: both;
	overflow: hidden;
}

.article_single .single_content .camera h2 {
    position: absolute;
    color: #fff;
    background: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 14px;
    margin: 0px 15px 0 0;
    padding: 8px 0 8px 12px;
    height: 30px;
    font-family: Montserrat!important;
    top: 0;
    left: 0;
    width: 160px;
    letter-spacing: 1px;
}

.article_single .single_content .camera h3 {
	font-size: 20px;
        margin: 30px 0 20px;
	border-left: none;
	padding: 0;
	float:left;
	width:100%;
}


.article_single .single_content .camera h2:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  height: 0;
  width: 0;
  border: 15px solid #000;
  border-right-color: transparent;
}

.article_single .single_content .camera h2 .fa {
	margin-right:8px;
}


.article_single .single_content .camera p {
	font-size:13px;
	line-height:26px;
}
.article_single .single_content .camera .image {
	float: right;
	width: 180px;
	clear:both;
}

.article_single .single_content .camera .ranking {
	float: left;
	width: 130px;
	clear:both;
	padding-bottom: 3%;
	padding-right: 2%;
}

.article_single .single_content .camera p.flat {
	line-height: 1;
	margin: 0 0 20px;
	height: 40px;
}

.article_single .single_content .camera a.linkbtn {
	margin:0;
	font-size: 12px;
	line-height: 12px;
	padding: 13px 23px;
	font-weight:normal;
	height: 40px;
	border:1px solid #000;
}


.meta {
	font-size:10px;
	color:#666;
	text-align:left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.meta .date {
	display:inline;
	margin-right:5px;
}

.meta .category {
	display:inline;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.nav_bottom {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin:0;
	padding:0;
}

ul.nav_bottom li {
	display: inline-block;
	text-align:right;
	letter-spacing: 0px;
	font-weight: 700;
	line-height:1;
	padding: 0 10px 0 0;
	margin: 0;
	font-size: 20px;
	cursor: pointer;
	color: #000;
	outline: none;
	text-decoration: none;
	vertical-align:middle;
	margin-right:16px;
}
ul.nav_bottom li a {
	transition:200ms;
	display:block;
}

ul.nav_bottom li a:hover {
			-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
}


/* ==================================================== */
/* instax-content */
/* ==================================================== */

#product{
	position: relative;
	width:100%;
	max-width:1040px;
	margin:0px auto;
	margin-bottom:90px;
	z-index:1;
}
.head {
	padding: 0;
	text-align: center;
	width: 100%;
	margin-bottom:46px;
}
.head .title{
	margin-bottom:24px;
}
.head .title h2 {
	font-size:28px;
	font-weight:400;
	line-height:1;
	margin-bottom:8px;
}
.head .title a{
	display:inline-block;
	opacity:1;
	transition:200ms;
}
.head .title a:hover{
	opacity:0.5;
}
.head .title h2 img{
	padding-bottom:6px;
}
.head .title span {
	display:block;
	vertical-align: middle;
	font-size:14px;
	font-weight:900;
	line-height:1;
}
.head p {
	font-size:13px;
	line-height:1.6;
	margin-bottom:0;
}
.head.sub p{
	min-height:40px;
}
#information .head .title h2{
	margin-bottom:12px;
}
.product-list {
	position: relative;
	float:left;
	width:100%;
	max-width:230px;
	margin-right:40px;
	margin-bottom:20px;
}
.product-list .product-meta{
	text-align:center;
}
.product-list h4 {
	font-size: 16px;
	font-weight:400;
	text-align: center;
	vertical-align:middle;
	color:#000;
	line-height:1;
	padding:20px 0px;
}
.product-list h4 span{
	font-size:12px;
	font-weight:900;
	    position: relative;
    top: -1px;
}
.product-list .product-info{
	font-size:12px;
	color:rgb(140, 140, 140);
	border-top:1px solid rgb(140, 140, 140);
	border-bottom:1px solid rgb(140, 140, 140);
}
.product-list p{
	margin:0;
	padding:20px 0px;
	height:118px;
	display:table-cell;
	vertical-align:middle;
}
.product-list a{
	color:rgb(140, 140, 140);
}
.product-list a img {
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
	max-width: 100%;
}

.product-list a:hover img {
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

.product-list:last-child{
	margin-right:0px;
}

/*アイデア、movie*/

#idea-movie{
	width:100%;
	max-width:1040px;
	margin:30px auto 90px;
}
.product_box {
	float:left;
	width:500px;
	margin-right:40px;
}
.product_box.products{
	float:none;
	width:auto;
	margin:0;
	max-width:auto;
	max-width:initial;
}

.product_content.single .product_box{
	width: 320px;
	overflow:hidden;
}
.product_content.single.idea .product_box, .product_content.single.item .product_box{
	width: 500px;
}

.product_box.archive {
	border-top: 0px solid #000;
}

.product_box:nth-child(2){
	margin-right:0;
}

.product_bnr {
	max-width:100%;
	width:100%;
}

.product_bnr a {
	display: block;
	overflow:hidden;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

.product_bnr a:hover {
	box-shadow:0 0 10px rgba(0,0,0,.6)
}

.product_bnr a:active {
	box-shadow:0 0 0px rgba(0,0,0,.6)
}

.product_bnr a img {
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
  width: 100%;
	max-width: 100%;
}

.product_bnr a:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

/*information*/

#infomation {
	width:100%;
	background:rgb(250, 250, 250);
}
#information .head{
	margin-bottom:40px;
}
.info_box {
	width:100%;
	max-width:1040px;
	margin:0 auto;
	padding:0px 0;
	position:relative;
}

.info_box ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
  list-style: none;
}

.info_box li {
	display:block;
	float:left;
	width:230px;
	color: #000;
	font-size: 12px;
	margin-right:40px;
		text-align:center;
		opacity:1;
		transition:200ms;
}
.info_box li:last-child{
	margin:0;
}
.info_box li:hover{
	opacity:0.5;
}
.info_box .updated{
	display:block;
	font-size:16px;
	margin-bottom:20px;
}
.info_box div{
	border-top:1px solid rgb(140, 140, 140);
	border-bottom:1px solid rgb(140, 140, 140);
	padding:20px 0px;
	height: 99px;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	color:rgb(140, 140, 140);
	display:flex;
	align-items:center;
	justify-content: center;
}
.info_box li a {
	color:rgb(140, 140, 140);
	transition: .3s;
	cursor: pointer;
}

.info_box li a:hover::after {
	bottom: 0;
	opacity: 1;
}

/*chekipress*/
#magazine{
	padding:120px 0px 0px;
}
.content-area {

}
.magazine-area{
	width:100%;
	max-width:1060px;
	margin:0 auto;
	padding:0;
}
#magazine .title{
	margin-bottom:30px;
	text-align:center;
}
#magazine .title h3{
	display:inline-block;
	font-weight:300;
	font-size:18px;
}
#magazine .head .title span{
	font-size:14px;
}
#magazine .title span{
	font-size:12px;
	font-weight:900;
	position:relative;
	top:-2px;
}
#magazine .row-arrival{
	margin-bottom:50px;
}
#magazine .to-chekipress{
	margin:90px auto;
	border:2px solid #000;
	font-weight:900;
	width:100%;
	max-width:360px;
	padding:18px 0px;
	line-height:1;
	text-align:center;
	display:block;
}

.page_top {
	position: absolute;
	bottom: 80px;
	right: 50%;
	width: 50px;
	height: 50px;
}

.page_top.fixed{
	position: fixed;
	bottom: 0px;
	right: 20px;
	margin: 0;
	z-index: 10;
}

.page_top a {
	display: block;
	font-size: 10px;
	width: 50px;
	height: 50px;
	color: transparent;
	text-align: center;
	text-shadow: 0 0 0 transparent;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.page_top a:hover {
	color: #000;
	text-shadow: 1px 1px 0 #fff;
}

.page_top span {
	display: block;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
	width: 24px;
	height: 24px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: translate3d(0,0,0) rotate(45deg);
	transform: translate3d(0,0,0) rotate(45deg);
	box-shadow: 1px 1px 0 1px #fff inset;
}

.page_top a:hover {
	-webkit-transform: translate3d(0,-5px,0);
	transform: translate3d(0,-5px,0);
}

/*special contents*/
#special-contents{
	width:100%;
	background:rgb(245, 245, 245);
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	padding:40px 0px 20px;
}
#special-contents h2{
	font-size:22px;
	text-align:center;
	margin-bottom:40px;
}
#special-contents .inner{
	max-width:980px;
	width:100%;
	height:auto;
	margin:0px auto;
}
#special-contents .banner{
	display:block;
	width:300px;
	height:auto;
	margin:0px 40px 40px 0px;
	float:left;
}
#special-contents .banner:nth-child(3n){
	margin-right:0px;
}
#special-contents .banner img{
	display:block;
	width:100%;
	height:auto;
}

.b03{
	margin-top:-23px !important;
}

 @media screen and (max-width:768px){
	 .b03{
	margin-top:0px !important;
}
 }

#special-contents .banner:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

.step {
border:1px solid #000;
padding:20px;
clear:both;
height: 250px;
margin-bottom:20px;
}

.step_l {
float:left;
width:210px;
height:210px;
margin-right:20px;
}

.step_r {
float:right;
width:370px;
height:210px;
}

.idea_arrow {
line-height:1;
text-align:center;
font-size:18px;
margin-bottom:20px;
}

.step_r h3 {
margin:0 0 10px!important;
}

.step_r p {
font-size:12px;!important;
}

/* ==================================================== */
/* instax-content */
/* ==================================================== */
.content-area{
	max-width:1040px;
	margin:0 auto 90px;
}
.content-area.idea{
	max-width:780px;
}

/* ==================================================== */
/* instax-footer */
/* ==================================================== */

.secondary {

	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.widget-area {
	margin: 9.09090% auto 0;
}

.site-footer {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0;
	color:#000;
}

.site-footer .footer_main {
	max-width:1040px;
	width:100%;
	margin:0 auto;
	padding:30px 0 0;
}

#instax-footer .footer_widget{
	width:416px;
	float:left;
	margin-bottom:30px;
}
#instax-footer .footer_widget.right{
	float:right;
	margin-bottom:70px;
}

#instax-footer .footer_logo {
	margin-bottom:24px;
}

#instax-footer .footer_widget h3 {
	font-size:20px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin:14px 0 24px;
	padding-bottom:5px;
	border-bottom: 1px solid #000;
}

#instax-footer .footer_widget .nav_menu {
	font-weight:900;
	font-size:14px;
	width:45%;
	float:left;
}
#instax-footer .footer_widget .nav_menu.second-row{
	width:55%;
}

#instax-footer .footer_widget .nav_menu li {
	margin:0px 0px 24px;
	display:block;
}

.footer_widget .nav_menu li a {

}

#instax-footer .footer_widget .nav_menu li a {
	color:#000;
	font-size:14px;
	outline: none;
	text-decoration: none;
	position: relative;
	display: inline-block;
	transition: .2s;
}

#instax-footer .footer_widget .nav_menu li a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #000;
	transition: .2s;
}
#instax-footer .footer_widget .nav_menu li a:hover::after {
	width: 100%;
}
#instax-footer .footer_widget .second-row .left, .footer_widget .second-row .right{
	float:left;
	width:50%;
}
#instax-footer .second-row .left li, #instax-footer .second-row .right li{
	font-size:14px;
	font-weight:300;
	margin:5px 0 10px;
}
footer#instax-footer.site-footer.clearfix::after{
	display: none;
}
#instax-footer .footer_widget .nav-title{
	margin-bottom:6px;
}
#instax-footer .footer_widget .left li, #instax-footer .footer_widget .right li{
	margin-left:0em;
	position:relative;
}
#instax-footer .footer_widget .left li a, #instax-footer .footer_widget .right li a{
font-size:14px;
}

#instax-footer .footer_widget .left li:before, #instax-footer .footer_widget .right li:before{
	content:"-";
	display:inline;
}
#instax-footer .menu-keywords-container .menu{
    position: absolute;
    bottom: -30px;
    left: -210px;
    background: #fff;
    padding: 12px 20px;
    opacity:0;
  	visibility:hidden;
  	transition:200ms;
}
#instax-footer li.keywords:hover > .menu-keywords-container .menu{
	opacity:1;
	visibility:visible;
}
#instax-footer .menu-keywords-container li:before{
	content:""!important;
}



.copyright {
	padding:15px 0;
	color:#fff;
	font-size:10px;
	display:inline-block;
	margin-right:1em;
}
.copyright img{
	margin-right:8px;
}
.copyright a{
	color:#fff;
}
.footer-bottom a{
	color:#fff;
	font-size:10px;

}
#instax-footer .footer-bottom{
	background:#000;
	color:#fff;
	margin: 60px auto -60px auto;
}
#instax-footer .footer-bottom .inner{
	width:100%;
	max-width:1040px;
	margin:0px auto;
}


/* ==================================================== */
/* Cheki Press Footer */
/* ==================================================== */

#cp-footer .inner{
	max-width:1040px;
	width:100%;
	height:auto;
	margin:0px auto;
}
#cp-footer .footer_widget{
	margin-bottom:40px;
}
#cp-footer .footer_widget a{
	color:#000;
}
#cp-footer .footer_widget.upper{
	margin-top:50px;
}
#cp-footer .footer_widget.upper .footer-logo{
	display:block;
	width:168px;
	height:auto;
	margin-bottom:18px;
}
#cp-footer .footer-logo img{
	display:block;
	width:100%;
	height:auto;
}

#cp-footer .footer_widget.lower .footer-logo{
	display:block;
	width:155px;
	height:auto;
	margin-bottom:16px;
}
#cp-footer .footer_widget.upper .nav_menu li{
	font-weight:300;
}

#cp-footer .nav_menu li{
	display:inline-block;
	position:relative;
	font-size:14px;
	font-weight:900;
	margin-right:2em;
}

#cp-footer .nav_menu .menu{
  position: absolute;
 	bottom: -140px;
  left: 102px;
  background: #fff;
  padding: 12px 20px;
  opacity:0;
  transition:200ms;
  visibility:hidden;
  width:200px;
  width:212px;
}

#cp-footer .nav_menu li.keywords:hover > .menu-keywords-container .menu{
	opacity:1;
	visibility:visible;
}

#cp-footer .menu .menu-item{
	display:block;
	margin-bottom: 6px;

}
#cp-footer .footer_widget .nav_menu li.menu-item a{
   font-size: 14px;
}

#cp-footer .footer_widget.lower .nav_menu{
	margin-bottom:40px;
}

#cp-footer .footer-bottom{
	background:#000;
	color:#fff;
}
#cp-footer .footer_widget .nav_menu li{
	font-size:16px;
}
#cp-footer .footer_widget .nav_menu li a {
	color:#000;
	font-size:16px;
	outline: none;
	text-decoration: none;
	position: relative;
	display: inline-block;
	transition: .2s;
}

#cp-footer .footer_widget.lower .nav_menu li a{
	font-size:14px;
}

#cp-footer .footer_widget .nav_menu li a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #000;
	transition: .2s;
}
#cp-footer .footer_widget .nav_menu li a:hover::after {
	width: 100%;
}



#cp-footer .footer-bottom .inner{
	width:100%;
	max-width:1040px;
	margin:0px auto;
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 0 7.6923%;
}

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.entry-content,
.entry-summary {
	padding: 0 7.6923% 7.6923%;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.single_content .dvdr {
  padding: 15px 0 30px;
  width: 10%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.single_content .dvdr_in {
  border-top: 3px solid #000;
}


.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
}

.sticky .posted-on {
	display: none;
}


.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


.site-info {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.site-info a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
	border-bottom: 1px solid #333;
}

.site-info a:hover,
.site-info a:focus {
	color: #333;
}


/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}


.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 15.0 Multisite
 */

.widecolumn {
	background-color: #fff;
	padding: 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_alert {
	margin-bottom: 1.6em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.widecolumn p {
	margin: 1.6em 0;
}

.widecolumn p + h2 {
	margin-top: 1.8462em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2em 0 0;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	width: 100%;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

button.alm-load-more-btn{
   font-size:14px;
   font-weight: 400;
   width:100%;
   line-height: 14px;
   background: #000;
   color:#fff;
   border: 1px solid #000;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   margin: 0;
   padding:13px 0;
   display: inline-block;
   position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
   text-align: center;
   text-decoration: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: -moz-none;
   -ms-user-select: none;
   user-select: none;
   cursor: pointer;
}
	button.alm-load-more-btn:hover{
		background-color: #fff;
		color: #000;
		text-decoration: none;
	}
	button.alm-load-more-btn:active{
		-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	}

	/* Loading */
   button.alm-load-more-btn.loading{
    	padding-left: 44px;
   }

   /* Loaded / Done */
	button.alm-load-more-btn.done{
		cursor: default;
		opacity: 0;
		border:1px solid #fff;
		filter: alpha(opacity=0);
		background-color: #fff;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
   }

   /* Loading Icon */
	button.alm-load-more-btn:before,
	button.alm-load-more-btn.done:before{
		background: none;
		width: 0;
	}

/* Loading :before */
	button.alm-load-more-btn.loading:before {
	background: url("https://instax.jp/wp-content/themes/cp/img/loader.svg") no-repeat center center;
	background-size:cover;
	width: 14px;
	height: 14px;
	margin: 0px;
	display: inline-block;
	z-index: 0;
      content: '';
      position: absolute;
      left: 10px;
      overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	}

.alm-btn-wrap{
	text-align: center;
	padding: 10px 10px 30px;
	overflow: hidden;
	display: block;
}

/* Blue */
.ajax-load-more-wrap.blue button.alm-load-more-btn{
	background-color: #6bb1d9;
}
	.ajax-load-more-wrap.blue button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.blue button.alm-load-more-btn.done{
		background-color: #6bb1d9;
	}

/* green */
.ajax-load-more-wrap.green button.alm-load-more-btn{
	background-color: #98ca68;
}
	.ajax-load-more-wrap.green button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.green button.alm-load-more-btn.done{
		background-color: #98ca68;
	}

/* red */
.ajax-load-more-wrap.red button.alm-load-more-btn{
	background-color: #ca4b4b;
}
	.ajax-load-more-wrap.red button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.red button.alm-load-more-btn.done{
		background-color: #b13b3b;
	}

/* purple */
.ajax-load-more-wrap.purple button.alm-load-more-btn{
	background-color: #b369c8;
}
	.ajax-load-more-wrap.purple button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.purple button.alm-load-more-btn.done{
		background-color: #b369c8;
	}

/* grey */
.ajax-load-more-wrap.grey button.alm-load-more-btn{
	background-color: #999;
}
	.ajax-load-more-wrap.grey button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.grey button.alm-load-more-btn.done{
		background-color: #666;
	}

/* white */
.ajax-load-more-wrap.white button.alm-load-more-btn{
	background-color: #fff;
	color: #666;
	border: 1px solid #efefef;
}
	.ajax-load-more-wrap.white button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.white button.alm-load-more-btn.done{
		background-color: #efefef;
		color: #333;
	}
	.ajax-load-more-wrap.white button.alm-load-more-btn.done{
		border-color: #fff;
	}

.alm-listing{
	margin: 0;
	padding: 0;
}
	.alm-listing li{
		background: none;
		margin: 0 0 30px;
		padding: 0 0 0 170px;
		overflow: hidden;
		position: relative;
		list-style: none;
	}
	.alm-listing li.no-img{ padding: 0; }
	.alm-listing li a{
		color: #34383D;
	}
	.alm-listing li p{
		margin: 0;
	}
	.alm-listing li h3{
		margin: 0 0 10px;
	}
	.alm-listing li img{
		position: absolute;
		left: 0;
		top: 0;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	}

.ajax-load-more-wrap.white button.alm-load-more-btn {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 14px;
}

.ajax-load-more-wrap.white button.alm-load-more-btn:hover {
    background-color: #fff;
    color: #000;
}
.ajax-load-more-wrap.white button.alm-load-more-btn.done {
    background-color: #fff;
    color: #000;
}

.alm-btn-wrap {
    text-align: center;
    padding: 30px 30px 0 10px;
    overflow: hidden;
    display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
border:none;
background:none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	font-size: 36px;
	display: inline-block;
	cursor: pointer;
	opacity: .5;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	text-decoration: none;
	opacity: 1;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots .owl-dot {
border:none;
background:none;
padding:0;
	display: inline-block;
	zoom: 1;
*display:inline;
}
.owl-theme .owl-dots .owl-dot span {
	opacity: .6;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #dedede;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
	opacity: 1;
}

#owl-gallery.owl-theme .owl-dots .owl-dot span {
	opacity: .7;
	background: #bbb;
    margin: 0px 7px;
}
#owl-gallery.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
	opacity: 1;
}

.owl-theme .owl-controls{
	text-align: center;
}

.owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
}

#owl-cal .owl-pagination {
	display:none;
}

.owl-next {
	padding: 5px;
	right: -60px;
	display: inline-block;
	position: absolute;
	z-index: 20;
	top: 50%;
	line-height: 1;
	text-align: center;
	font-size:36px;
	margin-top:-23px;
border:none;
background:none;
}

.owl-prev {
	padding: 5px;
	left:-60px;
    display: inline-block;
    position: absolute;
    z-index: 20;
    top: 50%;
    line-height: 1;
    text-align: center;
	font-size:36px;
	margin-top:-23px;
border:none;
background:none;
}

.owl-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
border:none;
background:none;
text-align:center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #000;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: -16px 10px 0;
	padding: 10px;
	font-size: 36px;
	line-height:36px;
	vertical-align:middle;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
}

div#owl-cal.owl-carousel.owl-theme .owl-controls.clickable .owl-buttons div {
    color: #fff;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #000;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

#owl-main .owl-prev{
	left:15px;
border:none;
background:none;
}
#owl-main .owl-next{
	right:15px;
border:none;
background:none;
}

#owl-cal .owl-prev .fa{
	background-image:url(./img/arrow-left.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	    height: 18px;
    width: 18px;
    opacity:1;
}
#owl-cal .owl-prev .fa::before, #owl-cal .owl-next .fa::before{
	content:"";
}
#owl-cal .owl-next .fa{
	background-image:url(./img/arrow-right.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	    height: 18px;
    width: 18px;
    opacity:1;
}
#owl-cal.owl-theme .owl-controls .owl-nav [class*=owl-]{
	opacity:1;
}
#owl-cal.owl-theme .owl-controls .owl-nav:hover{
	opacity:0.6;
}

.wp-pagenavi {
	width:100%;
	list-style-type: none;
	padding: 80px 0px 0px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.wp-pagenavi a, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	line-height: 14px;
	font-size: 14px !important;
	margin: 0 5px 10px;
	-webkit-transition: 0.5s all ease;
	-transition: 0.5s all ease;
	transition: 0.5s all ease;
	font-family: 'Montserrat', sans-serif;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	padding: 12px 0;
}

.wp-pagenavi .previouspostslink:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f060";
}

.wp-pagenavi .nextpostslink:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f061";
}

 .wp-pagenavi span.current, .wp-pagenavi a:hover {
	color: #fff;
	border: 1px solid #000;
	background-color:#000;
}

.wp-pagenavi span.extend {
	border: 1px solid #fff;
	margin: 0 0 10px;
}

.pagination {
	position:relative;
	width:100%;
	list-style-type: none;
	padding: 0;
	margin: 60px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.pagination span.c-page, .pagination a:hover span.c-page {
	color: #fff;
	border: 1px solid #000;
	background-color:#000;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	line-height: 14px;
	font-size: 14px !important;
	margin: 0 5px 10px;
	-webkit-transition: 0.5s all ease;
	-transition: 0.5s all ease;
	transition: 0.5s all ease;
	font-family: 'Montserrat', sans-serif;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	padding: 12px 0;
}

.pagination a span.c-page {
	background-color:#fff;
	color: #000;
	border: 1px solid #000;
}

.pagination a span.c-page.n_right {
	position:absolute;
	top: 0;
	right: 0;
	margin:0;
}

.pagination a span.c-page.n_left {
	position:absolute;
	top: 0;
	left: 0;
	margin:0;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin: 0 auto;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 0;
}


@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 16.1 Mobile Large 620px
 */

 @media screen and (max-width:1040px){


/*tablet*/

	.sp, .sp2, .sp_bg, #build-menu {
		display:block;
	}

	#build-menu {
		opacity:0;
	}



	#mobile-bar {
	display:block;
	}

	#mobile-bar {
		position:fixed;
		top:19px;
		right:15px;
		z-index:101;
	}
	#mobile-bar.instax{
		top:15px;
	}
	#mobile-bar.active{
				/**/
		right:auto;
		right: initial;
    left: 15px;
    top: 22px;
	}
	#mobile-bar.active #build-menu-button span{
		background:#fff;
	}

	#build-menu-button,
	#build-menu-button span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	#build-menu-button {
		position: relative;
		width: 25px;
		height: 20px;
	}
	#build-menu-button span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #000;
		border-radius: 4px;
	}
	#build-menu-button span:nth-of-type(1) {
		top: 0;
	}
	#build-menu-button span:nth-of-type(2) {
		top: 8px;
	}
	#build-menu-button span:nth-of-type(3) {
		bottom: 0;
	}

	#build-menu-button.active {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	#build-menu-button.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	#build-menu-button.active span:nth-of-type(2) {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#build-menu-button.active span:nth-of-type(3) {
		opacity: 0;
	}

	#build-menu-page {
	  left: 0;
	  position: relative;
	  background-color: #fff;
	}

	#build-menu {
		background:#000;
		visibility: visible;
		z-index: 0;
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		display: none;
		width: 300px;
	  padding: 0;
	  position: static;
	  z-index: 0;
	  top: 0;
	  height: 100%;
	  overflow-y: auto;
	  left: 0;
	}

	ul.mobile-nav-0,
	ul.mobile-nav-1,
	ul.mobile-nav-2{
	font-size:13px;
	color:#fff;
	padding: 15px 15px 0px;
	}

	ul.mobile-nav-0 li,
	ul.mobile-nav-1 li,
	ul.mobile-nav-2 li {
	    font-size: 13px;
	    color: #fff;
	    margin: 5px 0;
	    padding: 5px 0;
	}

	ul.mobile-nav-0 li.sns,
	ul.mobile-nav-1 li.sns,
	ul.mobile-nav-2 li.sns {
		display: flex;
	    width: 20%;
	    float: left;
	    border: none;
	}


	ul.mobile-nav-0 li.sns a,
	ul.mobile-nav-1 li.sns a,
	ul.mobile-nav-2 li.sns a {
		/*margin:10px auto;*/
		font-size:28px;
	}


	ul.mobile-nav-0 li a,
	ul.mobile-nav-1 li a,
	ul.mobile-nav-2 li a {
	font-size:13px;
	color:#fff;
	}
	/*add20170316*/
	ul.mobile-nav-0 li.sub,
	ul.mobile-nav-2 li.sub{
		margin-left:1em;
		font-weight:300;
	}
	ul.mobile-nav-0 li.sub:before,
	ul.mobile-nav-2 li.sub:before{
		content:"-";
		display:inline;
	}

	.instax-menu li h3{
		font-weight:300;
		font-size:22px;
		border-bottom:1px solid #fff;
	}
	.instax-menu li a{
		color:#fff;
		font-size:14px;
	}
	/*add20170316*/
	.cp-menu .menu-list .fa{
		font-size:20px;
		padding: 0px 8px 2px;
    vertical-align: middle;
	}
	.cp-menu .menu-list input.on-off{
		display:none;
	}


	.cp-menu .menu{
		opacity:1;
		background:none;
		height:auto;
		position:relative;
		padding:12px 20px;
	}
	.cp-menu .menu{
		height:0;
		overflow:hidden;
		transition:400ms;
	}

	.cp-menu .menu-list input[type="checkbox"].on-off:checked + .menu-keywords-container .menu{
		height:567px;
	}

	.instax-menu .menu{
		opacity:1;
		background:none;
		height:auto;
		position:relative;
		padding:0px 20px;
	}
	.instax-menu .menu{
		height:0;
		overflow:hidden;
		transition:400ms;
	}
	.instax-menu .sub input.on-off{
		display:none;
	}
	.instax-menu .sub .fa{
		    font-size: 20px;
    padding: 4px 10px 8px;
    vertical-align: middle;
	}
	.instax-menu .sub input[type="checkbox"].on-off:checked + .menu-keywords-container .menu{
		height:554px;
	}



	.build-menu-animating #build-menu-page {
		position: fixed;
		overflow: hidden;
		width: 100%;
		top: 0;
		bottom: 0;
	}

	.build-menu-animating.build-menu-close #build-menu-page,
	.build-menu-animating.build-menu-open #build-menu-page {
		-webkit-transition: -webkit-transform 250ms;
		-moz-transition: -moz-transform 250ms;
		-o-transition: -o-transform 250ms;
		-ms-transition: -ms-transform 250ms;
		transition: transform 250ms;
	}

	.build-menu-animating.build-menu-open #build-menu-page {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.build-menu-animating #build-menu { display: block }

	.build-menu-open #build-menu {
		display: block;
		-webkit-transition-delay: 0ms, 0ms, 0ms;
		-moz-transition-delay: 0ms, 0ms, 0ms;
		-o-transition-delay: 0ms, 0ms, 0ms;
		-ms-transition-delay: 0ms, 0ms, 0ms;
		transition-delay: 0ms, 0ms, 0ms;
	}

	.build-menu-open #build-menu,
	.build-menu-close #build-menu {
		-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
		-moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
		-o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
		-ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
		transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
	}




	.ha-header {
		width: 100%;
		max-width:100%;
		height:50px;
		background:#000;
	}


	.sp_bg {
	width:100%;
	background:#fff;
	/*padding:11px 15px;*/
	padding: 9px 15px 13px 15px;
	}


	.sp {
		margin: 0;
		width: 120px;
		display: block;
	}

	.sp2 {
	    margin: 4px auto;
	    width: 120px;
	    display: block;
	    display:none;
	}

	.ha-header-front .navwrap {
		max-width:100%;
	    width: 100%;
	    height: 100%;
	    margin: 0 auto;
	    padding: 10px 0;
	}

	.ha-header nav {
		max-width:100%;
	    height: 100%;
	    width: 100%;
	    text-align: right;
	}

	.ha-header-bottom .navwrap {
		max-width:100%;
	    width: 100%;
	    height: 100%;
	    margin: 0 auto;
	    padding: 10px 0;
	}

	.ha-header-perspective {
	    display:none;
	}

	/**tablet**/
	#cp-header .instax-link{
		display:none;
	}
	#cp-header .mail-mag{
		display:none;
	}


}

@media screen and (max-width:1040px) and (min-width:701px){
	#mobile-bar, #mobile-bar.active{
		top:21px;
	}
		#product{
		padding:0px;
		text-align:center;
        margin-bottom: 30px;
	}
	.product-list{
	max-width:320px;
		margin:0px 20px 60px;
		text-align:center;
		float:none;
		display:inline-block;
	}

	#idea-movie{
		padding:0px;
		text-align:center;
	}

	.product_box{
		max-width:320px;
		width:100%;
		display:inline-block;
		float:none;
	}
	.info_box ul{
		text-align:center;
	}
	.info_box li{
    max-width: 320px;
    margin: 0px 20px 40px;
    float: none;
    display: inline-block;
    width: 100%;
	}
	.info_box li:last-child{
		margin:0px 20px 40px;
	}
	#special-contents .inner{
		max-width:700px;
	}
	#special-contents .banner{
		float:none;
		display:inline-block;
		margin:0px 20px 40px;
	}
	#special-contents .banner:nth-child(3n){
		margin:0px 20px 40px;
	}
	#magazine .row-arrival, #magazine .row-pickup{
		    text-align: center;
    width: 700px;
    margin: 0px auto 50px;
	}
	.cp-content{
		overflow:hidden;
	}
	.article_block{
		float:none;
		display:inline-block;
	}
	.site-footer .footer_main{
		padding:30px 15px;
	}
	#instax-footer .footer_widget.left{
		width:320px;
	}
	.side_widget.keywords{
		padding:0px 30px;
	}
	#cp-footer .inner{
		padding:0px 30px;
	}
	#main.site-main{
		width:800px;
		margin:0px auto;
	}
	.item_block{
		float:none;
		display:inline-block;
		text-align:left;
		margin:0px 16px 40px;
		vertical-align:top;
		height:400px;
	}
	.item_block:nth-child(4n){
		margin:0px 16px 40px;
	}
	.single-area{
		padding:0px 30px;
	}
}

@media screen and (max-width: 700px) {
	.head.sub p{
		max-height:auto;
		max-height:initial;
	}
	.sp{
		display:inline-block;
	}
	.pc{
		display:none;
	}

	html, body, footer, header, {
		max-width:100%;
	}

	body {
	background:#fff;
	overflow-x:hidden;
	}
	a.linkbtn {
		width:100%;
		margin-bottom:15px;
		    padding: 12px 15px;
	}


	img {
		max-width:100%;
	}

	.site-content {
		margin-top:50px;
	}
	.owl-pagination {
	    position: absolute;
	    bottom: 5px!important;
	    left: 50%;
	    width: 300px;
	    margin-left: -150px;
		height:22px;
	}

	.owl-theme .owl-controls .owl-page span {
	    display: block;
	    width: 12px;
	    height: 12px;
	    margin: 0 7px!important;
	    filter: Alpha(Opacity=50);
	    opacity: 0.5;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
	    border-radius: 20px;
	    background: #fff;
	}

	#owl-main {
		margin-bottom:60px;
	}

	#owl-main .item img {
	}
	#product{
		padding:0px 15px;
		margin-bottom:30px;
	}
	.product-list{
		max-width:initial;
		max-width:auto;
		margin:0px 0px 45px;
	}
		.product-list p{
		height:auto;
	}
	.product-list img{
		width:100%;
	}

	#idea-movie{
		padding:0px 15px;
		margin-bottom:60px;
		margin-bottom:0px;
	}
	#idea-movie.template{
		margin-bottom:0px;
	}

	.product_box {
		float:none;
    width: 100%;
    margin: 0px 0px 90px;
	}
	.product_box .head{
		margin-bottom:24px;
	}
	.head .title h2 img{
		padding-bottom:5px;
	}

	/*chekipress*/
	.cp-content{
		margin-top:88px;
	}
	#cp-header{
		position:relative;
	}

	#cp-header .inner{
		padding:20px 0px 8px;
	}
	#cp-header .logo{
		padding:0;
	}
	#cp-header .logo span{
		font-size: 10px;
    display: block;
    padding: 34px 0px 8px 4px;
	}
	#cp-header .header-bg{
		position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 55px;
	}
	.cp-content{
		margin-top:0;
	}
	#cp-header .logo h1{
		width: 174px;
    padding: 0px 0px 4px;
    margin:0px auto;
    position:fixed;
    top:15px;
    left:50%;
    margin-left:-87px;
	}
	.cp-nav{
		display:none;
	}

	#owl-cal .item.bgimg{
		padding-top:66.6%;
	}
	.cp-slider{
		margin-bottom:60px;
	}
	.notfound{
		padding-top:30px;
	}


	.item_block h2.entry_title {
	    font-size: 11px;
	    margin-top: 0;
	    font-weight: normal;
	    height: 42px;
	    line-height: 14px;
	    margin-bottom: 5px;
	    text-align: center;
	    font-weight: bold;
	    padding: 0 5px;
	}

	.info_box {
	    width: 100%;
	    margin: 0 auto;
	    padding: 10px;
	    position: relative;
	}
	.info_box .title_box {
	    position: absolute;
	    top: 16px;
	    left: 10px;
	    height: 12px;
	}
	.info_box h3 {
	    font-size: 12px;
	    color: #fff;
	    font-weight: 400;
	    line-height: 12px;
	}

	.infomation label {
	    position: absolute;
	    top: 10px;
	    right: 5px;
	    background: #000;
	    color: #fff;
	    padding: 0;
	    display: block;
	    margin: 0;
	    float: right;
	    line-height: 30px;
	    cursor: pointer;
	    width: 30px;
	    height: 30px;
	    vertical-align: middle;
	    text-align: center;
	    font-size: 30px;
	}

	.info_box ul {

	}
	.info_box li {
			width: 100%;
			margin: 0px 0px 40px;
			float: none;
	}
	.info_box div{
		    display: block;
    height: auto;
	}

	#magazine{
		padding:60px 0px 0px;
	}

	#magazine .to-chekipress{
		line-height:1.6;
		padding: 12px 0px;
		    margin: 42px auto 68px;
		font-size:16px;
		max-width:90%;
	}

	#special-contents{
		padding:30px 15px;
	}
	#special-contents h2{
		margin-bottom:30px;
		font-size:18px;
	}
	#special-contents .banner{
		float: none;
    margin: 0px auto 24px;
    width: 100%;
	}

	#instax-footer .footer_widget{
		float: none;
    width: 100%;
}


	.article_block.ideabox .archive_img a {
	    display: table;
	}

	.content-area {
	    width: 100%;
	    margin: 0 auto;
	    padding: 0;
	}
	.site-main {
	    float: left;
	    width: 100%;
	    margin: 0;
	    padding: 0px 0 30px;
	    background: #fff;
	    min-height: 500px;
	}

	.article_block {
	    position: relative;
	    float: left;
	    width: 50%;
	    margin: 0px auto 20px;
	    padding: 0px;
	}
	.article_block .meta{
		padding-left:10px;
	}

	.article_block.ideabox {
	    position: relative;
	    float: left;
	    width: 49%;
	    margin: 0 0 10px;
	    padding: 10px;
	    overflow:hidden;
	}

	.article_block.ideabox .archive_img {
	    max-width: 100%;
	    width: 200px;
	    height: auto;
	}

	.article_block.ideabox .tags {
	    right: 10px;
	    padding: 3px 8px;
	    bottom:60px;
	}

	.article_block.ideabox h2.entry_title {
		margin: 5px 0 0;
		padding: 5px 0;
	}

	.article_single .single_content .information p {
	    font-size: 10px;
	    line-height: 20px;
	}
	.article_single .single_content .vertical{
	max-width:375px;
	}

	.article_block.ideabox .meta {
	    font-size: 10px;
	    color: #666;
	    text-align: left;
	    padding: 0 0 0px;
	}

	.archive_img {
	    width: 100%;
	    height: 240px;
	    position: relative;
	    vertical-align: middle;
	    text-align: center;
	    overflow: hidden;
	}

	.archive_img a img {
	    max-width: 100%;
	    text-align: center;
	    vertical-align: middle;
	}

	.article_block .tags {
	    position: absolute;
	    background: #000;
	    color: #fff;
	    font-size: 11px;
	    font-weight: bold;
	    font-family: Montserrat!important;
	    font-weight: 400;
	    letter-spacing: 1px;
	    bottom: 56px;
	    right: 0;
	    padding: 3px 8px;
	    text-transform: uppercase;
	}

	h2.entry_title {
	    font-size: 11px;
	    margin-top: 0;
	    font-weight: normal;
	    height: 30px;
	    line-height: 15px;
	    margin-bottom: 10px;
	    padding: 10px;
	}

	.meta {
	    font-size: 10px;
	    color: #666;
	    text-align: left;
	}

	.site-footer .footer_main {
	    width: 100%;
	    margin: 0 auto;
	    padding: 30px;
	}

	.site-footer .footer_main .footer_widget {
	    width: 100%;
	    min-height: 10px;
	    margin-bottom: 20px;
	    float: left;
	}

	.acce_nav li a p {
	    text-align: center;
	    font-size: 10px;
	    line-height: 13px;
	    font-weight: bold;
	    letter-spacing: 0px;
	    margin-bottom: 0;
	    vertical-align: middle;
	    display: inline-block;
	}

	.acce_nav li a {
	    color: #000;
	    border: 1px solid #000;
	    text-decoration: none;
	    height: 44px;
	    vertical-align: middle;
	    display: inline-block;
	    display: flex;
    align-items: center;
    justify-content: center;
	}

	.footer_widget h3 {

	}
	#instax-footer .footer_widget .nav_menu, #instax-footer .footer_widget .nav_menu.second-row{
		float:none;
		width:100%;
	}

	#instax-footer .nav_menu.second-row .left a:before, #instax-footer .nav_menu.second-row .right a:before{
		/*content:"-";*/
		display:inline;
	}
	#instax-footer .footer_widget .second-row .left, .footer_widget .second-row .right{
		float:none;
		width:100%;
	}
	#instax-footer .footer_widget.right{
		margin-bottom:0px;
	}
	#instax-footer .footer-bottom .inner{
		padding:0px 15px;
	}
	.footer-bottom a{
		color:#fff;
		font-size:11px;
	}
	#instax-footer .menu-keywords-container .menu{
		left:100px;
	}

	#cp-footer .footer_widget.upper .nav_menu li{
		display:block;
		margin-bottom:12px;
	}
	#cp-footer .nav_menu li.keywords{
		width:100px;
	}
	.footer_widget .nav_menu li {
	    margin: 0 0 5px;
	}

	.footer_widget .nav_menu li a {
	    color: #fff;
	    font-size: 12px;
	    outline: none;
	    text-decoration: none;
	    position: relative;
	    display: inline-block;
	    transition: .2s;
	}

	.bg {
	    display:none;
	}



	.owl-dots {
	    display:none!important;
	}

	.owl-theme .owl-controls .owl-buttons div {
	    color: #000;
	    display: inline-block;
	    zoom: 1;
	        margin: -28px 0px 0!important;
	    padding: 5px!important;
	    font-size: 36px;
	    line-height: 36px;
	    vertical-align: middle;
	    filter: Alpha(Opacity=50);
	    opacity: 0.5;
	}

	#owl-cal .item {
	    background: #000;
	    padding: 0;
	    margin: 0px;
	    color: #FFF;
	    text-align: center;
	    min-height: auto;
	   height: 130px;
		overflow:hidden;
	background-position: center center;
	background-size: cover;
	    -moz-background-size: cover;
	    -webkit-background-size: cover;
	    -o-background-size: cover;
	    -ms-background-size: cover;
	    -webkit-transition: 0.5s;
	    -moz-transition: 0.5s;
	    -o-transition: 0.5s;
	    -ms-transition: 0.5s;
	    transition: 0.5s;
	}

	.owl-item {
	    width: 100%;
	    overflow: hidden;
		max-width: 100%;
	}

	#owl-cal .owl-carousel .owl-item {
		width: 100%;
		overflow: hidden;
		max-width: 100%;
	}

	.cal_img img {
	    width: 100%;
	    overflow: hidden;
	    max-width: 100%;
	}

	.cal_img a {
		overflow:hidden;
		max-height: 130px;
	}

	.owl-carousel .owl-item .slider-meta{
		bottom:12px;
		left:12px;
	}

	.owl-carousel .owl-item .tags {
	    /*display:none;*/
	    font-size:10px;
	}

	.owl-carousel .owl-item .txt_box {
	    color: #fff;
	    overflow: hidden;
	}

	.owl-carousel .owl-item .txt_box h3 {
	    color: #fff;
	    font-size: 12px;
	    line-height: 1.6;
	    text-align: left;
	    font-weight: 900;
	}

	.sidebar {
	    max-width: 100%;
	    position: relative;
	    width: 100%;
	}

	.sidebar .content {
		margin:0 auto;
	    padding: 40px 0 0;
	}
	.sidebar .head{
		margin-bottom:30px;
	}
	.sidebar .content .side_widget {
	    width: 100%;
	    margin-bottom: 60px;
	}
	.sidebar .side_widget.keywords{
		padding:0px 15px;
	}
	.side_widget.keywords .side_box{
		padding:15px;
	}
	.side_widget.keywords .side_box a{
		font-size:14px;
	}
	.side_box li.list_block .list_txt{
		left: 12px;
    bottom: 12px;
	}

	#cp-footer .inner{
		padding:0px 15px;
	}
	#cp-footer .footer_widget .footer-logo{
		margin-bottom:20px;
	}

	#cp-footer .footer_widget.lower .nav_menu li{
		display:block;
		margin-bottom:12px;
	}

	.page_top.fixed {
	    position: fixed;
	    bottom: 15px;
	    right: 10px;
	    margin: 0;
	    z-index: 10;
	}

	.sidebar .content .side_widget .bnr_box {
	    width: 100%;
		height:auto;
	    max-height: 160px;
	}

	.article_single {
	    width: 100%;
	    margin: 0 0 20px;
	    padding: 20px 20px 0;
	}

	.article_single .single_content img {
	    max-width: 100%;
		width:100%;
	}

	.article_single h1 {
	    font-size: 20px;
	    margin: 0 0 15px;
	}

	.relate {
	    width: 100%;
	    margin: 0;
	    padding: 0px 20px;
	}

	.relate h3 {
	    position: relative;
	    color: #fff;
	    background: #000;
	    font-size: 14px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 14px;
	    margin: 0px 15px 15px 15px;
	    padding: 8px 6px;
	    height: 30px;
	}

	.relate .article_block {
	    position: relative;
	    float: left;
	    width: 50%;
	    margin: 0 0 20px;
	    padding: 0;
	}

	.archive_head {
	    margin: 10px!important;
	}

	.archive_head p.text {
	    font-size: 13px;
	    margin: 20px 0 20px;
	}

	.item_nav li a p {
	    text-align: center;
	    font-size: 12px;
	    line-height: 26px;
	    font-weight: bold;
	    letter-spacing: 0px;
	    margin: 0;
	}

	.item_nav li a {
	    padding: 8px 0px;
	    box-sizing: border-box;
	}

	.item_block .archive_img {
	    width: 100%;
	    height: 228px;
	    position: relative;
	    vertical-align: middle;
	    text-align: center;
	    overflow: hidden;
	    margin: 0;
	}

	h3.archives {
	    font-size: 18px;
	    margin: 10px;
	    border-left: 3px #000 solid;
	    padding: 0 10px;
	}

	.item_nav ul {
	    width: 100%;
	    list-style: none;
	    margin: 0;
	    box-sizing: border-box;
	    height: 44px;
	}

	.item_nav {
	    position: relative;
	    margin-bottom: 20px;
	    box-sizing: border-box;
	    display: flex;
	}

	.acce_nav {
	    position: relative;
	    margin-bottom: 10px;
	    box-sizing: border-box;
	    display: flex;
	}

	.item_block {
	    position: relative;
	    float: left;
	    width: 50%;
	    margin: 0 0 10px;
	    padding: 10px;
	    height: 380px;
	    -webkit-transition: 0.5s;
	    -moz-transition: 0.5s;
	    -o-transition: 0.5s;
	    -ms-transition: 0.5s;
	    transition: 0.5s;
	}

	/*.item_block.accebox {
	    height: 311px;
	}*/

	.item_block .archive_img a img {
	    max-width: 100%;
	    text-align: center;
	    vertical-align: middle;
	}

	.item_page {
	    position: relative;
	    margin-bottom: 30px;
	    box-sizing: border-box;
	    display: block;
	}

	.item_page .btn {
	    position: relative;
	    z-index: 2;
	    background-color: #fff;
	    border: 1px solid #000;
	    color: #333;
	    overflow: hidden;
	    -webkit-transition: 0.5s;
	    -moz-transition: 0.5s;
	    -o-transition: 0.5s;
	    -ms-transition: 0.5s;
	    transition: 0.5s;
	    width: 100%;
	    margin: 0 0 10px;
	}

	.idea_nav li a {
	    display: block;
	    color: #FFF;
	    width: 100%;
	    text-align: center;
	    text-decoration: none;
	    outline: 0;
	    cursor: pointer;
	    vertical-align: baseline;
	    zoom: 1;
	    padding: 6px 0px;
	    box-sizing: border-box;
	}

	.idea_nav li a p.en {
	    text-align: center;
	    font-size: 10px;
	    line-height: 14px;
	    font-family: Montserrat!important;
	    font-weight: 400;
	    letter-spacing: -1px;
	    text-transform: uppercase;
	    margin-bottom: 2px;
	}

	.meta p.heart {
	    color: #333;
	    font-size: 12px;
	    line-height: 16px;
		margin:0;
	}

	.step {
	    border: 1px solid #000;
	    padding: 15px;
	    clear: both;
		height:auto;
	    min-height: 200px;
	    margin-bottom: 20px;
	}

	.step:after {
	    clear:both;
	}

	.step_l {
	    float: left;
	    width: 48%;
	    height: auto;
		margin:0;
	    padding-right: 10px;
	}

	.step_r {
	    float: right;
	    width: 48%;
	    height: auto;
	}

	.step_r h3 {
		font-size:16px!important;
		margin: 0 0 5px!important;
	}

	.step_r p {
	    font-size: 12px!important;
	}

	.movie_nav ul {
	  width: 100%;
	  list-style: none;
	  margin: 0;
	  box-sizing: border-box;
	  height:156px;
	}

	.movie_nav li {
	    padding: 0;
	    color: #fff;
	    text-align: center;
	    float: left;
	    display: inline-flex;
	    width: 33.33%;
	    margin: 1px 0;
	    box-sizing: border-box;
	    height: 50px;
	}

	.movie_nav li a p.two {
	    text-align: center;
	    font-size: 10px;
	    line-height: 13px;
	    font-weight: bold;
	    letter-spacing: 0px;
	    margin: 0;
	}

	.movie_nav li a p {
	    text-align: center;
	    font-size: 10px;
	    line-height: 24px;
	    font-weight: bold;
	    letter-spacing: 0px;
	    margin: 0;
	}

	.product_footer {
	    position: relative;
	    width: 100%;
	    border-top: 2px solid #000;
	    background: #fff;
	    background-color: #fff;
	    background-image: none;
	    background-position: 0 0, 0 0;
	    z-index: 1;
	    overflow: hidden;
	}

	.product_content {
	    position: relative;
	    width: 90%;
	    margin: 10px auto 20px;
	    padding: 0;
	    z-index: 1;
	}

	.product_circle {
	position: relative;
	    float: left;
	    width: 50%;
	    margin: 0;
	    margin-bottom: 20px;
	    padding: 10px;
	}

	.product_circle a {
	    display: block;
	    overflow: hidden;
	    width: 100%;
	    height: 100%;
	    border-radius: 50%;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	}


	.product_content.single .product_box {
	    width: 100%;
	    overflow: hidden;
	}
	.product_content.single.item .product_box, .product_content.single.idea .product_box{
		width: 100%;
	}

	.product_bnr {
	    margin-bottom: 0px;
	    max-width: 100%;
	    width: 100%;
	}

	.alm-btn-wrap {
		padding:20px;
	}

	.wp-pagenavi {
		padding: 60px 0px 0px;
	}

	.article_single .single_content .camera h3 {
		margin-bottom: 0;
	}

	.article_single .single_content .camera h2:after {
	}


	.article_single .single_content .camera .image {
		width: 70%;
		text-align: center;
		float: none;
		margin: 0 auto;
	}

	.article_single .single_content .camera .ranking {
		width: 40%;
		text-align: center;
		float: none;
		margin: 0 auto;
		padding-right: unset;
	}

	.article_single .single_content .camera p.flat {
		width: 100%;
		margin: 0 0 20px;
	}

	.article_single .single_content .camera a.linkbtn {
		text-align: center;
	}
	.article_single .single_content .camera .image {
    width: 40%;
    text-align: center;
    float: none;
    margin: 0 auto;
	}
}

@media screen and (max-width: 350px) {

	.item_block {
	    margin: 0 0 10px;
	    padding: 10px;
	    height: 300px;
	}

	.item_nav li a p {
	    font-size: 10px;
	    line-height: 26px;
	    letter-spacing: -1px;
	}
	.item_block .archive_img {
	    height: 177px;
	}
	.item_block .btn a {
	    font-size: 10px;
	    line-height: 10px;
	    display: block;
	    padding: 5px 5px;
	    letter-spacing: -1px;
	}

	.item_block.accebox {
	    height: 258px;
	}
	.movie_nav li {
	    padding: 0;
	    color: #fff;
	    text-align: center;
	    float: left;
	    display: inline-flex;
	    width: 33.33%;
	    margin: 1px 0;
	    box-sizing: border-box;
	    height: 50px;
	}
	.movie_nav li a p.two {
	    text-align: center;
	    font-size: 10px;
	    line-height: 13px;
	    font-weight: bold;
	    letter-spacing: 0px;
	    margin: 0;
	}

	.movie_nav li a p {
	    text-align: center;
	    font-size: 10px;
	    line-height: 24px;
	    font-weight: bold;
	    letter-spacing: 0px;
	    margin: 0;
	}


}

@media screen and (max-width:375px){
	.article_block.ideabox{
	    max-height:233px;
	}
}

@media screen and (max-width:320px){
	.instagram-media.instagram-media-rendered{
		max-width:278px!important;
	width:278px!important;
		overflow:hidden;
	}
	.acce_nav li a p{
	letter-spacing:-0.5px;
	}
}

.sidebar.instax-top .content{
	display:none;
}

#cp-header{
	opacity:0;
}
#page{
	opacity:0;
}
#build-menu-page.active{
	transform:none!important;
}
#build-menu-page.active{

}





/* ==================================================== */
/* Anniversary */
/* ==================================================== */
#anniversary{
	position: relative;
    width: 100%;
    max-width: 1040px;
    margin: 0px auto;
    margin-bottom: 90px;
    z-index: 1;
}


.anniversary-banner{
	width: 100%;
	margin: 0 auto;
}

.a-banner-unit{
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}


.a-banner-unit li{
	width: 48%;
	height: auto;
	margin-bottom: 20px;
}

.a-banner-unit li img{
	width: 100%;
	height: auto;
	display: block;
}

 .a-banner-unit li a:hover img {
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@media screen and (max-width: 1040px) and (min-width: 701px){
#anniversary {
    padding: 0px;
    text-align: center;
}
}

@media screen and (max-width: 700px){
#anniversary {
    padding: 0px 15px;
    margin-bottom: 30px;
}

.a-banner-unit li{
	width: 100%;

}

}





/*===== 2019.11.14　更新追加 =====*/
/*20191108 */

.banner_box {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 90px;
}

.anniversary-banner .a-banner-unit li {
    margin: 0 auto;
    width: 48%;
    height: auto;
}

@media screen and (max-width: 700px){
    .banner_box .a-banner-unit li {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 0 15px;
    }   
    
    .banner_box {
        padding-top: 60px;
    }
    
    #anniversary {
    padding: 0px 15px;
    margin-bottom: 60px;
    }
}


/*下部バナー*/
@media screen and (max-width: 1040px) and (min-width: 701px){
   #infomation .banner_box {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*footerロゴサイズ修正*/

.footer_logo a img {
    width: 35%;
    height: auto;
}

/*headerロゴサイズ修正*/

@media screen and (max-width: 700px){
    .ha-header .sp img {
        width: 70%;
        height: auto;
    }
    
    .anniversary-banner .a-banner-unit li {
        width: 100%;
        height: auto;
        padding: 0 15px;
    }
    
    .ha-header .sp_bg a img {
        width: 75%;
        height: auto;
    }
    
    .anniversary-banner .a-banner-unit li {
    width: 100%;
    height: auto;
    padding: 0 15px;
}
    
    .banner_box {
    padding-top: 60px;
    }
}

.instax-menu li a img {
    width: 40%;
    height: auto;
}

@media screen and (max-width: 1040px) and (min-width: 701px){
    .ha-header .sp a img {
        width: 85%;
        height: auto;
    }
    
    #anniversary {
    padding: 0px;
    text-align: center;
}
    
.anniversary-banner .a-banner-unit li {
    width: 48%;
    height: auto;

}
}

.ha-header-front .navwrap {
    position: relative;
}

.ha-header #logo {
    position: absolute;
/*    top: 10%;*/
}


#infomation {
	width:100%;
	background:rgb(255, 255, 255);
/*	padding-top: 60px;*/
    padding-bottom: 90px;
}





@media screen and (max-width:1040px){
    .sp_bg {
	width:100%;
	background:#fff;
	/*padding:11px 15px;*/
	padding: 6px 15px 11px 15px;
    }
}


@media screen and (max-width:375px){   
    #infomation {
        padding-bottom: 40px;
    }
}







