@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
body {
  margin: 0;
  padding: 0;
  background: #000;
}

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

a {
  text-decoration: none;
  color: #ffffff;
  word-break: break-all;
}

.cover {
  margin: 0 auto 50px;
  text-align: center;
}
.cover img {
  max-width: 400px;
  transition: 0.2s;
}
.cover img:hover {
  opacity: 0.8;
}

.global_head {
  margin: 0;
}

.hero {
  margin-bottom: 80px;
}

@media only screen and (min-width: 1260px) {
  .letter__section {
    position: relative;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 50px;
    height: 500px;
  }
}
@media only screen and (min-width: 1260px) {
  .letter__content {
    display: flex;
    max-width: 1000px;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.letter__comment {
  line-height: 1.8;
  text-align: left;
}
@media only screen and (min-width: 1260px) {
  .letter__comment {
    width: 420px;
  }
  .letter__comment .right {
    width: 420px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .letter__comment .left {
    width: 420px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1259px) {
  .letter__comment {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1259px) {
  .letter__comment p {
    font-size: 1.2rem;
    line-height: 2.75rem;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .letter__comment p {
    font-size: 1rem;
    line-height: 1.75rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1260px) {
  .letter__image {
    width: 420px;
    margin: 10px;
  }
  .letter__image .left {
    max-width: 420px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .letter__image .right {
    max-width: 420px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1259px) {
  .letter__image {
    max-width: 500px;
    width: 100%;
    margin: 75px auto;
  }
}
@media only screen and (min-width: 1260px) {
  .letter__image img .left {
    max-width: 420px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .letter__image img .right {
    max-width: 420px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.article__wrap {
  background-color: white;
  max-width: 1000px;
  width: 100%;
  margin: 0 0 100px;
  padding: 50px 0 60px;
}
@media only screen and (max-width: 767px) {
  .article__body {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1260px) {
  .article__body {
    padding: 0 50px;
  }
}
.article__back {
  margin: 50px auto;
  width: 230px;
  height: 50px;
  line-height: 50px;
  font-size: 0.95rem;
  transition: 0.3s;
  border: #000 solid 1px;
  text-align: center;
}
.article__back:hover {
  background-color: #000;
}
.article__back a {
  line-height: 50px;
  font-size: 1.1rem;
  display: block;
  width: 100%;
  color: #000;
}
.article__back a:hover {
  transition: 0.3s;
  color: #fff;
}

.common .head {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .common .head {
    background: url(../img/head.png) no-repeat center right -50px/cover;
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
    z-index: 990;
  }
}
@media only screen and (min-width: 768px) {
  .common .head {
    height: 80px;
    background: url(../img/head.png) no-repeat center right/cover;
  }
}
@media only screen and (min-width: 1260px) {
  .common .head {
    height: 100px;
    background: url(../img/head.png) no-repeat center right/cover;
  }
}
.common .head__content {
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .common .head__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 60px);
    margin: 0 auto;
    height: 100px;
  }
}
.common .head__logo {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .common .head__logo {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .common .head__logo-img {
    width: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .common .head__logo-img {
    width: 150px;
    margin-right: 25px;
  }
}
.common .head__logo p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .common .head__logo p {
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    width: calc(100% - 110px);
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .common .head__logo p {
    font-size: 0.95rem;
    letter-spacing: 0.2rem;
  }
}
.common .head__login {
  background: #111;
  border: #999 solid 1px;
  text-align: center;
  letter-spacing: 0.1rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  .common .head__login {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .common .head__sns {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .common .head__sns {
    display: flex;
  }
}
.common .head__sns__item {
  background: #111;
  border: #999 solid 1px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 0 10px;
  transition: 0.3s;
}
.common .head__sns__item:hover {
  background: #333;
}
.common .head__sns__item a {
  width: 100%;
  display: block;
}
.common .head__sns__item.head-sns-twitter span::before, .common .head__sns__item.head-sns-instagram span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  font-size: 1rem;
}
.common .head__sns__item.head-sns-twitter span::before {
  content: "\f099";
}
.common .head__sns__item.head-sns-instagram span::before {
  content: "\f16d";
}
@media only screen and (max-width: 767px) {
  .common .head .head-icon {
    display: block;
    position: absolute;
    z-index: 999;
    top: 8px;
    left: 14px;
    cursor: pointer;
    text-align: center;
    background: #000;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .common .head .head-icon {
    display: block;
    position: absolute;
    z-index: 999;
    top: 8px;
    left: 14px;
    cursor: pointer;
    text-align: center;
    background: #000;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1260px) {
  .common .head .head-icon {
    display: none;
  }
}
.common .head .head-icon span {
  display: block;
  position: absolute;
  width: 21px;
  height: 2px;
  right: 9px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.common .head .head-icon span:nth-child(1) {
  top: 11px;
}
.common .head .head-icon span:nth-child(2) {
  top: 19px;
}
.common .head .head-icon span:nth-child(3) {
  top: 27px;
}
.common .head .head-icon.active span:nth-child(1) {
  top: 19px;
  right: 9px;
  transform: rotate(45deg);
}
.common .head .head-icon.active span:nth-child(2) {
  opacity: 0;
}
.common .head .head-icon.active span:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .common .head.head-fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  }
}
.common .wrap {
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 767px) {
  .common .wrap {
    overflow: hidden;
  }
}
.common .content {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .common .content {
    padding: 35px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .common .content .local-nav {
    position: fixed;
    top: -120%;
    left: 0;
    z-index: 980;
    transition: 0.6s;
  }
}
@media only screen and (min-width: 768px) {
  .common .content .local-nav {
    position: fixed;
    top: -120%;
    left: 0;
    z-index: 980;
    transition: 0.6s;
  }
}
@media only screen and (min-width: 1260px) {
  .common .content .local-nav {
    position: static;
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .common .content .local-nav.active {
    top: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .common .content .local-nav__container {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .common .content .local-nav__content {
    background: #000;
    color: #333;
    transition: all 0.4s ease-out;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    pointer-events: none;
    padding: 62px 25px 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 1260px) {
  .common .content .local-nav__content {
    position: sticky;
    top: 30px;
    left: 0;
  }
}
.common .content .local-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .common .content .local-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.common .content .local-nav ul li {
  box-sizing: border-box;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .common .content .local-nav ul li {
    width: 48%;
    height: 45px;
    font-size: 0.85rem;
    margin: 0 0 10px;
    padding: 0 7px;
    display: flex;
    align-items: center;
    border-bottom: #999 solid 1px;
    position: relative;
  }
  .common .content .local-nav ul li:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }
  .common .content .local-nav ul li:nth-of-type(3) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .common .content .local-nav ul li {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: #999 solid 1px;
    margin: 0 0 10px;
  }
  .common .content .local-nav ul li:hover {
    background: #333;
    transition: 0.3s;
  }
  .common .content .local-nav ul li:last-child {
    margin: 0;
  }
}
.common .content .local-nav ul li a {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .common .content .local-nav ul li a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.common .content .local-nav__sns {
  display: flex;
  justify-content: center;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .common .content .local-nav__sns {
    width: 100% !important;
    margin: 15px 0 0 !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .common .content .local-nav__sns {
    margin: 20px 0 0;
  }
}
.common .content .local-nav__sns:hover {
  background-color: transparent !important;
}
.common .content .local-nav__sns-text {
  margin: 0 10px 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
.common .content .local-nav__sns-item {
  margin: 0 10px;
}
.common .content .local-nav__sns-item:hover {
  opacity: 0.8;
}
.common .content .local-nav__sns .sns-twitter::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  font-size: 1.3rem;
  content: "\f099";
}
.common .content .local-nav__sns .sns-instagram::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  font-size: 1.3rem;
  content: "\f16d";
}
.common .content .main {
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .common .content .main {
    width: 100%;
  }
}
@media only screen and (min-width: 1260px) {
  .common .content .main {
    width: calc(100% - 200px);
    padding: 0 0 0 4.5%;
  }
}
.common .content .main h2 {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  border: #999 solid 1px;
  display: inline-block;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .common .content .main h2 {
    letter-spacing: 0.2rem;
    font-size: 1.1rem;
    margin: 0 0 30px;
    padding: 7px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .common .content .main h2 {
    letter-spacing: 0.3rem;
    font-size: 1.3rem;
    margin: 30px 0 50px;
    padding: 8px 40px;
  }
}
.common .content .main h2 a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.common .content .main .section {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .article-single .content {
    margin: 0;
  }
}
.article-single__content {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .article-single__content {
    margin: 0 0 40px;
    padding: 40px 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .article-single__content {
    margin: 0 0 100px;
    padding: 50px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .article-single__head {
    margin: 0 0 30px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .article-single__head {
    margin: 0 0 40px;
    padding: 0 45px;
  }
}
.article-single__head .article-ttl {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .article-single__head .article-ttl {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .article-single__head .article-ttl {
    font-size: 1.8rem;
    letter-spacing: 0.15rem;
    margin: 0 0 12px;
  }
}
.article-single__head .state {
  font-family: "Poppins";
  color: #666;
  display: flex;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .article-single__head .state {
    margin: 0 0 8px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-single__head .state {
    margin: 0 0 10px;
    font-size: 0.9rem;
  }
}
.article-single__head .state .category::after {
  margin: 0 14px;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #999;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .article-single__hero {
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 768px) {
  .article-single__hero {
    margin: 0 0 70px;
  }
}
.article-single__body {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .article-single__body {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .article-single__body {
    padding: 0 50px;
  }
}
.article-single section:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .article-single__text {
    padding: 20px 17px 35px;
  }
}
@media only screen and (min-width: 768px) {
  .article-single__text {
    padding: 20px 30px 40px;
  }
}
.article-single__text p {
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 767px) {
  .article-single__text p {
    font-size: 0.9rem;
    line-height: 1.7rem;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .article-single__text p {
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 0 0 20px;
  }
}
.article-single__text p:last-child {
  margin: 0;
}
.article-single__back {
  border: #000 solid 1px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .article-single__back {
    margin: 40px auto 0;
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-single__back {
    margin: 50px auto 0;
    width: 230px;
    height: 50px;
    line-height: 50px;
    font-size: 0.95rem;
    transition: 0.3s;
  }
  .article-single__back:hover {
    background: #000;
  }
  .article-single__back:hover a {
    color: #fff;
  }
}
.article-single__back a {
  display: block;
  width: 100%;
  color: #000;
}

.review__head {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .review__head {
    margin: 0 0 30px;
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .review__head {
    margin: 0 0 40px;
    padding: 35px;
  }
}
.review__head .lead {
  background: #f5f5f5;
  margin: 0 0 33px;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .review__head .lead {
    font-size: 0.85rem;
    line-height: 1.2rem;
    padding: 12px 13px 13px;
  }
}
@media only screen and (min-width: 768px) {
  .review__head .lead {
    font-size: 0.9rem;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .review__head__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .review__head__img {
    width: 55%;
    margin: 0 auto 33px;
  }
}
@media only screen and (min-width: 768px) {
  .review__head__img {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .review__head__text {
    width: calc(100% - 240px);
    padding: 5px 0 0;
  }
}
.review__head__text .catch {
  margin: 0 0 17px;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .review__head__text .catch {
    font-size: 0.95rem;
  }
}
.review__head__detail {
  border-left: 4px solid #000;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .review__head__detail {
    margin: 0 0 30px;
    padding: 0 0 5px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .review__head__detail {
    margin: 0 0 40px;
    padding: 0 0 5px 20px;
  }
}
.review__head__detail .title {
  font-weight: 600;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .review__head__detail .title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .review__head__detail .title {
    font-size: 1.4rem;
  }
}
.review__head__detail .author {
  margin: 0;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .review__head__detail .author {
    font-size: 0.9rem;
  }
}
.review__head__detail .author a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .review__head__detail .author a {
    transition: 0.3s;
  }
  .review__head__detail .author a:hover {
    opacity: 0.6;
  }
}
.review__head__link .button {
  border: 1px solid #999;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .review__head__link .button {
    margin: 0 0 20px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .review__head__link .button {
    margin: 0 0 25px;
    height: 65px;
    transition: 0.3s;
  }
  .review__head__link .button:hover {
    background: #f5f5f5;
  }
}
.review__head__link .button a {
  color: #000;
  font-weight: 600;
  display: block;
  width: 100%;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .review__head__link .button a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .review__head__link .button a {
    font-size: 1rem;
  }
}
.review__head__link .button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.review__head__link .button a::after {
  content: "";
  background: url(../img/article/interview/icon-link.png) no-repeat top left/contain;
  display: inline-block;
  position: relative;
  top: 0.8%;
  margin: 0 0 0 7px;
}
@media only screen and (max-width: 767px) {
  .review__head__link .button a::after {
    width: 13px;
    height: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .review__head__link .button a::after {
    width: 15px;
    height: 15px;
  }
}
.review__head__link .note ul {
  margin: 0 0 10px 18px;
  padding: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .review__head__link .note ul {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .review__head__link .note ul {
    font-size: 0.9rem;
  }
}
.review__head__link .note ul li {
  margin: 0 0 5px;
}
.review__head__link .note ul li:last-child {
  margin: 0;
}
.review__head__link .note a {
  color: #000;
  border-bottom: 1px dotted #000;
  font-size: 0.85rem;
}
@media only screen and (min-width: 768px) {
  .review__head__link .note a {
    position: relative;
  }
  .review__head__link .note a::after {
    content: "";
    background: #000000;
    width: 100%;
    height: 0.1rem;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .review__head__link .note a:hover::after {
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 768px) {
  .review section {
    max-width: 620px;
    margin: 0 auto;
  }
}
.review section:last-child {
  margin: 0 auto;
}
.review section .reviewer {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .review section .reviewer {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .review section .reviewer {
    margin: 0 0 40px;
  }
}
.review section .reviewer__img {
  border-radius: 50%;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .review section .reviewer__img {
    width: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .review section .reviewer__img {
    width: 37px;
  }
}
.review section .reviewer__img img {
  border-radius: 50%;
}
.review section .reviewer p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .review section .reviewer p {
    font-size: 0.9rem;
  }
}
.review__text p {
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .review__text p {
    line-height: 1.85rem;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .review__text p {
    font-size: 1.1rem;
    line-height: 1.95rem;
    margin: 0 0 30px;
  }
}
.review__text p:last-child {
  margin: 0;
}
.review__text .text-m, .review__text .text-l {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .review__text .text-m {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .review__text .text-m {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}
.review__text .text-l {
  color: #e00000;
}
@media only screen and (max-width: 767px) {
  .review__text .text-l {
    font-size: 2.3rem;
    line-height: 3.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .review__text .text-l {
    font-size: 2.7rem;
    line-height: 3.6rem;
  }
}
.review__text a {
  font-weight: 500;
  border-bottom: 1px dotted #000;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .review__text a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .review__text a {
    position: relative;
    font-size: 0.95rem;
  }
  .review__text a::after {
    content: "";
    background: #000000;
    width: 100%;
    height: 0.1rem;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .review__text a:hover::after {
    transform: scale(1, 1);
  }
}
.review__img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .review__img {
    margin: 55px 0;
  }
}
@media only screen and (min-width: 768px) {
  .review__img {
    margin: 60px 0;
  }
}
.review__img .img-l {
  width: 500px;
  margin: 0 auto;
}

.comment-text {
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .comment-text {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1260px) {
  .comment-text {
    font-size: 1.3rem;
  }
}

.comment-link {
  border: 1px solid #999;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .comment-link {
    height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .comment-link {
    height: 65px;
    transition: 0.3s;
  }
  .comment-link:hover {
    background: #f5f5f5;
  }
}
.comment-link a {
  color: #000;
  font-weight: 600;
  display: block;
  width: 100%;
  letter-spacing: 0.05rem;
}
@media only screen and (min-width: 768px) {
  .comment-link a {
    font-size: 1.15rem;
  }
}
.comment-link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.comment-link::after {
  content: "";
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .comment-link::after {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 1260px) {
  .comment-link::after {
    width: 9px;
    height: 9px;
  }
}

.foot {
  background: #0A1945;
}
@media only screen and (max-width: 767px) {
  .foot {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .foot {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .foot__content {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.foot__nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .foot__nav ul {
    font-size: 0.8rem;
    margin: 0 0 20px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .foot__nav ul {
    font-size: 0.85rem;
    margin: 0 0 30px;
  }
}
.foot__nav ul li {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .foot__nav ul li {
    margin: 0 10px 7px;
  }
}
@media only screen and (min-width: 768px) {
  .foot__nav ul li {
    margin: 0 20px;
  }
}
.foot__logo {
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .foot__logo img {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .foot__logo img {
    width: 170px;
  }
  .foot__logo img:hover {
    transition: 0.3s;
    opacity: 0.8;
  }
}
.foot__copyright {
  text-align: center;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .foot__copyright {
    font-size: 0.65rem;
    line-height: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .foot__copyright {
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
}
.foot__copyright span {
  display: block;
  margin: 0 0 5px;
}

@media only screen and (min-width: 1260px) {
  .sponly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */