@charset "UTF-8";
#Wrap {
  width: 100%;
}

.sp_only {
  display: none;
}

.wrapBottom,
.wrapTop {
  width: 100%;
}

#Contents {
  padding-top: 0;
}

#mook-vol10 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000;
  overflow: hidden;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-weight: 300;
  width: 100%;
  margin: auto;
}

#mook-vol10 a {
  display: block;
  text-decoration: none;
  color: inherit;
}

#mook-vol10 a:hover {
  opacity: .7;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 a:hover {
    opacity: .7;
  }
}

#mook-vol10 p,
#mook-vol10 ul,
#mook-vol10 ol,
#mook-vol10 dl {
  margin: 0;
}

#mook-vol10 li {
  list-style: none;
}

#mook-vol10 img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-backface-visibility: hidden;
}

#mook-vol10 span {
  display: block;
}

#mook-vol10 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image_hover_bg {
  position: relative;
}

.image_hover_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

a:hover .image_hover_bg::before {
  opacity: 1;
}

.bredlist.lp {
  min-width: auto;
  max-width: none;
  margin: 0 auto;
}

#mook-vol10 picture,
#mook-vol10 video {
  display: block;
}

#mook-vol10 .pc {
  display: none;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .sp {
    display: none;
  }
  #mook-vol10 .pc {
    display: block;
  }
}

.fade {
  opacity: 0;
}

.fade_in {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-name: up;
          animation-name: up;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slide_x {
  overflow-x: hidden;
  position: relative;
}

.slide_x::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transition: all 1.2s 0s ease;
  transition: all 1.2s 0s ease;
}

.fade_on::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 1;
}

/* Only for PC */
/* Only for PC */
/****************************************/
/*=======================================
    TB
    ========================================*/
/* Only for tablet */
/* Only for tablet */
#Wrap, .wrapBottom, .wrapTop {
  width: auto;
}

#mook-vol10 .lp_bold {
  font-weight: 600;
}

#mook-vol10 .lp_shadow {
  -webkit-filter: drop-shadow(0 0 8px #fff);
          filter: drop-shadow(0 0 8px #fff);
}

#mook-vol10 .lp_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(120 *(100vw / 428));
  margin: auto;
  height: calc(30 *(100vw / 428));
  font-size: calc(14 *(100vw / 428));
  background-color: #292D4E;
  color: #fff;
  border-radius: 100px;
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .lp_btn a {
    width: 12rem;
    height: 3rem;
    font-size: 1.4rem;
    border: 1px solid transparent;
    -webkit-transition: color 0.5s ease ,background-color 1s ease ,border 0.5s ease;
    transition: color 0.5s ease ,background-color 1s ease ,border 0.5s ease;
  }
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .lp_btn a:hover {
    background-color: #fff;
    color: #292D4E;
    opacity: 1;
    border: 1px solid #292D4E;
  }
}

#mook-vol10 .lp_all_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(250 *(100vw / 428));
  margin: auto;
  height: calc(56 *(100vw / 428));
  font-size: calc(18 *(100vw / 428));
  background-color: #fff;
  color: #2A2D4C;
  border: 1px solid #2A2D4C;
  border-radius: 10px;
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: calc(30 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .lp_all_btn a {
    width: 40rem;
    height: 8rem;
    margin-top: 2.7rem;
    font-size: 2.2rem;
    -webkit-transition: color 0.5s ease ,background-color 0.5s ease,border 0.5s ease;
    transition: color 0.5s ease ,background-color 0.5s ease,border 0.5s ease;
  }
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .lp_all_btn a:hover {
    background-color: #292D4E;
    color: #fff;
    opacity: 1;
    opacity: 1;
    border: 1px solid #fff;
  }
}

#mook-vol10 .key {
  padding-top: calc(41 *(100vw / 428));
  padding-bottom: calc(57 *(100vw / 428));
  background-color: #FFFCF2;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__inner {
    position: relative;
    max-width: 103rem;
    width: 100%;
    margin: auto;
  }
}

#mook-vol10 .key__wrap {
  position: relative;
  width: calc(408 *(100vw / 428));
  margin-left: auto;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__wrap {
    width: 100%;
    margin: 0;
  }
}

#mook-vol10 .key__ttl_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__ttl_wrap {
    top: 8rem;
  }
}

#mook-vol10 .key__ttl {
  letter-spacing: 0.04em;
  font-size: calc(16 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    padding: 0 1.1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: pragmatica, sans-serif;
    font-weight: 700;
  }
}

#mook-vol10 .key__ttl span {
  display: block;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 0 calc(10 *(100vw / 428));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: pragmatica, sans-serif;
  font-weight: 700;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__ttl span {
    display: contents;
  }
}

#mook-vol10 .key__ttl span:last-child {
  margin-top: calc(5 *(100vw / 428));
}

#mook-vol10 .key__sub_ttl {
  width: calc(300 *(100vw / 428));
  margin-top: calc(25 *(100vw / 428));
  margin-left: calc(-5 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__sub_ttl {
    width: 45rem;
    margin-top: 3.2rem;
    margin-left: 0;
  }
}

#mook-vol10 .key__img {
  padding-top: calc(105 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__img {
    width: 64rem;
    padding-top: 0;
    margin-left: auto;
  }
}

#mook-vol10 .key__detail {
  text-align: center;
  width: calc(388 *(100vw / 428));
  margin: auto;
  margin-top: calc(24 *(100vw / 428));
  background-color: #fff;
  border-radius: 10px;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__detail {
    border-radius: 20px;
    width: 50rem;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: -5.5rem;
  }
}

#mook-vol10 .key__detail p {
  text-align: center;
}

#mook-vol10 .key__detail_wrap {
  padding: calc(47 *(100vw / 428)) 0;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__detail_wrap {
    padding: 3.3rem 0;
  }
}

#mook-vol10 .key__detail_wrap p:nth-child(4) {
  line-height: 2;
}

#mook-vol10 .key__detail_text {
  font-size: calc(15 *(100vw / 428));
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__detail_text {
    font-size: 1.6rem;
  }
}

#mook-vol10 .key__detail_big_text {
  display: inline-block;
  margin-top: calc(10 *(100vw / 428));
  font-size: calc(22 *(100vw / 428));
  padding: 0 calc(10 *(100vw / 428));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F8F2D9));
  background: -webkit-linear-gradient(transparent 60%, #F8F2D9 60%);
  background: linear-gradient(transparent 60%, #F8F2D9 60%);
  line-height: 1;
  padding-bottom: calc(5 *(100vw / 428));
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__detail_big_text {
    margin-top: 1.5rem;
    font-size: 2.4rem;
    padding: 0 1rem 0.5rem;
  }
}

#mook-vol10 .key__detail_small_text {
  margin-top: calc(13 *(100vw / 428));
  margin-bottom: calc(18 *(100vw / 428));
  font-size: calc(11 *(100vw / 428));
  color: #9B9B9B;
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__detail_small_text {
    margin-top: 1.5rem;
    margin-bottom: 1.6rem;
    font-size: 1.1rem;
  }
}

#mook-vol10 .key__detail_bg {
  position: relative;
  background: rgba(242, 229, 180, 0.5);
  padding: 0;
  width: calc(334 *(100vw / 428));
  margin: auto;
  margin-top: calc(9 *(100vw / 428));
  margin-bottom: calc(27 *(100vw / 428));
  height: calc(51 *(100vw / 428));
  line-height: calc(51 *(100vw / 428));
  border-radius: 10px;
  font-size: calc(26 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__detail_bg {
    font-size: 2.4rem;
    border-radius: 20px;
    width: 33.2rem;
    margin-top: .4rem;
    margin-bottom: 2.7rem;
    height: 6.3rem;
    line-height: 6.3rem;
  }
}

#mook-vol10 .key__detail_bg::before {
  content: "";
  position: absolute;
  bottom: calc(-6 *(100vw / 428));
  left: calc(60 *(100vw / 428));
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(15.5 *(100vw / 428)) calc(7 *(100vw / 428)) calc(15.5 *(100vw / 428));
  border-color: transparent transparent rgba(242, 229, 180, 0.5) transparent;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .key__detail_bg::before {
    left: 7rem;
    bottom: -0.7rem;
    border-width: 0 1.5rem .8rem 1.5rem;
  }
}

#mook-vol10 .coupon {
  border-radius: 10px;
  background-color: #F8F2D9;
  width: calc(388 *(100vw / 428));
  margin: auto;
  margin-top: calc(20 *(100vw / 428));
  padding: calc(30 *(100vw / 428)) 0;
  text-align: center;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .coupon {
    width: 78rem;
    border-radius: 20px;
    padding: 0.7rem 0;
    margin-top: 11.5rem;
  }
}

#mook-vol10 .coupon__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .coupon__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#mook-vol10 .coupon p {
  text-align: center;
}

#mook-vol10 .coupon__img_wrap {
  width: calc(160 *(100vw / 428));
  margin: auto;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .coupon__img_wrap {
    width: 16rem;
    margin: 0;
    margin-left: 2rem;
  }
}

#mook-vol10 .coupon__sub_head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: calc(10 *(100vw / 428));
  padding: 0 calc(31 *(100vw / 428));
  position: relative;
  color: #E49152;
  font-weight: bold;
  font-family: pragmatica, sans-serif;
  font-size: calc(18 *(100vw / 428));
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .coupon__sub_head {
    margin-top: 0;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 2.5rem;
  }
}

#mook-vol10 .coupon__sub_head::before {
  content: "";
  background-color: #E49152;
  position: absolute;
  width: calc(22 *(100vw / 428));
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .coupon__sub_head::before {
    width: 2.2rem;
  }
}

#mook-vol10 .coupon__sub_head::after {
  content: "";
  background-color: #E49152;
  position: absolute;
  width: calc(22 *(100vw / 428));
  height: 1px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .coupon__sub_head::after {
    width: 2.2rem;
  }
}

#mook-vol10 .coupon__head {
  font-size: calc(20 *(100vw / 428));
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: calc(3 *(100vw / 428));
  line-height: 1.4;
  font-family: pragmatica, sans-serif;
  font-weight: 600;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .coupon__head {
    font-size: 2rem;
    margin-top: 0.6rem;
  }
}

#mook-vol10 .coupon__tax {
  font-size: calc(16 *(100vw / 428));
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-family: pragmatica, sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .coupon__tax {
    font-size: 1.6rem;
  }
}

#mook-vol10 .coupon__btn a {
  width: calc(280 *(100vw / 428));
  margin: auto;
  margin-top: calc(10 *(100vw / 428));
  height: calc(40 *(100vw / 428));
  line-height: calc(40 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .coupon__btn a {
    width: 28rem;
    height: 4rem;
    line-height: 4rem;
    margin-top: 1.2rem;
  }
}

#mook-vol10 .coupon__detail {
  font-size: calc(10 *(100vw / 428));
  margin-top: calc(10 *(100vw / 428));
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .coupon__detail {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

#mook-vol10 .recommend {
  border-top: #F2E5B4 calc(10 *(100vw / 428)) solid;
  padding: calc(50 *(100vw / 428)) 0 0;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend {
    padding: 7rem 0 0;
    border-top: #F2E5B4 1rem solid;
  }
}

#mook-vol10 .recommend__wrap {
  width: calc(388 *(100vw / 428));
  margin: auto;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__wrap {
    width: 92rem;
  }
}

#mook-vol10 .recommend__img_wrap {
  position: relative;
}

#mook-vol10 .recommend__num {
  font-family: 'Bodoni Moda', serif;
  font-style: italic;
  position: absolute;
  font-size: calc(49 *(100vw / 428));
  letter-spacing: 0.04em;
  left: calc(24 *(100vw / 428));
  top: calc(-38 *(100vw / 428));
  color: #273051;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__num {
    font-size: 8rem;
    left: -3rem;
    top: -5rem;
  }
}

#mook-vol10 .recommend__ttl {
  position: absolute;
  font-family: 'Qwitcher Grypen', cursive;
  font-weight: 400;
  font-size: calc(36 *(100vw / 428));
  letter-spacing: 0.04em;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  left: calc(-10 *(100vw / 428));
  top: 0;
  color: #273051;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__ttl {
    font-size: 6.4rem;
    left: -4.6rem;
    top: 0.2rem;
  }
}

#mook-vol10 .recommend__interview {
  width: calc(388 *(100vw / 428));
  margin: auto;
  margin-top: calc(18 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__interview {
    width: 82rem;
    margin: auto;
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__interview_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#mook-vol10 .recommend__interview_img {
  width: calc(160 *(100vw / 428));
  margin: auto;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__interview_img {
    width: 24rem;
    margin: 0;
  }
}

#mook-vol10 .recommend__interview_text_wrap {
  position: relative;
  padding: calc(24 *(100vw / 428)) calc(28 *(100vw / 428));
  border: #F2E5B4 calc(4 *(100vw / 428)) solid;
  border-radius: 10px;
  margin-top: calc(30 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__interview_text_wrap {
    width: 47rem;
    padding: 2.2rem 3.5rem  0 3rem;
    border: #F2E5B4 4px solid;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

#mook-vol10 .recommend__interview_text_wrap::before {
  content: "";
  position: absolute;
  top: calc(-22 *(100vw / 428));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(10 *(100vw / 428)) calc(20 *(100vw / 428)) calc(10 *(100vw / 428));
  border-color: transparent transparent #F2E5B4 transparent;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__interview_text_wrap::before {
    top: 9.3rem;
    left: -2rem;
    -webkit-transform: translateX(0) rotate(270deg);
            transform: translateX(0) rotate(270deg);
    border-width: 0 1rem 1.73rem 1rem;
  }
}

#mook-vol10 .recommend__interview_sub_ttl {
  font-size: calc(12 *(100vw / 428));
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__interview_sub_ttl {
    font-size: 1.2rem;
  }
}

#mook-vol10 .recommend__interview_name {
  font-size: calc(20 *(100vw / 428));
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__interview_name {
    font-size: 2rem;
  }
}

#mook-vol10 .recommend__interview_text {
  margin-top: calc(8 *(100vw / 428));
  line-height: 1.71429;
  font-size: calc(14 *(100vw / 428));
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__interview_text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

#mook-vol10 .recommend__interview_text_letter {
  letter-spacing: 0.02em;
}

#mook-vol10 .recommend__item_wrap {
  background-color: #FFFCF2;
  padding-top: calc(30 *(100vw / 428));
  padding-bottom: calc(50 *(100vw / 428));
  margin-top: calc(30 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__item_wrap {
    padding-top: 3rem;
    padding-bottom: 6rem;
    margin-top: 3rem;
  }
}

#mook-vol10 .recommend__item_list {
  width: calc(388 *(100vw / 428));
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: calc(20 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__item_list {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.5rem;
  }
}

#mook-vol10 .recommend__item {
  position: relative;
  width: calc(184 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__item {
    width: 25rem;
  }
}

#mook-vol10 .recommend__item img {
  border-radius: 10px;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__item img {
    border-radius: 20px;
  }
}

#mook-vol10 .recommend__item_num span:first-child {
  position: absolute;
  top: calc(25 *(100vw / 428));
  left: calc(20 *(100vw / 428));
  font-size: calc(25 *(100vw / 428));
  letter-spacing: 0.04em;
  font-family: 'Bodoni Moda', serif;
  font-style: italic;
  color: #111111;
  z-index: 2;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__item_num span:first-child {
    top: 2.2rem;
    left: 2rem;
    font-size: 2.5rem;
  }
}

