@charset "UTF-8";
/*--------------------------------
 リセット
---------------------------------*/
* {
  min-height: 0;
  min-width: 0; }

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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

main {
  display: block; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type='text'],
input[type='email'] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type='radio'] {
  display: none; }

input[type='radio']:checked + label {
  background: #ff0000; }

input[type='checkbox'] {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent; }

button,
input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

button {
  font-family: 'Noto Sans JP', sans-serif; }

div p ul ol li dl dt dd {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

li {
  list-style-type: none; }

img {
  max-width: 100%;
  vertical-align: bottom; }

picture {
  display: block; }

html {
  background-color: #EFF2F5;
  position: relative; }
  html::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #EFF2F5;
    z-index: -10000; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  font-weight: normal;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  background-color: #EFF2F5;
  position: relative;
  word-break: break-all; }
  @media screen and (max-width: 480px) {
    body {
      font-size: 14px; } }

a {
  color: #121212;
  text-decoration: none;
  -webkit-transition: all 200ms;
  transition: all 200ms; }

a:visited {
  color: #121212; }

a:hover {
  color: #121212;
  opacity: 0.7; }

button:hover {
  opacity: 0.7; }

video {
  background-color: rgba(255, 255, 255, 0.1); }

.barlow {
  font-family: "Barlow", "Noto Sans JP", sans-serif !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.red {
  color: #d45315; }

.link-txt {
  -webkit-transition: all 200ms;
  transition: all 200ms; }
  .link-txt:hover {
    background-color: rgba(255, 245, 151, 0.5);
    text-decoration: none;
    opacity: 1; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.text-center {
  text-align: center; }

/*YouTube最大値指定*/
.iframe-responsive {
  position: relative;
  width: 100%;
  max-width: 560px; }

.iframe-responsive::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%; }

.iframe-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.auto-adjust-of-img-siz {
  display: none; }

.selecter {
  visibility: hidden; }

a.button,
button.button {
  display: inline-block;
  font-size: 16px;
  font-family: 'EB Garamond',sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .05em;
  color: #141414;
  text-decoration: none; }
  a.button.button-a,
  button.button.button-a {
    padding: 6px 16px;
    border: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      a.button.button-a,
      button.button.button-a {
        padding: 6px 8px;
        font-size: 12px; } }
  a.button.login::before,
  button.button.login::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(../img/common/icon-login.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: .5em;
    vertical-align: -.1em; }
  a.button.logout::after,
  button.button.logout::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(../img/common/icon-login.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: .5em;
    vertical-align: -.1em; }
  a.button.birthday,
  button.button.birthday {
    background-color: #EC78AB; }
    a.button.birthday::before,
    button.button.birthday::before {
      content: '';
      display: inline-block;
      width: 13px;
      height: 13px;
      background-image: url(../img/common/icon-birthday.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: .5em; }

a.link-arrow,
.link-arrow {
  font-size: 18px;
  font-weight: bold;
  color: #121212; }
  @media screen and (max-width: 480px) {
    a.link-arrow,
    .link-arrow {
      font-size: 16px; } }
  a.link-arrow:hover,
  .link-arrow:hover {
    color: #121212; }
  a.link-arrow.link-arrow-l::after,
  .link-arrow.link-arrow-l::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/common/icon-arrow-right-b.svg) center center no-repeat;
    background-size: contain;
    margin-left: 8px;
    vertical-align: 2px; }

.more-blc,
.btn-blc,
.form-submit {
  margin-top: 32px;
  text-align: center; }
  .more-blc .btn-more,
  .more-blc .btn-green,
  .more-blc .btn-brown,
  .more-blc input[type="submit"],
  .btn-blc .btn-more,
  .btn-blc .btn-green,
  .btn-blc .btn-brown,
  .btn-blc input[type="submit"],
  .form-submit .btn-more,
  .form-submit .btn-green,
  .form-submit .btn-brown,
  .form-submit input[type="submit"] {
    display: inline-block;
    line-height: 34px;
    background-color: #EFF2F5;
    color: #141414;
    -webkit-box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16);
    padding: 0 1.5em 0 2em;
    border-radius: 17px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none; }
    .more-blc .btn-more::after,
    .more-blc .btn-green::after,
    .more-blc .btn-brown::after,
    .more-blc input[type="submit"]::after,
    .btn-blc .btn-more::after,
    .btn-blc .btn-green::after,
    .btn-blc .btn-brown::after,
    .btn-blc input[type="submit"]::after,
    .form-submit .btn-more::after,
    .form-submit .btn-green::after,
    .form-submit .btn-brown::after,
    .form-submit input[type="submit"]::after {
      content: '';
      display: inline-block;
      width: 7px;
      height: 10px;
      background: url(../img/common/icon-arrow-right.svg) center center no-repeat;
      background-size: contain;
      margin-left: .6em; }
    .more-blc .btn-more:hover,
    .more-blc .btn-green:hover,
    .more-blc .btn-brown:hover,
    .more-blc input[type="submit"]:hover,
    .btn-blc .btn-more:hover,
    .btn-blc .btn-green:hover,
    .btn-blc .btn-brown:hover,
    .btn-blc input[type="submit"]:hover,
    .form-submit .btn-more:hover,
    .form-submit .btn-green:hover,
    .form-submit .btn-brown:hover,
    .form-submit input[type="submit"]:hover {
      opacity: 1;
      background-color: #EFF2F5; }
    .more-blc .btn-more.green,
    .more-blc .btn-green.green,
    .more-blc .btn-brown.green,
    .more-blc input[type="submit"].green,
    .btn-blc .btn-more.green,
    .btn-blc .btn-green.green,
    .btn-blc .btn-brown.green,
    .btn-blc input[type="submit"].green,
    .form-submit .btn-more.green,
    .form-submit .btn-green.green,
    .form-submit .btn-brown.green,
    .form-submit input[type="submit"].green {
      background-color: #29a7e1; }
      .more-blc .btn-more.green:hover,
      .more-blc .btn-green.green:hover,
      .more-blc .btn-brown.green:hover,
      .more-blc input[type="submit"].green:hover,
      .btn-blc .btn-more.green:hover,
      .btn-blc .btn-green.green:hover,
      .btn-blc .btn-brown.green:hover,
      .btn-blc input[type="submit"].green:hover,
      .form-submit .btn-more.green:hover,
      .form-submit .btn-green.green:hover,
      .form-submit .btn-brown.green:hover,
      .form-submit input[type="submit"].green:hover {
        background-color: #E5E9ED; }
    .more-blc .btn-more.medium,
    .more-blc .btn-green.medium,
    .more-blc .btn-brown.medium,
    .more-blc input[type="submit"].medium,
    .btn-blc .btn-more.medium,
    .btn-blc .btn-green.medium,
    .btn-blc .btn-brown.medium,
    .btn-blc input[type="submit"].medium,
    .form-submit .btn-more.medium,
    .form-submit .btn-green.medium,
    .form-submit .btn-brown.medium,
    .form-submit input[type="submit"].medium {
      line-height: 44px;
      font-size: 16px;
      border-radius: 22px; }
    .more-blc .btn-more.more5::after,
    .more-blc .btn-green.more5::after,
    .more-blc .btn-brown.more5::after,
    .more-blc input[type="submit"].more5::after,
    .btn-blc .btn-more.more5::after,
    .btn-blc .btn-green.more5::after,
    .btn-blc .btn-brown.more5::after,
    .btn-blc input[type="submit"].more5::after,
    .form-submit .btn-more.more5::after,
    .form-submit .btn-green.more5::after,
    .form-submit .btn-brown.more5::after,
    .form-submit input[type="submit"].more5::after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .more-blc .btn-more.btn-more5,
    .more-blc .btn-green.btn-more5,
    .more-blc .btn-brown.btn-more5,
    .more-blc input[type="submit"].btn-more5,
    .btn-blc .btn-more.btn-more5,
    .btn-blc .btn-green.btn-more5,
    .btn-blc .btn-brown.btn-more5,
    .btn-blc input[type="submit"].btn-more5,
    .form-submit .btn-more.btn-more5,
    .form-submit .btn-green.btn-more5,
    .form-submit .btn-brown.btn-more5,
    .form-submit input[type="submit"].btn-more5 {
      line-height: 60px;
      height: 60px;
      border: 1px solid #121212;
      border-radius: 12px;
      font-size: 20px;
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0 2em; }
      @media screen and (max-width: 480px) {
        .more-blc .btn-more.btn-more5,
        .more-blc .btn-green.btn-more5,
        .more-blc .btn-brown.btn-more5,
        .more-blc input[type="submit"].btn-more5,
        .btn-blc .btn-more.btn-more5,
        .btn-blc .btn-green.btn-more5,
        .btn-blc .btn-brown.btn-more5,
        .btn-blc input[type="submit"].btn-more5,
        .form-submit .btn-more.btn-more5,
        .form-submit .btn-green.btn-more5,
        .form-submit .btn-brown.btn-more5,
        .form-submit input[type="submit"].btn-more5 {
          font-size: 18px; } }
      .more-blc .btn-more.btn-more5::after,
      .more-blc .btn-green.btn-more5::after,
      .more-blc .btn-brown.btn-more5::after,
      .more-blc input[type="submit"].btn-more5::after,
      .btn-blc .btn-more.btn-more5::after,
      .btn-blc .btn-green.btn-more5::after,
      .btn-blc .btn-brown.btn-more5::after,
      .btn-blc input[type="submit"].btn-more5::after,
      .form-submit .btn-more.btn-more5::after,
      .form-submit .btn-green.btn-more5::after,
      .form-submit .btn-brown.btn-more5::after,
      .form-submit input[type="submit"].btn-more5::after {
        content: none; }
  .more-blc .btn-more,
  .btn-blc .btn-more,
  .form-submit .btn-more {
    min-width: 150px; }
  .more-blc input[type="submit"],
  .btn-blc input[type="submit"],
  .form-submit input[type="submit"] {
    background-color: #EC78AB;
    background-image: url(../img/common/icon-submit.svg);
    background-position: center right 40px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding: 0 3.2em 0 2.2em;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    border-radius: 30px; }
    @media screen and (max-width: 480px) {
      .more-blc input[type="submit"],
      .btn-blc input[type="submit"],
      .form-submit input[type="submit"] {
        font-size: 18px; } }
    @media screen and (max-width: 480px) {
      .more-blc input[type="submit"],
      .btn-blc input[type="submit"],
      .form-submit input[type="submit"] {
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
        background-position: center right 32px; } }
    .more-blc input[type="submit"]:hover,
    .btn-blc input[type="submit"]:hover,
    .form-submit input[type="submit"]:hover {
      background-color: #770736; }
  .more-blc input[type="submit"]:disabled,
  .btn-blc input[type="submit"]:disabled,
  .form-submit input[type="submit"]:disabled {
    background-color: #EFF2F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default; }
    .more-blc input[type="submit"]:disabled:hover,
    .btn-blc input[type="submit"]:disabled:hover,
    .form-submit input[type="submit"]:disabled:hover {
      background-color: #EFF2F5;
      opacity: 1; }
  .more-blc .btn-green,
  .btn-blc .btn-green,
  .form-submit .btn-green {
    background-color: #07913b; }
    .more-blc .btn-green:hover,
    .btn-blc .btn-green:hover,
    .form-submit .btn-green:hover {
      background-color: #75aa86; }
  .more-blc .btn-green,
  .more-blc .btn-brown,
  .btn-blc .btn-green,
  .btn-blc .btn-brown,
  .form-submit .btn-green,
  .form-submit .btn-brown {
    text-decoration: none;
    line-height: 44px;
    border-radius: 22px;
    margin: 0 2em 0; }
    .more-blc .btn-green.more5,
    .more-blc .btn-brown.more5,
    .btn-blc .btn-green.more5,
    .btn-blc .btn-brown.more5,
    .form-submit .btn-green.more5,
    .form-submit .btn-brown.more5 {
      line-height: 34px;
      border-radius: 17px; }
    @media screen and (max-width: 480px) {
      .more-blc .btn-green,
      .more-blc .btn-brown,
      .btn-blc .btn-green,
      .btn-blc .btn-brown,
      .form-submit .btn-green,
      .form-submit .btn-brown {
        margin: 1em 0 0; } }
    @media screen and (max-width: 480px) {
      .more-blc .btn-green:first-child,
      .more-blc .btn-brown:first-child,
      .btn-blc .btn-green:first-child,
      .btn-blc .btn-brown:first-child,
      .form-submit .btn-green:first-child,
      .form-submit .btn-brown:first-child {
        margin-top: 0; } }
  .more-blc .btn-back,
  .btn-blc .btn-back,
  .form-submit .btn-back {
    display: inline-block;
    line-height: 44px;
    background-color: #29a7e1;
    color: #fff;
    -webkit-box-shadow: 0px 0 43px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0 43px rgba(0, 0, 0, 0.16);
    padding: 0 2em 0 1.5em;
    border-radius: 22px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    font-size: 14px; }
    .more-blc .btn-back::before,
    .btn-blc .btn-back::before,
    .form-submit .btn-back::before {
      content: '';
      display: inline-block;
      width: 7px;
      height: 10px;
      background: url(../img/common/icon-arrow-right.svg) center center no-repeat;
      background-size: contain;
      margin-right: .6em;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .more-blc .btn-back:hover,
    .btn-blc .btn-back:hover,
    .form-submit .btn-back:hover {
      opacity: 1;
      background-color: #29a7e1;
      color: #fff; }

.comment-reply-link-area {
  margin-top: 24px; }
  @media screen and (max-width: 480px) {
    .comment-reply-link-area {
      margin-top: 16px; } }
  .comment-reply-link-area .comment-reply-link {
    text-decoration: none; }
    .comment-reply-link-area .comment-reply-link::before {
      content: "";
      display: inline-block;
      width: .9em;
      height: .9em;
      background-image: url(../img/common/ic-bubble.svg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 0.25em;
      vertical-align: -1px; }
      @media screen and (max-width: 480px) {
        .comment-reply-link-area .comment-reply-link::before {
          vertical-align: -2px; } }

.link-outside::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/common/icon-link.png) center center no-repeat;
  background-size: contain;
  margin-left: .5em; }

@media screen and (max-width: 768px) {
  .btn-wrapper {
    margin-top: 16px; } }

.btn {
  display: inline-block;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  padding: 8px;
  -webkit-box-shadow: 0px 0 43px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0 43px rgba(0, 0, 0, 0.16);
  text-decoration: none; }
  @media screen and (min-width: 880px) {
    .btn {
      font-size: 35px;
      font-weight: 100; } }
  @media screen and (max-width: 1380px) {
    .btn {
      font-size: 2.430555555555556vw; } }
  @media screen and (max-width: 768px) {
    .btn {
      font-size: 100%; } }
  .btn.btn-l {
    display: inline-block;
    line-height: 64px;
    background-color: #b7b7a0;
    color: #ffffff;
    padding: 0 1.5em 0 2em;
    border-radius: 32px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    font-size: 20px;
    min-width: 240px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .btn.btn-l {
        line-height: 50px;
        border-radius: 25px;
        font-size: 15px;
        min-width: initial;
        width: 100%;
        padding: 0 .6em 0 1.2em; } }
    .btn.btn-l::after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 15px;
      background: url(../img/common/icon-arrow-right.svg) center center no-repeat;
      background-size: contain;
      margin-left: .6em; }
    .btn.btn-l:hover {
      opacity: 1;
      background-color: #ffffff; }
  .btn.btn-m {
    display: inline-block;
    line-height: 44px;
    background-color: #b7b7a0;
    color: #141414;
    padding: 0 1.5em 0 2em;
    border-radius: 22px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    font-size: 16px;
    min-width: 160px; }
    .btn.btn-m::after {
      content: '';
      display: inline-block;
      width: 7px;
      height: 10px;
      background: url(../img/common/icon-arrow-right.svg) center center no-repeat;
      background-size: contain;
      margin-left: .6em; }
    .btn.btn-m:hover {
      opacity: 1;
      background-color: #ffffff; }
  .btn.btn-mypage {
    background-color: #838370; }
    .btn.btn-mypage:hover {
      opacity: 1;
      background-color: #747468; }
  .btn.btn-login {
    background-color: #EC78AB; }
    .btn.btn-login:hover {
      opacity: 1;
      background-color: #770736; }
  .btn.btn-join {
    background-color: #29a7e1; }
    .btn.btn-join:hover {
      opacity: 1;
      background-color: #013169; }
  .btn.reply-more {
    display: block;
    margin: 0 auto; }
  .btn input[type="submit"] {
    color: #fff;
    cursor: pointer;
    padding: 8px;
    display: block;
    margin: -8px;
    text-decoration: none; }
    @media screen and (min-width: 880px) {
      .btn input[type="submit"] {
        font-size: 28px;
        font-weight: 100; } }
    @media screen and (max-width: 1380px) {
      .btn input[type="submit"] {
        font-size: 2.430555555555556vw; } }
    @media screen and (max-width: 768px) {
      .btn input[type="submit"] {
        font-size: 150%; } }
    .btn input[type="submit"]:hover {
      opacity: 0.7; }

.btn-right {
  text-align: right; }

.btn-dot {
  display: inline-block;
  position: relative;
  padding: 8px 1.6em;
  text-decoration: none; }
  @media screen and (min-width: 880px) {
    .btn-dot {
      padding: 16px 1.1em; } }
  .btn-dot::before, .btn-dot::after {
    content: "";
    display: block;
    width: 1.6em;
    height: 1.6em;
    background-image: url(../img/common/btn-dot.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%; }
    @media screen and (min-width: 880px) {
      .btn-dot::before, .btn-dot::after {
        width: 1.2em;
        height: 1.2em; } }
  .btn-dot::before {
    left: 0.5em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .btn-dot::after {
    right: 0.5em;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }

.btn-hamburger-menu {
  color: #888888;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 1100;
  width: 40px;
  height: 32px; }
  .btn-hamburger-menu:hover {
    cursor: pointer;
    opacity: 1; }
  @media screen and (max-width: 768px) {
    .btn-hamburger-menu {
      position: absolute;
      right: 32px; } }
  @media screen and (max-width: 480px) {
    .btn-hamburger-menu {
      right: 16px; } }
  .btn-hamburger-menu .hamburger-menu {
    position: relative;
    width: var(--hamburger-menu-size);
    height: calc(var(--hamburger-menu-size) - 8px); }
  .btn-hamburger-menu .hamburger-menu-line {
    position: absolute;
    -webkit-transition: var(--hamburger-menu-transition);
    transition: var(--hamburger-menu-transition);
    width: 100%;
    height: var(--hamburger-menu-border-px);
    background-color: var(--hamburger-menu-border-color); }
  .btn-hamburger-menu .line-top {
    top: 0; }
  .btn-hamburger-menu .line-middle {
    top: calc(50% - 1.5px); }
  .btn-hamburger-menu .line-bottom {
    bottom: 0; }
  .btn-hamburger-menu.active .hamburger-menu > .line-top {
    top: calc(50% - var(--hamburger-menu-border-px)/2);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn-hamburger-menu.active .hamburger-menu > .line-middle {
    width: 0;
    opacity: 0;
    left: var(--hamburger-menu-padding); }
  .btn-hamburger-menu.active .hamburger-menu > .line-bottom {
    top: calc(50% - var(--hamburger-menu-border-px)/2);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .btn-hamburger-menu .text {
    line-height: 1;
    font-size: 15px; }

.btn-hamburger-menu .hamburger-menu-line {
  height: 2px;
  width: 30px;
  border-radius: 20px; }

.btn-hamburger-menu {
  top: 16px; }

.btn-hamburger-menu .line-top {
  top: 4px; }

.btn-hamburger-menu .line-middle {
  top: calc(45% - 1.5px); }

.btn-hamburger-menu .line-bottom {
  top: calc(75% - 1.5px); }

@media screen and (min-width: 481px) {
  .btn-hamburger-menu {
    top: 26px; } }

@media screen and (max-width: 480px) {
  .header .header-inner {
    padding: 10px 16px; } }

.sns-box .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -16px; }

.sns-box .sns-list-item {
  margin: 0 12px;
  max-width: 28px; }
  .sns-box .sns-list-item .sns-anc {
    display: block; }
    .sns-box .sns-list-item .sns-anc.sns-x img {
      height: 26px; }
  .sns-box .sns-list-item img {
    max-width: 100%;
    height: auto;
    vertical-align: middle; }

.modd-menu .modd-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 480px) {
    .modd-menu .modd-menu-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .modd-menu .modd-menu-list li {
    margin: 0 16px; }
    @media screen and (max-width: 480px) {
      .modd-menu .modd-menu-list li {
        margin: 0 16px 16px; } }
    .modd-menu .modd-menu-list li a {
      display: inline-block;
      color: #888888; }
      .modd-menu .modd-menu-list li a:hover {
        color: #888888; }

.paging {
  margin-top: 64px; }
  @media screen and (max-width: 768px) {
    .paging {
      margin-top: 32px; } }
  .paging ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .paging ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-family: 'EB Garamond',sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 30px;
      height: 30px;
      color: #90BAB5;
      border: 1px solid #999999;
      margin: 8px;
      font-size: 16px;
      border-radius: 5px;
      text-align: center;
      vertical-align: middle;
      -webkit-transition: all 200ms;
      transition: all 200ms; }
      @media screen and (max-width: 768px) {
        .paging ul li {
          margin: 4px; } }
      .paging ul li a, .paging ul li span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
      .paging ul li.action,
      .paging ul li a:hover {
        background: #ffffff;
        color: #fff;
        opacity: 1; }
        .paging ul li.action span,
        .paging ul li a:hover span {
          color: #fff; }
      .paging ul li.other, .paging ul li.other:hover {
        /*
        border: none;
        background-color: transparent;
        color: #fff;
        span {
          color: #fff;
        }*/ }
    .paging ul .to_first_page,
    .paging ul .to_last_page {
      border: none; }
      .paging ul .to_first_page:hover,
      .paging ul .to_last_page:hover {
        opacity: 0.7; }
      .paging ul .to_first_page a:hover,
      .paging ul .to_last_page a:hover {
        background: none; }

button.btn-like,
.btn-like {
  display: inline-block;
  font-size: 20px;
  margin: 0 8px 0 0;
  text-decoration: none; }
  @media screen and (max-width: 480px) {
    button.btn-like,
    .btn-like {
      font-size: 18px; } }
  @media screen and (max-width: 480px) {
    button.btn-like,
    .btn-like {
      font-size: 14px; } }
  @media screen and (min-width: 880px) {
    button.btn-like,
    .btn-like {
      margin-right: 0.8em; } }
  button.btn-like ion-icon,
  .btn-like ion-icon {
    position: relative;
    top: 0.14em;
    margin-right: 0.2em; }
  button.btn-like ion-icon[name="heart-outline"],
  .btn-like ion-icon[name="heart-outline"] {
    display: inline-block; }
  button.btn-like ion-icon[name="heart"],
  .btn-like ion-icon[name="heart"] {
    display: none; }
  button.btn-like:hover,
  .btn-like:hover {
    cursor: pointer; }
  button.btn-like.count ion-icon[name="heart-outline"], button.btn-like.pushed ion-icon[name="heart-outline"],
  .btn-like.count ion-icon[name="heart-outline"],
  .btn-like.pushed ion-icon[name="heart-outline"] {
    display: none; }
  button.btn-like.count ion-icon[name="heart"], button.btn-like.pushed ion-icon[name="heart"],
  .btn-like.count ion-icon[name="heart"],
  .btn-like.pushed ion-icon[name="heart"] {
    display: inline-block;
    color: #f0b7b4; }
  button.btn-like.pushed,
  .btn-like.pushed {
    pointer-events: none; }

.btn-back-to-list {
  margin-top: 32px; }
  @media screen and (min-width: 880px) {
    .btn-back-to-list {
      margin-top: 64px; } }

/*-------------------------------
           title
--------------------------------*/
.sec-ttl-wrap .ttl-top {
  text-align: center;
  margin-bottom: 1em;
  font-size: 32px; }
  @media screen and (max-width: 1380px) {
    .sec-ttl-wrap .ttl-top {
      font-size: 30px; } }
  @media screen and (max-width: 768px) {
    .sec-ttl-wrap .ttl-top {
      font-size: 26px; } }
  @media screen and (max-width: 480px) {
    .sec-ttl-wrap .ttl-top {
      font-size: 20px; } }

.related-post-ttl {
  margin-top: 32px;
  margin-bottom: 24px; }
  .related-post-ttl h2 {
    font-size: 24px;
    padding-left: 1em; }
    @media screen and (max-width: 480px) {
      .related-post-ttl h2 {
        font-size: 20px;
        padding-left: 0; } }

/*-------------------------------
           header
--------------------------------*/
:root {
  --hamburger-menu-size: 40px;
  /* メニューの大きさ */
  --hamburger-menu-padding: 3px;
  --hamburger-menu-border-px: 3px;
  /* 線の太さ */
  --hamburger-menu-border-color: #888888;
  /* 線の色 */
  --hamburger-menu-transition: 0.3s;
  /* アニメーション秒数 */ }

.top.unlogin .wrap {
  max-width: 880px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .top.unlogin .wrap {
      max-width: initial;
      padding: 0 40px; } }
  @media screen and (max-width: 480px) {
    .top.unlogin .wrap {
      max-width: initial;
      padding: 0 24px; } }

.top.unlogin .unlogin-header {
  margin-top: 102px;
  /*
    .site-description {
      text-align: center;
      color: $sub-font-color;
      font-size: 28px;
      margin-top: .5em;

      @include mq('small', max) {
        font-size: 3.5vmin;
      }
    }*/ }
  @media screen and (max-width: 480px) {
    .top.unlogin .unlogin-header {
      margin-top: 48px; } }
  .top.unlogin .unlogin-header .logo {
    text-align: center; }
    .top.unlogin .unlogin-header .logo img {
      width: 400px;
      height: auto; }
      @media screen and (max-width: 480px) {
        .top.unlogin .unlogin-header .logo img {
          width: 50vmin; } }

.header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16); }
  .header .header-inner {
    max-width: 880px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 0;
    position: relative; }
    @media screen and (max-width: 880px) {
      .header .header-inner {
        padding: 19px 32px; } }
    @media screen and (max-width: 480px) {
      .header .header-inner {
        padding: 16px; } }
  @media screen and (max-width: 480px) {
    .header .logo {
      width: 34%; } }
  .header .logo a {
    display: block; }
    .header .logo a .logo-img {
      height: 44px;
      width: auto; }
      @media screen and (max-width: 480px) {
        .header .logo a .logo-img {
          height: 32px; } }
  .header .login-nav .common-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header .login-nav .common-nav-list li:last-of-type {
      margin-left: 16px; }
      @media screen and (max-width: 480px) {
        .header .login-nav .common-nav-list li:last-of-type {
          margin-left: 8px; } }

.hamburger-menu-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #EFF2F5;
  z-index: 99;
  padding: 82px 0 40px;
  overflow-y: auto;
  overflow-x: hidden; }
  @media screen and (max-width: 480px) {
    .hamburger-menu-area {
      padding: 64px 0 32px; } }
  .hamburger-menu-area .member-info-area {
    background-color: #E5E9ED; }
    .hamburger-menu-area .member-info-area .member-info-inner {
      max-width: 880px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 40px 0; }
      @media screen and (max-width: 880px) {
        .hamburger-menu-area .member-info-area .member-info-inner {
          padding: 32px; } }
      @media screen and (max-width: 480px) {
        .hamburger-menu-area .member-info-area .member-info-inner {
          padding: 24px 16px 16px;
          display: block; } }
  @media screen and (max-width: 480px) {
    .hamburger-menu-area .member-name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .hamburger-menu-area .member-name .member-nickname {
    font-size: 18px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .hamburger-menu-area .member-name .member-nickname {
        font-size: 16px; } }
  .hamburger-menu-area .member-name .member-tw-accout {
    font-weight: bold;
    background: url(../img/common/icon-twitter-gray.svg) left center no-repeat;
    background-size: 18px;
    padding-left: 20px; }
    @media screen and (max-width: 480px) {
      .hamburger-menu-area .member-name .member-tw-accout {
        background-size: 16px;
        background-position: 0 5px; } }
    .hamburger-menu-area .member-name .member-tw-accout a {
      color: #888888; }
    @media screen and (max-width: 480px) {
      .hamburger-menu-area .member-name .member-tw-accout {
        margin-left: 1em; } }
  .hamburger-menu-area .member-account {
    margin-left: 2em;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 480px) {
      .hamburger-menu-area .member-account {
        margin-left: 0;
        margin-top: 4px; } }
    @media screen and (max-width: 480px) {
      .hamburger-menu-area .member-account .member-num {
        font-size: 13px; } }
    .hamburger-menu-area .member-account .member-limit {
      margin-left: .5em; }
      @media screen and (max-width: 480px) {
        .hamburger-menu-area .member-account .member-limit {
          font-size: 13px; } }
      .hamburger-menu-area .member-account .member-limit::before {
        content: '|';
        margin-right: .5em; }
  @media screen and (max-width: 480px) {
    .hamburger-menu-area .btn-mypage-blc {
      margin-top: 8px;
      text-align: right; } }
  .hamburger-menu-area .author-area {
    width: calc(880px + (100% - 880px) / 2);
    margin: 96px 0 0 auto;
    overflow-x: scroll;
    padding-bottom: 16px; }
    @media screen and (max-width: 880px) {
      .hamburger-menu-area .author-area {
        padding: 0 0 16px 32px;
        margin: 64px 0 0 auto;
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .hamburger-menu-area .author-area {
        margin: 32px 0 0 auto; } }
  .hamburger-menu-area .author-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .hamburger-menu-area .author-list li {
      margin-right: 32px; }
      @media screen and (max-width: 480px) {
        .hamburger-menu-area .author-list li {
          margin-right: 24px; } }
      .hamburger-menu-area .author-list li a {
        display: block;
        color: #121212; }
        .hamburger-menu-area .author-list li a aside {
          width: 100px;
          height: 100px; }
        .hamburger-menu-area .author-list li a p {
          margin-top: .2em;
          text-align: center; }
  .hamburger-menu-area .menu-area {
    max-width: 880px;
    margin: 0 auto;
    padding-top: 16vh; }
    @media screen and (max-width: 480px) {
      .hamburger-menu-area .menu-area {
        padding-top: 8vh; } }
    .hamburger-menu-area .menu-area .logou-btn-area {
      margin-top: 64px;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .hamburger-menu-area .menu-area .logou-btn-area {
          margin-top: 32px; } }
    .hamburger-menu-area .menu-area .modd-menu {
      margin-top: 20vh; }
      @media screen and (max-width: 480px) {
        .hamburger-menu-area .menu-area .modd-menu {
          margin-top: 8vh; } }

.menu > .menu-list {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center; }

.menu > .menu-list > li {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.menu-list + .logou-btn-area {
  text-align: center;
  margin-bottom: 2em; }

/*-------------------------------
           footer
--------------------------------*/
/*
.top {
  // ログイン前トップ
  &.unlogin {

    .footer {
      margin-top: 192px;
      background-color: transparent;
      padding: 32px 0;

      @include mq('small', max) {
        margin-top: 64px;
      }

      p {
        text-align: center;

        @include mq('small', max) {
          font-size: 2.6vmin;
        }
      }
    }
  }
}*/
.footer .footer-inner {
  padding: 56px 0 24px;
  max-width: 880px;
  margin: 0 auto; }

.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 1024px) {
    .footer .footer-nav {
      padding: 0 24px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .footer .footer-nav li {
    list-style: none;
    margin: 1em 1.5em; }
    @media screen and (max-width: 480px) {
      .footer .footer-nav li {
        margin: .5em 1em; } }
    .footer .footer-nav li a {
      display: inline-block;
      font-size: 14px; }
      @media screen and (max-width: 480px) {
        .footer .footer-nav li a {
          font-size: 13px; } }

.footer .sec-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 32px; }
  @media screen and (max-width: 1024px) {
    .footer .sec-copyright {
      padding: 0 24px; } }
  @media screen and (max-width: 480px) {
    .footer .sec-copyright {
      display: block; } }
  .footer .sec-copyright p {
    font-size: 13px; }
    @media screen and (max-width: 480px) {
      .footer .sec-copyright p {
        font-size: 12px; } }
  .footer .sec-copyright .jasrac {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 480px) {
      .footer .sec-copyright .jasrac {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .footer .sec-copyright .jasrac .item-txt {
      font-size: 12px;
      margin-left: 8px; }
    .footer .sec-copyright .jasrac .item-img {
      width: 40px; }
      .footer .sec-copyright .jasrac .item-img img {
        height: auto; }
  .footer .sec-copyright .copyright {
    width: 50%;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .footer .sec-copyright .copyright {
        margin-top: 2em; } }
    @media screen and (max-width: 480px) {
      .footer .sec-copyright .copyright {
        width: 100%;
        text-align: center; } }

.top.unlogin .footer-inner {
  margin-top: 56px; }
  @media screen and (max-width: 480px) {
    .top.unlogin .footer-inner {
      margin-top: 0; } }

.jp-audio {
  width: 100%;
  background-color: transparent;
  -webkit-box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 0;
  background-color: #121212; }
  .jp-audio .jp-type-single .jp-interface {
    height: auto;
    background-color: transparent; }
  .jp-audio .jp-type-single .jp-volume-controls {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 16px; }
    @media screen and (max-width: 768px) {
      .jp-audio .jp-type-single .jp-volume-controls {
        display: none; } }
    .jp-audio .jp-type-single .jp-volume-controls button {
      position: static; }
    .jp-audio .jp-type-single .jp-volume-controls .jp-mute {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      background-position: -60px -170px;
      background-image: url(../img/common/jqlayer.svg); }
    .jp-audio .jp-type-single .jp-volume-controls .jp-volume-bar {
      position: static;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-left: 8px;
      height: 10px;
      background: none;
      border: 1px solid #fff; }
      .jp-audio .jp-type-single .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
        background: none #fff;
        height: 100%; }
    .jp-audio .jp-type-single .jp-volume-controls .jp-volume-max {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      margin-left: 8px;
      background-image: url(../img/common/jqlayer.svg); }
  .jp-audio .jp-type-single .jp-controls-holder {
    width: 100%;
    clear: none;
    position: static;
    top: 0;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      .jp-audio .jp-type-single .jp-controls-holder {
        padding: 8px; } }
  .jp-audio .jp-type-single .jp-controls {
    width: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 16px; }
    .jp-audio .jp-type-single .jp-controls .jp-play {
      background-image: url(../img/common/jqlayer.svg); }
    .jp-audio .jp-type-single .jp-controls .jp-pause {
      width: 40px;
      height: 40px;
      background: url(../img/common/jqlayer.svg) 0 -42px no-repeat; }
    .jp-audio .jp-type-single .jp-controls .jp-stop {
      margin: 0 0 0 8px;
      background-image: url(../img/common/jqlayer.svg); }
    .jp-audio .jp-type-single .jp-controls button {
      float: none; }
  .jp-audio .jp-type-single .jp-current-time,
  .jp-audio .jp-type-single .jp-duration {
    float: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
    color: #141414; }
  .jp-audio .jp-type-single .jp-progress {
    position: static;
    width: 100%;
    margin: 0 0.5em;
    height: auto;
    background-color: transparent;
    overflow: visible; }
    .jp-audio .jp-type-single .jp-progress .jp-seek-bar {
      background: none #fff;
      height: 1px;
      border-radius: 9999px;
      -webkit-transition: all 200ms;
      transition: all 200ms; }
      .jp-audio .jp-type-single .jp-progress .jp-seek-bar:hover {
        height: 11px; }
    .jp-audio .jp-type-single .jp-progress .jp-play-bar {
      background: none #fff;
      position: relative;
      border-radius: 9999px 0 0 9999px;
      overflow: visible !important; }
      .jp-audio .jp-type-single .jp-progress .jp-play-bar::before {
        content: "";
        display: block;
        width: 11px;
        height: 11px;
        border-radius: 9999px;
        background: none #fff;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(50%, calc(-50% + 0.5px));
        transform: translate(50%, calc(-50% + 0.5px));
        -webkit-font-smoothing: antialiased; }
  .jp-audio .jp-type-single .separator {
    font-family: Verdana,Arial,sans-serif;
    font-size: .64em;
    font-style: oblique;
    margin: 0 0.5em; }

/*
.icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .2em;
  &::before {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  &.camera {
    &::before {
      background-image: url(../img/common/ic-camera.png);
      position: relative;
      top: -1px;
      @include mq('medium+', min) {
        top: -2px;
      }
    }
  }
  &.movie {
    &::before {
      background-image: url(../img/common/ic-movie.png);
    }
  }
  &.voice {
    &::before {
      background-image: url(../img/common/ic-voice.png);
    }
  }
}*/
/*--------------------------------
 フォーム関連
---------------------------------*/
.commentform-wrapper {
  margin-top: 16px; }
  .commentform-wrapper::before, .commentform-wrapper::after {
    top: 0;
    bottom: auto; }
  .commentform-wrapper .common-border-inner::before {
    top: 0;
    bottom: auto; }
  .commentform-wrapper .name {
    display: block;
    font-size: 18px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .commentform-wrapper .name {
        font-size: 16px; } }
  .commentform-wrapper .twitter-link {
    display: block;
    font-weight: bold;
    background: url(../img/common/icon-twitter-gray.svg) left center no-repeat;
    background-size: 16px;
    padding-left: 18px;
    font-size: 14px;
    color: #888888;
    text-decoration: none; }
    @media screen and (max-width: 480px) {
      .commentform-wrapper .twitter-link {
        background-size: 15px;
        background-position: 0 5px; } }
    @media screen and (max-width: 480px) {
      .commentform-wrapper .twitter-link {
        font-size: 12px; } }

#commentform {
  line-height: 19px;
  margin-top: 24px; }
  #commentform .comment-form-comment {
    margin-top: 0px; }
    #commentform .comment-form-comment label[for="comment"] {
      display: none; }
    #commentform .comment-form-comment #comment {
      width: 100%;
      height: auto;
      letter-spacing: 0.1em;
      vertical-align: middle;
      background-color: #EFF2F5;
      border-radius: 16px;
      padding: 16px; }
      @media screen and (max-width: 768px) {
        #commentform .comment-form-comment #comment {
          padding: 8px; } }
      @media screen and (max-width: 480px) {
        #commentform .comment-form-comment #comment {
          border-radius: 12px;
          padding: 12px; } }
  #commentform .comment-notes,
  #commentform .comment-form-author,
  #commentform .comment-form-email,
  #commentform .comment-form-cookies-consent {
    display: none; }
    #commentform .comment-notes input[type="text"],
    #commentform .comment-form-author input[type="text"],
    #commentform .comment-form-email input[type="text"],
    #commentform .comment-form-cookies-consent input[type="text"] {
      background-color: #fff;
      padding: 8px; }
  #commentform .form-submit {
    text-align: center;
    margin-top: 24px; }
    @media screen and (max-width: 480px) {
      #commentform .form-submit {
        margin-top: 16px; } }

#comment-entry-area {
  display: block;
  margin-top: -88px;
  padding-top: 88px;
  position: relative;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    #comment-entry-area {
      margin-top: -72px;
      padding-top: 72px; } }

.wpcf7-form p {
  margin-bottom: 1em; }
  .wpcf7-form p .wpcf7-form-control-wrap {
    display: block;
    margin-top: .5em; }

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-select {
  background: #fff;
  border: 1px solid #999999;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em;
  border-radius: 4px;
  font-size: 16px; }

.wpcf7-form .wpcf7-select {
  cursor: pointer; }

.wpcf7-form .wpcf7-select:not([multiple]) {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABICAYAAACOVhllAAAACXBIWXMAAAsSAAALEgHS3X78AAADVklEQVR4nO2c/XHiMBDFN67gOrjr4NLBUcqNKsAdkAYOKCCe0EHSwdFB6AA6iCvgRtzCGGHLklYfK1u/mfyVjzEvsvV291lP5/MZmmb9DQCWALAAgF9QGGMPAO8A8CZE/fX0+vpHCvgJAN+LdNYc5MKrAGBTBHTmJwCsKryFC+48V0U8OhU+DwvuHCvcZQruvF0tzt9ibZzYC1Evrs/EVWYXzwXprS/PRBCilitxN3dFLNkKUV/2k+7uLFdjm8PVM6Dt3r03EYWoj2i8C+OsZLn3ICIiRTwVEbWchKjvFtudiKjuks3l8uS3elUXi6NSLM8gF0ujfnOo7CursZ+HVQhDIuLWXSzPPS+4+T6ga0Asi+W50eqcy6CIuMkUy/OfZdfSqPRuLF2aZn2cedP2IET9rPsBk35i78N0RoxusqMiYl29n6mAO/z8Wkw723Ncja1pd8tIRNzat+TLyovNkKVRsZmxzKnLc7JxJsYizqyuXuksjcqoxVFpmvUnzlunSm99rMNlZDr11Wj9+axFxC3/w/b3MmF3bfnb4Dq8n+JqbF0/l5OIuPW/uPwuYzY2m0kXSoxkSqME2fJ3Hhs7i4j/tanMq0mPJ2uLozKBUYK1pVHxkQrLfTWS+wJkETNPT2xN62MdvvKJOdbVxl2aMbyImGl6wqo+1kHeWLpkNEqQluaHrz/mO26cSyXjtcnsVUQh6vcMRgkfJi1/G0IE37mvRu/X511E5umJwRQDhVCvYHBMT2hTDBSCiMi0rtamGCh4tTgqjCwPuT7WEfqNKi7z6qB3RVARmaQnjFIMFGK825dyNXqrj3UEFzHxKME4xUAh1lummwSWxyrFQCGKiInSE8EsjUpQi6MSMT0R1NKoxH5pPNZqjLrqo4oYKT3hlGKgkOL4gpB1tXOKgUJ0EQOPEpxTDBRSHaQRIj1BSjFQSCJioC5PssooqsVR8ZieiGppVFKfi+NrNSbtFiUV0VN6wkuKgQKHE5oolidKl2aM5CISX8T0lmKgkHRj6eIwShh9cTEWnA5cs6002My32YhomZ7wnmKgwO3oP1OrwiplwUpEwxcxg6QYKHA8hHKFZ7X2cUhVH+tgJyJalkVP33HH9ehWNhanj6ZZyyCm/Dpyu4VvAMA/O14n6/70UMQAAAAASUVORK5CYII=);
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  padding-right: 28px; }

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin-left: 0; }
  .wpcf7-form .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 1.5em; }
  .wpcf7-form .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
    content: "";
    width: 8px;
    height: 8px;
    left: 3px;
    background-color: #999999; }

.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  cursor: pointer; }
  .wpcf7-form .wpcf7-radio .wpcf7-list-item-label::before, .wpcf7-form .wpcf7-radio .wpcf7-list-item-label::after {
    display: block;
    border-radius: 9999px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .wpcf7-form .wpcf7-radio .wpcf7-list-item-label::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #999999;
    left: 0; }

.wpcf7-form .answer,
.wpcf7-form .wpcf7-acceptance {
  text-align: center;
  display: block; }
  .wpcf7-form .answer .wpcf7-form-control-wrap,
  .wpcf7-form .wpcf7-acceptance .wpcf7-form-control-wrap {
    text-align: center; }
  .wpcf7-form .answer .wpcf7-list-item,
  .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0; }
  .wpcf7-form .answer input[type="checkbox"]:checked + input[type="hidden"] + .wpcf7-list-item-label::after,
  .wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked + input[type="hidden"] + .wpcf7-list-item-label::after {
    opacity: 1; }
  .wpcf7-form .answer input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
  .wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1; }
  .wpcf7-form .answer .wpcf7-list-item-label,
  .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    display: inline-block;
    position: relative;
    padding-left: 1.4em;
    cursor: pointer; }
    .wpcf7-form .answer .wpcf7-list-item-label::before,
    .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label::before {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 4px;
      border: 1px solid #999999;
      position: absolute;
      top: calc(50% + 1px);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }
    .wpcf7-form .answer .wpcf7-list-item-label::after,
    .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label::after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      opacity: 0;
      -webkit-transition: all .2s;
      transition: all .2s;
      position: absolute;
      top: calc(50% + 1px);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      background: url("https://api.iconify.design/akar-icons:check.svg?color=%239d9d8e") no-repeat center center/contain; }

.wpcf7-form .wpcf7-file {
  cursor: pointer; }

.wpcf7-form .submit-area {
  text-align: center; }

.wpcf7-form .btn-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px 0; }
  .wpcf7-form .btn-area br {
    display: none; }
  .wpcf7-form .btn-area > [class*="btn"] {
    display: block;
    text-align: center; }
    .wpcf7-form .btn-area > [class*="btn"] input {
      width: 100%;
      color: #fff;
      background-color: #83cb9a;
      background-image: url(../img/common/icon-arrow-right.svg);
      background-position: calc(100% - 16px) 50%;
      background-repeat: no-repeat;
      background-size: 7px auto;
      cursor: pointer;
      padding: 8px 32px;
      letter-spacing: 0.2em;
      -webkit-transition: all 200ms;
      transition: all 200ms;
      border-radius: 99999px;
      font-size: 18px;
      min-width: 200px;
      display: block;
      margin: 0 16px;
      border: 0;
      position: relative; }
      @media screen and (min-width: 768px) {
        .wpcf7-form .btn-area > [class*="btn"] input {
          width: initial; } }
      .wpcf7-form .btn-area > [class*="btn"] input:hover {
        opacity: 0.7; }
    .wpcf7-form .btn-area > [class*="btn"] .wpcf7c-btn-back {
      background-color: #838370;
      background-image: url(../img/common/icon-arrow-left.svg);
      background-position: 16px 50%; }
    .wpcf7-form .btn-area > [class*="btn"] .ajax-loader {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #7b7b6f;
      margin: 0; }

.wpcf7-form .question,
.wpcf7-form .answer {
  text-align: left;
  line-height: 1.6; }
  .wpcf7-form .question .wpcf7-form-control-wrap,
  .wpcf7-form .answer .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px; }

.wpcf7-form .ajax-loader {
  background-color: #7b7b6f;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.post-password-form button,
.post-password-form input[type='submit'] {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  appearance: inherit;
  padding: 1px 6px;
  border: 1px solid #767676;
  outline: none;
  background: #efefef;
  border-radius: 2px;
  cursor: pointer; }

.twitter-header:nth-of-type(n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 24px; }
  @media screen and (max-width: 768px) {
    .twitter-header:nth-of-type(n) {
      margin-bottom: 16px; } }
  .twitter-header:nth-of-type(n) .twitter-icon {
    border-radius: 9999px;
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin-right: 24px; }
    @media screen and (max-width: 768px) {
      .twitter-header:nth-of-type(n) .twitter-icon {
        width: 100px;
        height: 100px;
        margin-right: 12px; } }
  .twitter-header:nth-of-type(n) .icon-img {
    display: block; }
  .twitter-header:nth-of-type(n) .info {
    width: calc(100% - 184px); }
    @media screen and (max-width: 768px) {
      .twitter-header:nth-of-type(n) .info {
        width: calc(100% - 112px); } }
  .twitter-header:nth-of-type(n) .name,
  .twitter-header:nth-of-type(n) .twitter-link {
    margin-top: 0; }
  .twitter-header:nth-of-type(n) .name {
    font-size: 30px; }
    @media screen and (max-width: 768px) {
      .twitter-header:nth-of-type(n) .name {
        font-size: 18px; } }
  .twitter-header:nth-of-type(n) .twitter-link {
    font-size: 25px; }
    @media screen and (max-width: 768px) {
      .twitter-header:nth-of-type(n) .twitter-link {
        font-size: 18px; } }
    .twitter-header:nth-of-type(n) .twitter-link a {
      color: #448aca; }

.twitter-header p,
.twitter-header .message,
.twitter-header .movie,
.twitter-header .image,
.twitter-header .audio,
.twitter-header [id^="player-controller"],
.twitter-body p,
.twitter-body .message,
.twitter-body .movie,
.twitter-body .image,
.twitter-body .audio,
.twitter-body [id^="player-controller"] {
  margin-top: 1em; }

.twitter-header video,
.twitter-header img,
.twitter-body video,
.twitter-body img {
  display: block; }

.sec-wrap {
  padding: 32px 0 64px; }
  @media screen and (max-width: 768px) {
    .sec-wrap {
      padding: 24px 0 32px; } }
  @media screen and (max-width: 480px) {
    .sec-wrap {
      padding: 16px 0 32px; } }
  .sec-wrap.sec-content {
    padding: 32px 32px 64px; }
    @media screen and (max-width: 768px) {
      .sec-wrap.sec-content {
        padding: 24px 0 32px; } }
    @media screen and (max-width: 480px) {
      .sec-wrap.sec-content {
        padding: 16px 0 32px; } }
  .sec-wrap .sec-inner {
    max-width: 880px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .sec-wrap .sec-inner {
        padding: 0 24px; } }
    @media screen and (max-width: 480px) {
      .sec-wrap .sec-inner {
        padding: 0 16px; } }

.sec-content-inner {
  overflow: hidden; }

.swiper-slide {
  width: 100px; }
  @media screen and (max-width: 480px) {
    .swiper-slide {
      width: 64px; } }
  .swiper-slide a {
    display: block;
    color: #121212; }
    .swiper-slide a:hover {
      color: #121212; }
    .swiper-slide a img {
      max-width: 100%;
      height: auto;
      border-radius: 50%;
      width: 100%; }
    .swiper-slide a p {
      text-align: center;
      margin-top: 8px;
      font-size: 13px;
      line-height: 1.3; }
      @media screen and (max-width: 480px) {
        .swiper-slide a p {
          font-size: 8px; } }

/*--------------------------------
 共通
---------------------------------*/
.wrapper {
  position: relative;
  overflow: hidden; }

.base-width {
  width: calc(100% - 112px);
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  @media screen and (max-width: 768px) {
    .base-width {
      width: calc(100% - 48px);
      max-width: 424px; } }

.thumb-and-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .thumb-and-text {
      margin-bottom: 16px; } }
  .thumb-and-text .thumb {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 160px; }
    @media screen and (max-width: 768px) {
      .thumb-and-text .thumb {
        width: min(80px, 14.933333333333333vw); } }
  @media screen and (min-width: 880px) {
    .thumb-and-text .text-area {
      margin-right: 76px;
      float: none; } }
  .thumb-and-text .message {
    line-height: 1.6;
    letter-spacing: 0.024em;
    text-align: justify; }
    @media screen and (min-width: 880px) {
      .thumb-and-text .message {
        font-size: 20px; } }
  .thumb-and-text .counter-area {
    font-size: 13px;
    margin-top: 4px;
    line-height: 1; }

.user-comment {
  margin-top: 16px;
  line-height: 1.6; }
  .user-comment .user-name {
    font-size: 16px; }
  .user-comment .message {
    text-align: justify; }

.date-and-text-list {
  word-break: break-all; }
  .date-and-text-list .list-item:nth-of-type(n+2) {
    margin-top: 32px; }
  .date-and-text-list .date {
    font-size: 12px; }
    @media screen and (min-width: 880px) {
      .date-and-text-list .date {
        font-size: 15px; } }
  .date-and-text-list .text {
    line-height: 1.6;
    text-align: justify; }
    @media screen and (min-width: 880px) {
      .date-and-text-list .text {
        font-size: 20px; } }
  .date-and-text-list a:hover {
    background-color: rgba(255, 245, 151, 0.5);
    text-decoration: none;
    opacity: 1; }

/**************************************************
 ローディング画面
************************************************* */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  /*
  .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .loading-txt {
    text-align: center;
    color:#fff;
    margin-top: 1em;
  }
  /* Animation
  .spinner {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }
  .spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  @keyframes sk-stretchdelay {
    0%, 40%, 100% {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% {
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }*/ }
  #loader.loaded {
    opacity: 1;
    -webkit-animation: hideAnimation 250ms ease-in 0s 1 normal forwards;
    animation: hideAnimation 250ms ease-in 0s 1 normal forwards; }
  #loader .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    background-size: cover;
    background-position: center;
    -webkit-filter: brightness(0.85);
    filter: brightness(0.85); }

@-webkit-keyframes hideAnimation {
  0% {
    opacity: 1; }
  99.9% {
    top: 0; }
  100% {
    opacity: 0;
    top: 100%; } }

@keyframes hideAnimation {
  0% {
    opacity: 1; }
  99.9% {
    top: 0; }
  100% {
    opacity: 0;
    top: 100%; } }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loader-star {
  position: absolute;
  top: calc(50% - 12px);
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #fdfcfc;
  -webkit-box-shadow: 1px 1px 6px #fffed7, -1px 1px 6px #fffed7, -1px -1px 6px #fffed7, 1px -1px 6px #fffed7;
  box-shadow: 1px 1px 6px #fffed7, -1px 1px 6px #fffed7, -1px -1px 6px #fffed7, 1px -1px 6px #fffed7; }
  .loader-star.star1 {
    -webkit-animation: stars-pulse 1s ease-in-out infinite;
    animation: stars-pulse 1s ease-in-out infinite;
    left: 0; }
  .loader-star.star2 {
    -webkit-animation: stars-pulse 1s 0.2s ease-in-out infinite;
    animation: stars-pulse 1s 0.2s ease-in-out infinite;
    left: 25px; }
  .loader-star.star3 {
    -webkit-animation: stars-pulse 1s 0.4s ease-in-out infinite;
    animation: stars-pulse 1s 0.4s ease-in-out infinite;
    left: 50px; }
  .loader-star.star4 {
    -webkit-animation: stars-pulse 1s 0.6s ease-in-out infinite;
    animation: stars-pulse 1s 0.6s ease-in-out infinite;
    left: 75px; }
  .loader-star.star5 {
    -webkit-animation: stars-pulse 1s 0.8s ease-in-out infinite;
    animation: stars-pulse 1s 0.8s ease-in-out infinite;
    left: 100px; }

/* ----------------     KEYFRAMES    ----------------- */
@-webkit-keyframes stars-pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }

@keyframes stars-pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }

/*--------------------------------
 投稿関連
---------------------------------*/
.icon-area {
  width: calc(880px + (100% - 880px) / 2);
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: 0;
  overflow-x: auto;
  padding-bottom: 16px; }
  @media screen and (max-width: 768px) {
    .icon-area {
      overflow-x: auto;
      padding-bottom: 16px;
      width: 100%;
      margin-bottom: 24px;
      padding: 0 24px 0; } }
  @media screen and (max-width: 480px) {
    .icon-area {
      padding: 0 16px 0; } }

.sub-ttl-wrap {
  background-color: #E5E9ED;
  padding: 48px 0;
  margin-bottom: 48px; }
  @media screen and (max-width: 480px) {
    .sub-ttl-wrap {
      padding: 32px 0;
      margin-bottom: 32px; } }
  .sub-ttl-wrap .autor-blc,
  .sub-ttl-wrap .tag-blc {
    max-width: 880px;
    margin: 0 auto; }
    .sub-ttl-wrap .autor-blc aside,
    .sub-ttl-wrap .tag-blc aside {
      width: 144px;
      margin: 0 auto;
      display: block; }
      @media screen and (max-width: 480px) {
        .sub-ttl-wrap .autor-blc aside,
        .sub-ttl-wrap .tag-blc aside {
          width: 96px; } }
      .sub-ttl-wrap .autor-blc aside img,
      .sub-ttl-wrap .tag-blc aside img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
    .sub-ttl-wrap .autor-blc .author-name,
    .sub-ttl-wrap .tag-blc .author-name {
      text-align: center;
      margin-top: .5em; }
    .sub-ttl-wrap .autor-blc .author-desc,
    .sub-ttl-wrap .tag-blc .author-desc {
      text-align: center;
      color: #888888;
      margin-top: .5em; }
  .sub-ttl-wrap .tag-blc {
    padding: 32px 24px; }
    @media screen and (max-width: 480px) {
      .sub-ttl-wrap .tag-blc {
        padding: 16px; } }
    .sub-ttl-wrap .tag-blc .ttl-tag {
      font-size: 24px;
      line-height: 1.4; }
      @media screen and (max-width: 480px) {
        .sub-ttl-wrap .tag-blc .ttl-tag {
          font-size: 18px; } }

.post-content-wrap h3, .post-content-wrap h4, .post-content-wrap h5 {
  margin: 1.5em 0 0;
  line-height: 1.4;
  font-weight: 500; }

.post-content-wrap h3 {
  font-size: 22px; }

.post-content-wrap h4 {
  font-size: 20px; }

.post-content-wrap h5 {
  font-size: 18px; }

.post-content-wrap img {
  max-height: 720px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto; }
  .post-content-wrap img.emoji {
    width: 16px;
    vertical-align: -2px; }

.post-content-wrap p {
  line-height: 1.8; }

.post-content-wrap p + p {
  margin-top: 2em; }

.post-content-wrap strong {
  font-weight: bold; }
  .post-content-wrap strong span {
    font-weight: bold; }

.post-content-wrap .red {
  color: #C64F4F; }

.post-content-wrap a {
  text-decoration: underline; }
  .post-content-wrap a.btn-back {
    text-decoration: none; }
  .post-content-wrap a:hover {
    text-decoration: none; }
  .post-content-wrap a.link::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../img/common/icon_outside_link.svg) center center no-repeat;
    background-size: contain;
    margin-left: .2em;
    margin-right: .2em; }

.post-content-wrap .box {
  border: 1px solid #999999;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 2em; }
  .post-content-wrap .box h5 {
    color: #90BAB5;
    margin-top: 0;
    margin-bottom: .5em; }
  .post-content-wrap .box p {
    color: #90BAB5; }
  .post-content-wrap .box.red {
    border: 1px solid #C64F4F; }
    .post-content-wrap .box.red h5 {
      color: #C64F4F; }
    .post-content-wrap .box.red p {
      color: #C64F4F; }

.post-content-wrap .comment-links {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 3em; }
  .post-content-wrap .comment-links .comment-link:nth-of-type(n+2)::before {
    content: "/";
    display: inline-block;
    margin: 0 0.5em; }

.post-content-wrap .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 8px);
  margin: -4px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .post-content-wrap .btn-list .btn-list-item {
      margin: 0; } }
  .post-content-wrap .btn-list .btn-list-item.current .btn {
    background-image: url(../img/common/btn-bg-sp-current.png); }
    @media screen and (min-width: 880px) {
      .post-content-wrap .btn-list .btn-list-item.current .btn {
        background-image: url(../img/common/btn-bg-pc-current.png); } }
  .post-content-wrap .btn-list .btn-list-item .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background-image: url(../img/common/btn-bg-sp.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 109px;
    height: 53px;
    font-size: 11px;
    position: relative;
    z-index: 0;
    -webkit-transition: all 50ms;
    transition: all 50ms; }
    @media screen and (min-width: 880px) {
      .post-content-wrap .btn-list .btn-list-item .btn {
        background-image: url(../img/common/btn-bg-pc.png);
        width: 129px;
        height: 62px;
        font-size: 16px;
        letter-spacing: -0.04em; } }
    .post-content-wrap .btn-list .btn-list-item .btn:hover {
      opacity: 1;
      background-image: url(../img/common/btn-bg-sp-current.png); }
      @media screen and (min-width: 880px) {
        .post-content-wrap .btn-list .btn-list-item .btn:hover {
          background-image: url(../img/common/btn-bg-pc-current.png); } }
    .post-content-wrap .btn-list .btn-list-item .btn::before {
      content: none; }
  .post-content-wrap .btn-list .all {
    width: 100%; }
    .post-content-wrap .btn-list .all .btn {
      font-size: 16px; }
      @media screen and (min-width: 880px) {
        .post-content-wrap .btn-list .all .btn {
          font-size: 24px; } }
  @media screen and (max-width: 768px) {
    .post-content-wrap .btn-list .month {
      margin-left: auto; } }

.post-content-wrap .post-time {
  margin-top: 1em; }

.post-content-wrap .prev-next {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .post-content-wrap .prev-next {
      margin-top: 64px; } }
  .post-content-wrap .prev-next .next {
    margin-left: auto; }
  .post-content-wrap .prev-next a, .post-content-wrap .prev-next img {
    display: block; }

.post-content-wrap img {
  height: auto; }

.reply-area {
  margin: 0 auto;
  margin-top: 32px; }
  @media screen and (min-width: 880px) {
    .reply-area {
      margin-top: 24px; } }
  .reply-area .comment {
    padding: 0 0 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #121212;
    position: relative; }
    .reply-area .comment:last-of-type {
      margin-bottom: 0;
      border-bottom: none; }
      .reply-area .comment:last-of-type .comment-body {
        padding-bottom: 0; }
  .reply-area .comment-body p + p {
    margin-top: 1em; }
  .reply-area .comment-body.comment-child {
    border-top: 1px solid #121212;
    margin-top: 24px;
    padding-top: 24px;
    margin-left: 24px; }
  .reply-area .comment-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px; }
    @media screen and (max-width: 480px) {
      .reply-area .comment-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  .reply-area .comment-author {
    width: 50%; }
    @media screen and (max-width: 480px) {
      .reply-area .comment-author {
        width: 100%; } }
    .reply-area .comment-author cite {
      font-style: normal; }
    .reply-area .comment-author .author_name {
      display: block;
      font-size: 18px;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        .reply-area .comment-author .author_name {
          font-size: 16px; } }
    .reply-area .comment-author .member-tw-accout {
      display: block;
      font-weight: bold;
      background-size: 16px;
      font-size: 14px; }
      @media screen and (max-width: 480px) {
        .reply-area .comment-author .member-tw-accout {
          background-size: 15px;
          background-position: 0 5px; } }
      .reply-area .comment-author .member-tw-accout a {
        color: #888888;
        text-decoration: none; }
      @media screen and (max-width: 480px) {
        .reply-area .comment-author .member-tw-accout {
          font-size: 12px; } }
  .reply-area .comment-meta {
    width: 50%;
    text-align: right;
    font-size: 15px; }
    @media screen and (max-width: 480px) {
      .reply-area .comment-meta {
        width: 100%;
        font-size: 12px;
        text-align: left; } }
    .reply-area .comment-meta a {
      text-decoration: none;
      font-family: 'EB Garamond',sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #90BAB5; }

.comment-notice {
  margin-top: 32px;
  text-align: center; }

.respond-area,
.reply-area {
  background-color: #fff;
  padding: 24px 24px 24px;
  -webkit-box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  margin-bottom: 24px; }
  @media screen and (max-width: 480px) {
    .respond-area,
    .reply-area {
      padding: 16px 16px 16px;
      border-radius: 12px;
      margin-bottom: 16px; } }
  .respond-area::before, .respond-area::after,
  .reply-area::before,
  .reply-area::after {
    top: 0;
    bottom: auto; }
  .respond-area .reply-more-childs,
  .reply-area .reply-more-childs {
    cursor: pointer;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-1.8em);
    transform: translateY(-1.8em); }
    .respond-area .reply-more-childs::after,
    .reply-area .reply-more-childs::after {
      content: '>';
      display: inline-block;
      margin-left: .5em;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .respond-area .reply-more-childs.open::after,
    .reply-area .reply-more-childs.open::after {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .respond-area .js-reply-more-childs,
  .reply-area .js-reply-more-childs {
    display: none; }
  .respond-area .reply-more,
  .reply-area .reply-more {
    position: relative; }
    .respond-area .reply-more::before,
    .reply-area .reply-more::before {
      content: '';
      display: block;
      width: 100%;
      height: 110px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+56 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(56%, white), to(white));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 56%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      position: absolute;
      top: -110px;
      left: 0; }
  .respond-area .ttl-input-comment,
  .reply-area .ttl-input-comment {
    position: relative;
    padding-left: 36px;
    margin-top: 0; }
    .respond-area .ttl-input-comment::before,
    .reply-area .ttl-input-comment::before {
      content: '';
      display: block;
      width: 26px;
      height: 26px;
      background: url(../img/blog/icon-comment.png) center center no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .respond-area .ttl-input-comment .sub-comment-ttl,
    .reply-area .ttl-input-comment .sub-comment-ttl {
      font-size: 75%;
      margin-left: .2em; }
      @media screen and (max-width: 480px) {
        .respond-area .ttl-input-comment .sub-comment-ttl,
        .reply-area .ttl-input-comment .sub-comment-ttl {
          display: block; } }
  .respond-area .comment-posted-txt,
  .reply-area .comment-posted-txt {
    font-weight: bold;
    color: #07913b;
    margin-top: 1em; }
  .respond-area .caution,
  .reply-area .caution {
    margin-top: 48px;
    border: 1px solid #999999;
    padding: 24px 64px 32px; }
    @media screen and (max-width: 768px) {
      .respond-area .caution,
      .reply-area .caution {
        border-radius: 24px;
        padding: 24px 32px 32px; } }
    @media screen and (max-width: 480px) {
      .respond-area .caution,
      .reply-area .caution {
        margin-top: 32px;
        border-radius: 0;
        border: none;
        padding: 24px 0; } }
    .respond-area .caution .ttl-coution,
    .reply-area .caution .ttl-coution {
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      color: #90BAB5;
      margin-top: 0; }
      .respond-area .caution .ttl-coution span,
      .reply-area .caution .ttl-coution span {
        display: block;
        text-align: center;
        margin-bottom: .5em; }
    .respond-area .caution h4,
    .reply-area .caution h4 {
      font-size: 18px;
      line-height: 1.2em;
      margin-bottom: 16px; }
      @media screen and (max-width: 480px) {
        .respond-area .caution h4,
        .reply-area .caution h4 {
          font-size: 16px; } }
    .respond-area .caution .list-coution li,
    .reply-area .caution .list-coution li {
      margin-bottom: .5em;
      line-height: 1.8;
      text-indent: -.8em;
      padding-left: 1em; }
      .respond-area .caution .list-coution li::before,
      .reply-area .caution .list-coution li::before {
        content: '・';
        margin-right: .3em; }

/*
.anchor-area {
  margin-top: -120px;
  padding-top: 120px;

  @include mq('medium', min) {
    margin-top: -200px;
    padding-top: 200px;
  }
}*/
.entry-loading {
  text-align: center;
  margin: 3em 0;
  font-weight: 700;
  width: 100%;
  display: none; }

.entry-more.is-hide {
  display: none; }

.entry-loading.is-show,
.entry-more.is-show {
  display: block; }

.top .mv-warp {
  text-align: center; }
  .top .mv-warp picture {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }

.top.unlogin .mv-blc {
  width: 100%; }
  .top.unlogin .mv-blc .scroll-img {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 480px) {
      .top.unlogin .mv-blc .scroll-img {
        display: none; } }

.top.unlogin main {
  margin-top: 72px;
  padding: 0; }
  @media screen and (max-width: 480px) {
    .top.unlogin main {
      margin-top: 48px;
      padding: 0; } }
  .top.unlogin main .main-img-blc {
    text-align: center; }
    .top.unlogin main .main-img-blc img {
      max-width: 100%;
      height: auto; }
  .top.unlogin main .outline-area {
    margin-top: 64px; }
    @media screen and (max-width: 480px) {
      .top.unlogin main .outline-area {
        padding: 0 0px;
        margin-top: 32px; } }
    .top.unlogin main .outline-area .txt {
      text-align: center; }
  .top.unlogin main .membership-area {
    margin-top: 64px; }
  .top.unlogin main .info-area {
    margin-top: 64px;
    background-color: #fff;
    border-radius: 32px;
    padding: 32px 56px 48px; }
    @media screen and (max-width: 480px) {
      .top.unlogin main .info-area {
        margin-top: 48px;
        padding: 16px 24px; } }
    .top.unlogin main .info-area .info-header {
      margin-bottom: 16px; }
      @media screen and (max-width: 480px) {
        .top.unlogin main .info-area .info-header {
          margin-bottom: 8px; } }
      .top.unlogin main .info-area .info-header .heading-h2 {
        font-size: 20px;
        font-weight: bold;
        text-align: center; }
    .top.unlogin main .info-area .info-list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .top.unlogin main .info-area .info-list ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .top.unlogin main .info-area .info-list ul li {
        width: 48.5%;
        border-bottom: 1px solid #e0e0e0; }
        @media screen and (max-width: 480px) {
          .top.unlogin main .info-area .info-list ul li {
            width: 100%; } }
        .top.unlogin main .info-area .info-list ul li a {
          display: block;
          padding: 12px 0;
          font-size: 15px;
          line-height: 1.8;
          position: relative; }
          @media screen and (max-width: 480px) {
            .top.unlogin main .info-area .info-list ul li a {
              font-size: 14px; } }
          .top.unlogin main .info-area .info-list ul li a .info-data {
            padding-bottom: 4px; }
            .top.unlogin main .info-area .info-list ul li a .info-data .info-date {
              display: inline-block;
              width: 120px;
              line-height: 22px; }
            .top.unlogin main .info-area .info-list ul li a .info-data .info-label {
              display: inline-block;
              padding: 0 6px;
              border: 1px solid #000;
              font-size: 11px;
              border-radius: 50px; }
  .top.unlogin main .login-area {
    text-align: center;
    margin-top: 80px; }
    @media screen and (max-width: 480px) {
      .top.unlogin main .login-area {
        padding: 0 24px;
        margin-top: 48px; } }
    .top.unlogin main .login-area .btn-blc {
      margin: 0; }
    .top.unlogin main .login-area .txt-or {
      text-align: center;
      margin: 64px 0;
      position: relative; }
      @media screen and (max-width: 480px) {
        .top.unlogin main .login-area .txt-or {
          margin: 32px 0; } }
      .top.unlogin main .login-area .txt-or::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #707070;
        position: absolute;
        top: 50%;
        left: 0; }
      .top.unlogin main .login-area .txt-or span {
        display: inline-block;
        background-color: #EFF2F5;
        padding: 0 1em;
        position: relative;
        z-index: 0; }

.main-wrap {
  margin-top: 84px; }
  @media screen and (max-width: 480px) {
    .main-wrap {
      margin-top: 76px; } }

.news .sec-ttl-wrap.ttl-top-news::before {
  top: -45px;
  left: initial;
  right: 35%; }
  @media screen and (max-width: 1024px) {
    .news .sec-ttl-wrap.ttl-top-news::before {
      right: 30%; } }
  @media screen and (max-width: 768px) {
    .news .sec-ttl-wrap.ttl-top-news::before {
      right: 20%; } }
  @media screen and (max-width: 480px) {
    .news .sec-ttl-wrap.ttl-top-news::before {
      right: 18%;
      top: -16px; } }

.news .sec-wrap .sec-inner .sec-post-contents-title .date-cat .cat-icon {
  vertical-align: 2px; }

.news .detail .sec-post-contents a {
  text-decoration: underline; }

.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  margin-top: 4em;
  margin-bottom: 4em; }
  @media screen and (max-width: 480px) {
    .btn-list {
      margin-top: 0;
      margin-bottom: 2em; } }
  .btn-list .btn-list-item {
    margin-right: 1em; }
    .btn-list .btn-list-item a {
      display: block;
      font-family: 'EB Garamond',sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      padding: 0 1.5em;
      border-radius: 20px;
      line-height: 40px;
      color: #90BAB5;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media screen and (max-width: 480px) {
        .btn-list .btn-list-item a {
          padding: 0 1em; } }
      .btn-list .btn-list-item a:hover {
        color: #fff;
        background: #ffffff;
        -webkit-box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16); }
    .btn-list .btn-list-item.current a, .btn-list .btn-list-item.all a {
      color: #fff;
      background: #ffffff;
      -webkit-box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16); }

.post-ttl-wrap {
  border-bottom: 1px solid #999999;
  padding-bottom: 1em;
  margin-bottom: 3em; }
  .post-ttl-wrap .date-cat {
    margin-bottom: .5em; }
  .post-ttl-wrap .post-ttl {
    font-size: 24px;
    line-height: 1.5; }

.related-post-area {
  margin: 6em auto 3em; }
  @media screen and (max-width: 480px) {
    .related-post-area {
      margin: 4em auto 3em; } }

.logout .txt {
  text-align: center;
  margin: 8em 0; }

.blog .related-post-area .ttl-top {
  margin-bottom: 2em; }

.blog .sec-wrap .sec-inner .blc-list li {
  width: 28%;
  margin-right: 8%;
  margin-bottom: 8%; }
  @media screen and (max-width: 480px) {
    .blog .sec-wrap .sec-inner .blc-list li {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 4%; } }
  .blog .sec-wrap .sec-inner .blc-list li:nth-of-type(3n) {
    margin-right: 0; }
  .blog .sec-wrap .sec-inner .blc-list li:nth-of-type(4n) {
    margin-right: 8%; }
  @media screen and (max-width: 480px) {
    .blog .sec-wrap .sec-inner .blc-list li:nth-of-type(3n) {
      margin-right: 4%; }
    .blog .sec-wrap .sec-inner .blc-list li:nth-of-type(2n) {
      margin-right: 0; } }

.blog-header .blog-first-img {
  margin-bottom: 5.5em;
  text-align: center; }
  .blog-header .blog-first-img img {
    max-height: 720px;
    width: auto;
    height: auto; }
  @media screen and (max-width: 480px) {
    .blog-header .blog-first-img {
      margin-bottom: 3.5em; } }

.blog-header .blog-date {
  text-align: center;
  font-family: 'EB Garamond',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px; }
  @media screen and (max-width: 480px) {
    .blog-header .blog-date {
      font-size: 20px; } }

.counter-area {
  margin-top: .5em;
  position: relative;
  z-index: 1; }
  .counter-area a {
    text-decoration: none; }
  .counter-area .comment-count {
    text-decoration: none; }
    @media screen and (min-width: 880px) {
      .counter-area .comment-count {
        font-size: 20px; } }
  @media screen and (min-width: 880px) and (max-width: 480px) {
    .counter-area .comment-count {
      font-size: 18px; } }
    .counter-area .comment-count::before {
      content: "";
      display: inline-block;
      width: .9em;
      height: .9em;
      background-image: url(../img/common/ic-bubble.svg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 0.25em;
      vertical-align: -1px; }
      @media screen and (max-width: 480px) {
        .counter-area .comment-count::before {
          vertical-align: -2px; } }

.copyright-bloc {
  border: 1px solid #999999;
  padding: 32px;
  margin-top: 2em; }
  @media screen and (max-width: 480px) {
    .copyright-bloc {
      padding: 16px;
      margin-top: 1.5em;
      border-radius: 16px; } }
  .copyright-bloc .ttl-copyright {
    margin: 0;
    margin-bottom: .5em;
    font-size: 16px;
    font-weight: 300;
    font-weight: 400; }
    @media screen and (max-width: 480px) {
      .copyright-bloc .ttl-copyright {
        font-size: 14px; } }
  .copyright-bloc .ttl-copyright + .txt-copyright {
    margin-bottom: 1.5em; }
    @media screen and (max-width: 480px) {
      .copyright-bloc .ttl-copyright + .txt-copyright {
        margin-bottom: 1em; } }
  .copyright-bloc .list-copyright {
    padding-left: 1.5em;
    margin-bottom: 1.5em; }
    @media screen and (max-width: 480px) {
      .copyright-bloc .list-copyright {
        margin-bottom: 1em; } }
    .copyright-bloc .list-copyright li {
      line-height: 1.6;
      list-style: disc; }

.voice-header {
  margin-bottom: 5em; }
  @media screen and (max-width: 480px) {
    .voice-header {
      margin-bottom: 3em; } }

.voice-header,
.voice-list li {
  background-color: #fff;
  padding: 24px 24px 16px;
  -webkit-box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .voice-header,
    .voice-list li {
      padding: 16px 16px 8px;
      border-radius: 12px;
      margin-bottom: 16px; } }
  .voice-header .author-blc .pin-post,
  .voice-list li .author-blc .pin-post {
    margin-bottom: 8px; }
    .voice-header .author-blc .pin-post span,
    .voice-list li .author-blc .pin-post span {
      color: #888888;
      font-size: 14px; }
      @media screen and (min-width: 768px) {
        .voice-header .author-blc .pin-post span,
        .voice-list li .author-blc .pin-post span {
          font-size: 16px; } }
      .voice-header .author-blc .pin-post span::before,
      .voice-list li .author-blc .pin-post span::before {
        content: '';
        display: inline-block;
        width: 21px;
        height: 21px;
        background: url(../img/common/icon-pin.svg) center center no-repeat;
        background-size: contain;
        margin-right: 2px;
        vertical-align: -3px; }
        @media screen and (min-width: 768px) {
          .voice-header .author-blc .pin-post span::before,
          .voice-list li .author-blc .pin-post span::before {
            width: 24px;
            height: 24px;
            vertical-align: -4px;
            margin-right: 4px; } }
  .voice-header .author-blc .lock-post,
  .voice-list li .author-blc .lock-post {
    margin-bottom: 8px; }
    .voice-header .author-blc .lock-post span,
    .voice-list li .author-blc .lock-post span {
      color: #888888;
      font-size: 12px;
      border: 1px solid #888888;
      display: inline-block;
      padding: 4px 16px;
      border-radius: 16px; }
  .voice-header .author-blc .post-link-area,
  .voice-list li .author-blc .post-link-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .voice-header .author-blc aside,
  .voice-list li .author-blc aside {
    width: 100px; }
    @media screen and (max-width: 480px) {
      .voice-header .author-blc aside,
      .voice-list li .author-blc aside {
        width: 56px; } }
    .voice-header .author-blc aside img,
    .voice-list li .author-blc aside img {
      max-width: 100%;
      height: auto;
      border-radius: 50px;
      border: 1px solid #f8f8f8; }
      @media screen and (max-width: 480px) {
        .voice-header .author-blc aside img,
        .voice-list li .author-blc aside img {
          border-radius: 36px; } }
  .voice-header .author-blc .author-name-blc,
  .voice-list li .author-blc .author-name-blc {
    margin-left: 16px; }
    .voice-header .author-blc .author-name-blc .voice-date,
    .voice-list li .author-blc .author-name-blc .voice-date {
      color: #888888; }
      @media screen and (max-width: 480px) {
        .voice-header .author-blc .author-name-blc .voice-date,
        .voice-list li .author-blc .author-name-blc .voice-date {
          font-size: 13px; } }
  .voice-header .voice-right,
  .voice-list li .voice-right {
    padding-top: .5em; }
    .voice-header .voice-right .ttl-area,
    .voice-list li .voice-right .ttl-area {
      margin-top: .5em; }
      .voice-header .voice-right .ttl-area .voice-ttl,
      .voice-list li .voice-right .ttl-area .voice-ttl {
        font-size: 18px;
        line-height: 1.4; }
        @media screen and (max-width: 480px) {
          .voice-header .voice-right .ttl-area .voice-ttl,
          .voice-list li .voice-right .ttl-area .voice-ttl {
            font-size: 16px; } }
    .voice-header .voice-right .post-more,
    .voice-list li .voice-right .post-more {
      font-weight: bold; }
    .voice-header .voice-right .txt-area,
    .voice-list li .voice-right .txt-area {
      margin-top: .5em; }
      .voice-header .voice-right .txt-area p,
      .voice-list li .voice-right .txt-area p {
        margin-bottom: .5em;
        line-height: 1.6; }
      .voice-header .voice-right .txt-area img,
      .voice-list li .voice-right .txt-area img {
        height: auto; }
    .voice-header .voice-right .photo,
    .voice-header .voice-right .movie,
    .voice-header .voice-right .audio,
    .voice-list li .voice-right .photo,
    .voice-list li .voice-right .movie,
    .voice-list li .voice-right .audio {
      margin-top: 1em; }
      .voice-header .voice-right .photo img,
      .voice-header .voice-right .photo video.visual-content,
      .voice-header .voice-right .movie img,
      .voice-header .voice-right .movie video.visual-content,
      .voice-header .voice-right .audio img,
      .voice-header .voice-right .audio video.visual-content,
      .voice-list li .voice-right .photo img,
      .voice-list li .voice-right .photo video.visual-content,
      .voice-list li .voice-right .movie img,
      .voice-list li .voice-right .movie video.visual-content,
      .voice-list li .voice-right .audio img,
      .voice-list li .voice-right .audio video.visual-content {
        max-width: 100%;
        max-height: 720px;
        width: auto;
        height: auto;
        vertical-align: bottom; }
    .voice-header .voice-right .photo img,
    .voice-list li .voice-right .photo img {
      border-radius: 16px; }
      @media screen and (max-width: 480px) {
        .voice-header .voice-right .photo img,
        .voice-list li .voice-right .photo img {
          border-radius: 12px; } }

.voice-list.author-articles {
  background-color: #fff;
  padding: 24px 24px 16px;
  -webkit-box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  margin-bottom: 24px; }
  @media screen and (max-width: 480px) {
    .voice-list.author-articles {
      padding: 16px 16px 8px;
      border-radius: 12px;
      margin-bottom: 16px; } }
  .voice-list.author-articles > li {
    background-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #121212;
    padding: 0;
    padding-bottom: 24px; }
    .voice-list.author-articles > li:last-of-type {
      padding-bottom: 0;
      border: none; }
    .voice-list.author-articles > li .author-blc aside {
      width: 64px; }
    .voice-list.author-articles > li .author-name {
      font-size: 18px; }
      @media screen and (max-width: 480px) {
        .voice-list.author-articles > li .author-name {
          font-size: 15px; } }
    .voice-list.author-articles > li .voice-right .ttl-area .voice-ttl {
      font-size: 22px; }
      @media screen and (max-width: 480px) {
        .voice-list.author-articles > li .voice-right .ttl-area .voice-ttl {
          font-size: 16px; } }

.tag-area {
  margin-top: 1em; }
  .tag-area a.tag-link {
    margin-right: 1em;
    margin-bottom: .5em;
    color: #29a7e1;
    line-height: 1.2;
    font-size: 14px; }
    @media screen and (max-width: 480px) {
      .tag-area a.tag-link {
        font-size: 13px; } }

.author-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4; }
  @media screen and (max-width: 480px) {
    .author-name {
      font-size: 18px; } }
  @media screen and (max-width: 480px) {
    .author-name {
      font-size: 15px; } }
  .author-name.official-icon::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/common/official-icon.svg) center center no-repeat;
    background-size: contain;
    margin-left: 8px;
    vertical-align: -1px; }
    @media screen and (max-width: 480px) {
      .author-name.official-icon::after {
        width: 13px;
        height: 13px;
        margin-left: 4px; } }

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.bg-gray {
  background-color: rgba(210, 210, 210, 0.2); }

@media screen and (min-width: 880px) {
  .pc-none {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important; } }

.center {
  text-align: center; }
