@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow: auto; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  min-width: 1000px;
  background: #fdd000;
  margin: 0 auto 0;
  padding: 0;
  color: #21110d;
  overflow: hidden;
  line-height: 1.8; }

@media only screen and (max-width: 750px) {
  body {
    min-width: 100%; } }
ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.5; }

@media only screen and (max-width: 750px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: normal; } }
object {
  pointer-events: none; }

a {
  text-decoration: none;
  color: #21110d;
  -webkit-tap-highlight-color: transparent; }

a:link {
  color: #21110d; }

a:visited {
  color: #21110d;
  text-decoration: none; }

a:hover {
  color: #003366;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  line-height: 0; }

figure {
  margin: 0; }

li img, dt img, dd img {
  vertical-align: middle; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0; }

table {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px; }
  table th, table td {
    padding: 10px; }

h1, h2, h3, h4, h5 {
  clear: both;
  margin: 0;
  padding: 0; }

header {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  height: 600px;
  overflow: hidden; }
  header p {
    padding: 0; }
  header .head_wrapper {
    font-family: "Mplus 1p";
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0; }
    header .head_wrapper h1 {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 1.5;
      font-weight: 500; }
    header .head_wrapper p {
      font-size: 30px;
      font-size: 3rem;
      padding-top: 50px;
      font-weight: 300; }

.header__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #280031;
  transform: skewY(-6deg);
  transform-origin: top left; }

@media only screen and (max-width: 750px) {
  header {
    height: 260px; }
    header .head_wrapper {
      width: 100%;
      padding: 20px; }
      header .head_wrapper h1 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 300; }
      header .head_wrapper p {
        font-size: 24px;
        font-size: 2.4rem;
        padding-top: 25px;
        text-align: center;
        font-weight: 500; } }
#wrapper {
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../images/bg_kenji.png), url(../images/house_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, bottom right; }

@media only screen and (max-width: 750px) {
  #wrapper {
    background-size: 40%;
    padding-bottom: 400px; } }
.content_block {
  width: 1000px;
  margin: 0 auto; }
  .content_block p {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 30px 0; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.row-r {
  flex-direction: row-reverse; }

@media only screen and (max-width: 750px) {
  .content_block {
    width: 100%;
    padding: 20px; }
    .content_block p {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 15px 0; } }
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0.0; }

.btn_red a {
  display: table;
  width: 90%;
  max-width: 144px;
  min-height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 40px;
  position: relative;
  background-color: #ff0000; }

.btn_red a:hover {
  background-color: rgba(255, 0, 0, 0.8); }

@media only screen and (max-width: 750px) {
  .btn_red a {
    max-width: 160px;
    min-height: 40px;
    font-size: 19px;
    font-size: 1.9rem; } }
.btn_block {
  display: flex;
  justify-content: space-between; }

a.btn_01,
a.btn_02 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  width: 335px;
  min-height: 55px;
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
  font-size: 18px;
  font-size: 1.8rem; }
  a.btn_01 span,
  a.btn_02 span {
    position: relative;
    padding-left: 20px; }
  a.btn_01 span::before,
  a.btn_02 span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    margin-top: -7px; }

a.btn_01_l,
a.btn_02_l {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  width: 95%;
  font-weight: bold;
  text-decoration: none;
  padding: 15px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem; }
  a.btn_01_l span,
  a.btn_02_l span {
    position: relative;
    padding-left: 20px; }
  a.btn_01_l span::before,
  a.btn_02_l span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    margin-top: -7px; }

