@charset "UTF-8";

/*
	Theme Name: poempiece2020
	Description: Easy and Simple theme by <a href="http://poempiece.com/">poempiece.com</a>. ポエムピース株式会社サイトのテーマです。
	Theme URI: http://poempiece.com/wp-content/themes/poempiece2020/
	Author: Kenji Sekiguchi
	Author URI:
	Version: 1
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: white, right-sidebar, two-columns

@font-face {
    font-family: 'NotoSansCJKjp-Light';
    src: url('../font/NotoSansCJKjp-Light.woff'),url('../font/NotoSansCJKjp-Light.eot');
}
@font-face {
    font-family: 'fonts/NotoSansCJKjp-Regular';
    src: url('../font/NotoSansCJKjp-Regular.woff'),url('../font/NotoSansCJKjp-Regular.eot');
}
@font-face {
    font-family: 'NotoSansCJKjp-Bold';
    src: url('../font/NotoSansCJKjp-Bold.woff'),url('../font/NotoSansCJKjp-Bold.eot');
}

body {
    font-family: 'NotoSansCJKjp-Regular';
}

*/


@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}




@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


html { font-size: 62.5%; }
body { font-size: 14px; font-size: 1.4rem; }
li   { font-size: 14px; font-size: 1.4rem; }

body {
    font-family: 'Noto Sans Japanese', serif;
}


* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block;
}


/*--Base------------------------------------------------------------*/
html,body {
	width: 100%;
	height: 100%;
}
html {
	height: 100%;
	overflow-y: scroll;
}

/*--Reset-----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
  word-break: break-all;
}
a {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	border: none;
	vertical-align: middle;
	height: auto;
	margin: 0 auto;
}
ul,ol {
	list-style: none;
}
.clear {
	clear:both;
}

/*clearfix
---------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
*zoom: 1;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}




/*--Text------------------------------------------------------------*/
body {
	background:#f3f3f3;
  /* color:#333; */
  color: #222;
	font-weight: normal;
	line-height: 1.55;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


/*--Font------------------------------------------------------------*/

html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  /* sets the default sizing to make sure nothing is actually 10px */
}

/*h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}*/
h1 {
  font-size: 22px;
  font-size: 2.2rem;
}


/*--Link------------------------------------------------------------*/
a,
a:link {
	color: #ee4c4c;
}
a:visited {
	color: #ee4c4c;
}
a:hover,
a:active {
 color: #ff8334;
 /* text-decoration: underline; */
}
a:focus {
	outline: none;
}
a:hover img {
opacity:0.8;
}

/*-- iOSでのデフォルトスタイルをリセット ------------------------------------------------------------*/
 @media only screen and (max-device-width: 640px),
 only screen and (max-device-width: 667px),
 only screen and (max-width: 480px){
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
}
/*--HTML5-----------------------------------------------------------*/
article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}
/*--sample----------------------------------------------------------*/


/*--layout----------------------------------------------------------*/
#header {
	text-align:center;
}
#wrapper {
	background:#fff;
	padding: 30px 0;
	margin: 0 auto;
}
#header header div {
	text-align:left;
	margin: 0 20px;
}
#header header div img {
	margin: 0;
}
#contents {
	margin: 0 auto;
}

.left {
	float:left;
}
.right {
	float:right;
}


#main {
 width:700px;
 margin-left: 45px;
 margin-bottom: 45px;
}
#side {
 width: 240px;
 margin-right: 45px;
}

#menu {
	display: none;
}

#footer {
	text-align:center;
	padding: 30px 0;
}



/* menu
----------------------------------------------------------*/
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
   /*  position: fixed; */
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right:24px;
    top: 44px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/*
----------------------------------------------------------*/


#contents #company span {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:1.8em;
}


/*　recommend
----------------------------------------------------------*/



#contents #recommend {
	background:#4dabd2;
	color:#fff;
	margin:  0 ;
	padding:20px 20px 100px;
}
#contents #recommend  h5 {
	border-radius:10px;
	background:#FFF;
	color: #4dabd2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 40px 0 ;
	padding: 20px  ;
}
#contents #recommend  p {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align:left;
	line-height:3em;
}
#contents #recommend  span {
	display:block;
	padding: 0  0 30px ;
}
#contents #recommend  small {
	text-align:right;
	margin: 5px auto 10px;
	display:block;
}




/* news
----------------------------------------------------------*/

h4 {
	text-align: left;
	margin: 40px 5px 8px;
	padding: 0  ;
}
h4 span {
	display: inline-block;
	transform: scale( 1.15, 1);
}


#home #blog  {
	width: 700px;
	text-align:left;
	margin: 0  auto;
	padding:0;
}
#home #blog h3 {
	background: url("../img/title_poempiece_blog.png") no-repeat;
	width: 300px;
	height: 25px;
	text-indent:-9999px;
	margin: 40px 0  20px;
	padding: 0  ;
		opacity: .8;
}

#home #blog .blogBox {
	border-top: #e0e0e0 1px solid ;
	border-bottom: #e0e0e0 1px solid ;
	width: 700px;
}
#home #manuscript a {
	width: 700px;
	height: 80px;
	margin: 40px 0  0px;
	padding: 0  ;
	display: block;
}
#home #manuscript a img {

}




/* news
----------------------------------------------------------*/

#home #news  {
	width: 700px;
	text-align:left;
	margin: 0  auto;
	padding:0;
}
#home #news h3 {
	background: url("../img/title_poempiece_news.png") no-repeat;
	width: 300px;
	height: 25px;
	text-indent:-9999px;
	margin: 40px 0  20px;
	padding: 0  ;
		opacity: .8;
}


#home #news ul {
	background:#e5e5e5;
	width: 700px;
	height: auto;
	margin: 0 ;
	padding: 0 15px 15px ;
	clear:both;
}
#home #news li {
	background:#fff;
	width: 330px;
	height: 460px;
	margin: 15px  0 0 0  ;
	padding: 0 ;
	float:left;
}
#home #news li:nth-child(odd) {
	margin-right: 10px;
}
#home #news li h4 {
	height: 60px;
	text-align:center;
	margin: 0 ;
	padding: 0 ;
}
#home #news li h4 a {
    background:#454545;
	width:330px;
	height: 60px;
	text-indent:-9999px;
	display:block;
}
#home #news li h4.oblaat a{
	background: #454545 url("../img/news_oblaat.png") center no-repeat ;
}
#home #news li h4.poegirl a {
	background: #454545 url("../img/news_poegirl.png") center no-repeat ;
}
#home #news li h4.michiru a {
	background: #454545 url("../img/news_michiru.png") center no-repeat ;
}
#home #news li h4.store a {
	background: #454545 url("../img/news_store.png") center no-repeat ;
}
#home #news li h4.info a {
  background: #454545 url("../img/news_info.png") center no-repeat ;
}
#home #news li h4.amazon a {
  background: #454545 url("../img/news_amazon.png") center no-repeat ;
}

#home #news li h4 a:hover {
	background:#ff0000;
}
#home #news li h4.oblaat a:hover {
	background: #000 url("../img/news_oblaat.png") center no-repeat ;
}
#home #news li h4.poegirl a:hover {
	background: #FF8888 url("../img/news_poegirl.png") center no-repeat ;
}
#home #news li h4.michiru a:hover {
	background: #fef200 url("../img/news_michiru.png") center no-repeat ;
}
#home #news li h4.store a:hover {
	background: #ee1122 url("../img/news_store.png") center no-repeat ;
}
#home #news li h4.info a:hover {
	background: #660099 url("../img/news_info.png") center no-repeat ;
}
#home #news li h4.amazon a:hover {
  background: #f8981d url("../img/news_amazon.png") center no-repeat ;
}



#home #news li .newsImg {
	background:#f3f3f3;
    width: 330px;
	height: 248px;
	margin: 0 ;
	padding: 0 ;
}
#home #news li .newsImg  a {
	/* border:#fff solid 2px; */
    width: 330px;
	height: 248px;
	display:block;
}
#home #news li .newsImg  a:hover {
 background-color: rgba(255,255,255,0.4);
}
#home #news li .newsImg a {
background-size:cover;
background-position:center;
 overflow:hidden;
}

#home #news li .newsImg.oblaat {
	background: url("../img/newsImg_oblaat.png") center no-repeat ;
}
#home #news li .newsImg.poegirl {
	background: url("../img/newsImg_poegirl.png") center no-repeat ;
}
#home #news li .newsImg.michiru {
	background: url("../img/newsImg_michiru.png") center no-repeat ;
}
#home #news li .newsImg.shop {
	background: url("../img/newsImg_store.png") center no-repeat ;
}
#home #news li .newsImg.info {
	background: url("../img/newsImg_info.png") center no-repeat ;
}
#home #news li .newsText {
	border-top: 1px #e0e0e0 solid;
	margin: 0 ;
	padding: 15px ;
}
#home #news li .newsText a {
	height: 95px;
	color:#444;
	letter-spacing: 0.1em;
	display:block;
}
#home #news li .newsText a:hover {
	opacity:0.6;
	text-decoration: none;
}

#home #news li .newsSiteLink {
	background: url("../img/newslink_line01-1.png") repeat-x ;
	width: 330px;
	height: 24px;
	text-align:right;
	margin: 0 ;
	padding: 0 ;
}
#home #news li .newsSiteLink a {
	color:#000;
	background: #fff;
	padding: 0 10px 0 0  ;
}
#home #news li .newsSiteLink a:hover {
	color:#ff0000;
	text-decoration:none;
}
#home #news li .newsSiteLink a:before {
	content: url("../img/newslink_line02.png" );
	position: relative;
	top:2px;
}





/* info
----------------------------------------------------------*/

#info #news  {
	width: 700px;
	text-align:left;
	margin: 0  auto;
	padding:0;
}
#info #news h3 {
	background: url("../img/title_poempiece_news.png") center no-repeat;
	width: 300px;
	height: 25px;
	text-indent:-9999px;
	margin: 0 0  20px;
	padding: 0  ;
		opacity: .8;
}


#info #news ul {
	background:#e5e5e5;
	width: 700px;
	height: auto;
	margin: 0 ;
	padding: 15px ;
	clear:both;
}
#info #news h4  {
	background-color:#660099;
	background-image: url("../img/news_info.png") ;
	background-position:center;
	background-repeat: no-repeat;
	width: 670px;
	height: 60px;
	text-indent:-9999px;
	margin: 0 ;
	padding: 0 ;
	display:block;
}
#info #news li {
	background:#fff;
	width: 670px;
	height: auto;
	margin:  0 0 15px 0  ;
	padding: 0 ;
}
#info #news li .infoImg {
	background:#f3f3f3;
 width: 670px;
	height: 504px;
	margin: 0 ;
	padding: 0 ;
}
#info #news li .infoImg {
	background-image: url("../img/newsImg_info.png");
	background-position:center;
	background-repeat: no-repeat;
  background-size: cover;
}

