@charset "UTF-8";
/* $wrapperwidth: 950px;
$pc: 1024;
$tablet: 768;
$smartphone: 640;
$iphone: 320;

@mixin media($mediaSize){
    @if $mediaSize == tablet{
        @media all and (max-width: ($tablet + px)) {@content}
    }
    @else if $mediaSize == smartphone{
        @media all and (max-width: ($smartphone + px)) {@content}
    }
    @else if $mediaSize == oversmartphone{
        @media all and (min-width: ($smartphone + px)) {@content}
    }
    @else if $mediaSize == iPhone{
        @media all and (max-width: ($iphone + px)){@content}
    }
    @else if $mediaSize == pc{
        @media all and (min-width: ($tablet + px)){@content}
    }
    @else if $mediaSize == ie{
        @media all and (-ms-high-contrast: none) {@content}
    }
} */
/* メディアクエリ用ブレイクポイント定義 _mixin.scssのみにて使用 */
/*def end*/
/*share*/


.book__keyvisual_catch{
          font-family: ten-mincho, serif;
  font-size: 1.8em;
    font-weight: 400;
    justify-content: center;
    text-align: center;
}


.book img {
  max-width: 100%;
  height: auto;
}


/* 本の紹介　*/ 

/* 本の紹介　*/ 
.book__image-box img {
  width: 180px;
  height: auto;
  border-radius: 2px;
  border: solid thin #5a5a5a;
}

	/* -------------------------------
max-width: 480px
-------------------------------*/
 @media screen and (max-width: 480px) {
.book__image-box img {
  width: 100px;
  height: auto;
  border-radius: 2px;
}
 }


.book__section .book__body .image-box{
	  display: flex;
  align-items: flex-start;
  gap: 30px;
/* padding: 0px 30px 0; */
}


.book-title {
  font-size: 1.6em;
}
.book-title span{
  font-size: 0.5em;
}

.price {
  font-size: 1.2em;
  margin: 10px 0 5px 0;
}

	.book-info dl {
		margin-bottom: 15px;
		font-size: 14px;
		color: #000;
	} 

.book-info .sub{
  margin-bottom: 20px;
}

	.book-info dt {
		clear: left;
		float: left;
		padding-bottom: 5px;
    font-weight: bold;
	}

	.book-info dd {
		padding: 0px 0px 6px 25%;
	}


	/* -------------------------------
max-width: 1300px
-------------------------------*/
	@media screen and (max-width: 1300px) {
		.book-info dt {
			/* float: none; */
			/* width: 100%; */
			padding-bottom: 0;
			font-weight: bold;
		}

		.book-info dd {
			padding: 0px 0px 5px 25%;
		}
	}

	/* -------------------------------
max-width: 1050px
-------------------------------*/
	@media screen and (max-width: 1050px) {

		.book-info dt {
			/* float: none; */
			/* width: 100%; */
			padding-bottom: 0;
			font-weight: bold;
		}

		.book-info dd {
			padding: 0px 0px 5px 25%;
		}
	}

	/* -------------------------------
max-width: 768px
-------------------------------*/

/* タブ1　*/ 

@media screen and (min-width: 768px) {
  .book__onlysp {
    display: none;
  }
}
.book__subnavigation {
  position: absolute;
/*  width: 1000px;*/
	width: 800px; 
  top: 437px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  z-index: 8500;
	  background-color: #fffaf0;

      .book__subnavigation_link {
    height: 50px;
	}
	
}

	/* -------------------------------
max-width: 1024px
-------------------------------*/
@media screen and (max-width: 1024px) {
  .book__subnavigation {
    /* -ms-flex-wrap: wrap;
        flex-wrap: wrap; */
    width: 100%;
    top: 410px;
  }
}
.book__subnavigation._sticky {
  position: fixed;
  top: 77px;
}

	/* -------------------------------
max-width: 1024px
-------------------------------*/
@media screen and (max-width: 1024px) {
  .book__subnavigation._sticky {
    top: 50px;
  }
}
.book__subnavigation_item {
  width: 33%;
  text-align: center;
}

	/* -------------------------------
max-width: 1024px
-------------------------------*/
@media screen and (max-width: 1024px) {
  .book__subnavigation_item {
    width: 50%;
	  
  }
  /* .book__subnavigation_item:first-child {
    width: 100%;
  } */
}



