@charset "UTF-8";

/*=====================================================
*
*	style.css
*	Since 2020.3.12
*
*
*	1= font
*	2= Reset
*	3= structure
*	4= common module
*	5= header module
*	6= globalNav module
*	8= mainVisual module
*	7= home module
*	9= detail module
*
*
========================================================*/

/*	1= font
-----------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
/*@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&subset=japanese');*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700&display=swap&subset=japanese');


/*standard size = 14px*/

/* base font size */
*:first-child+html body {
	font-family: "游ゴシック", "Yu Gothic", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", sans-serif;
	font-size: 87.5%;
} /* for ie7 */



html>/**/body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3","游ゴシック", "Yu Gothic", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", sans-serif;
	font-size: 87.5%;
} /* for ie8 */


html:not(:target) body {
    font-family: 'Noto Sans JP', "游ゴシック Medium", 'Yu Gothic Medium', 'YuGothic Medium', "メイリオ", 'Meiryo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
} /* for modern browser */

html>/**/body .wf-mincho { font-family: 'Noto Serif JP', serif; } /* for ie8 */
html:not(:target) body .wf-mincho { font-family: 'Noto Serif JP', serif; } /* for modern browser */

/*	2= Reset
-----------------------------------------------------*/

* { box-sizing: border-box; }
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal; font-weight:300; }
ul,li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal; font-weight:300; }
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"], input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}


/*	3= structure
-----------------------------------------------------*/
body {
	color: #404040;
	background: #fff;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
}
#container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
	margin: 0;
    padding: 121px 0 35px 0;
    overflow-x: hidden;
}
#container.fixed { height: 100vh; overflow: hidden; }


/* header */
#header {
	top: -100px;
    left: 0px;
	position: absolute;
	width: 100%;
    height: 121px;
	margin-top: 100px;
    border-top: solid 10px #63af01;
    border-bottom: solid 1px #bcbcbc;
	line-height: 1;
	z-index: 999;
    background: #ffffff;
}
#header a,
#header {
	color: #44040;
	text-decoration: none;
}

/* Fixed */
#header.fixed {
 	position: fixed;
    box-sizing: border-box;
	margin-top: 0;
	top: 0px;
	height: 81px;
    border-bottom:  solid 1px #ddd;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#header .inner {
    position: relative;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

#main {
	position: relative;
	box-sizing: border-box;
	width: 100%;
    height: 100%;
	padding: 0;
	text-align: left;
}

    .content {
        position: relative;
        box-sizing: border-box;
        width: 100%;
    }
        .content .inner {
            position: relative;
            max-width: 1150px;
            box-sizing: border-box;
            margin: 0 auto;
        }
    
    .content#newsBox {
        padding: 0 75px;
        background: #e0e4e7; }
        .content#newsBox .inner {
           padding: 18px 0;
        }
    .content#newbooks,
    .content#recommend,
    .content#books,
    .content#news,
    .content#bookDetail {
        margin: 0 auto;
        padding: 60px 75px 90px;
        background: #fff url("../images/line.png") repeat-x left top; }
    .content#newbooks,
    .content#bookDetail {
        background: none;
        border-top: solid 1px #bcbcbc;
    }
    .content#about,
    .content#company,
    .content#contact {
        padding: 50px 75px; }
    .content#company {
        background: #edeee6; }
    .content#contact {
        padding: 35px 75px 70px;
        background: #a1cf67;
        text-align: center; }
    
    
    
/* clearfix */
#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
	}
#main { display: inline-block; }



#footer {
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10003;
    width: 100%;
	height: 40px;
	line-height: 1.2;
	padding-top: 12px;
	background: #303030;
    color: #fff;
}


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

        .content .inner {
            padding-left: 2.1%;
            padding-right: 2.1%;
        }
    
}/*==== // end @media */



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

        .content#newsBox {
            padding: 0 3.9vw; }
        .content#newbooks,
        .content#recommend,
        .content#books,
        .content#news,
        .content#bookDetail {
            margin: 0;
            padding: 55px 5vw 80px;
            background:url("../images/line.png") repeat-x left top; }
        .content#newbooks,
        .content#bookDetail {
            background: none;
            border-top: solid 1px #bcbcbc;
        }
        .content#about,
        .content#company,
        .content#contact {
            padding: 45px 5vw; }
        .content#company {
            background: #edeee6; }
        .content#contact {
            padding: 35px 5vw 70px;
            background: #a1cf67;
            text-align: center; }
    

}/*==== // end @media */

@media screen and ( max-width: 767px) {
	   
	#container { padding: 80px 0 35px 0; overflow-x: hidden; }
	#header { position: absolute; z-index: 50; height: 80px; }
        .content#newsBox {
            padding: 0 3.9vw; }
            .content#newsBox .inner {
               padding: 14px 0;
            }
        .content#newbooks,
        .content#recommend,
        .content#books,
        .content#news,
        .content#bookDetail {
            margin: 0;
            padding: 40px 3.9vw 60px; }
        .content#newbooks,
        .content#bookDetail {

        }
        .content#about,
        .content#company {
            padding: 35px 3.9vw 50px; }
        .content#contact {
            padding: 25px 3.9vw 50px; }

}/*==== // end @media */

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


    
}/*==== // end @media */
    
@media screen and ( max-width: 480px) {
        .content#newsBox {
            padding: 0 3vw; }
            .content#newsBox .inner {
               padding: 14px 0;
            }
        .content#newbooks,
        .content#recommend,
        .content#books,
        .content#news,
        .content#bookDetail {
            margin: 0;
            padding: 35px 3.9vw 50px; }
        .content#newbooks,
        .content#bookDetail {

        }
        .content#about,
        .content#company {
            padding: 25px 3.9vw 40px; }
        .content#contact {
            padding: 20px 3.9vw 45px; }

}/*==== // end @media */


/*	4= common module
-------------------------------------------------------------- */
/*a:hover,
a:hover img,*/
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
a ,a img, input[type="submit"], input[type="reset"] {
	-webkit-transition: opacity .3s, background-color .3s;
	transition: opacity .3s, background-color .3s;
	opacity: 1;
}
img {
	max-width: 100%;
}
a { color:#3D8BE2; }
a:hover { text-decoration: none;}
a img { border: none; }

strong { font-weight: 500; color: #ee34a6; }

/* position */
.p-rl { position: relative; }
.p-ab { position: absolute; }

/* float */
.fl {float: left;}
.fr {float: right;}

/* text-align */
.text_l {text-align: left;}
.text_c {text-align: center;}
.text_r {text-align: right;}

/* vertical-align */
.va_t {vertical-align: top;}
.va_b {vertical-align: bottom;}
.va_m {vertical-align: middle;}

/* line-height */
.lh17 {line-height: 1.7;}
.lh20 {line-height: 2;}

/* font */
.f10 {font-size: 10px;}
.f11 {font-size: 11px;}
.f12 {font-size: 12px;}
.f13 {font-size: 13px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.bold {font-weight: bold; font-weight: 500; }

/* width */
.w50 {width:50px;}
.w100 {width:100px;}


/* margin */
.m-auto { margin-left: auto; margin-right: auto; }
.m0 {margin: 0 !important; }
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mt35 { margin-top: 35px; }
.ml1em { margin-left: 1em; }
.mr0 { margin-right: 0 !important; }
.mr30 { margin-right: 30px !important; }


/* padding */
.p0 {padding: 0 !important; }
.pb10 {padding-bottom: 10px;}
.pt10 {padding-top: 10px;}
.pl40 { padding-left: 40px; }

.img-bd01 { border: solid 1px #ccc; }
/* list-style */
#main .li-non,
#main .li-non li { list-style: none !important; }

ul.li-disc,
ul.li-disc li {
	list-style: disc !important;
}
ul.li-disc li { margin-left: 1em;}
ol.li-dec,
ol.li-dec li {
	list-style:decimal;
}
ol.li-dec li { margin-left: 1em;}

ol.li-dec li ul.li-disc {
	margin-left: 0.5em;
	padding: 0.5em 0;
}
ol.li-dec li ul.li-disc li { line-height: 1.6; }

/* indent */

/* letter-spacing */
@media screen and ( max-width: 370px) {
    .ls0 { letter-spacing: 0px !important; }
}/*==== // end @media */

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
	}
.clearfix { display: inline-block; }

.hidden { display: none !important; }

input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}



#footer #copyright small { 
    display:  block;
    line-height: 1.3;
	letter-spacing: 0.08em;
    text-align: center;
}

p#gotop {
	position: fixed;
	z-index: 100;
	bottom: 15px;
    right: 12px;
	width: 50px;
	height: 50px;
    margin-bottom: 0;
}
p#gotop2 {
	position: absolute;
	z-index: 100;
	bottom: 52px;
    right: calc( 50vw - 25px );
	width: 50px;
	height: 50px;
    margin-bottom: 0;
    cursor: pointer;
}

p#gotop a,
p#gotop2 a {
	display: block;
    box-sizing: border-box;
	position: absolute;
	z-index: 100;
	right: -2px;
	width: 50px;
	height: 0px;
    margin-top: -26px;
    padding-top: 50px;
    line-height: 25px;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #303030;
    border-left: 40px solid transparent; 
    color: #fff;
    overflow: hidden;
}
p#gotop::after,
p#gotop2::after {
	content: "";
	display: block;
	position: absolute;
	right: 21px;
	bottom: -7px;
    z-index: 101;
    width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-right: 16px solid transparent;
    border-bottom: 16px solid #ffffff;
    border-left: 16px solid transparent; 
}
p#gotop::before,
p#gotop2::before {
	content: "";
	display: block;
	position: absolute;
	right: 25px;
	bottom: -9px;
    z-index: 102;
    width: 15px;
	height: 15px;
	box-sizing: border-box;
	border-right: 12px solid transparent;
    border-bottom: 12px solid #303030;
    border-left: 12px solid transparent; 
}
p#gotop a:hover { opacity: 0.8;}



