@charset "UTF-8";
/* reset
==========================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  font-family: verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul, li {
  list-style: none;
}
ul.songlist_ul li{
	list-style:disc;
	margin-left: 1.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

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

.both {
  clear: both;
}

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

	// 基本

==========================================================================================*/
body {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  background: #fff;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}

.fontS {
  font-size: 90%;
}

@media screen and (max-width: 720px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }

  body.noscroll {
    position: fixed;
    overflow-y: scroll;
  }
}
a {
  color: #555;
}

a:hover {
  color: #7b6e50;
}

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

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

	■ header / footer

==========================================================================================*/
/*  header 
===================================================================*/
header {
  position: fixed;
  width: 100%;
  border-bottom: #cacaca 1px solid;
  background: #fff;
  z-index: 50;
}
header a {
  color: #303030;
  text-decoration: none;
  transition: all .3s;
}
header .inner {
  height: 102px;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 1200px;
  padding: 0 2.5%;
  margin: 0 auto;
}
header h1 {
  float: left;
  margin: 7px 0 0 10px;
  font-family: 'Stalemate', cursive;
  font-size: 64px;
  font-weight: normal;
  max-width: 275px;
}
header .navIco {
  display: none;
}
header nav {
  float: right;
  text-align: right;
  max-width: calc(100% - 250px);
}
header nav ul {
  display: inline-block;
}
header nav li a:hover {
  color: #666;
}
header nav .gNav li {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 1.1px;
  font-size: 20px;
}
header nav .gNav li:first-child a {
  margin-left: 0;
}
header nav .gNav li a {
  margin: 9px 0 9px 30px;
}
header nav .snsNav {
  margin-left: 15px;
}
header nav .snsNav li {
  display: inline-block;
  font-size: 22px;
}
header nav .snsNav li a {
  padding: 10px 0 10px 12px;
}

@media screen and (max-width: 720px) {
  header {
    position: relative;
  }
  header .inner {
    height: auto;
  }
  header .navIco {
    right: 5%;
    top: 25px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    z-index: 30;
    background: url(../images/ico_nav.png) 50% 50% no-repeat;
    background-size: 40px auto;
    -moz-background-size: 40px auto;
    -webkit-background-size: 40px auto;
  }
  header .navIco.active {
    background: url(../images/ico_nav_close.png) 50% 50% no-repeat;
    background-size: 40px auto;
    -moz-background-size: 40px auto;
    -webkit-background-size: 40px auto;
  }
  header nav {
    display: none;
  }
  header nav {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 20;
    padding: 30px 0 40px !important;
    background-color: rgba(255, 255, 255, 0.95);
  }
  header nav .gNav, header nav .snsNav {
    position: static;
    z-index: 50;
    text-align: center;
    margin: 0;
  }
  header nav .gNav li {
    display: block;
    margin: 0 0 7px;
    font-size: 22px !important;
  }
  header nav .gNav li a {
    display: inline-block;
    padding: 4px;
    margin: 0;
  }
  header nav .snsNav {
    margin: 15px 0 0;
  }
  header nav .snsNav li {
    padding: 0 5px;
    font-size: 24px;
  }
  header nav .snsNav li a {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 580px) {
  header .navIco {
    right: 2%;
    top: 12px;
    margin-top: 2px;
    background: url(../images/ico_nav-sp.png) 50% 50% no-repeat;
    background-size: 24px auto;
    -moz-background-size: 24px auto;
    -webkit-background-size: 24px auto;
  }
  header .navIco.active {
    background: url(../images/ico_nav_close.png) 50% 50% no-repeat;
    background-size: 27px auto;
    -moz-background-size: 27px auto;
    -webkit-background-size: 27px auto;
  }
}
.second header h1 {
  max-width: 240px;
  white-space: nowrap;
}
.second header nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.second header nav .gNav li {
  font-size: 17px;
}
.second header nav .gNav li a {
  margin: 9px 0 9px 20px;
}
.second header nav .snsNav {
  margin-left: 12px;
}

@media screen and (max-width: 1200px) {
  .second header h1 {
    font-size: 60px;
    max-width: 255px;
  }
  .second header nav {
    max-width: calc(100% - 235px);
  }
  .second header nav ul {
    display: block;
  }
  .second header nav .gNav li {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 980px) {
  .second header nav {
    max-width: 440px;
  }
  .second header nav .gNav li a {
    margin: 8px 0 8px 25px;
  }
  .second header nav .snsNav li {
    margin-top: 2px;
    font-size: 18px;
  }
}

@media screen and (max-width: 720px) {
  .second header h1 {
    font-size: 50px;
    padding-bottom: 10px;
  }
  .second header nav {
    position: absolute;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .second header nav .snsNav li {
    font-size: 24px;
  }
  .second header nav .gNav li a {
    margin: 6px 0;
  }
}
@media screen and (max-width: 580px) {
  .second header h1 {
    font-size: 40px;
    padding-bottom: 7px;
    padding-bottom: 2px;
  }
}
/*  footer
===================================================================*/
.pagetop a {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 60px;
  height: 60px;
  background: #a5946d;
  z-index: 2;
  text-indent: -9999px;
  transition: all .3s;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
.pagetop a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 18px;
  height: 18px;
  margin-top: -6px;
  margin-right: -9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
.pagetop a:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

@media screen and (max-width: 720px) {
  .pagetop a {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
  .pagetop a:after {
    width: 14px;
    height: 14px;
    margin-right: -7px;
  }
}
footer {
  max-width: 1200px;
  padding: 0 3% 30px;
  margin: 0 auto;
}
footer a {
  transition: all .3s;
}
footer a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
footer .bnrArea {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
footer .bnrArea li {
  display: inline-block;
  padding: 10px 15px;
}
footer .bnrArea img {
  display: block;
  width: 230px;
  height: auto;
}
footer .snsNav {
  padding: 20px 0 22px;
  text-align: center;
}
footer .snsNav li {
  display: inline-block;
  padding: 0 10px;
}
footer .snsNav a {
  font-size: 26px;
  color: #000;
}
footer p {
  text-align: center;
  font-size: 11px;
}
footer p a {
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 720px) {
  footer {
    padding: 0 4% 30px;
  }
  footer .bnrArea li {
    display: inline-block;
    width: 46%;
    padding: 0 3px 4px;
  }
  footer .bnrArea img {
    width: 100%;
  }
  footer .snsNav {
    padding: 5px 0 18px;
  }
  footer .snsNav a {
    font-size: 22px;
  }
  footer p {
    font-size: 10px;
  }
}
/*==========================================================================================

	contents

==========================================================================================*/
/* ■ contents共通
===================================================================*/
#contents,
section#info {
  padding: 102px 0 0;
  margin: 0 auto;
  box-sizing: border-box;
}
#contents .wrapper,
section#info .wrapper {
  padding: 0 3%;
  margin: 0 0 80px;
}
#contents .wrapper:last-child,
section#info .wrapper:last-child {
  margin-bottom: 0;
}
#contents img,
section#info img {
  display: block;
  width: 100%;
  height: auto;
}
#contents .title,
section#info .title {
  padding-bottom: 45px;
}
#contents .title .ttlTxt,
#contents .mainTTL .ttlTxt,
section#info .title .ttlTxt,
section#info .mainTTL .ttlTxt {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 42px;
  line-height: 1;
}
#contents .ttl_border,
section#info .ttl_border {
  display: inline-block;
  padding: 1px 5px;
  border: #000 1px solid;
}
#contents .title,
#contents .contentBody,
section#info .title,
section#info .contentBody {
  max-width: 1100px;
  margin: 0 auto;
}
#contents .bgGR,
section#info .bgGR {
  background: url(../images/bg_gray.png) repeat;
}
#contents .btn_more,
section#info .btn_more {
  transition: all .3s;
  width: 160px;
  margin: 0 auto;
  border: #a4946c 1px solid;
  background-color: rgba(164, 148, 108, 0.2);
  text-align: center;
}
#contents .btn_more:hover,
section#info .btn_more:hover {
  background-color: rgba(164, 148, 108, 0.3);
}
#contents .btn_more:hover a,
section#info .btn_more:hover a {
  color: #7b6e50;
}
#contents .btn_more a,
section#info .btn_more a {
  display: block;
  transition: all .3s;
  padding: 12px;
  text-decoration: none;
  letter-spacing: 1.2px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #a5946d;
}
#contents .btn_more.btnGold,
section#info .btn_more.btnGold {
  background: #a3936c;
}
#contents .btn_more.btnGold a,
section#info .btn_more.btnGold a {
  color: #fff;
  font-weight: 600;
}
#contents .btn_more.btnGold:hover,
section#info .btn_more.btnGold:hover {
  background-color: rgba(163, 147, 108, 0.6);
}
#contents .btn_more.moreL,
section#info .btn_more.moreL {
  width: 30%;
  min-width: 260px;
}
#contents .btn_more.moreL a,
section#info .btn_more.moreL a {
  padding: 18px 12px;
}
#contents .btn_amazon a,
section#info .btn_amazon a {
  display: block;
  transition: all .3s;
  width: 55%;
  min-width: 180px;
  margin: 0 auto 30px;
}
#contents .btn_amazon a:hover,
section#info .btn_amazon a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
#contents .pc_txt,
section#info .pc_txt {
  display: block;
}

