/*
Theme Name: Fancrn

######################################################################

		Reset CSS

************************************************************************

html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:97%;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}

ol{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}


/*######################################################################

		General

************************************************************************/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	color: #4a4a4a;
	font-size: 1.6rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.61;
}

@media screen and (max-width: 768px){
	body {
		font-size: 1.5rem;
	}
}

img {
	-ms-interpolation-mode: bicubic;
}

input[type="submit"] {
	-webkit-appearance: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

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


/*
 link
/////////////////////////////////////////////////////////*/

a{
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	opacity: .5;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

a:hover img{
	opacity: .5;
}


/*######################################################################

		Header

************************************************************************/
/*
	header-area
/////////////////////////////////////////////////////////*/

/*  header-general */

.header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,.7);
	box-shadow: 0 2px 4px rgba(0,0,0,.5);
	z-index: 100;
}

.page-header-wrap {
	margin-bottom: 5rem;
	box-shadow: 0 2px 4px rgba(0,0,0,.5);
	z-index: 100;
}

.header-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	padding: 4rem 0;
	width: 96rem;
}

@media screen and (max-width: 980px){
	.header-section {
		padding: 2rem;
		width: 100%;
	}
}

@media screen and (max-width: 458px){
	.logo {
		width: 10rem;
	}
}

.logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header-nav {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
}

.header-nav li:not(:last-child) {
	margin-right: 5rem;
}

.header-nav li a {
	color: #000;
	font-size: 1.3rem;
}

