@charset "utf-8";

/*----------------------------------------- base */

html {
background: #ffffff;
height: 100%;
}

body {
font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
font-size: 100%;
line-height: 1.6em;
color: #333333;
-moz-background-size: 100% auto;
-webkit-text-size-adjust: 100%;
height: 100%;
}

#body {
width: 100%;
}

#bodyInner {
width: 100%;
}

img {
vertical-align: bottom;
max-width: 100%;
}

/*----------------------------------------- common class */

/* clear fix */
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

.clear {
clear: both;
}

.centering {
text-align: center;
}

.half {
width: 50%;
}

.alignRight {
text-align: right;
display: block;
}

.hide {
display: none;
}

.note {
font-size: 70%;
}

.red {
color: #ff0000;
}

.marker {
background-color: #ffff66;
padding: 1px 3px 0px 3px;
}

.gray {
color: #aaaaaa;
}

small {
font-size: 75%;
}



.font-mincho {
font-family: kozuka-mincho-pr6n, "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
}

.font-mincho>strong {
font-weight: normal;
}

/*.font-mincho-bold{ font-family:"Shuei Mincho B", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", serif; font-weight:normal;}
.font-shueigothic-bold{ font-family:"Shuei KakuGo Kin B", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,  arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}*/

/*----------------------------------------- base edit */

/* color */
/*
	base-color
	text #000000
	gray #666666
	orange #ff9900
	gold   #c68f3b
*/
body {
color: #000000;
}

a {
text-decoration: none;
color: #3399ff;
-webkit-tap-highlight-color: rgba(0,0,0,0.1);
word-break: break-all;
}

a:hover {
text-decoration: underline;
color: #0066ff;
}

a:active {
text-decoration: none;
color: #3399ff;
}

/* link */
strong a:hover {
text-decoration: underline;
}

a:hover img,
a.btn:hover {
filter: alpha(opacity=60);
-moz-opacity: 0.60;
opacity: 0.60;
}

a,
a img {
-webkit-transition: opacity 0.2s ease, color 0.2s ease, border-color 0.2s ease;
-moz-transition: opacity 0.2s ease, color 0.2s ease, border-color 0.2s ease;
transition: opacity 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* select */
::selection {
background: rgba(0,0,0,0.08);
}
::-moz-selection {
background:rgba(0,0,0,0.08);
}

/*----------------------------------------- Contents Main */

/* mobile first > pc second */

.modePC {
display: none;
}

.modeMB {
display: block;
}

@media all and (min-width: 726px) {

.modePC {
display: block;
}

.modeMB {
display: none;
}
}

/* body + main contenar*/

.body {
margin: 0 auto;
font-feature-settings : "palt";
letter-spacing: 0.1em;
}


#main {
max-width: 726px;
margin: 0 auto;
}

@media all and (max-width: 726px) {

#main {
padding: 0 15px;
}
}

/* header */
.header {
width: 100%;
}

.headerinner {
max-width: 960px;
margin: 0 auto;
}

.sectioninner {
max-width: 960px;
margin: 80px auto;
}

@media all and (max-width: 726px) {

.headerinner {
padding: 0 ;
}

.sectioninner {
padding: 0 15px;
margin: 40px auto;
}
}

@media all and (max-width: 726px) {

.header {
box-shadow: 0 1px 0px rgba(0,0,0,0.1);
}
}

/*nav*/

.logo {
float: left;
max-height: 80px;
max-width: 254px;
padding: 30px 0 0 0;
}

.logo>a {
display: block;
vertical-align: bottom;
}

.logo>a>img {
max-height: 80px;
width: auto;
}

@media all and (max-width: 726px) {
.logo {
padding: 40px 10px 15px 10px;
}
}

@media all and (max-width: 480px) {

.logo {
/*max-width: 200px;*/
float: none;
margin: 0 auto;
}
}

.nav {
font-size: 90%;
display: table;
float: right;
width: 100%;
padding: 10px 0 40px 0;
}

.nav>ul {
float: right;
}

.nav>ul>li {
display: table-cell;
vertical-align: bottom;
line-height: 1.3;
text-align: center;
padding: 0 0.5em;
}

.nav>ul>li>a,
.nav>ul>li>span {
display: table-cell;
vertical-align: middle;
color: #999999;
text-align: center;
padding: 0.5em 0.5em;
width: 100%;
}

.nav>ul>li>a {
color: #000000;
text-decoration: none;
}

.nav>ul>li>a {
border-bottom: solid 2px #ffffff;
line-height: 1.3;
}

@media all and (min-width: 725.9px) {
.nav>ul>li>a.selected {
border-bottom: solid 1px #cccccc;
}
}

.nav>ul>li>a:hover {
opacity: 0.8;
background-color: rgba(0,0,0,0.08);
}

@media all and (min-width: 726.001px) {

.nav {
max-width: 450px;
min-height: 80px;
}

.nav>ul>li {
height: 80px;
}

.nav>ul>li>a,
 .nav>ul>li>span {
min-width: 5em;
margin: 0 auto;
padding: 0.5em 0.2em;
}
}

@media all and (max-width: 726px) {

.nav {
float: left;
padding: 0;
}

.nav>ul {
float: none;
margin: 0 10px;
display: table;
}

.nav>ul>li {
padding: 0;
}

.nav>ul>li>a,
 .nav>ul>li>span {
height: 3em;
width: 15em;
}
}

.eyecatch {
display: block;
margin: 0 0 20px 0;
-webkit-animation-duration: 1.4s;
-webkit-animation-delay: 1.0s;
position: relative;
z-index: -1;
top: 0px;
height: auto;
}
.eyecatch>.bigarrow{
display: block;
position:absolute;
bottom:15px;
width:100%;
opacity:0.7;
text-align: center;
}
.eyecatch>.bigarrow:after{
content:"";
display: inline-block;
width: 30px;
height: 30px;
border-right: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.eyecatch>.bigarrow:hover{
opacity:1;
}

.eyecatch img {
width: 100%;
}

@media all and (min-width: 480px) {

.eyecatch {
background: #eeeeee url(../img/bg.jpg) no-repeat;
background-size: 130% auto;
background-position: 40% center;
background-attachment: scroll;
height: 100% ;
min-height: 350px;
}

.eyecatch img {
visibility: hidden;
max-height: 360px;
position: relative;
}
}

@media all and (min-width: 726px) {

.eyecatch {
background-attachment: scroll;
background-size: 120% auto;
}

.eyecatch img {
visibility: hidden;
max-height: 500px;
}
}

@media all and (min-width: 1024px) {

.eyecatch {
background-size: cover;
background-position: center;
background-attachment: fixed;
}

.eyecatch img {
visibility: hidden;
max-height: 680px;
}
}

.center {
text-align: center !important;
}

.title {
font-size: 150%;
font-weight: normal;
margin: 50px auto 50px auto;
display: table;
line-height: 1.2;
letter-spacing: 0.4em;
padding-left: 0.4em;
border-bottom: solid 1px #cccccc;
color: #5b5852;
white-space: nowrap;/* paltの影響で改行が入るため */
}


.title-sub {
font-size: 110%;
font-weight: bold;
margin: 40px auto 20px auto;
display: table;
line-height: 1.5;
letter-spacing: 0.2em;
text-align: center;
white-space: nowrap;
}
.title-sub>a{
font-size: 110%;
color: #000000;
}

@media all and (max-width: 480px) {

.title {
font-size: 140%;
}
.title-sub {
font-size: 105%;
padding-left: 0.2em;
}

}

.summary {
font-size: 110%;
margin: 10px 0 10px 0;
line-height: 1.8;
text-align: center;
color: #5b5852;
letter-spacing: 0.2em ;
}
.no-spacing{
letter-spacing: 0;
padding: 0 0.2em 0 0;
margin: 0;
}

@media all and (max-width: 725.9px) {

.summary {
font-size: 105%;
}
}

.title + .summary {
margin: -70px 0 70px 0;
}

.title + .summary + .credit {
margin: -60px 0 60px 0;
}

.title + .credit {
margin: -65px 0 65px 0;
}

.section.section-info {
margin: 100px 0 0 0;
}

.section-book {
margin: 50px auto 0 auto;
text-align: center;
width: 96%;
max-width: 520px;
}

.section-book dl {
text-align: left;
}

.section-book .pic {
float: left;
text-align: right;
}

.section-book .pic img {
vertical-align: bottom;
box-shadow: 0px 0.5px 4px rgba(0,0,0,0.5);
border-radius: 1px;
}

.section-book a.pic:hover {
background: none;
}

.section-book .name {
margin: 0 0 15px 0;
font-size: 140%;
line-height: 1.5;
}


.text {
font-size: 90%;
margin: 15px 0 15px 0;
line-height: 1.8;
text-align: justify;
text-justify: inter-ideograp;
}

.section-book .text a>img {
margin: 2px;
}

.section-book .detail {
font-size: 70%;
line-height: 1.7;
}

@media all and (min-width: 726px) {

.section-book dd {
min-height: 272px;
}

.section-book .pic {
width: 218px;
height: 310px;
margin: 0 20px 0 0;
}
}

@media all and (max-width: 725.9px) {

.section-book .pic {
width: 38%;
max-width: 218px;
min-height: 140px;
margin: 0 15px 10px 0;
}

.section-book dd img {
max-width: 56%;
}

.section-book .text br {
display: none;
}

.section-book .name {
margin: 0 0 15px 0;
}
}

@media all and (min-width: 480px) and (max-width: 725.9px) {

.section-book.picside .pic {
min-height: 230px;
}
}

.section.section-comment .list-comments {
font-size: 80%;
}

@media all and (max-width: 480px) {

.section-book{
margin: 10px;
}
.section-book .text {
clear: both;
text-align: center;
}

.section.section-comment .list-comments {
font-size: 70%;
}
}

.list-comments li {
display: table;
margin: 40px 15px 40px 15px;
overflow: hidden;
}

.list-comments li:nth-child(2n) {
text-align: right;
margin: 40px 15px 40px auto;
}

.list-comments li>div {
text-align: left;
border: solid 1px #bbbbbb;
padding: 14px 20px 14px 20px;
position: relative;
}

.list-comments li>div:before {
content: "";
display: block;
position: absolute;
width: 100%;
border: solid 1px #ffffff;
top: -1px;
left: 30px;
}

.list-comments li>div:after {
content: "";
display: block;
position: absolute;
width: 100%;
border: solid 1px #ffffff;
bottom: -1px;
right: 30px;
}

.list-comments strong {
font-size: 200%;
font-weight: normal;
line-height: 1.3;
}

.list-comments .name {
text-align: right;
font-size: 125%;
margin: 10px 0 0 0;
}

/*.list-comments .name:before {
content: "――――";
letter-spacing: -0.2em;
padding: 0 4px 0 0;
}*/
.list-comments .name>small{
display: block;
font-size: 10px;
padding: 0 0 0 4px;
}

.list-comments .text {
text-align: justify;
text-justify: inter-ideograp;
font-size: 85%;
line-height: 1.8;
/*max-height: 320px;
overflow-y: auto;*/
}

@media all and (max-width: 725.9px) {

.list-comments li {
display: block;
margin: 50px auto;
max-width: 500px;
}

.list-comments li:nth-child(2n) {
margin: 50px auto;
}
}

@media all and (max-width: 480px) {

.list-comments li>div {
padding: 15px 15px 15px 15px;
}

}

@media all and (min-width: 726px) {

.list-comments li {
display: block;
width: 45%;
margin: 20px 2.5% 20px 2.5%;
float: left;
}

.list-comments li:nth-child(2n) {
margin: 20px 2.5% 20px 2.5%;
}

}


.section-link {
margin: 30px 0;
font-size: 90%;
}/*次に進むボタン*/

a.arrow {
color: #111111;
text-decoration: none;
vertical-align: middle;
padding: 4px 2px;
border-bottom: dotted 1px #cccccc;
line-height: 1.3;
}

a.arrow:after {
content: "≫";
color: #c68f3b;
padding: 0 4px;
}

.section-item {
margin: 50px 0;
}/*アイテムリスト*/

.section-item .item {
display: block;
}/*リスト 横幅可変はtable、固定はblock*/

.section-item .item dt {
text-align: center;
max-width: 260px;
margin: 0 auto;
}

.section-item .item dt>img {
box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
width: 100%;
border-radius: 2px;
}

.section-item .item.variable {
}/*mb1カラム、pc2カラム*/

.section-item .item .name {
font-size: 95%;
margin: 0 0 15px 0;
line-height: 1.3;
}

.section-item .item .name>strong {
font-size: 135%;
}

.section-item .item .text {
font-size: 80%;
margin: 15px 0 0 0;
line-height: 1.8;
text-align: justify;
text-justify: inter-ideograp;
}

.section-item .item .detail {
font-size: 65%;
margin: 15px 0 0 0;
line-height: 1.3;
}

@media all and (max-width: 480px) {

.section-item .item .text br {
display: none;
}

.section-item .item dt>img {
margin: 0 0 10px 0;
}
}

@media all and (min-width: 480.001px) {

.section-item .item.variable dt {
display: table-cell;
vertical-align: top;
padding: 0 20px 0 0;
min-width: 160px;
max-width: 200px;
text-align: right;
}

.section-item .item dt>img {
max-width: 200px;
}

.section-item .item.variable dd {
display: table-cell;
vertical-align: top;
}
}

@media all and (min-width: 725.9px) {

.section-item .item.variable {
margin: 0 auto;
}

.section-item .item.variable dt {
display: table-cell;
vertical-align: middle;
padding: 0 25px 0 0;
width: 200px;
}

.section-item .item.variable dd {
display: table-cell;
vertical-align: middle;
}
}

.add-brackets:before {
content: "「";
margin-left: -0.5em;
color: #999999;
}

.add-brackets:after {
content: "」";
margin-right: -0.5em;
color: #999999;
}

.box {
font-size: 80%;
margin: 5px 0 20px 0;
color: #666666;
}

.box.right {
float: right;
max-width: 46%;
margin: 5px 0 20px 30px;
}

.box.right.box-min {
max-width: 170px;
}

@media all and (max-width: 480px) {

.box.right {
margin: 5px 0 15px 20px;
}

.box.right.box-min {
max-width: 120px;
}
}

.box.center {
margin: 20px 0;
}

.box .text {
margin: 5px 0;
line-height: 1.5;
text-align: left;
}

.box img {
max-width: 100%;
}

.box dl dt {
}

a.btn {
padding: 9px 12px 9px 12px;
margin: 4px 0;
line-height: 1.3;
border-radius: 5px;
background: #222222;
color: #ffffff;
text-decoration: none;
font-size: 110%;
display: inline-block;
text-align: center;
min-width: 6em;
white-space: nowrap;
}

a.btn.btn-bg2{
background: #0066ff;
}
a.btn>small{
display: block;
font-size: 10px;
}

.column-small{
max-width: 500px;
font-size: 90%;
margin: 0 auto;
}

@media all and (min-width: 725.9px) {
.column-2{
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
column-gap: 20px;
margin-top: 20px;
}

.column-2>*{
text-align: left !important;
margin-left: 20px;
margin-right: 20px;
}
.column-2 .title-sub {
margin: 0px 20px 20px 20px;
padding: 30px 0 0 0;
}
.section-item .item.variable {
margin: 0 auto;
}

.break{
break-before: column;
}
}

/*media*/
.ListPublicities{
text-align: center;
font-size: 100%;
max-width: 540px;
margin: 0 auto;
}
.ListPublicities ul{
max-height: 300px;
overflow-y: auto;
}
.ListPublicities li{
margin: 2em 0;
}
.ListPublicities li dt{
margin:0 0 0.8em 0;
}
.ListPublicities li dd{
text-align: left;
}
.publicity_date{
color: #777777;
font-size: 120%;
font-weight: normal;
font-family: kozuka-mincho-pr6n, "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
}
.publicity_category{
background: #111111;
color: #eeeeee;
font-size: 70%;
line-height: 1.8;
padding: 1px 4px;
border-radius: 2px;
position: relative;
top: -2px;
}
/*.publicity_category:before{
content: "【";
}
.publicity_category:after{
content: "】";
}*/
.publicity_name{
font-size: 75%;
color: #777777;
font-feature-settings : normal;
}
.publicity_name a:first-child{
font-size: 135%;
}
.publicity_detail{
font-size: 75%;
line-height: 1.8;
}
.publicity_bookname{
display:none;
}

@media all and (min-width: 725.9px) {

.ListPublicities li dd{
text-align: center;
}
}

/*----------------------------------------- Footer */

#footer {
clear: both;
padding: 60px 0 0 0;
position: relative;
width: 100%;
}

#footerInner {
position: relative;
text-align: center;
max-width: 726px;
margin: 0 auto;
}

.snsList {
display: block;
text-align: center;
margin: 0 auto 15px auto;
padding: 10px 0 0 0;
line-height: 1;
font-size: 20%;
}

.snsList li {
display: inline-block;
padding: 0 2px 10px 2px;
vertical-align: top;
line-height: 1;
position: relative;
}

.snsList li img,
.snsList li a img {
vertical-align: baseline;
}

/* add tweet balloon*/
a.twitter-list-vertical {
display: block;
width: 66px;
background: #ffffff;
border: solid 1px #aaaaaa;
border-radius: 3px;
text-align: center;
font-size: 13px;
color: #333333;
padding: 9px 0 0 0;
margin: 0 0 8px 0;
height: 21px;
position: relative;
text-decoration: none;
}

a.twitter-list-vertical:before,
a.twitter-list-vertical:after {
content: "";
width: 0;
height: 0;
border: 5px solid transparent;
line-height: 0;
position: absolute;
left: 43%;
bottom: -10px;
}

a.twitter-list-vertical:before {
border-top: 5px solid #aaaaaa;
bottom: -10px;
}

a.twitter-list-vertical:after {
border-top: 5px solid #ffffff;
bottom: -9px;
}

