@charset "UTF-8";
.block-footer {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

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

.block-footer h1, .block-footer h2, .block-footer h3, .block-footer h4, .block-footer dt, .block-footer dd, .block-footer li, .block-footer p, .block-footer span, .block-footer small, .block-footer th, .block-footer td {
  background: none;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.7;
  word-break: break-all;
}

.block-footer a {
  text-decoration: none;
  word-break: break-all;
}

.block-footer a:not([class]) {
  color: #000000;
  text-decoration: underline;
}

.block-footer img {
  width: 100%;
}

@media screen and (min-width: 737px) {
  /* --- pc --- */
  .block-footer {
    background-color: #000000;
    border-top: 1px solid #000000;
    margin-top: 160px;
    min-width: 1280px;
    padding-top: 40px;
    position: relative;
  }
  .block-footer--return {
    color: #666666;
    cursor: pointer;
    font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "MS PMincho", "ＭＳ Ｐ明朝", serif;
    font-size: 12px;
    left: calc(50% - 4em);
    line-height: 12px;
    position: absolute;
    text-align: center;
    top: -80px;
    width: 8em;
  }
  .block-footer--return::before {
    border: 6px solid transparent;
    border-bottom: 10px solid;
    content: "";
    display: block;
    margin: 0 auto 10px;
    width: 12px;
  }
  .block-footer--mail-magazine {
    background-color: #ffffff;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .block-footer--mail-magazine-input-area {
    margin-bottom: 20px;
    text-align: center;
  }
  .block-footer--mail-magazine-title {
    line-height: 40px;
    margin-right: 20px;
  }
  .block-footer--mail-magazine-input {
    border: 1px solid #dbdbdb;
    margin-left: 2px;
    height: 40px;
    vertical-align: middle;
    width: 538px;
  }
  .block-footer--mail-magazine-button {
    background-color: #333333;
    border: none;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    letter-spacing: 0.16em;
    outline: none;
    vertical-align: middle;
    width: 80px;
  }
  .block-footer--mail-magazine-note {
    font-size: 12px;
    text-align: center;
  }
  .block-footer--mail-magazine-terms {
    display: none;
  }
  .block-footer--mail-magazine-terms-trigger {
    cursor: pointer;
    text-decoration: underline;
  }
  .block-footer--mail-magazine-terms-title {
    font-size: 20px;
    margin-bottom: 2em;
    text-align: center;
  }
  .block-footer--mail-magazine-terms-text {
    text-align: justify;
  }
  .block-footer--mail-magazine-terms-text:not(:last-child) {
    margin-bottom: 1em;
  }
  .block-footer--guide {
    color: #dbdbdb;
    display: flex;
    margin: 0 auto 80px;
    width: 1280px;
  }
  .block-footer--guide-item {
    padding: 10px 40px 20px;
    width: calc(100% / 4);
  }
  .block-footer--guide-item:not(:last-child) {
    border-right: 1px solid #666666;
  }
  .block-footer--guide-item-image {
    line-height: 1 !important;
    margin: 0 auto 10px;
    width: 80px;
  }
  .block-footer--guide-item-title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
  }
  .block-footer--guide-item-description {
    font-size: 12px;
    margin: 0;
    text-align: justify;
  }
  .block-footer--link-list {
    color: #dbdbdb;
    margin-bottom: 80px;
    text-align: center;
  }
  .block-footer--link-list-item {
    display: inline-block;
  }
  .block-footer--link-list-item:not(:last-child) {
    margin-right: 20px;
  }
  .block-footer--link-list-item-anchor {
    color: #dbdbdb !important;
    font-size: 12px;
  }
  .block-footer--sns {
    margin: 0 auto 80px;
    width: 400px;
  }
  .block-footer--sns-list {
    display: flex;
    justify-content: center;
  }
  .block-footer--sns-list:first-child {
    margin-bottom: 20px;
  }
  .block-footer--sns-list:last-child {
    border-top: 1px solid #666666;
    padding-top: 20px;
  }
  .block-footer--sns-list-item:not(:last-child) {
    margin-right: 30px;
  }
  .block-footer--sns-list-item-anchor {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 40px;
    display: block;
    font-size: 0;
    height: 40px;
    min-width: 40px;
  }
  .block-footer--sns-list-item-anchor__facebook {
    background-image: url("../images/newsite/common_sns_icon_facebook.png");
  }
  .block-footer--sns-list-item-anchor__instagram {
    background-image: url("../images/newsite/common_sns_icon_instagram.png");
  }
  .block-footer--sns-list-item-anchor__twitter {
    background-image: url("../images/newsite/common_sns_icon_twitter.png");
  }
  .block-footer--sns-list-item-anchor__line {
    background-image: url("../images/newsite/common_sns_icon_line.png");
  }
  .block-footer--sns-list-item-anchor__youtube {
    background-image: url("../images/newsite/common_sns_icon_youtube.png");
    padding-left: 45px;
  }
  .block-footer--sns-youtube-name {
    color: #dbdbdb;
    font-size: 10px;
    line-height: 40px !important;
  }
  .block-footer--copyright {
    border-top: 1px solid #ffffff;
    color: #dbdbdb;
    font-size: 10px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  /* --- sp --- */
  .block-footer {
    background-color: #000000;
    border-top: 1px solid #000000;
    margin-top: 160px;
    position: relative;
    width: 100%;
  }
  .block-footer--return {
    color: #666666;
    cursor: pointer;
    font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "MS PMincho", "ＭＳ Ｐ明朝", serif;
    font-size: 12px;
    left: calc(50% - 4em);
    line-height: 12px;
    position: absolute;
    text-align: center;
    top: -80px;
    width: 8em;
  }
  .block-footer--return::before {
    border: 6px solid transparent;
    border-bottom: 10px solid;
    content: "";
    display: block;
    margin: 0 auto 10px;
    width: 12px;
  }
  .block-footer--mail-magazine {
    background-color: #ffffff;
    padding: 20px 15px;
  }
  .block-footer--mail-magazine-input-area {
    margin-bottom: 10px;
  }
  .block-footer--mail-magazine-title {
    display: inline-block;
    margin-bottom: 1em;
  }
  .block-footer--mail-magazine-input {
    border: 1px solid #dbdbdb;
    font-size: 16px;
    height: 40px;
    margin-right: 2px;
    vertical-align: middle;
    width: calc(100% - 92px);
  }
  .block-footer--mail-magazine-button {
    background-color: #333333;
    border: none;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    letter-spacing: 0.16em;
    outline: none;
    vertical-align: middle;
    width: 80px;
  }
  .block-footer--mail-magazine-note {
    font-size: 12px;
  }
  .block-footer--mail-magazine-terms {
    display: none;
  }
  .block-footer--mail-magazine-terms-trigger {
    cursor: pointer;
    text-decoration: underline;
  }
  .block-footer--mail-magazine-terms-title {
    font-size: 16px;
    margin-bottom: 2em;
    text-align: center;
  }
  .block-footer--mail-magazine-terms-text {
    text-align: justify;
  }
  .block-footer--mail-magazine-terms-text:not(:last-child) {
    margin-bottom: 1em;
  }
  .block-footer--guide {
    color: #dbdbdb;
    width: 100%;
  }
  .block-footer--guide-item {
    display: flex;
    flex-direction: column;
    min-height: 100px;
    padding: 20px 20px 20px 110px;
    position: relative;
  }
  .block-footer--guide-item:not(:last-child) {
    border-bottom: 1px solid #666666;
  }
  .block-footer--guide-item-image {
    left: 20px;
    line-height: 1 !important;
    margin: 0 auto 10px;
    position: absolute;
    top: calc(50% - 40px);
    width: 80px;
  }
  .block-footer--guide-item-title {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 1em;
  }
  .block-footer--guide-item-description {
    font-size: 10px;
    margin: 0;
    text-align: justify;
  }
  .block-footer--link-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    text-align: center;
  }
  .block-footer--link-list-item {
    background-color: #dbdbdb !important;
    margin-bottom: 1px;
    width: calc((100% - 1px) / 2);
  }
  .block-footer--link-list-item:nth-child(2n-1) {
    margin-right: 1px;
  }
  .block-footer--link-list-item-anchor {
    color: #000000 !important;
    display: block;
    font-size: 10px;
    letter-spacing: 0;
    padding: 1em 0;
  }
  .block-footer--sns {
    margin: 0 auto 40px;
    width: calc(100% - 30px);
  }
  .block-footer--sns-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    min-width: 190px;
  }
  .block-footer--sns-list:first-child {
    margin-bottom: 20px;
  }
  .block-footer--sns-list:last-child {
    border-top: 1px solid #666666;
    padding-top: 20px;
  }
  .block-footer--sns-list-item {
    margin: 0 10px;
  }
  .block-footer--sns-list-item-anchor {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 40px;
    display: block;
    font-size: 0;
    height: 40px;
    width: 40px;
  }
  .block-footer--sns-list-item-anchor__facebook {
    background-image: url("../images/newsite/common_sns_icon_facebook.png");
  }
  .block-footer--sns-list-item-anchor__instagram {
    background-image: url("../images/newsite/common_sns_icon_instagram.png");
  }
  .block-footer--sns-list-item-anchor__twitter {
    background-image: url("../images/newsite/common_sns_icon_twitter.png");
  }
  .block-footer--sns-list-item-anchor__line {
    background-image: url("../images/newsite/common_sns_icon_line.png");
  }
  .block-footer--sns-list-item-anchor__youtube {
    background-image: url("../images/newsite/common_sns_icon_youtube.png");
    box-sizing: border-box;
    padding-left: 40px;
    width: auto;
  }
  .block-footer--sns-youtube-name {
    color: #dbdbdb;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 40px !important;
  }
  .block-footer--copyright {
    border-top: 1px solid #ffffff;
    color: #dbdbdb;
    font-size: 10px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }
}
