@charset "utf-8";
/* intro
 * ************************************************** */
area,
area:focus {
	outline:none;
}
#intro .floatL h2 {
  position: relative;
	font-size: 5vw;
  font-weight: bold;
  line-height: 1;
	margin: 0 0 2em;
}
#intro .floatL h2:after {
	content: "";
	width: 80px;
	height: 2px;
	background: #ce6049;
	position: absolute;
	bottom: -20px; left: 0;
}
#intro .floatL p {
	line-height: 36px;
	padding: 0.25em;
	width: 100%;
	letter-spacing: 0.1em;
	background: url(../../images/bg_p.jpg) repeat;
	background-size: 48px 36px;
}
#intro .floatR dt {
	width: 30%;
	margin: 40px auto 0;
}
#intro .floatR dd {
	letter-spacing: 0;
	line-height: 1.6;
  width: 80%;
  margin: 0 auto;
}
#intro .floatR dd p {
	font-size: 0.75em;
}
#intro .floatR dd h4 {
	text-align: center;
	color: #666666;
	margin-bottom: 0.5em;
}
#intro .floatR dd h4 span {
	font-size: 1.2em;
	display: block;
	color: #ce6049;
}

/* cat common
 * ************************************************** */
/* layout */
.cat_title {
  float: right;
  position: relative;
  width: 17.3333vw;
}
.cat_cont {
  float: left;
  width: 62.6667vw;
}
/* talk */
.talk > p.person {
	border-left: 1px solid #2b645b;
	color: #2b645b;
}
.talk > p.person:after {
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #2b645b;
	border-left: 1px solid #2b645b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%; left: -4px;
	margin-top: -5px;
}
/* comment */
.comment {
  position: relative;
  margin: 30px 0;
}
.comment > img {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 19vw;
  z-index: 10;
}
.comment > div {
  position: relative;
  margin-left: 20vw;
  width: 63vw;
  background: #faefed;
  padding: 5vw;
  box-sizing: border-box;
  color: #ce6049;
}
.comment > div:after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 30px;
  left: -8px;
  background: #faefed;
}
.comment h4 {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1vw;
}
.comment p {
  font-size: 3.4vw;
}
/* profile */
.profile {
	margin: 40px auto;
}
.profile .img {
  display: block;
  width: 80%;
	margin: 0 auto 20px;
}
.profile .profile_ttl {
	width: 170px;
	margin-bottom: 15px;
}
.profile .txt {
	color: #666;
}
.profile .name {
	font-size: 160%;
	line-height: 1;
	margin-bottom: 0.1em;
}
.profile .profile_al {
	font-family: 'Text Me One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0.5em;
  color: #2b645b;
}
.profile .name span:first-child {
	font-size: 70%;
}
.profile .detail span {
	font-size: 80%;
	margin-left: 1em;
}
/* check */
.check {
	position: relative;
	margin: 50px 0 20px;
}
.check > img {
	position: absolute;
	top: -2.5vw;
	left: -2%;
	width: 20%;
}
.check span img {
	width: 80%;
	margin-left: 20%;
}
/* cat_img */
.cat_img {
  margin-bottom: 40px;
}
.cat_img p {
  margin: 5px 0 0;
  color: #666;
  font-size: 0.8em;
}
/* cat01
 * ************************************************** */
#content #cat01 {
  width: 92%;
  margin-top: 4vw;
}
#cat01 .cat_title {
  position: absolute;
  top: 0;
  right: 0;
  width: 17.3333vw;
}
#cat01 .cat_talk .talk_ph,
#cat01 .cat_talk .talk {
  width: 64vw;
}
#content #cat01 .inner {
  position: relative;
  padding-bottom: 0;
}
#cat01 .inner > div {
  position: relative;
}
#cat01 .inner > .obj {
	width: 20%;
	position: absolute;
	top: 30px; right: 10%;
}
#cat01 h3 span:first-child {
  display: block;
  position: absolute;
  top: 0; right: 3.2vw;
  width: 7.3333vw;
}
#cat01 h3 span:last-child {
  display: block;
  position: absolute;
  top: 97vw; right: 3.2vw;
  width: 7.3333vw;
}
#cat01 h2 span img {
	height: 24px;
}
#cat01 .lead {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}
#cat01 .lead span {
  font-size: 80%;
	color: #666;
}

/* cat02
 * ************************************************** */
#content #cat02 {
  width: 92%;
  position: relative;
	padding-top: 40px;
}
#cat02::after {
  display: block;
  content: '';
  width: 90%;
  height: 2px;
  margin: 40px auto 0;
  background: #2b645b;
}
#cat02 .cat02_img01 {
	display: block;
	margin: 0 auto 30px;
	width: 92%;
}
#cat02 .cat_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.3333vw;
}
#cat02 .cat_talk .talk_ph,
#cat02 .cat_talk .talk {
  width: 64vw;
}
#content #cat02 .inner {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#cat02 .inner > div {
  position: relative;
}
#cat02 h3 span:first-child {
  display: block;
  position: absolute;
  top: 0; left: 3.2vw;
  width: 7.3333vw;
}
#cat02 h3 span:last-child {
  display: block;
  position: absolute;
  top: 103vw; left: 3.2vw;
  width: 7.3333vw;
}
#cat02 .cat_title > img {
  position: absolute;
  top: 230vw;
  right: 2vw;
  width: 20vw;
}
#cat02 .comment {
	margin-top: 30px;
}

