html {
	width: 100%;
	font-size: 62.5%;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

body {
	width: 100%;
    text-align: center;
	background: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #333;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	-webkit-text-size-adjust: 100%;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
em {
	font-style: normal;
	font-weight: bold;
}
img {
    max-width: 100%;
    height: auto;
	transition: 0.8s;
}
a img:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}
.pc_img { display: block !important; }
.sp_img { display: none !important; }
@media only screen and (max-width: 768px) {
.pc_img { display: none !important; }
.sp_img { display: block !important; }
}
.container {
	width: 100%;
	max-width: 1140px;
    text-align: center;
    margin: 0 auto;
}
.wrapper {
	margin: 0 20px;
}
.wrapper2 {
	margin: 0 20px;
}
.caption {
	border-top: 1px solid #666;
}
.ichiran {
	text-align: left;
	background-image: url("../images/common/ichiran_g.png");
	background-repeat: no-repeat;
	background-position: left 14px;
	padding-left: 95px;
	margin: 10px 0;
	color: #0f8549;
}
.ichiran a:link {
	color: #0f8549;
	text-decoration: none;
}
.ichiran a:visited {
	color: #0f8549;
	text-decoration: none;
}
.ichiran a:hover {
	color: #0f8549;
	text-decoration: none;
}
.ichiran a {
    position: relative;
    display: inline-block;
    transition: .3s;
}
.ichiran a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #0f8554;
    transition: .3s;
    transform: translateX(-50%);
}
.ichiran a:hover::after{
    width: 100%;
}
#contents {
	margin: 105px auto 30px auto;
	text-align: center;
	line-height: 1.5;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
.new_mark {
    color: #0f8568;
}
/* セカンド以下 */
#contents2 {
	margin: 105px auto 30px auto;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 10px;
}
#pan {
	text-align: left;
    padding: 10px 20px;
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom: 1px solid #ccc;
}
#pan a:link {
	color: #777;
	text-decoration: underline;
}
#pan a:visited {
	color: #777;
	text-decoration: underline;
}
#pan a:hover {
	color: #777;
	text-decoration: none;
}
#title {
	text-align: left;
    padding: 10px 20px 5px 20px;
    font-size: 30px;
	font-size: 3.0rem;
    line-height: 1;
    color: #0f8554;
	border-bottom: 1px solid #666;
}
#title h1, #title p {
    text-align: left;
    font-weight: normal;
}
#title h1 a:link,#title p a:link {
	color: #0f8549;
	text-decoration: none;
}
#title h1 a:visited,#title p a:visited {
	color: #0f8549;
	text-decoration: none;
}
#title h1 a:hover,#title p a:hover {
	color: #0f8549;
	text-decoration: none;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}
