.tmblr-iframe {
  display: none;
}
.tmblr-iframe-pushdown {
  padding: 0 !important;
}
body {
  font-family: "YuMin-Medium", "HiraMinProN-W6", "HGP明朝", serif;
}
body.blog {
  border-top: 2px solid #ea3339;
  min-width: 1200px;
}
#wrapper > footer {
  position: relative;
  background: #fff;
  border-top: 1px solid #d9d9d9;
}
#wrapper > footer .container {
  padding: 48px 0;
}
#wrapper > footer .sitemap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#wrapper > footer .sitemap section h1 {
  font-family: "Cormorant Infant", Times, serif;
  font-size: 24px;
  line-height: 1.2;
}
#wrapper > footer .sitemap section ul {
  margin-top: 8px;
}
#wrapper > footer .sitemap section li {
  line-height: 30px;
}
#wrapper > footer .sitemap section a {
  font-size: 14px;
  color: #000;
}
#wrapper > footer .sitemap section a:hover {
  color: #808080;
}
#wrapper > footer .sitemap .about {
  width: 162px;
}
#wrapper > footer .sitemap .about h1 {
  letter-spacing: 0.6px;
}
#wrapper > footer .sitemap .guide {
  width: 442px;
}
#wrapper > footer .sitemap .guide h1 {
  letter-spacing: 1.3px;
}
#wrapper > footer .sitemap .guide ul {
  float: left;
}
#wrapper > footer .sitemap .guide ul + ul {
  margin-left: 24px;
}
#wrapper > footer .sitemap .inquiry {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 422px;
  height: 192px;
  background: #f3eee7;
}
#wrapper > footer .sitemap .inquiry p {
  margin-bottom: 24px;
  font-size: 14px;
  letter-spacing: 0.4px;
}
#wrapper > footer .sitemap .inquiry a {
  display: inline-block;
  width: 348px;
  height: 60px;
  background: #ea3339;
  color: #fff;
  font-size: 20px;
  line-height: 3;
  text-align: center;
}
#wrapper > footer .sitemap .inquiry a::before {
  content: url("../img/icon-mail.png");
  margin-right: 14px;
}
#wrapper > footer .sitemap .inquiry a:hover {
  background: #ef666b;
}
#wrapper > footer .other {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 32px;
}
#wrapper > footer .other .copyright {
  font-family: "Cormorant Infant", Times, serif;
  font-size: 14px;
  color: #4d4d4d;
  letter-spacing: 1.1px;
}
#wrapper > footer .other nav {
  padding-right: 5px;
}
#wrapper > footer .other nav a {
  font-size: 13px;
  color: #4d4d4d;
}
#wrapper > footer .other nav a:hover {
  color: #808080;
}
#wrapper > footer .other nav a ~ a {
  position: relative;
  margin-left: 30px;
}
#wrapper > footer .other nav a ~ a::before {
  content: "";
  display: inline-block;
  height: 1em;
  border-right: 1px solid #d9d9d9;
  vertical-align: text-bottom;
  margin-right: 30px;
}
#wrapper > footer .other nav a.privacy {
  letter-spacing: -0.4px;
}
#wrapper > footer .other nav a.law {
  letter-spacing: 0.6px;
}
#wrapper > footer .other nav a.twitter {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../svg/twitter-black.svg") no-repeat center/contain;
  vertical-align: bottom;
}
#wrapper > header {
  padding: 48px 0;
  text-align: center;
  background: #f2f2f5;
}
#wrapper .container {
  width: 1024px;
  margin: 0 auto;
}
#wrapper > main {
  padding-bottom: 90px;
  background: #f2f2f5;
}
#wrapper > main > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 1200px;
}
.pagetop {
  float: right;
  display: inline-block;
  width: 54px;
  height: 54px;
  position: sticky;
  bottom: 30px;
  margin-top: -84px;
  margin-right: 30px;
  background: url("../img/pagetop.png") no-repeat center/contain;
  cursor: pointer;
}
.pagetop:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.container > .left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 750px;
  margin-right: 60px;
}
.container > .left line {
  stroke: #4d4d4d;
  stroke-width: 2px;
  stroke-dasharray: 2;
}
.container > .left .date {
  padding-bottom: 20px;
}
.container > .left .date time {
  line-height: 1;
  display: inline-block;
  color: #baa882;
  font-family: "Cormorant Infant", Times, serif;
  font-size: 14px;
}
.container > .left .date time.new::after {
  content: url("../img/blog/new.png");
  margin-left: 12px;
}
.container > .left article {
  padding: 48px 60px;
  background: #fff;
  line-height: 2;
  position: relative;
}
.container > .left article footer {
  text-align: right;
}
.container > .left article footer img {
  vertical-align: middle;
}
.container > .left article p,
.container > .left article p + img {
  margin-top: 2em;
}
.container > .left article h1 {
  font-family: "YuMin-Demibold", "HiraMinProN-W6", "HGP明朝B", serif;
  font-size: 30px;
  line-height: 1.4;
}
.container > .left article figure {
  margin-top: 2em;
  text-align: center;
}
.container > .left article a {
  text-decoration: underline;
  color: #ea3339;
}
.container > .left article svg.hr {
  width: 24px;
  height: 2px;
}
.container > .left article .images {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.container > .left nav {
  margin-top: 16px;
  display: block;
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  font-family: "Cormorant Infant", Times, serif;
  font-size: 24px;
  line-height: 2;
  position: relative;
}
.container > .left nav svg {
  width: 2px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  margin: 0 auto;
}
.container > .left nav .prev {
  float: left;
  width: 50%;
  text-align: center;
}
.container > .left nav .prev .arrow {
  margin-right: 20px;
}
.container > .left nav .next {
  float: right;
  width: 50%;
  text-align: center;
}
.container > .left nav .next .arrow {
  margin-left: 20px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.container > .left nav a {
  padding: 0 20px;
  color: #4d4d4d;
  text-decoration: none;
}
.container > .left nav a .arrow {
  display: inline-block;
  width: 38px;
  height: 7px;
  background-image: url("../img/blog/arrow.png");
  vertical-align: 4px;
}
.container > .left nav a.disabled {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  pointer-events: none;
}
.container > .left nav a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.container > .right {
  width: 300px;
}
.container > .right h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Cormorant Infant", Times, serif;
  font-size: 30px;
}
aside .archive {
  max-height: 1000px;
  overflow-y: scroll;
}
aside .archive .item {
  border-bottom: 1px dashed #d9d9d9;
}
aside .archive .item.active a {
  background: rgba(255,255,255,0.5);
}
aside .archive .item a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 6px 0;
  padding: 24px 10px;
}
aside .archive .item a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
aside .archive .item .thumb {
  margin-left: 20px;
  width: 90px;
  line-height: 0;
}
aside .archive .item .thumb img {
  width: 100%;
}
aside .archive .item .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4d4d4d;
  font-size: 12px;
}
aside .archive .item .text .date {
  color: #baa882;
  font-family: "Cormorant Infant", Times, serif;
  font-size: 14px;
}
aside .archive .item .text .new::after {
  content: url("../img/blog/new.png");
  margin-left: 12px;
}
aside .archive .item .text .title {
  margin-top: 10px;
  line-height: 1.75;
}
