@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none; }

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

html {
  overflow-y: scroll;
  *zoom: 1; }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

#todaidays .wrapper {
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  color: #222;
  text-align: left;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    #todaidays .wrapper {
      font-size: 15px; } }

#todaidays * {
  box-sizing: border-box; }

#todaidays img {
  width: 100%;
  height: auto;
  -webkit-touch-callout: none; }

#todaidays .pc {
  display: none; }
  @media screen and (min-width: 769px) {
    #todaidays .pc {
      display: block; } }

#todaidays .sp {
  display: none; }
  @media screen and (max-width: 768px) {
    #todaidays .sp {
      display: block; } }

#todaidays a {
  text-decoration: none;
  color: #484598; }
  #todaidays a:hover {
    text-decoration: underline; }
    @media screen and (min-width: 769px) {
      #todaidays a:hover img {
        opacity: 0.7; } }
  #todaidays a:hover, #todaidays a img {
    transition: .2s linear; }

#todaidays .photo-cap {
  font-size: 14px;
  text-align: center; }
  #todaidays .photo-cap img {
    margin-bottom: 10px; }

#todaidays .sns-box {
  position: fixed;
  right: 30px;
  top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    #todaidays .sns-box {
      right: 50%;
      top: auto;
      bottom: 20px;
      margin-right: -80px; } }
  #todaidays .sns-box a {
    display: block;
    width: 40px;
    height: 40px; }
    @media screen and (min-width: 769px) {
      #todaidays .sns-box a:hover {
        opacity: 0.7; } }
    @media screen and (max-width: 768px) {
      #todaidays .sns-box a {
        margin: 0; } }
    #todaidays .sns-box a.sns-tw {
      background: url(../img/sns_tw.png);
      background-size: cover;
      margin-right: 20px; }
    #todaidays .sns-box a.sns-fb {
      background: url(../img/sns_fb.png);
      background-size: cover;
      margin-right: 20px; }
    #todaidays .sns-box a.sns-line {
      background: url(../img/sns_line.png);
      background-size: cover; }

#todaidays .mv-area h1 {
  display: block; }

#todaidays .info-area {
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    #todaidays .info-area {
      padding: 10px;
      font-size: 14px; } }
  #todaidays .info-area span {
    color: #66ded7;
    padding-right: 20px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      #todaidays .info-area span {
        padding-right: 10px; } }

#todaidays .info-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto; }

#todaidays .info-ttl {
  padding-right: 20px;
  border-right: 4px solid #66ded7;
  font-family: Helvetica;
  font-weight: bold;
  margin-right: 20px; }
  @media screen and (max-width: 768px) {
    #todaidays .info-ttl {
      padding: 0;
      border: none;
      margin: 0 0 5px 0; } }

#todaidays .mess-area {
  padding: 60px 0;
  background: url(../img/bg.png); }
  @media screen and (max-width: 768px) {
    #todaidays .mess-area {
      padding: 30px 4%; } }

#todaidays .mess-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #todaidays .mess-inner {
      display: block; } }

#todaidays .mess-text {
  width: 64%;
  font-size: 17px; }
  @media screen and (max-width: 768px) {
    #todaidays .mess-text {
      width: 100%;
      margin-bottom: 30px;
      font-size: 15px; } }
  #todaidays .mess-text p {
    margin-bottom: 20px;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      #todaidays .mess-text p {
        margin-bottom: 10px; } }
    #todaidays .mess-text p.shomei {
      text-align: right;
      margin-bottom: 0;
      font-weight: bold;
      font-size: 15px; }
      @media screen and (max-width: 768px) {
        #todaidays .mess-text p.shomei {
          font-size: 14px; } }

#todaidays .mess-img {
  width: 32%; }
  @media screen and (max-width: 768px) {
    #todaidays .mess-img {
      width: 90%;
      margin: 0 auto; } }
  #todaidays .mess-img img {
    border: 6px solid #fff;
    box-shadow: 0 0 10px #ddd; }

#todaidays .prof-area {
  margin-bottom: 80px;
  padding: 60px 0;
  background: #effefd; }
  @media screen and (max-width: 768px) {
    #todaidays .prof-area {
      margin-bottom: 30px;
      padding: 20px 4%; } }

#todaidays .prof-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 768px) {
    #todaidays .prof-inner {
      display: block;
      margin-bottom: 20px; } }

#todaidays .prof-img {
  width: 20%; }
  @media screen and (max-width: 768px) {
    #todaidays .prof-img {
      width: 80%;
      margin: 0 auto 20px; } }

#todaidays .prof-main {
  width: 74%; }
  @media screen and (max-width: 768px) {
    #todaidays .prof-main {
      width: auto; } }
  #todaidays .prof-main h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #todaidays .prof-main h3 {
        font-size: 16px;
        margin-bottom: 10px; } }

#todaidays .prof-text {
  font-size: 14px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #todaidays .prof-text {
      margin-bottom: 20px; } }