/* pageNav  */
#main .pageNav {
	margin: 0 auto 40px;
    text-align: center;
}

#main .pageNav ul {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 00;
	text-align: center;
}

#main .pageNav ul li {
	display: inline-block;
	margin: 0 10px;
	height: 40px;
    width: 40px;
	line-height: 40px;
	font-size: 18px;
    font-weight: 500;
    color: #c12b7a;
}
#main .pageNav ul li a {
    position: relative;
    display:  inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color:  #c12b7a;
    background: #fff;
    border-radius: 20px;
}


#main .pageNav ul li.current span,
#main .pageNav ul li a:hover {
	display: inline-block;
	width: 40px;
    height: 40px;
    padding-top: 0px;
	text-decoration: none;
	line-height: 40px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    background: #c12b7a;
    color: #fff;
    border-radius: 20px;
}
#main .pageNav ul li:first-child a{
    background: url("../images/pagenav_left@2x.png") no-repeat 0px center;
}
#main .pageNav ul li:last-child a {
    background: url("../images/pagenav_right@2x.png") no-repeat 0px center;
}
#main .pageNav ul li:first-child a,
#main .pageNav ul li:last-child a,
#main .pageNav ul li:first-child a:hover,
#main .pageNav ul li:last-child a:hover {
    display: inline-block;
    position: relative;
    width: 40px;
	height: 0;
    padding-top: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
 }
 #main .pageNav ul li:first-child a:hover{ background-position: -3px center;}
#main .pageNav ul li:last-child a:hover{ background-position: 3px center;}

.pc {
	display: block;
}
.sp {
	display: none;
}


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


    
}/*==== // end @media */


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


    
}/*==== // end @media */

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

    p#gotop {
        transform: scale(0.8);
        bottom: 0px;
        right: -8px;
    }

	
}/*==== // end @media */

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

    .pc {
		display: none;
	}
	.sp {
		display: block;
	}
    
}/*==== // end @media */



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

    #main .pageNav ul li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
    }

}/*==== // end @media */

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

    #footer #copyright small { 
        letter-spacing: 0em;
       font-size: 12px;
    }
    
}/*==== // end @media */
@media screen and ( max-width: 370px) {
    
    #main .pageNav {
	   margin: 0 0 40px;
    }
    #main .pageNav ul li {
        display: inline-block;
        margin: 0 1px !important;
    }

    #footer #copyright small { 

       font-size: 11px;
    }
    
}/*==== // end @media */


/*	5= header module
-----------------------------------------------------*/

h1#siteID {
	position: absolute;
    left: 10px;
    top: 0px;
    width: 250px;
    height: 127px;
	font-size: 25px;
    font-weight: medium;
    font-weight: 500;
	z-index: 50;
	line-height: 1;
}
h1#siteID a {
    display: block;
    width: 250px;
    height: 0px;
    padding-top: 127px;
    overflow: hidden;
    background: #63af01 url("../images/logo.png") no-repeat;
    background-position: center center;
    -webkit-background-size: 150px 60px;
    background-size: 150px 60px;
	text-decoration: none;
	letter-spacing: 0.16em;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
#header.fixed h1#siteID {
    height: 82px;
}
#header.fixed h1#siteID a {
    padding-top: 82px;
}

#header p.twitter {
    display: none;
}
@media screen and (max-width : 767px ) {
	
    h1#siteID {
        width: 200px;
        height: 80px;
        padding-top: 0px;
    }
    h1#siteID a {
        width: 200px;
        height: 80px;
        padding-top: 80px;
        -webkit-background-size: 110px 44px;
        background-size: 110px 44px;
        text-decoration: none;
        letter-spacing: 0.16em;
    }

}/*==== // end @media */

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

    #header p.twitter {
        display: block;
        position: absolute;
        right: 95px;
        top: 7px;
        z-index: 51;
    }
    #header p.twitter img {
        width: auto;
        height: 56px;
    }

}/*==== // end @media */
@media screen and ( max-width: 480px) {

    #header p.twitter {
        right: 80px;
    }

}/*==== // end @media */
@media screen and (max-width : 370px ) {
    

    #header ul.menu {
		right: 13px;
		top: 26px;
	}
    #header ul.menu li a {
		padding: 3px 28px 2px 8px;
		line-height: 1.5;
		font-size: 12px;
		color: #fff;
	}
	#header ul.menu li a:hover {
		padding: 3px 28px 2px 8px;
	}
    #header p.twitter {
        right: 62px;
    }
    
}/*==== // end @media */
@media screen and (max-width : 370px ) {
    
    #header p.twitter {
        top: 13px;
        right: 60px;
    }
    #header p.twitter img {
        height: 45px;
    }
    
}/*==== // end @media */
@media screen and (max-width : 319px ) {
    #header p.twitter {
        display: none;
    }
}/*==== // end @media */


/*	6= globalNav module
-----------------------------------------------------*/

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

    #globalNav {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 40;
        box-sizing: border-box;
        height: 109px;
        width: calc( 100% - 10px );
        padding-left: 260px;

    }


    #globalNav ul {
        position: relative;
        background: #fff;
        -js-display: flex;
        display: -webkit-box;
        display: -moz-box;
        display : -webkit-box;
        display : -ms-flexbox;
        display: -webkit-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -moz-flex;
        display: flex;
        -webkit-flex-direction:row;
        -ms-flex-direction:row;
        -o-flex-direction:row;
        -moz-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: top;
        align-items: top;
        vertical-align: top;
    }
    #globalNav ul li { flex-grow: 1; width: 14%; border-right: solid 1px #bcbcbc; }
    #globalNav ul li:last-child {
        flex-grow: 1.1;
    }
    #globalNav ul li a {
        display: block;
        width: 100%;
        height: 110px;
        box-sizing: border-box; 
        text-decoration: none;
        background: none;
        color: #333;
        font-size: 16px;
        font-weight: normal;
        font-weight: 400;
        line-height: 110px;
        letter-spacing: 0.1em;
        overflow: hidden;
        cursor: pointer;
    }
    #globalNav ul li:last-child a {
        letter-spacing: 0.05em;
    }
    #header.fixed #globalNav ul li a {
        height: 70px;
        line-height: 70px;
    }
    
    #globalNav ul li a:hover { border-bottom: solid 3px #62AF00; color:  #62AF00; }
    ul#headerSubNav { display: none; }

    #globalNav div#menu p#close { display: none; }

}/*==== // end @media */

@media screen and ( max-width: 1149px) {
    
    h1#siteID,
    h1#siteID a {
        width: 21.74vw;
    }
    #globalNav {
        padding-left: calc( 21.74vw + 10px );

    }
    #globalNav ul li { width: auto; }
    #globalNav ul li a {
        font-size: 15px;
    }
    
}/*==== // end @media */
@media screen and ( max-width: 999px) {
    
    h1#siteID,
    h1#siteID a {
        -webkit-background-size: 15vw 6vw;
        background-size: 15vw 6vw;
    }
    #globalNav ul li a {
        font-size: 14px;
    }
    
}/*==== // end @media */
@media screen and ( max-width: 900px) {
    
    #globalNav ul li a {
        letter-spacing:  0px;
        font-size: 13px;
    }
    
}/*==== // end @media */

@media screen and ( max-width: 767px) {
    
    #globalNav ul#headerSubNav {
       display: block;
       position: absolute;
       right: 9px;
       top: 0px;
       z-index: 10011;
       padding: 0;
       background: none;
    }
    

    ul#headerSubNav li { display: inline-block; }
    ul#headerSubNav li a {
        position: relative;
        display: block;
        box-sizing: border-box;
        width: 72px;
        height: 66px;
        padding: 50px 16px 0;
        line-height: 1.1;
        font-size: 10px;  
        text-align: center;
        color: #404040;
        overflow: hidden;
        background: none;
        text-decoration: none;
    }

    ul#headerSubNav li#menuOpen a {
        letter-spacing: 0.1em;
        background: none;
    }
    ul#headerSubNav li#menuOpen a:hover {
        color: #404040;
        background: none;
    }
    ul#headerSubNav li#menuOpen a span {
        position: absolute;
        left: 16px;
        z-index: 10011;
        display: block;
        width: 36px;
        height: 1px;
        background: #404040;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    ul#headerSubNav li#menuOpen a span.line1 {
        top: 17px;
    }
    ul#headerSubNav li#menuOpen a span.line2 {
        top: 28px;
        opacity: 1;
    }
    ul#headerSubNav li#menuOpen a span.line3 {
        top: 41px;
    }
    ul#headerSubNav li#menuOpen.open a span {
        background: #404040;
    }
    ul#headerSubNav li#menuOpen.open a span.line1 {
        top: 25px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    ul#headerSubNav li#menuOpen.open a span.line2 {
        top: 25px;
        opacity: 0;
    }
    ul#headerSubNav li#menuOpen.open a span.line3 {
        top: 25px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #globalNav {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 40;
        width: 100vw;
        margin: 0;
    }
    #globalNav div#menu {
        display: none;
        position: absolute;
        box-sizing: border-box;
        top: 0px;
        left: 0px;
        z-index: 40;
        width: 100%;
        height: calc( 100vh - 50px );
        padding: 100px 0 20px;
        background: #f1f1f1;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    

    #globalNav div#menu ul li { position: relative; text-align: left; }
    #globalNav div#menu ul li a {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: 42px;
        line-height: 42px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 15px;
        color: #1e1e1e;
        text-decoration: none;
    }
    #globalNav div#menu ul li dl {
        background: rgba(255,255,255,0.60);
        width: calc( 100% - 30px );
        margin: 0 20px 0 15px;
    }
    #globalNav div#menu ul li dl dt {
        padding-left: 20px;
        font-size: 12px;
        color: #d12a6e;
        font-weight: 400;
    }
    #globalNav div#menu ul li dl ul li a {
        display: block;
        height: auto;
        width: 100%;
        padding: 7px 20px 4px 40px;
        border-bottom: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        vertical-align: text-bottom;
    }
    #globalNav div#menu ul li dl ul li a span {
        display: inline-block;
        max-width: 19em;
        margin-bottom: 8px;
        margin-right: 16px;
        font-size: 12px;
        font-weight: 300;
        vertical-align: text-top;
    }
    #globalNav div#menu ul li dl ul li a span br { display: none;}
    

    #globalNav div#menu p#close { text-align: center; }
    #globalNav div#menu p#close a {
        display: block;
        position: relative;
        width: 100%;
        height: 43px;
        line-height: 43px;
        overflow: hidden;
        background:#D5D4D4;
        font-size: 14px;
        color: #1e1e1e;
        text-decoration: none;

    }
    #globalNav div#menu p#close a::before {
       content:"";
       display: inline-block;
       width: 12px;
       height: 12px;
       margin-right: 1em;
       font-size: 12px;
       line-height: 12px;
       background: url(../images/icon_close@2x.png) no-repeat center top;
        -webkit-background-size: 12px 12px;
        -moz-background-size: 12px 12px;
        text-decoration: none;
    }
	
}/*==== // end @media */