#info #news li span.date {
	color:#660099;
	font-size: 1.65em;
	/*font-family: 'Inconsolata', ;
	font-family: 'Merriweather Sans', sans-serif;
	font-family: 'Raleway', sans-serif;*/
	font-family: 'Merriweather', serif;
	/*font-weight: 300italic;*/
	font-weight: 300;
	margin:  0 ;
	padding: 30px 50px 0;
	display:block;
}

#info #news li h5 {
	color:#444;
	font-size: 1.35em;
	letter-spacing: 0.1em;
	line-height:1.55em;
	margin:  0 0 30px 0 ;
	padding: 15px  50px ;
}
#info #news li .infoText {
	font-size: 1em;
	line-height:1.95em;
	margin:  0 ;
	padding: 15px 50px 50px;
}

#info #news li .infoText a:hover {
	color:#660099;
}
#info #news li .infoText strong {
	color:#660099;
}

#info #news li .infoText small {
	font-size: 0.85em;
	line-height:1.75em!important;
	/*	display:block;*/
	margin:  0 ;
}
#info #news ul ul{
	background:#fff;
	width: 500px;
	height: auto;
	margin: 0 ;
	padding:0 ;
	clear:both;
}
#info #news li li {
	width: 500px;
}


}
/*
 * infoListLink
 ----------------------------------------------------------*/

#info #news .infoListLink {
  text-align: center;
  margin: 50px auto;
}
#info #news .infoListLink a {
  border:1px solid #333;
  border-radius: 50px;
  background: url(../img/title_poempiece_news.png) center no-repeat;
  background-size: 80%;
  width: 250px;
  height: 25px;
  text-indent: -9999px;
  margin: 20px auto 20px;
  padding: 20px;
  display: block;
}
#info #news .infoListLink a:hover {
  opacity: 0.5;
}
#info.archive.category-info #news .infoListLink {
  display: none;
}


/*--visuallink----------------------------------------------------------*/

#visuallink  {
	width: 960px;
	text-align:left;
	margin: 40px auto ;
	padding:20px 0;
	clear: both;
}

#visuallink h3 {
	background-image: url("../img/title_visuallink.png");
	width: 300px;
	height: 25px;
	text-indent:-9999px;
	margin: 40px 0  20px 45px;
	padding: 0  ;
	opacity: .8;
}

#visuallink ul {
	width: 960px;
	height: 300px;
	margin: 0 auto;
	padding:0 ;
	clear:both;
}

#visuallink li {
	background-image: url("../img/noimage.jpg");
	background-size:cover;
	background-position:center;
}

#visuallink ul {
 position:relative;
}
#visuallink li  {
 overflow:hidden;
 position: absolute;
 display:block;
}

#visuallink li a {
 display:block;
}
#visuallink li a:hover {
 background-color: rgba(255,255,255,0.4);
}
#visuallink li:nth-of-type(1),
#visuallink li:nth-of-type(1) a {
  width:410px;
  height:300px;
}

#visuallink li:nth-of-type(2) ,
#visuallink li:nth-of-type(2) a {
  width:300px;
  height:300px;
}

#visuallink li:nth-of-type(3) ,
#visuallink li:nth-of-type(3) a,
#visuallink li:nth-of-type(4) ,
#visuallink li:nth-of-type(4) a {
  width:150px;
  height:150px;
}

#visuallink li:nth-of-type(5) ,
#visuallink li:nth-of-type(5) a ,
#visuallink li:nth-of-type(6) ,
#visuallink li:nth-of-type(6) a ,
#visuallink li:nth-of-type(7) ,
#visuallink li:nth-of-type(7) a {
  width:100px;
  height:100px;
}

#visuallink li:nth-of-type(1) {
  top:0px;
  left:0px;
}

#visuallink li:nth-of-type(2) {
  top:0px;
  left:410px;
}

#visuallink li:nth-of-type(3) {
  top:0px;
  left:710px;
}

#visuallink li:nth-of-type(4)  {
  top:150px;
  left:710px;
}

#visuallink li:nth-of-type(5)  {
  top:0px;
  left:860px;
}

#visuallink li:nth-of-type(6)  {
  top:100px;
  left:860px;
}

#visuallink li:nth-of-type(7)  {
  top:200px;
  left:860px;
}



#visuallink li img {
  overflow:hidden;
  width:auto;
  height:auto;
  display:none;
}
#visuallink li:nth-of-type(1) img {
  width:410px;
  height:300px;
}

#visuallink li:nth-of-type(2) img {
  width:300px;
  height:300px;
}

#visuallink li:nth-of-type(3) img {
  width:150px;
  height:150px;
}

#visuallink li:nth-of-type(4) img {
 width:150px;
  height:150px;
}

#visuallink li:nth-of-type(5) img {
  width:100px;
  height:100px;
}

#visuallink li:nth-of-type(6) img {
  width:100px;
  height:100px;
}

#visuallink li:nth-of-type(7) img {
  width:100px;
  height:100px;
}




.iframeMichiru {
	 width: 1050px;
	 height: 540px;
  overflow: hidden;
}


/*--michiru-------------------------


#michiru  {
	background:#fef200;
	width: 100%;
	text-align:left;
	margin: 100px auto;
	padding: 30px 0 80px;
}
#michiru h3 {
	background-image: url("../img/title_michiru.png");
	width: 240px;
	height: 30px;
	text-indent:-9999px;
    margin: 0 0 25px  45px;
	padding: 0 ;
}
#michiru ul {
	width: 960px;
	height: 370px;
	margin: 0 auto;
	padding:0 ;
	overflow:hidden;
	clear:both;
}
#michiru li {
	background:#fff;
	width: 460px;
	height: 370px;
	margin: 0  ;
	padding: 0 ;
	float:left;
}
#michiru li:nth-child(1) {
	background-image: url("../img/bg_michiru.png");
	margin-right: 40px;
  overflow: hidden;
  display: block;
}
#michiru li:nth-child(1) a {
width: 460px;
height: 370px;
 display:block;
}
#michiru li:nth-child(odd) a:hover {
 background-color: rgba(255,255,255,0.4);
}
#michiru li:nth-child(2) {
	color:#666;
	padding: 40px ;
	overflow:auto;
}
#michiru li:nth-child(2)  h5{
 margin-bottom: 30px ;
}
#michiru li:nth-child(2)  h5 a {
 color:#997c43;
 font-size:1.18em;
}
#michiru li:nth-child(2)   {
 line-height:2em;
}
#michiru li:nth-child(2)  span {
}

#michiru li:nth-child(2) div a,
#michiru li:nth-child(2) p a {
  display: none;
}

---------------------------------*/


/*--twitter----------------------------------------------------------*/


#twitter_poempiece ,
#twitter_oblaat ,
#twitter_poegirl,
#twitter_miraipub {
	width: 240px;
	height: 640px;
	margin: 0 0 40px;
}
#twitter_poempiece h4,
#twitter_oblaat h4 ,
#twitter_poegirl h4 ,
#twitter_miraipub h4 {
	height: 30px;
	text-indent:-9999px;
	margin: 0 0  15px;
	opacity: .8;
}

#twitter_poempiece h4 {
	background: url("../img/sub_twitter_poempiece.png") center no-repeat;
}


#twitter_oblaat h4  {
	background: url("../img/sub_twitter_oblaat.png") center no-repeat;
}


#twitter_poegirl h4 {
	background: url("../img/sub_twitter_poegirl.png") center no-repeat;
}

#twitter_miraipub h4 {
  background: url("../img/sub_twitter_miraipub.png") center no-repeat;
}

#twitter_poempiece iframe ,
#twitter_oblaat iframe ,
#twitter_poegirl iframe ,
#twitter_miraipub iframe  {
  border-radius: 5px;
  border: 1px solid #e0e0e0!important;
}

/*  ウィジェット　未使用　のため　非表示　*/
.widget {
	display:none;
}






/*===============================================
●style.css 画面の横幅が769px以上
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***:auto;　
}
===============================================*/


/*--layout----------------------------------------------------------*/
#wrapper {
	width: 1050px;
	celar:both;
}
#header {
	width: 1050px;
	border-top:#000 2px solid ;
	border-bottom:#000 2px solid ;
	text-align:center;
	padding: 0;
	margin: 20px auto;
}

#header img,
#header span {
	width: 30%;
	display:inline-block;
	font-size: 0.65em;
}


#contents {
	width: 1050px;
}

#logo {
	margin: 80px auto 160px ;
}

#link {
	margin: 40px auto 120px;
}
#link li {
	width: 20%;
	display:inline-block;
}

#book {
	border-radius :10px;
	border:#e0e0e0 1px solid;
	background: #fff url("../img/bg_book.png") no-repeat left center;
	width: 100%;
	text-align:left;
	margin: 0 0 60px;
	padding:20px 10px 20px 160px;

}
#book h3 {
	border-radius :0px;
	/*color:#fff;*/
	font-size:1.35em;
	text-align:left;
	margin: 0;
	padding: 6px 20px;
}
/*#book  h3 span {
	background:#fffdcb;
}*/

#book img {
	width: 160px;
	margin: 0 40px 0 20px;
	float:left;
	display:block;
}

#book .text {
	display:block;
}
#book  p {
	margin-top: 20px;
}
#book  p strong {
	font-size:1.15em;
}




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

#header h1 {
	font-weight:normal;
	vertical-align: middle;
}




/*--contents----------------------------------------------------------*/

#contents {
	text-align:center;
}
#contents img{
	/*margin: 0 auto;*/
	max-width: 100%;
}

.social4i {
		margin-top: 50px;
}



/*--pages----------------------------------------------------------*/

.pages #main {
  width: 860px;
	margin: 10px auto ;
  font-size: 1em;
}
.pages #main ul {
	border-top:#000 2px solid ;
	border-bottom:#000 2px solid ;
	text-align: right;
	/* font-size: 0.8em; */
	font-weight:bold;
	padding: 8px 0;
	margin: 10px auto;
}
.pages #main li {
	display:inline-block;
}

.pages #main li a {
	color:#444;
	padding: 1px 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pages#company #main li.navCompany a,
.pages#message #main li.navMessage a,
.pages#access  #mainli.navAccess a,
.pages#contact #main li.navContact a {
	color:#f0000f;
	color:#fff;
	background: #f3f3f3;
	background: #000;
}
.pages#mailentry #main #PageSubnav {
	display: none;
}

.pages li:before {
	content: " ｜ " ;
}
.pages li:first-child:before {
	content: "  " ;
}


.pages #main article {
	text-align:left;
	padding: 20px 0;
	margin: 10px auto ;
}

