@charset "UTF-8";
/*color*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
#storyArea {
  background-color: #ffff00;
  background: url("../images/common/bg_Yl.jpg") repeat;
  padding-top: 3%;
  position: relative;
}
#storyArea:after {
  content: "";
  background: url("../images/common/town3.png") no-repeat center bottom;
  width: 100%;
  height: 0;
  padding-top: 23.42%;
  background-size: contain;
  display: block;
  margin-top: -9%;
}
#storyArea h3 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  background: url("../images/story/h3tit.png") no-repeat center;
  width: 218px;
  height: 98px;
  margin: 0 auto 3%;
}
#storyArea .item01 {
  background: url("../images/common/cloud01.png") no-repeat;
  width: 277px;
  height: 42px;
  position: absolute;
  left: -5%;
  top: 100px;
  z-index: 1;
}
#storyArea .item02 {
  background: url("../images/common/cloud02.png") no-repeat;
  width: 344px;
  height: 115px;
  position: absolute;
  right: -5%;
  top: 80px;
  z-index: 1;
}
#storyArea .storyInner {
  z-index: 100;
  position: relative;
  /* channel
  ========================================== */
}
#storyArea .storyInner .storyblock {
  width: 880px;
  margin: 0 auto 2%;
  padding-bottom: 2%;
  border-bottom: 1px dotted #041f3b;
}
#storyArea .storyInner .storyblock dl {
  color: #041f3b;
}
#storyArea .storyInner .storyblock dl dt {
  margin: 1% auto;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
#storyArea .storyInner .storyblock dl dt span {
  font-size: 50px;
  margin-right: 0.3em;
}
#storyArea .storyInner .storyblock dl dt span br {
  display: none;
}
#storyArea .storyInner .storyblock dl dt .last {
  font-size: 20px;
}
#storyArea .storyInner .storyblock dl dd {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
#storyArea .storyInner .channel-area {
  /* padding: 40px 0 60px; */
}
#storyArea .storyInner .channel-list {
  width: 45%;
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#storyArea .storyInner .channel-item {
  flex: 0 1 100%;
}
#storyArea .storyInner .channel-item + .channel-item {
  margin-left: 3%;
}
#storyArea .storyInner .channel-item a {
  display: block;
  padding: 13px 10px;
  border-radius: 3px;
}
#storyArea .storyInner .channel-item.tada a {
  background-color: #ff005a;
}
#storyArea .storyInner .channel-item.hulu a {
  background-color: #67ae3e;
}
#storyArea .storyInner .channel-item.tada a span {
  background-image: url(../images/top/channel-tada-pc.png);
}
#storyArea .storyInner .channel-item.hulu a span {
  background-image: url(../images/top/channel-hulu-pc.png);
}
#storyArea .storyInner .channel-item a span {
  display: block;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
#storyArea .storyInner .story01 {
  border-bottom: none;
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
  .storyInner {
    /* channelArea
    ========================================== */
  }
  .storyInner .storyblock dl dt {
    font-size: 16px !important;
    line-height: 1.8em !important;
  }
  .storyInner .storyblock dl dt span {
    font-size: 28px !important;
  }
  .storyInner .storyblock dl dt .last {
    font-size: 16px !important;
  }
  .storyInner .storyblock dl dt br {
    display: block !important;
  }
  .storyInner .storyblock dl dd {
    font-size: 14px !important;
  }
  .storyInner #channelArea .channelInner {
    /* channel
    ========================================== */
  }
  .storyInner #channelArea .channelInner .channel-list {
    width: 100%;
    font-size: 0;
  }
  .storyInner #channelArea .channelInner .channel-item {
    width: 100%;
  }
  .storyInner #channelArea .channelInner .channel-item:not(:first-child) {
    margin-left: 3.6%;
  }
  .storyInner #channelArea .channelInner .channel-item a {
    padding: 13px 10px;
  }
  .storyInner #channelArea .channelInner .channel-item a span {
    height: 43px;
  }
  .storyInner #channelArea .channelInner .channel-item.tada a span {
    background-image: url(../images/top/channel-tada-sp.png);
  }
  .storyInner #channelArea .channelInner .channel-item.hulu a span {
    background-image: url(../images/top/channel-hulu-sp.png);
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  #storyArea {
    padding-top: 4%;
  }
  #storyArea h3 {
    width: 31.20%;
    height: 0;
    padding-top: 14.88%;
    background-size: contain;
  }
  #storyArea .item01 {
    width: 30%;
    height: 0;
    padding-top: 5.36%;
    background-size: contain;
    top: 30px;
  }
  #storyArea .item02 {
    width: 30%;
    height: 0;
    padding-top: 10.03%;
    background-size: contain;
    top: 20px;
  }
  #storyArea .storyInner {
    width: 90%;
    margin: auto;
  }
  #storyArea .storyInner .storyblock {
    width: 100%;
  }
  #storyArea .storyInner .storyblock .image {
    margin-top: 3%;
  }
  #storyArea .storyInner .storyblock .image img {
    width: 100%;
  }
  #storyArea .storyInner .channel-area {
    width: 100%;
    margin: auto;
  }
  #storyArea .storyInner .channel-area .channel-list {
    width: 100%;
  }
  #storyArea .storyInner .channel-area .channel-list .channel-item {
    width: 100%;
  }
  #storyArea .storyInner .channel-area .channel-list .channel-item a {
    width: 100%;
  }
}
/* ---------------------------------
 PC（993px〜）
--------------------------------- */