#top #info.bgGR {
  background: url(../images/bg_gray.png) repeat;
}

@media screen and (max-width: 720px) {
  #contents,
  section#info {
    padding: 0;
  }
  #contents .wrapper,
  section#info .wrapper {
    padding: 0 5%;
    margin: 0 0 40px;
  }
  #contents .title,
  #contents .mainTTL,
  section#info .title,
  section#info .mainTTL {
    padding-bottom: 30px;
  }
  #contents .title .ttlTxt,
  #contents .mainTTL .ttlTxt,
  section#info .title .ttlTxt,
  section#info .mainTTL .ttlTxt {
    font-size: 26px;
  }
  #contents .btn_more,
  section#info .btn_more {
    width: 80%;
    max-width: 480px;
  }
  #contents .btn_more.moreL,
  section#info .btn_more.moreL {
    min-width: 200px;
  }
  #contents .btn_more.moreL a,
  section#info .btn_more.moreL a {
    padding: 12px;
  }
  #contents .pc_txt,
  section#info .pc_txt {
    display: inline;
  }
  #contents span.sp_txt,
  section#info span.sp_txt {
    display: block;
  }
}
/* ■ 下層ページ共通
===================================================================*/
.second #contents .wrapper {
  padding-top: 5%;
}
.second #contents .title,
.second #contents .mainTTL {
  padding: 35px 0 25px;
  text-align: center;
}
.second #contents .mainTTL .ttlTxt {
  padding-bottom: 15px;
}
.second #contents .ttlCategory {
  display: inline-block;
  margin: 15px 0 0;
  text-align: center;
}
.second #contents .ttlCategory li {
  display: inline-block;
  margin: 0 5px 15px;
}
.second #contents .ttlCategory a {
  transition: all .3s;
  display: block;
  padding: 6px 35px;
  background: #f0f0f0;
  color: #686868;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.2px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.second #contents .ttlCategory a:hover,
.second #contents .ttlCategory .active a {
  background: #a4946c;
  color: #fff;
}
.second #contents .ttlCategory + .ttlCategory {
  margin-top: 0;
}
.second #contents .post-single {
  max-width: 840px;
  margin: 0 auto;
}
.second #contents .post-single .txt_ttl {
  padding-bottom: 25px;
  font-size: 18px;
}
.second #contents .caution {
  font-size: 80%;
  color: #555;
}
.second #contents .txt_borderBox {
  padding: 30px;
  margin: 20px 0;
  background: #fff;
  border: #a4946c 2px solid;
}
.second #contents input[type="button"], .second #contents input[type="submit"], .second #contents input[type="text"], .second #contents input[type="reset"], .second #contents textarea, .second #contents select {
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.second #contents input[type="text"],
.second #contents textarea,
.second #contents select {
  padding: 10px;
  font-size: 16px;
  border: #999 1px solid;
}
.second #contents input[type="submit"],
.second #contents input[type="reset"] {
  width: 8em;
  padding: 10px 0 9px;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
  border: #a4946c 1px solid;
  background-color: rgba(164, 148, 108, 0.2);
  color: #a5946d;
}
.second #contents input[type="submit"]:hover,
.second #contents input[type="reset"]:hover {
  background-color: rgba(164, 148, 108, 0.3);
  color: #7b6e50;
}
.second #contents .mailTxtBody .txt_borderBox {
  margin-top: 40px;
}
.second #contents .mailTxtBody .mailTxt_form {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 0;
}
.second #contents .mailTxtBody .mailTxt_form h4 {
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 20px;
  border-left: #7b6e50 5px solid;
  color: #7b6e50;
}
.second #contents .mailTxtBody .mailTxt_form form + h4 {
  margin-top: 50px;
}
.second #contents .mailTxtBody .mailTxt_form input[type="text"] {
  width: calc(100% - 12em);
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 10px;
}
.second #contents .mailTxtBody .mailTxt_form input[type="submit"] {
  margin-bottom: 20px;
}
.second #contents .mailNotice {
  padding: 10px 0 80px;
}
.second #contents .mailThanks {
  padding-bottom: 80px;
}
.second #contents .contactTxtBody ul {
  padding-bottom: 20px;
}
.second #contents .contactTxtBody .contactlTxt_form {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 0;
}
.second #contents .contactTxtBody .contactlTxt_form h4 {
  padding-left: 15px;
  font-size: 18px;
  margin: 10px 0 20px;
  border-left: #7b6e50 5px solid;
  color: #7b6e50;
}
.second #contents .contactTxtBody .contactlTxt_form input[type="text"],
.second #contents .contactTxtBody .contactlTxt_form textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 10px;
}
.second #contents .contactTxtBody .contactlTxt_form input[type="submit"],
.second #contents .contactTxtBody .contactlTxt_form input[type="reset"] {
  margin: 0 10px 0;
  width: auto;
  padding: 10px 15px 9px;
}
.second #contents .contactTxtBody .contactlTxt_form .sendBtn {
  text-align: center;
  margin: 20px 0;
}
.second #contents .contactTxtBody .contactlTxt_form .select-group {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 60%;
  min-width: 300px;
  padding: 0;
  margin-bottom: 30px;
  border: 1px solid #999;
  z-index: 1;
  display: block;
  position: relative;
}
.second #contents .contactTxtBody .contactlTxt_form .select-group select {
  position: relative;
  z-index: 1;
  display: block;
  width: 110%;
  border: none;
}
.second #contents .contactTxtBody .contactlTxt_form .select-group:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: solid 2px black;
  border-right: solid 2px black;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
}
.second #contents .contactTxtBody .contactlTxt_form .select-group:after {
  right: 15px;
}
.second #contents .contactNotice {
  padding: 0 0 80px;
}
.second #contents .contactNotice li {
  padding-top: 20px;
}
.second #contents .contactThanks {
  padding-bottom: 60px;
}
.second #contents .contactThanks p {
  padding-bottom: 20px;
}
.second #contents .post {
  padding-bottom: 50px;
}
.second #contents .post .picArea {
  float: left;
  width: 40%;
  padding-bottom: 40px;
}
.second #contents .post .picArea p.songData {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 0 30px;
}
.second #contents .post .picArea .btn_more {
  width: 300px;
}
.second #contents .post .picArea .pic_tate img {
  width: 55%;
  margin: 0 auto;
}
.second #contents .post .picArea .pic_frame {
  padding: 40px;
  background: #fff;
  border: 1px solid #a4946c;
}
.second #contents .post .textArea {
  float: right;
  width: 55%;
}
.second #contents .post .textArea p {
  padding-bottom: 12px;
}
.second #contents .post .textArea .txt_detail h4 {
  padding-bottom: 20px;
  font-size: 20px;
}
.second #contents .post .textArea .songList {
  padding: 0 0 30px;
  font-size: 12px;
  line-height: 1.6;
}
.second #contents .post .textArea .songList h5 {
  padding: 10px 0;
  font-weight: bold;
}
.second #contents .post .textArea .songList ol + h5 {
  padding-top: 20px;
}
.second #contents .post .textArea .songList ol li {
  position: relative;
  margin: 0 0 2px;
  padding: 12px 37px 12px 37px;
  background: #fff;
  min-height: 18px;
  list-style: decimal;
  list-style-position: inside;
  text-indent: -1.4em;
}
.second #contents .post .textArea .songList .play {
  text-align: right;
  margin: -2.5em 0 10px;
  vertical-align: middle;
  line-height: 1;
  color: #666;
}
.second #contents .post .textArea .songList .play img {
  width: 16px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 3px 0 0;
}
.second #contents .post .textArea .songList .subList {
  text-indent: 0;
  padding: 3px 0 0 1em;
}
.second #contents .post .textArea .songList .sounPlay {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  overflow: hidden;
}
.second #contents .post .textArea .songList .sounPlay iframe {
  float: left;
}
.second #contents .post .textArea .songList .sounPlay.ico_umj a {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  background: url(../images/ico_play-sc2.png) 0 0 no-repeat;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.second #contents .post .textArea .txt_detail + .songList {
  margin-top: 20px;
}
.second #contents .post .textArea .txt_name {
  position: relative;
  padding-bottom: 20px;
}
.second #contents .post .textArea .txt_name h3 {
  font-size: 26px;
  display: inline-block;
  padding-right: 15px;
}
.second #contents .post .textArea .txt_name h4 {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.second #contents .post .textArea .txt_name .snsNav {
  position: absolute;
  right: 0;
  top: 0;
}
.second #contents .post .textArea .txt_name .snsNav li {
  float: left;
  overflow: hidden;
  width: 2.2em;
  height: 2.2em;
  margin-left: 10px;
  background: #a5946d;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.second #contents .post .textArea .txt_name .snsNav a {
  transition: all .3s;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  margin: 0;
  text-align: center;
}
.second #contents .post .textArea .txt_name .snsNav a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
.second #contents .post .textArea .txt_profile p {
  padding-bottom: 20px;
  line-height: 1.6;
}
.second #contents #movie,.second #contents .movie {
  padding-bottom: 80px;
}