@media screen and ( max-width: 680px) {
    
    h1#siteID,
    h1#siteID a {
        width: 148px;
        -webkit-background-size: 102px 41px;
        background-size: 102px 41px;
    }

}/*==== // end @media */

@media screen and ( max-height: 500px) {

    #globalNav div#menu　{
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

}/*==== // end @media */

@media screen and ( max-width: 480px) {
    
    #globalNav div#menu ul li dl dt {
        padding-left: 10px;
    }
    #globalNav div#menu ul li dl ul li a {
        padding: 7px 0px 4px 10px;
        font-size: 13px;
    }
    #globalNav div#menu ul li dl ul li a span {
        max-width: 23em;
        margin-right: 12px;
    }
    
}/*==== // end @media */

@media screen and ( max-width: 400px) {
    
    #globalNav ul#headerSubNav {
       right: 0px;
       top: 3px;
    }
    ul#headerSubNav li a {
        width: 64px;
        height: 62px;
        padding: 51px 12px 0 12px;
    }
    ul#headerSubNav li#menuOpen a span {
        position: absolute;
        left: 14px;
        width: 34px;
    }
    #globalNav div#menu {
        padding: 5px 0 60px;
    }
    #globalNav div#menu ul li dl ul li a { vertical-align: top; }
    #globalNav div#menu ul li dl ul li a span {
        max-width: 19em;
        margin-right: 12px;
        vertical-align: top;
    }

    
}/*==== // end @media */

@media screen and ( max-width: 370px) {
    
    #globalNav div#menu ul li dl ul li a span {
        display: block;
        max-width: 19em;
        margin-right: 12px;
        margin-bottom: 3px;
    }
    #globalNav div#menu ul li dl ul li a { line-height: 1; padding-bottom: 6px; }
     #globalNav div#menu ul li a {
        height: 36px;
        padding-left: 25px;
        line-height: 36px;
        font-size: 14px;
    }
    #globalNav div#menu ul li dl dt {
        padding-left: 6px 10px;
    }
    
}/*==== // end @media */


/*	7= home module
-----------------------------------------------------*/
.content h2 {
    margin-bottom: 0.4em;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.2em;
}
.content#company h2 {
    text-align: left;
    padding-left: 0.5em;
}
.content#about h2 {
    text-align: right;
    padding-right: 0.5em;
}
.content p.desc {
    margin-bottom:  50px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.2em;
}
.content p.desc + p.desc2 {
    margin-bottom:  50px;
    margin-top: -45px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.1em;
    color:rgba(101,159,28,1.00);
}
.content#contact p.desc {
    margin-bottom: 20px;
}
/* newbooks module */
#newbooks dl.box,
#bookDetail dl.box {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display : -webkit-box;
    display : -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    -o-flex-direction:row;
    -moz-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: top;
    align-items: top;
    vertical-align: top;
    justify-content: space-between;
}
#newbooks .review + dl.box,
#newbooks dl.box + dl.box {
    margin-top:  50px;
    padding-top: 50px;
    border-top: dotted 1px #bbb;
}

#newbooks dl.box dt,
#bookDetail dl.box dt {
    position: relative;
    box-sizing:border-box;
    width: 38%;
    padding: 30px 0 30px 85px;
    text-align: center;
}
#newbooks dl.box dt {
    padding-top: 30px;
}
#newbooks dl.box dd,
#bookDetail dl.box dd{
    box-sizing: border-box;
    width: 62%;
    padding: 30px 6% 7px 6%;
}
#bookDetail dl.box dd {
    padding-top: 60px;
    padding-bottom: 150px;
}
body#book #newbooks dl.box dd  {
   padding-bottom: 105px;
}
#newbooks dl.box dt img { 
    max-height: 368px;
    border: solid 1px #ddd;
}
#bookDetail dl.box dt img { 
    max-height: 330px;
    border: solid 1px #ddd;
}
#newbooks dl.box dt span.thumbnail,
#newbooks dl.box dt span.linkthumbnail,
#bookDetail dl.box dt span.thumbnail {
    display: inline-block;
    padding-bottom: 17px;
    background: url("../images/shadow.png") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: contain;
}
#newbooks dl.box li.pubdate,
#bookDetail dl.box li.pubdate,
#newbooks dl.box li.pubdate-text,
#bookDetail dl.box li.pubdate-text {
    position: relative;
    display: inline-block;
    margin-left:  -15px;
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0.2em;
    padding: 9px 11px 9px 15px;
    border:  solid 1px #ee34a6;
    color: #ee34a6;
    line-height: 1;
    font-weight: 400;
}
body#book #newbooks dl.box li.pubdate,
body#book #bookDetail dl.box li.pubdate,
body#book #newbooks dl.box li.pubdate-text,
body#book #bookDetail dl.box li.pubdate-text {
    /*margin-top: 45px;*/
    margin-top: 0px;
}

#newbooks dl.box li.series,
#bookDetail dl.box li.series {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #659F1C;
}
/*#bookDetail dl.box li.series { padding-top: 30px; }*/

#newbooks dl.box li.title,
#newbooks dl.box li.linktitle,
#bookDetail dl.box li.title {
    position: relative;
    margin-bottom:  0.4em;
    font-size: 25px;
    letter-spacing: 0.15em;
    font-weight: 500;
}
#bookDetail dl.box li.title {
    padding-top: 30px;
}
#newbooks dl.box li.linktitle a { color: #000; text-decoration: none; }
#bookDetail dl.box li.series + li.title,
#bookDetail dl.box li.series + li.linktitle {
    padding-top: 0;
}
#newbooks dl.box li.subtitle,
#bookDetail dl.box li.subtitle {
    margin-top: -0.4em;
    margin-bottom: 0.6em;
    font-size: 18px;
    font-weight: 400;
    color: #658D87;
    letter-spacing: 0.05em;

}
#newbooks dl.box li.title a,
#bookDetail dl.box li.title a { color: #404040; text-decoration: none;}
#newbooks dl.box li.new::after,
#bookDetail dl.box li.new::after {
    content: 'NEW';
    position: absolute;
    right: 50px;
    top: 0px;
    z-index: 2;
    width: 100px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size:  20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    transform: skew(-15deg);
}

body#book #newbooks dl.box li.new::after,
body#book #bookDetail dl.box li.new::after {
    right: 0px;
    left: 285px;
    top:-51px;
}

#newbooks dl.box li.new::before,
#bookDetail dl.box li.new::before {
    content: "";
    position: absolute;
    right: 50px;
    top: 0px;
    width: 100px;
    height: 36px;
    background-color: #f561c5;
    z-index: 1;
    transform: skew(-45deg);
}
body#book #newbooks dl.box li.new::before,
body#book #bookDetail dl.box li.new::before {
    right: 0px;
    left: 285px;
    top:-51px;
}

#newbooks dl.box li.new.longTitle::after,
#newbooks dl.box li.new.longTitle::before {
    top: -51px;
}
#newbooks dl.box li.author,
#bookDetail dl.box li.author,
#newbooks dl.box li.author-text,
#bookDetail dl.box li.author-text {
    margin-bottom: 0.8em;
    font-size: 20px;
    letter-spacing:  0.2em;
    font-weight: 400
}
#newbooks dl.box li.publisher,
#bookDetail dl.box li.publisher,
#newbooks dl.box li.publisher-text,
#bookDetail dl.box li.publisher-text,
#newbooks dl.box li.price,
#newbooks dl.box li.han,
#newbooks dl.box li.page,
#newbooks dl.box li.isbn,
#newbooks dl.box li.ccode,
#bookDetail dl.box li.price,
#bookDetail dl.box li.han,
#bookDetail dl.box li.page,
#bookDetail dl.box li.isbn,
#bookDetail dl.box li.ccode,
#newbooks dl.box li.price-text,
#newbooks dl.box li.han-text,
#newbooks dl.box li.page-text,
#newbooks dl.box li.isbn-text,
#newbooks dl.box li.ccode-text,
#bookDetail dl.box li.price-text,
#bookDetail dl.box li.han-text,
#bookDetail dl.box li.page-text,
#bookDetail dl.box li.isbn-text,
#bookDetail dl.box li.ccode-text {
    /*margin-bottom:  1.4em;*/
    font-size:  16px;
    letter-spacing:  0.1em;
}
#newbooks dl.box li.catchcopy,
#bookDetail dl.box li.catchcopy {
    margin-top: 1.4em;
    margin-bottom: 1.6em;
    color: #00adeb;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 500;
}
body#book #newbooks dl.box li.catchcopy,
body#book #bookDetail dl.box li.catchcopy {
    font-size: 25px;
    
        
    margin-bottom: 1.4em;
}