#title p img {
    padding-bottom: 7px;
}
.wrap {
	width: 100%;
	max-width: 1100px;
    text-align: center;
    margin: 0 auto;
}
/* --------------タブ-------------- */
#tab {
    background-color: #e5e5e5;
	font-size: 16px;
	font-size: 1.6rem;
}
.tab_on {
    display: block;
    height: 100%;
    padding: 0 25px;
    color: #333;/*文字色*/
    font-weight: normal;
    text-decoration: none;
    line-height: 70px;/*メニューの縦幅*/
    background-color: #fff;
}
#scroll-menu {
    height: 70px;/*メニューの縦幅*/
    background-color: #e5e5e5;/*メニューの背景色*/
    text-align: left;
}
#scroll-menu .scroll-menu-inner {
    list-style-type: none;
    width: 500px;/*メニューの横幅*/
    height: 100%;
    padding: 0;
    text-align: left;
}
#scroll-menu li {
    float: left;
    height: 100%;
}
#scroll-menu a {
    display: block;
    height: 100%;
    padding: 0 25px;
    color: #333;/*文字色*/
    text-decoration: none;
    line-height: 70px;/*メニューの縦幅*/
	transition: 0.6s;
}
#scroll-menu a:hover {
    background-color: #f1f1f1;/*マウスホバー時の背景色*/
}
@media screen and (max-width: 540px) {/*メニューの横幅*/
    #scroll-menu {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    #scroll-menu .scroll-menu-inner {
        margin: 0;
    }
    #tab {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #scroll-menu {
        height: 60px;/*メニューの縦幅*/
    }
    #scroll-menu .scroll-menu-inner {
       height: 60px;
    }
    #scroll-menu a {
        line-height: 60px;/*メニューの縦幅*/
    }
    .tab_on {
        line-height: 60px;/*メニューの縦幅*/
    }
}
/* --------------書籍情報タブ-------------- */
#tab2 {
    background-color: #e5e5e5;
	font-size: 16px;
	font-size: 1.6rem;
}
.tab_on2 {
    display: block;
    height: 100%;
    padding: 0 25px;
    color: #333;/*文字色*/
    font-weight: normal;
    text-decoration: none;
    line-height: 70px;/*メニューの縦幅*/
    background-color: #fff;
}
#scroll-menu2 {
    height: 70px;/*メニューの縦幅*/
    background-color: #e5e5e5;/*メニューの背景色*/
    text-align: left;
}
#scroll-menu2 .scroll-menu-inner2 {
    list-style-type: none;
    width: 800px;/*メニューの横幅*/
    height: 100%;
    padding: 0;
    text-align: left;
}
#scroll-menu2 li {
    float: left;
    height: 100%;
}
#scroll-menu2 a {
    display: block;
    height: 100%;
    padding: 0 25px;
    color: #333;/*文字色*/
    text-decoration: none;
    line-height: 70px;/*メニューの縦幅*/
	transition: 0.6s;
}
#scroll-menu2 a:hover {
    background-color: #f9f9f9;/*マウスホバー時の背景色*/
}
@media screen and (max-width: 840px) {/*メニューの横幅*/
    #scroll-menu2 {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    #scroll-menu2 .scroll-menu-inner2 {
        margin: 0;
    }
    #tab2 {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #scroll-menu2 {
        height: 60px;/*メニューの縦幅*/
    }
    #scroll-menu2 .scroll-menu-inner2 {
       height: 60px;
    }
    #scroll-menu2 a {
        line-height: 60px;/*メニューの縦幅*/
    }
    .tab_on2 {
        line-height: 60px;/*メニューの縦幅*/
    }
}
#sec {
    margin: 0 20px;
}
#sec_wrap {
    display: flex;
}
/* セカンド以下メイン */
#sec_main {
    flex: 1;
    text-align: left;
    margin-right: 40px;
}
/* セカンド以下右 */
#sec_r {
    width: 270px;
    text-align: center;
    margin-top: 3px;
}
.r_bar {
    border-bottom: 2px solid #333;
    margin-bottom: 15px;
	font-size: 24px;
	font-size: 2.4rem;
}
.r_bar2 {
    border-bottom: 2px solid #333;
    margin: 10px 0 15px 0;
	font-size: 24px;
	font-size: 2.4rem;
}
#pr {
    border: 1px solid #bbb;
    padding-bottom: 15px;
}
.pr_naiyo {
	font-size: 14px;
	font-size: 1.4rem;
    line-height: 1.2;
}
.pop_new {
    border-radius: 13px;
    background: #f0d0de;
    font-weight: bold;
    padding: 3px;
    margin: 10px 0;
}
.bijin_new {
    border-radius: 13px;
    background: #c74f90;
    font-weight: bold;
    padding: 3px;
    margin: 10px 0;
    color: #FFFFFF;
}
.rentier_new {
    border-radius: 13px;
    background: #999;
    font-weight: bold;
    padding: 3px;
    margin: 10px 0;
    color: #FFFFFF;
}
.bana_sns {
    text-align: right;
	font-size: 24px;
	font-size: 2.4rem;
}
.bana_sns li {
    display: inline;
}
#shosekitweet {
    margin-top: 10px;
    height: 300px;
    overflow: hidden;
}