@media screen and (max-width: 980px) {
  .second #contents .mainTTL {
    padding: 30px 0 30px;
  }
  .second #contents .mainTTL .ttlTxt {
    padding-bottom: 10px;
  }
  .second #contents .ttlCategory {
    width: 90%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 720px) {
  .second #contents .title,
  .second #contents .mainTTL {
    padding: 20px 0 10px;
  }
  .second #contents .mainTTL .ttlTxt {
    padding-bottom: 10px;
  }
  .second #contents .ttlCategory {
    display: block;
    width: 96%;
    margin: 10px auto 5px;
  }
  .second #contents .ttlCategory li {
    margin: 0 1.5px 5px;
  }
  .second #contents .ttlCategory a {
    font-size: 11px;
    padding: 4px 10px;
    letter-spacing: 1px;
  }
  .second #contents .ttlCategory + .ttlCategory {
    margin-top: 0;
  }
  .second #contents .post-single .txt_ttl {
    padding-bottom: 20px;
    font-size: 16px;
  }
  .second #contents .txt_borderBox {
    padding: 20px;
    margin: 20px 0;
  }
  .second #contents .mailTxtBody .txt_borderBox {
    margin-top: 30px;
  }
  .second #contents .mailTxtBody .mailTxt_form {
    padding: 10px 0 0;
  }
  .second #contents .mailTxtBody .mailTxt_form h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .second #contents .mailTxtBody .mailTxt_form form + h4 {
    margin-top: 40px;
  }
  .second #contents .mailTxtBody .mailTxt_form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .second #contents .mailTxtBody .mailTxt_form input[type="submit"] {
    display: block;
    width: 60%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .second #contents .mailNotice {
    padding: 10px 0 40px;
  }
  .second #contents .mailThanks {
    padding: 20px 0 40px;
  }
  .second #contents .contactTxtBody .contactlTxt_form {
    padding: 10px 0 0;
  }
  .second #contents .contactTxtBody .contactlTxt_form h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .second #contents .contactTxtBody .contactlTxt_form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .second #contents .contactTxtBody .contactlTxt_form input[type="submit"], .second #contents .contactTxtBody .contactlTxt_form input[type="reset"] {
    display: block;
    width: 75%;
    max-width: 300px;
    margin: 0 auto 15px;
  }
  .second #contents .contactTxtBody .contactlTxt_form .sendBtn {
    margin: 10px 0 20px;
  }
  .second #contents .contactTxtBody .contactlTxt_form .select-group {
    width: 98%;
    min-width: 98%;
    margin-bottom: 20px;
    display: block;
    position: relative;
  }
  .second #contents .contactTxtBody .contactlTxt_form .select-group:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 2px black;
    border-right: solid 2px black;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
  }
  .second #contents .contactTxtBody .contactlTxt_form .select-group:after {
    right: 12px;
    margin-top: -5px;
  }
  .second #contents .contactNotice {
    padding: 0 0 10px;
  }
  .second #contents .contactNotice li {
    padding: 0 0 20px;
  }
  .second #contents .contactThanks {
    padding: 20px 0 30px;
  }
  .second #contents .contactThanks p {
    padding-bottom: 10px;
  }
  .second #contents .post {
    padding-bottom: 20px;
  }
  .second #contents .post .picArea, .second #contents .post .textArea {
    width: 100%;
    float: none;
  }
  .second #contents .post .picArea {
    padding-bottom: 10px;
  }
  .second #contents .post .picArea p.songData {
    font-size: 14px;
    padding: 10px 0 15px;
  }
  .second #contents .post .picArea .btn_more {
    margin: 0 auto 10px;
  }
  .second #contents .post .picArea .pic_s {
    width: 70%;
    margin: 20px auto 0;
  }
  .second #contents .post .picArea .pic_tate img {
    width: 60%;
  }
  .second #contents .post .picArea .pic_frame {
    padding: 20px;
  }
  .second #contents .post .textArea .txt_detail h4 {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
  }
  .second #contents .post .textArea .sp-ttlborder {
    padding: 2px 0;
    margin-bottom: 10px;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
  }
  .second #contents .post .textArea .sp-ttlborder h4 {
    padding: 8px 0 10px;
    border-top: 2px #000 solid;
    border-bottom: 2px #000 solid;
  }
  .second #contents .post .textArea .songList {
    padding: 0 0 20px;
    line-height: 1.4;
  }
  .second #contents .post .textArea .songList .play {
    text-align: left;
    margin: 0 0 10px;
  }
  .second #contents .post .textArea .songList .play img {
    width: 14px;
  }
  .second #contents .post .textArea .songList ol li {
    padding: 10px 32px 10px 32px;
  }
  .second #contents .post .textArea .txt_name {
    margin-top: 20px;
  }
  .second #contents .post .textArea .txt_name h3 {
    font-size: 22px;
  }
  .second #contents .post .textArea .txt_name h4 {
    display: block;
  }
  .second #contents .post .textArea .txt_name .snsNav li {
    margin-top: 5px;
    font-size: 14px;
  }
  .second #contents #movie,.second #contents .movie {
    padding-bottom: 20px;
  }
}
/* ■ works一覧
===================================================================*/
.second #contents .worksList {
  position: relative;
}
.second #contents .worksList .listTTL {
  margin-bottom: 40px;
  padding-bottom: 2px;
  border-bottom: #000 1px solid;
}
.second #contents .worksList .listTTL h3 {
  padding: 0 3px 10px;
  border-bottom: #000 2px solid;
  font-family: "Playfair Display",serif;
  font-style: italic;
  font-size: 30px;
  line-height: 1;
}
.second #contents .worksList .text_shoulder {
  top: 0;
  right: 0;
  position: absolute;
  text-align: right;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
}
.second #contents .worksList li {
  float: left;
  width: 18%;
  margin: 0 2.5% 3% 0;
}
.second #contents .worksList li a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: all .3s;
}
.second #contents .worksList li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  color: #666;
}
.second #contents .worksList li .picArea {
  text-align: center;
}
.second #contents .worksList li:nth-child(5n+5) {
  margin-right: 0;
}
.second #contents .worksList#books li img,.second #contents .worksList#items li img {
  display: inline-block;
  height: 190px;
  width: auto;
}
.second #contents .worksList dt {
  padding: 10px 0 2px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 11px;
}
.second #contents .worksList dd {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
}