.pages #main article h2 {
	font-size:1.35em;
	padding: 20px 0;
	margin: 10px 80px ;
}
.pages #main article h2:before {
	content: '\f429';
	content: '\f104';
	font: normal 22px Genericons;
	top:3px;
 margin-right: 5px;
 position: relative;
}


.pages #main article h2 + div {
 line-height: 2em;
 padding: 10px 0;
	margin: 10px 80px ;
}

.pages#company #main article h2 + div #data {
 border: 1px #666 dashed;
 padding: 50px;
}
.pages#company #main article h2 + div  p strong {
	font-size:1.15em;
}
.pages#company #main article h2 + div h4 {
	background: #666;
	color:#fff;
	font-size:1.15em;
	padding:3px 10px;
	margin-top:60px;
}
.pages#message #main article h2 + div {
	background: #ceeeec;
	background: rgba(208,238,238,0.4);
	border-radius:10px;
	font-size:1.05em;
	padding: 50px;
}
.pages#company #main article h2 + div #message {
	background: #ceeeec;
	background: rgba(208,238,238,0.4);
	border-radius:10px;
	font-size:1.05em;
 line-height: 2.25em;
	padding: 50px;
	margin:  0 0 60px;
}

.pages #main article #data {
    font-size: 15.5px;
    line-height: 1.8;
    text-align: left;
}

.pages #main article .google_map {
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.pages #main article .google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.pages #main article .text_map {
    font-size: 15.5px;
    line-height: 1.8;
    text-align: left;
}

.pages #main article .text_map ul.text_map_note {
	border: none;
    font-size: 13px;
    font-style: normal;
    line-height: 1.8;
    text-align: left;
    padding: 8px 0;
}
.pages #main article .text_map ul.text_map_note li {
    font-weight: normal;
}

.pages #main article .text_map ul.text_map_note li:before {
    content: none;
}

.pages #main article .map_img {
    width: 80%;
    height: auto;
    margin: 40px auto 0;
}

.pages #main article h2 + div p+p {
	margin-top: 40px ;
}
.pages#message #main article h2 + div p:nth-last-of-type(1) {
	padding-top: 50px;
}





.pages#contact #main article h2 + div  ,
.pages#mailentry #main article h2 + div  {
	background: #c9e7e7;
	background: rgba(201,231,231,0.4);
	background: rgba(227,227,227,0.4);
 border-radius:10px;
	padding: 20px 60px ;
	margin: 10px 80px ;
}
.pages#contact #main article h2 + div p ,
.pages#mailentry #main article h2 + div p {
	margin: 20px  0 0 ;
	font-size:1.05em;
	line-height:2em;
}
.pages#contact #main article h2 + div p span ,
.pages#mailentry #main article h2 + div p span {
	font-size:0.85em;
	line-height:2em;
 margin: 10px  0 0 ;
	display:block;
}

.pages#contact #main article h2 + div input ,
.pages#contact #main article h2 + div textarea ,
.pages#mailentry #main article h2 + div input ,
.pages#mailentry #main article h2 + div textarea {
	border-radius:3px;
 background: #fff;
	width:100%;
	padding: 6px;
}
.pages#contact #main article h2 + div input.wpcf7-submit ,
.pages#mailentry #main article h2 + div input.wpcf7-submit {
	border-radius:3px;
 background: #666;
	width:300px;
	color:#fff;
	cursor: pointer;
	margin: 30px auto;
	display:block;
}
.pages#contact #main article h2 + div input.wpcf7-submit:hover ,
.pages#mailentry #main article h2 + div input.wpcf7-submit:hover {
 opacity:0.8;
}


@media only screen and (max-device-width: 640px),
 only screen and (max-device-width: 667px),
 only screen and (max-width: 480px){

	.pages#contact #main article h2 + div input.wpcf7-submit ,
	.pages#mailentry #main article h2 + div input.wpcf7-submit {
		width: 70vw;
	}

	}








/*--footer----------------------------------------------------------*/

#footer  {
	width: 1050px;
	color:#636363;
	text-align:center;
	margin: 20px auto;
}
#footer  ul {
	border-top:#000 2px solid ;
	border-bottom:#000 2px solid ;
	font-size:0.9em;
	padding: 20px 0;
}
#footer  li {
	display:inline-block;
}
#footer  li a {
	color:#444;
}

/* #home #news li .newsSiteLink a {
	color:#444;
	background: #fff;
	padding: 0 10px 0 0  ;
} */
#footer  li:before {
	content: " ／ " ;
}
#footer  li:first-child:before {
	content: "  " ;
}

#footer div {
	font-size:0.85em;
	font-family:Verdana, Geneva, sans-serif ;
	margin: 20px auto;
}





/* TOP スライドショー 書籍紹介
----------------------------------------------------------*/


#slideshow {
	width: 700px;
	height: 500px;
	text-align:left;
	margin: 0  auto 30px;
	padding:0;
	position: relative;
}
#slideshow h3 {
	background: url("../img/title_poempiece_bookpost.png") no-repeat;
	width: 300px;
	height: 25px;
	text-indent:-9999px;
	margin: 0 0 20px;
	padding: 0  ;
	opacity: .8;
}



/*
#slideshow ul {
	border-top: 4px solid #1fc122;
	border-bottom: 4px solid #1fc122;
	background:#f9f9f9;
	width: 702px;
	height: 358px;
	margin: 0 0 40px;
	padding: 0 ;
	font-size: 0;
}
#slideshow ul {
	font-size: 0;
}

#slideshow li article {
	font-size: 1.35rem;
	line-height: 1.5;
	display: inline-block;
}


#slideshow li article a {
	width: 702px;
	height: 350px;
	display: block;
	color: #333;
}
#slideshow li article a:hover {
	 opacity: .7;
	 text-decoration: none;
}

#slideshow li .slideshowCoverImg {
  display: table-cell;
}
#slideshow li article .slideshowCoverImg span {
	background: #f9f9f9;
  width: 350px;
	height: 350px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#slideshow li article .slideshowCoverImg img {
    width: auto;
	height: auto;
	display:block;
}

*/


#slideshow ul.slides {
	border-top: 4px solid #1fc122;
	border-bottom: 4px solid #1fc122;
	background:#f9f9f9;
	width: 700px;
	height: 358px;
	margin: 0 0 40px;
	padding: 0 ;
	font-size: 0;
	box-sizing: border-box;
  overflow: hidden;
}

#slideshow .slides li {
    width: 700px;
	font-size: 1.35rem;
	line-height: 1.5;
	display: inline-block;
}

#slideshow .slides li article a {
	width: 702px;
	height: 350px;
	display: block;
	color: #333;
}
#slideshow .slides li article a:hover {
	 opacity: .7;
	 text-decoration: none;
}

#slideshow .slides li article .slideshowCoverImg {
	  display: table-cell;
}
#slideshow .slides li article .slideshowCoverImg span {
	background:#f9f9f9;
    width: 350px;
	height: 350px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#slideshow .slides li article .slideshowCoverImg img {
  width: auto;
  height: auto;
  max-width: 320px;
  max-height: 320px;
  display:block;
}




#slideshow .slides li article .slideshowTitleSummary {
	background: #fff;
	width: 350px;
	height: 175px;
  /* padding: 60px; */
  padding: 0 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#slideshow .slides li article a .slideshowTitleSummary em {
	color: #1fc122;
  font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}
#slideshow .slides li article a .slideshowTitleSummary h4 {
	font-size: 1.8rem;
  margin-bottom: 5px;
}
#slideshow .slides li article a .slideshowTitleSummary span {
	display: block;
}

#slideshow .slideshowLink {
	/* background: url(../img/slideshowlink_line.png) center left no-repeat; */
	background: url("../img/newslink_line01-1.png") repeat-x ;
  /*  border-bottom: 20px solid #c5c5c5;
   border-left: 5px solid #c5c5c5;
  border-right: 5px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5; */
  width: 700px;
	height: 20px;
	text-align: right;
	font-size: 14px;
  padding-bottom: 28px;
	position: absolute;
	bottom: 25px;
}

#slideshow .slideshowLink a {
    color: #444;
    background: #fff;
    padding: 0 20px 0 0;
}
#slideshow .slideshowLink a:hover {
    color: #ee4c4c;
    text-decoration: none;
}
#slideshow .slideshowLink a:before {
    content: url(../img/newslink_line02.png);
    position: relative;
    top: 2px;
}


/* サイド　新刊
----------------------------------------------------------*/


#newest_book {
	width: 240px;
	height: auto;
	margin: 0 0 40px;
}

#newest_book h4 {
	/* text-align: center  20180207*/
	text-align: left;
}
/*
#newest_book h4 {
	background: url("../img/title_poempiece_newestbook.png")  center no-repeat;
	height: 25px;
	text-indent:-9999px;
	margin: 0 0 18px;
	opacity: .8;
}
*/
#newest_book ul {
	border-top: 1px dashed #CCCCCC ;
	border-bottom: 1px dashed #CCCCCC ;
	padding: 15px 0;
}


#newest_book li {
	text-align: left;
	padding: 5px 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

#newest_book li:before {
	content: "・";
}

#newest_book li a {
 color: #333;
}
#newest_book li a:hover {
 color: #1fc122;
 text-decoration: none;
}

#newest_book li a em ,
#newest_book li a span {
	font-style: normal;
}

#newest_book li a span {
	font-size: .85em;
}





/* 書籍一覧
----------------------------------------------------------*/


#books #booklist_piece  {
	width: 705px;
	text-align:left;
	margin: 0  auto;
	padding:0;
    box-sizing: border-box;
}
#books #booklist_piece h3 {
	background: url("../img/title_poempiece_booklist.png") no-repeat;
	width: 300px;
	height: 25px;
	text-indent:-9999px;
	margin: 0 0  20px;
	padding: 0  ;
	opacity: .8;
}


#books #booklist_piece ul {
	border-left: 5px solid #c5c5c5;
	width: 705px;
	height: auto;
	margin: 0 ;
	padding: 0 ;
	font-size: 0;
  box-sizing: border-box;
}
#books #booklist_piece li:nth-child(1) ,
#books #booklist_piece li:nth-child(2) {
	border-top: 5px solid #c5c5c5;
}
#books #booklist_piece li {
	border-right: 5px solid #c5c5c5;
	border-bottom: 5px solid #c5c5c5;
  width: 350px;
	font-size: 1.35rem;
	line-height: 1.5;
	display: inline-block;
}

#books #booklist_piece li a {
	width: 345px;
	height: 525px;
	display: block;
	color: #333;
}
#books #booklist_piece li a:hover {
	 opacity: .7;
	 text-decoration: none;
}

