@charset "UTF-8";
  /* CSS Document */
  /***********
1. Fonts
***********/

  body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
font-family: 'Sawarabi Gothic', sans-serif; 
	  
}

.text-area{
	font-size: 11pt;
}

  html {
    overflow-x: hidden;
  }

  @font-face {
	  font-family: 'Sawarabi Gothic', sans-serif;}
  .allcontaner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

 @media screen and (max-width: 960px) {
     .allcontaner {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

    }
  }


  #wrap {
    max-width: 100%;
    overflow: hidden;
  }

  @media screen and (max-width: 960px) {
    #wrap {
      max-width: 100%;
      overflow: hidden;
    }
  }
  /* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

  #header {
    box-shadow: 0px 0px;
    z-index: 99;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px;
    border-bottom: 1px solid #CFCFCF;
  }

  #gNav a:hover {
    color: #FF0004;
  }

  nav li a {
    font-size: 13px;
    letter-spacing: 0.15em;
  }

  nav .sub-menu, .mean-container .mean-nav ul ul {
    background: #FF0000;
  }

  @media only screen and ( max-width: 992px) {
    #header {
      padding: 10px 0;
      height: 60px;
    }
    .h_logo {
      max-width: 150px;
      position: absolute;
      top: 18px;
      left: 10px;
      z-index: 100;
    }
    #gNav .nav {
      overflow-y: auto;
      height: 100vh;
    }
    .mean-nav .container {
      padding: 0;
    }
    nav li .fa {
      display: none;
    }
  }

  @media print, screen and ( min-width: 992px) {
    #header {
      height: 80px;
    }
    .h_logo img {
      max-width: 200px;
    }
    #h_top {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    #gNav ul {
      position: relative;
      display: flex;
    }
    #gNav li {
      position: relative;
      margin-right: 2em;
    }
    #gNav li:last-child {
      margin-right: 0;
    }
    #gNav li i {
      font-size: 16px;
      margin-left: 5px;
    }
    #gNav li a {
      position: relative;
      display: block;
      text-align: center;
      line-height: 80px;
      color: #343434;
    }
    #gNav .sub-menu {
      visibility: hidden;
      opacity: 0;
      z-index: 1;
      display: block;
      position: absolute;
      top: 50px;
      left: 50%;
      margin-left: -100px;
      width: 200px;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
    }
    #gNav .sub-menu a {
      padding: 10px;
      display: block;
      border-bottom: none;
      padding: 20px;
      line-height: 1.2em;
    }
    #gNav .sub-menu a:hover:after {
      content: none;
    }
    #gNav .sub-menu li {
      display: block;
      font-size: 16px;
      padding: 0;
      margin: 0;
    }
    #gNav .sub-menu li:last-child {
      border-bottom: none;
    }
    #gNav ul>li:hover {
      -webkit-transition: all .5s;
      transition: all .5s;
    }
    #gNav ul>li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
      color: #FF0004;
      font-weight: bold;
		border-top: #FFFFFF;
		border-bottom: #FFFFFF;
    }
    #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    border-right-color: #FFFFFF;
    border-top-color: #FFFFFF;
    }
    #gNav li ul li:after {
      content: none;
    }
    #gNav li:hover ul.sub-menu a {
    color: #fff;
    font-weight: bolder;
    border-top-color: #FFFFFF;
    border-top-width: 2px;
    border-bottom-width: 0px;
    }
    #gNav .sub-menu li a:hover {
      background: #0077CA;
    }
    #gNav .contact_btn a:hover {
      color: #fff;
    }
  }

  #wrapper {
    width: 100%;
    margin: 10px auto;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    justify-content: center;
    /* 中央寄せ */
  }

  #container {
    max-width: 100%;
    clear: both;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #container-manga {
    max-width: 90%;
    clear: both;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

#manga-sam{
margin-right: auto;
	margin-left: auto;
	    justify-content: left;

	
}
  a {
    text-decoration: none;
  }

  .super_container {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }

  @media print, screen and ( max-width: 992px) {
    .super_container {
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      position: relative;
      margin-top: 17px;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
    }
  }

  .super_container2 {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: auto;
  }

