@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.floating-banner {
  display: none;
  position: fixed;
  z-index: 99;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.floating-banner a.buy-btn button {
  margin: 6px auto;
}

.pc {
  width: 100%;
}

.floating-banner:hover {
  opacity: 0.7;
}

@font-face {
  font-family: "梅ゴシックC4";
  src: url("../ttf/ume.ttf") format("truetype");
}
.pc {
  display: none;
}

@media screen and (min-width: 600px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}
a.buy-btn button {
  display: block;
  background: #eb6e9b;
  color: #fff;
  border-radius: 27px;
  height: 54px;
  width: 300px;
  text-align: center;
  box-shadow: 0px 2px 8px rgba(235, 110, 155, 0.3);
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 20px auto;
}

section {
  padding: 30px 0 42px;
}
section .stars {
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 30px;
}
section .stars span {
  font-size: 16px;
}
section .stars span:first-child {
  transform: rotate(20rad);
}
section .stars span:last-child {
  transform: rotate(-20rad);
}
section h2 {
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 24px auto;
}
section h2 span {
  color: #eb6e9b;
}
section .card-comment {
  position: relative;
  padding: 20px;
  margin: 20px;
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #967a68;
}
section .card-comment.border-pink::before {
  content: "";
  width: 60px;
  height: 60px;
  border-top: solid 4px #f3c4ca;
  border-left: solid 4px #f3c4ca;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
section .card-comment.border-pink::after {
  content: "";
  width: 60px;
  height: 60px;
  border-right: solid 4px #f3c4ca;
  border-bottom: solid 4px #f3c4ca;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
section .card-comment.border-yellow::before {
  content: "";
  width: 60px;
  height: 60px;
  border-top: solid 4px #ffea90;
  border-left: solid 4px #ffea90;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
section .card-comment.border-yellow::after {
  content: "";
  width: 60px;
  height: 60px;
  border-right: solid 4px #ffea90;
  border-bottom: solid 4px #ffea90;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
section .card-comment .propaty {
  margin-top: 8px;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  a:hover {
    opacity: 0.7;
  }

  a.buy-btn button {
    display: block;
    background: #eb6e9b;
    color: #fff;
    border-radius: 34px;
    width: 360px;
    height: 68px;
    text-align: center;
    box-shadow: 0px 2px 8px rgba(235, 110, 155, 0.3);
    font-family: "Hiragino Sans";
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    margin: 20px auto;
  }
  a.buy-btn button:hover {
    opacity: 0.7;
  }

  section {
    padding: 30px 0;
  }
  section .stars {
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 45px;
  }
  section .stars span {
    font-size: 24px;
  }
  section .stars span:first-child {
    transform: rotate(20rad);
  }
  section .stars span:last-child {
    transform: rotate(-20rad);
  }
  section h2 {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #604c3f;
  }
  section h2 span {
    color: #eb6e9b;
  }
  section .card-comment {
    position: relative;
    padding: 36px;
    margin: 20px 40px;
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #967a68;
  }
  section .card-comment.border-pink::before {
    content: "";
    width: 60px;
    height: 60px;
    border-top: solid 4px #f3c4ca;
    border-left: solid 4px #f3c4ca;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  section .card-comment.border-pink::after {
    content: "";
    width: 60px;
    height: 60px;
    border-right: solid 4px #f3c4ca;
    border-bottom: solid 4px #f3c4ca;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  section .card-comment.border-yellow::before {
    content: "";
    width: 60px;
    height: 60px;
    border-top: solid 4px #ffea90;
    border-left: solid 4px #ffea90;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  section .card-comment.border-yellow::after {
    content: "";
    width: 60px;
    height: 60px;
    border-right: solid 4px #ffea90;
    border-bottom: solid 4px #ffea90;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  section .card-comment .propaty {
    margin-top: 8px;
  }
}
/*==================================================
5-2-4 MENUがCLOSEに
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-right: 10px;
}

/*ボタン内側*/
.openbtn4 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #000;
  width: 60%;
}

.openbtn4 span:nth-of-type(1) {
  top: 10px;
  margin: auto;
  left: 0;
  right: 0;
}

.openbtn4 span:nth-of-type(2) {
  top: 19px;
  margin: auto;
  left: 0;
  right: 0;
}

.openbtn4 span:nth-of-type(3) {
  top: 28px;
  margin: auto;
  left: 0;
  right: 0;
}

.openbtn4 span:nth-of-type(3)::after {
  content: "Menu";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  margin: auto;
  top: 5px;
  left: 0;
  right: 0;
  color: #000;
  font-size: 0.6rem;
  text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
/*========= レイアウトのためのCSS ===============*/
a {
  color: #333;
  text-decoration: none;
}

.lead {
  margin: 20px 0 0 0;
}

.btn-block {
  width: 200px;
  padding: 30px;
}

html {
  font-family: "Hiragino Sans";
  color: #604c3f;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100vw;
  padding: 0;
}

header {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
header .inner-header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner-header h1.header-logo {
  font-size: 30px;
  padding-left: 10px;
}
header .inner-header h1.header-logo img {
  height: 42px;
}
header .inner-header .header-right {
  display: flex;
  align-items: center;
}
header .inner-header .header-right .icons {
  width: 220px;
  display: none;
}

main {
  width: 100%;
  min-width: 320px;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
main .bg-black {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.514);
  display: none;
  opacity: 0;
  animation: show 0.4s linear 0s;
  justify-content: center;
  align-items: center;
  overflow: scroll;
}
main .bg-black .shop-list-wrapper .shop-list {
  width: 95vw;
  height: auto;
  max-width: 335px;
  background: #fce4d6;
  box-shadow: 0px 2px 8px rgba(96, 76, 63, 0.1);
  border-radius: 20px;
  padding: 10px;
  margin: auto;
  position: relative;
}
@media (max-width: 350px), (max-height: 680px) {
  main .bg-black .shop-list-wrapper .shop-list {
    transform: scale(0.8);
  }
}
main .bg-black .shop-list-wrapper .shop-list p {
  color: #eb6e9b;
  text-align: center;
  margin: 10px auto 18px auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
}
main .bg-black .shop-list-wrapper .shop-list .close {
  position: absolute;
  top: 23px;
  right: 23px;
  height: 18px;
  width: 18px;
  cursor: pointer;
}
main .bg-black .shop-list-wrapper .shop-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .bg-black .shop-list-wrapper .shop-list li.shop-item {
  width: 140px;
  height: 74px;
  background: #fff;
  border: 2px solid #eb6e9b;
  box-shadow: 0px 2px 8px rgba(235, 110, 155, 0.3);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px;
}
@media (max-width: 350px) {
  main .bg-black .shop-list-wrapper .shop-list li.shop-item {
    width: 135px;
    margin: 3px;
  }
}
main .bg-black .shop-list-wrapper .shop-list li.shop-item img {
  max-width: 100%;
}
main .bg-black.flex {
  display: flex;
  opacity: 1;
}
main section.fv {
  min-height: 630px;
  height: auto;
  background: #fce4d6;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
}
main section.fv .fv-grad-image {
  height: 422px;
  width: 100%;
  background-image: url("../images/fv.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main section.fv .fv-grad-image .fv-grad-pink {
  height: 192px;
  width: 100%;
  background: linear-gradient(0deg, #fce4d6 32.81%, rgba(252, 228, 214, 0) 100%);
}
main section.fv .fv-grad-image .fv-grad-black {
  width: 100%;
  height: 113px;
}
main section.fv .fv-grad-image .fv-grad-black img {
  width: 100%;
  height: auto;
}
main section.fv .fv-content {
  position: absolute;
  margin: auto;
  padding-top: 6px;
  right: 0;
  left: 0;
  z-index: 10;
}
main section.fv .fv-content .fv-top-txt {
  display: flex;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(96, 76, 63, 0.3);
}
main section.fv .fv-content .fv-top-txt span {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.24em;
  color: #ffffff;
}
main section.fv .fv-content .book-image-area {
  width: 100%;
  height: 226px;
  margin-top: 14px;
  margin-bottom: 50px;
  position: relative;
}
main section.fv .fv-content .book-image-area .book-image {
  position: absolute;
  margin: auto;
  bottom: -30px;
  right: 50px;
  height: 140px;
}
main section.fv .fv-content .book-image-area .award-image {
  position: absolute;
  margin: auto;
  bottom: -40px;
  right: 0px;
  height: 100px;
}
main section.fv .fv-content h1 {
  color: #604c3f;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 350px) {
  main section.fv .fv-content h1 {
    font-size: 34px;
  }
}
main section.fv .fv-content h1 img {
  height: auto;
  width: 321px;
  height: 52px;
  object-fit: contain;
}
main section.fv .fv-content .author {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  color: #604c3f;
}
main section.fv .fv-content p.fv-bottom-txt {
  text-align: center;
  color: #eb6e9b;
  margin: 24px auto 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.04em;
}
main section.fv .fv-content a.buy-btn button {
  margin: 8px auto;
}
main section.fv .fv-content a.trial {
  display: block;
  text-align: center;
  margin: 24px auto 10px;
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #604c3f;
}
main section.selected-points {
  background-color: #faeca2;
}
main section.selected-points .three-points {
  display: flex;
  justify-content: space-evenly;
  margin: 30px auto;
  max-width: 355px;
}
main section.selected-points .three-points .point {
  width: 107px;
  height: 120px;
  border: solid 2px #eb6e9b;
  border-radius: 20px;
  text-align: center;
  padding: 6px 6px;
  background-color: #fff1f3;
  box-shadow: 0px 2px 8px rgba(235, 110, 155, 0.3);
  position: relative;
}
main section.selected-points .three-points .point .number {
  background-color: #eb6e9b;
  margin: auto;
  border-radius: 50%;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  width: 24px;
  height: 24px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
}
main section.selected-points .three-points .point p {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #eb6e9b;
  font-size: 12px;
  line-height: 18px;
}
main section.selected-points .three-points .point .fa-angle-down {
  position: absolute;
  margin: auto;
  bottom: 6px;
  left: 0;
  right: 0%;
  color: #eb6e9b;
}
main section.selected-points .card-container {
  max-width: 335px;
  width: 96%;
  margin: 20px auto;
  height: auto;
  background-color: #fff;
  padding: 24px 0px 4px 0;
  border-radius: 20px;
  box-shadow: 0px 2px 8px rgba(96, 76, 63, 0.1);
  margin: 24px auto;
}
main section.selected-points .card-container p.card-number {
  font-weight: normal;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #f3c4ca;
  padding-top: 100px;
  margin-top: -100px;
}
main section.selected-points .card-container h3 {
  text-align: center;
  color: #eb6e9b;
  margin: 8px auto 24px auto;
  font-family: "Hiragino Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
main section.selected-points .card-container .video {
  width: 100%;
  height: 188px;
  background-color: gray;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
main section.selected-points .card-container .video .video-style {
  width: 100%;
  height: 188px;
}
main section.selected-points .card-container .video img {
  width: 100%;
  height: 188px;
}
main section.selected-points .card-container .points-txt {
  margin: 24px 20px;
  font-family: "Hiragino Sans";
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #604c3f;
}
main section.selected-points .selected-three {
  padding: 20px 0 0;
}
main section.selected-points .selected-three .selected-points-img img {
  width: 100%;
}
main section.selected-points .selected-three p.selected-three-txt {
  padding: 24px 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  font-family: "Hiragino Sans";
  color: #604c3f;
}
main section.selected-points .selected-three small {
  font-family: "Hiragino Sans";
  display: block;
  font-size: 10px;
  line-height: 15px;
  text-align: left;
  margin: 8px auto;
}
main section.selected-points a.trial-btn button {
  width: 300px;
  height: 58px;
  display: block;
  font-family: "Hiragino Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  background: #fff1f3;
  border: solid 2px #eb6e9b;
  color: #eb6e9b;
  padding: 18px;
  box-shadow: 0px 2px 8px rgba(235, 110, 155, 0.3);
  border-radius: 170px;
  text-align: center;
  margin: 24px auto 0;
}
main section.check-section {
  background-color: #dbe8d0;
}
main section.check-section p.check-section-txt {
  text-align: center;
  font-family: "Hiragino Sans";
  font-size: 16px;
  line-height: 24px;
  margin: 25px 20px;
  font-weight: 300;
}
main section.check-section p.check-section-txt span {
  font-weight: 600;
}
main section.check-section .card-container {
  max-width: 335px;
  width: 96%;
  margin: 20px auto;
  height: auto;
  background-color: #fff;
  padding: 24px 0px 4px 0;
  border-radius: 20px;
  box-shadow: 0px 2px 8px rgba(96, 76, 63, 0.1);
  text-align: center;
}
main section.check-section .card-container .image-tmp {
  width: 100%;
  height: 230px;
  position: relative;
}
main section.check-section .card-container .image-tmp .book-little {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  height: 224px;
}
main section.check-section .card-container .image-tmp .award-jp {
  position: absolute;
  left: calc(50% + 40px);
  top: 136px;
  height: 100px;
}
main section.check-section .card-container h3 {
  font-family: "Hiragino Sans";
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 24px auto 6px;
}
main section.check-section .card-container p.author {
  font-family: "Hiragino Sans";
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  margin: 6px auto 8px;
}
main section.check-section .card-container p.price {
  font-family: "Hiragino Sans";
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  margin: 8px;
}
main section.faq-section {
  background-color: #ffeea4;
}
main section.faq-section .card-container {
  max-width: 335px;
  width: 96%;
  margin: 20px auto;
  height: auto;
  background-color: #fff;
  padding: 24px 0px 4px 0;
  border-radius: 20px;
  box-shadow: 0px 2px 8px rgba(96, 76, 63, 0.1);
  padding: 24px 20px;
}
main section.faq-section .card-container ul.faq-list li.faq-item {
  border-bottom: solid 2px #fff3c0;
  margin-bottom: 19px;
  padding-bottom: 19px;
}
main section.faq-section .card-container ul.faq-list li.faq-item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
main section.faq-section .card-container ul.faq-list li.faq-item .faq-item-inner {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  align-items: baseline;
}
main section.faq-section .card-container ul.faq-list li.faq-item .q-icon {
  background: #604c3f;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
}
main section.faq-section .card-container ul.faq-list li.faq-item .a-icon {
  background-color: #eb6e9b;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
}
main section.faq-section .card-container ul.faq-list li.faq-item h3 {
  flex: 1;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
main section.faq-section .card-container ul.faq-list li.faq-item p {
  flex: 1;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
main section.reputation-section {
  background-color: #ffeea4;
}
main section.reputation-section .card-container {
  max-width: 335px;
  width: 96%;
  margin: 20px auto;
  height: auto;
  background-color: #fff;
  padding: 24px 0px 4px 0;
  border-radius: 20px;
  box-shadow: 0px 2px 8px rgba(96, 76, 63, 0.1);
  padding: 4px 0 30px 0;
}
main section.reputation-section .card-container ul.reputation-list li.reputation-item {
  margin: 20px auto;
}
main section.reputation-section .card-container ul.reputation-list .hidden {
  display: none;
  list-style: none;
}
main section.reputation-section .card-container p.more-look {
  display: none;
  color: #eb6e9b;
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}
main section.reputation-section .card-container p.less-look {
  display: none;
  color: #eb6e9b;
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}
main section.reputation-section .card-container p.active {
  display: block;
}

footer {
  width: 100%;
  background-color: #f9e2d6;
  padding: 30px 0 10px 0;
}
footer .icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px auto 40px auto;
}
footer .icons .fa-circle {
  color: #a7a9ab;
}
footer .icons .fa-brands {
  color: #fff;
}
footer .footer-menu {
  display: none;
}
footer small {
  font-family: "梅ゴシックC4";
  color: #000000;
  display: block;
  text-align: center;
  margin: 30px auto;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -1px;
  order: 2;
}
footer .book-store {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #fff;
}

@media only screen and (min-width: 600px) {
  html {
    font-family: "Hiragino Sans", Meiryo, sans-serif;
    color: #604c3f;
    scroll-behavior: smooth;
  }

  body {
    background-color: #ffffff;
    background-image: radial-gradient(#fce4d6 6%, transparent 9%), radial-gradient(#fce4d6 6%, transparent 9%);
    background-position: 0 0, 7px 7px;
    background-size: 14px 14px;
  }

  header {
    width: 100%;
    max-width: 100%;
    height: 53px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
  }
  header .inner-header {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .inner-header h1.header-logo {
    font-size: 30px;
    padding-left: 10px;
  }
  header .inner-header h1.header-logo img {
    height: 42px;
  }
  header .inner-header .header-right {
    display: flex;
    align-items: center;
  }
  header .inner-header .header-right .icons {
    width: 220px;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px;
  }
  header .inner-header .header-right .icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background-color: #a7a9ab;
  }
  header .inner-header .header-right .icons .fa-brands {
    color: #fff;
  }
  header .inner-header .header-right .openbtn4 {
    display: none;
  }

  .no-scroll {
    overflow: hidden;
  }

  main {
    width: 100%;
    margin: 0 auto;
  }
  main .bg-black {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.514);
    display: none;
    justify-content: center;
    align-items: center;
    overflow: scroll;
  }
  main .bg-black .shop-list-wrapper .shop-list {
    width: 96vw;
    height: auto;
    max-width: 600px;
    background: #fce4d6;
    box-shadow: 0px 2px 8px rgba(96, 76, 63, 0.1);
    border-radius: 20px;
    padding: 10px;
    margin: auto;
    position: relative;
  }
  main .bg-black .shop-list-wrapper .shop-list p {
    color: #eb6e9b;
    text-align: center;
    margin: 10px auto 18px auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02em;
  }
  main .bg-black .shop-list-wrapper .shop-list .close {
    position: absolute;
    top: 23px;
    right: 23px;
    height: 18px;
    width: 18px;
  }
  main .bg-black .shop-list-wrapper .shop-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  main .bg-black .shop-list-wrapper .shop-list li.shop-item {
    width: 140px;
    height: 74px;
    background: #fff;
    border: 2px solid #eb6e9b;
    box-shadow: 0px 2px 8px rgba(235, 110, 155, 0.3);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 350px) {
  main .bg-black .shop-list-wrapper .shop-list li.shop-item {
    width: 135px;
    margin: 3px;
  }
}
@media only screen and (min-width: 600px) {
  main .bg-black .shop-list-wrapper .shop-list li.shop-item img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  main .bg-black.flex {
    display: flex;
  }
}
@media only screen and (min-width: 600px) {
  main section.fv {
    min-height: 900px;
    height: auto;
    background: #fce4d6;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
  }
  main section.fv .fv-grad-image {
    height: 628px;
    width: 100%;
    background-image: url("../images/fv-pc.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    display: flex;
    align-items: flex-end;
  }
  main section.fv .fv-grad-image .fv-grad-pink {
    height: 190px;
    width: 100%;
    background: linear-gradient(0deg, #fce4d6 60.81%, rgba(252, 228, 214, 0) 100%);
  }
  main section.fv .fv-grad-image .fv-grad-black {
    width: 100%;
    min-height: 185px;
    height: auto;
  }
  main section.fv .fv-grad-image .fv-grad-black img {
    width: 100%;
    height: auto;
  }
  main section.fv .fv-content {
    position: absolute;
    margin: auto;
    padding-top: 16px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  main section.fv .fv-content .fv-top-txt {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 64px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(96, 76, 63, 0.3);
  }
  main section.fv .fv-content .fv-top-txt span {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.24em;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(96, 76, 63, 0.3);
  }
  main section.fv .fv-content .book-image-area {
    width: 100%;
    max-width: 1440px;
    height: 375px;
    margin-top: 14px;
    margin-bottom: 0px;
    position: relative;
  }
  main section.fv .fv-content .book-image-area .book-image {
    position: absolute;
    margin: auto;
    bottom: 35px;
    right: 90px;
    height: 220px;
  }
  main section.fv .fv-content .book-image-area .award-image {
    position: absolute;
    margin: auto;
    bottom: 25px;
    right: 20px;
    height: 150px;
  }
  main section.fv .fv-content h1 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #604c3f;
  }
  main section.fv .fv-content h1 img {
    height: auto;
    width: 435px;
    height: 74px;
    object-fit: contain;
  }
  main section.fv .fv-content .author {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #604c3f;
  }
  main section.fv .fv-content p.fv-bottom-txt {
    font-family: "Hiragino Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #eb6e9b;
    margin: 40px 0 13px 0;
  }
  main section.fv .fv-content a.buy-btn button {
    margin: 8px auto;
  }
  main section.fv .fv-content a.trial {
    width: 360px;
    height: 68px;
    display: block;
    text-align: center;
    margin: 40px auto 10px;
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #604c3f;
  }
}
@media only screen and (min-width: 600px) {
  main section.selected-points {
    background-color: #faeca2;
    padding-top: 80px;
  }
  main section.selected-points .three-points {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    max-width: 600px;
    width: 96%;
  }
  main section.selected-points .three-points .point {
    width: 184px;
    height: 158px;
    border: solid 2px #eb6e9b;
    border-radius: 20px;
    text-align: center;
    padding: 12px 6px;
    background-color: #fff1f3;
    box-shadow: 0px 2px 8px rgba(235, 110, 155, 0.3);
    position: relative;
  }
  main section.selected-points .three-points .point .number {
    background-color: #eb6e9b;
    margin: auto;
    border-radius: 50%;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    width: 28px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
  }
  main section.selected-points .three-points .point p {
    color: #eb6e9b;
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0;
  }
  main section.selected-points .three-points .point .fa-angle-down {
    position: absolute;
    margin: auto;
    bottom: 24px;
    left: 0;
    right: 0%;
    color: #eb6e9b;
  }
  main section.selected-points .card-container {
    max-width: 600px;
    width: 96%;
    margin: 50px auto;
    height: auto;
    background-color: #fff;
    padding: 40px 0px 20px 0;
    border-radius: 20px;
    box-shadow: 0px 2px 8px rgba(96, 76, 63, 0.1);
    margin: 50px auto;
  }
  main section.selected-points .card-container p.card-number {
    font-weight: normal;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 26px;
    line-height: 52px;
    text-align: center;
    color: #f3c4ca;
    padding-top: 100px;
    margin-top: -100px;
  }
  main section.selected-points .card-container h3 {
    text-align: center;
    color: #eb6e9b;
    margin: 16px auto 40px auto;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  main section.selected-points .card-container .video {
    width: 100%;
    height: 336px;
    background-color: gray;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  main section.selected-points .card-container .video .video-style {
    width: 100%;
    height: 336px;
  }
  main section.selected-points .card-container .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main section.selected-points .card-container .points-txt {
    margin: 40px;
    font-family: Hiragino Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #604c3f;
  }
  main section.selected-points .selected-three {
    padding: 20px 0 0;
  }
  main section.selected-points .selected-three .selected-points-img img {
    width: 100%;
  }
  main section.selected-points .selected-three p.selected-three-txt {
    padding: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #604c3f;
  }
  main section.selected-points .selected-three small {
    display: block;
    font-size: 10px;
    line-height: 15px;
    text-align: left;
    margin: 8px auto;
  }
  main section.selected-points a.trial-btn button {
    width: 300px;
    height: 58px;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    background: #fff1f3;
    border: solid 2px #eb6e9b;
    color: #eb6e9b;
    padding: 18px;
    box-shadow: 0px 2px 8px rgba(235, 110, 155, 0.3);
    border-radius: 170px;
    text-align: center;
    margin: 24px auto;
  }
  main section.selected-points a.trial-btn button:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 600px) {
  main section.check-section {
    background-color: #dbe8d0;
    padding-top: 80px;
  }
  main section.check-section p.check-section-txt {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin: 25px 20px;
    font-weight: 300;
  }
  main section.check-section p.check-section-txt span {
    font-weight: 600;
  }
  main section.check-section .card-container {
    max-width: 600px;
    width: 96%;
    margin: 50px auto;
    height: auto;
    background-color: #fff;
    padding: 40px 0px 20px 0;
    border-radius: 20px;
    box-shadow: 0px 2px 8px rgba(96, 76, 63, 0.1);
    text-align: center;
  }
  main section.check-section .card-container .image-tmp {
    width: 100%;
    height: 300px;
    position: relative;
  }
  main section.check-section .card-container .image-tmp .book-little {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    height: 280px;
  }
  main section.check-section .card-container .image-tmp .award-jp {
    position: absolute;
    left: calc(50% + 60px);
    top: 180px;
    height: 100px;
  }
  main section.check-section .card-container h3 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin: 24px auto 6px;
  }
  main section.check-section .card-container p.author {
    font-size: 16px;
    line-height: 24px;
    margin: 8px auto 16px;
  }
  main section.check-section .card-container p.price {
    font-size: 12px;
    line-height: 18px;
    line-height: 15px;
    margin: 16px;
  }
}
@media only screen and (min-width: 600px) {
  main section.faq-section {
    background-color: #ffeea4;
    padding-top: 80px;
  }
  main section.faq-section .card-container {
    max-width: 600px;
    width: 96%;
    margin: 50px auto;
    height: auto;
    background-color: #fff;
    padding: 40px 0px 20px 0;
    border-radius: 20px;
    box-shadow: 0px 2px 8px rgba(96, 76, 63, 0.1);
    padding: 40px;
  }
  main section.faq-section .card-container ul.faq-list li.faq-item {
    border-bottom: solid 2px #fff3c0;
    margin-bottom: 19px;
    padding-bottom: 19px;
  }
  main section.faq-section .card-container ul.faq-list li.faq-item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  main section.faq-section .card-container ul.faq-list li.faq-item .faq-item-inner {
    display: flex;
    gap: 8px;
    margin-bottom: 0px;
    align-items: baseline;
  }
  main section.faq-section .card-container ul.faq-list li.faq-item .q-icon {
    background: #604c3f;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  main section.faq-section .card-container ul.faq-list li.faq-item .a-icon {
    background-color: #eb6e9b;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
  }
  main section.faq-section .card-container ul.faq-list li.faq-item h3 {
    flex: 1;
    font-weight: 600;
    font-family: Hiragino Sans;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
  }
  main section.faq-section .card-container ul.faq-list li.faq-item p {
    flex: 1;
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 600px) {
  main section.reputation-section {
    background-color: #ffeea4;
  }
  main section.reputation-section .card-container {
    max-width: 600px;
    width: 96%;
    margin: 50px auto;
    height: auto;
    background-color: #fff;
    padding: 40px 0px 20px 0;
    border-radius: 20px;
    box-shadow: 0px 2px 8px rgba(96, 76, 63, 0.1);
    padding: 20px 0 40px 0;
  }
  main section.reputation-section .card-container ul.reputation-list li.reputation-item {
    margin: 20px auto;
  }
  main section.reputation-section .card-container ul.reputation-list .hidden {
    display: none;
    list-style: none;
  }
  main section.reputation-section .card-container p.more-look {
    display: none;
    color: #eb6e9b;
    text-align: center;
    font-weight: 600;
    margin-top: 40px;
  }
  main section.reputation-section .card-container p.less-look {
    display: none;
    color: #eb6e9b;
    text-align: center;
    font-weight: 600;
    margin-top: 40px;
  }
  main section.reputation-section .card-container p.active {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  footer {
    width: 100%;
    background-color: #f9e2d6;
    padding: 20px 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .icons {
    display: none;
    justify-content: center;
    gap: 10px;
    margin: 10px auto 40px auto;
  }
  footer .icons .fa-circle {
    color: #a7a9ab;
  }
  footer .icons .fa-brands {
    color: #fff;
  }
  footer .footer-menu {
    display: block;
  }
  footer .footer-menu ul {
    display: flex;
  }
  footer .footer-menu ul li {
    margin-left: 20px;
    font-size: 10px;
  }
  footer .footer-menu ul li:before {
    content: "★";
    color: #f29a76;
  }
  footer .footer-menu ul li a:hover {
    color: #f29a76;
  }
  footer small {
    color: #000000;
    display: block;
    text-align: center;
    margin: 30px 20px;
    font-size: 10px;
    letter-spacing: -0.01em;
  }
  footer .book-store {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #fff;
  }
}

/*# sourceMappingURL=style.css.map */
