/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

/* ここから */
a {
  font-size: 15px;
  font-family:'游ゴシック','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
  text-decoration: none;
  color: #000000;
  letter-spacing: 2px;
}
a:hover {
  border-bottom: 1px solid #000000;
}

body {
  margin: 0;
  justify-content: center;
  background: #fff;
}

ul {
  margin: 0;
  padding: 0;
}
header {
  width:100vw;
  height: 100px;
  background-position: center;
  z-index:200;
  position: fixed;
  transition: all 0.5s ease;
  background: #fff;
  opacity: 0.7;
}
.hidden {
  background: none;
  transition: all 0.5s ease;
}


.header-left {
  float: left;
  margin: 40px
}
.header-left li {
  float:left;
  margin-left: 30px;
}
.header-left li img {
  width:50px;
}
.header-right {
  float:right;
  margin: 50px
  
}
.header-right li {
  float:left;
  margin-right: 30px;
}
.main-logo {
  z-index: 100;
  position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width:250px;
  
}
.main-image {
  position: relative;
  top:0;
  width:100%;
  height:780px;
  overflow: hidden;
}
.head-image {
  background-image: url(images/about-main.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  width:100%;
  overflow: hidden;
  position: relative;
  
}
.head-image img,.head-imagebands img,.head-imagediscs img{
  position: absolute;
  top: 60%;
  left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  z-index: 100;
  object-fit: cover;
}
.head-imagebands {
  background-image: url(images/bands-main.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  width:100%;
  overflow: hidden;
  position: relative;
}
.head-imagediscs {
  background-image: url(images/disc-main.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  width:100%;
  overflow: hidden;
  position: relative;
  top:0;
  z-index: -1;
}
/* スライドショーCSSここから*/
.slideshow {
  width:100%;
  height:780px;
  position: absolute;
  list-style-type: none;
  display: block;
  overflow: hidden;
  object-fit: cover;
  
}

.slideshow > li {
  opacity: 0;
  position: absolute;
  width:100%;
  height:780px;
  overflow: hidden;
  object-fit: cover;
  transition: opacity 3s ease-in-out;
}

.slideshow > li.showSlide {
  opacity: 1;
}

.slideshow > li > img {
  width : 100vw;
  height: 780px;
  overflow: hidden;
  object-fit: cover;
}
/* スライドショーCSS終了*/
h1 {
 font-family:'Sarina', cursive;
  text-align: center;
  font-size: 25px;
   padding:20px 0; 
}

.wrapper {
 width:980px;
  margin:0 auto;
}
.intro {
  width:100vw;
  height:200px;
  text-align: center;
  margin-top: 100px;
  background-color: #fff;
  z-index: 200;
}
.intro p {
   font-family: "Sawarabi Mincho"; 
}
.intro a {
   position: relative;
   top:10px;
   left:300px;
}
.link-icon {
  display: inline-block;
  border: 1px solid #000000;
  padding: 5px 10px;
}
.link-icon:hover{
  background-color: #000000;
  color:#fff;
  cursor: pointer;
}
.bands {
	padding: 0 ;
}

.bands li{
	float: left;
	width: calc(100%/3);
	line-height:0;
}

.bands img{
	width:100%;
	height: auto;
}
.nc{
  background-image: url(images/nc.jpg);
}
.charlie {
  background-image: url(images/charlie.jpg);
}
.bv{
  background-image: url(images/bv.jpg);
}
.nochance{
  background-image: url(images/nochance.jpg);
}
.brothers{
  background-image: url(images/4brothers.jpg);
}
.sstoyou{
  background-image: url(images/sstoyou.jpg);
}
.nc,.charlie,.bv,.nochance,.brothers,.sstoyou {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  max-width: 100%;
  height:350px;
  font-size: 10px;
  font-weight: bold;
  line-height:340px;
  color:rgba(255,255,255,0);
  text-align: center;
  text-decoration: none; 
  overflow: hidden;
}

.bands li a:hover {
  color:rgba(255,255,255,0.7);
  border:none;
}
.release {
  background-color:#d2d2d2;
  height:100%;
}
.release h1 {
  position: relative;
  top:20px;
  letter-spacing: 1px;
}
.release img {
  float:left;
  margin-right: 20px;
  width:200px;
}
.release h2 {
  font-family:'游ゴシック','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
  letter-spacing: 1px;
  margin-bottom:10px;
}
.release p {
  font-size: 10px;
  font-family:'游ゴシック','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
  margin-top: 10px;
}

.release .link-icon {
  margin-top: 20px;
  margin-left: 46%;
}
.release-box {
  width:700px;
  margin:30px auto;
}

.clear {
  clear: both;
  
}
.supported {
  background-image:url(images/supported.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 300px;
}

.supported-box {
  width:60%;
  margin: 0 auto;
}

.logo-left {
  float: left;
  font-family: 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
  margin-right:100px;
}
.logo-left p {
  font-weight: bold;
  position: relative;
  top:-40px;
  letter-spacing: 1px;
}

.logo-right {
  float: right;
  font-family: 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
  width:250px;
}
.logo-right img {
  width:250px;
  margin-top:50px;
  
}
footer p {
  position: relative;
  letter-spacing: 1px;
  font-family: "Sawarabi Mincho"; 
  font-size: 14px;
}
}
footer p .small  {
  font-size: 10px;
  text-align: center;
  margin-top: 250px;
}
footer {
  height: 300px;
  width:100vw;
  text-align: center;  
}
.resize {
  width: 200px;
  margin: 50px auto 0;
}
footer img {
  width:150px;
  height: 150px;
}
/*aboutページ*/
.main {
  width: 100%;
  height:auto;
  text-align: center;
  background-color: #eeeeee;
  padding-top: 60px;
}

.main .text {
  font-family: "Sawarabi Mincho"; 
  line-height: 30px;
  font-size: 16px;
  margin:20px auto 50px auto;
  
}
.main .disc-img {
  width:124px;
  height:auto;
  margin: 0 auto;
}
.comment {
  display: block;
  width:780px;
  margin: 82px auto;
  padding:0;
  position: relative;
  
}
.comment-box {
  display: block;
  width:600px;
  margin: 0 auto;
  text-align: left;
   
}
.comment-box h2 {
  position: relative;
  right:30px;
  font-family: 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}
.comment-box p {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-family: 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
  
}
.comment .span-left {
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  position: absolute;
  top:-20px;
  
}
.comment span {
  font-size: 30px;
  line-height: 0px;
  font-weight: bold;
  position: absolute;
  right:-1%;
  top:240px;
  
  
}
.main .link-icon {
  width:204px;
  margin-bottom: 75px;
}

/*Bandsページ*/
.bands-main {
  width:100%;
  text-align: center;
  margin: 0;
  padding-top: 60px;
}
.bands-container {
  margin: 50px auto;
  
}
.band-box {
  width:700px;
  margin: 0 auto 100px auto;
  position: relative;
}
.band-box:after {
   content: "";
  display: block;
  clear:both;
}
.box-inline {
  width:650px;
  margin: 0 auto;
}
.band-name:after {
  content: "";
  display: block;
  clear:both;
}
.band-box h2 {
  float: left;
  margin-right:10px; 
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.float-box {
  display: block;
}
.float-box:after {
  content: "";
  display: block;
  clear:both;
}
.band-box img {
  width:150px;
  height:150px;
  float:left;
}
.band-text {
  font-size: 12px;
  width:480px;
  float: right;
  text-align: left;
}
.band-text　p　{
  font-size: 10px;
}
.span-right p {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left:100%;
  top:90%;  
}
.span-left p {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  right: 100%;
  top:-10%;
}
.bands-main .link-icon {
  width: 204px;
  margin-bottom: 75px;
}
/*Discsページ*/
.ready {
  text-align: center;
  letter-spacing: 2px;
  font-size: 12px;
}
.discs-main {
  width:100%;
  margin: 0;
  padding-top: 60px;
}

.discs-main .release {
  position: relative;
  padding-bottom: 30px;
  background-color: #fff;
}

.pick-up {
  padding-top:30px;
  display: block;
  width:100%;
  margin: 0 auto;
}
.pick-up:after {
  display: block;
  content: "";
  clear:both;
}

i {
  float:left;
  margin:3px 10px; 
}
.discs-main .release-box {
  width:800px;
  margin-top: 10px;
  
}
.discs-main .release-box img {
  width:200px;
  height: auto;
  margin-right: 60px;
  margin-left: 10px;
}
.zoo {
  margin-top: 20px;
  font-size: 15px;
}
 .discs-container {
  background-color: #e6e6e6e6;
  margin: 0 auto;
  padding-top: 70px;
  width:100%;  
  position:relative;    
  padding-bottom: 100px;  
   overflow: inherit;
} 
.discs-container:after {
  display: block;
  content: "";
  clear:both;
}
.discs-container .disc-2box {
  display: block;
  width:720px;
  margin: 0 auto;
}
.disc-2box:after {
  display: block;
  content: "";
  clear:both;
}
.disc-box {
  width:337px;
  float:left;
  border:3px solid #000;
  margin-bottom: 50px;
  
} 
  .disc-box img {
    width:200px;
    height: auto;
    float:none;
    display: block;
    margin:30px 68.5px 10px 68.5px;
    
  }
  .disc-box h2 {
    text-align: center;
    float:none;
    margin: 0;
  }
  .disc-box h3 {
    text-align: center;
    font-size: 15px;
  }
  .disc-box p {
    
    font-size: 12px;
    float:none;
    display:block;
    width: 300px;
    margin: 0 auto;
  }
 .disc-box h4 {
    display: block;
    background-color: #000;
    color:#fff;
   text-align: center;
   padding: 10px;
   margin-top: 10px;
  }
.disc-box:nth-child(odd) {
  margin-right: 20px;
  box-sizing: border-box;
}
.disc-box:nth-child(even) {
  margin-left: 20px;
  box-sizing: border-box;
}
  .discs-container .link-icon {
    display: block;
    text-align: center;
    width:150px;
    position: absolute;
    top:93%;
    right:43%;
  }  


/*フェードイン動作
--------------------------- */
/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }


/*スマホサイズのみ---------------------------*/
@media screen and (max-width:600px){
/* スライドショーCSS SP用メディアクエリ */  
  .slideshow{
    width: 100%;
  }
.discs-container .disc-2box {
  display: block;
  width:340px;
  padding-left:0px;
  margin: 0 auto;
  
}  /*スライドショー終わり（スマホ）*/ 
  /* indexページ*/
  body {
    box-sizing: border-box;
  }
  h1 {
    font-size: 0.9em;
  }
  .wrapper {
    width:80%;
  }
  .intro {
    width:100%;
  }
  .intro p {
    font-size:0.8em; 
  }
  .intro a {
   position: static;
   width: 90%;
    margin:20px auto;
    font-size: 0.6em;
  }
  .bands li {
    float: none;
    width:100%;
  }
  .release {
    width: 100%;
    height:auto;
    padding-bottom: 0px;
  }
  
  .release-box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .release img {
    float:none;
    display:block;
    width:140px;
    margin:0 auto 10px;
    text-align: center;
  }
  .release img:after {
    content: "";
    display: block;
    clear:both;
  }
 .release-right {
    text-align: left;
   display: inline-block;
    width:100%;
    margin:0;
    font-size:0.8em ; 
   padding-bottom: 50px;
   
  }
 
  .release-right h2{
  　　box-sizing: border-box;
    margin-top: 10px;
  }
  
  .release-right p {
    text-align: left;
    width:80%;
     margin: 10px auto;
    font-size:10px;  
    box-sizing: border-box;
    
  }
    .release-right .link-icon {
      
    width:90%;
    margin: 0;
    font-size: 0.6em;
    text-align: center;
    display: block;  

  }

  .supported {
    width: 100%;
    height:auto;
    position:static;
    padding-top: 50px;
    height: 400px;
    margin-top:0; 

  }
  .supported-box {
    
    height:700px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    
  }
  .logo-left {
    margin:0 auto;
    padding: 0;
    box-sizing: border-box;
    float:none;
    display:inline-block;
   
  }
  .logo-right {
    margin:0 -15px;
    padding: 0;
     float:none;
     width:auto;
    
  }
  .supported-box:after {
    display: block;
    content: "";
    clear:both;
  }
  .logo-left img {
    width:150px;
    
  }
 .logo-right img {
    width:180px;
   display: block;
   
   margin:;
  }
  .supported-box p {
    position: static;
    font-size: 0.5em;
    display: inline-block;
    width: 130px;
  }
  .logo-right img:after {
    clear: both;
    content: "";
    display: block;
  }
  .logo-right p {
    display: none;
  }
  footer {
    width:100%;
  }  
  footer p {
     font-size: 0.5em;
  }
   /* Aboutページ(スマホ) */
  .head-image {
    height:250px;
  }  
  .head-image img,.head-imagebands img,.head-imagediscs img {
    width:150px;
  }

  .main .text{
    font-size: 0.4em;
  }
  .comment {
    width:100%;
  }
  .comment  .span-left{
    position: absolute;
    left:-10%;
  }
  .comment  .span-right {
    position: absolute;
    right: -40px;
    top:100%;
  }
  .comment-box {
    width:100%;
  }
  .comment-box h2 {
    font-size: 0.8em;
    text-align: center;
  }
/*Bandsページ*/ 
  .head-imagebands {
    height:250px;
  }
  .band-box {
    width: 100%;
  }
  .band-text {
    width: 100%-200px;
  }
  /* Bandsページ(スマホ) */
  .band-box {
    width:100%;
  }
  .box-inline {
    width:100%;
    
  }
  .band-name h2{
    font-size: 0.9em;
    display:inline-block;
    width:100%;
    margin: 10px auto;
  }
  .band-box img {
  width:150px;
  height:150px;
  float:none;
}
.band-text {
  font-size:0.6em;
  width:90%;
  float:none;
  text-align: left;
  margin: 10px auto;
}
    /* Discsページ(スマホ) */
.head-imagediscs {
    height: 250px;
  }
  .discs-main {
  width:100%;
  margin: 0;
  padding-top: 50px;
  
}
.discs-main .release {
  position: static;
  background-color: #fff;
  padding-top:20px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  
}
  .discs-main .release-right {
    float:none;
    padding-bottom:0;
  }
.pick-up {
  display: block;
  width:100%;
  margin: 0 auto;
}
  .pick-up h2 {
    font-size: 0.8em;
  }
.pick-up:after {
  display: block;
  content: "";
  clear:both;
}
i {
  float:left;
  margin:3px 10px; 
  font-size: 0.8em;
}
.discs-main .release-box {
  width:100%;
  margin-top: 10px;
  
}

  .discs-main .release-box img {
  float:none;
    display:block;
    width:140px;
    margin:0 auto 10px;
    text-align: center;
}
.zoo {
  display:inline-block;
  margin-top: 20px;
  font-size: 0.8em;
  text-align: center;
}
 .discs-container {
  background-color: #e6e6e6e6;
  margin: 0 auto;
  padding-top: 70px;
  width:100%;  
  position:static;  
  padding-bottom: 100px;  
} 
.discs-container:after {
  display: block;
  content: "";
  clear:both;
}
.discs-container .disc-2box {
  display:none;
  width:100%;
  margin: 0 auto;
}
.disc-2box:after {
  display: block;
  content: "";
  clear:both;
}
.disc-box {
  width:100%;
  float:none;
  border:3px solid #000;
  margin-bottom: 50px;
  
} 
  
.disc-box:nth-child(odd) {
  margin-right: 0px;
  box-sizing: border-box;
}
.disc-box:nth-child(even) {
  margin-left: 0px;
  box-sizing: border-box;
}  
  .disc-box img {
    width:150px;
    height: auto;
    float:none;
    display: block;
    margin:10px auto;
    
  }
  .disc-box h2 {
    text-align: center;
    float:none;
    margin: 0;
    font-size: 0.9em;
  }
  .disc-box h3 {
    text-align: center;
    font-size: 0.9em;
  }
  .disc-box p {
    
    font-size: 0.6em;
    float:none;
    display:block;
    width: 90%;
    margin: 10px auto;
  }
 .disc-box h4 {
    display: block;
    background-color: #000;
    color:#fff;
   text-align: center;
   font-size: 0.9em;
   padding: 10px;
   margin-top: 10px;
  }
  

  .discs-container .link-icon {
    width:150px;
    display:block;
    text-align: center;
    margin: 0 auto;
    position:static;
  }   
}

/*スマホサイズとipadサイズ---------------------------*/
@media screen and (max-width:960px){
/*ハンバーガーメニュー*/  
  .header-left {
    float: right;
  }
  
  .header-right {
  display: none;
  position: absolute;
  margin: 0;  
  top:100px;  
  width: 100%;
  background: #fff;
  left:0;  
  z-index: 400;
  }
  header .header-right ul {
    display: block;
    margin: 0 auto;
    width:90%;
  }
  header .header-right ul li {
    float:none;
    margin: 10px auto;
    text-align: center;
    height:30px;
  }
  header .header-right ul li:last-child {
    border: none;
  } 
  header .header-right ul li a {
    display: block;
  }
  #nav-toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    top:50px;
    z-index: 100;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    height: 4px;
    background-color: #000;
    position: absolute;
    width:100%;
    left:10px;
    webkit-transition:0.5s ease-in-out;
    moz-transition:0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav-toggle span:nth-child(1){
    top:0px;
  }
  #nav-toggle span:nth-child(2){
    top:12px;
  }
  #nav-toggle span:nth-child(3){
    top:24px;
  }
  .open #nav-toggle span:nth-child(1){
    top:12px;
    webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    moz-transform:rotate(135deg);
  }
    .open #nav-toggle span:nth-child(2){
    width:0px;
    left:50%;
  }
  .open #nav-toggle span:nth-child(3){
  top:12px;
    webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    moz-transform:rotate(-135deg);
 }
}