.super_container3 {
    min-width: 100%;
	margin-top: 100px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	position: relative;
  }

@media print, screen and ( max-width: 992px) {
    .super_container3 {
    width: 90%;
		margin: 0 auto;
	margin-top: 100px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  }


  * {
    margin: 0;
    padding: 0;
  }

  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
#poptitle{
    font-weight: bold;
    margin-bottom: 10px;
}

  .content {
    width: 100%;
    overflow: hidden;
    margin-top: 65px;
    margin-bottom: -75px;
    position: relative;
  }
 .content2 {
    width: 100%;
    overflow: hidden;
    margin-top: 78px;
    margin-bottom: -75px;
    position: relative;
  }

  .slider {
    width: 90%;
    margin: 0 auto 80px;
  }

  .slick-slide img {
    width: 100%;
    height: auto;
  }

  .mypattern {
    width: 100%;
  }

  .mypattern .slick-slide {
    margin: 5px;
  }

  .mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
  }

  #top_mariku {
    z-index: 142;
  }

  .grid90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .item {
    border-radius: 10px;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
  }

  img {
    max-width: 100%;
    height: auto;
  }





  #box {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  *, *:before, *:after {
    box-sizing: border-box;
  }

  .col_3 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
  }

  .col_3>div {
    width: 33.33333%;
    padding: 10px;
  }

  @media screen and (max-width: 960px) {
    .col_3>div {
      width: 50%;
    }
  }

  @media screen and (max-width: 480px) {
    .col_3>div {
      width: 100%;
    }
  }

  .head_topick {
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    /* デフォルトCSS打ち消し */
    font-size: 24px;
    /* 文字サイズ指定 */
    border-bottom: solid 2px;
    /* 線指定 */
    padding-bottom: 5px;
    /* 余白指定 */
    margin-bottom: 5px;
    /* 周りの余白指定 */
    position: relative;
    /* 位置調整 */
    font-weight: normal;
    /* 文字の太さ調整 */
  }

 

  .head_topick:before {
    content: '';
    /* 空白の要素を作る */
    width: 150px;
    /* 幅指定 */
    height: 2px;
    /* 高さ指定 */
    background-color: #ff0000;
    /* 背景色指定 */
    display: block;
    /* ブロック要素にする */
    position: absolute;
    /* 位置調整 */
    left: 0;
    /* 位置調整 */
    bottom: -2px;
    /* 位置調整 */
  }

  .head_topick2 {
    margin-top: 61px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    /* デフォルトCSS打ち消し */
    font-size: 24px;
    /* 文字サイズ指定 */
    border-bottom: solid 2px;
    /* 線指定 */
    padding-bottom: 5px;
    /* 余白指定 */
    margin-bottom: 15px;
    /* 周りの余白指定 */
    position: relative;
    /* 位置調整 */
    font-weight: normal;
    /* 文字の太さ調整 */
  }



  .head_topick2:before {
    content: '';
    /* 空白の要素を作る */
    width: 150px;
    /* 幅指定 */
    height: 2px;
    /* 高さ指定 */
    background-color: #00AFFF;
    /* 背景色指定 */
    display: block;
    /* ブロック要素にする */
    position: absolute;
    /* 位置調整 */
    left: 0;
    /* 位置調整 */
    bottom: -2px;
    /* 位置調整 */
  }

  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 11px;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #282828;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    font-weight: bold;
    margin-top: 7px;
  }

  h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {}

  ::-webkit-input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
  }

  :-moz-placeholder
  /* older Firefox*/

  {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
  }

  ::-moz-placeholder
  /* Firefox 19+ */

  {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
  }

  :-ms-input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
  }

  ::input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
  }

  .head_test {
    margin-top: 61px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    /* デフォルトCSS打ち消し */
    font-size: 24px;
    /* 文字サイズ指定 */
    border-bottom: solid 2px;
    /* 線指定 */
    padding-bottom: 5px;
    /* 余白指定 */
    margin-bottom: 15px;
    /* 周りの余白指定 */
    position: relative;
    /* 位置調整 */
    font-weight: bold;
    width: 100%;
    /* 文字の太さ調整 */
  }

 
  .head_test:before {
    content: '';
    /* 空白の要素を作る */
    width: 150px;
    /* 幅指定 */
    height: 2px;
    /* 高さ指定 */
    background-color: #42a6ff;
    /* 背景色指定 */
    display: block;
    /* ブロック要素にする */
    position: absolute;
    /* 位置調整 */
    left: 0;
    /* 位置調整 */
    bottom: -2px;
    /* 位置調整 */
  }