.header-contents .slide-item {
	width: 100%;
	height: calc(100vh - 130px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 768px){
	.header-contents .slide-item {
		height: calc(460px - 76px);
	}
}

.menu-btn,
.fullnav {
	display: none;
}

@media screen and (max-width: 768px){
	.header-nav {
		display: none;
	}

	.menu-btn {
		display: block;
	}

	.c-button {
	  position: relative;
	  display: inline-block;
	  text-decoration: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  border: none;
	  background-color: transparent;
	  cursor: pointer;
	}

	.menu-btn button {
	  position: relative;
	  width: 2.5rem;
	  height: 3rem;
	  margin: auto;
	  box-shadow: 0 0 2rem transparent;
	  outline: none;
    transition: all .3s ease-in-out;
    z-index: 150;
	}

	.menu-btn button:hover,
	.menu-btn button:focus {
	  box-shadow: 0 0 .5rem rgba(255, 255, 255, .5);
	}

	.menu-btn .line {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  margin: auto;
	  width: 100%;
	  height: 2px;
    transition: all .3s ease-in-out;
	}

	.menu-btn .line::before,
	.menu-btn .line::after {
	  position: absolute;
	  display: block;
	  width: 100%;
	  height: 2px;
	  background-color: #111;
	  content: '';
    transition: all .3s ease-in-out;
	}

	.menu-btn .line::before {
	  top: -5px;
	}

	.menu-btn .line::after {
	  top: 5px;
	}

	.menu-btn button[aria-expanded="true"] .line::before,
	.menu-btn button[aria-expanded="true"] .line::after {
	  top: 0;
	  background-color: #111;
	}

	.menu-btn button[aria-expanded="true"] .line::before {
		transform: rotate(45deg);
	}

	.menu-btn button[aria-expanded="true"] .line::after {
		transform: rotate(-45deg);
	}

	.menu-btn .text {
	  position: absolute;
	  white-space: nowrap;
	  width: 1px;
	  height: 1px;
	  overflow: hidden;
	  border: 0;
	  padding: 0;
	  clip: rect(0 0 0 0);
	  clip-path: inset(50%);
	  margin: -1px;
	}

	.fullnav {
	  display: none;
	  position: fixed;
		justify-content: center;
		align-items: center;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100vh;
		color: #fff;
		background-color: #f6f6f6;
	  z-index: 100;
	  -webkit-overflow-scrolling: touch;
	  overflow-y: hidden;
	  touch-action: none;
	  z-index: 120;
	}

	.no-scroll {
		overflow: hidden;
		touch-action: none;
	}

	.fullnav-contents {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: 100%;
	}

	.fillnav-list li {
		font-size: 2rem;
		font-weight: bold;
	}

	.fillnav-list li:not(:last-child) {
		margin-bottom: 1.5rem;
	}

	.fillnav-list li a:hover {
		opacity: .5;
		text-decoration: none;
	}
}

/*######################################################################

		Contents

************************************************************************/

/*
	general
/////////////////////////////////////////////////////////*/

.section {
	margin-bottom: 10rem;
}

@media screen and (max-width: 768px){
	.section {
		margin-bottom: 5rem;
	}
}

@media screen and (max-width: 468px){
	.section {
		margin-bottom: 5rem;
	}
}

.section-area {
	margin: 0 auto;
	width: 96rem;
}

@media screen and (max-width: 960px){
	.section-area {
		padding: 0 1rem;
		width: 100%;
	}
}

.section-min-area {
	margin: 0 auto;
	width: 80rem;
}

@media screen and (max-width: 800px){
	.section-min-area {
		padding: 0 1rem;
		width: 100%;
	}
}

.section-title {
	margin-bottom: 50px;
	font-size: 1.3rem;
	font-weight: 400;
	text-align: center;
}

.section-title span {
	display: block;
	font-size: 2rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.more-btn {
	text-align: center;
}

.more-btn a {
	display: inline-block;
	position: relative;
	padding: 1.5rem 0;
	width: 35rem;
	color: #fff;
	text-align: center;
	background-color: #333;
}

.more-btn a:after {
	content: '\f105';
	position: absolute;
	top: 1.5rem;
	right: 2rem;
	font-family: 'FontAwesome';
}

.more-btn a:hover {
	opacity: .7;
	text-decoration: none;
}

@media screen and (max-width: 568px){
	.more-btn a {
		padding: 1rem 0;
		width: 90%;
		font-size: 1.5rem;
	}

	.more-btn a:after {
		top: 1rem;
	}
}

.page-title {
	display: inline-block;
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	font-size: 2rem;
	background: url(images/title-border.png) no-repeat left bottom;
}

.page-header-title {
	position: relative;
	margin: 0 auto 70px;
	padding-bottom: 10px;
	width: 960px;
	font-size: 2rem;
}

.page-header-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	height: 2px;
	background: linear-gradient(90deg, #011480 60px, #D8D8D8 60px);
}

@media screen and (max-width: 960px){
	.page-header-title {
		padding: 0 10px 10px;
		width: 100%;
	}
}


.more a img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}


/*
	top
/////////////////////////////////////////////////////////*/

.top-news-section {
	padding: 70px 70px;
}

.top-news-section ul {
	margin-bottom: 50px;
	font-family: 'Noto Sans JP', sans-serif;
}

.top-news-section ul li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.top-news-section ul li time {
	width: 120px;
}

.top-news-section ul li p {
	width: calc(100% - 120px);
}

@media screen and (max-width: 768px){
	.top-news-section {
		padding: 50px 0;
	}

	.top-news-section ul {
		margin-bottom: 30px;
	}

	.top-news-section ul li a {
		margin-bottom: 10px;
	}

	.top-news-section ul li time {
		margin-bottom: 5px;
		width: 100%;
	}

	.top-news-section ul li p {
		width: 100%;
	}
}

.top-about-contents .main-img {
	margin-bottom: 80px;
}

.top-about-contents .main-img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.top-about-contents .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.top-about-contents .wrap .img {
	width: 40%;
}

.top-about-contents .wrap .text {
	width: 50%;
}

@media screen and (max-width: 768px){
	.top-about-contents .main-img {
		margin-bottom: 50px;
	}

	.top-about-contents .wrap .img {
		margin-bottom: 30px;
		width: 100%;
	}

	.top-about-contents .wrap .text {
		width: 100%;
	}
}

.top-about-contents .wrap .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.top-about-contents .wrap .text h2 {
	margin-bottom: 40px;
	font-size: 2.5rem;
}

.top-about-contents .wrap .text p {
	margin-bottom: 30px;
	font-size: 1.4rem;
	line-height: 2.2;
}

@media screen and (max-width: 768px){
	.top-about-contents .wrap .text h2 {
		margin-bottom: 30px;
		font-size: 2rem;
	}

	.top-about-contents .wrap .text p {
		margin-bottom: 20px;
	}
}

.top-bland-section ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.top-bland-section ul li {
	margin-bottom: 40px;
	width: 32%;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px){
	.top-bland-section ul {
		margin-bottom: 30px;
	}

	.top-bland-section ul li {
		margin-bottom: 30px;
		width: 48%;
	}
}

.top-bland-section ul li:not(:nth-child(3n+3)) {
	margin-right: 2%;
}

.top-bland-section ul li a {
	display: block;
}

.top-bland-section ul li img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}