.book__subnavigation_link {
  text-decoration: none;
  display: block;
  font-family: ten-mincho, serif;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
  position: relative;

}
.book__subnavigation_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #835E0A;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}


	/* -------------------------------
max-width: 1024px
-------------------------------*/
@media screen and (min-width: 1024px) {
  .book__subnavigation_link:hover::after {
    height: 5px;
  }
}

	/* -------------------------------
max-width: 1024px
-------------------------------*/
@media screen and (max-width: 1024px) {
  .book__subnavigation_link {
    height: 35px;
    font-size: 90%;
  }
}
.book__keyvisual {
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  margin-top: 77px;
  position: relative;
  z-index: 1;
}

	/* -------------------------------
max-width: 768px
-------------------------------*/
@media screen and (max-width: 768px) {
  .book__keyvisual {
    margin-top: 50px;
  }
}
.book__keyvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/houou_1.png) center center;
  background-size: cover;
  z-index: -2;
}
.book__keyvisual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  z-index: -1;
}
/*.book__keyvisual_logo img {
  /* width: 320px; 
}*/

	/* -------------------------------
max-width: 768px
-------------------------------*/
/*@media screen and (max-width: 768px) {
  /* .book__keyvisual_logo img {
    width: 250px;
  } */
 /* .book__keyvisual_catch {
  /* margin-top: 20px;
  font-family: ten-mincho, serif;
  font-size: 3rem;
  text-align: center;
  line-height: 150%; 
}*/

	/* -------------------------------
max-width: 768px
-------------------------------*/
@media screen and (max-width: 768px) {
  /* .book__keyvisual_catch {
    font-size: 2rem;
  } */
}
.book__keyvisual + .book__section {
  padding-top: 50px;
}


	/* -------------------------------
max-width: 1024px
-------------------------------*/
@media screen and (max-width: 1024px) {
  .book__keyvisual + .book__section {
    /* padding-top: 100px; */
  }
}
.book__section {
  font-size: 1.5rem;
  letter-spacing: 0.015em;
  line-height: 1.5em;
  font-family: ten-mincho, serif;
}
.book__section:has(+ .page_top) {
  padding-bottom: 150px;
}

	/* -------------------------------
max-width: 768px
-------------------------------*/
@media screen and (max-width: 768px) {
  .book__section:has(+ .page_top) {
    padding-bottom: 80px;
  }
}
.book__heading {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  margin-top: 80px;
}

	/* -------------------------------
max-width: 768px
-------------------------------*/
@media screen and (max-width: 768px) {
  .book__heading {
    width: 85%;
    margin-top: 40px;
  }
}


.book__body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .book__body {
    width: 85%;
    margin-top: 30px;
  }
}


.book__body._widemargin {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .book__body._widemargin {
    margin-top: 45px;
  }
}
.book__body._wide {
  max-width: 1000px;
}


@media screen and (max-width: 1024px) {
  .book__body._wide {
    max-width: 800px;
  }
}


.book__textheading {
  margin-top: 40px;
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  .book__textheading {
    margin-top: 20px;
  }
}
.book__text {
  text-align: justify;
  max-width: 800px;
  margin: 0 auto;
}
.book__text._center {
  text-align: center;
}
.book__text_sub {
  text-align: justify;
  max-width: 600px;
  margin: 0 auto;
}
.book__button {
  color: inherit;
  text-decoration: none;
  border: thin solid #272727;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0;
  margin: 0 35px;
  line-height: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.75rem;
}
.book__button:hover {
  background: #000;
  color: white;
}


@media screen and (max-width: 1024px) {
  .book__button {
    font-size: 1.5rem;
  }
}


@media screen and (max-width: 1024px) {
  .book__button + .book__button {
    margin-top: 10px;
  }
}


.book__button_wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


