@charset "utf-8";


/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
.sub_title {
  border-bottom: double 5px #D61919;
  padding-bottom: .8em;
  margin-bottom: 2em;
}
.color_red {
  color: #E05252;
}
#intro h1 {
  text-align: center;
}
@media only screen and ( max-width : 767px ) {
  .sub_title {
    font-size: 17px;
  }
  #intro h1 {
    margin-bottom: 30px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .sub_title {
    font-size: 20px;
  }
  #intro h1 {
    margin-bottom: 60px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv {
  position: relative;
  /*background: url(../img/bg.jpg) no-repeat center / cover;
  display: flex;
  align-items: center;*/
  overflow: hidden;
}
#mv .mv_container {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}

.mv_copy {
  text-align: center;
}
.mv_tBox {
  margin: 0 auto;
}
.main_slide_box img {
  width: 100%;
}
.mv_note_text {
  position: absolute;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  background:#fff;
  padding: 0 5px;
}


@media only screen and ( max-width : 767px ) {
  #mv {
  }
  .mv_container {
    width: 80%;
  }
  .mv_img {
    display: flex;
    align-items: flex-end;
    padding: 0 15px;
    margin-top: 30px;
  }
  .mv_left_img {
    width: 50%;
    margin-bottom: 8vw;
  }
  .mv_right_img {
    width: 62%;
    margin-left: -12%;
  }
  .mv_tBox {
    /*max-width: 400px;*/
    position: relative;
    width: 100%;
  }
  .mv_copy,.mv_text {
    margin-bottom: 30px;
  }
  .mv_copy img {
    max-width: 80%;
  }
  .mv_text img {
    max-width: 70%;
  }
  .mv_note_text {
    font-size: 12px;
  }
}
@media only screen and ( max-width : 575px ) {
  .mv_img {
    padding: 0 4vw;
  }
}
@media print, screen and ( min-width : 768px ) {
  .mv_note_text {
    font-size: 13px;
  }
  /*#mv {
    min-height: 630px;
  }
  .mv_container {
    max-width: 520px;
  }*/
  .mv_left_img,
  .mv_right_img {
    position: absolute;
  }
  .mv_left_img {
    left: -468px;
    top: -60px;
  }
  .mv_right_img {
    bottom: -60px;
    right: -470px;
  }
  .mv_copy,.mv_text {
    margin-bottom: 60px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
#about h2 {
  position: relative;
  text-align: center;
  letter-spacing: .1em;
}
#about h2:before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  width: 136px;
  height: 43px;
  background: url(../img/ribbon.png) no-repeat center / 100%;
}
.about_text p {
  line-height: 2em;
}
.about_text p span {

}

@media only screen and ( max-width : 991px ) {

}
@media only screen and ( max-width : 767px ) {
  #about h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .about_text p span {
    border-bottom: 1px solid #000;
  }
  .about_text p small {
    font-size: 12px;
    display: block;
  }
  .about_img {
    margin-bottom: 60px;
  }
  .about_img img {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
  }
  .about_img figcaption {
    font-size: 12px;
    margin-top: 20px;
  }

}
@media only screen and ( max-width : 575px ) {
}
@media print, screen and ( min-width : 768px ) {
  #about h2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .about_text p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .about_text p span {
    border-right: 1px solid #000;
  }
  .about_text p small {
    font-size: 14px;
  }
  .about_img {
    margin-bottom: 90px;
  }
  .about_img figcaption {
    padding: 0 60px;
    font-size: 13px;
    margin-top: 30px;
  }
}
@media print, screen and ( min-width : 992px ) {
}
/* ---------------------------------------------------------------------------------------------

　   仕様

--------------------------------------------------------------------------------------------- */
.specification_title {
  background: url(../img/bg.jpg) no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.specification_title h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .3em;
}
.specification_wrapper:last-of-type {
  margin-bottom: 0;
}
.specification_box figcaption {
  font-size: 94%;
  line-height: 1.8em;
  margin-top: 2em;
}
#specification03 .specification_box figure img {
  border: .6px solid #b1b1b1;
}
.outline_maru {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2em;
  text-align: center;
  margin-right: 3px;
}
@media only screen and ( max-width : 991px ) {

}
@media only screen and ( max-width : 767px ) {
  .specification_title h2 {
    font-size: 24px;
  }
  .specification_wrapper {
    margin-bottom: 60px;
  }
  .specification_box {
    margin-bottom: 40px;
  }
  .specification_box:last-child {
    margin-bottom: 0;
  }
}
@media only screen and ( max-width : 575px ) {
}
@media print, screen and ( min-width : 768px ) {
  .specification_title {
    min-height: 265px;
  }
  .specification_title h2 {
    font-size: 30px;
  }
  .specification_wrapper {
    margin-bottom: 120px;
  }
  .specification_box {
    width: 31%;
    margin-top: 60px;
  }
  .specification_box:nth-child(1),
  .specification_box:nth-child(2),
  .specification_box:nth-child(3) {
    margin-top: 0;
  }
  #specification01 .specification_box {
    width: 48%;
  }
}
@media print, screen and ( min-width : 992px ) {
}