/*
	bland item
/////////////////////////////////////////////////////////*/

.blanditem-archive .item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.blanditem-archive .item .img {
	width: 48%;
}

.blanditem-archive .item .text {
	width: 48%;
}

@media screen and (max-width: 568px){
	.blanditem-archive .item {
		margin-bottom: 50px;
	}

	.blanditem-archive .item .img {
		margin-bottom: 30px;
		width: 100%;
	}

	.blanditem-archive .item .text {
		width: 100%;
	}
}

.blanditem-archive .item .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.blanditem-archive .item .text h2 {
	margin-bottom: 20px;
	font-size: 2rem;
}

.blanditem-archive .item .text .sub,
.blanditem-archive .item .text .to-site {
	margin-bottom: 15px;
	font-family: 'Noto Sans JP', sans-serif;
}

.blanditem-archive .item .text .to-site a {
	color: #9B9B9B;
	font-size: 1.5rem;
	font-weight: 700;
}

.blanditem-archive .item .text .price {
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
}




/*
	about us
/////////////////////////////////////////////////////////*/

.aboutus-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10rem;
}

@media screen and (max-width: 568px){
	.aboutus-wrap {
		margin-bottom: 3rem;
	}
}

.aboutus-wrap-contents {
	width: 70%;
}

.aboutus-wrap figure {
	width: 26%;
}

@media screen and (max-width: 768px){
	.aboutus-wrap-contents {
		margin-bottom: 3rem;
		width: 100%;
	}

	.aboutus-wrap figure {
		width: 100%;
	}
}

@media screen and (max-width: 980px){
	.aboutus-wrap figure img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
}

.aboutus-wrap-contents dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 2rem 0;
	border-bottom: 1px dashed #d8d8d8;
}

.aboutus-wrap-contents dt {
	width: 35%;
}

.aboutus-wrap-contents dd {
	width: 63%;
}

@media screen and (max-width: 568px){
  .aboutus-wrap-contents dd {
    width: 100%;
  }
  .aboutus-wrap-contents dt {
    width: 100%;
    font-weight: bold;
  }
}
/*
	contact
/////////////////////////////////////////////////////////*/

.brand-section {
	margin-bottom: 12rem;
}

@media screen and (max-width: 568px){
	.brand-section {
		margin-bottom: 5rem;
	}
}

.brand-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10rem;
}

@media screen and (max-width: 768px){
	.brand-header {
		margin-bottom: 3rem;
	}
}

.brand-section:nth-child(even) .brand-header {
	flex-direction: row-reverse;
}

.brand-header-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 3rem;
	width: 33rem;
	color: #D0AF7B;
	text-align: center;
	background-color: #000;
	border: 6px solid #D0AF7B;
}

.brand-header-title-wrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.brand-header-title-wrap .num {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	font-size: 7rem;
	border-bottom: 1px solid #D0AF7B;
}

.brand-header-title-wrap .num span {
	display: block;
	font-size: 2rem;
}

.brand-header-title-wrap .main {
	font-size: 6rem;
}

@media screen and (max-width: 768px){
	.brand-header-title-wrap .num {
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		font-size: 4rem;
	}

	.brand-header-title-wrap .num span {
		font-size: 1.6rem;
	}

	.brand-header-title-wrap .main {
		font-size: 4rem;
	}
}

