@charset "utf-8";

/*--------------------------------------------------
powerd by travision Inc. 
recent status 2015.09.01
--------------------------------------------------*/
@media screen and (min-width: 481px) {

	/*--------------------------------------------------
header
--------------------------------------------------*/

	a {
		outline: none;
	}

	header img,
	.special img,
	.special2 img,
	.moose img,
	.others img {
		width: 100% !important;
		height: auto;
		/* display: block !important; */
	}

	header {
		width: 100%;
		padding: 100px 0 50px 0;
		background: #d6ce2e;
	}

	header hgroup {
		position: relative;
		width: 520px;
		float: left;
	}

	/* 
	header h1 {
		width: 520px;
		text-align: center;
		margin: 40px 0 30px 0;
		float: left;
	} */

	header h1 {
		width: 447px;
		text-align: center;
		margin: 40px 0px 30px 37px;
		float: left;
	}

	header h2 {
		text-align: center;
		margin: 0 0 40px 33px;
		width: 453px;
	}

	header .front {
		width: 430px;
		float: right;
		margin: -110px 0 0;
	}

	header .front img {
		width: 100%;
	}


	header p.topLead {
		/* position: absolute; */
		bottom: 0;
		max-width: 950px;
		margin: 0 auto 30px;
		font-size: 16px;
		/* color: #ffffff; */
		color: #000;
		text-align: center;
		letter-spacing: -1.2px;
		line-height: 1.8;
	}

	section .inner {
		overflow: hidden;
		width: 950px;
	}

	section h3 {
		margin-bottom: 30px;
	}

	section p {
		line-height: 1.8em;
	}

	.txt_s {
		display: inline-block;
		font-size: 80% !important;
	}

	/* book-btn */
	.book-btn {
		width: 950px;
		margin: 0 auto;
	}

	.book-btn .read-book {
		background: #a02525;
		padding: 20px;
		margin: 0px auto;
		text-decoration: none;
		font-size: 24px;
		font-weight: bold;
		border-radius: 10px;
		display: block;
		font-family: 'Noto Serif JP';
	}

	.book-btn p {
		text-align: center;
		color: #fff;
		padding-top: 15px;

	}

	.book-btn a {
		text-align: center;
		color: #fff;
	}


	.bottom-btn {
		background: #d6ce2e;
		padding: 50px 0;
	}

	/* ▼バックナンバー申し込みボタン▼ */
	/*header hgroup {
  position:relative;
	width:580px;
  height:335px;
	float:left;
}
header h1 {
	width:580px;
	text-align:center;
	margin:0 0 35px 0;
	float:left;
}
header h2 {
	text-align:center;
	margin:0 0 34px 0;
}
header hgroup .backnumber-btn {
  display: block;
  position: relative;
  width: 500px;
  background-color: #1f3f77;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
}
header hgroup .backnumber-btn a {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
header hgroup .backnumber-btn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .7;
}
header hgroup .backnumber-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}*/
	/* ▲バックナンバー申し込みボタン▲ */
	/*--------------------------------------------------
Special
--------------------------------------------------*/
	section.special {
		height: 490px;
		padding: 0;
		background: url(../img/special_bg.jpg) center top no-repeat #ffffff;
	}

	section.special h3 {
		width: 330px;
		margin-bottom: 30px;
	}

	section.special h3 img {
		width: auto;
	}

	section.special .inner {
		position: relative;
		height: 440px;
		padding-top: 40px;
	}

	section.special .inner .text-box {
		width: 430px;
		float: left;
	}

	/*--------------------------------------------------
special2
--------------------------------------------------*/
	section.special2 {
		height: 390px;
		padding: 0;
		background: url(../img/owners_bg.jpg) center top no-repeat #eeeeee;
		/* background-size: cover; */

	}

	section.special2 h3 {
		margin-bottom: 30px;
		width: 200px;
		height: auto;
	}

	section.special2 .inner {
		position: relative;
		height: 440px;
		padding-top: 30px;
	}

	section.special2 .inner .text-box {
		width: 435px;
		float: right;
	}

	/*--------------------------------------------------
Owner's Story
--------------------------------------------------*/
	section.owners {
		height: 390px;
		padding: 0;
		position: relative;
		background: #eeeeee;
	}

	section.owners .inner {
		height: 420px;
		padding-top: 30px;
		background: url("../img//owners_bg.jpg") center top no-repeat #ffffff;
		position: relative;
	}

	/*section.owners .inner .owners-icon {
	position: absolute;
	top: 30px;
	right: 0;
}
section.owners .inner .owners-icon img {
	width: auto;
	height: 110px;
}*/
	section.owners .inner .text-box {
		width: 430px;
		float: right;
	}

	/*section.owners .inner .text-box h3 img {
	width: 100%;
	height: auto;
}*/


	/*--------------------------------------------------
Moose
--------------------------------------------------*/
	section.moose {
		height: 380px;
		padding: 0;
		background: url(../img/moose_bg.jpg) center top no-repeat #fff;
		position: relative;
	}

	section.moose .inner {
		height: 350px;
		padding-top: 60px;
	}

	section.moose .inner .text-box {
		width: 450px;
		float: left;
	}

	section.moose .inner .text-box h3 {
		width: 430px;
	}

	/*--------------------------------------------------
Style
--------------------------------------------------*/
	section.styles h3 {
		width: 950px;
		margin: 0 auto 40px;
	}

	section.styles .styleBox {
		width: 948px;
		height: 668px;
		margin: 5px auto;
		box-shadow: 0px 0px 5px #999;
		border: 1px solid #ffffff;
		overflow: hidden;
	}

	section.styles h4 {
		padding: 38px 0 40px 22px;
		float: left;
	}

	section.styles p.style-img {
		float: right;
	}

	section.styles .styleInner {
		width: 395px;
		height: 500px;
		padding-left: 38px;
		float: left;
		position: relative;
	}

	/*追加180605-177号*/
	#magazine-177 section.styles .styleInner {
		height: 480px;
	}

	/*追加 おわり*/

	section.styles .style-lead,
	section.styles .style-text {
		margin-bottom: 30px;
	}

	section.styles .style-mjuk {
		position: absolute;
		bottom: 38px;
		left: 38px;
	}

	/*--------------------------------------------------
Enjoy
--------------------------------------------------*/
	/* section.enjoy {
		margin: 50px 0 0;
		padding: 35px 0;
		height: 420px;
		background: url(../img/enjoy_img.jpg) center top no-repeat #fff9ed;
	}

	section.enjoy .inner {
		position: relative;
		height: 420px;
	}

	section.enjoy .enjoyInner {
		width: 340px;
		float: left;
	}

	section.enjoy .enjoyInner h3 {
		margin-bottom: 15px;
		text-align: center;
	}

	section.enjoy .enjoyInner h3 img {
		width: auto;
		height: 108px;
	}

	section.enjoy .enjoy-lead {
		margin-bottom: 15px;
		text-align: center;
		line-height: 1em;
	}

	section.enjoy .enjoy-lead img {
		width: auto;
		height: 20px;
	}

	section.enjoy .enjoy-text {
		font-size: 15px;
	}

	section.enjoy a.enjoy-mjuk {
		width: 340px;
		height: 90px;
		position: absolute;
		bottom: 0;
		left: 0;
		overflow: hidden;
		background: #ffffff;
		display: block;
	}

	section.enjoy a.enjoy-mjuk:hover {
		opacity: 0.8;
	}

	section.enjoy .enjoy-mjuk img {
		width: 40%;
		height: auto;
		float: left;
	}

	section.enjoy .enjoy-mjuk-text {
		width: 60%;
		height: auto;
		line-height: 90px;
		padding: 0;
		float: left;
		background: #fff;
		font-family: 'Noto Serif JP', serif;
		font-size: 13px;
	}

	section.enjoy .enjoy-mjuk-text p {
		margin-bottom: 5px;
		font-weight: 600;
		line-height: 90px;
	} */

	/*--------------------------------------------------
Others
--------------------------------------------------*/
	section.others {
		/* margin-top: 50px; */
		padding: 0 0 50px 0;
		background: #f6f0e2;
	}

	section.others .others_box {
		display: flex;
		/* justify-content: space-between; */
		flex-wrap: wrap;
	}

	/* section.others h3 {
		padding-bottom: 20px;
		margin-bottom: 30px;
		border-bottom: 1px solid #c9c9c9;
	} */

	section.others article {
		width: 280px;
		margin: 30px 36px 0 0;
		/* float:left; */
		font-size: 14px;
	}


	section.others article h4 {
		width: 270px;
		background: #fff;
		margin-bottom: 20px;
	}

	section.others article h4.ttl {
		height: 65px;
		width: auto;
		padding: 15px 10px 0 15px;
	}

	section.others article h4.ttl img {
		width: 85% !important;
		height: auto;
		display: block;
	}

	section.others article h4.ttl01 {
		/* padding:12px 15px 7px 15px; */
	}

	section.others article h4.ttl02 {
		/* padding:12px 15px; */
	}

	/*--------------------------------------------------
Present
--------------------------------------------------*/
	section.present-area {
		/* margin-top: 50px; */
		text-align: center;
		background: #e5e231;
	}

	section.present-area h3 {
		font-size: 1.5em;
		margin-bottom: 20px;
		font-weight: bold;
		font-family: 'Noto Serif JP';
	}

	section.present-area a {
		position: relative;
		display: inline-block;
		width: 50%;
		color: #e5e231;
		font-size: 1.3em;
		font-weight: bold;
		font-family: 'Noto Serif JP';
		line-height: 3em;
		text-decoration: none;
		background: #000;
	}

	section.present-area a:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: solid 2px #e5e231;
		border-right: solid 2px #e5e231;
		position: absolute;
		top: 50%;
		right: 5%;
		margin-top: -4px;
		transform: rotate(45deg);
	}

	section.present-area a:hover {
		opacity: 0.7;
	}

	/*--------------------------------------------------
Back Numbers
--------------------------------------------------*/
	section.bnumbers {
		padding: 30 0 80px 0;
	}

	section.bnumbers h3 {
		padding-bottom: 20px;
		margin-bottom: 30px;
		border-bottom: 1px solid #c9c9c9;
	}

	section.bnumbers li {
		width: 140px;
		float: left;
		font-size: 14px;
		text-align: center;
		margin-right: 22px;
	}

	section.bnumbers li:nth-child(6n) {
		margin-right: 0;
	}

	section.bnumbers li:nth-child(n+7) {
		margin-top: 15px;
	}

	section.bnumbers li img {
		width: 140px;
		height: auto;
	}

	section.bnumbers li p.jacket {
		margin: 0 0 5px 0;
	}

	section.bnumbers li a {
		color: #000000;
		text-decoration: underline;
	}

	section.bnumbers li a:hover {
		color: #000000;
		text-decoration: none;
	}
}

/* ▼バックナンバー申し込みボタン▼ */
/*section.bnumbers .backnumber-btn {
    display: block;
    position: relative;
    width: 910px;
    background-color: #1f3f77;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    margin-bottom: 50px;
}
section.bnumbers .backnumber-btn a {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}
section.bnumbers .backnumber-btn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .7;
}
section.bnumbers .backnumber-btn:after {
    content: '';
    position: absolute;
    top: 47%;
    right: 22px;
    width: 17px;
    height: 17px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}*/
/* ▲バックナンバー申し込みボタン▲ */