/* ---------------------------------------------------------------------------------------------

　   目次

--------------------------------------------------------------------------------------------- */
#table_of_contents {
  position: relative;
}
#table_of_contents:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../img/bg.jpg) no-repeat center / cover;
}
#table_of_contents .container {
  position: relative;
  z-index: 10;
}
#table_of_contents h2 {
  line-height: 1.6em;
}
#table_of_contents h3 {
  background: #000;
  text-align: center;
  color: #fff;
  padding: .5em;
  margin-bottom: 1em;
}
.table_of_contents_list ul {
  background: #fff;
}
.table_of_contents_list li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: .5em;
}
.table_of_contents_list li:last-child {
  margin-bottom: 0;
}
.table_of_contents_list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: #DB3B0B;
  width: .8em;
  height: .8em;
}
.table_of_contents_list li .outline {
  display: inline-block;
  border: 1px solid #000;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2em;
  text-align: center;
  margin-right: 3px;
}
.table_of_contents_list li .outline:last-child {
  margin-right: 0;
}
.read_trial {
  text-align: center;
}
.read_trial a {
  display: inline-block;
}
@media only screen and ( max-width : 991px ) {

}
@media only screen and ( max-width : 767px ) {
  #table_of_contents:after {
    height: 40%;
    top: 0;
  }
  #table_of_contents h2 {
    font-size: 17px;
    margin-bottom: 40px;
    text-align: center;
  }
  .table_of_contents_list {
    margin-bottom: 40px;
  }
  .table_of_contents_list ul {
    padding: 20px;
  }
  .read_trial {
    border: 1px solid #eee;
    padding: 15px;
    background: #fafafa;
  }
  .read_trial img {
    max-width: 200px;
  }
}
@media only screen and ( max-width : 575px ) {
}
@media print, screen and ( min-width : 768px ) {
  #table_of_contents:after {
    height: 60%;
    bottom: 0;
  }
  #table_of_contents h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    width: 100px;
  }
  .table_of_contents_list {
    display: flex;
    align-items: flex-end;
    width: calc(100% - (160px + 30%));
  }
  .table_of_contents_list ul {
    width: 100%;
    padding: 30px;
  }
  .read_trial {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media print, screen and ( min-width : 992px ) {
  .table_of_contents_list {
    width: calc(100% - (200px + 30%));
  }
  .table_of_contents_list ul {
    padding: 40px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   BOOK

--------------------------------------------------------------------------------------------- */
#book h2 {
  position: relative;
  text-align: center;
  letter-spacing: .1em;
}
#book h2:before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  width: 136px;
  height: 43px;
  background: url(../img/ribbon.png) no-repeat center / 100%;
}
.book_info_box:last-of-type {
  margin-bottom: 0;
}
.book_info_img ul {
  margin-top: 10px;
}
.book_info_img li {
  width: 48%;
}
.book_info_text p {
  line-height: 1.8em;
}
.book_info_text p small {
  font-size: 90%;
  display: block;
  margin-top: 1em;
}
.book_info_text .book_price {
  text-align: right;
  font-size: 20px;
  margin: 30px 0;
}
.book_info_text .book_price small {
  font-size: 12px;
  display: inline-block;
  margin-top: 0;
}
.book_info_text .book_price span {
  display: block;
  font-size: 12px;
  color: #D61919;
}
.book_info_text .btn {
  padding: 10px;
}
@media only screen and ( max-width : 991px ) {

}
@media only screen and ( max-width : 767px ) {
  #book h2 {
    font-size: 17px;
    margin-bottom: 40px;
  }
  .book_info_box {
    margin-bottom: 80px;
  }
  .book_info_img {
    max-width: 230px;
    margin: 0 auto 40px;
  }
  .book_info_text .btn {
    width: 220px;
  }
}
@media only screen and ( max-width : 575px ) {
}
@media print, screen and ( min-width : 768px ) {

  #book h2 {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .book_info_box {
    margin-bottom: 100px;
  }
  .book_info_img {
    width: 230px;
  }
  .book_info_text {
    width: calc(100% - 270px);
  }
  .book_info_text .btn {
    width: 300px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .book_info_text {
    width: calc(100% - 330px);
  }
}

/* ---------------------------------------------------------------------------------------------

　   PROFILE

--------------------------------------------------------------------------------------------- */
#profile {
  position: relative;
}
#profile:before,
#profile .container:after {
  content: "";
  position: absolute;
}
#profile:before {
  top: 0;
  background: url(../img/bg.jpg) no-repeat center / cover;
  z-index: 1;
  width: 100%;
  left: 0;
}
#profile .container {
  position: relative;
  z-index: 10;
}
#profile .container:after {
  z-index: 2;
  background: #fff;
  bottom: 0;
  width: calc(100% - 30px);
  left: 15px;
}
#profile .profile_title,
#profile .profile_text,
#profile .profile_img {
  position: relative;
  z-index: 3;
}
#profile h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .3em;
  position: relative;
}
#profile .profile_title:before,
#profile .profile_title:after {
  content: "";
  position: absolute;
  background: #000;
  width: 1px;
}

#profile .profile_text p {
  line-height: 1.8em;
}
.sns_link {
  margin-top: 40px;
}
.sns_link li {
  margin-right: 20px;
}
.sns_link li:last-child {
  margin-right: 0;
}
.sns_link li a {
  color: #E71B1E;
  font-size: 13px;
  display: block;
  border-bottom: 1px solid #E71B1E;
  padding: .5em 0;
  position: relative;
}
.sns_link li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background: #E71B1E;
  height: 1px;
  width: 100%;
  transition: .3s;
}
.sns_link li a:hover:after {
  top: 0;
}
@media only screen and ( max-width : 991px ) {
  #profile .profile_img {
    width: 76%;
    padding-top: 60px;
  }
  #profile .profile_title {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    width: 20%;
    display: flex;
    justify-content: center;
  }
  #profile .profile_text{
    margin-top: 40px;
    width: 76%;
  }
}
@media only screen and ( max-width : 767px ) {
  #profile .profile_img {
    width: 72%;
    padding-top: 40px;
  }
  #profile:before {
    height: 70%;
  }
  #profile .container:after {
    height: 84%;
    left: 0;
  }
  #profile h2 {
    font-size: 20px;
  }
  #profile .profile_title {
    width: 24%;
  }
  #profile .profile_title:before,
  #profile .profile_title:after {
    height: 60px;
  }
  #profile .profile_title:before {
    left: 0;
    top: 100px;
  }
  #profile .profile_title:after {
    left: 5px;
    top: 120px;
  }
  #profile .profile_text{
    margin-top: 20px;
    width: 72%;
  }
}

@media print, screen and ( min-width : 768px ) {
  #profile:before {
    height: 50%;
  }
  #profile .container:after {
    height: 84%;
  }
  #profile h2 {
    font-size: 30px;
  }
  #profile .profile_title:before,
  #profile .profile_title:after {
    height: 100px;
  }
  #profile .profile_title:before {
    left: 0;
    top: 180px;
  }
  #profile .profile_title:after {
    left: 5px;
    top: 190px;
  }
}
@media print, screen and ( min-width : 992px ) {
  #profile .profile_title {
    order: 3;
    width: 146px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #profile .profile_img {
    order: 1;
    width: 40%;
  }
  #profile .profile_text {
    order: 2;
    width: calc(100% - (146px + 40%));
    padding: 0 40px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 100px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */

.c_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
  background: #E05252;
  box-shadow: 3px 3px 8px rgba(0,0,0,.25);
}
.c_btn_more {
  position: absolute;
  font-size: 12px;
}
.c_btn_more span {
  position: relative;
  letter-spacing: .15em;
}
.c_btn_more span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media only screen and ( max-width : 767px ) {
  .c_btn {
    height: 100px;
    font-size: 17px;
  }
  .c_btn_more {
    right: 10px;
    bottom: 15px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .c_btn {
    height: 120px;
    font-size: 22px;
  }
  .c_btn_more {
    right: 30px;
    bottom: 30px;
  }
}