.worksList + hr,
.bnrL + hr {
  border: none;
  padding-bottom: 90px;
}

.bnrL {
  width: 80%;
  max-width: 900px;
  margin: 40px auto 0;
}
.bnrL a {
  display: block;
  transition: all .3s;
  border: 2px solid #a4946c;
  padding: 10px 80px;
  background: #fff;
}
.bnrL a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

@media screen and (max-width: 720px) {
  .second #contents .worksList {
    padding-bottom: 30px;
  }
  .second #contents .worksList .text_shoulder {
    display: inline-block;
    position: static;
    padding: 0 0 15px 1em;
    font-size: 11px;
    text-align: left;
    text-indent: -1em;
    line-height: 1;
  }
  .second #contents .worksList .listTTL {
    margin-bottom: 15px;
  }
  .second #contents .worksList .listTTL h3 {
    padding: 0 3px 7px;
    font-size: 20px;
  }
  .second #contents .worksList li {
    float: none;
    width: 100%;
    max-height: 80px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: #777 1px dotted;
  }
  .second #contents .worksList li .picArea {
    float: left;
    width: 80px;
  }
  .second #contents .worksList li dl {
    float: right;
    width: calc(100% - 90px);
  }
  .second #contents .worksList li:nth-child(5n+5) {
    margin-right: 0;
  }
  .second #contents .worksList#books li,.second #contents .worksList#items li {
    max-height: 100px;
  }
  .second #contents .worksList#books li img,.second #contents .worksList#items li img {
    display: inline-block;
    height: auto;
    max-height: 90px;
    width: auto;
  }
  .second #contents .worksList dt {
    padding: 0px 0 2px;
  }
  .second #contents .worksList dd {
    font-size: 12px;
  }

  .worksList + hr,
  .bnrL + hr {
    padding-bottom: 0px;
  }

  .bnrL {
    width: 100%;
    margin: 0 auto 30px;
  }
  .bnrL a {
    padding: 10px 0px;
  }
}
/*  works 詳細
===================================================================*/
#works-detail .contentBody {
  padding-bottom: 80px;
}

@media screen and (max-width: 720px) {
  #works-detail .contentBody {
    padding-bottom: 40px;
  }
}
/*  photogallery（過去のもの）
===================================================================*/
#photogallery_old {
  padding-bottom: 80px;
}
#photogallery_old .txt_ttl {
  padding-bottom: 25px;
  font-size: 18px;
}
#photogallery_old .image {
  margin-bottom: 50px;
}
#photogallery_old .image p {
  float: left;
  width: 12.5%;
  padding-bottom: 1.5%;
}
#photogallery_old .image a {
  display: block;
  transition: all .3s;
  border: 1px solid #333;
}
#photogallery_old .image a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
#photogallery_old .textArea {
  padding-bottom: 50px;
  font-size: 90%;
}
#photogallery_old .textArea p {
  padding-bottom: 20px;
}

@media screen and (max-width: 720px) {
  #photogallery_old {
    padding-bottom: 40px;
  }
  #photogallery_old .txt_ttl {
    padding-bottom: 20px;
    font-size: 16px;
  }
  #photogallery_old .image {
    margin-bottom: 30px;
  }
  #photogallery_old .image p {
    width: 33.33%;
    padding-bottom: 2%;
  }
  #photogallery_old .textArea {
    padding-bottom: 30px;
    font-size: 100%;
  }
  #photogallery_old .textArea p {
    padding-bottom: 15px;
  }
}
/*  movie
===================================================================*/
#movie .movieThumb li, .movie .movieThumb li {
  width: 48.5%;
  float: left;
}
#movie .movieThumb.aligncenter li,.movie .movieThumb.aligncenter li {
	float: none;
	margin: 0 auto !important;
}
#movie .movieThumb li:nth-child(odd),.movie .movieThumb li:nth-child(odd) {
  margin-right: 3%;
}
#movie .movieThumb a,.movie .movieThumb a {
  position: relative;
  display: block;
}
#movie .movieThumb a:before,.movie .movieThumb a:before {
  transition: all .3s;
  position: absolute;
  z-index: 5;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(../images/ico_play.png) 50% 50% no-repeat;
  background-size: 115px auto;
  -moz-background-size: 115px auto;
  -webkit-background-size: 115px auto;
}
#movie .movieThumb a:hover:before,.movie .movieThumb a:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
#movie .movieThumb a.no-ico,.movie .movieThumb a.no-ico {
  transition: all .3s;
}
#movie .movieThumb a.no-ico:before,.movie .movieThumb a.no-ico:before {
  display: none;
}
#movie .movieThumb a.no-ico:hover,.movie .movieThumb a.no-ico:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
#movie .movieThumb img,.movie .movieThumb img {
  display: block;
  width: 100%;
  height: auto;
}
#movie .movieThumb.movieCenter li,.movie .movieThumb.movieCenter li {
  float: none;
  margin: 0 auto;
}
#movie .movieThumb .movieCap,.movie .movieThumb .movieCap {
  padding-top: 15px;
  line-height: 1.4;
}
#movie .movieThumb .movieCap_s,.movie .movieThumb .movieCap_s {
  padding-top: 5px;
  font-size: 90%;
}
#movie .movieThumb.movie-col3 li,.movie .movieThumb.movie-col3 li {
  width: 31.33%;
  margin-bottom: 3%;
}
#movie .movieThumb.movie-col3 li:nth-child(odd),.movie .movieThumb.movie-col3 li:nth-child(odd) {
  margin-right: inherit;
}
#movie .movieThumb.movie-col3 li:nth-child(3n+2),.movie .movieThumb.movie-col3 li:nth-child(3n+2) {
  margin: 0 3%;
}
#movie .cap,.movie .cap {
  padding-top: 8px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
}
#movie .pic6-4 {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
#movie .pic6-4 img {
  position: absolute;
  top: -10px;
}