/* パソコンで見たときは"pc"のclassがついた画像が表示される */

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

  @media only screen and (max-width: 1800px) {
    .pc {
      display: none !important;
    }
    .sp {
      display: block !important;
    }
  }

@media screen and (min-width:1500px) and (max-width:2500px) {
   #DAbana {
    max-width: 240px;
    position: absolute;
    top: 28px;
    left: 90px;
    z-index: 10;
    text-decoration: none;
    }
    }

  @media screen and (min-width:1350px) and (max-width:1500px) {
   #DAbana {
    max-width: 150px;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 100px;
    z-index: 97;
    text-decoration: none;
    bottom: 0%;
    }
}

@media screen and (min-width:300px) and (max-width:1350px) {
    #DAbana {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    min-width: 100px;
    }
}
    


@media screen and (min-width:1500px) and (max-width:2500px) {
	.DAmovie {
    max-width: 303px;
    max-height: 426px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 23px;
    z-index: 1;
    text-decoration: none;
    top: 239px;

    }
    }

  @media screen and (min-width:1050px) and (max-width:1500px) {
   .DAmovie {
     max-width: 220px;
    max-height: 400px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 50px;
    z-index: 125;
    text-decoration: none;
    bottom: 0%;
  
    }
}

@media screen and (min-width:300px) and (max-width:1050px) {
    .DAmovie {
      max-width: 90%;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
    text-decoration: none;

    }
}




@media screen and (min-width:300px) and (max-width:1050px) {
    .DAmovie_bana {
      max-width: 90%;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
    text-decoration: none;

    }
}





  .head_topick {
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    /* デフォルトCSS打ち消し */
    font-size: 24px;
    /* 文字サイズ指定 */
    border-bottom: solid 2px;
    /* 線指定 */
    padding-bottom: 5px;
    /* 余白指定 */
    margin-bottom: 5px;
    /* 周りの余白指定 */
    position: relative;
    /* 位置調整 */
    font-weight: bold;
    /* 文字の太さ調整 */
  }

 

  .head_topick:before {
    content: '';
    /* 空白の要素を作る */
    width: 150px;
    /* 幅指定 */
    height: 2px;
    /* 高さ指定 */
    background-color: #ff0000;
    /* 背景色指定 */
    display: block;
    /* ブロック要素にする */
    position: absolute;
    /* 位置調整 */
    left: 0;
    /* 位置調整 */
    bottom: -2px;
    /* 位置調整 */
  }

  .head_topick2 {
    margin-top: 61px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    /* デフォルトCSS打ち消し */
    font-size: 24px;
    /* 文字サイズ指定 */
    border-bottom: solid 2px;
    /* 線指定 */
    padding-bottom: 5px;
    /* 余白指定 */
    margin-bottom: 15px;
    /* 周りの余白指定 */
    position: relative;
    /* 位置調整 */
    font-weight: bold;
    /* 文字の太さ調整 */
  }



  .head_topick2:before {
    content: '';
    /* 空白の要素を作る */
    width: 150px;
    /* 幅指定 */
    height: 2px;
    /* 高さ指定 */
    background-color: #ff0000;
    /* 背景色指定 */
    display: block;
    /* ブロック要素にする */
    position: absolute;
    /* 位置調整 */
    left: 0;
    /* 位置調整 */
    bottom: -2px;
    /* 位置調整 */
  }

  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 15px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 11px;
  }

h6{
	font-size: 22px;

}

.box29 {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    margin-top: 50px;
    text-align: center;
    min-width: 100%;

}
.box29 .box-title {
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
	    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px;
    text-align: center;
    margin: 0;
    line-height: normal;
    font-weight: 400;
    font-size: medium;
}

