/* Scss Document */
body {
  background-color: #e9e6d9; }

#main a {
  color: #fff;
  text-decoration: none;
  border-bottom: #fff 2px dotted; }

#movie, .tube {
  position: relative;
  width: 100%;
  padding-top: calc(9 / 16 * 100%);
  margin: 2% auto;
  overflow: hidden; }

#movie .tvo-video, .tube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; }

#header {
  background: url("../../images/common/header_mobile.jpg") center no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 18.6666666667%;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 0.7rem;
  font-size: 0em; }
  @media (min-width: 768px) {
    #header {
      background: url("../../images/common/header_tablet.jpg") center no-repeat;
      width: 100%;
      height: 0;
      padding-bottom: 10.4166666667%;
      background-size: contain;
      margin: 0 auto;
      margin-bottom: 1rem;
      font-size: 0em; } }

#main, #archives, .present {
  font-size: 0.9rem;
  line-height: 175%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff; }

@media (min-width: 768px) {
  #main {
    font-size: 1.1rem;
    line-height: 200%; }

  #movie, .tube {
    position: relative;
    width: 65%;
    padding-top: calc(9 / 16 * 65%);
    margin: 2% auto;
    overflow: hidden; } }
#news200813, #archives, .present {
  background-color: #4E889C;
  width: 94.6666666667%;
  padding: 2.6666666667% 5.3333333333%;
  margin: 3% auto;
  border-radius: 5px; }
  @media (min-width: 1366px) {
    #news200813, #archives, .present {
      width: 1366px; } }
  #news200813 h1, #archives h1, .present h1 {
    margin: 0.5rem 0;
    font-family: 'Sawarabi Mincho', sans-serif;
    text-align: center;
    color: #E9E6D9; }
    @media (max-width: 767px) {
      #news200813 h1, #archives h1, .present h1 {
        font-size: 1.3rem; } }
  #news200813 h2, #archives h2, .present h2 {
    margin: 1rem 0;
    padding: 0.5rem 0;
    font-family: 'Sawarabi Mincho', sans-serif;
    text-align: center;
    font-size: 1.0rem;
    border-top: #fff 3px solid;
    border-bottom: #fff 2px solid; }
    @media (min-width: 768px) {
      #news200813 h2, #archives h2, .present h2 {
        font-size: 1.4rem; } }

#news200813 dl {
  margin-bottom: 5%;
  padding-bottom: 1rem;
  border-bottom: #fff 1px dotted; }
#news200813 dd:nth-child(2) {
  width: 65%;
  margin: 1rem auto; }

@media (min-width: 768px) {
  #news200813 dt {
    margin: 2%; }
  #news200813 dd:nth-child(2) {
    width: 35%;
    margin-right: 5%;
    float: left; }
  #news200813 dd:nth-child(3) {
    width: 60%;
    padding-bottom: 1rem;
    float: left; } }
#archives {
  background-color: #e9e6d9;
  width: 94.6666666667%;
  padding: 2.6666666667% 0;
  margin: 3% auto;
  border-radius: 5px; }
  #archives img {
    margin: 0.5rem 0; }
  #archives a {
    display: block;
    background-color: #4E889C;
    width: 100%;
    margin: 0.5rem 0;
    padding: 1rem;
    border-radius: 5px;
    text-align: left;
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none; }

@media (min-width: 768px) {
  #archives div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }

  #archives a {
    display: block;
    background-color: #4E889C;
    width: 23.2558139535%;
    margin: 0.5rem;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none; } }
@media (min-width: 1366px) {
  #archives div {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }

  #archives a {
    display: block;
    background-color: #4E889C;
    width: 23.2558139535%;
    margin: 0.5rem;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none; } }