@media screen and (max-width: 720px) {
  #movie .movieThumb li,.movie .movieThumb li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #movie .movieThumb li:nth-child(odd),.movie .movieThumb li:nth-child(odd) {
    margin-right: 0;
  }
  #movie .movieThumb a,.movie .movieThumb a {
    position: relative;
    display: block;
  }
  #movie .movieThumb a:before,.movie .movieThumb a:before {
    background-size: 100px auto;
    -moz-background-size: 100px auto;
    -webkit-background-size: 100px auto;
  }
  #movie .movieThumb .movieCap,.movie .movieThumb .movieCap {
    padding-top: 10px;
  }
  #movie .movieThumb.movie-col3 li,.movie .movieThumb.movie-col3 li {
    float: left;
    width: 48%;
    margin-bottom: 5% !important;
  }
  #movie .movieThumb.movie-col3 li:nth-child(3n+2) {
    margin: inherit;
  }
  #movie .movieThumb.movie-col3 li:nth-child(odd) {
    margin-right: 4%;
  }
  #movie .movieThumb.movie-col3 a:before {
    background-size: 60px auto;
    -moz-background-size: 60px auto;
    -webkit-background-size: 60px auto;
  }
  #movie .cap,.movie .cap {
    padding-top: 5px;
    font-size: 12px;
  }

  .worksList + #movie,.worksList + .movie {
    margin-top: -30px;
  }
}
/*==========================================================================================

	top

==========================================================================================*/
html, body {
  height: 100%;
}

/*  header
===================================================================*/
#top header {
  height: 100%;
  position: relative;
  background: url(../../images/img_main.jpg) 100% 0 no-repeat;
  background-position: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#top header .inner {
  height: auto;
  width: 100%;
  overflow: visible;
}
#top header h1 {
  position: absolute;
right: 5%;
top: 50%;
display: block;
width: 376px;
max-width: 376px;
height: 146px;
margin-top: -60px;
text-indent: -9999px;
overflow: hidden;
background: url(../images/logo.png) 0 0 no-repeat;
}
#top header nav {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  margin-top: 20px;
  right: 5%;
}
#top header nav .gNav li:first-child {
  display: none;
}
#top #mainImg {
  display: none;
  height: 100%;
}
#top #mainImg img {
  display: block;
  width: 100%;
  height: auto;
}
#top #contents {
  padding-top: 0;
}

@media screen and (max-width: 980px) {
  #top header nav {
    right: 0;
    margin-top: 0;
    padding-top: 12px;
    padding-right: 2%;
  }
  #top header nav ul {
    width: 100%;
  }
  #top header nav .gNav li {
    letter-spacing: 1px;
    font-size: 16px;
  }
  #top header nav .gNav li a {
    margin: 6px 0 6px 20px;
  }
}

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

	
}

@media screen and (max-width: 720px) {
  #top header {
    height: auto;
    background: none;
  }
  #top header h1 {
    right: 3%;
    width: 300px;
    height: 116px;
    margin-top: -50px;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }
  #top header nav .gNav li a {
    margin-left: 0;
  }
  #top #mainImg {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  #top header h1 {
    right: 3%;
    width: 165px;
    height: 73px;
    margin-top: -18px;
  }
}
/*  ニューアルバム
===================================================================*/
#masonry {  
width:100%;
padding:10px;
border:1px solid #EEE; 
overflow:auto; 
}  

#top #contents section#feature,#top #contents section.feature {
  padding: 4% 3.5%;
  margin: 3% auto 80px;
  max-width: 1100px;
  box-sizing: border-box;

}




#top #contents section.feature {
	margin-top: 0;
}
#top #contents section#feature .title,#top #contents section.feature .title {
  float: right;
  width: 65%;
  margin: 0;
  padding: 2px 0;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
}
#top #contents section#feature .title h2,#top #contents section.feature .title h2 {
  padding: 7px 0 9px;
  font-size: 32px;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
#top #contents section#feature .pic_newalbum,#top #contents section.feature .pic_newalbum {
  float: left;
  width: 32%;
}
#top #contents section#feature .txt_newalbum,#top #contents section.feature .txt_newalbum {
  float: right;
  width: 65%;
  font-size: 14px;
  text-align: center;
}
#top #contents section#feature .txt_newalbum h3,#top #contents section.feature .txt_newalbum h3 {
  padding-top: 23px;
  font-size: 22px;
  line-height: 1.3;
}
#top #contents section#feature .txt_newalbum h4,#top #contents section.feature .txt_newalbum h4 {
  padding:10px 0 20px;
  font-size: 18px;
}
#top #contents section#feature .txt_newalbum h5,#top #contents section.feature .txt_newalbum h5 {
	padding-bottom: 20px;
	 text-align: left;
}

#top #contents section#feature .txt_newalbum p,#top #contents section.feature .txt_newalbum p {
  padding-bottom: 14px;
  text-align: left;
}
#top #contents section#feature .txt_newalbum .btn_more,#top #contents section.feature .txt_newalbum .btn_more {
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  #top #contents section#feature,#top #contents section.feature {
    margin: 3% 3% 80px;
  }
	#top #contents section.feature {
	margin-top: 0;
}
}
@media screen and (max-width: 720px) {
  #top #contents section#feature,#top #contents section.feature {
    padding: 7% 2% 40px;
    margin: 5% 5% 40px;
  }
	#top #contents section.feature {
	margin-top: 0;
}
  #top #contents section#feature .title,#top #contents section.feature .title {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #top #contents section#feature .title h2,#top #contents section.feature .title h2 {
    padding: 7px 0 9px;
    font-size: 22px;
  }
  #top #contents section#feature .pic_newalbum,#top #contents section.feature .pic_newalbum {
    float: none;
    width: 80%;
    margin: 30px auto 10px;
  }
  #top #contents section#feature .txt_newalbum,#top #contents section.feature .txt_newalbum {
    float: none;
    width: 100%;
  }
  #top #contents section#feature .txt_newalbum h3,#top #contents section.feature .txt_newalbum h3 {
    padding-bottom: 10px;
    line-height: 1.3;
	font-size: 15px;
  }
#top #contents section#feature .txt_newalbum h4,#top #contents section.feature .txt_newalbum h4 {
  padding:0px 0 25px;
  font-size: 15px;
}
#top #contents section#feature .txt_newalbum h5,#top #contents section.feature .txt_newalbum h5 {
	font-size: 13px;
	padding-bottom: 10px;
}
#top #contents section#feature .txt_newalbum p,#top #contents section.feature .txt_newalbum p {
	padding: 0 3% 10px;
}
  #top #contents section#feature .txt_newalbum .btn_more,#top #contents section.feature .txt_newalbum .btn_more {
    margin-top: 20px;
  }
}
/*  info
===================================================================*/
section#info {
  padding: 80px 5% 0px !important;
  margin-bottom: 70px !important;
}
section#info .contentBody {
  max-width: 1000px;
  padding-bottom: 70px;
}
section#info .infoTxt .col3 {
  float: left;
  width: 32%;
  box-sizing: border-box;
}
section#info .infoTxt .col3.colMid {
  margin: 0 2%;
}
section#info .infoTxt ul {
  margin: 20px 0 50px;
}
section#info .infoTxt li {
  border-bottom: #777 1px dotted;
}
section#info .infoTxt li:first-child {
  border-top: #777 1px dotted;
}
section#info .infoTxt li a {
  transition: all .3s;
  display: block;
  padding: 16px 15px 18px;
  color: #000;
  text-decoration: none;
}
section#info .infoTxt li a:hover {
  color: #7b6e50;
}
section#info .infoTxt li:nth-child(odd) {
  margin-right: 3%;
}
section#info .infoTxt .date {
  font-size: 11px;
  padding-bottom: 3px;
}
section#info .infoTxt p.mainTxt {
  min-height: 2.8em;
  line-height: 1.4em;
}
section#info .infoTxt p.error {
  padding: 20px 0;
}
section#info .infoTxt .btn_more {
  clear: both;
}
section#info .infobnr_top li {
  box-sizing: border-box;
}
section#info .infobnr_top a {
  display: block;
  transition: all .3s;
}
section#info .infobnr_top a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
section#info .infobnr_btm {
  text-align: center;
  margin-top: 70px;
}
section#info .infobnr_btm ul {
  width: 100%;
  display: inline-block;
}
section#info .infobnr_btm li {
  display: inline-block;
  box-sizing: border-box;
  width: 35%;
  margin: 0 0.5% 1%;
}
section#info .infobnr_btm a {
  display: block;
  transition: all .3s;
}
section#info .infobnr_btm a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.second section#info {
  padding-bottom: 0;
}
.second section#info .contentBody {
  border-bottom: 1px solid #cacaca;
}