#newbooks dl.box li.description,
#newbooks dl.box li.description2,
#newbooks dl.box li.description-text,
#newbooks dl.box li.description2-text{
    margin-top: 0.6em;
    font-size: 15px;
    letter-spacing:  0.06em;
}
#bookDetail div.description,
#bookDetail div.description2,
#bookDetail div.description-text,
#bookDetail div.description2-text,
#bookDetail div.hanmotokaraText,
#bookDetail div.hanmotokaraText-text {
    margin-top: 0.6em;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.9;
    font-size: 15px;
    letter-spacing:  0.06em;
}
#bookDetail div.description2,
#bookDetail div.description2-text,
#bookDetail div.hanmotokaraText,
#bookDetail div.hanmotokaraText-text { margin-top: 2em !important; }
.description strong,
.description2 strong,
.description-text strong,
.description2-text strong
.hanmotokaraText strong,
.hanmotokaraText-text strong {
    display: inline-block;
    padding-right: 0.6em;
    color: #659F1C;
    letter-spacing:  0.05em;
}
body#book #book16 .description strong,
body#book #book16 .description2 strong,
body#book #book16 .description-text strong,
body#book #book16 .description2-text strong,
body#book #book16 .hanmotokaraText strong,
body#book #book16 .hanmotokaraText-text strong,
body#book #book18 .description strong,
body#book #book18 .description2 strong,
body#book #book18 .description-text strong,
body#book #book18 .description2-text strong,
body#book #book18 .hanmotokaraText strong,
body#book #book18 .hanmotokaraText-text strong {
    color: #ee34a6;
}
#bookDetail div.description strong,
#bookDetail div.description2 strong,
#bookDetail div.description-text strong,
#bookDetail div.description2-text strong,
#bookDetail div.hanmotokaraText strong,
#bookDetail div.hanmotokaraText-text strong {
    display: block;
    font-size: 16px;
    letter-spacing:  0.1em;
    margin-bottom: 0.5em;
}

/* book module */
body#book #main .text {
    padding-left: 30px;
    padding-right: 30px;
}
body#book #main .text h2 {
    margin-top: 45px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
body#book #main .text h3 {
    margin-bottom:  0.6em;
    font-size: 18px;
    font-weight: 400;
    letter-spacing:  0.15em;
}
body#book #main .text p {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.1em;
}
body#book #main .text strong {
    display: block;
    margin-top: 1em;
    margin-bottom: 0.4em;
    font-size: 16px;
}

body#book #main .text p { margin-bottom:  1.9em; }

#container #main .content .review {
    border: solid 5px #FAA9DB;
    padding: 15px;
    
}
#container #main .content .review.col2 {
    border: solid 5px #5A79CA;
    padding: 15px;
    
}
body#book #container #main .content .review,
body#book #container #main .content .review2 {
    margin-bottom: 25px;
}
body#home #container #main .content .review { margin-top: 25px;}
body#home #container #main .content .review.col2 { border: solid 5px #5A79CA; }
#container #main .content .review p { font-size: 18px; color: #EE34A5; font-weight: 400; }
#container #main .content .review.col2 p { font-size: 16px; color:#2B4EAC; }
#container #main .content .review.col2 p strong { color:#2B4EAC; font-weight: 700; }
#container #main .content .review p:last-child { margin-bottom:  0px;}

/* newsBox module */
#newsBox.content h2 {
    position: absolute;
    left: 2%;
    top: 22px;
    text-align: left;
    font-size: 15px;
    line-height: 1;
}

#newsBox dl {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 120px;
    
}

#newsBox dl dt {
    padding: 0;
    font-size: 15px;
    letter-spacing:  0.08em;
    letter-spacing: 0.18em;
}
#newsBox dl dd {
    margin:  -1.67em 0 0 9em;
    padding: 0;
    letter-spacing:  0.18em;
}
#newbooks dl.box dd li.isbn,
#bookDetail dl.box dd li.isbn,
#newbooks dl.box dd li.ccode,
#bookDetail dl.box dd li.ccode,
#newbooks dl.box dd li.isbn-text,
#bookDetail dl.box dd li.isbn-text,
#newbooks dl.box dd li.ccode-text,
#bookDetail dl.box dd li.ccode-text {
    display:  inline-block;
    margin-right: 20px;
    letter-spacing:  0.05em;
}

#newbooks dl.box dd li.han,
#books dl.box dd li.han,
#bookDetail dl.box dd li.han,
#recommend dl.box dd li.han,
#newbooks dl.box dd li.page,
#books dl.box dd li.page,
#bookDetail dl.box dd li.page,
#recommend dl.box dd li.page,
#newbooks dl.box dd li.han-text,
#books dl.box dd li.han-text,
#bookDetail dl.box dd li.han-text,
#recommend dl.box dd li.han-text,
#newbooks dl.box dd li.page-text,
#books dl.box dd li.page-text,
#bookDetail dl.box dd li.page-text,
#recommend dl.box dd li.page-text {
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 0.05em;
}
.han { }
#newbooks dl.box dd li.page,
#bookDetail dl.box dd li.page,
#recommend dl.box dd li.page { width: calc( 100% - 5.5em - 40px ); }

#newbooks dl.box dd li.page::after,
#bookDetail dl.box dd li.page::after,
#recommend dl.box dd li.page::after {
    content: "\A";
    white-space: pre;
}

/* news module */
p.btn-detail {
    position: absolute;
    right: 70px;
    top: 20px;
    z-index: 5;
}
#newbooks p.btn-detail {
    right: 30px;
    top: -20px;
}
#bookDetail p.btn-detail {
    right: 30px;
    top: -20px;
}
p.btn-detail a {
  display: block;
  padding: 13px 20px;
  border:  solid 1px #bbb;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  letter-spacing:  0.1em;
  line-height: 1;
  border-radius: 5px;
}
.content#news dl {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
p.btn-detail a:hover {
    background: #62AF00;
    border:  solid 1px #62AF00;
    color: #fff;
}
p.btn-hanmoto {
    position: absolute;
    right: 0px;
    bottom: 10px;
    z-index: 30;
    width: calc( 65% - 35px );
    height: auto;
    text-align: center;
    margin-top: 5px;
    margin-right: auto;
    padding: 5px 10px 10px;
    background: #F3F5F9;
}
li.ccode + li p.btn-hanmoto {
    bottom: 15px;
}
p.btn-hanmoto span { display: block; text-align: center; }
p.btn-hanmoto img {
    border: solid 2px rgba(205,2,0,0.8);
    border-radius: 6px;
    width: 196px;
    height: 73px;
    margin-top: 5px;
    padding: 2px;
}
p.btn-hanmoto img:hover {
    padding: 1px;
    border: solid 3px rgba(205,2,0,1);
}
p.btn-hanmoto a {
    opacity: 1 !important;
    text-decoration: none;
}
p.btn-hanmoto a:hover {
    opacity: 1 !important;
}
#news dl {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 10px;
    
}

#news dl dt {
    padding: 0;
    font-size: 15px;
    letter-spacing:  0.08em;
    letter-spacing: 0.18em;
}
#news dl dd {
    margin:  -1.67em 0 1em 9em;
    padding: 0;
    letter-spacing:  0.18em;
}
body#info #news dl dd {
    font-size: 15px;
}
#newsBox dl dd a,
#news dl dd a { color: #333; }
#newsBox dl dd a:hover,
#news dl dd a:hover{ color: #3D8BE2; text-decoration: underline; }

/* books module */
div.tile_frame {
    position: relative;
    width: calc( 970px + 1% );
    margin: 0 auto;
    padding-left: 1%;
    background: #fff;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display : -webkit-box;
    display : -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    -o-flex-direction:row;
    -moz-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: top;
    align-items: top;
    vertical-align: top;
    justify-content: space-between;
}

div.tile_frame .box {
    position: relative;
    width: 18.6%;
    margin-bottom: 35px;
    margin-right: 1%;
}
#recommend div.tile_frame .box {
    width: 307px;
}
div.tile_frame .box:last-child {
    margin-right: auto;
}
div.tile_frame .box dt {
    position: relative;
    width: 100%;
    height: 140px;
    text-align: center;
}
#recommend div.tile_frame .box dt {
    height: 226px;
}
div.tile_frame .box dt img {
    max-width: 100%;
    max-height: 100%;
    border: solid 1px #ddd;
}
div.tile_frame .box dd {
    padding: 15px 10px 10px;
    text-align: center;
    background: url("../images/shadow.png") no-repeat center -9px;
    -webkit-background-size: 62%;
    background-size: 62%;
}
#recommend div.tile_frame .box dd {
    padding: 20px;
    text-align: center;
    background: url("../images/shadow.png") no-repeat center -14px;
    -webkit-background-size: 53%;
    background-size: 53%;
}
div.tile_frame .box dd ul {
    display: inline-block;
    text-align: left;
    line-height: 1.3;
}
div.tile_frame .box dd ul li { letter-spacing: 0.05em; line-height: 1.6; }
div.tile_frame .box dd ul li.series { font-size: 13px; font-weight: 400; letter-spacing: 0px; color:rgba(101,159,28,1.00); }
div.tile_frame .box dd ul li.title { font-size: 15px; font-weight: 400; color: #000; }
div.tile_frame .box dd ul li.author,
div.tile_frame .box dd ul li.author-text { margin-bottom: 0.6em;}
div.tile_frame .box dd ul li.price,
div.tile_frame .box dd ul li.han,
div.tile_frame .box dd ul li.page,
div.tile_frame .box dd ul li.isbn,
div.tile_frame .box dd ul li.ccode { font-size: 12px; }
#books div.tile_frame .box dd ul li.price,
#books div.tile_frame .box dd ul li.han,
#books div.tile_frame .box dd ul li.page,
#books div.tile_frame .box dd ul li.isbn,
#books div.tile_frame .box dd ul li.ccode { line-height: 1.3; }
div.tile_frame .box dd ul li.isbn,
div.tile_frame .box dd ul li.ccode { display: inline-block; margin-right: 0.7em; letter-spacing: 0px;}

#recommend div.tile_frame .box dd ul li.title { font-size: 18px; }
div.tile_frame .box dd ul li.author { font-size: 14px; font-weight: 400; }
#recommend div.tile_frame .box dd ul li.author { font-size: 15px; }
#recommend div.tile_frame .box dd ul li.price,
#recommend div.tile_frame .box dd ul li.han,
#recommend div.tile_frame .box dd ul li.page,
#recommend div.tile_frame .box dd ul li.isbn,
#recommend div.tile_frame .box dd ul li.ccode { font-size: 13px; }
#recommend div.tile_frame .box dd ul li.price  { }
#recommend div.tile_frame .box dd ul li.han,
#recommend div.tile_frame .box dd ul li.page { display: inline-block;}
#recommend div.tile_frame .box dd ul li.description,
#recommend div.tile_frame .box dd ul li.description-text {
    display: inline-block;
    margin-top: 0.6em;
    font-size: 15px;
    max-height: 4.8em;
    overflow: hidden;
}
.description span.more,
.description + span.more,
.description-text span.more,
.description-text + span.more {
    display: inline-block;
    float: right;
    margin: 0 0 0 0.5em;  
}
.description span.more a, 
.description + span.more a,
.description-text span.more a, 
.description-text + span.more a {
    display: inline-block;
    margin-left: 0.5em;
    color: #ee34a6;
}
div.tile_frame .box dd li.link a {
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 0px;
    top: -5%;
    width: 100%;
    height: 105%;
    background: rgba(245,245,245,0);
}
div.tile_frame .box dd li.link a:hover {
    background: rgba(245,245,245,0.3);
    border: solid 1px rgba(98,175,0,0.60);
}