@media screen and (max-width: 1024px) {
  .book__button_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .book__button_wrapper {
    margin-top: 20px;
  }
}
.book__button_wrapper._marginhigh {
  margin-top: 80px;
}


@media screen and (max-width: 768px) {
  .book__button_wrapper._marginhigh {
    margin-top: 40px;
  }
}


.book__contact {
  margin-top: 30px;
}
.book__contact_text {
  margin-top: 10px;
  font-size: 1.75rem;
}
.book__contact_link {
  color: inherit;
  text-decoration: none;
}
.book__contact_link:hover {
  color: inherit;
  border-bottom: thin solid #272727;
}
.book__imagelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 40px;
}
.book__imagelist._5column {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}


@media screen and (max-width: 768px) {
  .book__imagelist._5column {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

    .book__imagelist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}

/* @media screen and (max-width: 768px) {
  .book__imagelist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
} */

.book__imagelist_item {
  width: 30%;
}
._5column .book__imagelist_item {
  width: 20%;
}
@media screen and (max-width: 768px) {
  ._5column .book__imagelist_item {
    width: 30%;
  }
  ._5column .book__imagelist_item:nth-child(n+4) {
    margin-top: 10px;
  }
}


.book__imagelist_picture {
  text-align: center;
}
.book__imagelist_picture img {
  height: 300px;
  width: auto;
}


@media screen and (max-width: 768px) {
  .book__imagelist_picture img {
    height: 100px;
  }
}

.book__imagelist_text {
  padding-top: 5px;
  text-align: center;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .book__imagelist_text {
    padding-top: 0;
  }
}

.book__circleimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .book__circleimage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }

}
.book__circleimage_item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .book__circleimage_item {
    aspect-ratio: 1/1;
    width: 47.5%;
    padding: 0 0px;
  }
  .book__circleimage_item:nth-child(n+3) {
    margin-top: 5%;
  }
}

.book__circleimage_link img {
  border-radius: 1000px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


@media screen and (min-width: 1024px) {
  .book__circleimage_link:hover img {
    scale: 1.1;
  }

}
.book__scenelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 25px;
}
.book__scenelist_item {
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .book__scenelist_item {
    width: 100%;
  }
}

.book__scenelist_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.book__scenelist_heading {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}
.book__scenelist_text {
  margin-top: 5px;
}
.book__scenelist_picture {
  width: 100%;
}
.book__steplist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.book__steplist_item + .book__steplist_item {
  margin-top: 10px;
}


@media screen and (max-width: 768px) {
  .book__steplist_item + .book__steplist_item {
    margin-top: 50px;
    position: relative;
  }
  .book__steplist_item + .book__steplist_item::before {
    content: "↓";
    position: absolute;
    top: -40px;
    width: 100%;
    height: 20px;
    text-align: center;
  }
}

.book__steplist_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.book__steplist_heading {
  font-size: 1.6rem;
  font-weight: bold;
}
.book__steplist_text {
  margin-top: 5px;
  position: relative;
}
.book__steplist_text::before {
  content: "↓";
  position: absolute;
  bottom: -15px;
  left: 0px;
  width: 100px;
  height: 1px;
  background: none;
}
.book__steplist_item:last-child .book__steplist_text::before {
  content: none;
}

@media screen and (max-width: 768px) {
  .book__steplist_text::before {
    content: none;
  }
}

.book__steplist_picture {
  width: 120px;
  height: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.book__steplist_picture img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .book__steplist_picture {
    height: auto;
    width: 80px;
    margin-top: 5px;
  }
  .book__steplist_picture img {
    width: 70%;
  }
}

.book__tabswitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


@media screen and (max-width: 768px) {
  .book__tabswitch {
    margin-top: 30px;
  }
}
.book__tabswitch_item {
  width: 25%;
  text-align: center;
  font-size: 2rem;
  color: #ccc;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  .book__tabswitch_item {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .book__tabswitch_item {
    font-size: 1.25rem;
    line-height: 150%;
  }
}

.book__tabswitch_item._active {
  pointer-events: none;
}
.book__tabswitch_item._active, .book__tabswitch_item:hover {
  color: #272727;
}
.book__tabswitch_item + .book__tabswitch_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #272727;
}
.book__commentlist {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.book__commentlist_item {
  padding-left: 1.5rem;
  position: relative;
  text-align: justify;
}
.book__commentlist_item::before {
  content: "※";
  position: absolute;
  left: 0;
}
.book__commentlist_item + .book__commentlist_item {
  margin-top: 5px;
}
.book__worklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  display: none;
}
@media screen and (max-width: 768px) {
  .book__worklist {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    row-gap: 10px;
  }
}
.book__worklist._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.book__worklist_wrapper {
  margin: 0 calc(50% - 500px); /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
  width: 1000px; /* 幅を画面幅いっぱいに指定 */
  margin-top: 80px;
}


@media screen and (max-width: 1024px) {
  .book__worklist_wrapper {
    margin-left: calc(50% - 400px);
    margin-right: calc(50% - 400px);
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .book__worklist_wrapper {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
.book__worklist_link {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.book__worklist_item {
  width: calc(33.3333% - 20px); /* column-gapの3/2 */
}
.book__worklist_item._heading {
  width: 100%;
}
.book__worklist_item img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .book__worklist_item {
    width: 48%;
  }
}
.book__worklist_text {
  padding-top: 2px;
}
@media screen and (max-width: 768px) {
  .book__worklist_text {
    font-size: 1.25rem;
    line-height: 120%;
  }
}
.book__worklist_heading {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 150%;
}
.book__worklist_heading span {
  font-weight: normal;
  font-size: 80%;
}
.book__worklist_heading span::before {
  content: "（";
}
.book__worklist_heading span::after {
  content: "）";
}
.book__pricetable {
  min-width: 1000px;
  margin-top: 80px;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .book__pricetable {
    margin-top: 40px;
  }
}
.book__pricetable th {
  color: white;
  background: #5a5a5a;
  width: 14.28571429%;
}
.book__pricetable caption {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  .book__pricetable caption {
    text-align: left;
    padding-left: 5px;
  }
}
.book__pricetable thead th {
  background: #272727;
}
.book__pricetable tr {
  border-bottom: thin solid #272727;
}
.book__pricetable th, .book__pricetable td {
  border-right: thin solid #272727;
  vertical-align: middle;
  text-align: center;
  padding: 2px 5px;
}
.book__pricetable th._size, .book__pricetable td._size {
  text-align: left;
}
.book__pricetable th._price, .book__pricetable td._price {
  text-align: right;
}
.book__plantable {
  text-align: left;
  display: none;
}
.book__plantable._active {
  display: block;
}
.book__plantable_wrapper {
  min-width: 1000px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .book__plantable_wrapper {
    min-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .book__plantable_wrapper {
    margin-top: 40px;
  }
}
.book__plantable_column {
  border-top: thin solid #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.book__plantable_column:last-child {
  border-bottom: thin solid #272727;
}
.book__plantable_heading {
  padding: 3px;
  font-size: 80%;
  width: 18%;
}
.book__plantable_heading + .book__plantable_heading {
  border-right: thin solid #272727;
}
.book__plantable_heading._widthheading {
  border-right: thin solid #272727;
  width: 10%;
}
.book__plantable_heading:last-child {
  border-right: none;
}
.book__plantable_body {
  border-right: thin solid #272727;
  padding: 3px;
  width: 18%;
}
@media screen and (max-width: 1024px) {
  .book__plantable_body {
    font-size: 90%;
  }
}
.book__plantable_body._widthdouble {
  width: 36%;
}
.book__plantable_body._widthtriple {
  width: 54%;
}
.book__plantable_body._widthquad {
  width: 72%;
}
.book__plantable_body._widthquint {
  width: 90%;
}
.book__plantable_body._widthfull {
  width: 90%;
}
.book__plantable_body:last-child {
  border-right: none;
}
.book__plantable_price {
  font-size: 125%;
}


@media screen and (max-width: 1024px) {
  .book__plantable_price {
    font-size: 110%;
  }
}