#books #booklist_piece li .booklistCoverImg {
	display: table;
}
#books #booklist_piece li .booklistCoverImg span {
	background:#f9f9f9;
    width: 345px;
	height: 350px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#books #booklist_piece li .booklistCoverImg img {
    width: auto;
	height: auto;
    max-width: 320px;
	max-height: 320px;
	display:block;
}

#books #booklist_piece li .booklistTitleSummary {
	width: 350px;
	height: 175px;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#books #booklist_piece li a .booklistTitleSummary em {
	font-style: normal;
	display: block;
}

#books #booklist_piece li a .booklistTitleSummary h4 {
	text-align: center;
	font-size: 1.6rem;
	margin: 0 0 10px;
}

#books #booklist_piece li a .booklistTitleSummary span {
	display: block;
}




/* 書籍紹介　シングルページ
----------------------------------------------------------*/


#books #singleContents  {
	width: 700px;
	text-align:left;
	margin: 0  auto;
	padding: 0 ;
}
#books #singleContents h3 {
	background: url("../img/title_poempiece_bookpost.png") no-repeat;
	width: 300px;
	height: 25px;
	text-indent:-9999px;
	margin: 0 0  20px;
	padding: 0  ;
	opacity: .8;
}

#books #singleContents article  {
	background: #c5c5c5;
	width: 700px;
	margin: 0  auto 10px ;
	padding: 5px;
}
#books #singleContents article div {
	background: #fff;
	width: 690px;
	text-align:left;
	margin: 0  auto;
	padding: 0 ;
}
#books #singleContents article div .flex-viewport {
  border-left: none;
  border-right: none;
}
#books #singleContents article div h4 {
	background: #1fc122;
	width: 690px;
	color: #fff;
	font-weight: bold;
	font-size: 1.55em;
	margin: 0 ;
	padding: 15px 30px ;
}
#books #singleContents article div h4 em {
	font-style: normal;
}
#books #singleContents article div h4 small {
	font-size: .75em;
	display: block;
}
#books #singleContents article div h4 span {
	font-weight: normal;
	font-size: .75em;
    transform: scale( 1, 1);
	display: block;
}

/*
#books #singleContents article div .singleCoverImg {
	display: table;
}
#books #singleContents article div .singleCoverImg span {
	background:#f9f9f9;
  width: 690px;
	height: 540px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#books #singleContents article div .singleCoverImg img {
  width: auto;
	height: auto;
	display:block;
}


#books #singleContents article div .singleCoverImg  {
  display: table;
}
#books #singleContents article div .singleCoverImg span {
  background:#f9f9f9;
  width: 345px;
  height: 350px;
  width: 690px;
  height: 540px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#books #singleContents article div .singleCoverImg img {
  width: auto;
  height: auto;
  display:block;
}


*/



/* single  スライドショー 書籍紹介
----------------------------------------------------------*/


#bookphotoslider {
	width: 690px;
	height: 520px;
	text-align:left;
	margin: 0  auto 60px;
	padding:0;
	position: relative;
}

#bookphotoslider ul {
	background:#f9f9f9;
	width: 690px;
	height: 520px;
	margin: 0 ;
	padding: 0 ;
	font-size: 0;
}
#bookphotoslider li {
	display: inline-block;
}
#bookphotoslider li .bookphotoslider_CoverImg {
	font-size: 1.35rem;
	line-height: 1.5;
	width: 690px;
	height: 520px;
	display: table;
	color: #333;
}
#bookphotoslider li .bookphotoslider_CoverImg span {
	background: #f9f9f9;
  width: 690px;
	height: 520px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 ;
}
#bookphotoslider li .bookphotoslider_CoverImg img {
  width: auto;
	height: auto;
	max-width: 690px;
	max-height: 520px;
}

#bookphotoslider li .bookphotoslider_CoverImg span.bookcover {
  width: 690px;
	height: 520px;
	padding: 20px ;

}
#bookphotoslider li .bookphotoslider_CoverImg span.bookcover img {
    width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#books #singleContents article #carousel ul {
  background:#e6e6e6;
}
#books #singleContents article #carousel ul li {
    margin: 1px 1px 0 1px!important;
}
#books #singleContents article #carousel ul li img {
	cursor: pointer;
}



/* single  書籍紹介　コンテンツ
----------------------------------------------------------*/

#books #singleContents article div .singleText ,
#books #singleContents article div .singleProfile ,
#books #singleContents article div .webshop {
  width: 590px;
	height: auto;
	margin: 40px auto 0;
	padding-bottom: 40px;
}
#books #singleContents article div .singleData ,
#books #singleContents article div .singleText ,
#books #singleContents article div .webshop {
	border-bottom: 1px dashed #CCCCCC;
	line-height: 1.85;
}
#books #singleContents article div .singleData {
  border-top: 1px solid #c5c5c5;
  background: #eee;
  padding: 25px 0 ;
}
#books #singleContents article div .singleData p {
  padding-left: 25px;
  margin-left: 25px;
  font-size: .85em;
}
#books #singleContents article div .singleText .lead {
  width: auto;
  height: auto;
  color: #1fc122;
  font-size: 1.25em;
  padding: 0 0 40px 40px;
}
#books #singleContents article div .webshop ,
#books #singleContents article div .amazon {
  border-top: 1px dashed #CCCCCC;
  border-bottom: none;
  line-height: 1;
  width: 570px;
  padding: 40px 0;
}
#books #singleContents article div .webshop {
  border-top: 1px dashed #CCCCCC;
  border-bottom: none;
  margin: 40px auto 0 ;
  padding: 40px 0;
}
#books #singleContents article div .amazon {
  border: none;
  margin: 0 auto ;
  padding: 0 0 40px;
}
#books #singleContents article div .webshop a ,
#books #singleContents article div .amazon a {
    border-radius: 6px;
    width: 590px;
    height: auto;
    min-height: 60px;
    font-size: 1.15em;
    font-weight: bold;
    padding: 20px 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#books #singleContents article div .webshop a {
    background: #444;
    color: #fff;
    margin: 20px auto ;
}
#books #singleContents article div .amazon a {
    border: 1px solid #444;
    background: #fff;
    color: #444;
    margin: 0 auto ;
}
#books #singleContents article div .webshop a:hover ,
#books #singleContents article div .amazon a:hover {
    opacity: .7;
}
#books #singleContents article div .webshop a small ,
#books #singleContents article div .amazon a small {
    white-space: nowrap;
}
#books #singleContents article div .amazon a:hover {
  color: #ff6000;
}



#books #singleContents article div .singleProfile h5 {
	color: #1fc122;
}
#books #singleContents article div .singleProfile dl {
	border-top: 1px dashed #CCCCCC;
	margin-top: 20px;
	padding-top: 20px;
}
#books #singleContents article div .singleProfile dl dt {
	font-size: .85em;
	font-weight: bold;
	padding-bottom: 5px;
}
#books #singleContents article div .singleProfile dl:nth-of-type(1){
	border-top: none ;
	padding-top: 0;
}
#books #singleContents article div .singleProfile dl dt:before {
	content: "■ ";
	color: #1fc122;
}
#books #singleContents article div .singleProfile dl dd {
	font-size: .85em;
	line-height: 1.55;
}


/* 関連情報
---------------------*/
#books #singleContents article aside {
  background: #c5c5c5;
  padding-top: 50px;
}
#books #singleContents article aside #relation h4 {
  font-size: 20px;
  text-align: center;
}


/* 前後 記事 nav
 ---------------------*/

ul.singlePageNav {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  font-size: 0;
  display: flex;
}
ul.singlePageNav li {
  width: 50%;
  font-size: 14px;
  vertical-align: middle;
}
ul.singlePageNav li a span {
  background: #f3f3f3;
  width: 350px;
  color: #444;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
}
ul.singlePageNav li.previous a span {
 border-right: 1px solid #e0e0e0;
 text-align: center;
 padding: 40px 20px 40px 40px;
 position: relative;
}
ul.singlePageNav li.next a span {
 text-align: center;
 padding: 40px 40px 40px 20px;
 position: relative;
}
ul.singlePageNav li.previous a span:before {
 content: "<";
 font-size: 2.5em;
 font-family: serif;
   line-height: 0;
 position:absolute;
 top: 50%;
 left: 8px;
}
ul.singlePageNav li.next a span:after {
 content: ">";
 font-size: 2.5em;
 font-family: serif;
   line-height: 0;
 position:absolute;
 top: 50%;
 right: 8px;
}
ul.singlePageNav li a span:hover {
  background: #1fc122;
}
ul.singlePageNav li a  span:hover {
  color: #fff;
}

#toBookslist a {
	border: #ccc 1px solid;
	background: #c5c5c5;
	width: 100%;
	color: #444;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 10px 0 0;
	display: block;
}
#toBookslist a:hover {
	color: #fff;
	opacity: .7;
}



/* 書籍 目録
________________________*/

#backlist ul {
	border-top: dashed 1px #ccc;
	width: 700px;
}
#backlist li article a {
	border-bottom: dashed 1px #ccc;
	width: 700px;
	height: auto;
	min-height: 170px;
	color: #444;
	display: block;
	clear: both;
}
#backlist li article a:hover {
	opacity: .6;
}

#backlist li article div {
	margin: 10px 0;
	float: left;
}

.backlist＿thumb {
	background: #f9f9f9;
    width: 150px;
    height: 150px;
}
.backlist＿thumb img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 150px;
}
.backlist＿title {
    width: 550px;
    padding: 10px 0 10px 20px;
    text-align: left;
}

.backlist＿title h4 {
	border-left: 3px solid #444;
    width: ;
    padding-left: 10px;
    margin: 0 0 10px;
}
.backlist＿title span {
 	font-weight: normal;
    display: block;
    transform: scale( 1, 1);
}
.backlist＿title h4 em ,
.backlist＿title small {
    width: 500px;
    font-style: normal;
    display: block;
}

/* 続きを読む
________________________*/

/*

.more-open {
    text-align: center;
    background-image: linear-gradient( 180deg, rgba(255,255,255,0.5), white );
    padding-top: 4.5em;
    margin-top: -6.5em;
    position: relative;
}
*/

.more-open a ,
.more-close a {
	border-radius: 10px;
	border: #e0e0e0 1px solid;
	width: 100%;
	color: #999;
	text-align: center;
	margin: 20px 0 60px;
	padding: 5px ;
	display: block;
}
.more-open a:hover ,
.more-close a:hover {
	background: #999;
	color: #fff;
}





/*===============================================
●tablet.css 画面の横幅が768pxまで
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /**:auto;　
}


}
===============================================*/

/*===============================================
●smart.css  画面の横幅が640pxまで
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /**:auto;　
}
===============================================*/