a.btn_01,
a.btn_01_l,
a.btn_02:hover,
a.btn_02_l:hover {
  background: #ffffff;
  border: 1px solid #ff0000; }
  a.btn_01 span,
  a.btn_01_l span,
  a.btn_02:hover span,
  a.btn_02_l:hover span {
    color: #ff0000; }
  a.btn_01 span::before,
  a.btn_01_l span::before,
  a.btn_02:hover span::before,
  a.btn_02_l:hover span::before {
    border-top: 4px solid #ff0000;
    border-right: 4px solid #ff0000; }

a.btn_02,
a.btn_02_l,
a.btn_01:hover,
a.btn_01_l:hover {
  background: #ff0000;
  border: 1px solid #ff0000; }
  a.btn_02 span,
  a.btn_02_l span,
  a.btn_01:hover span,
  a.btn_01_l:hover span {
    color: #ffffff; }
  a.btn_02 span::before,
  a.btn_02_l span::before,
  a.btn_01:hover span::before,
  a.btn_01_l:hover span::before {
    border-top: 4px solid rgba(255, 255, 255, 0.8);
    border-right: 4px solid rgba(255, 255, 255, 0.8); }

@media only screen and (max-width: 750px) {
  .btn_block {
    justify-content: center;
    flex-direction: column; }

  a.btn_01,
  a.btn_02 {
    width: 95%;
    margin: 10px auto; } }
.btn01 a {
  display: table;
  width: 90%;
  max-width: 320px;
  min-height: 40px;
  margin: 50px auto;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 0.24em;
  position: relative;
  background-color: #ff0000; }

.btn01 a:before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: calc(50% - 5px);
  transition: 0.3s; }

.btn_3.under a:before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(135deg);
  position: absolute;
  right: 16px;
  top: calc(50% - 5px);
  transition: 0.3s; }

.btn01 a:hover {
  background: #cfcfcf; }

a.link_txt {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 15px; }
  a.link_txt:before, a.link_txt:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle; }
  a.link_txt.red {
    color: #ff0000; }
    a.link_txt.red:before {
      left: 3px;
      width: 4px;
      height: 4px;
      border-top: 1px solid #ff0000;
      border-right: 1px solid #ff0000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.fix_br {
  display: none; }

@media only screen and (max-width: 750px) {
  .fix_br {
    display: inline; } }
.mt40 {
  margin-top: 40px; }

@media only screen and (max-width: 750px) {
  .mt40 {
    margin-top: 20px; }

  .p45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .p20 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
.center {
  text-align: center;
  margin: 0 auto; }

.pc_none {
  display: none !important; }

.sp_none {
  display: block !important; }

@media only screen and (max-width: 750px) {
  .pc_none {
    display: block !important; }

  .sp_none {
    display: none !important; } }
.link_mv {
  cursor: pointer; }

.info_box,
.link_block {
  cursor: pointer; }
  .info_box:hover,
  .link_block:hover {
    opacity: 0.7; }

.template_block {
  margin-bottom: 50px; }
  .template_block h6 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    padding: 0; }

header h1, header p {
  position: relative;
  color: #ffffff; }

.content_img {
  text-align: center;
  padding: 100px 0 50px; }

.book_ttl {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px;
  font-family: "Mplus 1p";
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center; }

.book_memo {
  background-color: rgba(255, 255, 255, 0.2);
  width: 550px;
  margin: 50px auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .book_memo ul li {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold; }
    .book_memo ul li:nth-child(n + 2) {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: normal; }
    .book_memo ul li:last-child {
      text-align: center; }
  .book_memo .book_price {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1; }
    .book_memo .book_price span {
      font-size: 30px;
      font-size: 3rem; }
    .book_memo .book_price p {
      padding: 0;
      font-size: 14px;
      font-size: 1.4rem; }

.book_btn {
  text-align: center;
  margin: 0 0 100px; }
  .book_btn p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1; }
  .book_btn .amazon_btn {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #280031;
    /*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #ffffff;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.8rem; }
  .book_btn .amazon_btn:active {
    /*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/ }
  .book_btn .amazon_btn:hover {
    background: rgba(40, 0, 49, 0.8);
    /*ボタン色*/ }

@media only screen and (max-width: 750px) {
  .content_img {
    padding: 50px 0 25px; }

  .book_ttl {
    font-size: 20px;
    font-size: 2rem; }

  .book_memo {
    width: 90%;
    margin: 25px auto;
    flex-direction: column; }
    .book_memo ul {
      margin-bottom: 20px; } }
footer {
  clear: both;
  display: block;
  margin: 0 auto;
  background-color: #280031; }
  footer .foot_content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 0;
    color: #ffffff;
    text-align: center; }
    footer .foot_content h3 {
      font-size: 18px;
      font-size: 1.8rem;
      padding-bottom: 20px; }
    footer .foot_content p {
      font-size: 14px;
      font-size: 1.4rem; }
  footer p.copy {
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
    padding: 5px 0; }