@media screen and (min-width:300px) and (max-width:1050px) {
	.box29 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-top: 0px;
    text-align: center;
    min-width: 100%;

}
.box29 .box-title {
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
	    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px;
    text-align: center;
    margin: 0;
    line-height: normal;
    font-weight: 400;
    font-size: medium;
	}}
	
	

.box30 {
    margin: 50px 0 0 0;
	text-align: center;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.box30 .box-title {
    font-size: 1.2em;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px;
    text-align: center;
    margin: 0;
    line-height: normal;
    font-weight: 400;
    font-size: medium;
}
  h1, h2, h3, h4, h5, h6 {
    color: #282828;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    font-weight: bold;
    margin-top: 7px;
  }

@media screen and (min-width:300px) and (max-width:1050px) {
	.box30 {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    margin-top: 0px;
    text-align: center;
    min-width: 100%;

}
.box30 .box-title {
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
	    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px;
    text-align: center;
    margin: 0;
    line-height: normal;
    font-weight: 400;
    font-size: medium;
	}}

  h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {}

  ::-webkit-input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
  }

  :-moz-placeholder
  /* older Firefox*/

  {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
  }

  ::-moz-placeholder
  /* Firefox 19+ */

  {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
  }

  :-ms-input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
  }

  ::input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
  }

  .border_radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }

  dl.case4 {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0;
    line-height: 1.8;
    width: 1080px;
    font-size: 11pt;
  }

  dl.case4 dt {
    width: 6em;
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
    font-size: medium;
  }

  dl.case4 dd {
    position: relative;
    margin: 0 0 10px;
    padding: 0 5px 10px 13em;
    border-bottom: 1px dotted #ccc;
    font-size: 11pt;
    width: 100%;
  }

  dl.case4 dd span.cat {
    display: block;
    position: absolute;
    top: 0;
    left: 7em;
    width: 5.5em;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #FF0004;
    color: #fff;
    border-radius: 2px;
  }

  .parent {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .child1 {
    float: left;
    width: 65%;
    background-color: #FFFFFF;
  }

  .child2 {
    float: right;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 10px;
    width: 32%;
    background-color: #fff;	  
  }

  @media only screen and (max-width: 720px) {
    .child1 {
      float: left;
      width: 100%;
      background-color: #FFFFFF;
    }
    .child2 {
      float: right;
      margin-left: 0px;
      width: 100%;
      margin-bottom: 15px;
      background-color: #fff;
    }
  }

  .child3 {
    float: left;
    width: 75%;
    background-color: #FFFFFF;
  }

  .child4 {
    float: right;
    margin-left: 2%;
    width: 23%;
    background-color: #fff;
  }

  @media only screen and (max-width: 720px) {
    .child3 {
      float: left;
      width: 100%;
      background-color: #FFFFFF;
    }
    .child4 {
      float: right;
      margin-left: 0px;
      width: 100%;
      margin-bottom: 15px;
      background-color: #fff;
    }
  }

  #contents {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .btn-flat-border {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #FF0000;
    border: solid 2px #FF0000;
    border-radius: 3px;
    transition: .4s;
  }

  .btn-flat-border:hover {
    background: #FF0000;
    color: white;
  }

  @media only screen and (max-width: 480px) {
    .btn-flat-border {
      font-size: 10px;
      display: inline-block;
      padding: 0.3em 1em;
      text-decoration: none;
      color: #FF0000;
      border: solid 2px #FF0000;
      border-radius: 3px;
      transition: .4s;
    }
    .btn-flat-border:hover {
      background: #FF0000;
      color: white;
    }
  }

  .btn-flat-border_L {
    display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
    color: #FFf;
    background: #FF0000;
    border: solid 2px #FF0000;
    border-radius: 3px;
    transition: .4s;
    font-size: 30px;
  }

  .btn-flat-border_L:hover {
    background: #FF7A00;
    border: solid 2px #FF7A00;
    color: white;
  }

  @media only screen and (max-width: 480px) {
    .btn-flat-border_L {
      font-size: 15px;
      display: inline-block;
      padding: 0.80em 1em;
      text-decoration: none;
      color: #FFf;
      border: solid 2px #FF0000;
      border-radius: 3px;
    }
    .btn-flat-border_L:hover {
      background: #FF0000;
      color: white;
    }
  }
  /* --- Twitter埋め込み枠 --- */

  .twitter-wrap {
    width: 100%;
    margin: 0px;
    border-left: 2px solid red;
    border-right: 2px solid red;
    border-top: 8px solid red;
    border-bottom: 4px solid red;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .4);
  }

  .twitter-wrap h2 {
    border: none;
    font-size: 14px;
    padding: 5px;
    margin: 0;
    color: red;
    background-color: #fff;
  }
  /* ここから下を追記 */

  .SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
  }

  .SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
  }

  .SandboxRoot.env-bp-460 .timeline-Tweet-text {
    font-size: 6pt !important;
    line-height: 8pt!important;
  }

  @media only screen and (max-width: 480px) {
    .twitter-wrap {
      width: 100%;
      margin: 0px;
      border-left: 0px solid red;
      border-right: 0px solid red;
      border-top: 8px solid red;
      border-bottom: 4px solid red;
    }
  }
  
  /*********************************
12. Footer
*********************************/

  .footer {
    background: #111111;
    margin-top: auto;
  }

  .footer_content {
    height: 96px;
  }

  .footer_social_container {
    display: inline-block;
  }

  .footer_social li {
    display: inline-block;
    margin-left: 6px;
  }

  .footer_social li:first-child {
    margin-left: 0px;
  }

  .footer_social li a {
    width: 100%;
    height: 100%;
    padding: 10px;
	color: #fff;

  }

  .footer_social li i {
    font-size: 14px;
    color: rgba(255,255, 255, 1);
  }

  .footer_social li:hover i {
    color: rgba(255, 255, 0, 1);
  }

  .cr p {
    margin-bottom: 0px;
  }

  p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 2.5;
    font-weight: 400;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  }

  p a {
    display: inline;
    position: relative;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
footer p{
	    color: #fff;

}
.text_area{
    padding: 10px;
    font-size: 15px;
}

  a, a:hover, a:visited, a:active, a:link {
    cursor: pointer;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  }

  p a:active {
    position: relative;
    color: #FF6347;
  }

  p a:hover {
    color: #FFFFFF;
  }

  p a:hover::after {
    opacity: 0.2;
  }

.footer_social a:visited, a:link
{
	color: #FF0004;
}

  img, img:hover, img:visited, img:active, img:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0) 0 0 0px;
    text-shadow: rgba(0, 0, 0, 0) 0 0 0px;
  }

  ::selection {
    background: #fde0db;
    color: #ff4200;
  }

  p::selection {
    background: #fde0db;
  }

  #title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 92px;
  }

  table {
    width: 100%;
    border-spacing: 0;
  }

  table th {
    border-bottom: solid 2px #fff;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 0px;
    padding-bottom: 10px;
	white-space: nowrap;

  }

  table td {
    border-left: #B8B8B8;
    border-bottom: solid 2px #ddd;
    text-align: left;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
	word-break : break-all;

  }

  table.aaa {
    width: 100%;
    border-spacing: 0;
    border-bottom: none;

  }

  table.aaa th {
    border-bottom: none;
  }

  table.aaa td {
    border-bottom: none;
    text-align: left;
    padding: 0px 5px 10px 5px;
  }


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