/* ヘッダー */
#sub_menu {
	padding: 4px 20px;
	text-align: right;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background: #0f8549;
	line-height: 1.8;
}
#sub_menu ul {
    display: flex;
    justify-content: flex-end;
}
#sub_menu li {
    display: inline-block;
    margin: 0 0 0 30px;
}
.shop img,.shoten img  {
    display: inline-block;
    margin-top: -2px;
}
.shop a {
	color: #fff;
	display: block;
	padding: 0;
	position: relative;
	text-decoration: none;
}
.shop a::after {
	border-bottom: solid 2px #fff;
	bottom: -4px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	width: 0;
	color: #fff;
}
.shop a:hover::after {
	width: 100%;
	color: #fff;
}
.shoten a {
	color: #fff;
	display: block;
	padding: 0;
	position: relative;
	text-decoration: none;
}
.shoten a::after {
	border-bottom: solid 2px #fff;
	bottom: -4px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	width: 0;
	color: #fff;
}
.shoten a:hover::after {
	width: 100%;
	color: #fff;
}
#form_inner {
	margin: 0 20px;
	display: flex;
}
#logo {
	padding-top: 15px;
}
#search {
	margin: 19px 0 0 20px;
    z-index: 1;
}
#book_form {
	text-align: right;
    background-color: #e5e5e5;
    width: 350px;
	height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 17px;
}
#book_form input {
    vertical-align: top;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
}
#book_input {
    border: none;
    width: 320px;
    padding-left: 15px;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
#book_submit {
    width: 30px;
    border: none;
	background-image: url("../images/common/megane.png");
    background-position: center;
    background-repeat: no-repeat;
}
.bar {
    border-top: 1px solid #666;
}

/* メインビジュアル */
.container2 {
	width: 100%;
	max-width: 1284px;
    text-align: center;
    margin: 0 auto;
}
#main_visual {
	background: url("../images/common/main_back2.png") repeat-x center bottom;
}
#miwo {
    display: flex;
}
#miwo_l {
	position: relative;
	width: 65%;
	text-align: left;
}
#miwo_twitter {
	position: absolute;
	left: 5px;
	bottom: 5px;
}
#miwo_r {
	position: relative;
	width: 35%;
	text-align: left;
}
#kokai_l {
	padding: 30px 30px 0 30px;
}
#kokai_r {
	padding: 40px 30px 0 30px;
}
#miwo_copy {
	padding: 40px 30px 0 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}
#miwo_bana {
	padding: 30px 30px 0 10px;
}


/* メニュー */
#main_menu {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.5;
	background: #0f8549;
	text-align: right;
}
#main_menu li {
	color: #fff;
	display: inline-block;
	padding-left: 10px;
}
.sen a {
	color: #fff;
	display: block;
	padding: 0;
	position: relative;
	text-decoration: none;
}
.sen a::after {
	border-bottom: solid 2px #fff;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	width: 0;
	color: #fff;
}
.sen a:hover::after {
	width: 100%;
	color: #fff;
	padding-left: 10px;
}
.shosekisearch {
    display: flex;
}
.shosekisearch span {
	padding-left: 10px;
	border-left: 1px solid #6bab7a;
}
.shosekisearch p a {
	color: #fff;
	display: inline-block;
	padding: 0;
	position: relative;
	text-decoration: none;
}
.shosekisearch p a::after {
	border-bottom: solid 2px #fff;
	bottom: 0;
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	width: 0;
	color: #fff;
}
.shosekisearch p a:hover::after {
	width: 100%;
	color: #fff;
	padding-left: 10px;
}
#main_menu span {
	padding-left: 10px;
	border-left: 1px solid #6bab7a;
}
#main_menu li:last-child {
	padding-left: 10px;
}
/* バナー */
.bana_slide {
	padding: 20px;
}

#renewal {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	margin: -30px 0 10px 0;
}

/* トピックス */
#topics_wrap {
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
h1.topics_title {
	font-size: 24px;
	font-size: 2.4rem;
	color: #0f8549;
	text-align: center;
	font-weight: normal;
    margin: 20px 0 10px 0;
}
h1.topics_title img {
    padding-bottom: 5px;
}
h1.topics_title a:link {
	color: #0f8549;
	text-decoration: none;
}
h1.topics_title a:visited {
	color: #0f8549;
	text-decoration: none;
}
h1.topics_title a:hover {
	color: #0f8549;
	text-decoration: none;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}
