@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');
/*------------------------------------------------------------
Theme Name: jackson
Theme URI: null
Description: Description
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
.wp-block-image {
    margin: 0;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #333;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
    font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
    overflow: hidden;
}
#main {
    margin-bottom: 109px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 0 0 251px;
    background: #fafafa url("img/common/header_bg.png") no-repeat center bottom;
    background-size: 100% auto;
}
#gHeader .hInner {
    padding: 48px 0 0;
    width: 1312px;
    margin: 0 auto;
}
#gHeader h1 {
    float: left;
}
#gHeader h1 .indexLogo {
	display: none;
}
#gHeader .rBox {
    padding-right: 100px;
    float: right;
    /* width: 540px; */
    width: 740px;
    text-align: right;
}
#gHeader .rBox .linkList {
    float: left;
    /* width: 428px; */
    padding-top: 2px;
}
#gHeader .rBox .linkList li {
    margin-left: 29px;
    display: inline-block;
    vertical-align: top;
}
#gHeader .rBox .linkList li img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}
#gHeader .rBox .linkList li .indexImg {
	display: none;
}
#gHeader .rBox .linkList li a {
    display: inline-block;
    line-height: 1.71;
    font-weight: bold;
    position: relative;
}
#gHeader .rBox .linkList li a:before {
    position: absolute;
    left: -18px;
    top: 3px;
    bottom: 3px;
    width: 1px;
    border-left: 1px dotted #333;
    content: "";
}
#gHeader .rBox .linkList li:first-child a:before {
	display: none;
}
#gHeader .rBox .linkList li a:after {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -5px;
	height: 2px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	content: "";
}
#gHeader .rBox .linkList li a:hover:after {
	transform: scale(1, 1);
}
#gHeader .rBox .btn {
    float: right;
}
#gHeader .rBox .btn a {
    display: block;
    width: 80px;
    height: 27px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.17;
    padding: 6px 14px 6px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #333;
}
.menuBox {
	position: fixed;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow-y: auto;
	z-index: 900;
    transition: .3s;
	-webkit-transition: .3s;
}
.menuBox.on {
	right: 0;
}
.menuBox .lBox {
	width: 50%;
	position: relative;
}
.menuBox .lBox:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 37px;
	/*background: url("img/common/menu_bg.png") no-repeat right top;*/
	background-size: 37px 100%;
	content: "";
	z-index: 10;
}
.menuBox .lBox .photoList li {
	width: 50%;
}
.menuBox .lBox .photoList li a {
    position: relative;
    display: block;
    overflow: hidden;
}
.menuBox .lBox .photoList li a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to bottom, rgba(28, 28, 28, 0), #1c1c1c);*/
    content: "";
    z-index: 1;
}
.menuBox .lBox .photoList li .textBox {
    position: absolute;
    left: 50px;
    right: 49px;
    bottom: 43px;
    color: #fff;
    z-index: 2;
}
.menuBox .lBox .photoList li .textBox .en {
    display: block;
    float: left;
    font-size: 4rem;
    font-family: 'Caveat', cursive;
    font-weight: 700;
}
.menuBox .lBox .photoList li .textBox .more {
    float: right;
    display: block;
    position: relative;
    padding: 36px 0 0;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.menuBox .lBox .photoList li .textBox .more:before {
    position: absolute;
    left: -60px;
    top: 85%;
    width: 48px;
    background: #fff;
    height: 1px;
    content: "";
    transition: .3s;
    -webkit-transition: .3s;
}
.menuBox .lBox .topImg {
	display: none;
}
.menuBox .rBox {
	width: 50%;
}
.menuBox .rBox .topImg {
	padding: 56px 0 43px;
	text-align: center;
}
.menuBox .rBox .topImg img {
	width: 207px;
}
.menuBox .rBox .naviUl {
	width: 100%;
	max-width: 516px;
	margin: 0 auto;
	justify-content: space-between;
}
.menuBox .rBox .naviUl > li {
	width: 48%;
}
.menuBox .rBox .naviUl > li > a {
	padding: 26px 0 13px;
	display: block;
	font-weight: bold;
	letter-spacing: 0.84px;
	line-height: 1.71;
	border-bottom: 1px solid #f5f4ed;
}
.menuBox .rBox .naviUl > li .infoNavi {
	padding: 11px 0 5px;
}
.menuBox .rBox .naviUl > li .infoNavi li {
	width: 100%;
	letter-spacing: 0.84px;
	line-height: 1.71;
}
.menuBox .rBox .naviUl > li .infoNavi li a {
	padding-left: 20px;
	position: relative;
	display: inline-block;
}
.menuBox .rBox .naviUl > li .infoNavi li a:before {
	position: absolute;
	left: 6px;
	top: 50%;
	width: 6px;
	height: 1px;
	background: #333;
	content: "";
}
.menuBox .rBox .linkUl {
	margin: 42px auto 33px;
	width: 516px;
}
.menuBox .rBox .linkUl li {
	margin-right: 16px;
	display: inline-block;
	font-size: 1.2rem;
}
.menuBox .rBox .btmBox {
	width: 516px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.menuBox .rBox .btmBox .snsList li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.menuBox .rBox .btmBox .snsList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 43px;
	height: 43px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #f5f4ed;
}
.menuBox .rBox .btmBox .snsList li img {
	width: 100%;
}
.menuBox .rBox .btmBox .comBtn {
	padding: 6px 20px 0 0;
}
.menuBox .rBox .btmBox .comBtn a {
	width: 160px;
	padding: 5px;
	background-position: right 10px center;
}
.comSearchBox {
	position: fixed;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 900;
    transition: .3s;
	-webkit-transition: .3s;
}
.comSearchBox.on {
	right: 0;
}
.comSearchBox .infoSec {
	padding: 80px 120px 0 20px;
	width: 620px;
	float: right;
	box-sizing: border-box;
	height: 100%;
	background: #fff;
}
.comSearchBox .infoSec .headLine03 {
	margin-bottom: 36px;
	text-align: center;
}
.comSearchBox .infoSec .headLine03 .jp {
	font-weight: 700;
}
.comSearchBox .infoSec .borderBox {
	padding: 20px 38px;
	margin-bottom: 30px;
	border: 2px solid #e8e8e8;
	border-radius: 5px;
	box-sizing: border-box;
}
.comSearchBox .infoSec .borderBox .title {
	font-size: 1rem;
	font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.comSearchBox .infoSec .borderBox .infoBox {
	margin-bottom: 14px;
	border-bottom: 1px solid #e8e8e8;
}
.comSearchBox .infoSec .borderBox select,
.comSearchBox .infoSec .borderBox input[type="text"] {
	width: 100%;
	padding: 5px 0 13px;
	box-sizing: border-box;
	border: none;
	background: url("img/common/icon24.png") no-repeat right 15px center;
	background-size: 14px auto;
    webkit-appearance: none;
	-webkit-appearance: none;
}
.comSearchBox .infoSec .borderBox input[type="text"] {
	background: none;
	padding: 7px 0 13px;
}
.comSearchBox .infoSec .submit {
	margin: 0 auto;
	text-align: center;
}
.comSearchBox .infoSec .submit input {
	object-fit: 0;
	width: 163px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	line-height: 30px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0 auto;
	background: #333 url("img/common/icon04_over.png") no-repeat right 13px center;
	background-size: 15px auto;
	border-radius: 20px;
	border: none;
    transition: .3s;
	-webkit-transition: .3s;
}
select::-ms-expand { display: none; }
.comSearchBox .tagList {
	text-align: center;
}
.comSearchBox .tagList li {
	margin: 0 2px 22px;
	display: inline-block;
	vertical-align: top;
}
.comSearchBox .tagList li a {
	padding-bottom: 5px;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px solid #333;
}
@media all and (min-width: 897px) {
	#gHeader .rBox .btn a:hover {
		color: #fff;
		background: #333;
	}
	.menuBox .rBox .btmBox .snsList li a:hover {
		border-color: #333;
	}
	.menuBox .lBox .photoList li a img {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.menuBox .lBox .photoList li a:hover img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
    .menuBox .lBox .photoList li a:hover .textBox .more:before {
        left: -28px;
        width: 16px;
        transition: .3s;
        -webkit-transition: .3s;
    }
	.menuBox .rBox .naviUl > li > a:hover {
		border-color: #333;
	}
	.menuBox .rBox .linkUl li a:hover {
		font-weight: bold;
	}
	.menuBox .rBox .naviUl > li .infoNavi li a:hover {
		font-weight: bold;
	}
	.comSearchBox .infoSec .submit input:hover {
		color: #333;
		background: #f5f4ed url("img/common/icon04.png") no-repeat right 13px center;
		background-size: 15px auto;
	}
	.comSearchBox .tagList li a:hover {
		font-weight: 700;
	}
}
#gNavi {
    padding-top: 21px;
}
#gNavi li {
    padding-left: 28px;
    display: inline-block;
    vertical-align: top;
}
#gNavi li a {
	position: relative;
    font-size: 1.6rem;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}