a.btn-border-shadow--color {
  border-radius: 0;
  background: yellow;
}

a.btn-border-shadow--color:before {
  border-radius: 0;
}


  .btn-flat-border {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #FF0000;
    border: solid 2px #FF0000;
    border-radius: 3px;
    transition: .4s;
  }

  .btn-flat-border:hover {
    background: #FF0000;
    color: white;
  }

  @media only screen and (max-width: 480px) {
    .btn-flat-border {
      font-size: 10px;
      display: inline-block;
      padding: 0.3em 1em;
      text-decoration: none;
      color: #FF0000;
      border: solid 2px #FF0000;
      border-radius: 3px;
      transition: .4s;
    }
    .btn-flat-border:hover {
      background: #FF0000;
      color: white;
    }
  }

  .btn-flat-border_L {
    display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
    color: #FFf;
    background: #FF0000;
    border: solid 2px #FF0000;
    border-radius: 3px;
    transition: .4s;
    font-size: 30px;
  }

  .btn-flat-border_L:hover {
    background: #FF7A00;
    border: solid 2px #FF7A00;
    color: white;
  }

  @media only screen and (max-width: 480px) {
    .btn-flat-border_L {
      font-size: 15px;
      display: inline-block;
      padding: 0.80em 1em;
      text-decoration: none;
      color: #FFf;
      border: solid 2px #FF0000;
      border-radius: 3px;
    }
    .btn-flat-border_L:hover {
      background: #FF0000;
      color: white;
    }
  }

  .button_corp {
    margin-top: 30px;
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
  }

  .fuwafuwa {
    -webkit-animation: fuwafuwa 3s infinite linear alternate;
    animation: fuwafuwa 3s infinite linear alternate;
    z-index: 20;
  }

  @-webkit-keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 0) rotate(-5deg);
    }
    50% {
      -webkit-transform: translate(0, -5px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(0, 0)rotate(5deg);
    }
  }

  @keyframes fuwafuwa {
    0% {
      transform: translate(0, 0) rotate(-5deg);
    }
    50% {
      transform: translate(0, -5px) rotate(0deg);
    }
    100% {
      transform: translate(0, 0)rotate(5deg);
    }
  }