/* about module */
.parallax-slider {
     top: 0;
     left: 0;
}
.parallax-container {
    position: relative;
    min-height: 550px;
    overflow: hidden;
}
.content#about .inner {
    padding-left: 540px;
}
.content#about p {
    margin-bottom: 1.2em;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing:  0.1em;
}
.content#about p strong {
    font-size: 22px;
    color: #000;
    font-weight: 400;
}
.content#about h2 + p {
    margin-top: 50px;
}
/* company module */
.content#company .message {
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    padding: 40px;
    background: #fff;
    font-size: 15px;
}
.content#company .message p.name {
    height: 180px;
    margin-bottom: 2em;
    padding-top: 115px;
    text-align: right;
    padding-right: 150px;
    vertical-align: bottom;
    letter-spacing:  0.1em;
    background: url("../images/futatsuki.jpg") no-repeat right top;
    -webkit-background-size: 125px 180px;
    background-size:  125px 180px;
}
.content#company .message p.name strong {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.content#company dl {
    padding: 20px 50% 25px 0; 
    line-height: 1.8;
}
.content#company dl dt {
    padding: 0.2em 0;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
}
.content#company dl dd {
    position: relative;
    margin-top:  -2.3em;
    margin-left: 4.5em;
    padding: 0.2em 0;
    font-size: 16px;
    letter-spacing:  0.05em;
}
.content#company dl dd span.pc { display: inline-block; }
.content#company dl dt.companyName {
    padding-bottom: 2px;
    margin-bottom: 4px;
}
.content#company dl dd.companyName {
    font-size: 22px;
    margin-left: 3.2em;
}


/* contact module */
.content#contact h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 2;
}
.content#contact p.tel {
    margin-bottom: 15px;
    font-size:  35px;
    font-family: "Arial Black", "Noto Sans JP", sans-serif;
    letter-spacing: 0.2em;
    font-weight: 400;
    vertical-align: middle;
}
.content#contact p.tel2 {
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 0.1em;
    font-family: "Arial Black", "Noto Sans JP", sans-serif;
    font-weight: 400;
    vertical-align: middle;
}
.content#contact p.mail {
    margin-bottom: 1em;
    font-size: 26px;
    letter-spacing: 0.05em;
    vertical-align: middle;
    font-weight: 500;
}
.content#contact p.tel2 span,
.content#contact p.mail span {
    display: inline-block;
    margin-top: -8px;
    margin-right:  0.6em;
    font-size: 18px;
    font-family: 'Noto Sans JP', "游ゴシック Medium", 'Yu Gothic Medium', 'YuGothic Medium', "メイリオ", 'Meiryo', sans-serif;
    vertical-align: middle;
    font-weight: 400;
}
.content#contact p.tel2 span {
    font-size: 11px;
    margin-top: -50px;
    margin-right: -35px;
}
.content#contact p.tel2 img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.content .contactBox {
    position: absolute;
    top: -10px;
    z-index: 40;
    width: 270px;
    padding: 3px 8px 10px 15px;
    border: solid 5px rgba(98,175,0,0.6);
    border-radius: 6px;
    background: #fff;
}
.content#newbooks .contactBox {
    width: 320px;
}
@media screen and ( max-width: 1150px) {
    .content .contactBox { top: -30px; }
}/*==== // end @media */
@media screen and ( min-width: 1050px) {
    .content .contactBox { right: 0px; }
}/*==== // end @media */
@media screen and ( max-width: 1049px) {
    .content .contactBox { right: -30px; }
}/*==== // end @media */
@media screen and ( max-width: 980px) {
    .content .contactBox,
    .content#newbooks .contactBox {
        position: relative;
        right:  0px;
        top: 0px;
        width: 95%;
        margin: -5px auto 5.1vw;
        border: solid 3px rgba(98,175,0,0.6);
        border-radius: 6px;
        text-align: center;
    }
     .content .contactBox p {
        display: inline-block;
     }
     .content .contactBox p br { display: none; }
    
}/*==== // end @media */

.content .contactBox h3 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 2;
    text-align: center;
}
.content#newbooks .contactBox h3 { display: none; }
.content .contactBox h3.for-newbooks {
    display: none;
}
.content#newbooks .contactBox h3.for-newbooks {
    display: block;
    margin-bottom: 0.8em;
    padding-top: 0.5em;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.content .contactBox p.tel2 {
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: "Arial Black", "Noto Sans JP", sans-serif;
    font-weight: 400;
    vertical-align: middle;
}
.content .contactBox p.mail {
    position: relative;
    margin-bottom: 0;
    padding-left: 18px;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 500;
    line-height: 1.6;
}
.content .contactBox p.tel2 span,
.content .contactBox p.mail span {
    display: inline-block;
    margin-top: -8px;
    margin-right:  0.6em;
    font-size: 15px;
    font-family: 'Noto Sans JP', "游ゴシック Medium", 'Yu Gothic Medium', 'YuGothic Medium', "メイリオ", 'Meiryo', sans-serif;
    vertical-align: middle;
    font-weight: 400;
}
.content .contactBox p.tel2 span {
    font-size: 10px;
    margin-top: -38px;
    margin-right: -23px;
}
.content .contactBox p.tel2 img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.content .contactBox p.mail span:nth-child(1) img {
   position: absolute;
   left: 0px;
   top: 3px;
}


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

/* newbooks bookDetail module */
    #newbooks dl.box,
    #bookDetail dl.box {
        width: 100%;
    }
    #newbooks dl.box dt,
    #bookDetail dl.box dt {
        width: 33%;
        padding: 30px 4vw 30px 3.4vw;
    }
    #newbooks dl.box dt {
        padding-top: 25px;
    }
    #newbooks dl.box dd,
    #bookDetail dl.box dd {
        width: 67%;
        padding: 7px 6.5%;
    }
    
    #bookDetail dl.box dd {
        padding-top: 50px;
        padding-bottom: 140px;
    }
    
    #newbooks dl.box dt img { 
        max-height: 32vw;
        border: solid 1px #eee;
    }
    #bookDetail dl.box dt img { 
        max-height: 30vw;
        border: solid 1px #eee;
    }
    #newbooks dl.box dt span.thumbnail,
    #newbooks dl.box dt span.linkthumbnail,
    #bookDetail dl.box dt span.thumbnail {
        display: inline-block;
        padding-bottom: 1.6vw;
    }

    #newbooks dl.box li.pubdate,
    #bookDetail dl.box li.pubdate,
    #newbooks dl.box li.pubdate-text,
    #bookDetail dl.box li.pubdate-text{
        margin-left:  -13px;
        margin-bottom: 13px;
        font-size: 18px;
        letter-spacing: 0.15em;
        padding: 8px 9px 8px 13px;
    }
    #newbooks dl.box li.title {
        font-size: 22px;
        letter-spacing: 0.1em;
    }
    #bookDetail dl.box li.title {
        padding-top: 30px;
        font-size: 22px;
        letter-spacing: 0.1em;
    }
    #newbooks dl.box li.subtitle,
    #bookDetail dl.box li.subtitle {
        margin-top: -0.4em;
        margin-bottom: 0.8em;
        font-size: 18px;
        font-weight: 400;
        color: #658D87;
        letter-spacing: 0.05em;
        
    }
    
    #newbooks dl.box li.new::after,
    #bookDetail dl.box li.new::after {
        content: 'NEW';
        right: 40px;
        width: 80px;
        line-height: 30px;
        font-size:  18px;
    }
    body#book #newbooks dl.box li.new::after,
    body#book #bookDetail dl.box li.new::after {
        right: 0px;
        left: 250px;
        top:-45px;
    }

    #newbooks dl.box li.new::before,
    #bookDetail dl.box li.new::before {
        content: "";
        position: absolute;
        right: 40px;
        width: 80px;
        height: 30px;
    }
    body#book #newbooks dl.box li.new::before,
    body#book #bookDetail dl.box li.new::before {
        right: 0px;
        left: 250px;
        top:-45px;
    }
    #newbooks dl.box li.new.longTitle::after,
    #newbooks dl.box li.new.longTitle::before {
        top: -45px;
    }
    #newbooks dl.box li.author,
    #bookDetail dl.box li.author,
    #newbooks dl.box li.author-text,
    #bookDetail dl.box li.author-text {
        font-size: 18px;
        letter-spacing:  0.15em;
    }
    #newbooks dl.box li.publisher,
    #bookDetail dl.box li.publisher,
    #newbooks dl.box li.publisher-text,
    #bookDetail dl.box li.publisher-text {
        font-size:  15px;
        letter-spacing:  0.08em;
       /* margin-bottom: 1em;*/
    }
    #newbooks dl.box li,
    #bookDetail dl.box li {
        font-size:  15px;
        letter-spacing:  0.08em;
       /* margin-bottom: 1em;*/
    }
    #newbooks dl.box li.catchcopy,
    #bookDetail dl.box li.catchcopy {
        margin-top: 1em;
        font-size: 20px;
    }
    #bookDetail dl.box li.catchcopy {
        margin-bottom: 1em;
    }
    #newbooks dl.box li.description,
    #newbooks dl.box li.description-text {
        margin-top: 0.6em;
        font-size: 15px;
        letter-spacing:  0.06em;
    }
    #bookDetail div.description,
    #bookDetail div.description2,
    #bookDetail div.description-text,
    #bookDetail div.description2-text,
    #bookDetail div.hanmotokaraText,
    #bookDetail div.hanmotokaraText-text {
        margin-top: 0.6em;
        font-size: 15px;
        letter-spacing:  0.06em;
    }
