@charset "UTF-8";
/*variable*/
/****************************************
Smart phone
*****************************************/
@media screen and (max-width: 770px) {
  body {
    min-width: 100%;
  }
  .sp_hidden {
    display: none;
  }
  .pc_hidden {
    display: block;
  }
  img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .ttl {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    position: relative;
  }
  .ttl:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px; /*線の上下位置*/
    display: inline-block;
    width: 160px; /*線の長さ*/
    height: 5px; /*線の太さ*/
    transform: translateX(-50%); /*位置調整*/
    border-radius: 2px; /*線の丸み*/
  }
  /****************************************
  HEADER
  *****************************************/
  .header_parents {
    position: fixed;
    width: 100%;
    height: 72px;
    background-color: #fff;
    z-index: 9999;
  }
  header {
    width: 100%;
    height: 72px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  header .logo {
    padding-top: 6px;
    width: 120px;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  header div.sp-side-menu {
    float: left;
    margin: 16px 0 0 6px;
  }
  header div.sp-side-menu div {
    font-size: 12px;
  }
  header div.sp-side-menu div.shop {
    margin-bottom: 6px;
    width: 74px;
    background-color: #cc5b5b;
    padding: 4px 4px 2px 4px;
  }
  header div.sp-side-menu div.shop a {
    color: #fff;
  }
  header div.sp-side-menu div.eng {
    background-color: #6f4f26;
    width: 74px;
    padding: 4px 4px 2px 4px;
  }
  header div.sp-side-menu div.eng a {
    color: #fff;
  }
  /****************************************
  HUMBERGER-BTN
  *****************************************/
  .humberger {
    float: right;
    margin: 20px 20px 0 0;
  }
  .humberger p.menu {
    font-size: 12px;
    padding-top: 2px;
    color: #725125;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 36px;
    height: 20px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #725125;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger:hover span:nth-of-type(1) {
    top: -2px;
  }
  .menu-trigger:hover span:nth-of-type(3) {
    bottom: -2px;
  }
  /*.menu-trigger:hover {

  	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
  	width: 20px;

    }
  */
  /****************************************
  TOP-PAGE
  *****************************************/
  section.main_img {
    padding: 88px 0 16px 0;
  }
  section.main_img .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  section.main_img .swiper-container .swiper-slide img {
    width: 86%;
    margin: 0 auto;
  }
  section.notice {
    padding: 24px 0 0 0;
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }
  section.notice p {
    background: crimson;
    color: #fff;
    padding: 16px 8px;
    font-size: 16px;
    line-height: 26px;
  }
  section.about {
    padding: 64px 0;
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }
  section.about h1 {
    margin: 0 0 24px 0;
  }
  section.about h1 span {
    font-size: 14px;
  }
  section.about h2 {
    margin: 48px 0 0 0;
  }
  section.about p {
    font-size: 15px;
    line-height: 26px;
    margin: 16px 0;
    text-align: left;
  }
  section.about ul {
    width: 80%;
    flex-wrap: wrap;
    padding: 48px 0;
    margin: 0 auto;
  }
  section.about ul li {
    width: 100%;
    text-align: left;
  }
  section.about ul li div {
    width: auto;
    max-width: 128px;
    margin: 0 auto;
  }
  section.about ul li:nth-child(2) {
    margin: 24px 0;
  }
  section.about ul li p {
    font-size: 15px;
    line-height: 23px;
    margin: 16px 0;
  }
  section.about02 {
    padding: 124px 0 80px 0;
  }
  section.about02 ul {
    width: 86%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-top: 40px;
  }
  section.about02 ul li {
    width: 100%;
  }
  section.about02 ul li.pos01 {
    width: 100%;
    display: none;
  }
  section.about02 ul li.pos02 {
    width: 100%;
    margin-top: 16px;
  }
  section.about02 ul li.pos02 p {
    margin-left: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  section.about02 ul li.pos02 p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
  }
  section.about02 ul li.pos03 {
    width: 100%;
    margin: 48px 0;
  }
  section.about02 ul li.pos03 p {
    margin-right: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  section.about02 ul li.pos03 p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
  }
  section.about02 ul li.pos04 {
    width: 100%;
    margin: 48px 0;
    display: none;
  }
  section.about02 div.pos05 {
    width: 64%;
    margin: 0 auto 16px auto;
  }
  section.buy {
    padding: 80px 0;
    text-align: center;
  }
  section.buy .buy_btn {
    width: 240px;
    margin: 0 auto;
  }
  /****************************************
  illustration
  *****************************************/
  section.illustration {
    padding: 88px 0 80px 0;
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }
  section.illustration h1 {
    margin: 24px 0 24px 0;
  }
  section.illustration h2 {
    margin: 48px 0 0 0;
  }
  section.illustration p {
    font-size: 16px;
    line-height: 1.6;
    margin: 16px 0;
  }
  section.illustration .f_sml {
    font-size: 16px;
    line-height: 1.6;
  }
  section.illustration ul {
    width: 100%;
    flex-wrap: wrap;
    padding: 48px 0 0 0;
  }
  section.illustration ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
  }
  section.illustration ul li div img {
    width: auto;
  }
  section.illustration ul li:nth-child(2n) {
    margin: 0 0 120px 0;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 24px 0 16px 0;
  }
  section.illustration ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 8px 16px 8px;
  }
  section.illustration ul li p.book_ttl {
    font-size: 18px;
    background-color: #6D5024;
    color: #fff;
    display: inline-block;
    margin: 0 8px 8px 8px;
    font-weight: 400;
    width: 96%;
  }
  section.illustration ul li p.ttl_pos01 {
    margin-top: 24px;
    clear: both;
  }
  section.illustration ul li p.float-left {
    clear: both;
    width: 100%;
  }
  section.illustration ul li div.staff-img {
    clear: both;
    width: 100%;
    margin: 8px auto 16px auto;
    text-align: center;
  }
  section.illustration ul li div.staff-img img {
    width: 180px;
    margin: 0 auto;
  }
  section.illustration ul li div.staff-img02 {
    width: 120px;
    margin: 0 auto 16px auto;
    padding: 0 0 16px 0;
  }
  section.illustration div.staff p {
    font-size: 15px;
    padding-bottom: 8px;
  }
  section.illustration div.staff p:nth-child(2) {
    padding-top: 24px;
  }
  section.illustration div.staff p span {
    font-weight: 600;
  }
  section.staff {
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }
  section.staff p.ttl {
    font-size: 18px;
    margin-bottom: 64px;
    text-align: center;
  }
  section.staff ul {
    display: flex;
    flex-wrap: wrap;
  }
  section.staff ul li {
    width: 100%;
    padding: 32px 24px;
    border-bottom: 1px solid #ccc;
  }
  section.staff ul li p {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }
  section.staff ul li p.center {
    font-weight: 600;
    padding: 8px 0;
    text-align: center;
  }
  section.staff ul li p.txt-center {
    text-align: center;
  }
  section.staff ul li div {
    width: 164px;
    margin: 0 auto;
  }
  section.staff ul li:nth-child(2n) {
    border-left: none;
  }
  div.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 24px 0 24px 0;
  }
  /****************************************
  principle
  *****************************************/
  section.about_pcc01 {
    padding: 32px 0 16px 0;
    width: 86%;
    margin: 0 auto;
  }
  section.about_pcc01 p {
    font-size: 15px;
    line-height: 23px;
    padding: 0 0 24px 0;
    text-align: left;
  }
  section.about_pcc02 {
    padding: 16px 0 16px 0;
    width: 86%;
    margin: 0 auto;
  }
  section.about_pcc02 h2 {
    margin: 0 0 16px 0;
    font-size: 16px;
  }
  section.about_pcc02 p {
    font-size: 15px;
    line-height: 23px;
    padding: 0 0 24px 0;
    text-align: left;
  }
  section.principle {
    padding: 88px 0 32px 0;
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }
  section.principle h1 {
    margin: 24px 0 24px 0;
  }
  section.principle .book {
    width: auto;
    margin: 32px auto 0 auto;
  }
  section.principle p.eng {
    text-align: left;
  }
  section.principle p.jp {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 0 0;
    text-align: left;
    margin-top: 24px;
  }
  section.principle p.jp02 {
    font-size: 15px;
    line-height: 23px;
    margin: 24px 0;
    text-align: left;
  }
  section.principle02 h3 {
    width: 86%;
    margin: 0 auto;
  }
  section.principle02 ul {
    clear: both;
    width: 86%;
    padding: 48px 0 0 0;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  section.principle02 ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }
  section.principle02 ul li:nth-child(2n) {
    margin-left: 0;
  }
  section.principle02 p {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 8px 0;
  }
  section.principle02 p span {
    font-size: 13px;
    line-height: 20px;
  }
  section.principle02 ul li p:first-child {
    font-weight: 600;
  }
  section.principle02 .annotation {
    text-align: left;
    font-size: 15px;
    margin: 0 7%;
  }
  section.principle03 {
    width: 86%;
    margin: 0 auto;
  }
  section.principle03 p {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 8px 0;
  }
  /****************************************
  SHOP
  *****************************************/
  section.shop {
    padding: 88px 0 80px 0;
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }
  section.shop h1 {
    margin: 16px 0 16px 0;
  }
  section.shop ul {
    padding: 24px 0;
    text-align: center;
  }
  section.shop ul li {
    margin: 16px 0;
    font-size: 15px;
    line-height: 25px;
  }
  /****************************************
  Books Archives
  *****************************************/
  section.book_archives {
    padding: 88px 0 80px 0;
    text-align: center;
  }
  section.book_archives h1 {
    margin: 24px 0 24px 0;
  }
  section.book_archives ul {
    width: 92%;
    margin: 0 auto;
    padding: 24px 0 0 0;
    flex-wrap: wrap;
  }
  section.book_archives ul li {
    width: 48%;
    margin: 0 0 32px 0;
  }
  section.book_archives ul li:nth-child(3n) {
    margin: 0 0 32px 0;
  }
  section.book_archives ul li:nth-child(2n) {
    margin: 0 0 32px 4%;
  }
  /****************************************
  BTN
  *****************************************/
  .square_btn {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background-color: #ef5050;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    width: 80%;
    text-align: center;
    padding: 16px 16px;
  }
  .square_btn:hover {
    background-color: #A49090;
  }
  .col_brw {
    background-color: #725125;
  }
  .col_red {
    background-color: #C53434;
  }
  .fnt_20 {
    font-size: 20px;
    font-weight: 500;
    width: 243px;
    padding: 16px 0;
  }
  .fnt_20:hover {
    text-decoration: none;
    background-color: #9e2d2d;
  }
  /****************************************
  FOOTER
  *****************************************/
  footer {
    background-color: #000;
    padding: 10px 0 10px 0;
    border-top: 1px solid #ccc;
    margin-top: 0;
  }
  footer address {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    line-height: 18px;
    margin: 16px 0 60px 0;
  }
  /****************************************
  CLOSE Smart phone
  *****************************************/
}