/*--layout----------------------------------------------------------*
#wrapper {
	width: 100%;
}
#header {
	width: 100%;
}
#contents {
	width: 100%;
}

/*--contents----------------------------------------------------------*

#contents {
}
#contents img{
	/*margin: 0 auto;*
}

/*--layout----------------------------------------------------------*
#wrapper {
	width: 100%;
}
#header {
	width: 100%;

	border-top:#000 2px solid ;
	border-bottom:#000 2px solid ;
	text-align:center;
	padding: 20px 0;
	margin: 20px auto;
}

#header img {
	width: 70%;
	margin: 10px auto;
	display:block;
}


#contents {
	text-align:center;
	width: 100%;
}

#logo {
	margin: 40px auto ;
}

#link {
	margin: 40px auto 80px ;
}
#link li {
	width: 100%;
	display:inline-block;
}

#book {
	border-radius :10px;
	border:#333 1px solid;
	background:#fff;
	width: 80%;
	text-align:center;
	margin: 20px auto 40px;
	padding:10px;

}
#book  h3{
	border-radius :0px;
	/*color:#fff;*
	font-size:1.35em;
	margin: 0px 25px 10px;

}
/*#book  h3 span {
	background:#fffdcb;
	padding:2px 6px;
}*
#book img {
	width: 80%;
	margin: 0 40px 0 20px;
	display:block;
}

#book .text {
	display:block;
}
#book  p {
	width: 90%;
	margin: 0px auto 10px;
}
#book  p strong{
	font-size:1.15em;
}




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

#header h1 {
	font-weight:normal;
}




/*--contents----------------------------------------------------------*

#contents {
	text-align:center;
}
#contents img{
	/*margin: 0 auto;*
}




}
*/


/* スマホ
----------------------------------------------------------*/



@media only screen and (max-device-width: 640px),
 only screen and (max-device-width: 667px),
 only screen and (max-width: 480px){

body {
	font-size: 2.5em;
}

#header {
    width: 95%;
    margin: 10px 2.5% ;
}
#header h1 {
    width: 70%;
    margin: 5px 15% ;
}
#header a ,
#header span {
  display: block;
  width: 100%;
	text-align: center;
	font-size: 14px;
}
#header a img {
	width: 70%;
	max-width: 200px;
	margin: 2px auto ;
}

.left {
    float: none;
}
.right {
    float: none;
}




/* menu
----------------------------------------------------------*/

#menu {
	display: block;
}

label {
	width: 30px;
	height: 30px;
    padding: 0px;
    display: block;
    margin: 0;
    position: absolute;
    top: 45px;
    right: 20px;
}

input[type="checkbox"].on-off{
    display: none;
}

#menu ul {
	border-top: 1px solid #ccc;
	background: #444;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
#menu li {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	width: 50%;
	font-size: 14px;
	display: inline-block;
}
#menu li:nth-child(even) {
border-right: none;
}
#menu li a {
	color: #fff;
	font-weight: bold;
	display: block;
    padding: 15px 0;
}
input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}
input[type="checkbox"].on-off:checked + ul{
    height: 280px;
}
label div span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #444;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
label span:nth-child(1) {
    top: 0;
}
label span:nth-child(2) {
    top: 11px;
}
label span:nth-child(3) {
    top: 11px;
    display: none;
}
label span:nth-child(4) {
    top: 22px;
}

/* #nav-toggle 切り替えアニメーション
label.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
label.open span:nth-child(2) {
    width: 0;
    left: 50%;
}
label.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
 */

/* #nav-toggle 切り替えアニメーション */
label.open span:nth-child(1) {
    width: 0;
    left: 50%;
}
label.open span:nth-child(2) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);}

label.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}

label.open span:nth-child(4) {
    width: 0;
    left: 50%;
}

/*
----------------------------------------------------------*/


#wrapper {
    /* width: 95%;
    margin: 0 2.5% ; */
    width: 100%;
    margin: 0 ;
}
#contents {
    width: 100%;
}
#main {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    }

#logo {
    margin: 20px auto ;
}
#link {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 50px;
}
#link li {
	width: 48% ;
	margin-bottom: 25px;
}
#link li a {
    width: 100%;
}



/*　TOPスライダー
----------------------------*/

#slideshow {
    width: 100%;
    height: 440px;
    text-align: left;
    margin: 0 auto 100px;
    padding: 0;
    position: relative;
}
#slideshow h3 {
    background-position: center;
    width: 100%;
}
#slideshow ul {
    width: auto;
    height: 358px;
}
#slideshow li article {
    font-size: 1.35rem;
    line-height: 1.5;
    display: block;
}
/*
#slideshow li article a {
    width: 100%;
    height: auto;
}
#slideshow li article .slideshowCoverImg {
    width: 100%;
    height: auto;
    display: table;
}
#slideshow li article .slideshowCoverImg span {
    width: auto;
    height: 350px;
    text-align: center;
    margin: 0 auto ;
}
#slideshow li article .slideshowCoverImg span img {
    width: auto;
    height: auto;
    margin: auto;
}
*/

#slideshow .slides li ,
#slideshow .slides li article ,
#slideshow .slides li article a {
    width: 100%;
    height: auto;
}
#slideshow .slides li article .slideshowCoverImg {
    width: 100%;
    height: auto;
    display: table;
}
#slideshow .slides li article .slideshowCoverImg span {
    width: 100%;
    height: 350px;
    text-align: center;
    margin: 0 auto ;
}
#slideshow .slides li article .slideshowCoverImg span img {
    width: auto;
	height: auto;
	max-width: 90%;
	max-height: 320px;
	margin: auto;
}
#slideshow .slides li article .slideshowTitleSummary {
   display: none;
}
#slideshow .slideshowLink {
      border-bottom: 10px solid #c5c5c5;
	width: 100%;
	bottom: -40px;
}
.flex-control-nav {
    bottom: 0px!important;
}


/*　原稿募集
----------------------------*/

h4 {
	font-size: 18px;
	text-align: center;
}

#home #manuscript {
  height: 160px;
  margin: 60px auto ;
}

#home #manuscript a {
  width: 80%;
  margin: auto;
}
#home #manuscript a img {
  width: 100%;
  height: auto;
}



/*　TOPブログ
----------------------------*/


#home #blog {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
#home #blog h3 {
    background-position: center;
    width: 100%;
}
#home #blog .blogBox {
    border-top: #e0e0e0 1px solid;
    border-bottom: #e0e0e0 1px solid;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
#home #blog .blogBox iframe {
    width: 100%;
}

#container {
    width: 75%!important;
}

#book {
	display: none;
}



/*　TOPニュース
----------------------------*/


#home #news  {
    width: 100%;
    padding: 0;
}
#home #news h3 {
    background-position: center;
    width: 100%;
}
#home #news ul {
    width: 100%;
    margin: 0 0 40px;
    padding: 0 3% 10px;
}
#home #news li {
    width: 100%;
    height: auto;
}
#home #news li h4 a {
    width: 100%;
}
#home #news li .newsImg ,
#home #news li .newsImg a {
    width: 100%;
    height: 420px;
}
#home #news li .newsText a {
    height: auto;
    font-size: 1.2em;
}
#home #news li .newsSiteLink {
	width: 100%;
    margin-bottom: 5px;
}



/*　ニュース投稿
----------------------------*/

#info #news {
    width: 100%;
    margin-bottom: 40px;
}
#info #news h3 {
    background-position: center;
    width: 100%;
}
#info #news ul {
    width: 100%;
    padding: 5px;
}
#info #news li {
    width: 100%;
}
#info #news h4 {
    width: 100%;
}
#info #news li .infoImg {
  /* background-size: 90%;
  min-height: 540px;  */
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 100vw;
}
#info #news li .infoImg img{
    width: 100%;
    height: auto;
}
#info #news li span.date {
    padding: 30px 40px 0;
}
#info #news li h5 {
    padding: 15px 30px 15px 40px;
}
#info #news li .infoText {
    font-size: 1.15em;
    white-space: normal;
    word-break: break-all;
    padding: 15px 30px 50px 40px;
}

#info #news li img {
	width: auto;
    max-width: 100%;
}







/*　会社概要
----------------------------*/

.pages #main {
    width: 100%;
}
.pages #main ul {
    padding: 0px 8px 8px;
}
.pages #main article h2 {
	font-size: .85em;
    margin: 0px 20px;
}
.pages #main article h2 + div {
    padding: 0;
    margin: 0 20px;
}
.pages #main article h2 + div #message {
	font-size: .7em;
	line-height: 1.85;
    padding: 20px;
    margin: 0 0 60px;
}
.pages#company #main article h2 + div #data {
	font-size: .6em;
	line-height: 1.85;
	padding: 20px;
}
.pages#company #main article h2 + div #data iframe {
	width: 100%;
}
.pages#contact #main article h2 + div ,
.pages#mailentry #main article h2 + div {
	font-size: .65em;
	line-height: 1.85;
	padding: 20px ;
	margin: 10px 20px;
}
.pages#contact #main article h2 + div input,
.pages#contact #main article h2 + div textarea ,
.pages#mailentry #main article h2 + div input,
.pages#mailentry #main article h2 + div textarea {
	font-size: 1.25em;
}
.pages#contact #main article h2 + div p span.file-903 ,
.pages#mailentry #main article h2 + div p span.file-903 {
	font-size: .65em;
	vertical-align: bottom;
}
.pages#contact #main article h2 + div p span.file-903 input ,
.pages#mailentry #main article h2 + div p span.file-903 input {
	margin-top: -10px;
}



/*　書籍　一覧
----------------------------*/

#books #booklist_piece ,
#books #booklist_piece ul {
    width: 100%;
}
#books #booklist_piece  {
    margin-bottom: 40px;
}
#books #booklist_piece h3 {
    background-position: center;
    width: 100%;
}
/*
#books #booklist_piece li {
	width: 100%;
    display: block;
}
#books #booklist_piece li a {
    width: 100%;
    height: auto;
}
#books #booklist_piece li .booklistCoverImg  {
    width: 100%;
    height: auto;
}
#books #booklist_piece li .booklistCoverImg span {
    width: 100%;
    height: 350px;
    text-align: center;
    margin: 0 auto;
}
#books #booklist_piece li .booklistCoverImg span img {
    width: auto;
    height: auto;
    margin: auto;
}
*/



#books #booklist_piece li{
    width: 100%;
    height: auto;
}
#books #booklist_piece li a {
    width: 100%;
    height: auto;
}
#books #booklist_piece li .booklistCoverImg  {
    width: 100%;
    height: auto;
    display: table;
}
#books #booklist_piece li .booklistCoverImg span {
    width: 100%;
    height: 350px;
    text-align: center;
    margin: 0 auto ;
}
#books #booklist_piece li .booklistCoverImg span img {
    width: auto;
	height: auto;
	max-width: 90%;
	max-height: 320px;
}