#top section#info {
  margin-top: 80px;
}

@media screen and (max-width: 720px) {
  section#info {
    padding: 30px 5% 0px !important;
    margin-bottom: 30px !important;
  }
  section#info .contentBody {
    padding-bottom: 20px;
  }
  section#info .infoTxt .col3 {
    float: none;
    width: 100%;
  }
  section#info .infoTxt .col3.colMid {
    margin: 0;
  }
  section#info .infoTxt ul {
    margin: 30px 0 50px;
  }
  section#info .infoTxt li {
    float: none;
    width: 100%;
  }
  section#info .infoTxt li:nth-child(2) {
    border-top: none;
  }
  section#info .infoTxt li a {
    padding: 14px 12px 16px;
  }
  section#info .infoTxt li:nth-child(odd) {
    margin-right: 0;
  }
  section#info .infoTxt p.mainTxt {
    min-height: inherit;
  }
  section#info .infobnr_btm {
    margin-top: 40px;
  }
  section#info .infobnr_btm ul {
    width: 80%;
  }
  section#info .infobnr_btm li {
    width: 100%;
    margin: 0 0 8px;
  }

  #top section#info {
    margin-top: 30px;
  }
}
/*==========================================================================================

	info

==========================================================================================*/
.second #contents #infoContent {
  max-width: 1100px;
  margin: 0 auto;
}
.second #contents #infoContent #entries {
  float: left;
  width: 70%;
}
.second #contents #infoContent #entries .article {
  margin-bottom: 80px;
}
.second #contents #infoContent #entries .article .entryTTL {
  padding: 2px 0;
  margin-bottom: 8px;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  font-size: 20px;
}
.second #contents #infoContent #entries .article .entryTTL a, .second #contents #infoContent #entries .article .entryTTL span {
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
  color: #000;
}
.second #contents #infoContent #entries .article .entryTTL a:hover {
  color: #555;
}
.second #contents #infoContent #entries .article .date {
  margin: 20px 0 0;
  padding: 10px 0 0;
  text-align: right;
  font-size: 12px;
  border-top: 1px dotted #777;
}
.second #contents #infoContent #entries .article .social {
  margin-top: -18px;
}
.second #contents #infoContent #entries .article .social > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.second #contents #infoContent #entries .article .entry p {
  clear: both;
  line-height: 1.65;
  padding-bottom: 30px;
}
.second #contents #infoContent #entries .article .entry img {
  width: inherit;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.second #contents #infoContent #entries .article .entry .aligncenter {
  clear: both;
  text-align: center;
  margin: 0 auto 10px;
}
.second #contents #infoContent #entries .article .entry .alignleft {
  float: left;
}
.second #contents #infoContent #entries .article .entry .alignright {
  float: right;
}
.second #contents #infoContent #entries .article .entry {
  zoom: 1;
}
.second #contents #infoContent #entries .article .entry:before, .second #contents #infoContent #entries .article .entry:after {
  content: "";
  display: table;
}
.second #contents #infoContent #entries .article .entry:after {
  clear: both;
}
.second #contents #infoContent #entries .tag {
  margin-bottom: 15px;
  text-align: right;
}
.second #contents #infoContent #entries .tag li {
  transition: all .3s;
  display: inline-block;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 2px 14px 3px;
  margin-left: 8px;
  font-size: 11px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
  background: #a5946d;
}
.second #contents #infoContent #entries .tag li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.second #contents #infoContent #entries .tag li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}
.second #contents #infoContent #entries #search {
  margin-bottom: 30px;
}
.second #contents #infoContent #entries #search .entryParent-ttl {
  border-bottom: 1px dotted #777;
  font-size: 22px;
}
.second #contents #infoContent #entries #search .searchList {
  padding-bottom: 40px;
}
.second #contents #infoContent #entries #search .searchList a {
  text-decoration: none;
}
.second #contents #infoContent #entries #search .searchList > li {
  padding: 20px 0;
  border-bottom: 1px dotted #777;
}
.second #contents #infoContent #entries #search .searchList .tag {
  margin-top: 10px;
  text-align: left;
}
.second #contents #infoContent #entries #search .searchList .tag a {
  margin: 0;
}
.second #contents #infoContent #entries #search .searchList .date {
  font-size: 12px;
}
.second #contents #infoContent #entries #search #no-results h3 {
  margin-bottom: 20px;
}
.second #contents #infoContent #entries #search #no-results p {
  padding-bottom: 15px;
}
.second #contents #infoContent #entries .entryParent-ttl {
  font-family: "Playfair Display",serif;
  font-style: italic;
  padding-bottom: 22px;
  font-size: 22px;
}
.second #contents #infoContent #entries .entryParent-ttl strong {
  padding-left: 5px;
  font-family: serif;
  font-size: 110%;
}
.second #contents #infoContent #sidebar {
  float: right;
  width: 24%;
  padding-bottom: 40px;
}
.second #contents #infoContent #sidebar #parts > div {
  padding-bottom: 40px;
}
.second #contents #infoContent #sidebar h6 {
  padding: 0 0 10px;
  font-size: 16px;
}
.second #contents #infoContent #sidebar #parts-recent li {
  border-bottom: 1px dotted #777;
}
.second #contents #infoContent #sidebar #parts-recent li:first-child {
  border-top: 1px dotted #777;
}
.second #contents #infoContent #sidebar #parts-recent a {
  transition: all .3s;
  display: block;
  padding: 13px 5px 15px;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
}
.second #contents #infoContent #sidebar #parts-search form {
  background: #fff;
  padding: 5px 8px 8px;
  border: 1px solid #999;
}
.second #contents #infoContent #sidebar #parts-search input {
  border: none;
}
.second #contents #infoContent #sidebar #parts-search input[type="text"] {
  vertical-align: middle;
  width: calc(100% - 30px);
  padding: 0px;
}
.second #contents #infoContent #sidebar #parts-search input[type="image"] {
  vertical-align: middle;
  margin-left: 10px;
}
.second #contents #infoContent #sidebar .select-group {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 90%;
  padding: 0;
  border: 1px solid #999;
  z-index: 1;
  display: block;
  position: relative;
}
.second #contents #infoContent #sidebar .select-group select {
  z-index: 1;
  display: block;
  width: 110%;
  border: none;
  background: #fff;
}
.second #contents #infoContent #sidebar .select-group:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: solid 2px black;
  border-right: solid 2px black;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
}
.second #contents #infoContent #sidebar .select-group:after {
  right: 15px;
  margin-top: -5px;
}
.second #contents #infoContent #pager {
  padding: 0 0 80px;
  text-align: center;
  clear: both;
}
.second #contents #infoContent #pager .wp-pagenavi {
  clear: both;
  text-align: center;
  font-size: 18px;
}
.second #contents #infoContent #pager .wp-pagenavi a, .second #contents #infoContent #pager .wp-pagenavi span {
  display: inline-block;
  padding: 5px 11px 7px;
  margin: 0 5px;
  transition: all .3s;
  text-decoration: none;
  border: #a4946c 1px solid;
  background-color: rgba(164, 148, 108, 0.2);
  color: #a5946d;
}
.second #contents #infoContent #pager .wp-pagenavi a:hover,
.second #contents #infoContent #pager .wp-pagenavi span.current {
  color: #fff;
  background: #a5946d;
}