#topics {
	text-align: left;
}
.topics_list {
	line-height: 1.5;
	border-bottom: 1px dashed #888;
	padding: 12px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
}
.topics_list:first-child {
	line-height: 1.5;
	border-top: 1px dashed #888;
	border-bottom: 1px dashed #888;
	padding: 12px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
}
.topics_list dt {
	color: #777;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
    letter-spacing: 0.1em;
}
.topics_list dd {
	color: #777;
	background: url("../images/common/arrow.png") no-repeat left 7px;
	padding-left: 10px;
}

/* 書籍・映像化 */
#shoseki_eizo {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: space-between;
}
#shoseki_eizo li {
    margin-right: 30px;
    width: calc((100% / 2) - (30px * 1 / 2));
}
#shoseki_eizo li:nth-child(2n) {
    margin-right: 0;
}
.ribbon11-wrapper {  
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 10px 0 0 0;
    background: #f1f1f1;
}
.ribbon11 {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 3px;
    margin: 0 0 0 -10px;
    width: calc(100% + 10px);
    color: white;
    background: #0f8554;
    font-weight: normal;
}
.ribbon11:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 10px #125c3d;
}
.ribon_naiyo {
    text-align: center;
    padding: 15px 30px 0 30px;
    position: relative;
}
.ribon_naiyo h2 {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    padding-bottom: 15px;
}
.ribon_naiyo h2 img {
    padding-bottom: 5px;
}
.sns_icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.sns_icon img {
    padding-right: 15px;
}
.miwo {
	position: relative;
}
.miwo_twitter {
	position: absolute;
	bottom: 12px;
	right: 5px;
}
.shoseki_sns {
	font-size: 12px;
	font-size: 1.2rem;
    letter-spacing: 0.08em;
    margin-right: 15px;
}
.shoseki_bana {
    padding-bottom: 50px;
}
#maru {
    padding-bottom: 50px;
}
#shoseki_eizo a:link {
	color: #fff;
	text-decoration: none;
}
#shoseki_eizo a:visited {
	color: #fff;
	text-decoration: none;
}
#shoseki_eizo a:hover {
	color: #fff;
	text-decoration: none;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

/* 雑誌 */
#magazine {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: space-between;
    font-size: 16px;
    font-size: 1.6rem;
}
#magazine li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc((100% / 3) - (30px * 2 / 3));
}
#magazine li:nth-child(3n) {
    margin-right: 0;
}
#magazine figure {
    border: 1px solid #ccc;
    position: relative;
}
.magazine_wrap {
    background: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #000;
}
.magazine_wrap figcaption {
    line-height: 1.3;
    text-align: left;
	background: url("../images/common/arrow.png") no-repeat 15px 18px;
    padding: 15px 15px 10px 28px;
	border-bottom: 1px dashed #888;
}
.magazine_wrap p {
    text-align: right;
    margin: 10px 0 10px 0;
}
.magazine_wrap img {
    padding-right: 15px;
}
.magazine_wrap p.hanpu {
    text-align: right;
    margin: 13px 15px 13px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

/* 新刊情報 */
#sp {
	display: none;
}
h1.new_title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 10px 0;
	text-align: center;
	font-weight: normal;
}
h1.new_title img {
	padding-bottom: 5px;
}
h1.new_title a:link {
	color: #0f8549;
	text-decoration: none;
}
h1.new_title a:visited {
	color: #0f8549;
	text-decoration: none;
}
h1.new_title a:hover {
	color: #0f8549;
	text-decoration: none;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}
.book_box {
	padding: 15px 10px 10px 10px;
	border: 1px solid #ccc;
	height: 380px;
}
.new_book img {
	width: 140px;
	border: 1px solid #f1f1f1;
}
.bookname {
	text-align: left;
	padding-top: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: bold;
}
.chosha {
	text-align: left;
	padding: 5px 0 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	border-bottom: 1px dashed #999;
}
.janru {
	text-align: left;
	padding-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.kakaku {
	text-align: left;
}

/* 小説賞 */
#harukisho {
    padding: 20px;
    margin: 30px 0;
    text-align: left;
}
#harukisho h1 {
    padding: 0 0 10px 45px;
}
#harukisho h2 {
	font-weight: normal;
    text-align: center;
    padding: 0 7px 10px 0;
}