#books #booklist_piece li .booklistTitleSummary {
    width: auto;
    height: auto;
    display: table;
    padding: 30px 0 ;
    margin: auto;
}


/*　書籍　シングル
----------------------------*/

#books #wrapper {
    padding: 30px 0 0;
}

#books #singleContents h3 {
    background-position: center;
    width: 100%;
}
#books #singleContents {
    font-size: .65em;
    margin-bottom: 40px;
}
#books #singleContents ,
#books #singleContents article div h4 ,
#books #singleContents article div {
    width: 100%;
}
#books #singleContents article div h4 {
    font-size: 1.35em;
}
#books #singleContents article {
  width: auto;
  padding: 5px;
}

/*
#books #singleContents article div .singleCoverImg img {
   width: auto;
   max-width: 90%;
   height: auto;
   max-height: 350px;
}
#books #singleContents article div .singleCoverImg span {
    background: #f9f9f9;
    width: auto;
    min-width: 370px;
    max-width: 100%;
    height: 350px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#books #singleContents article div .singleCoverImg img {
    width: auto;
    height: auto;
    display: block;
}

*/


/*　booksスライダー
----------------------------*/

#bookphotoslider {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
}
#bookphotoslider h3 {
    width: 100%;
    margin-left: 10px;
}
#bookphotoslider ul {
    width: auto;
    height: 350px;
}
#bookphotoslider li {
    width: 100%;
    height: auto;
}
#bookphotoslider li .bookphotoslider_CoverImg {
    width: 100%;
    height: auto;
    display: table;
}
#bookphotoslider li .bookphotoslider_CoverImg span {
    width: 100%;
    height: 350px;
    text-align: center;
    margin: 0 auto ;
}
#bookphotoslider li .bookphotoslider_CoverImg img {
    width: auto;
	height: auto;
	max-width: 100%;
	max-height: 350px;
}

#bookphotoslider li .bookphotoslider_CoverImg span.bookcover {
    width: auto;
    height: 350px;
    text-align: center;
    margin: 0 auto ;
}
#bookphotoslider li .bookphotoslider_CoverImg span.bookcover img {
    width: auto;
	height: auto;
	max-width: 95%;
	max-height: 300px;
}

#books #singleContents article div .singleData {
    width: 100%;
    height: auto;
    margin: 0 auto ;
    padding: 20px 0 20px 30px;
}
#books #singleContents article div .singleData p {
    width: 100%;
    padding: 0 0 0 15px;
    margin: 0 0 0 -15px;
}
#books #singleContents article div .singleText,
#books #singleContents article div .webshop ,
#books #singleContents article div .amazon ,
#books #singleContents article div .singleProfile {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    padding: 0 20px 20px 30px;
}
#books #singleContents article div .singleText .lead {
    padding: 20px 0 40px ;
}
#books #singleContents article div .webshop {
    border-bottom: none;
    margin: 0;
    padding: 40px 20px 40px 30px;
}
#books #singleContents article div .amazon {
    border: none;
    margin: 0;
    padding: 0 20px 40px 30px;
}
#books #singleContents article aside #relation .singleText {
    font-size: .95em;
    line-height: 1.85;
}
#books #singleContents .sns {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
  text-align: center;
}

ul.singlePageNav  {
  margin: 10px 0 20px ;
}
ul.singlePageNav li a {
  background: #1fc122;
  color: #fff;
}

#toBookslist a {
    font-size: 14px;
}



/* 書籍 目録
________________________*/

#backlist ul {
	width: 100%;
}
#backlist li article a {
	width: 100%;
	height: auto;
	min-height: 200px;
	display: block;

}
#backlist li article a:hover {
}

#backlist li article div {
}

.backlist＿thumb {
	display: none;
}

.backlist＿title {
    width: 100%;
 	height: auto;
   padding: 10px 20px;
    text-align: left;
}

.backlist＿title h4 {
	border: none;
    text-align: left;
    padding: 0 ;
    margin: 0 0 10px;
}
.backlist＿title span {
}
.backlist＿title h4 em ,
.backlist＿title small {
    width: 100%;
}



/*　サイドカラム
----------------------------*/

#side {
    width: 100%;
    margin-right: 0;
}
#twitter_poempiece,
#twitter_oblaat,
#twitter_poegirl,
#twitter_miraipub {
    width: 100%!important;
    margin: 0 auto 40px;
}
#twitter_poempiece iframe ,
#twitter_oblaat iframe ,
#twitter_poegirl iframe ,
#twitter_miraipub iframe {
    width: 300px!important;
    margin: 0 auto 40px;
}
.iframeMichiru {
	display: none;
}
#visuallink {
	display: none;
}



/* 書籍 single サイドカラム
---------------------*/
#info #side ,
#books #side ,
.page #side {
  display: none;
}

#home #newest_book {
  display: none;
}




#footer {
    width: 95%;
    margin: 10px 2.5% ;
}
#footer div {
    font-size: 0.55em;
    font-family: Verdana, Geneva, sans-serif;
    margin: 20px auto;
}



}






/* レスポンシブページネーション
--------------------------------------------------------------*/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #c5c5c5;
 cursor: default;
 pointer-events: none;
}
#info .pagination li.current a {
 background-color: #660099;
}




.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}





/* ランディングページ */

#refile_tani_lp #main {
	margin: 0 auto;
}

#refile_tani_lp #PageSubnav ,
#refile_tani_lp h2 {
	display: none;
}

/* 谷川俊太郎　リファイル　ランディングページ */

#refile_tani_lp article  {
	width: 700px;
	margin: 80px auto 0;
}
#refile_tani_lp article div.book-review {
	font-size: 1.25em;
	line-height: 1.85;
	margin: 30px 0;
}
#refile_tani_lp article div.book-review p {
	margin: 0 !important;
}

#refile_tani_lp article div.book-review p small {
	font-size: 0.75em;
}

#refile_tani_lp article div.book-review blockquote {
	margin: 1em 0 !important;
	padding: 1em 0 1em 1em;
}

#refile_tani_lp article img {
	display: block;
	margin: 0 auto;
}
#refile_tani_lp article img.img_100 {
	width: 100%;
}
#refile_tani_lp article img.img_80 {
	width: 80%;
}
#refile_tani_lp article img.img_60 {
	width: 60%;
}
#refile_tani_lp article img.img_10 {
	width: 10%;
}

#refile_tani_lp article .address {
	width: 60%;
	font-size: 1em;
	line-height: 1.65;
	margin: 40px auto 0;
}


.mb_10 {
	margin-bottom: 10px!important;
}
.mb_15 {
	margin-bottom: 15px!important;
}
.mb_20 {
	margin-bottom: 20px!important;
}
.mb_30 {
	margin-bottom: 30px!important;
}
.mb_40 {
	margin-bottom: 40px!important;
}
.mb_60 {
	margin-bottom: 60px!important;
}
.mb_80 {
	margin-bottom: 80px!important;
}


@media only screen and (max-device-width: 640px),
 only screen and (max-device-width: 667px),
 only screen and (max-width: 480px){

#refile_tani_lp article  {
	width: 96%;
	padding: 0 2%;
}
#refile_tani_lp article div.book-review {
	font-size: 0.7em;
	line-height: 1.65;
}
#refile_tani_lp article .address {
	width: 80%;
	margin: 25px auto 0;
	font-size: 0.55em;
	line-height: 1.55;
}

}



/*

add  TOP 原稿拝見　

================================================== */

.ehonpubLink {
	text-align: center;
	padding: 0 80px;
	margin-top: 0;
}

.ehonpubLink h3 ,
.ehonpubLink a.ehonpubBanner {
	width: 100%;
	padding-top: 0 ;
}
.ehonpubLink h3 em {
	font-size: 1.25em;
	font-weight: bold;
	font-style: normal;
}
.ehonpubLink a.ehonpubBanner {
	cursor: pointer;
}
.ehonpubLink h3.ehonpubBanner ,
.ehonpubLink a.ehonpubBanner {
	font-size: 0;
}

.ehonpubLink h3.ehonpubBanner img.ehonpubBanner_left ,
.ehonpubLink a.ehonpubBanner img.ehonpubBanner_left {
	width: 360px;
}
.ehonpubLink h3.ehonpubBanner img.ehonpubBanner_right ,
.ehonpubLink a.ehonpubBanner img.ehonpubBanner_right {
	width: 360px;
}

.ehonpubLink ul {
	border-top: none ;
	border-bottom: none ;
	padding: 20px 0;
}
.ehonpubLink li {
	display:inline-block;
	font-size: 1.15em;
	color: #666633;
}
.ehonpubLink li a {
	color:#666633;
}
.ehonpubLink li a:hover {
	color:#999933;
}


.ehonpubLink li:before {
	content: " ／ " ;
}
.ehonpubLink li:first-child:before {
	content: "" ;
}


/* スマホ
----------------------------------------------------------*/

@media only screen and (min-device-width: 640px){

	.pc-hidden {
		display: none;
	}
}




@media only screen and (max-device-width: 640px),
 only screen and (max-device-width: 667px),
 only screen and (max-width: 480px){

	.sp-hidden {
		display: none;
	}

  *small {
  	font-size: 0.8em;
  }

  .ehonpubLink {
  	padding: 0 20px;
  }

  .ehonpubLink h3.ehonpubBanner img.ehonpubBanner_left {
  	width: 100%;
  }
  .ehonpubLink h3.ehonpubBanner img.ehonpubBanner_right {
  	width: 100%;
  }
  .ehonpubLink ul {
      text-align: left;
  }
  .ehonpubLink li {
  	font-size: 0.7em;
  	display:block;
  }
  .ehonpubLink li:before {
  	content: "・" ;
  }
  .ehonpubLink li:first-child:before {
  	content: "・" ;
  }

}







/* lp wordpress ランエィングページ　テンプレート
----------------------------------------------------------*/


@media only screen and (min-device-width: 640px){

#poempiece-lp {

}

#poempiece-lp #main {
  width :780px;
  margin: 0 auto;
}

#poempiece-lp .g-audition_main,
#poempiece-lp .g-audition_genre,
#poempiece-lp .g-audition_form,
/* #poempiece-lp .g-audition_postentry, */
#poempiece-lp .g-audition_message {

}

#poempiece-lp .g-audition_main,
#poempiece-lp .g-audition_message {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
#poempiece-lp .g-audition_subtitle {
  border-bottom: solid 5px #000;
  width :560px;
  font-size: 36px;
  letter-spacing: 0.1em;
  margin: 70px auto 70px;
  padding: 20px 0;
}
#poempiece-lp .g-audition_main-title img {
  width: 568px;
  height: 215px;
}
#poempiece-lp .g-audition_main-visual img {
  width: 690px;
  height: 425px;
}
#poempiece-lp .g-audition_main-lead {
  margin: 56px auto;
}
#poempiece-lp .g-audition_genre-item img {
  width: 640px;
  height: 380px;
}
#poempiece-lp .g-audition_form {
  margin: 56px auto;
}
#poempiece-lp .g-audition_form-btn {
  background: #0099a9;
  width: 640px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
  margin: 100px auto;
  display: block;
}
#poempiece-lp .g-audition_form-btn:hover {
  background: #333;
  color: #fff;
}