/* books module */
    div.tile_frame {
        position: relative;
        width: 101%;
    }
     #recommend div.tile_frame .box {
        width: 27vw;
    }   
    
    #newsBox.content h2 {
        left: 2%;
        top: 22px;
    }
    #recommend div.tile_frame .box dd {
        padding: 1.74vw;
        text-align: center;
        background: url("../images/shadow.png") no-repeat center -1.2vw;
        -webkit-background-size: 250px 40px;
        background-size: 150px 24px;
    }
    .content#news dl {
        width: 100%;;
        margin-left: 0;
        margin-right: 0;
    }
    
/* about module */
    .content#about .inner {
        padding-left: 52%;
    }
    
    
/* company module */
    .content#company .message {
        box-sizing: border-box;
        position: absolute;
        padding: 35px;
        font-size: 14px;
    }
    .content#company .message p.name {
        height: calc( 15.652vw + 10px );
        background-position: right bottom;
        padding-top: 10vw;
        padding-right: 13vw;
        
        -webkit-background-size: 10.87vw 15.652vw;
        background-size: 10.87vw 15.652vw;
        line-height: 1.6;
    }
    .content#company .message p.name  strong {
        font-size: 16px;
    }
    .content#company .message p { line-height: 1.8;}

}/*==== // end @media */

@media screen and ( max-width: 1098px) and ( min-width: 1000px) {
    
   #recommend div.tile_frame .box {
        width: 29vw;
    }  

}/*==== // end @media */

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

 /* book module */ 
    body#book #newbooks dl.box dd,
    body#book #bookDetail dl.box dd {
        padding-bottom: 145px;
    }
    body#book #newbooks dl.box li.catchcopy,
    body#book #bookDetail dl.box li.catchcopy {
        margin-right: -2em;
        font-size: 20px;
    }
    #bookDetail dl.box li.catchcopy {
        margin-bottom: 1em;
    }
 /* books module */ 
    div.tile_frame .box {
        width: 19%;
        margin-bottom: 30px;
    }

}/*==== // end @media */
@media screen and ( max-width: 980px) {

    .content#newbooks .contactBox h3.for-newbooks {
        margin-bottom: 0.8em;
        text-align: center;
        letter-spacing: 0.1em;
        font-size: 15px;
    }
    .content#newbooks .contactBox h3.for-newbooks br { display: none;}

}/*==== // end @media */

@media screen and ( max-width: 900px) {
    
    .content h2 {
        font-size: 26px;
    }
    .content p.desc {
        margin-bottom: 30px;
        font-size: 16px;
        letter-spacing: 0.15em;
    }
    .content#contact p.desc {
        margin-bottom: 20px;
    }
    .content p.desc + p.desc2 {
        margin-bottom:  40px;
        margin-top: -22px;
        font-size: 12px;
        line-height: 1.35;
     }

/* book module */
    body#book #newbooks dl.box dt span.thumbnail,
    body#book #newbooks dl.box dt span.linkthumbnail,
    body#book #bookDetail dl.box dt span.thumbnail {
        margin-top: 40px;
    }
    #newbooks dl.box li.new::after,
    #bookDetail dl.box li.new::after {
        right: -10px;
    }
     #newbooks dl.box li.new::before,
    #bookDetail dl.box li.new::before {
        right: -10px;
    }

/* newsBox module */
    #newsBox.content h2 {
        left: 0%;
        top: 22px;
    }

    #newsBox dl {
        max-width: 100%;
        margin: 0;
        padding: 0 0 0 100px;

    }

     #newsBox dl dt {
        padding: 0;
        font-size: 14px;
        letter-spacing: 0.1em;
    }
     #newsBox dl dd {
        margin:  -1.65em 0 0 7.5em;
        padding: 0;
        font-size: 14px;
        letter-spacing:  0.1em;
     }
/* company module */
    .content#company dl dt {
        font-size: 15px;
    }
    .content#company dl dd {
        font-size: 15px;
    }
    .content#company dl dt.companyName {
        padding-bottom: 2px;
        margin-bottom: 4px;
    }
    .content#company dl dd.companyName {
        font-size: 20px;
        margin-left: 3.2em;
    }
    .content#company .message {
        top: auto;
        bottom: 0px;
        width: 48%;
    }

/* contact module */
    .content#contact h3 {
        letter-spacing: 0.15em;
    }
    .content#contact p.tel {
        margin-bottom: 12px;
        font-size:  32px;
        letter-spacing: 0.15em;
    }
    .content#contact p.tel2 {
        font-size: 28px;
        letter-spacing: 0.05em;
    }
    .content#contact p.mail {
        margin-bottom: 0.5em;
        font-size: 24px;
    }
    .content#contact p.tel2 span,
    .content#contact p.mail span {
        display: inline-block;
        margin-top: -7px;
        font-size: 15px;
    }
    .content#contact p.tel2 span {
        margin-top: -52px;
    }
    
}/*==== // end @media */

@media screen and ( max-width: 767px) {
    
    .content h2 {
        font-size: 22px;
    }
/*  newbooks bookDetail module */   
    #newbooks dl.box dt,
    #bookDetail dl.box dt {
        width: 250px;
        padding: 6px 0 30px 0
    }
    #newbooks dl.box dd,
    #bookDetail dl.box dd {
        width: calc( 100% - 250px );
        padding: 7px 4%;
    }
    #bookDetail dl.box dd {
        padding-top: 50px;
    }
    body#book #newbooks dl.box dd,
    body#book #bookDetail dl.box dd {
        padding-bottom: 10px;
    }
    p.hanmoto { bottom: 0px; margin-top:  15px; }
    #newbooks dl.box dt img,
    #bookDetail dl.box dt img { 
        max-height: 40vw;
    }
    #newbooks dl.box li.pubdate,
    #bookDetail dl.box li.pubdate,
    #newbooks dl.box li.pubdate-text,
    #bookDetail dl.box li.pubdate-text  {
        margin-left:  -13px;
        margin-bottom: 13px;
        font-size: 16px;
        letter-spacing: 0.1em;
        padding: 6px 8px 7px 12px;
    }
    #newbooks dl.box li.title,
    #newbooks dl.box li.linktitle,
    #bookDetail dl.box li.title {
        font-size: 20px;
    }
    #newbooks dl.box li.author,
    #bookDetail dl.box li.author,
    #newbooks dl.box li.author-text,
    #bookDetail dl.box li.author-text {
        font-size: 16px;
        letter-spacing:  0.1em;
    }
    #newbooks dl.box li.publisher,
    #bookDetail dl.box li.publisher,
    #newbooks dl.box li.publishe-text,
    #bookDetail dl.box li.publisher-text {
        font-size:  14px;
        letter-spacing: 0.05em;
    }
    #newbooks dl.box li.catchcopy,
    #bookDetail dl.box li.catchcopy {
        font-size: 17px;
    }
    #bookDetail dl.box li.catchcopy {
        margin-bottom: 1em;
    }
    
    #newbooks dl.box li.description,
    #newbooks dl.box li.description-text {
        margin-top: 0.6em;
        font-size: 14px;
        letter-spacing:  0.06em;
        line-height: 1.8;
    }
    #bookDetail div.description,
    #bookDetail div.description2,
    #bookDetail div.description-text,
    #bookDetail div.description2-text,
    #bookDetail div.hanmotokaraText,
    #bookDetail div.hanmotokaraText-text {
        margin-top: 0.6em;
        font-size: 14px;
        letter-spacing:  0.06em;
        line-height: 1.8;
    }
    #newbooks dl.box li.new::after,
    #bookDetail dl.box li.new::after {
        right: 0px;
        top: -40px;
        width: 70px;
        line-height: 26px;
        font-size:  16px;
    }
    body#book #newbooks dl.box li.new::after,
    body#book #bookDetail dl.box li.new::after {
        top: -40px;
        left: 200px;
    }
    #newbooks dl.box li.new::before,
    #bookDetail dl.box li.new::before {
        top: -40px;
        right: 0px;
        width: 70px;
        height: 26px;
    }
    body#book #newbooks dl.box li.new::before,
    body#book #bookDetail dl.box li.new::before {
        top: -40px;
        left: 200px;
    }
    #newbooks dl.box li.new.longTitle::after,
    #newbooks dl.box li.new.longTitle::before {
        top: -40px;
    }
    
/*  recommend module */
    #recommend div.tile_frame .box dd {
        padding: 20px;
    }
    #recommend div.tile_frame .box dd ul li.title { font-size: 16px; }

    #recommend div.tile_frame .box dd ul li.author { font-size: 14px; }
    #recommend div.tile_frame .box dd ul li.description,
    #recommend div.tile_frame .box dd ul li.description-text {
        font-size: 14px;
    }
