/* ==================================================== */
/* COMMON */
/* ==================================================== */
/*
Theme Name: Cheki Press
Theme URI: http://instax.jp/
Author: 富士フイルム株式会社
Author URI: http://fujifilm.jp/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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;
	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;
}

.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;
}
td {
    border-width: 0 1px 1px 0;
}
td, th {
    border: 1px solid #bbb;
    height: 30px;
    transition: all 0.3s;
    text-align: center;
}
td {
    background: #fefefe;
    text-align: center;
}
th, td {
    padding: 0.4em;
}

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{
	text-decoration:none;
}
a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}
body {
	font-family: YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'ヒラギノ角ゴ ProN W6', 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック','ＭＳ ゴシック', Osaka, sans-serif!important;
}
button, input, select, textarea {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
img {
  max-width: 100%;
}

.sp, .sp2, .sp_bg, #build-menu {
	display:none;
}

.montserrat{
	font-family: 'Montserrat', sans-serif;	
}
.sp{
	display:none;
}
.pc{
	display:inline-block;
}

#mobile-bar {
display:none;
display:block;
}

/* ==================================================== */
/* instax-header */
/* ==================================================== */

.ha-header {
	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;
		max-height:60px;
	overflow:hidden;
}

.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;
    position: relative;
}

.ha-header #logo {
    position: absolute;
    top: 10%;
}

.ha-header #logo a img {
	height:auto;
}

.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 nav ul.nav li img{
	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;
	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 {
	color:#000;
	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-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;
}

.side_widget{
	margin-bottom:90px;
}

.side_widget.ranking .side_box{
	border:none;
}

.instax-menu.secondary{
	padding-top:60px;
}


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;
}
#ranking .owl-next{
	right:0;
	color:#fff;
}

.side_box li.list_block:last-child {
	margin: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;
}

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 {
	color:#000;
	transition:200ms;
	display:block;
}

ul.nav_bottom li a:hover {
			-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
}

/*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;
	font-weight:600;
}
#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;
}

#special-contents .banner:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .1;
	}
	100% {
		opacity: 1;
	}
}

/* ==================================================== */
/* instax-footer */
/* ==================================================== */

.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;
}

.footer_logo a img {
    width: 35%;
    height: auto;
}

#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;
	line-height: 1.6;
}

#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;
}

#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;
	margin-bottom:12px;
}

#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;	
}
#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;
	line-height:1;
}
#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;
}
#instax-footer .footer-bottom .inner{
	width:100%;
	max-width:1040px;
	margin:0px auto;
}



.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;
}



.m20{
margin-top: -20px !important;
}


 @media screen and (max-width:1040px){


/*tablet*/

	.sp, .sp2, .sp_bg, #build-menu {
		display:block;
	}

	#build-menu {
		opacity:0;
	}

	.sp_bg a img{
		width:70%;
		height:auto;
	}



	#mobile-bar {
	display:block;
	}

	#mobile-bar {
		position:fixed;
		top:19px;
		right:15px;
		z-index:101;
	}

	#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;
	line-height: 1.6;
	}
	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;
		line-height:1.6;
	}
	.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:6px 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-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;
	}
	.item_block:nth-child(4n){
		margin:0px 16px 40px;
	}
	.single-area{
		padding:0px 30px;
	}
}

@media screen and (max-width: 700px) {
    img {
        max-width: 100%;
	}
	.head.sub p{
		max-height:auto;
		max-height:initial;
	}
	.sp{
		display:inline-block;
	}
	.pc{
		display:none;
	}
	.sp_bg a img{
		width: 75%;
		height:auto;
	}

	#mobile-bar.instax{
		top:15px;
	}


	/*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;
	}

	#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%;
	}
	
	.m20 {
    margin-top: 20px !important;
}

	#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;
	}


	.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;
	}

	.archive_head {
	    margin: 10px!important;
	}

	.archive_head p.text {
	    font-size: 13px;
	    margin: 20px 0 20px;
	}

	.meta p.heart {
	    color: #333;
	    font-size: 12px;
	    line-height: 16px;
		margin:0;
	}



    .sidebar.instax-top .content{
        display:none;
    }

    #build-menu-page.active{
        transform:none!important;
    }
    #build-menu-page.active{

    }
    
}
    
    
/*    2019.11.11 footer内ロゴサイズ調整  */
    
    .footer_logo a img {
        width: 35%;
        height: auto;
    }
    
    @media screen and (max-width: 1040px) and (min-width: 701px){
        .footer_main footer_logo a img {
            width: 35%;
            height: auto;
        }
        
    }
    
/*    2019.11.11 headerロゴ位置調整　　*/

    .ha-header-front .navwrap {
        position: relative;
    }
    
    .ha-header h1 {
        position: absolute;
        top: 10%;
    }
    
     .footer_main footer_logo a img {
        width: 35%;
        height: auto;
    }
    
/*    2019.11.11 ハンバーガーメニュー内ロゴサイズ調整  */
    
     .instax-menu li a img {
        width: 40%;
        height: auto;
    }
    

    
    
    
    