#poempiece-lp .g-audition_postentry {
  border: dashed 1px #000;
  width: 640px;
  font-size: 16px;
  padding: 20px 0 30px;
  margin: auto;
  text-align: center;
  line-height: 1.8;
}
#poempiece-lp .g-audition_postentry-title {
  border-bottom: solid 2px #000;
  width :180px;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 20px;
  padding: 10px 0;
}
#poempiece-lp .g-audition_postentry-text {
  letter-spacing: 0.1em;
}
#poempiece-lp .g-audition_postentry-underline {
  border-bottom: solid 1px #000;
  font-style: normal;
  padding-bottom: 2px;
}

#poempiece-lp .g-audition_message {

  margin: 100px auto;
}
#poempiece-lp .g-audition_message .g-audition_subtitle {
  font-size: 28px;
}

#poempiece-lp .g-audition_message_comment {
  width: 640px;
  margin: auto;
}

#poempiece-lp .g-audition_message_comment-item {
  position: relative;
  margin-bottom: 70px;

}
#poempiece-lp .g-audition_message_comment-item .box-right {
margin-left: 240px;
}
#poempiece-lp .g-audition_message_comment-item .box-left {
margin-right: 240px;
}

#poempiece-lp .g-audition_message_comment-item_text {
  border-radius: 5px;
  background: #ececec;
  width: 380px;
  height: auto;
  font-size: 20px;
  text-align: left;
  padding: 40px;
      position: relative;
}


#poempiece-lp .g-audition_message_comment-item_text:before ,
#poempiece-lp .g-audition_message_comment-item_text:after {
  content: "";
  display: block;
  height: 0;
  top: 40%;
  margin-top: -10px;
  position: absolute;
  width: 0;
}
#poempiece-lp .g-audition_message_comment-item_text:before ,
#poempiece-lp .g-audition_message_comment-item_text:after {
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
}

#poempiece-lp .g-audition_message_comment-item_text.box-right:before ,
#poempiece-lp .g-audition_message_comment-item_text.box-right:after {
  border-right: solid 24px #ececec;
  left: -24px;
}
#poempiece-lp .g-audition_message_comment-item_text.box-left:before ,
#poempiece-lp .g-audition_message_comment-item_text.box-left:after {
  border-left: solid 24px #ececec;
  right: -24px;
}




#poempiece-lp .g-audition_message_comment-item_name {
  font-style: normal;
  text-align: right;
  display: block;
}

#poempiece-lp .g-audition_message_comment-item_photo {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
}
#poempiece-lp .g-audition_message_comment-item_photo img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

#poempiece-lp .g-audition_message_comment-item .box-right + .g-audition_message_comment-item_photo {
left: 0;
}
#poempiece-lp .g-audition_message_comment-item .box-left + .g-audition_message_comment-item_photo {
right: 0;
}


#poempiece-lp .g-audition_message-note {
  border: dashed 1px #666;
  width: 820px;
  padding: 50px 0;
  margin: 100px auto 0;
  text-align: center;
  line-height: 1.8;
}


}




@media only screen and (max-device-width: 640px),
 only screen and (max-device-width: 667px),
 only screen and (max-width: 480px){

#poempiece-lp {

}

#poempiece-lp #main {
  width: 100%;
  margin: 0 auto;
}

#poempiece-lp .g-audition_main,
#poempiece-lp .g-audition_genre,
#poempiece-lp .g-audition_form,
/* #poempiece-lp .g-audition_postentry, */
#poempiece-lp .g-audition_message {

}

#poempiece-lp .g-audition_main,
#poempiece-lp .g-audition_message {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
#poempiece-lp .g-audition_subtitle {
  border-bottom: solid 5px #000;
  width: 90vw;
  font-size: 6vw;
  line-height: 1.45;
  letter-spacing: 0.1em;
  margin: 35px auto 35px;
  padding: 15px 0;
}
#poempiece-lp .g-audition_main-title img {
  width: 90vw;
  height: auto;
}
#poempiece-lp .g-audition_main-visual img {
  width: 90vw;
  height: auto;
}
#poempiece-lp .g-audition_main-lead {
	width: 88vw;
	font-size: 5vw;
	text-align: left;
	margin: 28px auto;
}
#poempiece-lp .g-audition_genre-item img {
  width: 98vw;
  height: auto;
}
#poempiece-lp .g-audition_form {
  margin: 56px auto;
}
#poempiece-lp .g-audition_form-btn {
  background: #0099a9;
  width: 88vw;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  margin: 50px auto;
  display: block;
}
#poempiece-lp .g-audition_form-btn:hover {
  background: #333;
  color: #fff;
}


#poempiece-lp .g-audition_postentry {
  border: dashed 1px #000;
  width: 90vw;
  font-size: 3.5vw;
  padding: 10px 4vw 15px;
  margin: auto;
  text-align: left;
  line-height: 1.8;
}
#poempiece-lp .g-audition_postentry-title {
  border-bottom: solid 2px #000;
  width: 40vw;
  font-size: 4vw;
  text-align: center;
  margin: 0 auto 20px;
  padding: 10px 0;
}
#poempiece-lp .g-audition_postentry-text {
  letter-spacing: 0.1em;
}
#poempiece-lp .g-audition_postentry-underline {
  border-bottom: solid 1px #000;
  font-style: normal;
  padding-bottom: 2px;
}

#poempiece-lp .g-audition_message {
  margin: 50px auto;
}
#poempiece-lp .g-audition_message .g-audition_subtitle {
  font-size: 6vw;
}

#poempiece-lp .g-audition_message_comment {
  width: 100vw;
  margin: auto;
}

#poempiece-lp .g-audition_message_comment-item {
  position: relative;
  margin-bottom: 35px;

}
#poempiece-lp .g-audition_message_comment-item .box-right {
padding-left: 42vw;
}
#poempiece-lp .g-audition_message_comment-item .box-left {
padding-right: 42vw;
}

#poempiece-lp .g-audition_message_comment-item_text {
  border-radius: 5px;
  background: #ececec;
  width: 100%;
  min-height: 48vw;
  font-size: 4.4vw;
  text-align: left;
  padding: 4vw;
  position: relative;
}

#poempiece-lp .g-audition_message_comment-item_name {
  font-style: normal;
  text-align: right;
  display: block;
}

#poempiece-lp .g-audition_message_comment-item_photo {
  position: absolute;
  width: 35vw;
  height: 35vw;
  top: 4vw;
}
#poempiece-lp .g-audition_message_comment-item_photo img {
  width: 35vw;
  height: 35vw;
}

#poempiece-lp .g-audition_message_comment-item .box-right + .g-audition_message_comment-item_photo {
left: 4vw;
}
#poempiece-lp .g-audition_message_comment-item .box-left + .g-audition_message_comment-item_photo {
right:4vw;
}


#poempiece-lp .g-audition_message-note {
	border: dashed 1px #666;
	width: 90vw;
	font-size: 4.4vw;
	padding: 5vw;
	margin: 0 auto 0;
	text-align: left;
	line-height: 1.8;
}


}




@media only screen and (min-device-width: 640px){

#poempiece-lp .g-audition_templateDL {
	background: #fcfcfc;
  	/* border: dashed 1px #000;*/
	width: 640px;
	font-size: 16px;
	padding: 20px 0 30px;
	margin: 0 auto 40px;
	text-align: center;
	line-height: 1.8;
}
#poempiece-lp .g-audition_templateDL-title {
	border-bottom: solid 2px #000;
    width: 340px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 10px 0;
}
#poempiece-lp .g-audition_templateDL-text {
  letter-spacing: 0.1em;
}
#poempiece-lp .g-audition_templateDL-underline {
    border-bottom: solid 1px #000;
    font-style: normal;
    padding-bottom: 2px;
}
#poempiece-lp ul.g-audition_templateDL_download {
    font-size: 0;
    padding: 0;
    margin: 20px auto 0;
}
#poempiece-lp .g-audition_templateDL_download li {
	width: 280px;
	display: inline-block;
    font-size: 15.5px;
	margin: 0 10px;
}
#poempiece-lp .g-audition_templateDL_download li a {
	background: #ee9c3c;
	width: 100%;
	color: #fff;
    font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 15px 0;
}
#poempiece-lp .g-audition_templateDL_download li a span {
	font-size: 15.5px;
	font-weight: normal;
	display: block;
}
#poempiece-lp .g-audition_templateDL_download li a:hover {
	opacity: 0.7;
}

}




@media only screen and (max-device-width: 640px),
 only screen and (max-device-width: 667px),
 only screen and (max-width: 480px){

#poempiece-lp .g-audition_templateDL {
	background: #fcfcfc;
  	/* border: dashed 1px #000;*/
    width: 100vw;
    font-size: 3.5vw;
    padding: 2.5vw 5vw;
    margin: 0 auto 5vw;
    text-align: left;
    line-height: 1.8;
}
#poempiece-lp .g-audition_templateDL-title {
    border-bottom: solid 2px #000;
    width: 70vw;
    font-size: 4vw;
    text-align: center;
    margin: 0 auto 5vw;
    padding: 3vw 0;
}
#poempiece-lp .g-audition_templateDL-text {
  letter-spacing: 0.1em;
}
#poempiece-lp .g-audition_templateDL-underline {
    border-bottom: solid 1px #000;
    font-style: normal;
    padding-bottom: 2px;
}
#poempiece-lp ul.g-audition_templateDL_download {
    font-size: 0;
    padding: 0;
    margin: 5vw auto 0;
}
#poempiece-lp .g-audition_templateDL_download li {
	width: 90vw;
	display: block;
    font-size: 3.5vw;
    text-align: center;
	margin: 0 auto 2vw;
}
#poempiece-lp .g-audition_templateDL_download li a {
	background: #ee9c3c;
	width: 100%;
	color: #fff;
    font-size: 4vw;
	font-weight: bold;
	display: block;
	padding: 2vw 0;
}
#poempiece-lp .g-audition_templateDL_download li a span {
	font-size: 3vw;
	font-weight: normal;
	display: block;
}


 }



/* gift wordpress 「幸せは搾取されない」購入特典ページ　テンプレート
----------------------------------------------------------*/


 #shiawasehasakushusarenai {

 }