/* att
 * ************************************************** */
#content .att {
  width: 92%;
  position: relative;
	padding-top: 10px;
}

/* cat03
 * ************************************************** */
#content #cat03 {
  width: 92%;
}
#content #cat03 .inner {
  position: relative;
  padding-top: 0;
  padding-bottom: 40px;
}
#content #cat03 h2 {
  margin: 0 auto 20px;
  padding-bottom: 0.5em;
  border-bottom-color: #666;
}
#cat03 .inner > div {
  position: relative;
}
#content .comment_next {
	width: 92%;
	margin: 0 auto;
}
.comment.next {
	position: relative;
	margin: 0 auto 30px;
}
.comment.next > div {
  position: relative;
  margin-left: 20vw;
	width: 63vw;
  background: #fff;
	border: 1px solid #ce6049;
}
.comment.next > div span {
  font-size: 90%;
}
.comment.next > div:after {
  background: #fff;
	border-bottom: 1px solid #ce6049;
	border-left: 1px solid #ce6049;
}
#cat03 .lookback > li {
  padding-bottom: 30px;
  margin: 0 auto 30px;
  border-bottom: 2px dashed #b3b3b3;
}
#cat03 .lookback > li:last-child {
  margin-bottom: 0;
}
#cat03 .lookback > li .title {
}
#cat03 .lookback > li h3 {
  text-align: left;
}
#cat03 .lookback > li h3 em {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
  font-family: 'Monoton', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2b645b;
  font-size: 10vw;
  line-height: 1;
}
#cat03 .lookback > li h3 em img {
  width: 117px;
  margin-right: 8px;
}
#cat03 .lookback > li h3 span {
  text-align: left;
  font-size: 115%;
  color: #666;
  line-height: 1.4;
}
#cat03 .lookback > li .btn {
  display: block;
  width: 160px;
  height: 40px;
  padding: 0;
  margin: 10px auto 0 0;
  color: #fcee21;
  text-align: center;
  line-height: 40px;
}
#cat03 .lookback .lookback_person {
  display: block;
  margin-top: 20px;
}
#cat03 .lookback .lookback_person li {
  display: block;
  float: left;
  width: 33%;
  text-align: center;
}
#cat03 .lookback .lookback_person li img {
  margin: 0 auto;
  width: 80%;
}
#cat03 .lookback > li:nth-child(2) .lookback_person li:nth-child(-n+2) img {
  margin-bottom: 4vw;
}
#cat03 .lookback .lookback_person li h4 {
  font-size: 3vw;
  letter-spacing: -0.01em;
}
#cat03 .lookback .lookback_person li h4 span,
#cat03 .lookback .lookback_person li .att {
  font-size: 2.5vw;
  text-align: center;
  margin: 0;
  padding: 0;
}
#cat03 .lookback .lookback_person li .name_alp {
  font-family: 'Text Me One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3vw;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1.4;
  color: #2b645b;
}

/* book
 * ************************************************** */
section#book {
  width: 92%;
}
section#book .inner {
  padding-top: 0;
}
section#book .book_wrap {
  margin: 0 auto;
  padding: 20px 6%;
  border: 12px solid #e5eceb;
  border-radius: 18px;
  box-sizing: border-box;
}
section#book .book_inner .book_img {
  display: block;
  width: 70%;
  margin: 0 auto 20px;
}
section#book .book_inner .txt {
  position: relative;
}
section#book .book_inner .txt h3 {
  margin-bottom: 20px;
}
section#book .book_inner .txt > img {
  position: absolute;
  top: -36vw;
  right: -14vw;
  width: 27vw;
}
section#book .btn {
  margin-top: 20px;
  font-size: 3vw;
}
section#book .btn a {
  letter-spacing: 0.12em;
}
/* freepaper */
section#book .freepaper {
  margin-top: 40px;
}
section#book .freepaper h4 {
	margin-bottom: 10px;
  font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
}
section#book .freepaper p {
	margin-bottom: 15px;
  color: #666;
}
section#book .freepaper h5 {
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 30px;
	line-height: 1;
  color: #666;
	border: 1px solid #666;
}
section#book .freepaper ul li {
	margin-bottom: 0.2em;
}
section#book .freepaper ul li a {
	text-decoration: underline;
}

/* next issue
 * ************************************************** */
#content #next_issue {
  width: 92%;
  padding: 0 5% 40px;
}
#next_issue h3 {
  width: 146px;
  margin: 0 auto 20px;
}
#next_issue .next_cont {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  padding: 6%;
  border-radius: 15px;
  box-sizing: border-box;
  background: #dfe8e6;
}
#next_issue .next_cont h4 {
  display: block;
  margin-bottom: 15px;
  font-family: 'Monoton', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13vw;
  line-height: 1;
  color: #2b645b;
}
#next_issue .next_cont h4 img {
  width: 44vw;
  margin: 5vw 5px 0 0;
}
#next_issue .next_cont .update {
  display: inline-block;
  margin-bottom: 15px;
  padding: 12px 20px;
  background: #ed1c24;
  color: #fff;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1;
}
#next_issue .next_cont .title {
  font-size: 4vw;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#next_issue .next_cont .next_obj {
  position: absolute;
  top: 6vw; right: -3%;
  width: 20vw;
}

/* button */
.att {
    margin-top: 40px;
}