@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%; }

html, body {
  width: 100%;
  background-color: #fff;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 800px) {
    html, body {
      background-color: #e8e8e8; } }

.wrapper {
  overflow: hidden;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #e8e8e8;
  position: relative; }
  @media screen and (min-width: 800px) {
    .wrapper {
      background-color: #fff;
      min-width: 1280px; } }

section {
  width: 90%;
  background-color: #fff;
  padding-top: 25px; }

.border {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #e8e8e8;
  margin-bottom: 20px;
  margin-top: 0px; }

.main_title {
  width: 100%;
  height: 506px;
  width: image-width("../image/common/header.jpg");
  height: image-height("../image/common/header.jpg");
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../image/common/header.jpg")no-repeat 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 800px) {
    .main_title {
      width: 100%;
      height: 195px;
      width: image-width("../image/common/header_sp.jpg");
      height: image-height("../image/common/header_sp.jpg");
      display: block;
      overflow: hidden;
      text-indent: -9999px;
      background: url("../image/common/header_sp.jpg")no-repeat 0 0;
      background-size: cover;
      background-position: center center; } }
  @media screen and (min-width: 1600px) {
    .main_title {
      height: 633px; } }

.main_title_after {
  background-image: url("../image/common/header_after.jpg"); }
  @media screen and (max-width: 800px) {
    .main_title_after {
      background-image: url("../image/common/header_after_sp.jpg"); } }

.nav {
  width: 100%;
  height: 32px;
  background-color: #56d745; }
  @media screen and (min-width: 800px) {
    .nav {
      height: 58px; } }
  .nav .menu {
    width: 282px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    @media screen and (min-width: 800px) {
      .nav .menu {
        width: 480px; } }
  .nav .menu_item {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    float: left;
    margin-left: 9px;
    margin-top: 7px;
    cursor: pointer;
    height: 32px; }
    .nav .menu_item {
      transition: opacity 0.2s ease-out; }
    .nav .menu_item:hover {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
    .nav .menu_item:nth-of-type(1) {
      margin-left: 0px; }
    @media screen and (min-width: 800px) {
      .nav .menu_item {
        font-size: 18px;
        margin-left: 32px;
        margin-top: 16px;
        height: 58px; } }
    .nav .menu_item a {
      display: inline-block;
      width: 100%;
      height: 32px;
      -webkit-transform: translateY(-25px);
              transform: translateY(-25px); }

.footer {
  width: 90%;
  height: 100%;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  z-index: 0; }
  @media screen and (min-width: 800px) {
    .footer {
      height: 312px;
      width: 640px;
      position: relative;
      top: 1px;
      left: 50%;
      margin-left: -500px;
      border-right: solid 1px #e8e8e8;
      margin-bottom: 1px; } }
  .footer.close {
    display: none; }

@media screen and (min-width: 800px) {
  .day01_wrapper .footer {
    top: 2457px; } }

@media screen and (min-width: 800px) {
  .day02_border {
    display: none; } }

.footer__friend {
  width: 100%;
  font-size: 13px;
  color: #56d745;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media screen and (max-width: 800px) {
    .footer__friend {
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 800px) {
    .footer__friend {
      margin-bottom: 14px;
      font-size: 18px;
      font-weight: bold; } }

.footer__line {
  color: #a1a1a1;
  position: absolute;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 10px;
  position: absolute;
  top: 40px;
  left: 90px; }
  @media screen and (max-width: 800px) {
    .footer__line {
      display: none; } }

.footer__img {
  width: 119px;
  height: 35px;
  background: url("../image/common/friend.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-bottom: 25px; }
  @media screen and (max-width: 800px) {
    .footer__img {
      margin-left: auto;
      margin-right: auto; }
      .footer__img a {
        display: block;
        width: 100%;
        height: 100%; } }
  @media screen and (min-width: 800px) {
    .footer__img {
      width: auto;
      height: 81px;
      background: url("../image/common/qr.png");
      background-repeat: no-repeat;
      margin-bottom: 40px;
      cursor: default;
      position: relative; } }

.footer__share_text {
  color: #56d745;
  margin-top: 5px;
  font-size: 18px; }
  @media screen and (min-width: 800px) {
    .footer__share_text {
      font-weight: bold; } }
  @media screen and (max-width: 800px) {
    .footer__share_text {
      color: #666666;
      font-size: 13px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

.footer__share {
  width: 100%;
  height: 50px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff; }
  .footer__share div {
    margin-top: 14px; }
    .footer__share div {
      transition: opacity 0.2s ease-out; }
    .footer__share div:hover {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  @media screen and (max-width: 800px) {
    .footer__share {
      text-align: center; } }
  @media screen and (min-width: 800px) {
    .footer__share {
      margin-top: 10px;
      margin-bottom: 20px; } }

.footer__share__line {
  width: 58px;
  height: 14px;
  background: url("../image/common/line.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  cursor: pointer; }
  @media screen and (min-width: 800px) {
    .footer__share__line {
      display: none; } }
  .footer__share__line a {
    display: block;
    width: 100%;
    height: 100%; }

.footer__share__fb {
  width: 50px;
  height: 14px;
  background: url("../image/common/fb.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px; }
  @media screen and (min-width: 800px) {
    .footer__share__fb {
      margin-left: 10px;
      width: 72px;
      height: 20px; } }
  .footer__share__fb a {
    display: block;
    width: 100%;
    height: 100%; }

.footer__share__tw {
  width: 48px;
  height: 14px;
  background: url("../image/common/tw.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px; }
  @media screen and (min-width: 800px) {
    .footer__share__tw {
      margin-left: 10px;
      width: 69px;
      height: 20px; } }
  .footer__share__tw a {
    display: block;
    width: 100%;
    height: 100%; }

.footer__share__hatebu {
  width: 57px;
  height: 14px;
  background: url("../image/common/hatebu.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px; }
  @media screen and (min-width: 800px) {
    .footer__share__hatebu {
      margin-left: 10px;
      width: 83px;
      height: 20px; } }
  .footer__share__hatebu a {
    display: block;
    width: 100%;
    height: 100%; }

.prev_next {
  width: 90%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .prev_next.close {
    display: none; }
  @media screen and (min-width: 800px) {
    .prev_next {
      width: 150px;
      margin-top: 26px;
      margin-bottom: 20px; } }
  .prev_next li {
    color: #999999;
    display: inline-block;
    width: 48%;
    height: 49px;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    transition: background-color .3s ease-out; }
    .prev_next li:hover {
      background-color: #ccc; }
    @media screen and (min-width: 800px) {
      .prev_next li {
        border: solid 1px #ccc;
        width: 68px;
        height: 42px; } }
    .prev_next li div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 0; }

.prev_oldest__img {
  width: 9px;
  height: 13px;
  background: url("../image/common/arrow01.png");
  background-repeat: no-repeat;
  background-size: contain; }

.prev_prev__img {
  width: 6px;
  height: 13px;
  background: url("../image/common/arrow02.png");
  background-repeat: no-repeat;
  background-size: contain; }

.prev_next__img {
  width: 6px;
  height: 13px;
  background: url("../image/common/arrow02.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.prev_latest__img {
  width: 9px;
  height: 13px;
  background: url("../image/common/arrow01.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

@media screen and (min-width: 800px) {
  .day01_wrapper {
    height: 3333px; } }

@media screen and (min-width: 1600px) {
  .day01_wrapper {
    height: 3460px; } }

.day01 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3; }
  .day01.close {
    display: none; }
  @media screen and (min-width: 800px) {
    .day01 {
      width: 640px;
      border-right: solid 1px #e8e8e8;
      position: absolute;
      left: 50%;
      margin-left: -500px; } }
  @media screen and (min-width: 800px) {
    .day01 .border {
      display: none; } }

.blog__day {
  font-size: 9px;
  color: #ccc;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 16px; }
  @media screen and (min-width: 800px) {
    .blog__day {
      font-size: 12px; } }

.blog__title {
  font-size: 21px;
  color: #56d745;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 6px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block; }
  @media screen and (min-width: 800px) {
    .blog__title {
      font-size: 36px;
      width: 100%; } }

.blog__text {
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
  margin-left: 15px;
  margin-right: 15px; }
  @media screen and (min-width: 800px) {
    .blog__text {
      font-size: 16px; } }
  .blog__text span {
    transition: -webkit-transform 0s ease-in 0s;
    transition: transform 0s ease-in 0s;
    transition: transform 0s ease-in 0s, -webkit-transform 0s ease-in 0s;
    display: inline-block; }

.blog__img {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px; }
  .blog__img img {
    display: block;
    width: 100%; }

.sub_profile {
  width: 320px;
  height: 100%;
  position: absolute;
  top: 564px;
  left: 50%;
  margin-left: 140px;
  float: left; }
  @media screen and (max-width: 800px) {
    .sub_profile {
      display: none; } }
  @media screen and (min-width: 1600px) {
    .sub_profile {
      top: 684px; } }

.sub_profile__rinnaimg {
  width: 241px;
  height: 241px;
  background: url("../image/common/thumbnail.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 62px;
  margin-left: 80px;
  transition: -webkit-transform 0s ease-in 0s;
  transition: transform 0s ease-in 0s;
  transition: transform 0s ease-in 0s, -webkit-transform 0s ease-in 0s; }

.sub_profile__rinna {
  font-size: 35px;
  color: #56d745;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 6px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  margin-left: 100px;
  margin-top: 19px; }

.sub_profile__sub_rinna, .sub_profile__text, .sub_profile__job {
  font-size: 13px;
  font-weight: bold;
  color: #56d745;
  letter-spacing: 1px;
  margin-right: 15px;
  text-align: center;
  margin-left: 103px; }

.sub_profile__text, .sub_profile__job {
  color: #666666;
  margin-top: 20px; }

.sub_profile__text {
  text-align: left; }

.sub_profile__text_borderline {
  width: 58px;
  height: 1px;
  background: #ccc;
  margin: 1em 0 1em 180px; }

.sub_profile__tw {
  width: 40px;
  height: 40px;
  background: url("../image/common/tw_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 40px;
  margin-left: 181px;
  margin-bottom: 30px;
  cursor: pointer; }
  .sub_profile__tw {
    transition: opacity 0.2s ease-out; }
  .sub_profile__tw:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  .sub_profile__tw a {
    display: block;
    width: 40px;
    height: 40px; }

.sub_profile__borderline {
  width: 280px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-left: 40px; }

.sub_profile__friend, .sub_profile__latest, .sub_profile__kategori {
  font-size: 14px;
  font-weight: bold;
  color: #56d745;
  letter-spacing: 1px;
  margin-right: 15px;
  margin-left: 40px;
  margin-top: 25px; }

.sub_profile__friend_img {
  height: 81px;
  background: url("../image/common/qr.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 23px;
  position: relative; }

.sub_profile__friend_rinna {
  color: #666666;
  position: absolute;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 10px;
  position: absolute;
  top: 40px;
  left: 90px; }

.sub_profile__latest_img {
  width: 59px;
  height: 59px;
  background: url("../image/common/day01.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 43px;
  margin-top: 16px;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer; }
  .sub_profile__latest_img {
    transition: opacity 0.2s ease-out; }
  .sub_profile__latest_img:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  .sub_profile__latest_img a {
    display: block;
    width: 59px;
    height: 59px; }

.sub_profile__latest_text {
  width: 130px;
  position: absolute;
  top: 22px;
  left: 32px; }

.sub_profile__latest_text, .sub_profile__kategori_text {
  font-size: 13px;
  color: #666666;
  letter-spacing: 1px;
  margin-right: 15px;
  margin-left: 40px; }

.sub_profile__kategori_text {
  margin-top: 10px; }

.copyright {
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #ccc; }
  @media screen and (min-width: 800px) {
    .copyright {
      font-size: 12px;
      margin-top: -10px; } }
  @media screen and (max-width: 800px) {
    .copyright {
      font-size: 10px;
      margin-top: 15px;
      padding-top: 15px; } }
  .copyright .border {
    margin-top: 10px; }

.day01_border {
  display: block; }

@media screen and (min-width: 800px) {
  .day01_wrapper .day01_border {
    display: block; } }

.profile, .info {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 800px) {
    .profile, .info {
      margin-top: 15px; } }
  @media screen and (min-width: 800px) {
    .profile, .info {
      width: 640px;
      position: relative;
      top: 1px;
      left: 50%;
      margin-left: -500px;
      border-right: solid 1px #e8e8e8; } }

.title {
  font-size: 35px;
  color: #56d745;
  letter-spacing: 4px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block; }
  @media screen and (max-width: 800px) {
    .title {
      font-size: 21px;
      margin-left: 15px;
      margin-top: 0px;
      letter-spacing: 1px;
      margin-bottom: 20px; } }

.profile__img {
  width: 120px;
  height: 120px;
  background: url("../image/common/thumbnail.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px; }
  @media screen and (min-width: 800px) {
    .profile__img {
      display: none; } }

.profile__text_ul {
  padding-bottom: 50px; }
  @media screen and (min-width: 800px) {
    .profile__text_ul {
      margin-bottom: 0px;
      padding-bottom: 60px; } }

.profile__text, .info__text {
  margin-top: 20px;
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
  margin-left: 15px;
  margin-right: 15px; }
  @media screen and (min-width: 800px) {
    .profile__text, .info__text {
      font-size: 16px;
      margin-left: 2px;
      margin-top: 35px; } }

.profile__text__q {
  color: #56d745;
  margin-bottom: 5px; }
  @media screen and (max-width: 800px) {
    .profile__text__q {
      margin-bottom: 0px; } }

.info__img {
  display: block;
  max-width: 100%; }
  @media screen and (min-width: 800px) {
    .info__img {
      margin-bottom: 60px; } }