/*-------iPadサイズのみ---------*/
@media (min-width:600px) and (max-width:960px){  
/*indexページ*/
.wrapper {
    width:80%;
  }
  .intro {
    width:100%;
  }
  .intro p {
    font-size:0.8em; 
  }
  .intro a {
   position: static;
   width:30%;
    margin:20px auto;
  }

  .release {
    width: 100%;
    height: 400px;
    padding: 10px 0 100px 0;
    
  }
    .release .relese-box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
 
  .release .release-right {
    width:100%;
    box-sizing: border-box;
  }
  .release-right h2 {
    margin-bottom: 10px;
  }
  .release-right p {
    text-align: left;
     margin: 10px 0;
    box-sizing: border-box;
    
    
  }
    .release-right .link-icon {
    width:30%;
    display: block;
      text-align:center;
       margin:50px auto;  
  }
  
  .supported {
    width: 100%;
    height:auto;
    padding:50px 0;
  }
  .supported-box {
    width:80%;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
   
  }
  .supported-box:after {
    content: "";
    display: block;
    clear: both;
  }
  
  
  .supported-box p {
    margin-top: 10px;
    font-size: 0.6em;
  }
  .supported-box img {
    width:90%;
  }
  
  .logo-left {
    margin-left: 10%;
    width:150px;
  }
  .logo-left p {
    width:200px;
    text-align:left; 
  }
  
  .logo-right {
    margin-right: 10%;
     width:200px;
    position: absolute;
    right:0%;
    top:-20px;
  }
  footer {
    width:100%;
  }  
  footer p {
     font-size: 0.5em;
  }
/*Aboutページ*/ 
  .head-image {
    height:250px;
  }  
  .head-image img,.head-imagebands img,.head-imagediscs img {
    width:150px;
  }
  .main .text{
    font-size: 0.5em;
  }
  .comment {
    width:100%;
  }
  .comment  .span-left{
    position: absolute;
    left:-10%;
  }
  .comment  .span-right {
    position: absolute;
    right: -40px;
    top:100%;
  }
  .comment-box {
    width:100%;
  }
  .comment-box h2 {
    font-size: 0.8em;
    text-align: center;
  }
/*Bandsページ*/ 
  .head-imagebands {
    height:250px;
  }
  .band-box {
    width: 100%;
  }
  .band-text {
    width: 100%-200px;
  }
/*Discsページ*/  
  .head-imagediscs {
    height: 250px;
  }
  .discs-main {
  width:100%;
  margin: 0;
  padding-top: 50px;
}
.discs-main .release {
  position: relative;
  padding-bottom: 30px;
  background-color: #fff;
  
}
.pick-up {
  padding-top:0px;
  display: block;
  width:100%;
  margin: 0 auto;
}
.pick-up:after {
  display: block;
  content: "";
  clear:both;
}
i {
  float:left;
  margin:3px 10px; 
}
.discs-main .release-box {
  width:100%;
  margin-top: 10px;
  
}
.discs-main .release-box img {
  width:150px;
  height: auto;
  margin-right: 30px;
  margin-left: 10px;
}
.zoo {
  margin-top: 20px;
  font-size: 15px;
}
 .discs-container {
  background-color: #e6e6e6e6;
  margin: 0 auto;
  padding-top: 70px;
  width:100%;  
  position:relative;    
  padding-bottom: 100px;  
   overflow: inherit;
} 
.discs-container:after {
  display: block;
  content: "";
  clear:both;
}
.discs-container .disc-2box {
  display: block;
  width:90%;
  margin: 0 auto;
}
.disc-2box:after {
  display: block;
  content: "";
  clear:both;
}
.disc-box {
  width:40%;
  float:left;
  border:3px solid #000;
  margin-bottom: 50px;
  
} 
  
.disc-box:nth-child(odd) {
  margin-right: 5%;
  box-sizing: border-box;
}
.disc-box:nth-child(even) {
  margin-left: 5%;
  box-sizing: border-box;
}  
  .disc-box img {
    width:150px;
    height: auto;
    float:none;
    display: block;
    margin:10px auto;
    
  }
  .disc-box h2 {
    text-align: center;
    float:none;
    margin: 0;
    font-size: 0.9em;
  }
  .disc-box h3 {
    text-align: center;
    font-size: 0.9em;
  }
  .disc-box p {
    
    font-size: 0.6em;
    float:none;
    display:block;
    width: 90%;
    margin: 10px auto;
  }
 .disc-box h4 {
    display: block;
    background-color: #000;
    color:#fff;
   text-align: center;
   font-size: 0.9em;
   padding: 10px;
   margin-top: 10px;
  }
  

  .discs-container .link-icon {
    width:150px;
    display:block;
    text-align: center;
    margin: 0 auto;
 
    position:static;
    
  }  
}


@media screen and (min-width:768px){
 .discs-container .disc-2box {
  display: block;
  width:720px;
  margin: 0 auto;
}
.disc-2box:after {
  display: block;
  content: "";
  clear:both;
}
}





