/* フッターバナー */
#footbana {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 40px;
	padding: 0 0 40px 0;
}
#footbana li {
    margin-right: 30px;
    margin-top: -1px;
    padding: 10px 0;
    width: calc((100% / 2) - (30px * 1 / 2));
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#footbana li:nth-child(2n) {
    margin-right: 0;
}
#footbana figure {
    display: table;
}
#footbana p {
    display: table-cell;
    text-align: middle;
}
#footbana figcaption {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
	background: url("../images/common/arrow.png") no-repeat 10px 50%;
	padding-left: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}
#link {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#link li span {
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 15px;
}
#link li:last-child span {
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 0;
}
.link01 {
    background: #faf7f1;
}
.link02 {
    background: #262626;
}

/* フッターメニュー */
#footermenu {
	border-top: 1px solid #ccc;
    padding: 30px 0;
}
#footermenu li {
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
	color: #888;
	padding-bottom: 10px;
}
#footermenu li span {
	padding-right: 20px;
}
#footermenu li span.tablet {
	padding-right: 0;
}
#footermenu li a:link {
	color: #888;
	text-decoration: underline;
}
#footermenu li a:visited {
	color: #888;
	text-decoration: underline;
}
#footermenu li a:hover {
	color: #888;
	text-decoration: none;
}


/* フッターコピーライト */
footer {
	background: #e7e7e7;
	text-align: right;
	padding: 30px 20px 90px 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.privacy {
	background: url("../images/common/arrow.png") no-repeat left 3px;
	padding: 0 0 0 10px;
}
footer a:link {
	color: #333;
	text-decoration: underline;
}
footer a:visited {
	color: #333;
	text-decoration: underline;
}
footer a:hover {
	color: #333;
	text-decoration: none;
}
small {
	font-family: "heisei-mincho-std" , "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
	font-size: 30px;
	font-size: 3.0rem;
	z-index: 10;
}
#page-top a {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #999;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	-ms-filter: "alpha( opacity=30 )";
	filter: alpha( opacity=30 );
	opacity: 0.3;
}
#page-top a:hover {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #0f8549;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	-ms-filter: "alpha( opacity=30 )";
	filter: alpha( opacity=30 );
	opacity: 0.3;
}




/* ------------------------------------------ */
/* 横スクロール調整用のスタイル記述
/* ------------------------------------------ */
@media screen and (max-width: 1080px) {

#contents {
	margin: 140px auto 30px auto;
	text-align: center;
	line-height: 1.5;
}
#contents2 {
	margin: 140px auto 30px auto;
	text-align: center;
	line-height: 1.5;
}
#form_inner {
	margin: 0 20px;
	display: flex;
	justify-content: space-between;
}
#search {
	margin: 60px 0 0 10px;
}
.shoseki_inner {
	position: absolute;
	bottom: 10px;
	right: 40px;
}
/* メインビジュアル */
#kokai_l {
	padding: 20px 30px 0 30px;
}
#kokai_r {
	padding: 20px 30px 0 30px;
}
#miwo_copy {
	padding: 30px 30px 0 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}
#miwo_bana {
	padding: 20px 30px 0 10px;
}
/* セカンド以下メイン */
#sec_main {
    flex: 1;
    text-align: left;
    margin-right: 20px;
}







}








/* ------------------------------------------ */
/* 横スクロール調整用のスタイル記述
/* ------------------------------------------ */
@media screen and (max-width: 920px) {
.icon {
	display: block;
	padding-right: 10px;
	padding-top: 10px;
}

/* メインビジュアル */
#kokai_l {
	padding: 15px 30px 0 30px;
}
#miwo_bana {
	padding: 10px 30px 0 10px;
}

/* フッターバーナー */
#footbana figcaption {
	font-size: 14px;
	font-size: 1.4rem;
}





}