#gNavi li a:after {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -10px;
	height: 2px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	content: "";
}
#gNavi li a:hover:after {
	transform: scale(1, 1);
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-bottom: 180px;
	}
	#gHeader .hInner {
        width: auto;
        padding: 12px 12px 0;
	}
    #gHeader h1 img {
        width: 133px;
    }
    #gHeader .rBox {
        padding: 0;
        width: auto;
    }
    #gHeader .rBox .btn {
        padding-top: 3px;
    }
    #gHeader .rBox .btn a {
        width: 50px;
        height: 19px;
        font-size: .8rem;
        text-align: center;
        /* line-height: 1.17; */
        padding: 4px 6px 4px;
    }
	.menuBox {
		top: auto;
		bottom: -100%;
		right: 0;
	}
	.menuBox.on {
		top: auto;
		bottom: 0;
		right: 0;
	}
	.menuBox .infoBox {
		display: block;
		padding-bottom: 70px;
	}
	.menuBox .lBox {
		width: 100%;
	}
	.menuBox .lBox .topImg {
		text-align: center;
		padding: 21px 0 23px;
	}
	.menuBox .lBox .topImg img {
		width: 104px;
	}
	.menuBox .lBox:before {
		display: none;
	}
	.menuBox .lBox .photoList li a {
		position: relative;
		display: block;
		overflow: hidden;
	}
	.menuBox .lBox .photoList li a:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		/*background-image: linear-gradient(to bottom, rgba(28, 28, 28, 0), #1c1c1c);*/
		content: "";
		z-index: 1;
	}
	.menuBox .lBox .photoList li .textBox {
		left: 16px;
		right: 12px;
		bottom: 13px;
	}
	.menuBox .lBox .photoList li .textBox .en {
		font-size: 2rem;
	}
	.menuBox .lBox .photoList li .textBox .more {
		padding: 10px 0 0;
	}
	.menuBox .lBox .photoList li .textBox .more:before {
		top: 72%;
		width: 23px;
	}
	.menuBox .lBox .topImg {
		display: block;
	}
	.menuBox .rBox {
		width: 100%;
	}
	.menuBox .rBox .topImg {
		display: none;
	}
	.menuBox .rBox .naviUl {
		width: 100%;
		max-width: inherit;
		padding: 8px 16px 0;
		margin: 0 auto;
		box-sizing: border-box;
		justify-content: space-between;
	}
	.menuBox .rBox .naviUl > li {
		width: 48%;
	}
	.menuBox .rBox .naviUl > li:nth-child(2n) {
		width: 50%;
	}
	.menuBox .rBox .naviUl > li > a {
		padding: 18px 0 13px;
		letter-spacing: 0.84px;
		line-height: 1.71;
		border-bottom: none;
	}
	.menuBox .rBox .naviUl > li .infoNavi {
		padding: 3px 0 10px;
	}
	.menuBox .rBox .naviUl > li .infoNavi li {
		width: 100%;
	}
	.menuBox .rBox .linkUl {
		margin: 22px 16px 33px;
		width: auto;
	}
	.menuBox .rBox .linkUl li {
		margin-right: 16px;
		display: inline-block;
		font-size: 1.2rem;
	}
	.menuBox .rBox .btmBox {
		width: auto;
		margin: 0 16px;
		display: block;
		padding-bottom: 0;
	}
	.menuBox .rBox .btmBox .snsList {
		text-align: center;
		margin-bottom: 20px;
	}
	.menuBox .rBox .btmBox .snsList li {
		margin: 0 5px;
	}
	.menuBox .rBox .btmBox .comBtn {
		padding: 6px 0 30px;
	}
	.menuBox .rBox .btmBox .comBtn a {
		width: 240px;
		padding: 12px;
		background-position: right 17px center;
	}
	.comSearchBox {
		top: auto;
		bottom: -100%;
		right: 0;
		background: #fff;
	}
	.comSearchBox.on {
		top: auto;
		bottom: 0;
		right: 0;
	}
	.comSearchBox .infoSec {
		padding: 40px 16px 0;
		width: auto;
		float: none;
		height: auto;
	}
	.comSearchBox .infoSec .headLine03 {
		margin-bottom: 33px;
	}
	.comSearchBox .infoSec .borderBox {
		padding: 12px 16px;
		margin-bottom: 30px;
		border: 2px solid #e8e8e8;
		border-radius: 5px;
		box-sizing: border-box;
	}
	.comSearchBox .infoSec .borderBox .title {
		font-size: 1rem;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
	.comSearchBox .infoSec .borderBox .infoBox {
		margin-bottom: 14px;
		border-bottom: 1px solid #e8e8e8;
	}
	.comSearchBox .infoSec .borderBox select,
	.comSearchBox .infoSec .borderBox input[type="text"] {
		width: 100%;
		padding: 5px 0 13px;
		box-sizing: border-box;
		border: none;
		background: url("img/common/icon24.png") no-repeat right 15px center;
		background-size: 14px auto;
		webkit-appearance: none;
		-webkit-appearance: none;
	}
	.comSearchBox .infoSec .borderBox input[type="text"] {
		background: none;
		padding: 7px 0 13px;
	}
	.comSearchBox .infoSec .submit {
		margin: 0 auto;
		text-align: center;
	}
	.comSearchBox .infoSec .submit input {
		object-fit: 0;
		width: 163px;
		height: 30px;
		color: #fff;
		cursor: pointer;
		line-height: 30px;
		font-size: 1.4rem;
		font-weight: 700;
		margin: 0 auto;
		background: #333 url("img/common/icon04_over.png") no-repeat right 13px center;
		background-size: 15px auto;
		border-radius: 20px;
		border: none;
		transition: .3s;
		-webkit-transition: .3s;
	}
	select::-ms-expand { display: none; }
	.comSearchBox .tagList {
		text-align: center;
		padding-bottom: 70px;
	}
	.comSearchBox .tagList li {
		margin: 0 2px 22px;
		display: inline-block;
		vertical-align: top;
	}
	.comSearchBox .tagList li a {
		padding-bottom: 5px;
		font-size: 1.2rem;
		display: inline-block;
		vertical-align: top;
		border-bottom: 2px solid #333;
	}
	.comSearchBox .tagList li a:hover {
		opacity: 0.7;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox .content {
    width: 1214px;
    position: relative;
}
#gFooter .fBox .fLogo {
    margin-bottom: 45px;
    text-align: center;
}
#gFooter .fBox .comBtn {
    position: absolute;
    right: 8px;
    top: 5px;
}
.comBtn a {
    display: block;
    width: 238px;
    color: #fff;
    padding: 13px 10px 12px;
    border-radius: 32px;
    font-weight: 500;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background: #333 url("img/common/icon14_on.png") no-repeat right 18px center;
    background-size: 11px auto;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #333;
		background: #f5f4ed url("img/common/icon14.png") no-repeat right 18px center;
		background-size: 11px auto;
	}
}
#gFooter .fBox .fNavi {
	padding: 0 0 10px 6px;
}
#gFooter .fBox .fNavi > li {
    width: 300px;
    padding-bottom: 30px;
}
#gFooter .fBox .fNavi > li:nth-child(4n) {
    width: 300px;
}
#gFooter .fBox .fNavi > li p {
    padding-bottom: 17px;
    font-weight: bold;
    letter-spacing: 0.84px;
}
#gFooter .fBox .fNavi > li p a:hover {
	text-decoration: underline;
}
#gFooter .fBox .fNavi > li > ul > li {
    padding: 0 0 3px 16px;
    position: relative;
    letter-spacing: 0.84px;
    font-weight: 400;
}
#gFooter .fBox .fNavi > li > ul > li a:hover {
	text-decoration: underline;
}
#gFooter .fBox .fNavi > li > .list01 > li {
    font-family: 'Roboto', sans-serif;
}
#gFooter .fBox .fNavi > li > ul > li:before {
	margin-top: -3px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 1px;
    background: #333;
    content: "";
}
#gFooter .fBox .fLogo img {
    width: 205px;
}
#gFooter .fInner {
    padding: 60px 0 68px;
	background: url("img/common/footer_bg02.png") repeat center top;
	background-size: 1440px auto;
}
#gFooter .fInner .content {
    width: 1214px;
    position: relative;
}
#gFooter .fInner .snsList {
    position: absolute;
    left: 7px;
    top: 18px;
}
#gFooter .fInner .snsList li {
    float: left;
    margin: 0 16px 0 0;
}
#gFooter .fInner .snsList li img {
	width: 100%;
}
#gFooter .fInner .snsList li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #f5f4ed;
}
#gFooter .fInner .snsList li a:hover {
    border: 1px solid #333;
}
#gFooter .fInner .pageTop {
    text-align: center;
}
#gFooter .fInner .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fInner .rBox {
    position: absolute;
    right: 7px;
	top: 11px;
}
#gFooter .fInner .linkList {
    margin-bottom: 16px;
    text-align: right;
}
#gFooter .fInner .linkList li {
    padding-left: 15px;
    display: inline;
    font-size: 1.2rem;
}
#gFooter .fInner .linkList li a:hover {
	font-weight: 700;
}
#gFooter .fInner .copyright {
    font-size: 1.2rem;
    color: #9a9a9a;
}
@media all and (max-width: 896px) {
	#gFooter .fBox .content {
		width: auto;
		position: relative;
	}
	#gFooter .fBox .comBtn {
		position: static;
		right: auto;
		top: auto;
		margin-bottom: 35px;
	}
	.comBtn a {
		margin: 0 auto;
		display: block;
		width: 238px;
	}
	#gFooter .fBox .fNavi {
		padding: 0;
		margin-bottom: -7px;
	}
	#gFooter .fBox .fNavi > li {
		width: 50%;
		padding-bottom: 27px;
	}
	#gFooter .fBox .fNavi > .li01 {
		padding-bottom: 11px;
	}
	#gFooter .fBox .fNavi > li:nth-child(4n) {
		width: 50%;
	}
	#gFooter .fBox .fNavi > li p {
		padding-bottom: 17px;
	}
	#gFooter .fBox .fNavi > li p a:hover {
		text-decoration: none;
	}
	#gFooter .fBox .fNavi > li > ul > li a:hover {
		text-decoration: none;
	}
	#gFooter .fBox .fLogo {
		margin-bottom: 24px;
	}
	#gFooter .fBox .fLogo img {
		width: 135px;
	}
	#gFooter .fInner {
		padding: 46px 0 111px;
	}
	#gFooter .fInner .content {
		width: auto;
	}
	#gFooter .fInner .snsList {
		position: static;
		left: auto;
		top: auto;
		margin-bottom: 29px;
		text-align: center;
	}
	#gFooter .fInner .snsList li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 7px;
	}
	#gFooter .fInner .snsList li a {
		width: 55px;
		height: 55px;
		padding: 15px;
		border: 1px solid #f5f4ed;
	}
	#gFooter .fInner .snsList li a:hover {
		border: 1px solid #f5f4ed;
	}
	#gFooter .fInner .pageTop {
		text-align: center;
	}
	#gFooter .fInner .rBox {
		position: static;
		right: auto;
		top: auto;
		text-align: center;
	}
	#gFooter .fInner .linkList {
		margin-bottom: 14px;
		text-align: center;
	}
	#gFooter .fInner .linkList li {
		padding: 0 8px;
		font-size: 1.2rem;
	}
	#gFooter .fInner .linkList li a:hover {
		font-weight: 500;
	}
	#gFooter .fInner .copyright {
		margin-bottom: 45px;
	}
}
@media all and (max-width: 374px) {
	#gFooter .fInner .snsList li {
		margin: 0 3px;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 114px;
}
.pageTitle .headLine03 {
    margin: -211px 0 0;
}
.headLine03 {
    text-align: center;
}
.headLine03 .jp {
    padding-top: 43px;
    min-width: 116px;
    display: block;
    line-height: 1.71;
    background: url("img/common/icon13.png") no-repeat center top;
    background-size: 116px auto;
}
.headLine03 .en {
	margin-top: -19px;
	padding-bottom: 18px;
    display: block;
    font-family: 'Caveat', cursive;
    font-size: 7.2rem;
    font-weight: 700;
	background: url("img/common/line01.png") no-repeat center bottom;
	background-size: 48px auto;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 58px;
	}
	.pageTitle .headLine03 {
		margin: -116px 0 0;
	}
	.headLine03 .jp {
		padding: 45px 20px 0;
		font-size: 1.2rem;
		line-height: 1.67;
	}
	.headLine03 .en {
		margin-top: -3px;
		padding-bottom: 18px;
		font-size: 5.6rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    width: 900px;
    margin: 0 auto;
}
.content p {
    line-height: 1.86;
}
@media all and (max-width: 896px) {
    .content {
        width: auto;
        margin: 0 16px;
    }
    .content p {
        line-height: 1.86;
    }
}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	z-index: 10000;
}
.loading .loadingImg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 26px;
    padding: 23px 24px;
    font-size: 2rem;
    line-height: 1.7;
    background: #f5f4ed;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 16px;
        padding: 19px 24px;
        font-size: 1.6rem;
        line-height: 1.75;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
    width: 1200px;
    margin: 0 auto 158px;
}
#pagePath li {
    color: #9a9a9a;
    display: inline;
    font-size: 1.2rem;
    line-height: 1.67;
}
#pagePath li a {
    margin-right: 3px;
    color: #333;
    text-decoration: underline;
}
#pagePath li a:hover {
    text-decoration: none;
}
@media all and (max-width: 896px) {
    #pagePath {
        width: auto;
        margin: 0 16px 160px;
    }
    #pagePath li a:hover {
        text-decoration: underline;
    }
}
/*------------------------------------------------------------
	comSide
------------------------------------------------------------*/
.comSide {
	position: fixed;
	right: 0;
	top: 0;
	width: 100px;
	z-index: 1000;
}
.comSide .naviUl {
	margin: 0;
	box-shadow: 0 0 26px rgba(0,0,0,0.06);
	background: #fff;
}
.comSide .naviUl li {
	width: 100%;
	text-align: center;
}
.comSide .naviUl li a {
	padding: 43px 0 13px;
	display: block;
}
.comSide .naviUl .on a,
.comSide .naviUl li a:hover {
	background: #333;
}
.comSide .naviUl li .topImg {
	display: block;
	margin: 0 auto;
}
.comSide .naviUl li .topImg img {
	margin: 0 auto;
	display: block;
}
.comSide .naviUl li .topImg .over {
	display: none;
}
.comSide .naviUl .on .topImg .over,
.comSide .naviUl li a:hover .topImg .over {
	display: block;
}
.comSide .naviUl .on .topImg .out,
.comSide .naviUl li a:hover .topImg .out {
	display: none;
}
.comSide .naviUl li .txtSpan {
	margin-top: 13px;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	color: #9a9a9a;
}
.comSide .naviUl .on .txtSpan,
.comSide .naviUl li a:hover .txtSpan {
	color: #fff;
}
.comSide .listDl {
	padding-top: 50px;
	width: 36px;
	margin: 0 auto;
}
.comSide .listDl dt {
	padding: 0 11px 0 0;
	float: right;
	height: 82px;
	font-size: 1.0rem;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	direction: ltr;
}
.comSide .listDl .snsList li {
	float: left;
	margin-bottom: 17px;
}
.comSide .listDl .snsList li img {
	width: 100%;
}
.comSide .listDl .snsList li a {
	width: 36px;
	height: 36px;
	padding: 6px;
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: center;
	border: 1px solid #f5f4ed;
}
.comSide .listDl .snsList li a:hover {
	border-color: #333;
}
@media all and (max-width: 896px) {
	.comSide {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 60px;
	}
	.comSide .naviUl {
		display: flex;
		height: 60px;
		align-items: center;
	}
	.comSide .naviUl li {
		width: 33.3333%;
	}
	.comSide .naviUl li a {
		padding: 0;
		display: flex;
		height: 60px;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.comSide .naviUl li .txtSpan {
		margin-top: 8px;
	}
	.comSide .naviUl li a:hover {
		background: #fff;
	}
	.comSide .naviUl li a:hover .txtSpan {
		color: #9a9a9a;
	}
	.comSide .naviUl li a:hover .topImg .over {
		display: none;
	}
	.comSide .naviUl li a:hover .topImg .out {
		display: block;
	}
	.comSide .listDl {
		display: none;
	}
	.comSide .naviUl .on a:hover {
		background: #333;
	}
	.comSide .naviUl .on a:hover .topImg .over {
		display: block;
	}
	.comSide .naviUl .on a:hover .topImg .out {
		display: none;
	}
	.comSide .naviUl .on a:hover .txtSpan {
		color: #fff;
	}
}
/*------------------------------------------------------------
    headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 37px;
    text-align: center;
}
.headLine02 .en {
    margin-bottom: 12px;
    padding-bottom: 19px;
    display: block;
    font-size: 4rem;
    font-weight: 700;
    font-family: 'Caveat', cursive;
    background: url("img/common/line02.png") no-repeat center bottom / 128px;
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 22px;
        font-size: 1.2rem;
    }
    .headLine02 .en {
        font-size: 3.2rem;
    }
}

/*------------------------------------------------------------
    comContact
------------------------------------------------------------*/
.comContact a {
    margin: 0 auto;
    width: 1200px;
    display: block;
    /*overflow: hidden;*/
    position: relative;
}
.comContact .textBox {
    padding: 109px 64px 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    text-align: center;
    box-sizing: border-box;
}
.comContact .textBox h3 {
    margin-bottom: 31px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    text-align: left;
}
.comContact .textBox h3 .en {
    margin-top: 16px;
    display: block;
    font-size: 4rem;
    letter-spacing: 0;
    font-family: 'Caveat', cursive;
}
.comContact .textBox .more {
    padding-right: 60px;
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
}
.comContact .textBox .more::before {
    width: 48px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -60px;
    background-color: #FFF;
    transition: all 0.3s;
    content: '';
}
@media all and (min-width: 897px) {
    .comContact a:hover .textBox .more::before {
        width: 24px;
        left: -36px;
    }
	.comContact a img {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.comContact a:hover img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	.comContact a {
		margin: 0 15px;
		width: auto;
	}
    .comContact .photoBox img {
        width: 100%;
    }
    .comContact .textBox {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }
    .comContact .textBox h3 {
        margin-bottom: 0;
        font-size: 1.6rem;
        line-height: 2.25;
        letter-spacing: 0.2em;
        text-align: center;
    }
    .comContact .textBox h3 .en {
        margin-top: -14px;
    }
    .comContact .textBox .more {
        padding-right: 0;
        display: block;
        position: absolute;
        bottom: 31px;
        right: 32px;
    }
    .comContact .textBox .more::before {
        width: 32px;
        left: -43px;
    }
}
@media all and (max-width: 374px) {
    .comContact .textBox .more {
        bottom: 12px;
    }
}
/*------------------------------------------------------------
    comTable
------------------------------------------------------------*/
.comTable {
    width: 100%;
    border-collapse: collapse;
}
.comTable th,
.comTable td {
    padding: 26px 32px;
    width: 23%;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.86;
    text-align: right;
    vertical-align: top;
    word-wrap: break-word;
    box-sizing: border-box;
    border-bottom: 2px dotted #333;
}
.comTable td {
    width: 60%;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
}
.comTable td .mail:hover {
	text-decoration: underline;
}
.comTable th .ttl {
    position: relative;
    vertical-align: -3px;
}
.comTable th .ttl::after {
    height: 100%;
    position: absolute;
    top: 0;
    right: -32px;
    border-right: 1px dotted #333;
    content: '';
}
@media all and (max-width: 896px) {
    .comTable th,
    .comTable td {
        padding: 0;
        width: 100%;
        display: block;
        line-height: 1.71;
        text-align: left;
    }
    .comTable td {
        padding: 2px 0 18px;
    }
	.comTable td .mail:hover {
		text-decoration: none;
	}
    .comTable th {
        padding-top: 19px;
        border-bottom: 0;
    }
    .comTable th .ttl {
        vertical-align: 0;
    }
    .comTable th .ttl::after {
        border: 0;
    }
}
/*------------------------------------------------------------
    comPhoLink
------------------------------------------------------------*/
.comPhoLink {
	width: 1200px;
	margin: 0 auto;
}
.comPhoLink li {
	width: calc(100% / 3);
}
.comPhoLink li a {
	display: block;
	font-size: 1.2rem;
}
.comPhoLink li .pho {
	margin-bottom: 20px;
	display: block;
	position: relative;
    overflow: hidden;
}
.comPhoLink li .pho:before {
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
	left: 0;
	content: "";
	transition: .3s;
    -webkit-transition: .3s;
	background-color: rgba(51,51,51,0);
    z-index: 10;
}
.comPhoLink li .subBox {
	margin: 0 24px;
	display: block;
	position: relative;
}
.comPhoLink li .subBox:before {
	opacity: 0;
	width: 13px;
	height: 13px;
	position: absolute;
	background: url("img/common/icon14.png") no-repeat;
	background-size: 12px;
    right: 0;
	top: 0;
	content: "";
	transition: .3s;
    -webkit-transition: .3s;
}
.comPhoLink li .ttl {
	margin-bottom: 2px;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
}
@media all and (min-width: 897px) {
	.comPhoLink li a:hover .pho:before {
		background-color: rgba(51,51,51,0.3);
	}
	.comPhoLink li a:hover .subBox:before {
		opacity: 1;
	}
	.comPhoLink li .pho img {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.comPhoLink li a:hover .pho img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	.comPhoLink {
		margin: 0 16px;
		display: block;
		width: auto;
	}
	.comPhoLink li {
		margin-bottom: 28px;
		width: 100%;
	}
	.comPhoLink li:last-child {
		margin-bottom: 0 !important;
	}
	.comPhoLink li .pho {
		margin-bottom: 12px;
	}
    .comPhoLink li img {
        width: 100%;
    }
	.comPhoLink li .subBox {
		margin: 0;
	}
	.comPhoLink li .subBox:before {
		opacity: 1;
		right: -1px;
		top: 6px;

	}

}
/*------------------------------------------------------------
    comLink
------------------------------------------------------------*/
.comLink {
    clear: both;
    margin: 0 auto;
    width: 320px;
}
.comLink a {
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
    border-radius: 40px;
    background: #f5f4ed url(img/common/icon14.png) no-repeat right 24px center / 12px;
}
@media all and (min-width: 897px) {
    .comLink a:hover {
       color: #fff;
       background: #333 url("img/common/icon14_on.png") no-repeat right 24px center / 12px;
   }
}
@media all and (max-width: 896px) {
	.comLink {
		width: 280px;
	}
	.comLink a {
		height: 56px;
		font-size: 1.4rem;
	}
}
@media all and (-ms-high-contrast:none){
	.comLink li a {
		padding-top: 10px;
	}
}
/*------------------------------------------------------------
    comListUl
------------------------------------------------------------*/
.comListUl li a {
    display: block;
	position: relative;
}
.comListUl li .photo {
    margin-bottom: 13px;
	overflow: hidden;
    width: 176px;
    height: 176px;
	display: block;
	border-radius: 50%;
	position: relative;
}
.comListUl li .pho {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 176px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.comListUl li .new {
    position: absolute;
    left: 2px;
    top: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 1.4rem;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background: #c1047c;
    z-index: 10;
}
.comListUl li .photo:before {
	opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 4px solid #333;
    box-sizing: border-box;
    content: "";
    border-radius: 50%;
    transition: .3s;
	-webkit-transition: .3s;
	z-index: 2;
}
.comListUl li .ttl {
    margin-bottom: 19px;
    font-weight: 700;
    display: block;
    line-height: 1.71;
}
.comListUl li .tagList {
    display: block;
}
.comListUl li .tagList .info {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 6px 0;
    color: #fff;
    padding: 4px 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    background: #333;
    border-radius: 30px;
}
@media all and (min-width: 897px) {
    .comListUl li a:hover .photo:before {
        opacity: 1;
    }
	.comListUl li a:hover .pho {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@media all and (max-width: 896px) {
    .comListUl li .ttl {
        margin-bottom: 22px;
    }
    .comListUl li .tagList .info {
        padding: 3px 8px;
    }
}
/*------------------------------------------------------------
    comLinkList
------------------------------------------------------------*/
.comLinkList li {
    width: 380px;
    float: left;
    margin: 0 30px 108px 0;
}
.comLinkList li a {
    display: block;
}
.comLinkList li .pho {
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
}
.comLinkList li .pho span {
    display: block;
    padding-bottom: 56.053%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.comLinkList li .pho img {
    width: 100%;
}
.comLinkList li .topSpan {
    display: block;
}
.comLinkList li .topSpan .category {
    margin: -3px 12px 0 0;
    display: inline-block;
    color: #fff;
    padding: 3px 10px 2px;
    font-size: 1.2rem;
    font-weight: 500;
    background: #333;
    min-width: 57px;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
}
.comLinkList li .topSpan .date {
    display: inline-block;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.comLinkList li .ttl {
    display: block;
    font-weight: 700;
    line-height: 1.75;
    font-size: 1.6rem;
    margin: 2px 0 9px;
}
.comLinkList li .subBox {
    margin-bottom: 13px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.comLinkList li .subBox .imgBox {
    width: 235px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comLinkList li .subBox .imgBox .imgSpan {
    width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 50%;
}
.comLinkList li .subBox .imgBox .txtSpan {
    width: calc(100% - 45px);
    font-size: 1.2rem;
}
.comLinkList li .subBox .imgBox .txtSpan .top {
    margin-bottom: 3px;
    display: block;
    font-size: 1.0rem;
    color: #9a9a9a;
}
.comLinkList li .subBox .txtSpan02 {
    display: block;
    padding-top: 20px;
    font-size: 1.2rem;
    width: 90px;
    text-align: right;
}
.comLinkList li .tagList .tag {
    padding-bottom: 3px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    border-bottom: 2px solid #333;
}
@media all and (min-width: 897px) {
	.comLinkList li .pho img {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.comLinkList li a:hover .pho img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
    }
    .comLinkList li .pho span {
        -webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
    }
    .comLinkList li a:hover .pho span {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
    }
    .comLinkList li a:hover .ttl {
        text-decoration: underline;
    }
}
@media all and (max-width: 896px) {
    .comLinkList li {
        width: 49%;
        margin: 0 0 14px;
    }
    .comLinkList li:nth-child(2n) {
        float: right;
    }
    .comLinkList li .subBox {
        display: block;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .comLinkList li .subBox .imgBox {
        width: 100%;
    }
    .comLinkList li .subBox .imgBox .txtSpan {
        line-height: 1.67;
    }
    .comLinkList li .subBox .txtSpan02 {
        width: auto;
        padding: 0;
        float: right;
        line-height: 1.67;
    }
    .comLinkList li .tagList .tag {
        display: inline-block;
        margin-bottom: 15px;
    }
}
/*------------------------------------------------------------
    comTabUl
------------------------------------------------------------*/
.comTabUl {
    margin-bottom: 35px;
    position: relative;
}
.comTabUl:before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    background: #e8e8e8;
    bottom: 15px;
    content: "";
}
.comTabUl li {
    width: 50%;
}
.comTabUl li a {
    padding: 10px 0;
    color: #9a9a9a;
    display: block;
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    background: url("img/common/icon23.png") no-repeat right 23px center;
    background-size: 12px auto;
}
.comTabUl li a:before {
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    background: #e8e8e8;
    bottom: 15px;
    content: "";
}
.comTabUl li a:after {
    position: absolute;
    left: 1px;
    right: 1px;
    height: 2px;
    background: #e8e8e8;
    bottom: -10px;
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
.comTabUl .on a {
    color: #333;
    font-weight: bold;
    background: url("img/common/icon14.png") no-repeat right 23px center;
    background-size: 12px auto;
}
.comTabUl .on a:after {
    background: #333;
}
@media all and (min-width: 897px) {
    .comTabUl li a:hover {
        color: #333;
        font-weight: bold;
        background: url("img/common/icon14.png") no-repeat right 23px center;
        background-size: 12px auto;
    }
    .comTabUl li a:hover:after {
        background: #333;
    }
}
@media all and (max-width: 896px) {
    .comTabUl {
        margin: 0 -17px 25px;
    }
    .comTabUl li a {
        padding: 5px 0 10px;
        background-position: right 15px center;
    }
    .comTabUl:before {
        display: none;
    }
    .comTabUl li a:after {
        bottom: -8px;
    }
}
/*------------------------------------------------------------
    comPhotoList
------------------------------------------------------------*/
.comPhotoList {
    padding-top: 10px;
    margin: 0 0 0 5px;
}
.comPhotoList li {
    width: 209px;
    margin: 0 7px 0 0;
}
.comPhotoList li:nth-child(5n) {
    margin-right: 0;
}
.comPhotoList li a {
    display: block;
}
.comPhotoList li .pho {
    margin-bottom: 16px;
    position: relative;
    display: block;
    overflow: hidden;
}
.comPhotoList li .pho .num {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    background: #333;
    line-height: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    z-index: 10;
}
.comPhotoList li .pho .photo {
	display: block;
	overflow: hidden;
}
.comPhotoList li .pho .photo span {
	display: block;
    padding-bottom: 56.053%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.comPhotoList li .topSpan {
    display: block;
}
.comPhotoList li .topSpan .category {
    margin: -3px 12px 0 0;
    display: inline-block;
    color: #fff;
    padding: 3px 10px 2px;
    font-size: 1.2rem;
    font-weight: 500;
    background: #333;
    min-width: 57px;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
}
.comPhotoList li .topSpan .date {
    display: inline-block;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.comPhotoList li .ttl {
    display: block;
    font-weight: 700;
    line-height: 1.71;
    font-size: 1.4rem;
    margin: 2px 0 9px;
}
@media all and (min-width: 897px) {
	.comPhotoList li a img,
	.comPhotoList li .pho .photo span {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.comPhotoList li a:hover img,
	.comPhotoList li a:hover .photo span {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
    .comPhotoList li a:hover .ttl {
        text-decoration: underline;
    }
}
@media all and (max-width: 896px) {
    .comPhotoList {
        padding-top: 10px;
        margin: 0 2px;
    }
    .comPhotoList li {
        width: 100%;
        margin: 0 0 7px 0;
    }
    .comPhotoList li img {
        width: 100%;
    }
    .comPhotoList li:first-child {
        width: 100%;
    }
    .comPhotoList li:nth-child(5n) {
        margin-right: 0;
    }
    .comPhotoList li .pho {
        margin-bottom: 16px;
    }
    .comPhotoList li .ttl {
        line-height: 1.67;
        font-size: 1.2rem;
        margin: 4px 0 9px;
    }
    .comPhotoList li .pho {
        float: left;
        width: 145px;
    }
    .comPhotoList li .txtBox {
        display: block;
        padding-left: 155px;
    }
    .comPhotoList li:first-child .pho {
        width: auto;
        float: none;
    }
     .comPhotoList li:first-child .txtBox {
        float: none;
         padding: 0;
    }
}
/*------------------------------------------------------------
    comSearch
------------------------------------------------------------*/
.comSearch {
    width: 900px;
    box-sizing: border-box;
    margin: -50px auto 60px;
    border-radius: 5px;
    border: 2px solid #e8e8e8;
}
.comSearch .infoSelect {
    float: left;
    position: relative;
    padding: 6px 13px 0;
    width: 180px;
}
.comSearch .infoSelect:before {
    position: absolute;
    right: 3px;
    top: 17px;
    bottom: 7px;
    width: 1px;
    background: #e8e8e8;
    content: "";
}
.comSearch .infoSelect .ttl {
    font-size: 1rem;
    font-weight: bold;
}
.comSearch .infoSelect select {
    width: 100%;
    border: none;
    font-weight: bold;
    line-height: 1.71;
    background: url("img/common/icon24.png") no-repeat right 8px top;
    background-size: 14px auto;
    webkit-appearance: none;
	-webkit-appearance: none;
}
.comSearch .inputTxt {
    float: left;
    width: 590px;
}
.comSearch .inputTxt input {
    width: 100%;
    border: none;
    padding: 18px 13px 16px;
    box-sizing: border-box;
    font-weight: bold;
}
.comSearch .btn {
    float: right;
    margin: -2px -2px -2px 0;
    width: 100px;
    height: 60px;
}
.comSearch .btn input {
    background: #333;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 1.4rem;
    height: 100%;
    color: #fff;
    webkit-appearance: none;
	-webkit-appearance: none;
    border-radius: 0 5px 5px 0;
	transition: .3s;
	-webkit-transition: .3s;
}
.comSearch .btn input:hover {
    color: #333;
    background: #f5f4ed;
}
@media all and (max-width: 896px) {
    .comSearch {
        width: auto;
        margin: -9px auto 25px;
    }
    .comSearch .infoSelect {
        float: none;
        position: relative;
        padding: 10px 0;
        width: auto;
        margin: 0 13px;
        border-bottom: 1px solid #e8e8e8;
        box-sizing: border-box;
    }
    .comSearch .infoSelect:before {
        display: none;
    }
    .comSearch .infoSelect .ttl {
        font-size: 1rem;
        font-weight: bold;
    }
    .comSearch .infoSelect select {
        background: url("img/common/icon24.png") no-repeat right top;
        background-size: 14px auto;
    }
    .comSearch .inputTxt {
        float: none;
        width: 100%;
    }
    .comSearch .inputTxt input {
        width: 100%;
        border: none;
        padding: 19px 13px 23px;
    }
    .comSearch .btn {
        float: none;
        margin: 0 -2px;
        width: auto;
        height: 48px;
    }
    .comSearch .btn input {
        background: #333;
        width: 100%;
        border: none;
        cursor: pointer;
        font-size: 1.4rem;
        height: 100%;
        color: #fff;
        webkit-appearance: none;
        -webkit-appearance: none;
        border-radius: 0 0 5px 5px;
    }
    .comSearch .btn input:hover {
        color: #fff;
        background: #333;
    }
}
/*------------------------------------------------------------
    headLine04
------------------------------------------------------------*/
.headLine04 {
    margin-bottom: 20px;
    font-size: 4rem;
    font-family: 'Caveat', cursive;
    font-weight: 700;
}
@media all and (max-width: 896px) {
    .headLine04 {
        margin-bottom: 22px;
        font-size: 3.2rem;
    }
}
/*------------------------------------------------------------
    headLine05
------------------------------------------------------------*/
.headLine05 {
    margin-bottom: 20px;
    padding: 0 0 0 24px;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    background: url("img/common/line06.png") repeat-y left top 3px;
    background-size: 6px auto;
}
@media all and (max-width: 896px) {
    .headLine05 {
        font-size: 1.4rem;
    }
}

/*------------------------------------------------------------
    conts
------------------------------------------------------------*/
#conts {
    float: left;
    width: 900px;
}
@media all and (max-width: 896px) {
    #conts {
        float: none;
        width: auto
    }
}
/*------------------------------------------------------------
    sideBar
------------------------------------------------------------*/
#sideBar {
    float: right;
    width: 236px;
}
#sideBar .headLine02 {
    margin-bottom: 46px;
}
#sideBar .rankingList {
    margin-bottom: 50px;
}
#sideBar .rankingList li {
    width: 100%;
    margin-bottom: 10px;
}
#sideBar .rankingList li:last-child {
    margin-bottom: 0;
}
#sideBar .rankingList li a {
    display: block;
    overflow: hidden;
}
#sideBar .rankingList li .pho {
    float: left;
    width: 80px;
    position: relative;
    display: block;
    overflow: hidden;
}
#sideBar .rankingList li .pho .num {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    background: #333;
    line-height: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    z-index: 10;
}
#sideBar .rankingList li .txtBox {
    padding-left: 95px;
    display: block;
}
#sideBar .rankingList li .txtBox .topSpan {
    display: block;
}
#sideBar .rankingList li .txtBox .topSpan .category {
    margin: 0 12px 0 0;
    display: inline-block;
    color: #fff;
    padding: 3px 10px 2px;
    font-size: 1.2rem;
    font-weight: 500;
    background: #333;
    min-width: 57px;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
}
#sideBar .rankingList li .txtBox .topSpan .date {
    display: inline-block;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
#sideBar .rankingList li .txtBox .ttl {
    display: block;
    font-weight: 700;
    line-height: 1.71;
    font-size: 1.4rem;
    margin: 2px 0 9px;
}
#sideBar .tagList li {
    margin: 0 5px 23px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
}
#sideBar .tagList li a {
    padding-bottom: 3px;
    border-bottom: 2px solid #333;
    display: inline-block;
}
@media all and (min-width: 897px) {
    #sideBar .rankingList li .pho img {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#sideBar .rankingList li a:hover img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
    #sideBar .rankingList li a:hover .txtBox .ttl {
        text-decoration: underline;
    }
    #sideBar .tagList li a:hover {
		font-weight: 700;
    }
}
@media all and (max-width: 896px) {
    #sideBar {
        padding-top: 76px;
        float: none;
        width: auto
    }
    #sideBar .headLine02 {
        margin-bottom: 30px;
    }
    #sideBar .rankingList {
        margin-bottom: 61px;
    }
    #sideBar .rankingList li {
        width: 100%;
        margin-bottom: 20px;
    }
    #sideBar .rankingList li:last-child {
        margin-bottom: 0;
    }
    #sideBar .rankingList li .pho {
        width: 144px;
    }
    #sideBar .rankingList li .txtBox {
        padding-left: 152px;
    }
    #sideBar .rankingList li .txtBox .ttl {
        line-height: 1.67;
        font-size: 1.2rem;
        margin: 4px 0 9px;
    }
    #sideBar .tagList {
        padding-top: 9px;
        text-align: center;
    }
    #sideBar .tagList li {
        margin-bottom: 14px;
    }
}
/*------------------------------------------------------------
    comNewsList
------------------------------------------------------------*/
.comNewsList li {
    margin-bottom: 30px;
    padding-bottom: 27px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #333;
}
.comNewsList li:last-child {
    margin-bottom: 0;
}
.comNewsList li .lTxt {
    width: 200px;
    font-size: 1.2rem;
}
.comNewsList li .date {
    margin-right: 33px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.comNewsList li .category {
    display: inline-block;
    vertical-align: top;
}
.comNewsList li .date:before {
    position: absolute;
    right: -18px;
    top: 0;
    bottom: 0;
    width: 1px;
    border-right: 1px dotted #333;
    content: "";
}
.comNewsList li .rTxt {
    margin-top: -5px;
    font-weight: bold;
    line-height: 1.71;
    width: calc(100% - 200px);
}
.comNewsList li a:hover {
    text-decoration: underline;
}
@media all and (max-width: 896px) {
    .comNewsList li {
        margin-bottom: 22px;
        padding-bottom: 20px;
        display: block;
    }
    .comNewsList li:last-child {
        margin-bottom: 0;
    }
    .comNewsList li .lTxt {
        width: 100%;
        font-size: 1.2rem;
    }
    .comNewsList li .date {
        margin-right: 33px;
    }
    .comNewsList li .rTxt {
        margin-top: 6px;
        width: 100%;
        display: block;
    }
    .comNewsList li a:hover {
        text-decoration: none;
    }
}
/*------------------------------------------------------------
    wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
    clear: both;
    text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    margin: 0 6px 6px;
    width: 72px;
    height: 72px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.69;
    line-height: 72px;
    border-radius: 50%;
    background: #f5f4ed;
    vertical-align: top;
}
.wp-pagenavi span.current {
    color: #fff;
    background: #333;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .extend{
    display: none;
}
.wp-pagenavi .previouspostslink {
    margin-right: 20px;
    background: #f5f4ed url("img/common/icon22.png") no-repeat center center;
    background-size: 12px auto;
}
.wp-pagenavi .nextpostslink {
    margin-left: 20px;
    background: #f5f4ed url("img/common/icon14.png") no-repeat center center;
    background-size: 12px auto;
}
.wp-pagenavi .previouspostslink.disabled {
	cursor: default;
	pointer-events: none;
    background: #fafafa url("img/common/icon25.png") no-repeat center center;
    background-size: 12px auto;
}
.wp-pagenavi .nextpostslink.disabled {
	cursor: default;
	pointer-events: none;
    background: #fafafa url("img/common/icon23.png") no-repeat center center;
    background-size: 12px auto;
}
@media all and (min-width: 897px) {
    .wp-pagenavi a:hover {
        color: #fff;
        background: #333;
    }
    .wp-pagenavi .previouspostslink:hover {
        background: #333 url("img/common/icon22_on.png") no-repeat center center;
        background-size: 12px auto;
    }
    .wp-pagenavi .nextpostslink:hover {
        background: #333 url("img/common/icon14_on.png") no-repeat center center;
        background-size: 12px auto;
    }
}
@media all and (max-width: 896px) {
    .wp-pagenavi {
        margin: 0 -16px;
    }
    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .wp-pagenavi .previouspostslink {
        margin-right: 10px;
    }
    .wp-pagenavi .nextpostslink.disabled {
        margin-left: 10px;
    }
}
@media all and (max-width: 374px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
        margin: 0 3px;
    }
}
/*------------------------------------------------------------
    policy
------------------------------------------------------------*/
.policy .content p {
    margin-bottom: 58px;
}
.policy .content p:last-child {
    margin-bottom: 0;
}
.policy .content .txt01 {
    margin-bottom: 25px;
}
@media all and (max-width: 896px) {
    .policy .content p {
        margin-bottom: 42px;
    }
    .policy .content p:last-child {
        margin-bottom: 0;
    }
    .policy .content .txt01 {
        margin-bottom: 25px;
    }
}

/*------------------------------------------------------------
    faq
------------------------------------------------------------*/
.faq .faqInner {
	margin-bottom: 80px;
}
.faq .title {
	margin-bottom: 15px;
	font-size: 2.4rem;
	text-align: center;
}
.faq  .text {
    margin-bottom: 60px;
}
.faq .headLine01 {
	margin-bottom: 31px;
}
.faq .qaList {
	margin-bottom: 55px;
}
.faq .qaList:last-child {
	margin-bottom: 0;
}
.faq .qaList li {
    margin-bottom: 16px;
	padding: 38px 65px 33px;
	font-weight: bold;
	border: 2px solid #e8e8e8;
	background-color: #FFF;
}
.faq .qaList li:last-child {
	margin-bottom: 0 !important;
}
.faq .qaList .qTxt  {
	margin-bottom: 5px !important;
	line-height: 1.75;
	position: relative;
	cursor: pointer;
}
.faq .qaList .qTxt::after {
	width: 24px;
	height: 24px;
    position: absolute;
    top: 50%;
	margin-top: -12px;
	right: -27px;
    content: "";
	background: url("img/common/icon_q.png") no-repeat;
	background-size: 24px 24px;
}
.faq .qaList .qTxt.on::after {
	background-image: url(img/common/icon_a.png);
}
.faq .qaList .qTxt:before {
	width: 11px;
	height: 19px;
	font-size: 1.6rem;
	font-weight: 700;
    position: absolute;
    top: -1px;
	left: -27px;
    font-family: 'Roboto', sans-serif;
    content: "Q";
}
.faq .qaList .aTxt  {
	margin-top: 38px;
	line-height: 1.75;
	position: relative;
	display: none;
}
.faq .qaList .aTxt a:hover {
	text-decoration: underline;
}
.faq .qaList .aTxt:before {
	width: 11px;
	height: 19px;
	font-size: 1.6rem;
	font-weight: 700;
    position: absolute;
    top: -2px;
	left: -27px;
    font-family: 'Roboto', sans-serif;
    content: "A";
}
@media all and (-ms-high-contrast:none){
	.faq .qaList .qTxt:before {
		top: -4px;
	}
	.faq .qaList .aTxt:before {
		top: -4px;
	}
}
@media all and (max-width: 896px) {
	.faq .faqInner {
		margin-bottom: 65px;
	}
	.faq .title {
		margin-bottom: 17px;
		font-size: 1.6rem;
		line-height: 2;
	}
	.faq  .text {
		margin-bottom: 40px;
	}
	.faq .headLine01 {
		margin-bottom: 23px;
	}
	.faq .qaList {
		margin-bottom: 50px;
	}
	.faq .qaList li {
		margin-bottom: 8px;
		padding: 27px 20px 25px 49px;
	}
	.faq .qaList .qTxt  {
		margin: 0 40px 0 0 !important;
	}
	.faq .qaList .qTxt::after {
		top: 50%;
		margin-top: -12px;
		right: -38px;
	}
	.faq .qaList .aTxt  {
		margin-top: 25px;
	}
	.faq .qaList .aTxt a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
    social good
------------------------------------------------------------*/
.socialgood .content {
	width: 1200px;
}
.socialgood .socialgood-inner {
    width: 900px;
    margin: 0 auto 60px;
}
.socialgood .socialgoodBox {
	margin-bottom: 61px;
}
.socialgood .socialgoodBox .linkBox {
	width: 600px;
	float: left;
}
.socialgood .socialgoodBox img {
	width: 90%;
    max-height: 360px;
}

.socialgood h4  {
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.2em;
}
.socialgood h4 .en  {
	margin-bottom: -3px;
	display: block;
	color: #e8e8e8;
	font-weight: 700;
	font-size: 7rem;
	line-height: 1;
	letter-spacing: 0em;
	font-family: Caveat;
}

.socialgood h4 .en-1st {
    height:140px;
    line-height: 140px;
}

.socialgood #pagePath {
	margin-top: 158px;
}


@media all and (max-width: 896px) {
	.socialgood .content {
		width: auto;
	}
    .socialgood .socialgood-inner {
		width: auto;
        margin: 0 auto 40px;
	}

	.socialgood .socialgoodBox .linkBox {
		width: auto;
		float: none;
        margin-bottom: 30px;
	}
	.socialgood .socialgoodBox img {
        width: 100%;
        object-fit: cover;
    }
    .socialgood h4 .en {
        margin-bottom: 0;
		font-size: 5rem;
	}
    .socialgood h4 .en-1st {
        height: inherit;
        line-height: inherit;
    }
}

/*------------------------------------------------------------
    social good archive
------------------------------------------------------------*/
.comLinkListSocialgood {
    display: flex;
    justify-content: space-between;
}
.comLinkListSocialgood:after {
    content: "";
    display: block;
    width: 380px;
    height: 0;
}
.comLinkListSocialgood li {
    width: 380px;
    float: none;
    margin: 0 0 30px 0;
    position: relative;
}
.comLinkListSocialgood li .new {
    position: absolute;
    left: -7px;
    top: -7px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 1.4rem;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background: #c1047c;
    z-index: 10;
}


@media all and (max-width: 896px) {
    .comLinkListSocialgood {
        margin-bottom: 18px;
        display: block;
    }
    .comLinkListSocialgood li {
        width: 100%;
        float: none !important;
        margin: 0 0 18px 0;
    }
    .comLinkListSocialgood li:last-child {
        margin-bottom: 0;
    }
}
/*------------------------------------------------------------
    about
------------------------------------------------------------*/
.about .content {
	width: 1200px;
}
.about .logoImg {
	padding: 8px 0 67px;
	text-align: center;
}
.about .imgBox {
	margin-bottom: 61px;
}
.about .imgBox .textBox {
	width: 640px;
	float: left;
}
.about .imgBox .textBox p {
	font-weight: bold;
	line-height: 2.86;
}
.about .imgBox .movie {
	margin-top: 13px;
	width: 560px;
	float: right;
}
.about .headLine02 {
	margin-bottom: 55px;
}
.about .policyList {
	margin: -20px 0 60px 0;
}
.about .policyList li {
	margin: 20px 60px 0 0;
	width: 360px;
	line-height: 2.86;
	font-weight: bold;
}
.about .policyList li:nth-child(3n) {
	margin-right: 0;
}
.about .policyList h4  {
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.2em;
}
.about .policyList h4 .en {
	margin-bottom: -6px;
	display: block;
	color: #e8e8e8;
	font-weight: 700;
	font-size: 8rem;
	line-height: 1;
	letter-spacing: 0em;
	font-family: Caveat;
}
.about .messageText {
	margin: -24px 0 67px;
	font-weight: bold;
	line-height: 2.9;
}
.about .messageText .name {
	margin-top: -2px;
	display: block;
	text-align: right;
}
.about #main {
	margin-bottom: 45px;
}
.about .btmBox {
	background: #FAFAFA url("img/common/com_bg01.png") no-repeat center top;
	background-size: 100% auto;
}
.about .btmBox .comPhoLink {
	margin-bottom: 110px;
}
.about .btmBox .infoBg {
	padding-bottom: 113px;
	background: url("img/common/header_bg.png") no-repeat center bottom;
	background-size: 100% auto;
}
.about .btmBox #pagePath {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.about .content {
		width: auto;
	}
	.about .logoImg {
		padding: 23px 0 35px;
		width: 200px;
		margin: 0 auto;
	}
	.about .imgBox {
		margin-bottom: 60px;
	}
	.about .imgBox .textBox {
		width: auto;
		float: none;
	}
	.about .imgBox .textBox p {
		margin-right: -10px;
	}
	.about .imgBox .movie {
		margin-top: 19px;
		width: auto;
		float: none;
	}
	.about .headLine02 {
		margin-bottom: 40px;
	}
	.about .policyList {
		margin: 0 0 50px;
		display: block;
	}
	.about .policyList li {
		margin: 0 0 47px;
		width: auto;
	}
	.about .policyList li:last-child {
		margin-bottom: 0 !important;
	}
	.about .messageText {
		margin: -10px 0 15px;
	}
	.about .btmBox .infoBg {
		padding-bottom: 46px;
	}
	.about .btmBox .comPhoLink {
		margin-bottom: 70px;
	}
}
@media all and (max-width: 374px) {
	.about .policyList h4 .en {
		font-size: 6rem;
	}
}
/*------------------------------------------------------------
    aboutCatalog
------------------------------------------------------------*/
.aboutCatalog .content {
    width: 1200px;
}
.aboutCatalog .photoList {
    margin-bottom: 90px;
}
.aboutCatalog .photoList li {
    width: 480px;
    margin: 0 120px 30px 0;
    overflow: hidden;
}
.aboutCatalog .photoList li:nth-child(2n) {
    margin-right: 0;
}
.aboutCatalog .photoList li .pho {
    float: left;
    width: 160px;
    display: block;
}
.aboutCatalog .photoList li .textBox {
    display: block;
    padding-left: 186px;
}
.aboutCatalog .photoList li .ttl {
    margin-bottom: 12px;
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: block;
}
.aboutCatalog .photoList li .txtSpan {
    margin-bottom: 12px;
    display: block;
    font-weight: 700;
    color: #9a9a9a;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
}
.aboutCatalog .photoList li .comBtn a {
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 5px 15px;
    width: 160px;
    font-weight: bold;
    background-position: right 11px center;
}
.aboutCatalog #main {
	margin-bottom: 45px;
}
.aboutCatalog .btmBox {
	background: #FAFAFA url("img/common/com_bg01.png") no-repeat center top;
	background-size: 100% auto;
}
.aboutCatalog .btmBox .comPhoLink {
	margin-bottom: 110px;
}
.aboutCatalog .btmBox .infoBg {
	padding-bottom: 113px;
	background: url("img/common/header_bg.png") no-repeat center bottom;
	background-size: 100% auto;
}
.aboutCatalog .btmBox #pagePath {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
    .aboutCatalog .content {
        width: auto;
    }
    .aboutCatalog .photoList {
        margin-bottom: 35px;
        justify-content: space-between;
    }
    .aboutCatalog .photoList li {
        width: 47%;
        margin: 0 0 30px 0;
        overflow: hidden;
    }
    .aboutCatalog .photoList li:nth-child(2n) {
        margin-right: 0;
    }
    .aboutCatalog .photoList li .pho {
        float: none;
        width: 80px;
        margin: 0 auto 18px;
    }
    .aboutCatalog .photoList li .textBox {
        display: block;
        padding-left: 0;
    }
    .aboutCatalog .photoList li .ttl {
        margin-bottom: 3px;
    }
    .aboutCatalog .photoList li .txtSpan {
        margin-bottom: 14px;
    }
    .aboutCatalog .photoList li .comBtn a {
        width: 100%;
        max-width: 160px;
    }
	.aboutCatalog .btmBox .infoBg {
		padding-bottom: 46px;
	}
	.aboutCatalog .btmBox .comPhoLink {
		margin-bottom: 70px;
	}
}
/*------------------------------------------------------------
    company
------------------------------------------------------------*/
.company .headLine02 {
	margin-bottom: 13px;
}
.company .comTable {
	margin-bottom: 112px;
}
.company .historyBox {
	margin-bottom: 120px;
}
.company .historyBox .headLine02 {
	margin-bottom: 44px;
}
.company .historyList li {
	margin-bottom: 24px;
	width: 100%;
	padding: 25px 0 25px;
	border: solid 2px #e8e8e8;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	box-sizing: border-box;
}
.company .historyList li:last-child {
	margin-bottom: 0 !important;
}
.company .historyList li .ttl {
	padding: 0 10px;
	width: 15.4%;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.75;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
}
.company .historyList li .text {
	padding-right: 20px;
	width: 84.3%;
	line-height: 1.75;
	box-sizing: border-box;
}
.company .comPhoLink {
	margin-bottom: 60px;
}
.company .btmBox {
	background: #fafafa url("img/common/com_bg01.png") no-repeat center top;
	background-size: 100% auto;
}
.company .btmBox .comContact {
	margin-bottom: 115px;
}
.company .btmBox .infoBg {
	padding-bottom: 110px;
	background: url("img/common/header_bg.png") no-repeat center bottom;
	background-size: 100% auto;
}
.company .btmBox #pagePath {
	margin-bottom: 0;
}
.company #main {
	margin-bottom: 45px;
}
@media all and (max-width: 896px) {
	.company .pageTitle {
		margin-bottom: 60px;
	}
	.company .headLine02 {
		margin-bottom: 8px;
	}
	.company .comTable {
		margin-bottom: 75px;
	}
	.company .historyBox {
		margin-bottom: 85px;
	}
	.company .historyBox .headLine02 {
		margin-bottom: 28px;
	}
	.company .historyList li {
		margin-bottom: 24px;
		display: block;
		padding: 17px 22px 17px;
	}
	.company .historyList li:last-child {
		margin-bottom: 0;
	}
	.company .historyList li .ttl {
		padding: 0 0 1px;
		width: 100%;
		text-align: left;
	}
	.company .historyList li .text {
		padding-right: 0;
		width: 100%;
	}
	.company .comPhoLink {
		margin-bottom: 30px;
	}
	.company .btmBox .infoBg {
		padding-bottom: 45px;
	}
	.company .btmBox .comContact {
		margin-bottom: 75px;
	}
}
/*------------------------------------------------------------
    recruit
------------------------------------------------------------*/
.recruit .pTop {
    margin-bottom: 42px;
    line-height: 1.86;
    text-align: center;
}
.recruit .content {
    width: 1200px;
}
.recruit .headLine01 {
    margin-bottom: 32px;
}
.recruit .borderBox {
    margin-bottom: 32px;
    padding: 8px;
    border: 2px solid #333;
}
.recruit .borderBox:last-of-type {
    margin-bottom: 0;
}
.recruit .borderBox .subBox {
    padding: 46px 139px 52px;
    border: 1px solid #333;
}
.recruit .borderBox .subBox h4 {
    margin-bottom: 39px;
    font-size: 3.2rem;
    text-align: center;
}
.recruit .borderBox .subBox .imgBox {
    margin-bottom: 17px;
}
.recruit .borderBox .subBox .imgBox .photoBox {
    width: 410px;
}
.recruit .borderBox .subBox .imgBox .textBox {
    margin-top: -7px;
    width: 410px;
    font-size: 1.6rem;
    line-height: 1.88;
}
.recruit .borderBox .subBox .topBox {
    margin-bottom: 17px;
}
.recruit .borderBox .subBox .topBox .photoBox {
    margin: 7px 32px 0 0;
    width: 120px;
}
.recruit .borderBox .subBox .topBox .textBox h4 {
    margin-bottom: 17px;
    text-align: left;
}
.recruit .borderBox .subBox .topBox .textBox {
    font-size: 1.6rem;
    text-align: left;
}
.recruit .staff {
    margin-bottom: 113px;
}
.recruit .flow {
    padding-bottom: 72px;
    background: #fafafa url("img/recruit/bg01.png") no-repeat center top / 100% auto;
}
.recruit .flow .content {
    width: 1060px;
}
.recruit .flow .headLine02 {
    margin-bottom: 43px;
}
.recruit .flowList li {
    width: 160px;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.88;
    text-align: center;
}
.recruit .flowList li:not(:last-of-type) {
    margin-right: 140px;
}
.recruit .flowList li:not(:last-of-type)::after {
    width: 40px;
    height: 4px;
    position: absolute;
    top: 48%;
    right: -86px;
    background: url("img/common/line03.png") no-repeat center / 40px;
    transform: translateY(-50%);
    content: '';
}
.recruit .flowList li span {
    display: block;
}
.recruit .flowList li .txt {
    width: 100%;
}
.recruit .flowList li .ttl {
    margin-bottom: 4px;
    padding: 32px 8px 0;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.2rem;
    font-weight: 700;
    color: #4a4a4a;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background: url("img/common/icon13.png") no-repeat center top / 56px;
    transform: translateX(-50%);
}
.recruit .flowList li .pho {
    margin: 58px auto 9px;
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFF;
}
.recruit .flowList li .pho img {
    width: 64px;
}
.recruit .arbeit {
    padding: 135px 0 116px;
}
.recruit .comContact {
    padding-bottom: 97px;
    background: #fafafa  url("img/recruit/bg02.png") no-repeat center bottom / 100% auto;
}
.recruit .comContact .photoBox {
    margin-bottom: 115px;
}
.recruit #pagePath {
    margin-bottom: 0;
}
.recruit #main {
    margin-bottom: 60px;
}
.recruit #pagePath li a {
    display: inherit;
}
@media all and (max-width: 896px) {
    .recruit .pageTitle {
        margin-bottom: 61px;
    }
    .recruit .pTop {
        margin-bottom: 42px;
        text-align: left;
    }
    .recruit .content {
        width: auto;
    }
    .recruit .headLine01 {
        margin-bottom: 22px;
    }
    .recruit .borderBox {
        margin-bottom: 24px;
        padding: 3px;
    }
    .recruit .borderBox .subBox {
        padding: 22px 18px 26px;
    }
    .recruit .borderBox .subBox h4 {
        margin-bottom: 26px;
        font-size: 2rem;
    }
    .recruit .borderBox .subBox .imgBox {
        margin-bottom: 3px;
        display: block;
    }
    .recruit .borderBox .subBox .imgBox .photoBox {
        margin-bottom: 13px;
        width: auto;
    }
    .recruit .borderBox .subBox .imgBox .photoBox img {
        width: 100%;
    }
    .recruit .borderBox .subBox .imgBox .textBox {
        margin-top: 0;
        width: auto;
        font-size: 1.4rem;
        line-height: 1.86;
    }
    .recruit .borderBox .subBox .topBox {
        margin-bottom: 8px;
    }
    .recruit .borderBox .subBox .topBox .photoBox {
        margin: 4px 0 0;
        width: 80px;
    }
    .recruit .borderBox .subBox .topBox .textBox {
        padding: 2px 0 0 16px;
        width: calc(100% - 80px);
        box-sizing: border-box
    }
    .recruit .borderBox .subBox .topBox .textBox h4 {
        margin-bottom: 6px;
        line-height: 1.3;
    }
    .recruit .borderBox .subBox .topBox .textBox {
        font-size: 1.4rem;
        line-height: 1.86;
    }
    .recruit .staff {
        margin-bottom: 62px;
    }
    .recruit .flow {
        padding-bottom: 62px;
    }
    .recruit .flow .content {
        width: auto;
    }
    .recruit .flow .headLine02 {
        margin-bottom: 30px;
    }
    .recruit .flowList li {
        padding-left: 25px;
        width: 100%;
        min-height: 82px;
        display: flex;
        justify-content: flex-start;
        position: relative;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.88;
        text-align: center;
    }
    .recruit .flowList li:not(:last-of-type) {
        margin: 0 0 34px;
    }
    .recruit .flowList li:not(:last-of-type)::after {
        width: 4px;
        height: 40px;
        position: absolute;
        top: auto;
        right: auto;
        left: 55px;
        bottom: -34px;
        background: url("img/common/line04.png") no-repeat center / 2px;
        transform: translateY(0);
        content: '';
    }
    .recruit .flowList li .txt {
        margin-top: 3px;
        width: auto;
        font-size: 1.4rem;
        line-height: 1.86;
        text-align: left;
    }
    .recruit .flowList li .ttl {
        margin-bottom: 4px;
        padding: 0;
        position: static;
        text-align: left;
        background: none;
        transform: translateX(0);
    }
    .recruit .flowList li .pho {
        margin: 6px 16px 0 0;
        width: 64px;
        height: 64px;
        position: relative;
    }
    .recruit .flowList li .pho img {
        width: 32px;
    }
    .recruit .flowList li .pho::after {
        width: 40px;
        height: 115px;
        position: absolute;
        top: -26px;
        left: -30px;
        background: url("img/common/icon19.png") no-repeat center / 30px;
        content: '';
    }
    .recruit .arbeit {
        padding: 60px 0;
    }
    .recruit .comContact {
        padding-bottom: 40px;
    }
    .recruit .comContact .photoBox {
        margin-bottom: 76px;
    }
    .recruit #pagePath {
        margin: 0;
    }
    .recruit #main {
        margin-bottom: 52px;
    }
}
/*------------------------------------------------------------
    products
------------------------------------------------------------*/
.products #main .content {
    width: 1200px;
}
.products #main .imgBox {
    height: 400px;
    display: flex;
    color: #fff;
    flex-direction: column;
    position: relative;
    align-items: center;
    text-align: center;
    justify-content: center;
    background:  url("https://jackson.jp/wp-content/uploads/2021/03/header_salt02-scaled.jpg")no-repeat center center;
    background-size: cover;
}
.products #main .imgBox02 {
    background: url("https://jackson.jp/wp-content/uploads/2021/03/header_trout02-scaled.jpg") no-repeat center center;
    background-size: cover;
}
.products #main .imgBox03 {
    background: url("https://jackson.jp/wp-content/uploads/2021/03/header_bass02-scaled.jpg") no-repeat center center;
    background-size: cover;
}
.products #main .imgBox04 {
    background: url("https://jackson.jp/wp-content/uploads/2021/03/header_accessory02-scaled.jpg") no-repeat center center;
    background-size: cover;
}
.products #main .imgBox:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    /*background: rgba(0,0,0,0.5);*/
    z-index: 1;
}
.products #main .imgBox .h3Ttl {
    margin-bottom: 19px;
    position: relative;
    z-index: 2;
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1.25;
    font-family: 'Caveat', cursive;
}
.products #main .imgBox p {
    padding-bottom: 38px;
    position: relative;
    z-index: 2;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 3.2px;
    line-height: 2.25;
}
.products #main .productsList {
    margin: -48px 120px 0;
    display: flex;
    position: relative;
    z-index: 10;
    flex-wrap: wrap;
    justify-content: space-between;
}
.products #main .productsList {
    margin-bottom: -38px;
}
.products #main .productsList li {
    width: 400px;
    margin-bottom: 160px;
}
.products #main .productsList li a {
    display: block;
    height: 450px;
    box-sizing: border-box;
    position: relative;
    border: 3px solid #e8e8e8;
}
.products #main .productsList li .pho {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -75px 0 -58px;
    height: 400px;
}
.products #main .productsList li .pho img {
    max-height: 100%;
	width: 100%;
}
.products #main .productsList li .pho01 {
    margin: 0 20px;
}
.products #main .productsList li .txtBox {
    position: relative;
    left: 46px;
    right: 45px;
    bottom: 40px;
    z-index: 100;
}
.products #main .productsList li .ttl {
    font-size: 3rem;
    font-family: 'Caveat', cursive;
    font-weight: 700;
}
.products #main .productsList li .more {
    margin-top: 36px;
	margin: 36px 0 0 auto;
    font-size: 1.2rem;
    position: relative;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.products #main .productsList li .more:before {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -4px;
    width: 48px;
    height: 1px;
    border-bottom: 1px solid #333;
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
.products #main {
    margin-bottom: 45px;
}
.products .btmBox {
    background: #fafafa url("img/common/com_bg01.png") no-repeat center top;
    background-size: 100% auto;
}
.products .btmBox .infoBg {
	padding-bottom: 110px;
    background: url("img/common/header_bg.png") no-repeat center bottom;
    background-size: 100% auto;
}
.products .btmBox .comContact {
	margin-bottom: 115px;
}
.products .btmBox #pagePath {
    margin-bottom: 0;
}
.products .comContact .textBox {
    padding-top: 101px;
}
.products .comContact .textBox h3 {
    margin-bottom: 23px;
}
.products .comContact .textBox h3 .en {
    font-size: 4.8rem;
    margin: 0 0 21px;
}
.pcbanner {
    display: block;
}
.spbanner {
    display: none;
}
.brandsDetailsBannerDiv {
    width: 1200px;
    height : 440px;
    margin: 0 auto 80px;
    position: relative;
}
/* offshoreは説明文なし */
.offshore{
    height : 300px;
}
.brandsBannerDivAbsolute {
    position: absolute;
    top: -180px;
}
.brandsConntentsDiv {
    margin: 60px auto;
    width: 92%;
}
.brandsConntentsDiv h1 {
    margin-bottom: 8px;
    font-size: 2.4rem;
    /* margin-bottom: 17px;
    font-size: 1.6rem; */
    line-height: 2;
}
.brandsConntentsDiv p {
    font-size: 1.6rem;
    line-height: 1.86;
}
@media all and (min-width: 897px) {
    .products #main .productsList li a:hover {
        background: #fafafa;
		border-color: #fafafa;
    }
    .products #main .productsList li a:hover .more:before {
        width: 16px;
        left: -28px;
    }
}
@media all and (max-width: 896px) {
    .products #main .content {
        width: auto;
    }
    .products #main .imgBox {
        height: 344px;
        background-image: url("https://jackson.jp/wp-content/uploads/2021/03/header_salt02-scaled.jpg");
    }
    .products #main .imgBox02 {
        background-image: url("https://jackson.jp/wp-content/uploads/2021/03/header_trout02-scaled.jpg");
    }
    .products #main .imgBox03 {
        background-image: url("https://jackson.jp/wp-content/uploads/2021/03/header_bass02-scaled.jpg");
    }
    .products #main .imgBox04 {
        background-image: url("https://jackson.jp/wp-content/uploads/2021/03/header_accessory02-scaled.jpg");
    }
    .products #main .imgBox:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        /*background: rgba(0,0,0,0.5);*/
        z-index: 1;
    }
    .products #main .imgBox .h3Ttl {
        margin-bottom: 15px;
        font-size: 3.6rem;
    }
    .products #main .imgBox p {
        padding: 0 2px 20px;
        font-size: 1.4rem;
        letter-spacing: 2.8px;
        line-height: 2.29;
    }
    .products #main .productsList {
        margin: -30px 22px 83px;
    }
    .products #main .productsList li {
        width: 100%;
        margin-bottom: 30px;
    }
    .products #main .productsList li:last-child {
        margin-bottom: 0;
    }
    .products #main .productsList li a {
        height: 350px;
    }
    .products #main .productsList li .pho {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 -38px;
        height: 300px;
    }
    .products #main .productsList li .pho img {
        max-height: 100%;
    }
    .products #main .productsList li .pho01 {
        margin: 0 15px;
    }
    .products #main .productsList li .txtBox {
        position: absolute;
        left: 29px;
        right: 29px;
        bottom: 28px;
        z-index: 100;
    }
    .products #main .productsList li .ttl {
        font-size: 3rem;
    }
    .products #main .productsList li .more {
        margin-top: 36px;
    }
    .products #main .productsList li .more:before {
        left: -46px;
        margin-top: -3px;
        width: 32px;
    }
    .products .btmBox .infoBg {
		padding-bottom: 45px;
    }
    .products .btmBox .comContact {
		margin-bottom: 58px;
    }
    .products .btmBox #pagePath {
        margin-bottom: 0;
    }
    .products .comContact .textBox {
        padding-top: 101px;
    }
    .products .comContact .textBox h3 {
        margin-bottom: 0;
        font-size: 1.4rem;
    }
    .products .comContact .textBox h3 .en {
        font-size: 2.3rem;
        margin: 0;
    }
    .pcbanner {
        display: none;
    }
    .spbanner {
        display: block;
    }
    .brandsDetailsBannerDiv {
        width: auto;
        height : 410px;
        margin: 0 auto;
    }
    .offshore{
        height : 300px;
    }
    .brandsBannerDivAbsolute {
        position: absolute;
        top: -120px;
        width: 100%;
    }
    .brandsBannerDivAbsolute img {
        margin: 0 auto;
        /* height: 193px; */
        width: 93%;
    }
    .brandsConntentsDiv {
        margin: 28px auto;
        width: 90%;
    }
    .brandsConntentsDiv h1 {
        /* margin-bottom: 8px; */
        font-size: 1.8rem;
        /* margin-bottom: 17px;
        font-size: 1.6rem; */
        /* line-height: 2; */
    }
    .brandsConntentsDiv p {
        font-size: 1.4rem;
        /* line-height: 1.86; */
    }
}
@media all and (max-width: 620px) {
    .brandsDetailsBannerDiv {
        height : 290px;
    }
    .selected {
        height : 240px;
    }
    .offshore{
        height : 120px;
    }
}
@media all and (max-width: 374px) {
    .products #main .imgBox p {
        letter-spacing: 1px;
    }
}
/*------------------------------------------------------------
    products_detail
------------------------------------------------------------*/
.products_detail .content {
    width: 1200px;
}
.products_detail .pageTitle {
    margin: -175px 0 37px;
}
.products_detail .pageTitle h3 {
    margin-bottom: 1px;
    font-size: 4rem;
}
.products_detail .pageTitle h3 .sml {
    margin-bottom: 20px;
    display: block;
    font-size: 2rem;
}
.products_detail .pageTitle h3 .en {
    margin-right: 34px;
    font-family: 'Roboto', sans-serif;
}
.products_detail .pageTitle .tagList01 {
    margin-bottom: 15px;
}
.products_detail .pageTitle .tagList01 li {
    padding: 3px 8px;
    display: inline-block;
    color: #FFF;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    border-radius: 20px;
    background-color: #333;
    box-sizing: border-box;
}
.products_detail .pageTitle .tagList01 li:not(:last-of-type) {
    margin-right: 4px;
}
.products_detail .pageTitle .tagList02 li {
    width: 33px;
    display: inline-block;
}
.products_detail .sliderBox {
	margin-bottom: 175px;
    position: relative;
}
.products_detail .sliderBox::before {
    width: 100%;
    height: calc(100% - 16px);
    position: absolute;
    top: 75px;
    left: 0;
    background-color: #333;
    content: '';
}
.products_detail .sliderBox .subBox {
    margin: 0 auto;
    width: 900px;
    position: relative;
    z-index: 100;
}
.products_detail .sliderBox .phoList {
    margin-bottom: 6px;
}
.products_detail .sliderBox .phoList li {
	width: 900px;
    float: left;
    background-color: #FFF;
}
.products_detail .sliderBox .phoList li a {
    display: block;
}
.products_detail .sliderBox .phoList li a:hover {
    opacity: 0.7;
}
.products_detail .sliderBox .imgList {
    margin: 0 auto 27px;
    width: 748px;
}
.products_detail .sliderBox .imgList li {
    width: 90px;
    float: left;
	cursor: pointer;
	position: relative;
}
.products_detail .sliderBox .imgList li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	content: "";
}
.products_detail .sliderBox .imgList .slick-slide > div {
	width: 90px;
	padding: 0 13px;
}
.products_detail .sliderBox .imgList .slick-current li:before {
	background: none;
}
.products_detail .sliderBox .textList li {
    color: #FFF;
    line-height: 1.71;
    text-align: justify;
    text-justify:inter-ideograph;
    display: none;
}
.products_detail .sliderBox .textList li:first-child {
    display: block;
}
.products_detail .sliderBox .textList li h4 {
    margin-bottom: 13px;
    font-size: 1.6rem;
}
.products_detail .sliderBox .slick-prev,
.products_detail .sliderBox .slick-next {
	margin-top: -28px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 56px;
    height: 56px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    transition: .3s;
	-webkit-transition: .3s;
}
.products_detail .sliderBox .slick-prev {
	left: -88px;
	background: url("img/products_detail/prev01.png") no-repeat center top;
	background-size: 56px 56px;
	z-index: 100;
}
.products_detail .sliderBox .slick-next {
	right: -88px;
	background: url("img/products_detail/next01.png") no-repeat center top;
	background-size: 56px 56px;
	z-index: 100;
}
.products_detail .lBox {
    /*margin-bottom: 225px;*/
    width: 900px;
    float: left;
}
.products_detail .lBox .about {
    margin-bottom: 57px;
    padding-bottom: 56px;
    border-bottom: 2px dotted #333;
}
.products_detail .lBox .about .headLine02 .en {
    padding-bottom: 19px;
}
.products_detail .lBox .about p:not(:last-of-type) {
    margin-bottom: 26px;
}
.products_detail .lBox .lineup {
    margin-bottom: 57px;
    padding-bottom: 63px;
    border-bottom: 2px dotted #333;
}
.products_detail .lBox .lineup .headLine02 {
    margin-bottom: 108px;
}
.products_detail .lBox .lineup .h4Ttl {
    margin-bottom: 32px;
    padding-left: 21px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.19;
    font-family: 'Roboto', sans-serif;
    border-left: 2px solid #000;
}
.products_detail .lBox .lineup .h4Ttl::after {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 3px;
    border-left: 1px solid #000;
    content: '';
}
.products_detail .lBox .lineup .imgBox {
    padding: 66px 38px 62px 38px;
    border: 2px solid #e8e8e8;
}
.products_detail .lBox .lineup .imgBox .photoBox {
    margin-right: 70px;
    position: relative;
	cursor: pointer;
}
.products_detail .lBox .lineup .imgBox .photoBox::after {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 43%;
	cursor: pointer;
    right: -70px;
    transform: translateY(-50%);
    background: url("img/common/icon_q.png") no-repeat center / 24px;
    content: '';
}
.products_detail .lBox .lineup .imgBox .photoBox.on::after {
    background-image: url("img/common/icon_a.png")
}
.products_detail .lBox .lineup .imgBox.accordion .photoBox::after {
    display: none;
}
.products_detail .lBox .lineup .imgBox .photoBox p {
    margin-top: 22px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.products_detail .lBox .lineup .imgBox .photoBox .name {
    float: left;
}
.products_detail .lBox .lineup .imgBox .photoBox .price {
    float: right;
}
.products_detail .lBox .lineup .imgBox .textBox {
    display: none;
    margin-top: 52px;
}
.products_detail .lBox .lineup .imgBox .textBox .textList {
    margin: 1px 0 40px;
}
.products_detail .lBox .lineup .imgBox .textBox .textList li {
    margin-top: 22px;
    padding-bottom: 14px;
    width: 390px;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
}
.products_detail .lBox .lineup .imgBox .textBox .textList li .en {
    margin-bottom: 1px;
    display: block;
    color: #9a9a9a;
    font-size: 1rem;
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,"メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
.products_detail .lBox .lineup .imgBox:not(:last-of-type) {
    margin-bottom: 16px;
}
.products_detail .lBox .spec {
    margin-bottom: 57px;
    padding-bottom: 63px;
    border-bottom: 2px dotted #333;
}
.products_detail .lineup .redio {
    padding-bottom: 56.098%;
    position: relative;
}
.products_detail .lineup .redio iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.products_detail .lBox .spec .headLine02 {
    margin-bottom: 44px;
}
.products_detail .lBox .spec .spenTab {
    margin-bottom: 46px;
    overflow-x: scroll;
	overflow-y: hidden;
}
.products_detail .lBox .spec .spenTab table {
	margin-bottom: 22px;
    width: 100%; !important
	overflow: hidden;
    border-collapse: collapse;
}
.products_detail .jspScrollable {
	width: 100%;
}
.products_detail .jspContainer {
	width: 100% !important;
}
.products_detail .jspHorizontalBar {
	height: 4px !important;
}
.products_detail .jspPane {
	width: 100% !important;
}
.products_detail .jspDrag {
	background: #333;
}
.products_detail .jspTrack {
	background: #e8e8e8;
}
.products_detail .lBox .spec .spenTab th,
.products_detail .lBox .spec .spenTab td {
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}
.products_detail .lBox .spec .spenTab thead th {
    height: 48px;
    color: #FFF;
    font-weight: 700;
    line-height: 1.67;
    text-align: center;
    background-color: #333333;
    font-family: 'Roboto', sans-serif;
}
.products_detail .lBox .spec .spenTab tbody th,
.products_detail .lBox .spec .spenTab tbody td {
    padding: 16px 10px 14px 24px;
    font-weight: 500;
}
.products_detail .lBox .spec .spenTab tbody th {
    background-color: #e8e8e8;
}
.products_detail .lBox .spec .spenTab tbody tr:nth-of-type(2n-1) {
    background-color: #fafafa;
}
.products_detail .lBox .spec .spenTab tbody td:not(:last-of-type) {
    border-right: 1px solid #e8e8e8;
}
.products_detail .lBox .movie {
    margin-bottom: 57px;
    padding-bottom: 86px;
    border-bottom: 2px dotted #333;
}
.products_detail .lBox .movie .headLine02 {
    margin-bottom: 43px;
}
.products_detail .lBox .movie .movieList {
	margin: 0 -8px;
}
.products_detail .lBox .movie .movieList li {
    width: 290px;
    float: left;
    font-weight: bold;
    line-height: 1.71;
}
.products_detail .lBox .movie .movieList .slick-slide > div {
	width: 290px;
	padding: 0 8px;
}
.products_detail .lBox .movie .movieList li a {
    display: block
}
.products_detail .lBox .movie .movieList li a:hover {
    opacity: 0.7;
}
.products_detail .lBox .movie .movieList li .pho {
    margin-bottom: 11px;
    display: block;
    position: relative;
    padding-bottom: 56.207%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.products_detail .lBox .movie .movieList li .pho iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.products_detail .lBox .movie .movieList .slick-prev,
.products_detail .lBox .movie .movieList .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -20px;
    display: block;
    width: 56px;
    height: 56px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    transition: .3s;
	-webkit-transition: .3s;
}
.products_detail .lBox .movie .movieList .slick-prev {
    margin-left: -225px;
	left: 50%;
	background: url("img/common/prev.png") no-repeat;
	background-size: 56px 56px;
	z-index: 100;
}
.products_detail .lBox .movie .movieList .slick-next {
    margin-right: -225px;
	right: 50%;
	background: url("img/common/next.png") no-repeat;
	background-size: 56px 56px;
	z-index: 100;
}
.products_detail .lBox .movie .movieList .slick-dots {
	text-align: center;
    margin-top: 60px;
}
.products_detail .lBox .movie .movieList .slick-dots li {
	margin: 0 2px;
	display: inline-block;
	width: 24px;
    float: none;
	height: 2px;
	border-radius: 4px;
	background-color: rgba(51,51,51,0.2);
}
.products_detail .lBox .movie .movieList .slick-dots li button {
	display: none;
}
.products_detail .lBox .movie .movieList .slick-dots li.slick-active {
	background-color: rgba(51,51,51,1);
}
.products_detail .lBox .magazine .headLine02 {
    margin-bottom: 42px;
}
.products_detail .lBox .magazine .imgList {
	margin: 0 -8px;
}
.products_detail .lBox .magazine .imgList li {
    width: 290px;
    float: left;
}
.products_detail .lBox .magazine .imgList .slick-slide {
	width: 290px;
	margin: 0 8px;
}
.products_detail .lBox .magazine .imgList li a {
    display: block;
}
.products_detail .lBox .magazine .imgList li a:hover {
    opacity: 0.7;
}
.products_detail .lBox .magazine .imgList li .photoBox {
    margin-bottom: 16px;
    display: block;
    padding-bottom: 56.207%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.products_detail .lBox .magazine .imgList li .tag {
    margin-right: 12px;
    padding: 3px 8px 1px;
    color: #FFF;
    display: inline-block;
    font-size: 1.2rem;
    background-color: #333;
    border-radius: 20px;
}
.products_detail .lBox .magazine .imgList li .time {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.products_detail .lBox .magazine .imgList li .txt {
    margin-top: 3px;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.71;
}
.products_detail .lBox .magazine .imgList .slick-prev,
.products_detail .lBox .magazine .imgList .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -20px;
    display: block;
    width: 56px;
    height: 56px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    transition: .3s;
	-webkit-transition: .3s;
}
.products_detail .lBox .magazine .imgList .slick-prev {
    margin-left: -225px;
	left: 50%;
	background: url("img/common/prev.png") no-repeat;
	background-size: 56px 56px;
	z-index: 100;
}
.products_detail .lBox .magazine .imgList .slick-next {
    margin-right: -225px;
	right: 50%;
	background: url("img/common/next.png") no-repeat;
	background-size: 56px 56px;
	z-index: 100;
}
.products_detail .lBox .magazine .imgList .slick-dots {
	text-align: center;
    margin-top: 60px;
}
.products_detail .lBox .magazine .imgList .slick-dots li {
	margin: 0 2px;
	display: inline-block;
	width: 24px;
    float: none;
	height: 2px;
	border-radius: 4px;
	background-color: rgba(51,51,51,0.2);
}
.products_detail .lBox .magazine .imgList .slick-dots li button {
	display: none;
}
.products_detail .lBox .magazine .imgList .slick-dots li.slick-active {
	background-color: rgba(51,51,51,1);
}
.products_detail .rBox {
    padding-top: 4px;
    width: 236px;
    float: right;
}
.products_detail .rBox .menuList {
    border-top: 1px solid #e8e8e8;
}
.products_detail .rBox .menuList > li {
    padding: 29px 0;
    border-bottom: 1px solid #e8e8e8;
}
.products_detail .rBox .menuList > li > a {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.products_detail .rBox .menuList li a:hover {
	text-decoration: underline;
}
.products_detail .rBox .menuList .subList {
    margin-top: 28px;
}
.products_detail .rBox .menuList .subList li {
    padding-left: 16px;
    position: relative;
}
.products_detail .rBox .menuList .subList li::after {
    width: 4px;
    height: 4px;
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #333;
    content: '';
}
.products_detail .rBox .menuList .subList li:not(:last-of-type) {
    margin-bottom: 19px;
}
.products_detail .rBox .menuList .subList li a {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.products_detail .bassBox {
    padding: 60px 0 110px;
    background:url("img/common/header_bg.png")no-repeat center bottom,url("img/common/header_bg.png")no-repeat center center;
	background-size: 100% auto,cover;
}
.products_detail .bassBox .content {
    width: 1144px;
}
.products_detail .bassBox h3 {
    margin-bottom: 27px;
    color: #000;
    font-size: 4rem;
    font-family: 'Caveat', cursive;
    box-sizing: border-box;
}
.products_detail .bassBox .bassList {
    margin-bottom: 80px;
}
.products_detail .bassBox .bassList li {
    width: 224px;
	float: left;
}
.products_detail .bassBox .bassList li:not(:last-of-type) {
    margin-right: 20px;
}
.products_detail .bassBox .bassList li a {
    padding: 40px 24px 10px;
    min-height: 358px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #fafafa;
    box-sizing: border-box;
}
.products_detail .bassBox .bassList li a:hover {
    opacity: 0.7;
}
.products_detail .bassBox .bassList li .pho {
    width: 176px;
    display: block;
    padding-bottom: 176px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
}
.products_detail .bassBox .bassList li .ttl {
    margin: 11px 0 20px;
    display: block;
	font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.71;
}
.products_detail .bassBox .bassList li .tag {
    padding: 5px 8px;
    color: #FFF;
	display: inline-block;
    font-size: 1.2rem;
    border-radius: 20px;
    background-color: #333;
    font-family: 'Roboto', sans-serif;
}
.products_detail .bassBox .bassList li .tag:not(:last-of-type) {
    margin: 0 7px 7px 0;
}
.products_detail .bassBox .btnList {
	margin-bottom: 116px;
}
.products_detail .bassBox .btnList li:first-child {
	margin-bottom: 33px;
}
.products_detail .bassBox #pagePath {
	margin-bottom: 0;
}
.products_detail .bassBox #pagePath a {
	color: #9a9a9a;
}
.products_detail #main {
	margin-bottom: 45px;
}
@media all and (min-width: 897px) {
	.products_detail .sliderBox .slick-prev:hover {
        background: url("img/products_detail/prev_over.png") no-repeat;
		background-size: 56px 56px;
	}
	.products_detail .sliderBox .slick-next:hover {
        background: url("img/products_detail/next_hover.png") no-repeat;
		background-size: 56px 56px;
	}
    .products_detail .lBox .movie .movieList .slick-prev:hover {
        background: url("img/common/prev_over.png") no-repeat;
        background-size: 56px 56px;
    }
    .products_detail .lBox .movie .movieList .slick-next:hover {
        background: url("img/common/next_over.png") no-repeat;
        background-size: 56px 56px;
    }
    .products_detail .lBox .magazine .imgList .slick-prev:hover {
        background: url("img/common/prev_over.png") no-repeat;
        background-size: 56px 56px;
    }
    .products_detail .lBox .magazine .imgList .slick-next:hover {
        background: url("img/common/next_over.png") no-repeat;
        background-size: 56px 56px;
    }
}
@media all and (max-width: 896px) {
	.products_detail .content {
		width: auto;
	}
	.products_detail .pageTitle {
		margin: -110px 0 32px;
	}
	.products_detail .pageTitle h3 {
		margin-bottom: 12px;
		font-size: 2.4rem;
	}
	.products_detail .pageTitle h3 .sml {
		margin-bottom: 16px;
		font-size: 1.4rem;
	}
	.products_detail .pageTitle h3 .en {
		margin-right: 18px;
	}
	.products_detail .sliderBox {
		margin: 0 -16px 108px;
		padding: 0 16px;
	}
	.products_detail .sliderBox::before {
		width: 100%;
		height: calc(115% + 112px);
		top: 16px;
	}
	.products_detail .sliderBox .subBox {
		width: auto;
	}
	.products_detail .sliderBox .slick-prev:hover {
		opacity: 0.7;
	}
	.products_detail .sliderBox .slick-next:hover {
		opacity: 0.7;
	}
	.products_detail .sliderBox .phoList {
		margin-bottom: 9px;
	}
	.products_detail .sliderBox .phoList li {
		width: 100%;
	}
	.products_detail .sliderBox .phoList li img {
		width: 100%;
	}
	.products_detail .sliderBox .imgList {
		margin: 0 auto 98px;
		width: auto;
	}
	.products_detail .sliderBox .slick-prev, .products_detail .sliderBox .slick-next {
		bottom: -110px;
		top: auto;
	}
	.products_detail .sliderBox .slick-prev {
		margin-left: -68px;
		left: 50%;
	}
	.products_detail .sliderBox .slick-next {
		margin-right: -68px;
		right: 50%;
	}
	.products_detail .sliderBox .imgList .slick-slide > div {
		padding: 0 4px;
		width: 60px;
	}
    .products_detail .sliderBox .textList {
		height: 1px;
	}
	.products_detail .sliderBox .textList li h4 {
		margin-bottom: 5px;
	}
	.products_detail .lBox {
		margin-bottom: 0;
		width: auto;
		float: none;
	}
	.products_detail .lBox .about {
		margin-bottom: 44px;
		padding-bottom: 40px;
	}
	.products_detail .lBox .lineup {
		margin-bottom: 43px;
		padding-bottom: 47px;
	}
	.products_detail .lBox .lineup .headLine02 {
		margin-bottom: 28px;
	}
	.products_detail .lBox .lineup .h4Ttl {
		margin-bottom: 32px;
		padding-left: 21px;
		font-size: 1.4rem;
		line-height: 1.14;
	}
	.products_detail .lBox .lineup .imgBox {
		padding: 30px 18px 30px;
	}
	.products_detail .lBox .lineup .imgBox .photoBox {
		margin-right: 50px;
	}
	.products_detail .lBox .lineup .imgBox .photoBox::after {
		right: -50px;
	}
	.products_detail .lBox .lineup .imgBox .photoBox p {
		margin-top: 2px;
	}
	.products_detail .lBox .lineup .imgBox .textBox {
		margin-top: 20px;
	}
	.products_detail .lBox .lineup .imgBox .textBox .textList {
		margin: 1px 0 32px;
	}
	.products_detail .lBox .lineup .imgBox .textBox .textList li {
		margin-top: 22px;
		padding-bottom: 12px;
		width: calc(50% - 4px);
		font-size: 1.2rem;
		line-height: 1.67;
	}
	.products_detail .lBox .lineup .imgBox .textBox .textList li .en {
		margin-bottom: 2px;
		font-size: 1rem;
		line-height: 1.5;
	}
	.products_detail .lBox .lineup .imgBox:not(:last-of-type) {
		margin-bottom: 8px;
	}
	.products_detail .lBox .spec {
		margin-bottom: 43px;
		padding-bottom: 47px;
	}
	.products_detail .lBox .spec .headLine02 {
		margin-bottom: 28px;
	}
	.products_detail .lBox .spec .spenTab {
		margin: 0 -16px 30px;
		padding-bottom: 0;
	}
	.products_detail .lBox .spec .spenTab table {
		margin-bottom: 20px;
	}
	.products_detail .lBox .movie {
		margin-bottom: 30px;
		padding-bottom: 70px;
	}
	.products_detail .lBox .movie .headLine02 {
		margin-bottom: 28px;
	}
	.products_detail .lBox .movie .movieList .slick-prev {
		margin: 0;
		left: 22px;
	}
	.products_detail .lBox .movie .movieList .slick-next {
		margin: 0;
		right: 22px;
	}
	.products_detail .lBox .movie .movieList .slick-dots {
		margin-top: 40px;
	}
	.products_detail .lBox .movie .movieList .slick-dots li {
		width: 12px;
	}
	.products_detail .lBox .magazine .headLine02 {
		margin-bottom: 28px;
	}
	.products_detail .lBox .magazine .imgList {
		margin: 0;
	}
	.products_detail .lBox .magazine .imgList .slick-prev {
		margin: 0;
		left: 32px;
	}
	.products_detail .lBox .magazine .imgList .slick-next {
		margin: 0;
		right: 32px;
	}
	.products_detail .lBox .magazine .imgList .slick-dots {
		margin-top: 38px;
	}
	.products_detail .lBox .magazine .imgList .slick-dots li {
		width: 12px;
	}
	.products_detail .lBox .magazine {
		background: #fafafa;
		margin: 0 -16px;
		padding: 10px 0 100px;
	}
	.products_detail .rBox {
		margin-bottom: 63px;
		padding-top: 90px;
		width: auto;
		float: none;
	}
	.products_detail .rBox .menuList > li {
		padding: 29px 16px;
	}
	.products_detail .rBox .menuList > li a:hover {
		text-decoration: none;
	}
	.products_detail .bassBox {
		padding: 78px 0 53px;
	}
	.products_detail .bassBox .content {
		width: auto;
	}
	.products_detail .bassBox h3 {
		margin-bottom: 17px;
		font-size: 3.2rem;
	}
	.products_detail .bassBox .bassList {
		margin: 0 -16px 32px 0;
	}
	.products_detail .bassBox .bassList .slick-slide > div {
		width: 168px;
		margin-right: 7px;
	}
	.products_detail .bassBox .bassList li a {
		padding: 20px 20px 10px;
		min-height: 286px;
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
		background-color: #fafafa;
		box-sizing: border-box;
	}
	.products_detail .bassBox .bassList li .pho {
        width: 128px;
        padding-bottom: 128px;
	}
	.products_detail .bassBox .bassList li .ttl {
		margin: 11px 0 10px;
	}
	.products_detail .bassBox .bassList li .tag {
		font-weight: 500;
	}
	.products_detail .bassBox .comLink {
		margin-bottom: 76px;
	}
	.products_detail .bassBox .btnList {
		margin-bottom: 30px;
	}
	.products_detail .bassBox .btnList li:first-child {
		margin-bottom: 16px;
	}
	.products_detail #pagePath {
		margin-bottom: 0;
	}
	.products_detail #main {
		margin-bottom: 45px;
	}
}
/*------------------------------------------------------------
    productsCatalog
------------------------------------------------------------*/
.productsCatalog .content {
    width: 1200px;
}
.productsCatalog .selectList {
    margin-bottom: 72px;
}
.productsCatalog .selectList li {
    float: left;
    margin: 0 16px 0 0;
    position: relative;
}
.productsCatalog .selectList li select {
    width: 117px;
    height: 46px;
    color: #333;
    font-size: 1.4rem;
    padding: 5px 10px 5px 18px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    background: #fafafa url("img/common/icon24.png") no-repeat right 22px center;
    background-size: 14px auto;
    webkit-appearance: none;
	-webkit-appearance: none;
}
.productsCatalog .selectList li .catSpan {
    display: flex;
    align-items: center;
    width: max-content;
    height: 46px;
    color: #333;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 5px 40px 5px 18px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    background: #fafafa url("img/common/icon24.png") no-repeat right 22px center;
    background-size: 14px auto;
}
.productsCatalog .selectList .catList {
    display: none;
    position: relative;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-top: none;
    box-sizing: border-box;
}
.productsCatalog .selectList .catList a {
    display: block;
    padding: 10px 7px;
    border-bottom: 1px solid #e8e8e8;
}
.productsCatalog .selectList .catList li {
    margin: 0;
    float: none;
}
.productsCatalog .selectList .catList li:last-child a {
    border-bottom: none;
}