#todaidays .prof-skill {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #todaidays .prof-skill {
      margin-bottom: 20px; } }
  #todaidays .prof-skill h4 {
    font-weight: bold;
    margin-bottom: 10px; }
  #todaidays .prof-skill p {
    margin-bottom: 10px;
    font-size: 14px; }

#todaidays .ban-official {
  max-width: 768px;
  margin: 0 auto; }

#todaidays .int-area {
  max-width: 1000px;
  background: #fff;
  margin: 0 auto 80px; }
  @media screen and (max-width: 768px) {
    #todaidays .int-area {
      margin-bottom: 40px;
      padding: 0 4%; } }
  #todaidays .int-area h3 {
    max-width: 680px;
    margin: 0 auto 60px; }
    @media screen and (max-width: 768px) {
      #todaidays .int-area h3 {
        margin: 0 auto 30px; } }
  #todaidays .int-area h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #todaidays .int-area h4 {
        font-size: 16px; } }
  #todaidays .int-area article {
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      #todaidays .int-area article {
        margin-bottom: 30px; } }
    #todaidays .int-area article h5 {
      font-size: 20px;
      font-weight: bold;
      border-bottom: 5px solid #66ded7;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        #todaidays .int-area article h5 {
          font-size: 16px;
          margin-bottom: 20px; } }
    #todaidays .int-area article dl {
      overflow: hidden; }
      #todaidays .int-area article dl dt {
        font-weight: bold;
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          #todaidays .int-area article dl dt {
            margin-bottom: 20px; } }
      #todaidays .int-area article dl dd {
        margin-bottom: 40px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          #todaidays .int-area article dl dd {
            margin-bottom: 20px; } }
        #todaidays .int-area article dl dd p {
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            #todaidays .int-area article dl dd p {
              margin-bottom: 10px; } }

#todaidays .int-lead {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #todaidays .int-lead {
      margin-bottom: 30px; } }
  #todaidays .int-lead p {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #todaidays .int-lead p {
        margin-bottom: 15px; } }
    #todaidays .int-lead p.int-lead-shomei {
      text-align: right;
      font-size: 14px; }

#todaidays .drawer {
  text-decoration: underline;
  color: #484598;
  margin-bottom: 60px;
  cursor: pointer;
  font-weight: bold;
  display: block; }
  @media screen and (max-width: 768px) {
    #todaidays .drawer {
      margin-bottom: 30px; } }

#todaidays .nagai01 {
  display: none; }

#todaidays .next-btn {
  max-width: 400px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 15px;
  margin: 0 auto 60px;
  cursor: pointer;
  transition: .2s linear; }
  #todaidays .next-btn:hover {
    background: #66ded7;
    transition: .2s linear;
    cursor: pointer; }

#todaidays .int-img {
  width: 300px; }
  @media screen and (max-width: 768px) {
    #todaidays .int-img {
      width: 90%;
      margin: 0 auto 20px; } }

@media screen and (min-width: 769px) {
  #todaidays .img-r {
    float: right;
    padding: 0 0 30px 40px; } }

@media screen and (min-width: 769px) {
  #todaidays .img-l {
    float: left;
    padding: 0 40px 30px 0; } }

#todaidays #article02,
#todaidays #article03 {
  display: none; }

#todaidays .next-box {
  padding: 10px;
  background: #fcfee9;
  font-weight: bold;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    #todaidays .next-box {
      padding: 5px;
      font-size: 16px; } }

#todaidays a.ban-offer {
  display: block;
  position: relative;
  width: 400px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 80px;
  color: #fff;
  font-weight: bold;
  background: #66ded7;
  text-decoration: none;
  text-align: center;
  text-decoration: none; }
  @media screen and (max-width: 768px) {
    #todaidays a.ban-offer {
      width: 90%;
      height: 60px;
      line-height: 60px;
      margin: 0 auto 40px; } }
  @media screen and (min-width: 769px) {
    #todaidays a.ban-offer:hover {
      opacity: 0.7; } }
  #todaidays a.ban-offer:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

#todaidays .under-ban {
  margin: 0 auto 80px; }
  @media screen and (max-width: 768px) {
    #todaidays .under-ban {
      margin: 0 auto 30px;
      width: 90%; } }

#todaidays footer {
  padding: 0 0 30px 0; }
  @media screen and (max-width: 768px) {
    #todaidays footer {
      padding: 20px 4%; } }
  #todaidays footer .copy,
  #todaidays footer .caution {
    text-align: center;
    font-size: 10px;
    font-family: Helvetica; }

#todaidays .page-top {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  display: block;
  width: 40px;
  height: 40px;
  background: #66ded7;
  border-radius: 20px; }
  @media screen and (max-width: 768px) {
    #todaidays .page-top {
      display: none; } }
  #todaidays .page-top:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    margin-right: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  @media screen and (min-width: 769px) {
    #todaidays .page-top:hover {
      opacity: 0.7; } }