/* ------------------------------------------ */
/* タブレット用のスタイル記述
/* ------------------------------------------ */
@media screen and (max-width: 768px) {

.book_box {
	height: 360px;
}
#form_inner {
	margin: 0 10px 0 20px;
	display: flex;
	justify-content: space-between;
}
#search {
	margin: 60px 0 0 0;
}

#sub_menu {
	padding: 4px 10px;
	text-align: right;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background: #0f8549;
	line-height: 1.8;
}

/* メニュー */
#main_menu .wrapper {
	margin: 0;
}
#main_menu li {
	display: block;
	text-align: center;
	padding: 0;
}
.menu1 {
	background: #0f8549;
}
.menu2 {
	background: #249752;
}
#main_menu li.harukisho {
	background-image: none;
	padding: 0;
}
.newcomer {
	padding: 2px 0 2px 23px;
	border-left: none;
}
#main_menu span {
	padding-left: 0;
	border-left: none;
}
.fade1 {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.fade2 {
    animation: fadeInsec 4s ease 0.05s 1 normal;
    -webkit-animation: fadeInsec 4s ease 0.05s 1 normal;
}
@keyframes fadeInsec {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeInsec {
    0% {opacity: 0}
    100% {opacity: 1}
}
.fade3 {
    animation: fadeInthi 5s ease 0.1s 1 normal;
    -webkit-animation: fadeInthi 5s ease 0.1s 1 normal;
}
@keyframes fadeInthi {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeInthi {
    0% {opacity: 0}
    100% {opacity: 1}
}
.fade4 {
    animation: fadeInfou 3s ease 0.15s 1 normal;
    -webkit-animation: fadeInfou 3s ease 0.15s 1 normal;
}
@keyframes fadeInfou {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeInfou {
    0% {opacity: 0}
    100% {opacity: 1}
}
.fade5 {
    animation: fadeInfiv 3s ease 0.2s 1 normal;
    -webkit-animation: fadeInfou 3s ease 0.2s 1 normal;
}
@keyframes fadeInfiv {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeInfiv {
    0% {opacity: 0}
    100% {opacity: 1}
}
.shosekisearch {
    justify-content: center;
}
/* バナー */
.bana_slide {
	padding: 15px 0;
}

#renewal {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	margin: -10px 0 5px 0;
}

/* フッターメニュー */
#footermenu {
	border-top: 1px solid #ccc;
	padding: 30px 0;
}
#footermenu li {
	display: inline;
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
	color: #888;
}
#footermenu li span.tablet {
	padding-right: 15px;
}

/* メインビジュアル */
#main_visual2 {
	background-image: url("../images/common/main_back2.png");
	background-repeat: repeat-x;
	background-position: center top;
}
#miwo {
    display: block;
}
#miwo_l {
	position: relative;
	width: 100%;
	text-align: center;
}
#miwo_twitter {
	position: absolute;
	left: 5px;
	bottom: 5px;
}
#miwo_r {
	position: relative;
	width: 100%;
	text-align: center;
}

#miwo_copy {
	padding: 15px 10px 0 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
#miwo_bana {
	padding: 10px 20px 20px 0;
}

#sec {
    margin: 0 15px;
}
#sec_wrap {
    display: block;
}
/* セカンド以下メイン */
#sec_main {
    flex: none;
    text-align: left;
    margin-right: 0;
}
/* セカンド以下右 */
#sec_r {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
#pr {
    border: 1px solid #bbb;
    padding: 15px 0;
}

/* 書籍・映像化 */
#shoseki_eizo {
	margin: 30px 0 0 0;
	display: block;
	justify-content: space-between;
}
#shoseki_eizo li {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
}
.ribon_naiyo {
    text-align: center;
    padding: 15px 20px 0 20px;
    position: relative;
}
.sns_icon {
    position: absolute;
    right: 5px;
    bottom: 15px;
}

/* 雑誌 */
#magazine {
	margin: 30px 0 0 0;
	display: block;
	justify-content: space-between;
    font-size: 16px;
    font-size: 1.6rem;
}
#magazine li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: 100%;
}