@media screen and (max-width: 568px){
	.brand-header-title-wrap .num {
		font-size: 2.8rem;
	}

	.brand-header-title-wrap .num span {
		font-size: 1.3rem;
	}

	.brand-header-title-wrap .main {
		font-size: 2.8rem;
	}
}

.brand-header-contents {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 12rem 0 9rem;
	width: calc(100% - 33rem);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 768px){
	.brand-header-title {
		padding: 5rem 0;
		width: 100%;
	}

	.brand-header-contents {
		padding: 5rem 0;
		width: 100%;
	}
}

@media screen and (max-width: 568px){
	.brand-header-title {
		padding: 2rem 0;
		width: 100%;
	}

	.brand-header-contents {
		padding: 2rem 0;
		width: 100%;
	}
}

.brand-header-contents figure img {
	display: block;
	margin: 0 auto;
	width: 22rem;
	height: auto;
}

.brand-header-contents h2 {
	margin: 0 auto;
	padding: 7rem 2rem 10rem;
	width: 59rem;
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 920px){
	.brand-header-contents h2 {
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.brand-header-contents h2 {
		padding: 3rem 2rem;
	}
}

@media screen and (max-width: 568px){
	.brand-header-contents h2 {
		font-size: 1.6rem;
	}
}

.brand-item-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 7rem;
	width: 70rem;
}

.brand-item-wrap figure {
	width: 45%;
}

.brand-item-wrap figure img {
	display: block;
	width: 100%;
	height: auto;
}

.brand-item-wrap-contents {
	width: 45%;
}

@media screen and (max-width: 700px){
	.brand-item-wrap {
		margin: 0 auto 5rem;
		padding: 0 1rem;
		width: 100%;
	}

	.brand-item-wrap figure {
		margin-bottom: 2rem;
		width: 100%;
	}

	.brand-item-wrap-contents {
		width: 100%;
	}
}

.brand-item-wrap-contents h3 {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: bold;
}

.brand-item-description {
	margin-bottom: 3rem;
	font-size: 1.4rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.brand-item-more img {
	display: block;
	margin: 0 auto 3rem;
	max-width: 100%;
	height: auto;
}

.brand-item-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	color: #D0AF7B;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	background-color: #000;
}

.brand-item-btn a img {
	display: block;
	margin-right: 1rem;
	max-width: 100%;
	height: auto;
}


/*
	terms
/////////////////////////////////////////////////////////*/

.terms-section {
	margin-bottom: 7rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 568px){
	.terms-section {
		margin-bottom: 3rem;
	}
}

.terms-section h2 {
	position: relative;
	margin-bottom: 3rem;
	padding: 1rem 2rem 1rem 8rem;
	color: #fff;
	line-height: 1.3;
	background-color: #15174A;
}

.terms-section h2:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4rem;
	height: 100%;
	background-color: #f3f4f5;
}

@media screen and (max-width: 568px){
	.terms-section h2 {
		margin-bottom: 2rem;
		padding: 1rem 2rem 1rem 5rem;
	}

	.terms-section h2:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 3rem;
		height: 100%;
		background-color: #D0AF7B;
	}
}

.terms-section p {
	padding-left: 8rem;
	font-size: 1.4rem;
}

@media screen and (max-width: 568px){
	.terms-section p {
		padding-left: 3rem;
	}
}


/*
	contact
/////////////////////////////////////////////////////////*/

.contact-form {
	margin-bottom: 10rem;
}

@media screen and (max-width: 568px){
	.contact-form {
		margin-bottom: 5rem;
	}
}

.contact-form-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 8rem;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px){
	.contact-form-wrap {
		margin-bottom: 0;
	}
}

.contact-form-item {
	width: 49%;
}

@media screen and (max-width: 768px){
	.contact-form-item {
		width: 100%;
	}
}

.contact-form-item-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}

.contact-form-item-title {
	margin-right: 2rem;
	width: 10rem;
	text-align: right;
}

.contact-form-item-title span {
	display: block;
	font-size: 1.2rem;
}

.contact-form-item-input {
	width: calc(100% - 12rem);
}