/* news module */
    p.btn-detail {
        right: 0px;
        top: 0px;
    }
    #newbooks p.btn-detail,
    #bookDetail p.btn-detail {
        right: -15px;
        top: -20px;
    }
    p.btn-hanmoto {
        position: relative;
        margin-top: 40px;
        margin-left: -10px;
        margin-right: -10px;
        right: 0px;
        width: calc( 100% + 20px );
    }
/* newsBox module */
    #newsBox.content h2 {
        top: 22px;
    }
    #newsBox dl {
        padding: 0 0 0 6.5em;

    }

     #newsBox dl dt {
        letter-spacing: 0.1em;
    }
     #newsBox dl dd {
        margin:  -1.65em 0 0 7em;
        padding: 0;
        letter-spacing:  0.1em;
     }

 /* books module */   
    div.tile_frame .box {
        width: 24%;
    }
    #recommend div.tile_frame .box {
        width: 43vw;
    }
    #recommend div.tile_frame .box dt {
        height: 38vw;
    }
    #recommend div.tile_frame .box dd {
        background: url("../images/shadow.png") no-repeat center -2.5vw;
        -webkit-background-size: 67%;
        background-size: 67%;
    }

/* about module */
    .parallax-container {
        min-height: 500px;
    }

    .content#about p {
        font-size: 15px;
    }
    .content#about p strong {
        font-size: 18px;

    }
    .content#about h2 + p {
        margin-top: 50px;
     }

 /* company module */   
    .content#company dl dt {
        font-size: 14px;
    }
    .content#company dl dd {
        font-size: 14px;
    }
    .content#company dl dd span.pc { display: none; }
    .content#company dl .sp { display: block; }
    .content#company dl dd.companyName {
        font-size: 18px;
        margin-left: 3.5em;
    }
    .content#contact p.tel {
        font-weight: 500;
    }
    .content#contact p.tel2 {
        font-weight: 500;
    }
    

    .content#newbooks .contactBox h3.for-newbooks {
        letter-spacing: 0.05em;
        font-size: 14px;
    }

    
}/*==== // end @media */

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

/*  newbooks bookDetail module */   
    #newbooks dl.box dt,
    #bookDetail dl.box dt {
        width: 220px;
        padding: 6px 0 30px 0
    }
    #newbooks dl.box dd,
    #bookDetail dl.box dd {
        width: calc( 100% - 220px );
        padding: 7px 2% 7px 4%;
    }
    #bookDetail dl.box dd {
        padding-top: 45px;
    }
    #newbooks dl.box dt img,
    #bookDetail dl.box dt img { 
        max-height: 40vw;
    }
    #newbooks dl.box li.pubdate,
    #bookDetail dl.box li.pubdate,
    #newbooks dl.box li.pubdate-text,
    #bookDetail dl.box li.pubdate-text {
        margin-left:  -13px;
        margin-bottom: 13px;
        font-size: 16px;
        letter-spacing: 0.1em;
        padding: 6px 8px 7px 12px;
    }
    #newbooks dl.box li.title,
    #newbooks dl.box li.linktitle,
    #bookDetail dl.box li.title {
        font-size: 20px;
    }
    
    #newbooks dl.box li.author,
    #bookDetail dl.box li.author {
        font-size: 16px;
        letter-spacing:  0.1em;
    }
    #newbooks dl.box li.publisher,
    #bookDetail dl.box li.publisher,
    #newbooks dl.box li.publisher-text,
    #bookDetail dl.box li.publisher-text,
    #newbooks dl.box li.price,
    #newbooks dl.box li.han,
    #newbooks dl.box li.page,
    #newbooks dl.box li.isbn,
    #newbooks dl.box li.ccode,
    #bookDetail dl.box li.price,
    #bookDetail dl.box li.han,
    #bookDetail dl.box li.page,
    #bookDetail dl.box li.isbn,
    #bookDetail dl.box li.ccode {
        font-size:  14px;
        letter-spacing: 0.05em;
    }
    #newbooks dl.box li.catchcopy,
    #bookDetail dl.box li.catchcopy {
        font-size: 17px;
    }
    body#book #newbooks dl.box li.catchcopy,
    body#book #bookDetail dl.box li.catchcopy {
        margin-right: -1em;
        font-size: 18px;
    }
    #newbooks dl.box li.description,
    #newbooks dl.box li.description-text {
        margin-top: 0.6em;
        font-size: 14px;
        letter-spacing:  0.06em;
        line-height: 1.8;
    }
    #bookDetail div.description,
    #bookDetail div.description2,
    #bookDetail div.description-text,
    #bookDetail div.description2-text,
    #bookDetail div.hanmotokaraText,
    #bookDetail div.hanmotokaraText-text {
        margin-top: 0.6em;
        font-size: 14px;
        letter-spacing:  0.06em;
        line-height: 1.8;
    }
    #newbooks dl.box li.new::after,
    #bookDetail dl.box li.new::after {
        right: 10px;
        top: -72px;
        width: 70px;
        line-height: 26px;
        font-size:  16px;
    }

    #newbooks dl.box li.new::before,
    #bookDetail dl.box li.new::before {
        top: -72px;
        right: 10px;
        width: 70px;
        height: 26px;
    }
 /* books module */ 
    div.tile_frame { width: 102%; margin-right: -2%; padding-left: 2%; }
    div.tile_frame .box {
        width: 31.3%;
        margin-right: 2%;
    }
    
/* contact module */
    .content h2 {
        font-size: 21px;
    }
    .content p.desc {
        margin-bottom: 25px;
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    
/* company module */
    .content#company .message {
        padding: 25px 20px;
    }
    .content#company .message p.name {
        height: 120px;
        padding-top: 70px;
        padding-right: 95px;
        -webkit-background-size: 80px 115px;
        background-size: 80px 115px;
        line-height: 1.6;
    }
    .content#company .message p.name  strong {
        font-size: 16px;
    }
    
    
    
    .content#contact p.desc {
        margin-bottom: 15px;
    }


    .content#contact h3 {
        letter-spacing: 0.15em;
    }
    .content#contact p.tel {
        margin-bottom: 10px;
        font-size:  28px;
        letter-spacing: 0.15em;
    }
    .content#contact p.tel2 {
        font-size: 26px;
        letter-spacing: 0.05em;
    }
    .content#contact p.mail {
        margin-bottom: 0.5em;
        font-size: 22px;
    }
    .content#contact p.tel2 span,
    .content#contact p.mail span {
        display: inline-block;
        margin-top: -6px;
        font-size: 15px;
    }
    .content#contact p.tel2 span {
        margin-top: -52px;
    }
    
    #container #main .content .review p { font-size: 16px; }
    
    .content#newbooks .contactBox h3.for-newbooks {
        letter-spacing: 0.05em;
        font-size: 15px;
    }
    .content#newbooks .contactBox h3.for-newbooks br { display: block;}
    
}/*==== // end @media */

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

    .content#about h2,
    .content#company h2 {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    
/*  newbooks bookDetail module */   
    #newbooks dl.box dt,
    #bookDetail dl.box dt {
        width: 200px;
        padding: 6px 0 30px 0
    }
    #newbooks dl.box dd {
        width: calc( 100% - 200px );
        padding: 7px 2% 7px 4%;
    }
    #bookDetail dl.box dd {
        width: calc( 100% - 200px );
        padding: 7px 2% 7px 4%;
    }
    #bookDetail dl.box dd {
        padding-top: 45px;
    }
    p.btn-hanmoto span { font-size: 13px; letter-spacing: 0.05em; font-weight: 400; }
    #newbooks dl.box li.catchcopy,
    #bookDetail dl.box li.catchcopy {
        font-size: 16px;
        line-height: 1.7;
    }
    #newbooks dl.box li.catchcopy br,
    #bookDetail dl.box li.catchcopy br { display: none;}
    body#book #main .text h3 {
        font-size: 16px;
        font-weight: 500;
    }
    
/* newsBox module */
    #newsBox.content h2 {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    #newsBox dl {
        padding: 0 0 0 5.5em;
    }

     #newsBox dl dt {
        font-size: 14px;
    }
     #newsBox dl dd {
        font-size: 14px;
        margin:  -1.5em 0 0 6em;
        padding: 0;
        letter-spacing: 0.05em;
     }

/* about module */
    .content#about .inner {
        padding-left: 45%;
    }
    .content#about h2 + p {
        margin-top: 35px;
    }
    .content#about p {
        font-size: 14px;
        letter-spacing: 0.05em;
    }
    .content#about p strong {
        font-size: 16px;
    }
/* company module */
    .content#company .message {
        position: relative;
        right: auto;
        top: auto;
        display: block; 
        width: 100%;
        min-height: 210px;
        padding: 3vw 5vw;
        margin-top: 15px;
    }
    .content#company .message:after {
	content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0px;
    }


    .content#company .message p { padding-left: 130px; padding-top: 10px; }
    .content#company .message p.name {
        float: left;
        width: 120px;
        padding: 130px 0 0;
        text-align: center;
        background-position: center 10px;
        font-size: 13px;
    }
    .content#company .message p.name strong { font-size: 15px; }
    .content#company dl {
        padding: 20px 0% 25px 0; 
    }
    .content .contactBox p br {
        display: block;
    }

}/*==== // end @media */

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