@media only screen and (min-device-width: 640px){

    #shiawasehasakushusarenai {
    	background-image: url("../img/gift/shiawsaku/gift_shiawsaku_bg.png");
    	margin: -40px 0;
    }
    .gift_shiawsaku {
    	width: 860px;
    }
    .pages #main article h2.gift_shiawsaku_title {
    	border-top: 2px solid #666;
    	border-bottom: 2px solid #666;
    	background: #fff;
    	width: 860px;
    	padding: 10px;
    	margin: 0;
    }
    .pages #main article.gift_shiawsaku {
    	width: 860px;
    	padding: 85px 0;
    	margin: 0 auto;
    }
    .pages #main article h2.gift_shiawsaku_title:before {
    	content: '';
    }
    .pages #main article h2 + div.gift_shiawsaku_contents {
    	background: #fff;
    	width: 860px;
    	margin: 45px auto;
    	padding: 50px 80px;
    }
    .gift_shiawsaku_contents-text {
    	border: 2px dotted #666;
    	width: 100%;
    	margin: 0 0 40px;
    	padding: 60px 75px;
    }
    .gift_shiawsaku_lead {
    	color: #e4007f;
      font-size: 18px;
      margin-bottom: 2em;
    }
    .gift_shiawsaku_lead strong {
    	font-size: 22px;
    	font-weight: bold;
    	display: block;
    }
    .gift_shiawsaku_contents-text p {
    	padding-bottom: 0;
    }
    .gift_shiawsaku_contents-text p em {
    	border-bottom: 1px solid #e4007f;
    	font-style: normal;
    	padding-bottom: 3px;
    }
    .gift_shiawsaku_contents-text .gift_shiawsaku_note {
    	color: #777;
    	font-size: 14px;
      line-height: 1.25;
    }
    .gift_shiawsaku_form {
    	border-radius: 8px;
    	background: #f4f4f4;
    	margin: 0 auto;
    	padding: 50px 160px 15px;
    }
    .pages #main article h2 + div p+p {
    	margin-top: 20px;
    }
    .gift_shiawsaku_form input[type=text],
    .gift_shiawsaku_form input[type=email] {
    	background: #fff;
      width: 370px;
    	padding: 2px 4px;
    }
    .gift_shiawsaku_form input[type=submit] {
    	border-radius: 4px;
    	background: #e4007f;
    	width: 300px;
    	color: #fff;
    	font-weight: bold;
    	text-align: center;
    	display: block;
    	padding: 8px;
    	margin: 0 auto 1em;
    }
    .gift_shiawsaku_form input[type=checkbox] {
      margin-top: 1em;
    }
}


@media only screen and (max-device-width: 640px),
only screen and (max-device-width: 667px),
only screen and (max-width: 480px){

    #shiawasehasakushusarenai {
    	background-image: url("../img/gift/shiawsaku/gift_shiawsaku_bg.png");
    	margin: -40px 0;
    	font-size: 5vw;
    	line-height: 1.25;
    }
    .gift_shiawsaku {
    	width: 100vw;
    }
    .pages #main article h2.gift_shiawsaku_title {
    	border-top: 2px solid #666;
    	border-bottom: 2px solid #666;
    	background: #fff;
    	width: 100vw;
    	font-size: 4.5vw;
    	padding: 3vw ;
    	margin: 0;
    }

    .pages #main article.gift_shiawsaku {
    	width: 100vw;
    	padding: 5vw 0;
    	margin: 0 auto;
    }
    .pages #main article h2.gift_shiawsaku_title:before {
    	content: '';
    }
    .pages #main article h2 + div.gift_shiawsaku_contents {
      background: rgba(255, 255, 255, 0.85);
    	width: 100vw;
    	line-height: 1.55;
    	margin: 2em auto;
    	padding: 1em 0 ;
    }
    .gift_shiawsaku_contents-text {
    	border: 2px dotted #666;
    	background: #fff;
    	width: auto;
    	margin: 0 1em 1em;
    	padding: 1em;
    }
    .gift_shiawsaku_lead {
    	color: #e4007f;
        font-size: 4vw;
        margin-bottom: 1.5em;
    }
    .gift_shiawsaku_lead strong {
    	font-size: 4.5vw;
    	font-weight: bold;
    	display: block;
    }
    .gift_shiawsaku_contents-text p {
    	margin-bottom: 0.25em;
    	font-size: 3.8vw;
    }
    .gift_shiawsaku_contents-text p em {
    	border-bottom: 1px solid #e4007f;
    	font-style: normal;
    	padding-bottom: 3px;
    }
    .gift_shiawsaku_contents-text .gift_shiawsaku_note {
    	color: #777;
    	font-size: 3.5vw;
      line-height: 1.15;
    }
    .gift_shiawsaku_form {
    	border-radius: 4px;
    	background: #f4f4f4;
    	width: 90vw;
    	font-size: 3.5vw;
    	margin: 0 5vw;
    	padding: 1.5em;
    }
    .gift_shiawsaku_form input[type=text],
    .gift_shiawsaku_form input[type=email] {
    	background: #fff;
    	width: 80vw;
    	padding: 2px 4px;
    }
    .gift_shiawsaku_form input[type=submit]{
    	border-radius: 4px;
    	background: #e4007f;
    	width: 80vw;
    	color: #fff;
    	font-weight: bold;
    	text-align: center;
    	display: block;
    	padding: 8px;
    	margin: 1em auto 0;
    }
    .pages #main article h2 + div p+p {
    	margin-top: 16px;
    }
    .gift_shiawsaku_form input[type=checkbox] {
    	margin-top: 1em;
      vertical-align: bottom;
    }

}


/* youtube動画　埋め込み
----------------------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/* TOP Instagram 投稿　埋め込み
----------------------------------------------------------*/

.insta_content {
  width: 700px;
  display: flex;
  flex-wrap: wrap;
}
.insta_media {
  border-radius: 0.75rem;
  border: 1px solid #eee;
  background: #f7f7f7;
  overflow: hidden;
  margin: 0 20px 2.5rem 0;
  width: 340px;
}
.insta_media:nth-child(even){
  margin-right: 0;
}

.insta_media a {
  display: block;
  position: relative;
}
.insta_media img {
  width: auto;
  max-width: 340px;
  min-height: 340px;
}
.like_count, .comments_count {
  position: absolute;
  bottom: 1rem;
  color: #fff;
  font-size: 0.85rem;
  /* color: #b62dce; */
  color: #222;
}
.like_count {
  right: 18%;
}
.comments_count {
  right: 5%;
}
.like_count::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: -7px;
  margin-right: 5px;
  background-repeat: no-repeat;
  /*アイコンのSVG画像*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23222222' viewBox='0 0 16 16'%3E  %3Cpath d='M8.864.046C7.908-.193 7.02.53 6.956 1.466c-.072 1.051-.23 2.016-.428 2.59-.125.36-.479 1.013-1.04 1.639-.557.623-1.282 1.178-2.131 1.41C2.685 7.288 2 7.87 2 8.72v4.001c0 .845.682 1.464 1.448 1.545 1.07.114 1.564.415 2.068.723l.048.03c.272.165.578.348.97.484.397.136.861.217 1.466.217h3.5c.937 0 1.599-.477 1.934-1.064a1.86 1.86 0 0 0 .254-.912c0-.152-.023-.312-.077-.464.201-.263.38-.578.488-.901.11-.33.172-.762.004-1.149.069-.13.12-.269.159-.403.077-.27.113-.568.113-.857 0-.288-.036-.585-.113-.856a2.144 2.144 0 0 0-.138-.362 1.9 1.9 0 0 0 .234-1.734c-.206-.592-.682-1.1-1.2-1.272-.847-.282-1.803-.276-2.516-.211a9.84 9.84 0 0 0-.443.05 9.365 9.365 0 0 0-.062-4.509A1.38 1.38 0 0 0 9.125.111L8.864.046zM11.5 14.721H8c-.51 0-.863-.069-1.14-.164-.281-.097-.506-.228-.776-.393l-.04-.024c-.555-.339-1.198-.731-2.49-.868-.333-.036-.554-.29-.554-.55V8.72c0-.254.226-.543.62-.65 1.095-.3 1.977-.996 2.614-1.708.635-.71 1.064-1.475 1.238-1.978.243-.7.407-1.768.482-2.85.025-.362.36-.594.667-.518l.262.066c.16.04.258.143.288.255a8.34 8.34 0 0 1-.145 4.725.5.5 0 0 0 .595.644l.003-.001.014-.003.058-.014a8.908 8.908 0 0 1 1.036-.157c.663-.06 1.457-.054 2.11.164.175.058.45.3.57.65.107.308.087.67-.266 1.022l-.353.353.353.354c.043.043.105.141.154.315.048.167.075.37.075.581 0 .212-.027.414-.075.582-.05.174-.111.272-.154.315l-.353.353.353.354c.047.047.109.177.005.488a2.224 2.224 0 0 1-.505.805l-.353.353.353.354c.006.005.041.05.041.17a.866.866 0 0 1-.121.416c-.165.288-.503.56-1.066.56z'/%3E%3C/svg%3E");
}
.comments_count::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: -7px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23222222' viewBox='0 0 16 16'%3E  %3Cpath d='M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z'/%3E%3C/svg%3E");
}
.video_icon {
  position: absolute;
  top: 3px;
  right: 5px;
}
.video_icon::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: -3px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23222222' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2V5zm11.5 5.175 3.5 1.556V4.269l-3.5 1.556v4.35zM2 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H2z'/%3E%3C/svg%3E");
}
.count {
  background: rgba(35, 24, 21, 0.3);
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1.5rem 1.5rem 3.25rem;
}
.count span.caption {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  padding: 0.5rem;
  /* color: #b62dce; */
  color: #555;
  bottom: 50px;
  max-height: 8rem;
  overflow-y: scroll;
}

#instagram .count span.caption img.emoji {
  width: auto;
  height: auto;
  max-width: 1.15rem;
  max-height: 1.15rem;
  min-width: 1.15rem;
  min-height: 1.15rem;
}

.instagram_link a {
  border-radius: 5rem;
  background: #454545;
  display: block;
  width: 360px;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.5rem 0 2rem ;
  margin: 1rem auto 7.5rem;
}
.instagram_link a small {
    font-size: 1.15rem;
}
.instagram_link a:hover {
    background: #660099;
}

@media only screen and (max-device-width: 640px),
only screen and (max-device-width: 667px),
only screen and (max-width: 480px){

  .insta_content {
    width: 100vw;
  }
  .insta_media {
    margin: 0 auto 2.5rem ;
    width: 90vw;
  }
  .insta_media:nth-child(even){
    margin-right: auto;
  }
  .insta_media img {
    width: auto;
    max-width: 90vw;
    min-height: 90vw;
  }
  .instagram_link a {
    width: 80vw;
  }

}