.fuwafuwa2 {
    -webkit-animation: fuwafuwa 4s infinite linear alternate;
    animation: fuwafuwa 4s infinite linear alternate;
    z-index: 20;
  }

  @-webkit-keyframes fuwafuwa2 {
    0% {
      -webkit-transform: translate(0, 0) rotate(-5deg);
    }
    50% {
      -webkit-transform: translate(0, -5px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(0, 0)rotate(5deg);
    }
  }

  @keyframes fuwafuwa2 {
    0% {
      transform: translate(0, 0) rotate(-5deg);
    }
    50% {
      transform: translate(0, -5px) rotate(0deg);
    }
    100% {
      transform: translate(0, 0)rotate(5deg);
    }
  }

.fuwafuwa3 {
    -webkit-animation: fuwafuwa 4s infinite linear alternate;
    animation: fuwafuwa 4s infinite linear alternate;
    z-index: 20;
  }

  @-webkit-keyframes fuwafuwa3 {
    0% {
      -webkit-transform: translate(0, 0) rotate(-5deg);
    }
    50% {
      -webkit-transform: translate(-3, 5px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-5, 10px)rotate(10deg);
    }
  }

  @keyframes fuwafuwa3 {
    0% {
      transform: translate(0, 0) rotate(-4deg);
    }
    50% {
      transform: translate(-3, 6px) rotate(0deg);
    }
    100% {
      transform: translate(-5, 10px)rotate(10deg);
    }
  }

.space_down2{
 max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	 
}

  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
  }

  #sort li {
    list-style: none;
    float: left;
    margin: 10px;
    width: 140px;
    margin-right: 10px;
    color: #656565;
    font-weight: bold;
    padding: 10px 10px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  .yellow, .blue, .red, .green {
    width: 200px;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
    float: left;
    text-align: center;
  }

  @media only screen and (max-width: 480px) {
    .yellow, .blue, .red, .green {
      width: 300px;
      height: 300px;
      margin-top: 20px;
      margin-bottom: 80px;
      margin-left: 10px;
      margin-right: 10px;
      color: #fff;
      float: left;
    }
  }

  .yellow {
    background-color: #fff;
  }

  .blue {
    background-color: #fff;
  }

  .red {
    background-color: #fff;
    text-align: center;
  }

  .green {
    background-color: #fff;
  }

  #rec_nav_menu {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  /* 角丸 */

  .Radius5 {
    border-radius: 5px;
    /* CSS3草案 */
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    /* Firefox用 */
  }
  /* ボタン共通 */

  .Button {
    overflow: hidden;
    width: 100%;
    height: 50px;
    margin: 20px 0px;
    padding: 0;
    font-weight: bold;
  }

  .Button a {
    display: block;
    position: relative;
    z-index: 0;
    text-align: left;
    padding-left: 50px;
    background: #747474;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
  }

  .Button a:hover {

    background: #FF0000;
    color: #fff;
    /* マウスオーバーカラー */
  }

  #IconList3 a:before {
    /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 19px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    background: #fff;
  }

  #IconList3 a:after {
    /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #747474;
  }

  #IconList3 a:hover:after {
    /*「after要素」のマウスオーバー（カラーを合わせる） */
    border-left: 5px solid #ff0000;
  }
  /*slider02*/

  .slider02 {
    position: relative;
  }

  .slider02 .slider-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 100;
    cursor: pointer;
  }

  .slider02 .slider-prev {
    left: 0;
  }

  .slider02 .slider-next {
    right: 0;
  }

  .slider02 .slider-arrow img {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 41px;
    margin-top: -11px;
    z-index: 100;
  }

  .slider02 .slider-prev img {
    left: 0px;
  }

  .slider02 .slider-next img {
    right: 0px;
  }
  /* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

  .taC {
    text-align: center !important;
  }

  .taR {
    text-align: right !important;
  }

  .taL {
    text-align: left !important;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/scripts/boxsizing.htc)
  }

  .container {
    margin: 0 auto
  }

  .clr:after, .col:after, .container:after, .group:after, .row:after {
    content: "";
    display: table;
    clear: both
  }

  .row {
    padding-bottom: 0
  }

  .col {
    display: block;
    float: left;
    width: 100%
  }

  @media (min-width:769px), print {
    .gutters .col {
      margin-left: 2%
    }
    .gutters .col:first-child {
      margin-left: 0
    }
    .gutters .colR:first-child {
      margin-right: 0
    }
    .sp {
      display: none
    }
  }

  @media(max-width:768px) {
    .sp_none {
      display: none !important;
    }
    .tb-cell {
      display: table;
      width: 300px;
      margin: 20px auto 40px auto;
      text-align: left;
    }
    .tb-cell .row {
      display: table-row;
    }
    .tb-cell .row .cell {
      display: table-cell;
      border: 1px solid #ddd;
      padding: 10px;
      vertical-align: middle;
      color: #fff;
    }
    .tb-cell .row .cell:nth-child(odd) {
      width: 100px;
    }
    .tb-cell .row .cell:nth-child(even) {
      width: 200px;
    }
    .mail-form .row .cell {
      padding: 5px;
    }
    .mail-form .row .cell:nth-child(1) {
      background: #9fb7d4;
    }
    .mail-form .row .cell:nth-child(2) {
      background: #ccc;
    }
    input[type="text"], input[type="email"] {
      height: 30px;
      font-size: 16px;
    }
    textarea {
      height: 100px;
      font-size: 16px;
    }
    button {
      color: #fff;
      border: none;
      padding: 10px;
      font-size: 16px;
      cursor: pointer;
    }
    button[type="button"] {
      margin-left: 10px;
    }
    button[type="button"], button[type="submit"] {
      background: #afc6e2;
    }
    button[type="reset"] {
      background: none;
    }
    button[type="button"]:hover, button[type="submit"]:hover {
      background: #ddd;
    }
    button[type="reset"]:hover {
      text-decoration: underline;
    }
    .msg {
      margin: 50px 0;
      font-weight: bold;
    }
    @media (min-width: 768px) {
      .tb-cell {
        width: 800px;
      }
      .tb-cell .row {
        display: table-row;
      }
      .tb-cell .row .cell {
        display: table-cell;
        border: 1px solid #ddd;
        padding: 10px;
        vertical-align: middle;
        color: #fff;
      }
      .tb-cell .row .cell:nth-child(odd) {
        width: 200px;
      }
      .tb-cell .row .cell:nth-child(even) {
        width: 600px;
      }
      input[type="text"], input[type="email"] {
        width: 300px;
      }
      textarea {
        width: 580px;
      }
      /* ** */
    }
	  .note{
		  background-color: whitesmoke;
	  }
	  
	  .table_line {
		display: table;
		width: 600px;
	}
	
	.block {
		display: table-cell;
		border: solid 0px #999;
		width: 50px;
	}
	  