select::-ms-expand { display: none; }
.productsCatalog .comListUl {
    margin-bottom: 56px;
}
.productsCatalog .comListUl li {
    margin: 0 20px 20px 0;
    width: 224px;
}
.productsCatalog .comListUl li:nth-child(5n) {
    margin-right: 0;
}
.productsCatalog .comListUl li a {
    background: #fafafa;
    padding: 39px 25px 33px;
    width: 100%;
	position: static;
    height: 100%;
    box-sizing: border-box;
}
.productsCatalog .comListUl li .productPho {
	margin: 0 auto 13px;
	display: block;
	position: relative;
}
.productsCatalog .comListUl li .photo {
	margin-bottom: 0;
}
.productsCatalog .comListUl li .new {
	top: -5px;
	left: -5px;
}
.productsCatalog .h3Ttl {
    margin-bottom: 68px;
}
@media all and (max-width: 896px) {
    .productsCatalog .content {
        width: auto;
    }
    .productsCatalog .selectList {
        margin-bottom: 43px;
    }
    .productsCatalog .selectList li {
        margin: 0 8px 0 0;
    }
    .productsCatalog .comListUl {
        margin-bottom: 39px;
        justify-content: space-between;
    }
    .productsCatalog .comListUl li {
        margin: 0 0 8px 0;
        width: 49%;
    }
	.productsCatalog .comListUl li .productPho {
		width: 126px;
		height: 126px;
	}
	.productsCatalog .comListUl li .photo {
		width: 126px;
		height: 126px;
		margin: 0 auto;
	}
    .productsCatalog .comListUl li .pho {
        width: 126px;
        height: 126px;
    }
    .productsCatalog .comListUl li:nth-child(5n) {
        margin-right: 0;
    }
    .productsCatalog .comListUl li a {
        padding: 20px 20px 15px;
    }
    .productsCatalog .comListUl li .ttl {
        margin-bottom: 12px;
    }
    .productsCatalog .h3Ttl {
        margin-bottom: 22px;
    }
}
@media all and (max-width: 374px) {
	.productsCatalog .comListUl li .productPho {
		width: 100px;
		height: 100px;
	}
	.productsCatalog .comListUl li .photo {
		width: 100px;
		height: 100px;
	}
	.productsCatalog .comListUl li .pho {
		width: 100px;
		height: 100px;
	}
}
/*------------------------------------------------------------
    contact
------------------------------------------------------------*/
.contact .pageTitle {
    margin-bottom: 120px;
}
.contact .stepList {
    margin-bottom: 26px;
    border: 1px solid #e8e8e8;
    border-radius: 90px;
    background-color: #fafafa;
}
.contact .stepList li {
    padding: 15px 0 13px;
    padding-left: 36px;
	width: 300px;
    color: #e8e8e8;
    font-size: 1.2rem;
    font-weight: bold;
    box-sizing: border-box;
    background: url("img/contact/icon01.png") no-repeat left center;
    background-size: 12px 18px;
}
.contact .stepList li:first-child {
    width: 287px;
    padding-left: 23px;
    background: none;
}
.contact .stepList .current {
    color: #4a4a4a;
    background-image: url("img/contact/icon01_on.png")
}
.contact .stepList li .num {
    margin-right: 17px;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.contact .text {
    margin-bottom: 15px;
}
.contact .text a {
    font-weight: bold;
    text-decoration: underline;
}
.contact .text a:hover {
    text-decoration: none;
}
.contact table {
    margin-bottom: 50px;
}
.contact td,
.contact th {
    padding: 31px 0 31px 17px;
    width: 74%;
}
.contact th {
    padding: 50px 15px 15px;
    width: 26%;
}
.contact .entryTable .ttl::after {
    display: none;
}
.contact th .must {
    margin-left: 10px;
    padding: 4px 8px;
    color: #FFF;
    line-height: 1.2;
    font-weight: bold;
    border-radius: 12px;
    background-color: #e8713c;
}
.contact td textarea,
.contact td input[type="email"],
.contact td input[type="text"] {
    width: 100%;
	padding: 5px 22px;
	height: 64px;
	color: #333;
	font-size: 1.4rem;
    font-weight: bold;
    border-radius: 5px;
	box-sizing: border-box;
	border: 2px solid #e8e8e8;
    webkit-appearance: none;
	-webkit-appearance: none;
}
.contact td textarea {
    height: 190px;
    resize: vertical;
}
.contact td .notes {
    margin: 4px 0 -26px;
    display: block;
    color: #9a9a9a;
    font-weight: 500;
    font-size: 1.2rem;
}
.contact .agree {
    margin-bottom: 45px;
    text-align: center;
}
.contact .agree .mwform-checkbox-field {
    display: inline-block;
    vertical-align: middle;
}
.contact .agree a {
    text-decoration: underline;
    font-weight: bold;
}
.contact .agree a:hover {
    text-decoration: none;
}
.contact .agree input[type="checkbox"] {
	display: none;
}
.contact .agree input[type="checkbox"] + span {
	padding: 5px 0 10px 50px;
	display: inline-block;
	background: url("img/contact/check_icon.png") no-repeat left top;
    background-size: 40px 40px;
}
.contact .agree input[type="checkbox"]:checked + span {
	background-image: url("img/contact/check_icon_on.png");
}
.contact .submit {
	text-align: center;
}
.contact .submit li {
	margin: 0 38px;
	display: inline-block;
}
.contact .submit li.step2 {
    display: none;
}
.contact .submit li input {
	padding: 21px 10px 20px;
	width: 320px;
	cursor: pointer;
	font-size: 1.6rem;
    font-weight: bold;
	border-radius: 35px;
	border: 2px solid #f5f4ed;
    box-sizing: border-box;
	background: url("img/common/icon14.png") no-repeat right 22px center #f5f4ed;
    background-size: 12px !important;
    transition: .3s;
    webkit-appearance: none;
	-webkit-appearance: none;
}

.contact .mw_wp_form_confirm .submit li.step1 {
    display: none;
}
.contact .mw_wp_form_confirm .submit li.step2 {
    display: inline-block;
}
.contact .mw_wp_form_confirm th .must {
    display: none;
}
.contact .mw_wp_form_confirm .agree {
    display: none;
}
.contact .mw_wp_form_confirm td .notes {
    display: none;
}
.contact .mw_wp_form_confirm .ttl::after {
    display: block;
}

@media all and (min-width: 897px) {
    .contact .submit li input:hover {
        color: #FFF;
        border-color: #333;
        background: url("img/common/icon14_on.png") no-repeat right 22px center #333;
    }
}
@media all and (max-width: 896px) {
    .contact .pageTitle {
        margin-bottom: 65px;
    }
    .contact .stepList li {
        width: 33%;
        padding-left: 10px;
        text-align: center;
    }
    .contact .stepList li:first-child {
        padding-left: 10px;
        width: 32%;
    }
    .contact .stepList li .num {
        margin-right: 0;
        display: block;
    }
    .contact .text {
        margin-bottom: 2px;
    }
    .contact .text a:hover {
        text-decoration: underline;
    }
    .contact table {
        margin-bottom: 30px;
    }
    .contact td,
    .contact th {
        padding: 10px 0 20px;
        float: left;
        width: 100%!important;
    }
    .contact th {
        padding: 25px 0 0;
    }
    .contact td textarea,
    .contact td input[type="email"],
    .contact td input[type="text"] {
        padding: 5px 14px;
    }
    .contact td .notes {
        margin: 4px 0 -2px;
    }
    .contact .agree {
        margin-bottom: 30px;
    }
    .contact .agree a:hover {
        text-decoration: underline;
    }
    .contact .submit li {
        margin: 0 0 15px;
        display: block;
    }
    .contact .submit li:last-child {
        margin-bottom: 0 !important;
    }
    .contact .submit li input {
        margin: 0 auto;
        padding: 14px 10px 15px;
        width: 280px;
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
    confirm
------------------------------------------------------------*/
.contact .confirmBox .text {
    margin-bottom: 11px;
}
.contact .confirmBox th {
    padding: 26px 15px 15px;
}
.contact .confirmBox td {
    padding: 26px 0 26px 50px;
}
.contact .submit li .back {
    background-image: url("img/common/icon22.png");
    background-position: left 22px center !important;
}
.contact .submit li .send {
    border-color: #333;
    background-color: #FFF;
}
@media all and (min-width: 897px) {
    .contact .submit li .back:hover {
       background-image: url("img/common/icon15_on.png");
    }
    .contact .submit li .send:hover {
        color: #FFF;
        background-color: #333;
    }
}
@media all and (max-width: 896px) {
    .contact .confirmBox .text {
        margin-bottom: 5px;
    }
    .contact .confirmBox th {
        padding: 19px 0 0;
    }
    .contact .confirmBox td {
        padding: 2px 0 18px;
    }
}
/*------------------------------------------------------------
    thanks
------------------------------------------------------------*/
.contact .thanksBox .stepList {
    margin-bottom: 41px;
}
.contact .thanksBox .title {
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.65;
}
.contact .thanksBox p {
    margin-bottom: 42px;
}
@media all and (max-width: 897px) {
    .contact .thanksBox .stepList {
        margin-bottom: 26px;
    }
    .contact .thanksBox .title {
        margin-bottom: 17px;
        font-size: 1.6rem;
        line-height: 2;
    }
    .contact .thanksBox p {
        margin-bottom: 26px;
    }
}
/*------------------------------------------------------------
   magazinne
------------------------------------------------------------*/
.magazinne .headLine03 {
    margin-bottom: 120px;
}
.magazinne .comSearch {
    margin: 0 auto 64px;
}
.magazinne .innerBox {
    margin-bottom: 116px;
    position: relative;
}
.magazinne .innerBox .phoSec {
    float: right;
    height: 450px;
    width: calc(50% + 80px);
    background: url("img/common/com_img02.jpg") no-repeat center center;
    background-size: cover;
}
.magazinne .innerBox:before {
    position: absolute;
    left: 0;
    top: 65px;
    width: calc(50% + 80px);
    bottom: -64px;
    content: "";
    background: #fafafa;
    z-index: -1;
}
.magazinne .innerBox .txtSec {
    width: 1200px;
    margin: 0 auto;
}
.magazinne .innerBox .infoSec {
    padding-top: 30px;
    width: 455px;
}
.magazinne .innerBox  .title {
    margin-bottom: 33px;
    font-size: 4rem;
    font-weight: 700;
    font-family: 'Caveat', cursive;
}
.magazinne .innerBox .topTxt {
    margin-bottom: 8px;
}
.magazinne .innerBox .topTxt .category {
    margin: -3px 12px 0 0;
    display: inline-block;
    color: #fff;
    padding: 3px 10px 2px;
    font-size: 1.2rem;
    font-weight: 500;
    background: #333;
    min-width: 57px;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
}
.magazinne .innerBox .topTxt .date {
    display: inline-block;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.magazinne .innerBox .ttl {
    display: block;
    font-weight: 700;
    line-height: 1.5;
    font-size: 3.2rem;
    margin: 2px 0 22px;
}
.magazinne .innerBox .subBox {
    margin-bottom: 13px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.magazinne .innerBox .subBox .imgBox {
    width: 235px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.magazinne .innerBox .subBox .imgBox .photoBox {
    width: 36px;
}
.magazinne .innerBox .subBox .imgBox .textBox {
    width: calc(100% - 45px);
    font-size: 1.2rem;
}
.magazinne .innerBox .subBox .imgBox .textBox .top {
    margin-bottom: 3px;
    display: block;
    font-size: 1.0rem;
    color: #9a9a9a;
}
.magazinne .innerBox .subBox .txt {
    display: block;
    padding-top: 20px;
    font-size: 1.2rem;
    width: 90px;
    text-align: right;
}
.magazinne .innerBox .tagList .tag {
    padding-bottom: 4px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    border-bottom: 2px solid #333;
}
.magazinne .content {
    width: 1200px;
}
.magazinne #conts .headLine02 {
    margin-bottom: 45px;
}
.comLinkList01 {
    display: flex;
    justify-content: space-between;
}
.comLinkList01 li {
    width: 435px;
    float: none;
    margin: 0 0 30px 0;
}
.magazineCatalog .comTabUl {
    margin-bottom: 58px;
	font-weight: 700;
}

.magazinne #searchform .comLink {
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
    border-radius: 40px;
    border: none;
    -webkit-appearance: none;
    background: #f5f4ed url(img/common/icon14.png) no-repeat right 24px center / 12px;
    transition: .3s;
    -webkit-transition: .3s;
    cursor: pointer;
}

@media all and (min-width: 897px) {
    .magazinne #searchform .comLink:hover {
       color: #fff;
       background: #333 url("img/common/icon14_on.png") no-repeat right 24px center / 12px;
    }
}
@media all and (max-width: 896px) {
    .magazinne #searchform .comLink {
        height: 56px;
        font-size: 1.4rem;
    }
    .magazinne .headLine03 {
        margin-bottom: 0;
    }
    .magazinne .comSearch {
        margin: -9px 16px 79px;
    }
    .magazinne .innerBox {
        margin-bottom: 59px;
        position: relative;
        padding: 0 16px 50px;
    }
    .magazinne .innerBox .phoSec {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 18px;
        background: none;
        background-size: cover;
        padding-bottom: 56.053%;
    }
    .magazinne .innerBox .phoSec img {
        width: 100%;
    }
    .magazinne .innerBox:before {
        left: 0;
        top: 0;
        width: 100%;
        bottom: 0;
    }
    .magazinne .innerBox .txtSec {
        width: auto;
        margin: 0 auto;
    }
    .magazinne .innerBox .infoSec {
        padding-top: 0;
        width: auto;
    }
    .magazinne .innerBox  .title {
        position: relative;
        top: -26px;
        margin-bottom: -10px;
        font-size: 3.2rem;
        text-align: center;
    }
    .magazinne .innerBox .topTxt {
        margin-bottom: 2px;
    }
    .magazinne .innerBox .ttl {
        font-size: 2rem;
        margin: 2px 0 6px;
        line-height: 1.6;
    }
    .magazinne .content {
        width: auto;
    }
    .magazinne #conts .headLine02 {
        margin-bottom: 32px;
    }
    .comLinkList01 {
        margin-bottom: 18px;
        display: block;
    }
    .comLinkList01 li {
        width: 100%;
        float: none !important;
        margin: 0 0 18px 0;
    }
    .comLinkList01 li:last-child {
        margin-bottom: 0;
    }
    .magazineCatalog .comSearch {
        margin: -10px 0 25px;
    }
    .magazineCatalog .comTabUl {
        margin-bottom: 58px;
    }
}
/*------------------------------------------------------------
   magazinne/detail
------------------------------------------------------------*/
.magazinneDetail .content {
    margin: -176px auto 0;
    width: 1200px;
}
.magazinneDetail #conts .title {
    margin-bottom: 23px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.6;
}
.magazinneDetail #conts .title .topSpan {
    margin-bottom: 16px;
    display: block;
    font-size: 2rem;
}
.magazinneDetail #conts .title .categoryList {
    margin-top: 4px;
    display: block;
}
.magazinneDetail #conts .title .categoryList .info {
    margin: 0 9px 0 0;
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    padding: 2px 7px;
    border-radius: 20px;
    background: #333;
    vertical-align: top;
}
.magazinneDetail #conts .video {
    margin-bottom: 37px;
}
.magazinneDetail #conts .video + p {
    margin-bottom: 64px;
}
.magazinneDetail #conts h2 {
    margin-bottom: 48px;
    padding-bottom: 32px;
    font-size: 2.4rem;
    background: url("img/common/line07.png") repeat-x left bottom;
    background-size: 15px auto;
}
.magazinneDetail #conts h3 {
    margin-bottom: 43px;
    padding: 23px 24px;
    font-size: 2rem;
    line-height: 1.7;
    background: #f5f4ed;
}
.magazinneDetail #conts h4 {
    padding-left: 23px;
    margin-bottom: 39px;
    font-size: 1.6rem;
    line-height: 1.1;
    background: url("img/common/line06.png") repeat-y left top 5px;
    background-size: 6px auto;
}
.magazinneDetail #conts p {
    font-weight: bold;
    margin-bottom: 20px;
}
.magazinneDetail #conts .wp-block-image {
    margin-bottom: 32px;
}
.magazinneDetail #conts p a {
    font-weight: bold;
    text-decoration: underline;
}
.magazinneDetail #conts p a:hover {
    text-decoration: none;
}
.magazinneDetail #conts p img {
    width: 100%;
}
.magazinneDetail #conts ul {
    margin-bottom: 40px;
}
.magazinneDetail #conts ul li {
	padding-right: 15px;
    padding-left: 15px;
    line-height: 1.86;
    background: url("img/common/icon27.png") no-repeat left 7px top 10px;
    background-size: 4px auto;
}
.magazinneDetail #conts .comLink {
    padding-top: 12px;
    margin-bottom: 100px;
}
.magazinneDetail #conts .listUl {
    margin-bottom: 55px;
}
.magazinneDetail #conts .listUl li {
    padding: 0;
    background: none;
    margin-bottom: 7px;
    line-height: 1.5;
}
.magazinneDetail #conts .listUl li:last-child {
    margin-bottom: 0;
}
.magazinneDetail #conts .listUl li a {
    padding: 23px 30px;
    display: block;
    background: #fafafa;
    overflow: hidden;
}
.magazinneDetail #conts .listUl li .pho {
    float: left;
    width: 82px;
    padding-top: 5px;
    padding-bottom: 82px;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
}
.magazinneDetail #conts .listUl li .textBox {
    display: block;
    padding-left: 107px;
}
.magazinneDetail #conts .listUl li .textBox .ttl {
    margin-bottom: 19px;
    font-weight: bold;
    display: block;
    line-height: 1.71;
}
.magazinneDetail #conts .listUl li .textBox .listSpan {
    margin-top: 4px;
    display: block;
}
.magazinneDetail #conts .listUl li .textBox .listSpan .info {
    margin: 0 9px 0 0;
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    padding: 3px 7px;
    border-radius: 20px;
    background: #333;
    vertical-align: top;
}
.magazinneDetail #conts .listUl li a:hover {
    opacity: 0.7;
}
.magazinneDetail #conts .shareBox {
    border: 2px solid #333;
    padding: 8px;
    margin-bottom: 29px;
}
.magazinneDetail #conts .shareBox .infoShare {
    padding: 46px 0 52px;
    border: 1px solid #333;
}
.magazinneDetail #conts .shareBox .headLine02 {
    background: none;
    padding: 0;
    font-size: 1.4rem;
}
.magazinneDetail #conts .shareBox .headLine02 .en {
    padding-bottom: 16px;
}
.magazinneDetail #conts .shareBox .snsList {
    text-align: center;
    margin-bottom: 0;
}
.magazinneDetail #conts .shareBox .snsList li {
    background: none;
    line-height: 1.5;
    margin: 0 23px;
}
.magazinneDetail #conts .shareBox .snsList li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.magazinneDetail #conts .shareBox .snsList li .imgSpan {
    margin-right: 16px;
    width: 36px;
    height: 36px;
    display: flex;
    padding: 6px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: 1px solid #f5f4ed;
    border-radius: 50%;
    transition: .3s;
	-webkit-transition: .3s;
}
.magazinneDetail #conts .shareBox .snsList li .imgSpan img {
	width: 100%;
}
.magazinneDetail #conts .shareBox .snsList li .txt {
    font-weight: bold;
}
.magazinneDetail #conts .tagList li {
    line-height: 1.5;
    padding-left: 0;
    margin-right: 6px;
    background: none;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: top;
}
.magazinneDetail #conts .tagList li a {
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #333;
}
.magazinneDetail #main {
    margin-bottom: 40px;
}
.magazinneDetail .featureBox {
    margin: 0 0 40px;
    clear: both;
    background: #fafafa url("img/common/com_bg01.png") no-repeat center top;
    background-size: 100% auto;
}
.magazinneDetail .featureBox .infoFeature {
    padding-bottom: 116px;
    background: url("img/common/header_bg.png") no-repeat center bottom;
    background-size: 100% auto;
}
.magazinneDetail .featureBox .headLine02 {
    margin-bottom: 43px;
}
.magazinneDetail .featureBox .content {
    width: 942px;
    margin: 0 auto;
}
.magazinneDetail .featureBox .comLinkList {
    margin: 0 20px 50px;
}
.magazinneDetail .featureBox .comLinkList li {
    margin-bottom: 13px;
    width: 100%;
}
.magazinneDetail .featureBox .comLinkList li:last-child {
    margin-bottom: 0;
}
.magazinneDetail .featureBox .comLinkList li .pho {
    float: left;
    width: 320px;
}
.magazinneDetail .featureBox .comLinkList li .txtBox {
    padding-left: 345px;
    display: block;
}
.magazinneDetail .featureBox .comLinkList li .ttl {
    margin-bottom: 35px;
}
.magazinneDetail .featureBox .btnList {
    margin-bottom: 115px;
}
.magazinneDetail .featureBox .btnList li:first-child {
    margin-bottom: 30px;
}
.magazinneDetail .featureBox #pagePath {
    margin-bottom: 0;
}
.magazinneDetail .subText {
    margin-bottom: 100px;
}
@media all and (min-width: 897px) {
    .magazinneDetail #conts .shareBox .snsList li a:hover .imgSpan {
        border-color: #333;
        transition: .3s;
        -webkit-transition: .3s;
    }
	.magazinneDetail #conts .tagList li a:hover {
		font-weight: 700;
	}
}
@media all and (max-width: 896px) {
    .magazinneDetail .subText {
        margin-bottom: 60px;
    }
    .magazinneDetail .content {
        margin: -112px 16px 0;
        width: auto;
    }
    .magazinneDetail #conts .title {
        margin-bottom: 20px;
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .magazinneDetail #conts .title .topSpan {
        margin-bottom: 17px;
        font-size: 1.4rem;
    }
    .magazinneDetail #conts .title .categoryList {
        margin-top: 9px;
    }
    .magazinneDetail #conts .title .categoryList .info {
        padding: 3px 7px;
    }
    .magazinneDetail #conts .video {
        margin-bottom: 26px;
    }
    .magazinneDetail #conts .video + p {
        margin-bottom: 80px;
    }
    .magazinneDetail #conts h2 {
        margin-bottom: 48px;
        padding-bottom: 22px;
        font-size: 2rem;
        line-height: 1.6;
    }
    .magazinneDetail #conts h3 {
        margin-bottom: 29px;
        padding: 19px 24px;
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .magazinneDetail #conts h4 {
        margin-bottom: 20px;
        font-size: 1.4rem;
        line-height: 1.71;
    }
    .magazinneDetail #conts p a:hover {
        text-decoration: underline;
    }
    .magazinneDetail #conts .comLink {
        padding-top: 12px;
        margin-bottom: 60px;
    }
    .magazinneDetail #conts .listUl {
        margin-bottom: 67px;
    }
    .magazinneDetail #conts .listUl li {
        padding: 0;
        background: none;
        margin-bottom: 7px;
        line-height: 1.5;
    }
    .magazinneDetail #conts .listUl li:last-child {
        margin-bottom: 0;
    }
    .magazinneDetail #conts .listUl li a {
        padding: 16px 18px;
        overflow: hidden;
    }
    .magazinneDetail #conts .listUl li .textBox {
        padding-left: 98px;
    }
    .magazinneDetail #conts .listUl li .textBox .ttl {
        margin-bottom: 10px;
        line-height: 1.71;
    }
    .magazinneDetail #conts .listUl li .textBox .listSpan {
        margin-top: 4px;
        display: block;
    }
    .magazinneDetail #conts .listUl li .textBox .listSpan .info {
        margin: 9px 9px 0 0;
        display: inline-block;
        font-size: 1.2rem;
        color: #fff;
        font-weight: 500;
        padding: 3px 7px;
        border-radius: 20px;
        background: #333;
        vertical-align: top;
    }
    .magazinneDetail #conts .shareBox {
        padding: 3px;
        margin-bottom: 30px;
    }
    .magazinneDetail #conts .shareBox .infoShare {
        padding: 48px 0 57px;
    }
    .magazinneDetail #conts .shareBox .headLine02 {
        background: none;
        padding: 0;
        font-size: 1.2rem;
    }
    .magazinneDetail #conts .shareBox .headLine02 .en {
        padding-bottom: 16px;
    }
    .magazinneDetail #conts .shareBox .snsList {
        text-align: center;
        margin-bottom: 0;
    }
    .magazinneDetail #conts .shareBox .snsList li {
        background: none;
        line-height: 1.5;
        margin: 0 6px;
    }
    .magazinneDetail #conts .shareBox .snsList li a {
        display: block;
    }
    .magazinneDetail #conts .shareBox .snsList li .imgSpan {
        margin: 0;
        width: 45px;
        height: 45px;
        padding: 6px;
    }
    .magazinneDetail #conts .shareBox .snsList li .txt {
        font-weight: bold;
        font-size: 1.2rem;
        margin-top: 6px;
        display: block;
    }
    .magazinneDetail #sideBar {
        margin: 0 -16px;
        padding-top: 40px;
    }
    .magazinneDetail #sideBar .sBox {
        background: #fafafa url("img/common/com_bg01.png") no-repeat center top;
        background-size: 100% auto;
    }
    .magazinneDetail #sideBar .infoBg {
        padding: 0 16px 52px;
        background: url("img/common/sp_header_bg.png") no-repeat center bottom;
        background-size: 100% auto;
    }
    .magazinneDetail #sideBar .comLinkList {
        margin-bottom: 59px;
    }
    .magazinneDetail #sideBar .comLinkList li {
        width: 100% !important;
        float: none !important;
        margin-bottom: 5px;
    }
    .magazinneDetail #sideBar .comLinkList li:last-child {
        margin-bottom: 0;
    }
    .magazinneDetail #sideBar .comLinkList li a {
        overflow: hidden;
    }
    .magazinneDetail #sideBar .comLinkList li .pho {
        float: left;
        width: 143px;
    }
    .magazinneDetail #sideBar .comLinkList li .txtBox {
        padding-left: 152px;
        display: block;
    }
    .magazinneDetail #sideBar .comLinkList li .txtBox .ttl {
        font-size: 1.2rem;
        margin: 5px 0 0;
    }
    .magazinneDetail #sideBar .btnList {
        margin: 50px 0 76px;
    }
    .magazinneDetail #sideBar .btnList li:first-child {
        margin-bottom: 17px;
    }
    .magazinneDetail #sideBar #pagePath {
        margin: 0;
    }
    .magazinneDetail #main {
        margin-bottom: 45px;
    }
}
/*------------------------------------------------------------
   tag
------------------------------------------------------------*/
.tagPage .content {
    width: 1200px;
}
.tagPage #conts {
    padding-top: 4px;
}
.tagPage #conts .tagList li {
    margin: 0 106px 22px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
}
.tagPage #conts .tagList li a {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #333;
}
@media all and (min-width: 897px) {
	.tagPage #conts .tagList li a:hover {
		font-weight: 700;
	}
}
@media all and (max-width: 896px) {
    .tagPage .content {
        width: auto;
    }
    .tagPage #conts {
        padding-top: 19px;
    }
    .tagPage #conts .tagList li {
        margin: 0 0 14px 0;
        display: block;
    }
}
/*------------------------------------------------------------
   tag/detail
------------------------------------------------------------*/
.tagDetail .content {
    width: 1200px;
    margin: -178px auto 0;
}
.tagDetail .title .topSpan {
    margin-bottom: 10px;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.7;
}
.tagDetail .title .ttl {
    margin-bottom: 6px;
    display: block;
    font-size: 4rem;
    font-weight: bold;
}
.tagDetail .comBtn {
    margin-bottom: 45px;
}
.tagDetail .comBtn a {
    width: 160px;
    padding: 5px 10px;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #333 url("img/common/icon15_on.png") no-repeat left 12px center;
    background-size: 12px auto;
}
.tagDetail .comTabUl {
	font-weight: 700;
    margin-bottom: 50px;
}
.tagDetail #conts .results {
    font-weight: bold;
    margin-bottom: 19px;
}
.tagDetail #sideBar {
    padding-top: 40px;
}
.tagDetail .comSearch {
    clear: both;
    margin-top: 60px;
}
@media all and (min-width: 897px) {
    .tagDetail .comBtn a:hover {
        background: #f5f4ed url("img/common/icon22.png") no-repeat left 12px center;
        background-size: 12px auto;
      }
}
@media all and (max-width: 897px) {
    .tagDetail .content {
        width: auto;
        margin: -113px 16px 0;
    }
    .tagDetail .title .topSpan {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }
    .tagDetail .title .ttl {
        margin-bottom: 6px;
        font-size: 2.4rem;
    }
    .tagDetail .comBtn {
        margin-bottom: 25px;
    }
    .tagDetail .comBtn a {
        margin: 0;
    }
    .tagDetail .comTabUl {
        margin-bottom: 27px;
    }
    .tagDetail .comTabUl li a {
        padding-bottom: 17px;
    }
    .tagDetail #conts .results {
        margin-bottom: 12px;
    }
    .tagDetail #sideBar {
        padding-top: 70px;
    }
    .tagDetail .comSearch {
        margin-top: 50px;
    }
}
/*------------------------------------------------------------
    news
------------------------------------------------------------*/
.newsPage .content {
    width: 1200px;
}
.newsPage .comTabUl {
    margin-bottom: 58px;
}
.newsPage .comTabUl li {
    width: 25%;
}
.newsPage .comTabUl li a {
    padding-bottom: 12px;
}
.newsPage .comTabUl li a:after {
    right: 0;
    left: 0;
}
.newsPage .comNewsList {
    margin-bottom: 63px;
}
.newsPage .comNewsList li {
    padding-bottom: 30px;
    margin-bottom: 31px;
}
@media all and (max-width: 896px) {
    .newsPage .content {
        width: auto;
    }
    .newsPage .comTabUl {
        margin-bottom: 26px;
    }
    .newsPage .comTabUl li {
        width: 25%;
    }
    .newsPage .comTabUl li a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 2px 15px;
        height: 70px;
        font-size: 1.4rem;
        background: url("img/common/icon26.png") no-repeat center bottom 12px;
        background-size: 14px auto;
        box-sizing: border-box;
    }
    .newsPage .comTabUl li.on a {
        background: url("img/common/icon24.png") no-repeat center bottom 12px;
        background-size: 14px auto;
    }
    .comTabUl li a::after {
        bottom: -2px;
    }
    .newsPage .comNewsList {
        margin-bottom: 33px;
    }
    .newsPage .comNewsList li {
        padding-bottom: 20px;
        margin-bottom: 23px;
    }
}
/*------------------------------------------------------------
    news/detail
------------------------------------------------------------*/
.newsDetail #main .content {
    margin: -176px auto 0;
}
.newsDetail #main .content .title {
    margin-bottom: 47px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.6;
}
.newsDetail #main .content .title .topSpan {
    margin-bottom: 16px;
    display: block;
    font-size: 2rem;
}
.newsDetail #main .content .title .category {
    display: block;
    margin-top: -27px;
}
.newsDetail #main .content .title .category .info {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    padding: 1px 9px;
    border-radius: 20px;
    background: #333;
}
.newsDetail #main .content h2 {
    margin-bottom: 48px;
    padding-bottom: 32px;
    font-size: 2.4rem;
    background: url("img/common/line07.png") repeat-x left bottom;
    background-size: 15px auto;
}
.newsDetail #main .content h3 {
    margin-bottom: 43px;
    padding: 23px 24px;
    font-size: 2rem;
    line-height: 1.7;
    background: #f5f4ed;
}
.newsDetail #main .content h4 {
    padding-left: 23px;
    margin-bottom: 39px;
    font-size: 1.6rem;
    background: url("img/common/line06.png") repeat-y left top 5px;
    background-size: 6px auto;
}
.newsDetail #main .content p {
    margin-bottom: 20px;
}
.newsDetail #main .content p a {
    font-weight: bold;
    text-decoration: underline;
}
.newsDetail #main .content p a:hover {
    text-decoration: none;
}
.newsDetail #main .content p img {
    width: 100%;
}
.newsDetail #main .content ul {
    margin-bottom: 40px;
}
.newsDetail #main .content ul li {
    padding-left: 25px;
    line-height: 1.86;
    background: url("img/common/icon27.png") no-repeat left 7px top 10px;
    background-size: 4px auto;
}
.newsDetail #main .content .comLink {
    padding-top: 26px;
}
.newsDetail .wp-block-image {
    margin-bottom: 20px;
}
@media all and (max-width: 896px) {
    .newsDetail #main .content {
        margin: -112px 16px 0;
    }
    .newsDetail #main .content .title {
        margin-bottom: 24px;
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .newsDetail #main .content .title .topSpan {
        margin-bottom: 16px;
        font-size: 1.4rem;
    }
    .newsDetail #main .content .title .category {
        margin-top: -1px;
    }
    .newsDetail #main .content .title .category .info {
        font-size: 1.2rem;
        font-weight: 500;
        padding: 2px 9px;
    }
    .newsDetail #main .content h2 {
        margin-bottom: 48px;
        padding-bottom: 23px;
        font-size: 2rem;
        line-height: 1.6;
    }
    .newsDetail #main .content h3 {
        margin-bottom: 27px;
        padding: 19px 24px;
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .newsDetail #main .content h4 {
        margin-bottom: 22px;
        font-size: 1.4rem;
    }
    .newsDetail #main .content p a:hover {
        text-decoration: underline;
    }
    .newsDetail #main .content .comLink {
        padding-top: 10px;
    }
}
/*------------------------------------------------------------
    socialgood/details
------------------------------------------------------------*/
.socialgoodDetail .shareBox {
    border: 2px solid #333;
    padding: 8px;
    margin: 100px 0 30px;
}
.socialgoodDetail .shareBox .infoShare {
    padding: 46px 0 52px;
    border: 1px solid #333;
}
.socialgoodDetail .shareBox .headLine02 {
    background: none;
    padding: 0;
    font-size: 1.4rem;
}
.socialgoodDetail .shareBox .headLine02 .en {
    padding-bottom: 16px;
}
.socialgoodDetail .shareBox .snsList {
    text-align: center;
    margin-bottom: 0;
    background:none;
}
.socialgoodDetail .shareBox .snsList li {
    background: none!important;
    line-height: 1.5;
    margin: 0 23px;
}
.socialgoodDetail .shareBox .snsList li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.socialgoodDetail .shareBox .snsList li .imgSpan {
    margin-right: 16px;
    width: 36px;
    height: 36px;
    display: flex;
    padding: 6px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: 1px solid #f5f4ed;
    border-radius: 50%;
    transition: .3s;
	-webkit-transition: .3s;
}
.socialgoodDetail .shareBox .snsList li .imgSpan img {
	width: 100%;
}
.socialgoodDetail .shareBox .snsList li .txt {
    font-weight: bold;
}
@media all and (min-width: 897px) {
    .socialgoodDetail .shareBox .snsList li a:hover .imgSpan {
        border-color: #333;
        transition: .3s;
        -webkit-transition: .3s;
    }
}
@media all and (max-width: 896px) {
    .socialgoodDetail .shareBox {
        padding: 3px;
        margin: 60px 0 30px;
    }
    .socialgoodDetail .shareBox .infoShare {
        padding: 48px 0 57px;
    }
    .socialgoodDetail .shareBox .headLine02 {
        background: none;
        padding: 0;
        font-size: 1.2rem;
    }
    .socialgoodDetail .shareBox .headLine02 .en {
        padding-bottom: 16px;
    }
    .socialgoodDetail .shareBox .snsList {
        text-align: center;
        margin-bottom: 0;
    }
    .socialgoodDetail .shareBox .snsList li {
        background: none;
        line-height: 1.5;
        margin: 0 6px;
    }
    .socialgoodDetail .shareBox .snsList li a {
        display: block;
    }
    .socialgoodDetail .shareBox .snsList li .imgSpan {
        margin: 0;
        width: 45px;
        height: 45px;
        padding: 6px;
    }
    .socialgoodDetail .shareBox .snsList li .txt {
        font-weight: bold;
        font-size: 1.2rem;
        margin-top: 6px;
        display: block;
    }
}
.socialgoodDetail #main .content {
    margin: -176px auto 0;
}
.socialgoodDetail #main .content .title {
    margin-bottom: 47px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.6;
}
.socialgoodDetail #main .content .title .topSpan {
    margin-bottom: 16px;
    display: block;
    font-size: 2rem;
}
.socialgoodDetail #main .content h2 {
    margin-bottom: 48px;
    padding-bottom: 32px;
    font-size: 2.4rem;
    background: url("img/common/line07.png") repeat-x left bottom;
    background-size: 15px auto;
}
.socialgoodDetail #main .content h3 {
    margin-bottom: 43px;
    padding: 23px 24px;
    font-size: 2rem;
    line-height: 1.7;
    background: #f5f4ed;
}
.socialgoodDetail #main .content h4 {
    padding-left: 23px;
    margin-bottom: 39px;
    font-size: 1.6rem;
    background: url("img/common/line06.png") repeat-y left top 5px;
    background-size: 6px auto;
}
.socialgoodDetail #main .content p {
    margin-bottom: 20px;
}
.socialgoodDetail #main .content p a {
    font-weight: bold;
    text-decoration: underline;
}
.socialgoodDetail #main .content p a:hover {
    text-decoration: none;
}
.socialgoodDetail #main .content p img {
    width: 100%;
}
.socialgoodDetail #main .content ul {
    margin-bottom: 40px;
}
.socialgoodDetail #main .content ul li {
    padding-left: 25px;
    line-height: 1.86;
    background: url("img/common/icon27.png") no-repeat left 7px top 10px;
    background-size: 4px auto;
}
.socialgoodDetail #main .content .comLink {
    padding-top: 26px;
}
.socialgoodDetail .wp-block-image {
    margin-bottom: 20px;
}
@media all and (max-width: 896px) {
    .socialgoodDetail #main .content {
        margin: -112px 16px 0;
    }
    .socialgoodDetail #main .content .title {
        margin-bottom: 24px;
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .socialgoodDetail #main .content .title .topSpan {
        margin-bottom: 16px;
        font-size: 1.4rem;
    }
    .socialgoodDetail #main .content h2 {
        margin-bottom: 48px;
        padding-bottom: 23px;
        font-size: 2rem;
        line-height: 1.6;
    }
    .socialgoodDetail #main .content h3 {
        margin-bottom: 27px;
        padding: 19px 24px;
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .socialgoodDetail #main .content h4 {
        margin-bottom: 22px;
        font-size: 1.4rem;
    }
    .socialgoodDetail #main .content p a:hover {
        text-decoration: underline;
    }
    .socialgoodDetail #main .content .comLink {
        padding-top: 10px;
    }
}
@media all and (max-width: 374px) {
    .comPhotoList li .pho {
        width: 110px;
    }
    .comPhotoList li .txtBox {
        padding-left: 120px;
    }
}

