@charset "UTF-8";
/**
 * =========================================
 *   下層：5つのキーワード
 * =========================================
 *
 * @format
 */
/* 設定用。変数の宣言はここ*/
/** @format */
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/* リセットCSS、フォントサイズ*/
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
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;
}

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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* ミックスイン、@extend、CSS3など*/
/** @format */
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.page-review {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #000;
}
.page-review .contents_wrapper {
  width: 100%;
}

.review_page {
  position: relative;
  z-index: 1;
  padding: 2rem 0 8rem;
}

.review_hero {
  margin: 0 auto 4rem;
  padding: 0 1.2rem;
}

.review_selector {
  width: 70%;
  display: flex;
  margin: 1rem auto 0;
  align-items: center;
  justify-content: space-between;
}

.review_selector a {
  width: 47%;
  background-color: #934a60;
  color: #fff;
  padding: 0.5rem 0.3rem;
  margin: 1rem 1rem 0;
  font-size: clamp(1.2rem, 2.1vw, 1.6rem);
  border-radius: 0.5rem 0.5rem 0 0;
}

.review_selector .selected {
  background-color: #eb4778;
}

.review_hero__inner {
  width: min(100%, 860px);
  margin: 0 auto;
  text-align: center;
}

.review_hero__brand {
  width: min(68%, 520px);
  margin: 0 auto 2rem;
}
.review_hero__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.review_hero__lead {
  margin: 0 auto;
  width: min(100%, 760px);
  color: #fff;
  font-size: clamp(1.2rem, 2.1vw, 1.6rem);
  line-height: 2rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.review_list {
  padding: 0 1.2rem;
}

.review_list__inner {
  width: min(100%, 860px);
  margin: 0 auto;
}

.keyword_block {
  margin: 0 auto 5rem;
  text-align: center;
}

.keyword_block__title {
  margin: 0 0 1.8rem;
  color: #fff;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.keyword_block__ruby {
  margin: 0 0 1.8rem;
  color: #fff;
  font-size: clamp(1.4rem, 1.44vw, 1.8rem);
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.keyword_block__image {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}
.keyword_block__image img {
  display: block;
  width: 100%;
  height: auto;
}

.keyword_block__text {
  width: min(88%, 720px);
  margin: 0rem auto 2rem;
  padding: 1.4rem 1.6rem;
  background: rgba(89, 25, 25, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
}
.keyword_block__text p {
  margin: 2rem auto 1.2rem;
  color: #fff;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.6;
  text-align: left;
}
.keyword_block__text .review_profile {
  margin: 4rem auto 1.2rem;
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  line-height: 1.4;
  text-align: left;
}

blockquote {
  position: relative;
  padding: 15px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #492727;
  color: #000;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.review_bookinfo {
  margin: 5rem auto 0;
  padding: 0 1.2rem;
}

.review_bookinfo__inner {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}

.review_bookinfo__covers {
  width: min(88%, 420px);
  margin: 0 auto 2.5rem;
}
.review_bookinfo__covers img {
  display: block;
  width: 100%;
  height: auto;
}

.review_bookinfo__sns ul {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* SP */
@media all and (max-width: 640px) {
  .review_page {
    padding: 1.5rem 0 8rem;
  }
  .review_hero {
    margin-bottom: 3rem;
    padding: 0 1rem;
  }
  .review_hero__brand {
    margin-bottom: 1.6rem;
    width: 90%;
  }
  .review_hero__brand img {
    width: 100%;
  }
  .review_selector {
    width: 90%;
    display: flex;
    margin: 1rem auto 0;
    align-items: center;
    justify-content: space-between;
  }
  .review_selector a {
    width: 47%;
    background-color: #934a60;
    color: #fff;
    padding: 0.5rem 0.3rem;
    margin: 1rem auto 0;
    font-size: clamp(1.2rem, 2.1vw, 1.6rem);
  }
  .review_hero__inner {
    width: min(100%, 860px);
    margin: 0 auto;
    text-align: center;
  }
  .review_hero__lead {
    width: 92%;
    font-size: clamp(1.3rem, 4.2vw, 1.7rem);
    line-height: 2rem;
  }
  .review_list {
    padding: 0 1rem;
  }
  .keyword_block {
    margin-bottom: 4rem;
  }
  .keyword_block__title {
    margin-bottom: 1.2rem;
    font-size: clamp(1.8rem, 5.8vw, 2.4rem);
  }
  .keyword_block__image {
    max-width: 100%;
  }
  .keyword_block__text {
    width: 94%;
    margin-top: 0rem;
    padding: 1.2rem 1rem;
  }
  .keyword_block__text p {
    font-size: clamp(1rem, 3.7vw, 1.25rem);
    line-height: 1.6;
  }
  .review_bookinfo {
    margin-top: 4rem;
    padding: 0 1rem;
  }
  .review_bookinfo__covers {
    width: min(84%, 280px);
    margin-bottom: 2rem;
  }
  .review_bookinfo__sns ul {
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=review.css.map */