@charset "UTF-8";
/* =============================================================================

index

============================================================================= */

.headerWrap {position: relative; z-index: 100;}

/* お知らせ
---------------------------------------- */
.news {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #FFF;
	z-index: 5;
}
.news h2 {
	font-size: 100%;
	font-family: '游ゴシック Medium', sans-serif;
}

/* スライド
---------------------------------------- */
.headerWrap .swiper {
	position: relative;
	top: 0;
	z-index: 0;
}

.bgBlue {
	position: relative;
	background: url("../img/bg_blue.jpg");
	color: #FFF;
	z-index: 5;
}
.samurai h2,
.media h3,
.symposium h2 {
	color: #b2945b;
}
.samurai img, .media img {
	border-radius: 0 20px 20px 0;
}
p.txt_note {
	color: #c9c8c8;
}

/* 美を通し、自分らしく
---------------------------------------- */
.beauty h2 { text-align: center;}
.beauty_img picture {
	display: block;
	margin-bottom: 16px
}

/* TOPICS
---------------------------------------- */
.topics {
	margin: 0 0 0 auto;
	width: 90%;
	background: #e6e9f1;
	border-radius: 20px 0 0 20px;
}
.topics h2 { color: #10223c;}
.topics li {
	background: #FFF;
	box-shadow: 2px 2px 10px #CCC;
	color: #000;
}
.topics li strong {
	display: block;
	margin-bottom: 16px;
}


/* メディア掲載
---------------------------------------- */
.media {
	background: #2d2d2d;
	color: #FFF;
}
.media h3 {
	font-family: '游明朝 Medium', serif;
	font-weight: normal;
	letter-spacing: .1em;
}


/* シンポジウム
---------------------------------------- */
.symposium {
	background: #e6e9f1;
	text-align: center;
}

/* 協賛企業
---------------------------------------- */
.participate {text-align: center;}
.participate h2 {font-weight: normal; color: #ababab;}
.participate ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}


/*________________________________________________________

PC
________________________________________________________*/

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

.contents {padding-bottom: 64px;}
header {
	display: flex;
	justify-content: space-between;
}
.drawer-toggle, .drawer-nav {display: none;}

/* お知らせ
---------------------------------------- */
.news {background: rgba(130,113,44,.7);}
.news div {
	display: flex;
	justify-content: center;
	width: 90%;
	font-size: 90%;
	padding: 16px;
}
.news h2::after {
	display: inline-block;
	margin: 0 16px;
	content: "｜"
}
.news p {margin: 0; }

/* スライド
---------------------------------------- */
.headerWrap {overflow: hidden;}
.headerWrap .swiper {
	width: 100%;
}

/* 美を通し、自分らしく
---------------------------------------- */
.beauty h2 {margin: 72px 0 180px 0;}
.beauty h2 img { width: 360px;}

.beauty div.fade {
	display: flex;
	justify-content:  space-between;
}
.beauty h3 img { width: 700px;}
.beauty p {
	font-size: 110%;
	margin-top: 72px;
}
.beauty_img {width: 400px; margin-left: 40px;}

/* 武士の身だしなみ・メディア
---------------------------------------- */
.bgBlue { padding-bottom: 320px;}
.samurai, .media .mediaCont {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 104px 0;
}
.samurai picture, .media picture {width: 50%; margin-right: 80px;}
.samurai div, .media .mediaCont div {width: 35%; line-height: 1.8;}
.samurai h2, .media h3 {
	margin-bottom: 48px;
	font-size: 170%;
}
p.txt_note {
	font-size: 80%;
	text-align: right;
}


/* TOPIC
---------------------------------------- */
.topics {padding: 40px 0 64px 80px;}
.topics ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
}
.topics li {
	width: 30%;
	margin: 16px 8px;
	padding: 24px 30px;
}


/* メディア掲載
---------------------------------------- */
.media {padding: 320px 0 80px 0;}
.media a {margin: 64px 0 0 auto;}


/* シンポジウム
---------------------------------------- */
.symposium section {
	width: 1060px;
	padding: 72px 0 96px 0;
}
.symposium ul {
	display: flex;
	justify-content: space-between;
	margin-top: 56px;
	font-size: 80%;
}
.symposium img {
	display: block;
	margin: 0 auto;
	width: 400px;
}
.symposium strong {
	display: block;
	margin-top: 16px;
	font-size: 150%;
}

/* 協賛企業
---------------------------------------- */
.participate ul {width: 960px;}
.participate li {margin: 0 8px;}
.participate img { width: 168px;}
.participate li:last-child img { width: 320px;}

}

/*________________________________________________________

SP
________________________________________________________*/

@media screen and (min-width:600px) and (max-width:740px) {
	.headerWrap {height: 760px;}
	.swiper-slide:nth-child(1) img, .swiper-slide:nth-child(3) img {
	max-width: 385%;
	left: -150%;
}
	.swiper-slide:nth-child(2) img {
	max-width: 445%;
	left: -170%;
}
}

@media screen and (min-width:400px) and (max-width:599px) {
	.headerWrap {height: 760px;}
	.swiper-slide:nth-child(1) img, .swiper-slide:nth-child(3) img {
	max-width: 385%;
	left: -150%;
}
	.swiper-slide:nth-child(2) img {
	max-width: 445%;
	left: -170%;
}
}

@media screen and (min-width:300px) and (max-width:399px) {
	.headerWrap {height: 746px;}
	.swiper-slide:nth-child(1) img, .swiper-slide:nth-child(3) img {
	max-width: 430%;
	left: -140%;
}
	.swiper-slide:nth-child(2) img {
	max-width: 430%;
	left: -160%;
}
}
@media screen and (min-width:200px) and (max-width:299px) {
	.headerWrap {height: 746px;}
	.swiper-slide:nth-child(1) img, .swiper-slide:nth-child(3) img {
	max-width: 430%;
	left: -140%;
}
	.swiper-slide:nth-child(2) img {
	max-width: 430%;
	left: -160%;
}
}

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

.contents {padding: 16px 0 40px 0;}

/* スライド
---------------------------------------- */
.headerWrap {overflow: hidden;}
.swiper {
	width: 100%;
	height: auto;
	text-align: center;
}
.swiper-slide {text-align: center;}
.swiper-slide img {position: relative;
}

/* h1・おしらせ
---------------------------------------- */
h1 {
	padding: 16px;
	margin: 0;
	font-size: 80%;
	color: #FFF;
	background: rgba(0,0,0,.5)
}
.news div {
	padding: 5px 16px;
	background: rgba(130,113,44,.7);
}
.news h2 {
	font-size: 90%;
	padding: 8px;
	border-bottom: 1px solid #FFF;
}
.news p {font-size: 80%;}

/* 美を通し、自分らしく
---------------------------------------- */
.beauty h2 {margin: 24px 0 80px 0;}
.beauty h2 img { width: 240px;}


/* 武士の身だしなみ・メディア
---------------------------------------- */
.bgBlue { padding: 40px 0 200px 0;}
.samurai img, .media img {width: 90%;}
.samurai div, .media .mediaCont div {
	width: 90%;
	margin:  40px auto;
}
.samurai h2, .media h3 {
	margin-bottom: 48px;
	font-size: 150%;
	line-height: 1.5;
}
.samurai div p, .media .mediaCont div p {
	font-size: 90%;
	line-height: 2;
}
.samurai div p.txt_note {
	font-size: 60%;
}

/* TOPICS
---------------------------------------- */
.topics { padding: 16px 0 24px 0}
.topics h2 { margin-left: 32px;}
.topics li {
	width: 85%;
	margin: 8px auto;
	padding: 16px;
	font-size: 90%;
}

/* メディア掲載
---------------------------------------- */
.media {padding: 160px 0 40px 0;}
.media h2 {margin-bottom: 32px;}

/* シンポジウム
---------------------------------------- */
.symposium section {
	width: 100%;
	margin: 0;
	padding: 40px 0 16px 0;
}
.symposium ul {
	margin-top: 24px;
	font-size: 83%;
}
.symposium li { margin-bottom: 32px;}
.symposium img {
	display: block;
	margin: 0 auto;
	width: 240px;
}
.symposium strong {
	display: block;
	margin-top: 8px;
	font-size: 145%;
}

/* 協賛企業
---------------------------------------- */
.participate li {margin: 0 8px;}
.participate img { width: 96px;}
.participate li:last-child img { width: 240px;}

}