@media screen and (max-width: 720px) {
  .second #contents #infoContent #entries {
    float: none;
    width: 100%;
  }
  .second #contents #infoContent #entries .article {
    margin-bottom: 50px;
  }
  .second #contents #infoContent #entries .article .entryTTL {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
  }
  .second #contents #infoContent #entries .article .entryTTL a, .second #contents #infoContent #entries .article .entryTTL span {
    padding: 8px 5px 10px;
  }
  .second #contents #infoContent #entries .article .date {
    font-size: 11px;
  }
  .second #contents #infoContent #entries .article .entry p {
    padding-bottom: 20px;
  }
  .second #contents #infoContent #entries .article .entry img {
    margin-bottom: 10px;
  }
  .second #contents #infoContent #entries .tag {
    margin-bottom: 10px;
  }
  .second #contents #infoContent #entries .tag li {
    padding: 2px 12px 3px;
  }
  .second #contents #infoContent #entries .tag li a {
    font-size: 10px;
  }
  .second #contents #infoContent #entries #search .entryParent-ttl {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .second #contents #infoContent #entries #search .searchList {
    padding-bottom: 20px;
  }
  .second #contents #infoContent #entries #search .searchList > li {
    padding: 15px 0;
  }
  .second #contents #infoContent #entries #search .searchList .tag {
    margin: 8px 0 5px;
  }
  .second #contents #infoContent #entries #search .searchList .date {
    font-size: 11px;
  }
  .second #contents #infoContent #entries #search #no-results h3 {
    margin-bottom: 15px;
  }
  .second #contents #infoContent #entries .entryParent-ttl {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .second #contents #infoContent #sidebar {
    float: none;
    display: none;
  }
  .second #contents #infoContent #pager {
    padding: 0 0 50px;
  }
  .second #contents #infoContent #pager .wp-pagenavi {
    font-size: 12px;
  }
  .second #contents #infoContent #pager .wp-pagenavi a, .second #contents #infoContent #pager .wp-pagenavi span {
    padding: 3px 8px 4px;
    margin: 0 2px;
  }
}
#contents #entries .article .social .like a {
  display: block;
  background-image: url(../images/btn_fblike.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 51px;
  height: 20px;
}

#contents #entries .article .social .like a:hover {
  background-position: 0 -20px;
}

#contents #entries .article .social .like a span {
  display: none;
}

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

	sekai special

==========================================================================================*/
#sekai section#info {
  display: none;
}
#sekai footer {
  margin-top: 80px;
}
#sekai .wrapper {
  background: #000;
}
#sekai #contents .contentBody {
  max-width: 1000px;
  color: #fff;
}
#sekai #contents .contentBody a {
  color: #fff;
}

#sekai #release-top {
  border-bottom: 1px solid #222222;
  margin: 0 0 40px 0;
}
#sekai #release-top h3 {
  max-width: 872px;
  height: 74px;
  margin: 0 auto 0 auto;
  padding: 0 0 44px 0;
}
#sekai #release-top h3 img.release-title-sp {
  display: none;
}
#sekai #release-info {
  color: #FF2600;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: -20px 0 20px 0;
}
#sekai #release-info strong {
  line-height: 14px;
  font-size: 16px;
  margin: 0 1px 0 0;
}
#sekai #main p {
  margin-bottom: 20px;
}
#sekai #main #release-left {
  float: left;
  width: 32%;
  max-width: 320px;
  margin: 0 40px 20px 0;
  font-size: 12px;
}
#sekai #main #release-left a {
  display: block;
  text-decoration: none;
}
#sekai #main #release-left a:hover {
  text-decoration: underline;
}
#sekai #main #release-left p + a {
  margin-top: 15px;
}
#sekai #main #release-main {
  float: right;
  width: 63%;
  margin: 0 0 40px 0;
}
#sekai #main #release-bottom {
  display: none;
}
#sekai #main #release-left h3,
#sekai #main #release-main h3 {
  color: #967341;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#sekai #main #release-left h3 strong, #sekai #main #release-main h3 strong {
  line-height: 28px;
  font-size: 18px;
}
#sekai #main #release-left h4, #sekai #main #release-main h4 {
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#sekai #main #release-main h4 {
  line-height: 26px;
  font-size: 16px;
  color: #cc181e;
}
#sekai #main #release-left h4 span, #sekai #main #release-bottom h4 span {
  line-height: 12px;
  font-size: 12px;
}
#sekai #main #release-left h5, #sekai #main #release-main h5 {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#sekai #main #release-left img {
  display: block;
  border: 1px solid #222222;
  margin: 0 0 10px 0;
}
#sekai #main #release-left img.small {
  width: 158px;
}
#sekai #main #release-left ul {
  list-style-type: disc;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
#sekai #main #release-left ul li {
  margin: 0 0 0 1em;
}
#sekai #main #release-main .video {
  margin: 0 0 40px 0;
}
#sekai #main #release-main .video iframe {
  width: 100%;
  height: auto;
  min-height: 340px;
}
#sekai #main #release-main ol {
  border-top: 1px solid #222222;
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}
#sekai #main #release-main ol li {
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #222222;
  padding: 16px 0 16px 0px;
}
#sekai #main #release-main ol li:last-child {
  border: none;
}
#sekai #main #release-main ol li strong {
  padding: 0 40px 10px 0;
}
#sekai #main #release-main ol li span.duet {
  margin: 0 0 0 2em;
}
#sekai #main #release-main ol li span.player {
  position: absolute;
  display: block;
  top: 16px;
  right: 0px;
  width: 20px;
  margin: 0 0 100px 0;
}
#sekai #main #release-main ol li span.player iframe {
  vertical-align: middle;
}
#sekai #sekairoot-sp {
  display: none;
}
#sekai #sekairoot-pc {
  width: 320px;
  padding: 20px 0 0 10px;
}
#sekai #sekairoot-pc img {
  width: 320px;
}
#sekai #main .linernotes {
  clear: both;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #333333;
  background-color: #222222;
  margin: 16px 0 16px 0;
  padding: 10px;
}
#sekai .linernotes {
  zoom: 1;
}
#sekai .linernotes:before, #sekai .linernotes:after {
  content: "";
  display: table;
}
#sekai .linernotes:after {
  clear: both;
}
#sekai #main .linernotes img {
  display: block;
  float: left;
  border: 1px solid #333333;
  width: 120px;
  height: 120px;
  margin: 0 12px 0 0;
}
#sekai #main .linernotes p {
  width: 444px;
  float: left;
  margin: 0;
}
#sekai #main #release-left h5.supporters {
  color: #CC181E;
}
#sekai #main #release-main #supporters {
  clear: both;
  border-top: 1px solid #222222;
  margin: 0 0 10px 0;
  padding: 16px 0 0 0px;
}
#sekai #main #release-main #supporters .comment {
  clear: both;
  min-height: 120px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #222222;
  padding: 0 0 16px 0px;
}
#sekai #main #release-main #supporters .comment img {
  float: right;
  border: 1px solid #333333;
  width: 120px;
  height: 120px;
  margin: 0 0 0 12px;
}
#sekai #main #release-main #supporters .comment h5 {
  font-family: 'Helvetica','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}
#sekai #main #release-main #supporters .comment h6 {
  font-family: 'Helvetica','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 16px 0;
  padding: 0;
}
#sekai #main #release-main #supporters .comment h6.description {
  line-height: 12px;
  font-size: 12px;
  font-weight: normal;
}
#sekai #main #release-main #supporters .comment p {
  line-height: 18px;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
#sekai #main #release-main #supporters p.supporters {
  line-height: 10px;
  font-size: 10px;
  text-align: right;
  margin: -10px 0 0 0;
}
#sekai #main #release-main .release-main-title img {
  height: 30px;
  width: auto;
  margin: 0 0 8px 0;
}
#sekai #main #release-left .supporters-link {
  margin: 0 0 20px 0;
}
#sekai #main #release-main .supporters-link {
  display: none;
}