.wp-block-embed {
    margin: 0;
}
.wp-block-embed iframe {
    width: 100%;
}
.wp-block-embed.wp-block-embed-youtube {
    margin-bottom: 37px;
}
.wp-block-embed-youtube > div {
    padding-bottom: 56.25%;
    position: relative;
}
.wp-block-embed-youtube > div iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#main .wp-block-embed.wp-block-embed-youtube + p {
    margin-bottom: 64px;
}
#main .wp-block-buttons {
    width: 320px;
    margin: 0 auto;
}
#main .wp-block-buttons .wp-block-button {
    display: block;
    margin: 0;
}
#main .wp-block-buttons a {
    height: 72px;
    color: #333;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 40px;
    background: #f5f4ed url(img/common/icon14.png) no-repeat right 24px center / 12px;
}
#main .wp-block-buttons a:hover {
    color: #fff;
    background: #333 url("img/common/icon14_on.png") no-repeat right 24px center / 12px;
}
@media all and (max-width: 896px) {
    .wp-block-embed.wp-block-embed-youtube {
        margin-bottom: 26px;
    }
    #main .wp-block-embed.wp-block-embed-youtube + p {
        margin-bottom: 80px;
    }
    #main .wp-block-buttons {
        width: 280px;
    }
    #main .wp-block-buttons a:hover {
        color: #333;
        background: #f5f4ed url(img/common/icon14.png) no-repeat right 24px center / 12px;
    }
    #main .wp-block-buttons a {
        font-size: 1.4rem;
        height: 56px;
    }
}
/*------------------------------------------------------------
    nofound
------------------------------------------------------------*/
.nofound #main {
	margin-bottom: 295px;
}
.nofound #main .content p {
	margin-bottom: 21px;
}
.nofound #main .content ul {
	margin-bottom: 21px;
}
.nofound #main .content li {
	padding: 0 0 0 25px;
	position: relative;
	line-height: 1.86;
}
.nofound #main .content li:before {
	position: absolute;
	left: 6px;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
	content: "";
}
.nofound #main .content .comLink {
	padding-top: 20px;
}
@media all and (max-width: 896px) {
	.nofound .pageTitle {
		margin-bottom: 35px;
	}
	.nofound #main {
		margin-bottom: 145px;
	}
}
@media all and (-ms-high-contrast:none){
	.headLine01 {
		padding: 26px 24px 21px;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		line-height: 74px;
	}
	.aboutCatalog .photoList li .comBtn a {
		padding: 7px 15px 4px;
	}
	.comLink a {
		padding-top: 3px;
	}
	.comLinkList li .topSpan .category {
		padding: 5px 10px 1px;
	}
	.comSearchBox .infoSec .submit input {
		padding-top: 3px;
	}
	.contact td textarea, .contact td input[type='email'], .contact td input[type='text'] {
		padding: 7px 22px 5px;
	}
	.contact .submit li input {
		padding-top: 23px;
	}
	.comSearch .btn input {
		padding-top: 4px;
	}
	.comSearch .infoSelect {
		padding-top: 10px;
	}
	.magazinne .innerBox .topTxt .category {
		padding: 5px 10px 1px;
	}
	#sideBar .rankingList li .txtBox .topSpan .category {
		padding: 5px 10px 1px;
	}
	.comBtn a {
		padding: 11px 10px 12px;
	}
	.magazinneDetail #conts .title .categoryList .info {
		padding: 5px 7px 1px;
	}
	.magazinneDetail #conts h4 {
		padding-top: 3px;
	}
	#main .wp-block-buttons a {
		padding-top: 3px;
	}
	.newsDetail #main .content .title .category .info {
		padding: 3px 9px 0;
	}
	.newsDetail #main .content h4 {
		padding-top: 3px;
	}
	.tagDetail .comBtn a {
		padding: 7px 10px 3px;
	}
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

@media screen and (min-width: 897px){
.br-sp {display: none; }
}
