@charset "UTF-8";
/* Scss Document */
#main {
  font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0; }

#movie, .tube {
  position: relative;
  width: 80%;
  padding-top: calc(9 / 16 * 80%);
  margin: 0 auto;
  overflow: hidden; }

#movie .tvo-video, .tube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; }

#about {
  width: 94.6666666667%;
  padding: 2.6666666667% 5.3333333333%;
  color: #553400;
  margin: 0 auto; }
  @media (max-width: 767px) {
    #about {
      font-size: 0.9rem;
      line-height: 175%;
      text-align: left; } }
  @media (min-width: 768px) {
    #about {
      font-size: 1.2rem;
      line-height: 250%;
      text-align: center; } }

@media (max-width: 767px) {
  #about br {
    display: none; } }
.tver {
  /*border: #666666 1px dotted;*/
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  line-height: 175%; }
  @media (max-width: 767px) {
    .tver {
      width: 94.6666666667%; } }
  @media (min-width: 768px) {
    .tver {
      width: 65%; } }

.tver a:hover {
  opacity: 0.7; }

/* mobile */
@media (max-width: 767px) {
  #head_pre {
    background: url("../images/mobile/bg_header_pre@2x.jpg") center top no-repeat;
    width: 100%;
    height: 0;
    padding-top: calc(1080 / 750 * 100%);
    background-size: contain;
    margin: 0 auto;
    font-size: 0em; } }
/* tablet */
@media (min-width: 768px) and (max-width: 959px) {
  #head_pre {
    background: url("../images/tablet/bg_header_pre@2x.jpg") center top no-repeat;
    width: 100%;
    height: 0;
    padding-top: calc(914 / 1536 * 100%);
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 3%;
    font-size: 0em; } }
/*laptop*/
@media (min-width: 960px) {
  #head_pre {
    background: url("../images/laptop/bg_header_pre.jpg") center top no-repeat;
    height: 765px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 0em; }

  #movie, .tube {
    position: relative;
    width: 800px;
    padding-top: calc(9 / 16 * 800px);
    margin: 0 auto;
    overflow: hidden; } }
#article section {
  width: 94.6666666667%;
  padding: 2.6666666667% 5.3333333333%;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 3%;
  border-radius: 10px;
  font-size: 0.9rem;
  line-height: 175%; }

#zoo {
  background-color: #00b7ee; }

#curry {
  background-color: #f39800; }

@media (min-width: 768px) {
  #article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

  #article section {
    width: 48%;
    padding: 1.8666666667% 1.8666666667%;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 3%;
    border-radius: 10px;
    font-size: 1.1rem;
    line-height: 200%; } }
#article h1 {
  color: #fff;
  text-align: center;
  font-size: 2rem; }
  @media (max-width: 767px) {
    #article h1 {
      font-size: 1.2rem; } }

#article h1 span {
  font-size: small;
  font-weight: normal; }

#article h2 {
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1rem;
  font-weight: normal; }

#article #zoo dt, #article #curry dt {
  text-align: center;
  font-weight: 700; }
  @media (max-width: 767px) {
    #article #zoo dt, #article #curry dt {
      text-align: left; } }

#article section img {
  margin: 0.5rem auto; }