#mook-vol10 .recommend__item_num span:last-child {
  position: absolute;
  width: calc(32 *(100vw / 428));
  height: calc(32 *(100vw / 428));
  top: calc(10 *(100vw / 428));
  left: calc(10 *(100vw / 428));
  background-color: #F2E5B4;
  border-radius: 50%;
  z-index: 1;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__item_num span:last-child {
    width: 3.2rem;
    height: 3.2rem;
    top: 1rem;
    left: 1rem;
  }
}

#mook-vol10 .recommend__item_text_box {
  overflow: hidden;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__item_text_box {
    height: auto !important;
  }
}

#mook-vol10 .recommend__item_name {
  margin-top: calc(10 *(100vw / 428));
  font-size: calc(12 *(100vw / 428));
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-decoration: underline;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__item_name {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}

#mook-vol10 .recommend__item_tax {
  font-size: calc(12 *(100vw / 428));
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__item_tax {
    font-size: 1.2rem;
  }
}

#mook-vol10 .recommend__item_text {
  margin-top: calc(7 *(100vw / 428));
  font-size: calc(12 *(100vw / 428));
  line-height: 1.75;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__item_text {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}

#mook-vol10 .recommend__item_text span {
  font-size: calc(10 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__item_text span {
    font-size: 1rem;
  }
}

#mook-vol10 .recommend__interview_acrodion {
  margin-top: calc(5 *(100vw / 428));
  font-size: calc(12 *(100vw / 428));
  text-decoration: underline;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#mook-vol10 .recommend__interview_acrodion.is-active {
  display: none;
}

#mook-vol10 .recommend__item_btn a {
  margin-top: calc(12 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .recommend__item_btn a {
    margin-top: 1.3rem;
  }
}

@media only screen and (max-width: 767px), print {
  #mook-vol10 .recommend__item_text_box-visible {
    height: 41% !important;
  }
  #mook-vol10 .recommend__item_text_box-01.recommend__item_text_box-visible {
    height: 45% !important;
  }
  #mook-vol10 .recommend__item_text_box-02.recommend__item_text_box-visible {
    height: 51% !important;
  }
  #mook-vol10 .recommend__item_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #mook-vol10 .recommend__item_text-visible {
    display: block;
    overflow: visible;
  }
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .select_04 .recommend__interview_text_wrap {
    padding: 2.2rem 3.5rem 2.8rem 3rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .select_03 .recommend__interview_text_wrap {
    margin-bottom: 3rem;
  }
}

#mook-vol10 .outside {
  background: #F2E5B4;
  padding: calc(30 *(100vw / 428)) 0;
  margin-top: calc(10 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .outside {
    padding: 8rem 0;
    margin-top: 0;
  }
}

#mook-vol10 .outside .coupon {
  margin-top: 0;
  background-color: #fff;
}

#mook-vol10 .outside__item_list {
  width: calc(388 *(100vw / 428));
  margin: auto;
  margin-top: calc(27 *(100vw / 428));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: calc(26 *(100vw / 428)) calc(20 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .outside__item_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    width: 100%;
    margin-top: 6rem;
  }
}

#mook-vol10 .outside__item {
  width: calc(184 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .outside__item {
    width: 18rem;
  }
}

#mook-vol10 .outside__item img {
  border-radius: 10px;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .outside__item img {
    border-radius: 20px;
  }
}

#mook-vol10 .outside__item p {
  text-align: center;
}

#mook-vol10 .outside__item_ttl {
  margin-top: calc(8 *(100vw / 428));
  font-size: calc(12 *(100vw / 428));
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .outside__item_ttl {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}

#mook-vol10 .outside__item_name {
  font-size: calc(14 *(100vw / 428));
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .outside__item_name {
    font-size: 1.4rem;
  }
}

#mook-vol10 .outside__item_text {
  margin-top: calc(5 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .outside__item_text {
    margin-top: 0.3rem;
  }
}

#mook-vol10 .outside__item_btn {
  margin-top: calc(5 *(100vw / 428));
}

@media only screen and (min-width: 769px), print {
  #mook-vol10 .outside__item_btn {
    margin-top: 0.6rem;
  }
}
/*# sourceMappingURL=style.css.map */