/* フッターバナー */
#footbana ul {
    display: block;
}
#footbana li {
    width: 100%;
    margin-right: 0;
    border-bottom: none;
}
#footbana li:last-child {
    border-bottom: 1px solid #ccc;
}
#link {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
#link li span {
    padding: 0 20px;
}


}







/* ------------------------------------------ */
/* スマートフォン用のスタイル記述
/* ------------------------------------------ */
@media screen and (max-width: 620px) {

#form_inner {
	margin: 0 15px 0 10px;
	display: block;
	justify-content: space-between;
}
#logo {
	width: 100%;
	text-align: left;
}
#search {
	width: 100%;
	margin: 10px 0 0 0;
}
#book_form {
    width: 100%;
}
#book_input {
    border: none;
    width: 93%;
    padding-left: 10px;
}
#book_submit {
    width: 7%;
    border: none;
	background-image: url("../images/common/megane.png");
    background-position: center;
    background-repeat: no-repeat;
}
.wrapper {
	margin: 0 15px;
}
.wrapper2 {
	margin: 0;
}

/* トピックス */
#topics {
	font-size: 16px;
	font-size: 1.6rem;
}
.topics_list {
	line-height: 1.5;
	border-bottom: 1px dashed #bbb;
	padding: 12px 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.topics_list:first-child {
	line-height: 1.5;
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #bbb;
	padding: 12px 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

/* 新刊情報 */
#pc {
	display: none;
}
#sp {
	display: block;
}
#sp ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#sp li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc((100% / 2) - (15px * 1 / 2));
}
#sp li:nth-child(2n) {
  margin-right: 0;
}
.sp_tbl_wrap {
    border: 1px solid #bbb;
    height: 100%;
}
.sp_tbl_box {
    margin: 10px 10px 15px 10px;
}
/* フッター */
footer {
	padding: 30px 10px 80px 10px;
	line-height: 1.5;
}
#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
	font-size: 30px;
	font-size: 3.0rem;
	z-index: 10;
}
/* メインビジュアル */
#main_bana {
	position: absolute;
	bottom: 12px;
	left: 5px;
}
#main_bana img {
	width: 35%;
}
#main_twitter {
	position: absolute;
	bottom: 12px;
	left: 125px;
}
#main_twitter img {
	width: 60%;
}
#miwo_twitter img {
	width: 70%;
}
#contents {
	margin: 147px auto 30px auto;
	text-align: center;
	line-height: 1.5;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
#contents2 {
	margin: 147px auto 30px auto;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 10px;
}
#title {
	text-align: left;
    padding: 7px 5px 2px 20px;
    font-size: 24px;
	font-size: 2.4rem;
    line-height: 1;
	border-bottom: 1px solid #666;
}
#sec {
    margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
#pr {
    border: 1px solid #bbb;
    padding-bottom: 15px;
    margin: 0 15px;
}
.pop_new {
    border-radius: 13px;
    background: #f0d0de;
    font-weight: bold;
    padding: 3px;
    margin: 10px 15px;
}
.bijin_new {
    border-radius: 13px;
    background: #c74f90;
    font-weight: bold;
    padding: 3px;
    margin: 10px 15px;
    color: #FFFFFF;
}
.rentier_new {
    border-radius: 13px;
    background: #999;
    font-weight: bold;
    padding: 3px;
    margin: 10px 15px;
    color: #FFFFFF;
}
#shosekitweet {
    margin: 10px 15px 0 15px;
    height: 500px;
    overflow: hidden;
}

/* 書籍・映像化 */
#shoseki_eizo li {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
}
.ribbon11 {
    font-size: 16px;
	font-size: 1.6rem;
}

/* 小説賞 */
#harukisho {
    padding: 15px;
    margin: 30px 0;
    text-align: left;
}
#harukisho h1 {
    padding: 0 0 10px 50px;
    font-size: 16px;
	font-size: 1.6rem;
}
#harukisho h2 {
	font-weight: normal;
    text-align: center;
    padding: 0 2px 0 0;
}

/* フッターバナー */
#link li span {
    padding: 0;
}
#link li img {
    width: 100px;
}







}