@media screen and (max-width: 568px){
	.contact-form-item-title {
		margin-right: 0;
		width: 100%;
		text-align: left;
	}

	.contact-form-item-title span {
		display: inline;
	}

	.contact-form-item-input {
		width: 100%;
	}
}

.contact-form-item-input input {
	display: block;
	padding: 1rem;
	width: 100%;
	font-size: 1.4rem;
	border: 1px solid #979797;
}

.contact-form-item-input textarea {
	display: block;
	padding: 1rem;
	width: 100%;
	height: 32rem;
	font-size: 1.4rem;
	border: 1px solid #979797;
}

.contact-privacypolicy {
	margin-bottom: 4rem;
	padding: 2rem 5rem;
	height: 20rem;
	font-size: 1.4rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	overflow-y: scroll;
	border: 1px solid #979797;
}

@media screen and (max-width: 568px){
	.contact-privacypolicy {
		margin-bottom: 3rem;
		padding: 2rem;
	}
}

.contact-privacypolicy p {
	margin-bottom: 2rem;
}

.contact-send input {
	display: block;
	margin: 0 auto;
	padding: 1.5rem 0;
	width: 29rem;
	color: #010D4D;
	font-size: 1.6rem;
	background-color: #fff;
	border: 1px solid #979797;
}

@media screen and (max-width: 300px){
	.contact-send input {
		width: 100%;
	}
}


/*######################################################################

		Footer

************************************************************************/

.footer-section {
	margin: 0 auto;
	padding-top: 90px;
	width: 960px;
}

.footer-section .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 100px;
	font-size: 1.4rem;
}

.footer-section .wrap .titlearea {
	width: 350px;
	border-right: 1px solid #15174A;
}

.footer-section .wrap .footer-nav {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: calc(100% - 350px);
}

.footer-section .wrap .footer-nav li {
	margin-bottom: 10px;
}

@media screen and (max-width: 960px){
	.footer-section {
		padding: 90px 10px 0;
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.footer-section {
		padding: 50px 10px 0;
	}

	.footer-section .wrap {
		margin-bottom: 50px;
	}

	.footer-section .wrap .titlearea {
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
		border-right: 0;
	}

	.footer-section .wrap .footer-nav {
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.footer-section .wrap .footer-nav {
		flex-direction: column;
		text-align: center;
	}

	.footer-section .wrap .footer-nav li {
		margin-bottom: 0;
		border-bottom: 1px dotted #15174A;
	}

	.footer-section .wrap .footer-nav li a {
		display: block;
		padding: 10px;
	}
}

.copyright {
	margin-bottom: 20px;
	font-size: 1.4rem;
	text-align: center;
}

/*
	news
/////////////////////////////////////////////////////////*/

.news-contents {
	margin: 0 auto 4rem;
	width: 96rem;
}

.news-contents .sec-title {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 1rem 0 2rem;
}

.news-contents p:not(:first-of-type) {
	margin-top: 2rem;
}

.news-cat-area-wrap,
.news-cat-area-wrap ul {
	display: flex;
}

.news-cat-area-wrap ul li {
	margin-left: 2rem;
}

.news-archive {

}

.news-archive ul {

}

.news-archive .thumb li  {
	width: 310px;
	float: left;
	margin-top: 5rem;
}

.news-archive .thumb li:not(:nth-child(3n)) {
	margin-right: 1rem;
}

.news-archive li img {
	width: 100%;
  height: 302px;
}

.pagination {
	text-align: center;
	margin-top: 2rem;
}
.news-archive li.page-item {
	display: inline-block;
	float: none;
}
.news-archive li.page-item:not(:first-child) {
	margin-left: 1rem;
}

@media screen and (max-width: 768px){
  .news-archive li img {
    width: 100%;
    height: auto;
  }
}

.news-archive li h3 {
	font-weight: bold;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px){
	.news-contents {
		width: 95%;
		margin: 0 auto 4rem;
	}

	.news-archive .thumb li {
	width: 100%;
	}

	.news-archive .thumb li:not(:nth-child(3n)) {
	margin-right: 0;
}

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