/*  newbooks bookDetail module */  
    #newbooks dl.box,
    #bookDetail dl.box {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #newbooks dl.box dt,
    #bookDetail dl.box dt {
        width: 100%;
        padding: 6px 0 10px 0
    }
    #newbooks dl.box dd,
    #bookDetail dl.box dd {
        width: 100%;
        padding: 7px 2% 7px 4%;
    }
    body#book #newbooks dl.box li.pubdate,
    body#book #bookDetail dl.box li.pubdate,
    body#book #newbooks dl.box li.pubdate-text,
    body#book #bookDetail dl.box li.pubdate-text {
        margin-top: 0px;
    }
    #bookDetail div.description,
    #bookDetail div.description2,
    #bookDetail div.description-text,
    #bookDetail div.description2-text,
    #bookDetail div.hanmotokaraText,
    #bookDetail div.hanmotokaraText-text {
        padding-left: 2.6%;
        padding-right: 2.6%;
    }
    #newbooks dl.box li.new::after,
    #bookDetail dl.box li.new::after {
        top: -40px;
    }

    #newbooks dl.box li.new::before,
    #bookDetail dl.box li.new::before {
        top: -40px;
    }
    #newbooks dl.box li.title,
    #newbooks dl.box li.linktitle,
    #bookDetail dl.box li.title {
        font-size: 18px;
    }
    p.btn-hanmoto  { 
        width: calc( 100% + 30px );
        margin-left:  -20px;
    }
    
    body#book #main .text {
        padding-left: 3.6%;
        padding-right: 3.6%;
    }
/* news module */

    p.btn-detail {
        right: -5px;
        top: 0px;
    }
    #newbooks p.btn-detail,
    #bookDetail p.btn-detail {
        right: -8px;
        top: -22px;
    }
    p.btn-detail a,
    #newbooks p.btn-detail a,
    #bookDetail p.btn-detail a {
        padding: 11px 15px;
    }
    #news dl dt {
        font-size: 14px;
        letter-spacing: 0.05em;
    }
    #news dl dd {
        margin: 5px 0 1.5em 0px;
        letter-spacing: 0.05em;
        ont-size: 14px;
    }
/* newsBox module */
    #newsBox.content h2 {
        position: relative;
        left: 0px;
        top: 0px;
        font-weight: 400;
    }
    #newsBox dl {
        padding: 0;

    }

     #newsBox dl dt {
        font-size: 14px;
    }
     #newsBox dl dd {
        font-size: 14px;
        margin:  -1.5em 0 0 6em;
        padding: 0;
        letter-spacing: 0.05em;
     }
     
/* books module */
    div.tile_frame .box dt { height: 125px; }
    div.tile_frame .box dd ul li { letter-spacing: 0px; }
    div.tile_frame .box dd ul li.title { font-size: 14px; }
    div.tile_frame .box dd ul li.author  { font-size: 13px; }
    
/* contact module */
    .content#contact p.tel {
        margin-bottom: 10px;
        font-size:  24px;
    }
    .content#contact p.tel2 {
        font-size: 22px;
        letter-spacing: 0.08em;
    }
    .content#contact p.mail {
        font-size: 18px;
    }
    .content#contact p.tel2 span,
    .content#contact p.mail span {
        display: inline-block;
        margin-top: -6px;
        font-size: 14px;
        letter-spacing: 0.05em;
    }
    .content#contact p.tel2 span {
        margin-top: -52px;
    }

    
}/*==== // end @media */

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

    .content#newbooks .contactBox h3.for-newbooks {
        letter-spacing: 0em;
        font-size: 14px;
    }
    
 }/*==== // end @media */   
 
@media screen and ( max-width: 370px) {

/* newsBox module */
     #newsBox dl dt {
        font-size: 13px;
    }
     #newsBox dl dd {
        font-size: 13px;
     }


}/*==== // end @media */
@media screen and ( max-width: 350px) {

    .content#newbooks .contactBox h3.for-newbooks {
        font-size: 13px;
    }
    
 }/*==== // end @media */   


/*	8= mainVisual module
-----------------------------------------------------*/

#mainVisual {
    position: relative;
    box-sizing: border-box;
    background: url("../images/bg_white.png"), -webkit-gradient(radial, center, 0, center, 100, from(#ffffff), to(#d8e9f2));
    background: url("../images/bg_white.png"), -webkit-radial-gradient(center, circle , #ffffff, #d8e9f2);
    background: url("../images/bg_white.png"), -moz-radial-gradient(center, circle , #ffffff, #d8e9f2);
    background: url("../images/bg_white.png"), -o-radial-gradient(center, circle , #ffffff, #d8e9f2);
    background: url("../images/bg_white.png"), radial-gradient(circle farthest-side at center, #ffffff, #d8e9f2);
	background-repeat: no-repeat;
	background-position: 50%;
    background-size: contain;
    opacity: 1;
    animation: fade1 1.5s ease 0s 1 normal;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
body#book #mainVisual {
    max-width: 100vw;
    padding-top: 70px;
    background: #edf3f7;
    text-align: center;
    overflow-x: hidden;
}

#mainVisual h1 {
	position: relative;
    z-index: 11;
    display: inline-block;
    animation: fade2 3s ease 0s 1 normal;
    font-size: 30px;
    text-align: right;
    letter-spacing: 0.2em;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.8;
}
body#book #mainVisual h1 {
    text-align: center;
    line-height: 1;
}
#mainVisual h1 img.book {
    position: absolute;
    right: -96px;
    bottom: 0px;
    width: 85px;
    height: auto;
}
#mainVisual .image {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 0px;
    width: auto;
    height: 100%;
    animation: fade1 3s ease 0s 1 normal;
  
}
body#book #mainVisual .image {
    height: 170px;
    width: 1150px;
    right: 50%;
    margin-right: -575px;
    overflow-x: hidden;
}
#mainVisual .image img {
    width: auto;
    height: 100%;
}
body#book #mainVisual .image img {
    width: 1150px;
    height: 170px;
}
#mainVisual p.twitter {
    position: absolute;
    left: 1.5vw;
    bottom: 15px;
}
@keyframes fade1 {
  0%, 50% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
    margin-top: 50px;
  }
  60% {
    opacity: 0;
    margin-top: 12px;
  }
  90% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes up {
  0% {
    opacity: 0;
    margin-top: 60px;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes righttoleft {
  0% {
    opacity: 0;
    right: -100%;
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    right: -1.7%;
  }
}
@keyframes lefttoright {
  0% {
    opacity: 0;
    left: -100%;
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    left: -1.7%;
  }
}

@media screen and ( min-width: 1150px) {
    
    #mainVisual{
        height: 430px;
        padding-left:calc(( 50vw - 565px) + 160px );
        padding-top: 150px;
	}
    body#book #mainVisual {
        height: 170px;
        padding-left: 60px;
    }
    #mainVisual .image {
        right: calc( 50vw - 575px );
    }
    body#book #mainVisual .image {

    }
    #mainVisual p.twitter {
        left: calc( 51vw - 565px );
    }

}/*==== // end @media */
@media screen and ( max-width: 1149px) {
    
    #mainVisual{
        height: 37.39vw;
        padding-left: 12vw;
        padding-top: 12.8vw;
	}
    body#book #mainVisual {
        height: 170px;
        width: 100vw;
    }
    #mainVisual .image {
        right: -20px;
    }
    body#book #mainVisual .image {
        right: 0px;
        left: 0px;
        margin-left: calc(( 475px - 50vw ) * -1);
        margin-right: calc(( 675px - 50vw ) * -1);
    }
}/*==== // end @media */

@media screen and ( max-width: 999px) {
    
    #mainVisual{
        padding-left: 10vw;
	}
    #mainVisual h1 {
        font-size: 28px;
	}
    #mainVisual h1 img.book {
        right: -3.2em;
        width: 3em;
        height: auto;
    }
    #mainVisual .image {
        right: -50px;
    }
    #mainVisual p.twitter {
        bottom: 1vw;
    }
    #mainVisual p.twitter img {
        width: 22.2vw;
        height: 10.2vw;
    }

}/*==== // end @media */
@media screen and ( max-width: 850px) {

    #mainVisual h1 {
        font-size: 26px;
	}

}/*==== // end @media */
@media screen and ( max-width: 767px) {
	
    
    #mainVisual h1,
    body#book #mainVisual h1 {
        font-size: 24px;
        letter-spacing: 0.15em;
	}
    body#book #mainVisual {
        height: 22.135vw;
        width: 100vw;
        padding-top: 9.1vw;
    }
    body#book #mainVisual .image {
        height: 22.135vw;
        width: 150vw;
        margin-left: -11.8vw;
        margin-right: -38.2vw;
    }
    body#book #mainVisual .image img {
        width: 150vw;
        height: 22.135vw;
    }
	
}/*==== // end @media */
@media screen and ( max-width: 680px) {
	
	#mainVisual{
        padding-top: 12vw;
        padding-left: 9vw;
    }
    #mainVisual h1,
    body#book #mainVisual h1 {
        font-size: 22px;
        letter-spacing: 0.1em;
	}
    #mainVisual .image {
        right: -6vw;
    }
	
}/*==== // end @media */

@media screen and ( max-width: 580px) {
	
	#mainVisual{
        padding-left: 6vw;
    }
    #mainVisual h1,
    body#book #mainVisual h1 {
        font-size: 20px;
        letter-spacing: 0.03em;
	}
    #mainVisual .image {
        right: -5.5vw;
    }
    #mainVisual p.twitter {
        display: none;
    }
	
}/*==== // end @media */
@media screen and ( max-width: 480px) {
	
	#mainVisual{
        padding-top: 11.8vw;
        padding-left: 5vw;
    }
    #mainVisual h1 {
        width: 13em;
        text-align: center;
        font-size: 18px;
        line-height: 1.8;
	}
    body#book #mainVisual h1 {
        font-size: 18px;
    }
    #mainVisual h1 img.book {
        right: -1.7em;
    }
	
}/*==== // end @media */
@media screen and ( max-width: 400px) {
	
	#mainVisual{
        padding-top: 11vw;
        padding-left: 4.5vw;
    }
    #mainVisual h1,
    body#book #mainVisual h1 {
        font-size: 15px;
        line-height: 1.6;
	}
    #mainVisual h1 img.book {
        right: -1.4em;
    }
	
}/*==== // end @media */



/*	9= detail module
-----------------------------------------------------*/


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


}/*==== // end @media */
@media screen and ( max-width: 580px ) {
    


}/*==== // end @media */

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

}/*==== // end @media */

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


    
}/*==== // end @media */