@media screen and (max-width: 1000px) {
  #sekai #main #release-left {
    width: 28%;
  }
}
@media screen and (max-width: 720px) {
  #sekai footer {
    margin-top: 40px;
  }
  #sekai #main {
    margin: 0;
    padding: 0;
  }
  #sekai #release-top {
    border: none;
    margin: 0 0 0 0;
  }
  #sekai #release-top h3 {
    width: 300px;
    margin: 0 auto 0 auto;
    padding: 20px 0 20px 0;
  }
  #sekai #release-top h3 img {
    width: 300px;
    height: 93px;
  }
  #sekai #release-top h3 img.release-title-pc {
    display: none;
  }
  #sekai #release-top h3 img.release-title-sp {
    display: block;
  }
  #sekai #release-info {
    color: #FF2600;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
  }
  #sekai #release-info strong {
    line-height: 14px;
    font-size: 16px;
    margin: 0 1px 0 0;
  }
  #sekai #main #release-left {
    display: none;
  }
  #sekai #main #release-main {
    float: none;
    width: auto;
    margin: 0 auto 20px auto;
    padding: 0;
  }
  #sekai #main #release-bottom {
    padding: 0;
  }
  #sekai #main #release-bottom h3, #sekai #main #release-main h3 {
    color: #967341;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
  }
  #sekai #main #release-bottom h3 strong, #sekai #main #release-main h3 strong {
    line-height: 28px;
    font-size: 18px;
  }
  #sekai #main #release-bottom h4, #sekai #main #release-main h4 {
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
  }
  #sekai #main #release-main h4 {
    line-height: 26px;
    font-size: 16px;
    color: #cc181e;
  }
  #sekai #main #release-bottom h5, #sekai #main #release-main h5 {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
  }
  #sekai #main #release-main .video {
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
  #sekai #main #release-main .video iframe {
    width: 100%;
    height: auto;
    min-height: 140px;
  }
  #sekai #main #release-main ol {
    border-top: 1px solid #222222;
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
  }
  #sekai #main #release-main ol li {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    border-bottom: 1px solid #222222;
    padding: 12px 0 12px 0px;
    margin: 0 auto;
  }
  #sekai #main #release-main ol li span.duet {
    margin: 0 0 0 2em;
  }
  #sekai #main #release-main ol li span.player {
    position: absolute;
    display: block;
    top: 12px;
    right: 0px;
    width: 20px;
  }
  #sekai #main #release-main ol li span.player iframe {
    vertical-align: middle;
  }
  #sekai #main #release-bottom {
    display: block;
    clear: both;
    width: auto;
    margin: 0;
    padding: 0 20px 0 20px;
  }
  #sekai #main #release-bottom h3 {
    color: #967341;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
  }
  #sekai #main #release-bottom h3 strong {
    line-height: 28px;
    font-size: 18px;
  }
  #sekai #main #release-bottom h4 {
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
  }
  #sekai #main #release-main h4 {
    line-height: 26px;
    font-size: 16px;
    color: #cc181e;
  }
  #sekai #main #release-bottom h5 {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
  }
  #sekai #main #release-bottom img {
    display: block;
    width: 213px;
    border: 1px solid #EEEEEE;
    margin: 0 auto 10px auto;
  }
  #sekai #main #release-bottom img.small {
    width: 142px;
  }
  #sekai #main #release-bottom ul {
    clear: both;
    list-style-type: disc;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
  }
  #sekai #main #release-bottom ul li {
    clear: both;
    margin: 0 0 0 1em;
  }
  #sekai #sekairoot-sp {
    margin: 0 auto 0 auto;
  }
  #sekai #sekairoot-pc {
    display: none;
  }
  #sekai #main .linernotes {
    clear: both;
    line-height: 18px;
    font-size: 12px;
    border: 1px solid #999999;
    background-color: #CCCCCC;
    color: #000;
    margin: 10px 0 10px 0;
    padding: 10px;
  }
  #sekai #main .linernotes img {
    float: left;
    border: 1px solid #333333;
    width: 100px;
    height: 100px;
    margin: 0 8px 0 0;
  }
  #sekai #main .linernotes p {
    width: auto;
    margin: 0;
    float: none;
  }
  #sekai #main .linernotes br.clear {
    display: none;
  }
  #sekai #main #release-bottom h5.supporters {
    color: #CC181E;
  }
  #sekai #main #release-main #supporters {
    clear: both;
    border-top: 1px solid #222222;
    margin: 0 0 10px 0;
    padding: 16px 0 0 0px;
  }
  #sekai #main #release-main #supporters .comment {
    clear: both;
    min-height: 100px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #222222;
    padding: 0 0 16px 0px;
  }
  #sekai #main #release-main #supporters .comment img {
    float: right;
    border: 1px solid #EEEEEE;
    width: 100px;
    height: 100px;
    margin: 0 0 0 10px;
  }
  #sekai #main #release-main #supporters .comment h5 {
    font-family: 'Helvetica','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 0;
  }
  #sekai #main #release-main #supporters .comment h6 {
    font-family: 'Helvetica','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 16px 0;
    padding: 0;
  }
  #sekai #main #release-main #supporters .comment h6.description {
    line-height: 12px;
    font-size: 12px;
    font-weight: normal;
  }
  #sekai #main #release-main #supporters .comment p {
    line-height: 18px;
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
  #sekai #main #release-main #supporters p.supporters {
    line-height: 10px;
    font-size: 10px;
    text-align: right;
    margin: -10px 0 0;
  }
  #sekai #main #release-main .release-main-title img {
    display: block;
    width: 280px;
    height: auto;
    margin: 0 auto 10px auto;
  }
  #sekai #main #release-main .supporters-link {
    display: block;
    max-width: 300px;
    margin: 0 auto 10px auto;
  }
}
/*==========================================================================================

	camp

==========================================================================================*/
#top header #mainImgText {
  position: absolute;
  width: 334px;
  height: 262px;
  right: 5%;
  display:block;
  top:100%;
  margin-top: -278px;
}
#top header #mainImgText img{
	width: 100%;
}
#top header #mainImgText_sp {
	  display: none;
	}

@media screen and (max-width: 980px) {
  #top header #mainImgText {
    right: 0;
    padding-right: 2%;
	display:block;
  }
  
}
@media screen and (max-width: 800px) {
	  #top header #mainImgText {
	  display: none;
	}
	#top header #mainImgText_sp {
		 display: none;
		margin: 10px auto 10px auto;
		width: 100%;
		max-width: 332px;
		}
	#top header #mainImgText_sp img {
vertical-align:bottom;
		width: 100%;
	}

}
@media screen and (max-width: 720px) {
	  #top header #mainImgText {
	  display: none;
	}
	#top header #mainImgText_sp {

	  display: block;
		margin: 10px auto 10px auto;
		width: 100%;
		max-width: 332px;
		}
	#top header #mainImgText_sp img {
vertical-align:bottom;
		width: 100%;
	}

}

.news_div{
	text-align: center;
	display: block;
}
.news_p{
	text-align: left;
display: inline-block;
line-height: 1.5em;
	margin: auto 5%;
}
.news_p th{
	font-weight: normal;
    padding-right:8px;
}

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

	Instagram

==========================================================================================*/
#top_Instagram_header{
	text-align: center;
	margin-top: 40px !important;
	padding-bottom: 35px !important;
}
#top_Instagram_header img{
	max-width: 60px;
	width: 20%;
	display: inline;
	vertical-align: middle;
}
#top_Instagram_header a,#top_Instagram_header a:hover{
	text-decoration: none;
	color: #000000;
}
@media screen and (max-width: 720px) {
	#top_Instagram_header{
	margin-top: 30px !important;
	padding-bottom: 20px !important;
}
	
}