@media all and (max-width: 480px) {

a.twitter-list-vertical {
width: 73px;
}
}

#footer aside {
padding: 0 0 10px 0;
}


.footerLinkList {
clear: both;
font-size: 80%;
padding: 2px 0;
}

.footerLinkList ul.listOhtaLinks {
}

.footerLinkList ul.listOhtaLinks li {
display: inline;
padding: 0 2px 0 0.4em;
white-space: nowrap;
}

.footerLinkList ul.listOhtaLinks a {
text-decoration: none;
border: none;
padding: 4px 8px;
/*color: #6d6460;*/
color: #5b5852;
}

.footerLinkList ul.listOhtaLinks a:hover {
color: #333333;
}

.footerLinkList ul.listOhtaLinks img {
width: auto;
vertical-align: middle;
padding: 0 0 2px 0;
max-height: 18px;
}

@media all and (min-width: 726px) {

.footerLinkList>ul.listOhtaLinks {
display: table;
width: 100%;
text-align: center;
}

.footerLinkList>ul.listOhtaLinks>li {
display: table-cell;
vertical-align: middle;
min-width: 6em;
line-height: 1.3;
}

.footerLinkList ul.listOhtaLinks a {
display: block;
padding: 4px 0;
}
}

.footerLinkList ul.listPerioLinks {
padding: 15px 0 5px 0;
}

.footerLinkList ul.listPerioLinks li {
display: inline;
padding: 0 6px;
white-space: nowrap;
}

.footerLinkList ul.listPerioLinks li>a>img {
opacity: 0.7;
}

.footerLinkList ul.listPerioLinks li>a:hover>img {
opacity: 1;
}

#copyright {
padding: 10px 0 20px 0;
font-size: 70%;
line-height: 1.4;
color: #cccccc;
}

.pagetopfade {
position: fixed;
bottom: 75px;
right: 15px;
float: right;
}

.pagetopfade a {
text-decoration: none;
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagetopfade a:hover {
text-decoration: none;
}

@media all and (min-width: 1024px) {

.pagetopfade {
width: 1600px;
right: auto;
height: 0;
overflow: visible;
}

.pagetopfade a {
position: absolute;
bottom: 0;
}
}

@media all and (min-width: 480px) {

.pagetopfade {
bottom: 15px;
}
}
