@charset "UTF-8";

svg {
	fill: #122;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

svg.fill_w {
	fill: #fff;
}

#border_display {
	width: 100%;
	min-width: 1100px;
	height: auto;
	overflow: hidden;
}

#main_contents.bg_dot {
	background: url(../img/cmn/bg_dot_pc.png) repeat-y center 80px;
	padding-top: 90px;
}

/* =================== header =================== */

.header {
	background: #fff;
	position: fixed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 999;
	width: 100%;
	min-width: 1000px;
	height: 80px;
	left: 0;
	top: 0;
	padding: 0 200px 0 33px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.header.active .global_panel {
	left: 30%;
}

.header.active .global_overlay {
	opacity: 1;
}

.header_logo {
	width: 195px;
}

.header_btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 100%;
}

.header_btn_shop a,
.header_btn_search .trigger {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
}

.header_btn_search {
	width: 50%;
	height: 100%;
	float: left;
	background-image: -webkit-gradient(linear, left top, right top, from(#DA0705), color-stop(19%, #F41201), color-stop(51%, #FFBB00), color-stop(78%, #F41201), to(#DA0705));
	background-image: -webkit-linear-gradient(left, #DA0705 0%, #F41201 19%, #FFBB00 51%, #F41201 78%, #DA0705 100%);
	background-image: linear-gradient(to right, #DA0705 0%, #F41201 19%, #FFBB00 51%, #F41201 78%, #DA0705 100%);
	background-size: 200% auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header_btn_search .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
	width: 21px;
	height: 20px;
}

.header_btn_shop .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
}

.header_btn_shop a {
	background: #122;
}

.header_btn_shop .icon {
	width: 26px;
	height: 26px;
	margin-top: -5px;
}

.header_btn_menu {
	width: 50%;
	height: 100%;
	float: left;
	display: none;
}

.header_btn_menu .txt {
	display: none;
}

.header .c_sns {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 25px;
}

.header .c_sns li {
	width: 35px;
	margin-right: 20px;
}

.header .c_sns li + li {
	width: 33px;
}

/* =================== global =================== */

.global {
	position: relative;
	z-index: 100;
	width: 640px;
	height: 100%;
}

.global_panel {
	height: 100%;
}

.global_panel_close {
	display: none;
}

.global_panel_sc {
	height: 100%;
}

.global_panel_navi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.global_panel_navi .parent {
	width: 25%;
	height: 100%;
	position: relative;
	text-align: center;
}

.global_panel_navi .parent_item .ja {
	width: 100%;
	display: inline-block;
}

.global_panel_navi .parent_item .icon {
	width: 10px;
	height: 10px;
	display: inline-block;
}

.global_panel_navi .child_item {
	position: relative;
}

.global_panel_navi .child_item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	width: 100%;
	height: 58px;
	font-size: 12px;
	padding: 0 9px 0 12px;
	letter-spacing: 1px;
	color: #122;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	border-bottom: 1px solid #E6E6E6;
}

.global_panel_navi .child_item .icon {
	position: absolute;
	right: 7px;
	top: 50%;
	width: 9px;
	height: 9px;
	margin-top: -4.5px;
}

/* =================== footer =================== */

.footer {
	position: relative;
}

.footer_pagetop {
	position: absolute;
	z-index: 10;
	right: 31px;
	top: -154px;
}

.footer_pagetop .u_pc svg {
	width: 17.5px;
	fill: #FFBB00;
}

.footer_pagetop .u_sp svg {
	width: 102px;
	height: 21px;
	fill: #FFBB00;
}

.footer_copy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #122;
	color: #fff;
	text-align: center;
	letter-spacing: 1.4px;
	font-size: 14px;
	width: 100%;
	height: 50px;
}

.footer_navi {
	background: #eee;
}

.footer_navi ul li.nobdr {
	border-left: none;
}

.footer_navi .icon {
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	right: 10%;
	top: 50%;
	margin-top: -7px;
	padding: 0;
}

.footer_info .flex {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_info .about {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_info .about .logo {
	width: 41%;
}

.footer_info .about .txt {
	width: 52%;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 1px;
}

.footer_info .about .txt strong {
	font-size: 18px;
	margin-bottom: 7px;
	letter-spacing: 1.5px;
	display: block;
}

.footer_info .bnr {
	width: 54%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer_info .bnr li {
	margin-bottom: 12px;
	width: 22%;
}

/* =================== search_modal =================== */

.search_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.search_modal_sc {
	overflow-y: scroll;
	width: auto;
	height: 100%;
	position: relative;
	z-index: 1;
	-webkit-overflow-scrolling: touch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search_modal_inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	max-width: 800px;
	margin: 110px auto;
}

.search_modal_inner_bg {
	background: #fff;
	padding: 40px 60px;
	margin-bottom: 110px;
}

.search_modal_hl {
	text-align: center;
	margin-bottom: 41px;
}

.search_modal_hl .c_alp {
	font-size: 20px;
	display: block;
	letter-spacing: 2px;
	color: #FFBB00;
	margin-bottom: 5px;
}

.search_modal_hl .ja {
	font-size: 24px;
	letter-spacing: 1.5px;
}

.search_modal_close {
	position: absolute;
	right: -55px;
	top: -55px;
	cursor: pointer;
}

.search_modal_close .icon {
	display: inline-block;
	width: 50px;
	height: 50px;
}

.search_modal .c_search_submit {
	padding: 0 20px;
}

.search_modal .c_search_acc_panel_list li {
	margin-bottom: 15px;
}

/* ============================================
parts
============================================ */

.bread {
	position: relative;
	z-index: 5;
	padding-top: 90px;
	background: #fff;
	height: 118px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.bread ol {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bread ol li {
	font-size: 10px;
	display: inline;
	line-height: 1.4;
	letter-spacing: 1px;
	word-break: break-all;
	font-weight: 400;
}

.bread ol li:after {
	content: "\003E";
}

.bread ol li:last-child:after {
	display: none;
}

.page_head {
	position: relative;
	z-index: 4;
}

.page_head .bg {
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 392px;
}

.page_head .bg_news {
	background-image: url(../img/news/main_bg.jpg);
}

.page_head .bg_brand {
	background-image: url(../img/brand/main_bg.jpg);
}

.page_head .bg_search {
	background-image: url(../img/search/main_bg.jpg);
}

.page_head .bg_about {
	background-image: url(../img/about/main_bg.jpg);
}

.page_head .bg_commitment {
	background-image: url(../img/about/commitment/main_bg.jpg);
}

.page_head .bg_service {
	background-image: url(../img/about/service/main_bg.jpg);
}

.page_head .bg_vision {
	background-image: url(../img/about/vision/main_bg.jpg);
}

.page_head .bg_contact,
.page_head .bg_confirm,
.page_head .bg_thanks {
	background-image: url(../img/contact/main_bg.jpg);
}

.page_head .bg_privacy {
	background-image: url(../img/privacy/main_bg.jpg);
}

.page_head .hl {
	position: absolute;
	z-index: 10;
	right: 0;
	left: 0;
	bottom: -91px;
	margin: 0 auto;
	width: 640px;
	height: 180px;
	background: #fff;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page_head .hl:after {
	content: "";
	width: 100px;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: -webkit-linear-gradient(to left, #FFBB00 0%, #DA0705 100%);
	background: -webkit-gradient(linear, right top, left top, from(#FFBB00), to(#DA0705));
	background: -webkit-linear-gradient(right, #FFBB00 0%, #DA0705 100%);
	background: linear-gradient(to left, #FFBB00 0%, #DA0705 100%);
}

.page_head .hl .c_alp {
	display: block;
	color: #FFBB00;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.page_head .hl .ja {
	font-size: 48px;
	letter-spacing: 3px;
}

/* inner */

.c { /* search */ /* news */ /* archive_pager */ /* parts */ /* hl */ /* btn */
}

.c_inner {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.c_inner:after {
	content: "";
	display: block;
	clear: both;
}

.c_search_keyword {
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
}

.c_search_keyword .icon {
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8px;
	width: 15px;
	height: 18px;
}

.c_search_keyword .icon svg {
	fill: #aaa;
}

.c_search_keyword input {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	border: 1px solid #aaa;
	padding: 0 15px 0 37px;
	font-family: "M PLUS 1p", "游ゴシック体", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 16px;
	-webkit-appearance: none;
	border-radius: 0;
}

.c_search_submit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.c_search_submit input {
	width: 47%;
	max-width: none;
	background-color: #fff;
	font-family: "M PLUS 1p", "游ゴシック体", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.c_search_acc {
	margin-bottom: 40px;
	border-bottom: 1px solid #707070;
}

.c_search_acc.open .state:after {
	display: none;
}

.c_search_acc_head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 60px;
	cursor: pointer;
	position: relative;
	letter-spacing: 1px;
	border-top: 1px solid #707070;
}

.c_search_acc_head.open .state:after {
	display: none;
}

.c_search_acc_head .icon {
	display: inline-block;
	width: 38px;
	height: 38px;
}

.c_search_acc_head .icon svg {
	fill: #FFBB00;
}

.c_search_acc_head .state {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 15px;
	top: 50%;
}

.c_search_acc_head .state:before,
.c_search_acc_head .state:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	border-bottom: 2px solid #122;
}

.c_search_acc_head .state:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.c_search_acc_panel {
	display: none;
	border-top: 1px solid #eee;
}

.c_search_acc_panel_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
}

.c_search_acc_panel_list label {
	display: inline-block;
	width: 100%;
}

.c_search_acc_panel_list label input {
	display: none;
}

.c_search_acc_panel_list label input:checked + .txt:after {
	opacity: 1;
}

.c_search_acc_panel_list label .txt {
	line-height: 1.3;
	padding: 0 5px 0 25px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: 100%;
}

.c_search_acc_panel_list label .txt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #aaa;
}

.c_search_acc_panel_list label .txt:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 6px;
	width: 8px;
	height: 4px;
	border-bottom: 2px solid #FFBB00;
	border-left: 2px solid #FFBB00;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
}

.c_search_acc_area_head {
	cursor: pointer;
	width: 100%;
	height: 40px;
	position: relative;
	background: #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	margin-bottom: 10px;
}

.c_search_acc_area_head.open .state:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -2px;
}

.c_search_acc_area_head .state {
	position: absolute;
	right: 20px;
	top: 50%;
}

.c_search_acc_area_head .state:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	margin-top: -5px;
	border-left: 2px solid #122;
	border-bottom: 2px solid #122;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c_search_acc_area_panel {
	display: none;
}

.c_search_acc_area_panel .acc_panel_list {
	padding-top: 0;
}

.c_news_archive {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c_news_archive.w100 li {
	width: 100%;
	height: auto;
	margin-right: 0;
}

.c_news_archive li {
	width: 49%;
	height: auto;
	min-height: 128px;
	margin-right: 2%;
	margin-bottom: 15px;
}

.c_news_archive li:nth-child(even) {
	margin-right: 0;
}

.c_news_archive li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding: 15px;
}

.c_news_archive li .image {
	width: 22%;
}

.c_news_archive li .info {
	width: 74%;
}

.c_news_archive li .info .title {
	line-height: 1.6;
	letter-spacing: 1px;
	word-break: break-all;
}

.c_news_archive li .info .cap {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.6;
	font-weight: 400;
	word-break: break-all;
}

.c_news_archive li .info .day {
	display: inline-block;
}

.c_news_archive li .info .day span {
	display: inline-block;
	border: 1px solid #122;
	font-size: 12px;
	min-width: 82px;
	height: 28px;
	padding: 0 6px;
	margin: 0 6px 6px 0;
	line-height: 28px;
	text-align: center;
	letter-spacing: 1px;
	background: #122;
	color: #fff;
}

.c_news_archive li .info .category {
	display: inline-block;
}

.c_news_archive li .info .category span {
	display: inline-block;
	border: 1px solid #122;
	font-size: 12px;
	min-width: 82px;
	height: 28px;
	padding: 0 6px;
	margin: 0 6px 6px 0;
	line-height: 28px;
	text-align: center;
	letter-spacing: 1px;
}

.c_pager_archive .wp-pagenavi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 32px;
}

.c_pager_archive .wp-pagenavi a,
.c_pager_archive .wp-pagenavi span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: 36px;
	height: 36px;
	font-size: 14px;
	margin: 0 6px 7px;
	border-radius: 36px;
	border: 1px solid #122;
	color: #122;
	overflow: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.c_pager_archive .wp-pagenavi a:after,
.c_pager_archive .wp-pagenavi span:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(#DA0705 0%, #FFBB00 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#DA0705), to(#FFBB00));
	background: linear-gradient(#DA0705 0%, #FFBB00 100%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.c_pager_archive .wp-pagenavi .current {
	text-decoration: none;
	border-color: transparent;
	color: #fff;
}

.c_pager_archive .wp-pagenavi .current:after {
	opacity: 1;
}

.c_pager_archive .wp-pagenavi .previouspostslink,
.c_pager_archive .wp-pagenavi .nextpostslink,
.c_pager_archive .wp-pagenavi .first,
.c_pager_archive .wp-pagenavi .last {
	width: 70px;
}

.c_pager_archive .wp-pagenavi .previouspostslink:before,
.c_pager_archive .wp-pagenavi .nextpostslink:before,
.c_pager_archive .wp-pagenavi .first:before,
.c_pager_archive .wp-pagenavi .last:before {
	content: "";
	position: absolute;
	top: 50%;
	border-left: 2px solid #122;
	border-bottom: 2px solid #122;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.c_pager_archive .wp-pagenavi .previouspostslink {
	padding-left: 15px;
}

.c_pager_archive .wp-pagenavi .previouspostslink:before {
	left: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c_pager_archive .wp-pagenavi .nextpostslink {
	padding-right: 15px;
}

.c_pager_archive .wp-pagenavi .nextpostslink:before {
	right: 15px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.c_pager_archive .wp-pagenavi .first:before,
.c_pager_archive .wp-pagenavi .last:before {
	display: none;
}

.c_pager_single {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.c_pager_single .prev {
	width: 280px;
	position: absolute;
	top: 0;
	left: 0;
}

.c_pager_single .prev .c_btn01 .arr {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	right: auto;
	left: 20px;
}

.c_pager_single .next {
	width: 280px;
	position: absolute;
	top: 0;
	right: 0;
}

.c_pager_single .back .c_btn01 {
	margin: 0 auto;
	background: #DA0705;
}

.c_alp {
	font-family: 'Josefin Sans', sans-serif;
}

.c_hl01.show .bar:before {
	-webkit-animation: mainText1 1.5s forwards;
	animation: mainText1 1.5s forwards;
}

.c_hl01.show .bar:after {
	-webkit-animation: mainText2 1.5s forwards;
	animation: mainText2 1.5s forwards;
}

.c_hl01 .c_alp {
	font-size: 22px;
	letter-spacing: 3px;
	display: block;
	margin-bottom: 8px;
	color: #FFBB00;
}

.c_hl01 .c_alp .bar:after {
	background: #FFBB00;
}

.c_hl01 .c_alp > span {
	display: inline-block;
	position: relative;
}

.c_hl01 .ja {
	font-size: 48px;
	letter-spacing: 1.8px;
	position: relative;
}

.c_hl01 .ja .bar:after {
	background: #122;
}

.c_hl01 .bar {
	pointer-events: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.c_hl01 .bar:before {
	content: "";
	position: absolute;
	z-index: 2;
	right: 0;
	top: -2px;
	width: 100%;
	height: 102%;
	background: #fff;
	-webkit-animation: none;
	animation: none;
}

.c_hl01 .bar:after {
	content: "";
	position: absolute;
	z-index: 3;
	width: 0%;
	height: 5px;
	right: 0;
	top: 50%;
	-webkit-animation: none;
	animation: none;
}

.c_hl02 {
	margin-bottom: 50px;
}

.c_hl02 span {
	display: inline-block;
	position: relative;
	font-size: 36px;
	line-height: 1.6;
	letter-spacing: 3px;
	padding-bottom: 15px;
}

.c_hl02 span:after {
	content: "";
	width: 30px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FFBB00;
}

.c_btn01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	line-height: 1.4;
	border-radius: 100px;
	width: 100%;
	height: 60px;
	max-width: 280px;
	position: relative;
	font-size: 14px;
	letter-spacing: 0.5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: 1px solid;
	cursor: pointer;
}

.c_btn01 .icon {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
}

.c_btn01 .icon.search {
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

.c_btn01 .icon.arr {
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

.c_btn01 .icon.rv {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	right: auto;
	left: 15px;
}

.c_btn01.bg_bdr {
	background: transparent;
	background: -webkit-gradient(linear, right top, left top, from(#FFBB00), color-stop(#DA0705), color-stop(rgba(255, 152, 7, 0)), to(rgba(255, 152, 7, 0)));
	background: -webkit-linear-gradient(right, #FFBB00, #DA0705, rgba(255, 152, 7, 0), rgba(255, 152, 7, 0));
	background: linear-gradient(270deg, #FFBB00, #DA0705, rgba(255, 152, 7, 0), rgba(255, 152, 7, 0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	border-color: #122;
}

.c_btn01.bg_gl {
	border-color: transparent;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, from(#DA0705), color-stop(20%, #F41201), color-stop(51%, #FFBB00), color-stop(70%, #F41201), to(#DA0705));
	background-image: -webkit-linear-gradient(left, #DA0705 0%, #F41201 20%, #FFBB00 51%, #F41201 70%, #DA0705 100%);
	background-image: linear-gradient(to right, #DA0705 0%, #F41201 20%, #FFBB00 51%, #F41201 70%, #DA0705 100%);
	background-size: 200% auto;
}

.c_sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

.c_sns li {
	width: 30px;
	margin-right: 15px;
}

.c_sns li + li {
	width: 28px;
}

/*single markup style*/

.post_single {
	overflow: hidden;
	padding-bottom: 50px;
}

.post_single p {
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 40px;
	line-height: 1.85;
	letter-spacing: 1.5px;
	font-weight: 400;
}

.post_single em {
	font-style: oblique;
}

.post_single sup {
	font-size: 75.5%;
	vertical-align: super;
	position: relative;
}

.post_single sub {
	font-size: 75.5%;
	vertical-align: sub;
	position: relative;
}

.post_single strong,
.post_single b {
	font-weight: bold;
}

.post_single img {
	max-width: 100%;
	height: auto;
}

.post_single img.alignright {
	float: right;
	margin: 0 0 15px 15px;
	display: block;
}

.post_single img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	display: block;
}

.post_single img.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

.post_single h1,
.post_single h2 {
	font-size: 18px;
	margin: 0 0 38px;
	padding: 18px 30px;
	position: relative;
	letter-spacing: 1.4px;
	line-height: 1.8;
}

.post_single h1:after,
.post_single h2:after {
	content: "";
	width: 5px;
	height: 100%;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(#DA0705 0%, #FFBB00 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#DA0705), to(#FFBB00));
	background: linear-gradient(#DA0705 0%, #FFBB00 100%);
}

.post_single h3 {
	line-height: 1.85;
	letter-spacing: 2px;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	margin: 0 0 35px;
	padding: 17px 0;
}

.post_single h4 {
	line-height: 1.85;
	letter-spacing: 2px;
	border-bottom: 1px solid #aaa;
	margin: 0 0 35px;
	padding-bottom: 10px;
}

.post_single h5,
.post_single h6 {
	line-height: 1.85;
	letter-spacing: 2px;
	margin: 0 0 25px;
}

.post_single table {
	margin-bottom: 25px;
}

.post_single table td {
	padding: 10px;
	border: 1px solid;
}

.post_single ul,
.post_single ol {
	padding-left: 2.0em;
	margin-bottom: 25px;
}

.post_single ul li {
	position: relative;
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_single ul li:after {
	content: "";
	position: absolute;
	left: -20px;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #DA0705;
}

.post_single ol li {
	list-style: outside decimal;
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_single blockquote {
	background: #FFFFBB;
	padding: 35px;
	margin-bottom: 30px;
	position: relative;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 1px;
}

.post_single a:not(.c_btn01) {
	text-decoration: underline;
	color: #FFBB00;
}

@media screen and (min-width: 751px) {

body.u_tb .global .child {
	display: none;
}

body.u_tb .global .child.active {
	display: block;
}

body:not(.u_tb) .global .parent:hover .child {
	opacity: 1;
	pointer-events: all;
}

body:not(.u_tb) .global .child {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

#main_contents {
	padding-bottom: 150px;
}

.header_btn_search:hover {
	background-position: right center;
}

.header_btn_search .icon + span {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.header_btn_shop {
	width: 50%;
	height: 100%;
	float: left;
}

.header_btn_shop .icon + span {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.header_btn_shop a:hover {
	background: #FFBB00;
}

.global_panel_navi .parent:hover .parent_item {
	color: #FFBB00;
}

.global_panel_navi .parent:hover .parent_item:after {
	border-top-color: #FFBB00;
}

.global_panel_navi .parent:hover .parent_item .icon svg {
	fill: #FFBB00;
}

.global_panel_navi .parent_item {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	cursor: pointer;
	letter-spacing: 1.5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding-bottom: 6px;
}

.global_panel_navi .parent_item > div {
	width: 100%;
}

.global_panel_navi .parent_item > div.ex {
	padding-right: 16px;
}

.global_panel_navi .parent_item .c_alp {
	color: #FFBB00;
	font-size: 10px;
	display: block;
	margin-bottom: 7px;
	letter-spacing: 1px;
}

.global_panel_navi .parent_item .ja {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.global_panel_navi .parent_item.trigger:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.9px 4px 0 4px;
	border-color: transparent;
	border-top-color: #122;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.global_panel_navi .parent_item .icon {
	position: absolute;
	right: 20%;
	top: 50%;
	margin-top: -4px;
}

.global_panel_navi .child {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 100%;
	margin: 0 auto;
	z-index: 10;
	width: 100%;
	max-width: 140px;
}

.global_panel_navi .child_item:after {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(20, 20, 20, 0.1);
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
}

.global_panel_navi .child_item a:hover {
	color: #fff;
	background: rgba(20, 20, 20, 0.8);
}

.global_panel_navi .child_item a:hover .icon svg {
	fill: #fff;
}

.footer_info .bnr li:nth-last-child(5n) {
	margin-right: 0;
}

.footer_info .bnr li:nth-last-child(-n+4) {
	margin-bottom: 0;
}

.footer_navi {
	text-align: center;
	padding-top: 64px;
	padding-bottom: 30px;
}

.footer_navi ul li {
	display: inline-block;
	margin-bottom: 30px;
	border-left: 1px solid #122;
}

.footer_navi ul li:nth-child(1),
.footer_navi ul li:nth-child(9) {
	border-left: none;
}

.footer_navi ul li a {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.footer_navi ul li a {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
}

.footer_navi ul li a.ex .txt {
	padding-right: 30px;
}

.footer_navi ul li a .txt {
	display: block;
	width: 100%;
	padding: 2px 16px 2px 19px;
}

.footer_info {
	height: 230px;
}

.footer_info .about {
	width: 40%;
}

.footer_info .about .txt {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.search_modal .c_search_acc_panel_list li.w100 {
	width: 33%;
}

.search_modal .c_search_acc_panel_list li.w100.ex_dtl {
	width: 25%;
}

.search_modal .c_search_acc_panel_list li.w100.ex_dtlw {
	width: 100%;
}

.search_modal .c_search_acc_panel_list li.w50 {
	width: 20%;
}

.bread ol li {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.u_sp {
	display: none !important;
}

.c_search_acc_head .txt {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.c_search_acc_panel_list label .txt {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.c_search_acc_area_head .txt {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.c_news_archive.w100 li {
	margin-bottom: 30px;
}

.c_news_archive.w100 li a {
	padding: 30px;
}

.c_news_archive.w100 .info .title {
	font-size: 18px;
	margin-bottom: 10px;
}

.c_news_archive li a:hover {
	-webkit-box-shadow: 1px 5px 12px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 5px 12px 0px rgba(0, 0, 0, 0.3);
}

.c_news_archive li a:hover img {
	opacity: 1;
}

.c_news_archive li .info .title {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.c_news_archive li .info .title {
	margin-top: 15px;
	font-size: 14px;
}

.c_news_archive li .info .cap {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.c_news_archive li .info .day span {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.c_news_archive li .info .category span {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.c_pager_archive .wp-pagenavi a,
.c_pager_archive .wp-pagenavi span {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.c_pager_archive .wp-pagenavi a:hover:not(.extend),
.c_pager_archive .wp-pagenavi span:hover:not(.extend) {
	text-decoration: none;
	border-color: transparent;
	color: #fff;
}

.c_pager_archive .wp-pagenavi a:hover:not(.extend):after,
.c_pager_archive .wp-pagenavi span:hover:not(.extend):after {
	opacity: 1;
}

.c_pager_archive .wp-pagenavi .previouspostslink:hover:before,
.c_pager_archive .wp-pagenavi .nextpostslink:hover:before,
.c_pager_archive .wp-pagenavi .first:hover:before,
.c_pager_archive .wp-pagenavi .last:hover:before {
	border-color: #fff;
}

.c_btn01 {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.c_btn01.bg_bdr:hover {
	background-position: 99% 50%;
	border-color: transparent;
	color: #fff;
}

.c_btn01.bg_bdr:hover svg {
	fill: #fff;
}

.c_btn01.bg_gl:hover {
	background-position: right center;
}

.post_single p {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.post_single h1,
.post_single h2 {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.post_single h3 {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.post_single h4 {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.post_single h5,
.post_single h6 {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.post_single table td {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.post_single ul li {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.post_single ol li {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.post_single blockquote {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.post_single a:not(.c_btn01) {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.post_single a:not(.c_btn01):hover {
	text-decoration: none;
}

}

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

#border_display {
	min-width: 320px;
}

#main_contents.bg_dot {
	background: url(../img/cmn/bg_dot_sp.png) repeat-y center 40px;
	padding-top: 50px;
}

.header {
	min-width: 320px;
	height: auto;
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.header .c_inner {
	padding: 0;
}

.header_bar {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 60px;
	background: #fff;
	padding-left: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_logo {
	width: 150px;
}

.header_btn {
	width: 120px;
}

.header_btn_shop a,
.header_btn_search .trigger {
	letter-spacing: 1px;
	font-size: 10px;
}

.header_btn_search .icon {
	height: auto;
	width: 16px;
	height: 15px;
	margin-bottom: 8px;
}

.header_btn_shop {
	margin-top: 10px;
	margin-bottom: 10px;
}

.header_btn_shop .icon {
	margin: 0 10px 0 0;
}

.header_btn_shop a {
	height: 60px;
	font-size: 14px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.header_btn_menu {
	z-index: 100;
	right: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	padding-top: 20px;
}

.header_btn_menu .icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
}

.global_overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.9);
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.global_panel {
	position: fixed;
	top: 0;
	left: 100%;
	width: 70%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	background: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.global_panel_close {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #fff;
	border-radius: 100px;
}

.global_panel_sc {
	overflow-y: scroll;
	height: 100%;
	padding: 60px 0;
	-webkit-overflow-scrolling: touch;
}

.global_panel_navi {
	display: block;
	height: auto;
	padding: 0 20px;
}

.global_panel_navi .parent {
	width: 100%;
}

.global_panel_navi .parent_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	width: 100%;
	height: 48px;
	font-size: 14px;
	padding: 0;
	letter-spacing: 1px;
	color: #122;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	border-bottom: 1px solid #E6E6E6;
}

.global_panel_navi .parent_item div {
	position: relative;
	width: 100%;
}

.global_panel_navi .parent_item .c_alp {
	display: none;
}

.global_panel_navi .parent_item.trigger {
	display: none;
}

.global_panel_navi .parent_item .icon {
	position: absolute;
	width: 9px;
	height: 9px;
	right: 7px;
	top: 50%;
	margin-top: -9px;
}

.global_panel_navi .child_item a {
	font-size: 14px;
	height: 48px;
	padding: 0;
}

.footer_pagetop {
	position: relative;
	right: 0;
	top: 0;
	width: 105px;
	margin: 0 20px 5px auto;
}

.footer_copy {
	font-size: 12px;
	padding-top: 0;
}

.footer_navi .c_inner {
	padding: 0;
}

.footer_navi ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_navi ul.u_sp + ul li,
.footer_navi ul.u_sp ul li {
	border-right: 1px solid #fff;
}

.footer_navi ul.u_sp + ul li:nth-child(even),
.footer_navi ul.u_sp ul li:nth-child(even) {
	border-right: none;
}

.footer_navi ul li {
	width: 50%;
	border-bottom: 1px solid #fff;
}

.footer_navi ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	height: 52px;
	padding: 0 20px;
	position: relative;
}

.footer_navi ul li.trigger_wrap {
	width: 100% !important;
	cursor: pointer;
}

.footer_navi ul li .trigger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	height: 52px;
	padding: 0 20px;
	position: relative;
}

.footer_navi ul li .trigger.active .state:after {
	display: none;
}

.footer_navi ul li .trigger.active + .child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer_navi ul li .trigger .state {
	width: 10px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
}

.footer_navi ul li .trigger .state:before,
.footer_navi ul li .trigger .state:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	border-bottom: 2px solid #122;
}

.footer_navi ul li .trigger .state:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.footer_navi ul li .child {
	display: none;
	border-top: 1px solid #fff;
}

.footer_navi ul li .child li:nth-last-child(-n+2) {
	border-bottom: none;
}

.footer_navi .icon {
	position: absolute;
	right: 15px;
	margin-top: -5px;
}

.footer_info .flex {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 171px;
}

.footer_info .about {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer_info .about .logo {
	width: 35%;
}

.footer_info .about .txt {
	width: 61%;
	padding: 0 0 20px 20px;
}

.search_modal {
	min-width: 0;
}

.search_modal_inner {
	margin: 70px auto;
	width: 90%;
}

.search_modal_inner_bg {
	width: 100%;
	padding: 40px 20px 30px;
	margin: 0 auto 70px;
}

.search_modal_hl {
	margin-bottom: 30px;
}

.search_modal_close {
	right: 0;
	top: -65px;
}

.search_modal .c_search_acc_panel_list li {
	margin-bottom: 24px;
}

.search_modal .c_search_acc_panel_list li.w100 {
	width: 100%;
}

.search_modal .c_search_acc_panel_list li.w100:last-child {
	margin-bottom: 0;
}

.search_modal .c_search_acc_panel_list li.w50 {
	width: 50%;
}

.bread {
	padding-top: 63px;
	height: 90px;
	background: #eee;
}

.page_head .bg {
	height: 150px;
}

.page_head .hl {
	position: relative;
	bottom: 0;
	margin-top: -40px;
	width: 90%;
	height: auto;
	padding: 30px 10px;
}

.page_head .hl:after {
	width: 60px;
}

.page_head .hl .c_alp {
	font-size: 12px;
}

.page_head .hl .ja {
	font-size: 26px;
}

.u_pc {
	display: none !important;
}

.u_sp {
	display: block;
}

.c_inner {
	width: 100%; /*	max-width: 375px;*/
	height: auto;
	padding: 0 10px;
}

.c_search_submit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c_search_submit input {
	width: 100%;
}

.c_search_submit input.bg_gl {
	max-width: 300px;
	height: 60px;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 10px;
}

.c_search_submit input.bg_bdr {
	max-width: 240px;
	height: 40px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.c_search_acc {
	margin-bottom: 20px;
}

.c_search_acc_panel_list {
	padding-left: 14px;
}

.c_news_archive {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c_news_archive li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 9px;
	min-height: 92.5px;
}

.c_news_archive li a {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px;
}

.c_news_archive li .image {
	max-width: 73px;
	margin-right: 10px;
}

.c_news_archive li .info {
	width: 78.6%;
	overflow: hidden;
}

.c_news_archive li .info .title {
	margin-top: 0;
	font-size: 12px;
}

.c_news_archive li .info .cap {
	display: none;
}

.c_news_archive li .info .day span {
	height: 25px;
	line-height: 25px;
}

.c_pager_archive .wp-pagenavi a,
.c_pager_archive .wp-pagenavi span {
	margin: 0 3px 5px;
}

.c_pager_single {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c_pager_single .prev {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	width: 48%;
	margin-top: 20px;
}

.c_pager_single .prev .c_btn01 {
	padding-left: 20px;
	max-width: 100%;
}

.c_pager_single .next {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	position: relative;
	width: 48%;
	margin-top: 20px;
}

.c_pager_single .next .c_btn01 {
	padding-right: 20px;
	max-width: 100%;
}

.c_pager_single .back {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.c_hl01 .c_alp {
	font-size: 16px;
	margin-bottom: 17px;
}

.c_hl01 .ja {
	font-size: 30px;
}

.c_hl02 {
	margin-bottom: 30px;
}

.c_hl02 span {
	font-size: 22px;
}

.post_single img,
.post_single img.alignright,
.post_single img.alignleft {
	float: none;
	margin: 0 auto;
	display: block;
}

.post_single img.emoji {
	display: inline !important;
}

}

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

.c_pager_single .prev .c_btn01 .arr {
	width: 15px;
	height: 15px;
	margin-top: -7px;
	left: 7px;
}

.c_pager_single .next .c_btn01 .icon.arr {
	width: 15px;
	height: 15px;
	margin-top: -7px;
	right: 7px;
}

}

@media print {

body {
	background: none !important;
	zoom: 0.7;
	-webkit-print-color-adjust: exact;
}

.u_sp {
	display: none !important;
}

}

@-webkit-keyframes mainText1 {

0% {
	width: 100%;
}

60% {
	width: 100%;
}

100% {
	width: 0%;
}

}

@keyframes mainText1 {

0% {
	width: 100%;
}

60% {
	width: 100%;
}

100% {
	width: 0%;
}

}

@-webkit-keyframes mainText2 {

0% {
	width: 0%;
	left: 0;
}

50% {
	width: 100%;
	left: 0;
}

100% {
	width: 0%;
	left: 100%;
}

}

@keyframes mainText2 {

0% {
	width: 0%;
	left: 0;
}

50% {
	width: 100%;
	left: 0;
}

100% {
	width: 0%;
	left: 100%;
}

}

