﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://use.typekit.net/glv0sbx.css');

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Lists
 *   1.5 Side Entry Btn
 * 2. HEADER
 * 3. MENU
 * 4. MAIN VISUAL
 * 5. CONTENTS
 *    5.1 Guide
 *    5.2 About
 *    5.3 Book
 *    5.4 Outline
 *    5.5 Btn list
 * 6. FOOTER
 * 7. INTERACTIONS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    background: url(../img/bg02.png) center center repeat;
    background-size: contain;
    font-size: 1.8rem;
	color: #444444;
	line-height: 1.8;
	font-weight: 400;
	overflow: hidden;
}
@media (max-width: 1024px) {
    body {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

.small {
    font-size: 90%;
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
dl dt,
dl dd {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 500;
}
strong.b60 {
    font-weight: 600;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg {
	display: none !important;
}
.md-lg-pc,
.lg-pc,
.pc {
    display: block !important;
}
@media (max-width: 1024px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .lg-pc,
    .lg,
    .sp-md-none {
        display: none !important;
    }
    .md,
    .sp-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc,
    .sp-none {
        display: none !important;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }

@media (max-width: 767px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
p {
    margin: 1rem 0;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (max-width: 960px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
    .text-justify-xs {
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

.txt-black,
.txt-black a,
.txt-black a:hover {
    color: #000 !important;
}
.txt-blue,
.txt-blue a,
.txt-blue a:hover {
    color: #1d2088 !important;
}
.txt-brown,
.txt-brown a,
.txt-brown a:hover {
    color: #9c836e !important;
}
.txt-beige,
.txt-beige a,
.txt-beige a:hover {
    color: #b19447 !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.txt-indent {
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
@media (max-width: 960px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.8;
}
@media (max-width: 767px) {
    h1, h2, h3, h4 {
        line-height: 1.6;
    }
}

/* 1.4 Lists
 * ------------------------------*/
ul.disc-list {
    list-style: disc;
    margin: 0 0 0 2.2rem;
    padding: 0;
    line-height: 2;
}
ul.disc-list li {
    list-style: disc;
}
ol.ol-list {
    padding: 0;
    margin: 0 0 0 2.2rem;
    line-height: 2;
}
@media (max-width: 767px) {
    ul.disc-list {
        margin-left: 2rem;
    }
    ul.disc-list,
    ol.ol-list {
        line-height: 1.8;
    }
}

/* 1.5 Side Entry Btn
 * ------------------------------*/
 .side-entry {
    position: fixed;
    top: 35%;
    right: 0;
    transform: translateY(-35%);
    margin: 0;
    z-index: 1;
}
.side-entry:hover {
    opacity: 0.75;
    transition: 0.5s;
}
@media screen and (orientation:portrait) and (max-width: 1024px) {
    .side-entry {
        top: 20%;
        transform: translateY(-20%);
    }
}
@media (max-width: 960px) {
    .side-entry img {
        width: 50px;
        height: auto;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .side-entry {
        top: 60%;
        transform: translateY(-60%);
    }
}
@media (max-width: 767px) {
    .side-entry {
        display: none;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    display: none;
}
@media (max-width: 767px) {
    header {
        display: block;
        position: fixed;
        background: #fff;
        height: 10.4166666667vw;
        top: -10.4166666667vw;
        left: 0;
        transition: 0.5s;
        width: 100%;
        z-index: 9;
    }
    header .inner {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: space-between;
        margin: 0;
        position: relative;
    }
    header.fixed {
        top: 0;
    }
    .header-logo {
        position: absolute;
        left: 10px;
        top: 1.4vw;
    }
    .header-logo img {
        width: auto;
        height: 7vw;
    }
}

.header-btn-menu {
    position: fixed;
    right: 7vw;
    top: 40px;
    margin: 0;
    opacity: 1;  
    transition: 0.5s;
    z-index: 9;
}
.header-btn-menu img {
    width: 100px;
    height: 60px;
    cursor: pointer;
}
.header-btn-menu:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 1024px) {
    .header-btn-menu {
        top: 30px;
        right: 30px;
    }
}
@media (max-width: 767px) {
    .header-btn-menu {
        top: 12px;
        right: 12px;
    }
    .header-btn-menu img {
        width: auto;
        height: 45px;
    }
    .header-btn-menu.fixed {
        opacity: 0;
        top: 0;
    }
}
@media (max-width: 480px) {
    .header-btn-menu img {
        height: 30px;
    }
}

.header-btn-menu-on {
    display: none;
}
@media (max-width: 767px) {
    .header-btn-menu-on {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 10.4166666667vw;
        height: 10.4166666667vw;
        margin: 0;
        opacity: 1;
        transition: 0.5s;
        z-index: 9;
        background: url(../img/header-icon-menu.png) 50% 50% no-repeat;
        background-size: contain;
        cursor: pointer;
    }
}

.header-btn-entry {
  display: none;
}
@media (max-width: 767px) {
    .header-btn-entry {
        display: block;
        flex-shrink: 0;
        height: 100%;
        width: 27.7777777778%;
        position: absolute;
        top: 0;
        right: 10.4166666667vw;
    }
    .header-btn-entry a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fbe3ee;
    }
    .header-btn-entry img {
        display: block;
        width: 100%;
    }
}

/*-------------------------------
 * 3. MENU
 * ----------------------------*/
.menu {
    background: rgba(253, 224, 166, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    width: 100%;
}
.menu > div {
    background: #fff;
    height: 100%;
    margin-left: auto;
    padding-top: 100px;
    width: 600px;
}
@media (max-width: 767px) {
    .menu > div {
        padding-top: 13.8888888889vw;
        width: 89.1666666667%;
    }
}
.menu ul {
    border-bottom: 1px solid #ccc;
}
.menu ul ul {
    border-bottom: 0;
}
.menu li {
    border-top: 1px solid #ccc;
}
.menu li a {
    color: #444444;
    display: block;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    padding: 16px 0 16px 70px;
    text-decoration: none;
    font-weight: 500;
}
@media (max-width: 767px) {
    .menu li a {
        font-size: 4.1666666667vw;
        padding: 2.7777777778vw 0 2.7777777778vw 15.2777777778vw;
    }
}
.menu li a:hover {
    /*opacity: 0.5;*/
    transition: 0.5s;
    background: #F8EBDC;
}
.menu li a.current {
    background: #F8EBDC;
}
.menu li li a {
    padding-left: 98px;
}
@media (max-width: 767px) {
    .menu li li a {
        padding-left: 21.5277777778vw;
    }
}

.menu-btn-close {
    cursor: pointer;
    position: absolute;
    right: 8.8vw;
    top: 20px;
}
.menu-btn-close img {
    width: 38px;
}
@media (max-width: 1024px) {
    .menu-btn-close {
        right: 60px;
    }
}
@media (max-width: 767px) {
    .menu-btn-close {
        right: 2.7777777778vw;
        top: 2.7777777778vw;
    }
    .menu-btn-close img {
        width: 5.8333333333vw;
    }
}

.pict-menu {
    margin: 11% auto 0;
}
@media (max-width: 1024px) {
    .pict-menu {
        width: 160px;
    }
}
@media (max-width: 767px) {
    .pict-menu {
        width: 110px;
        margin-top: 15%;
    }
}

/*-------------------------------
 * 4. MAIN VISUAL
 * ----------------------------*/
#main-visual {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    background: #FFFCD1;
}
#main-visual .logo-10th {
    position: absolute;
    margin: 0;
    z-index: 1;
    top: 40px;
    left: 7vw;
}
#main-visual .icon-kentei {
    position: absolute;
    margin: 0;
    z-index: 1;
    top: 45px;
    right: 16vw;
}
#main-visual .img-main {
    padding: 3rem 14vw 3rem 15vw;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
}
@media (max-width: 1500px) {
    #main-visual .img-main {
        padding: 3rem 10vw 3rem 11vw;
    }
    #main-visual .icon-kentei {
    }
}
@media (max-width: 1400px) {
    #main-visual .icon-kentei {
        right: 17vw;
    }
}
@media (max-width: 1024px) {
    #main-visual .img-main {
        padding: 3rem 5vw 3rem 5.5vw;
    }
    #main-visual .logo-10th {
        top: 30px;
        left: 30px;
    }
    #main-visual .icon-kentei {
        top: 35px;
        right: 160px;
    }
}
@media (max-width: 960px) {
    #main-visual .logo-10th img {
        width: 110px;
        height: auto;
    }
}
@media (max-width: 767px) {
    #main-visual .logo-10th {
        top: 12px;
        left: 12px;
    }
    #main-visual .logo-10th img {
        width: 15vw;
        height: auto;
    }
    #main-visual .icon-kentei {
        width: 35px;
        top: 17px;
        right: 110px;
    }
}
@media (max-width: 480px) {
    #main-visual .img-main {
        padding: 4.5rem 0 1.5rem;
        margin: 0 -2rem 0 -1.2rem;
    }
    #main-visual .logo-10th img {
        width: 19vw;
    }
    #main-visual .icon-kentei {
        width: 28px;
        top: 13px;
        right: 74px;
    }
}

/*-------------------------------
 * 5. CONTENTS
 * ----------------------------*/
main {
    margin: 0 auto;
    padding: 0;
}
.wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}
section {
    margin: 0;
    padding: 0;
}
@media (max-width: 1120px) {
    .wrap {
        max-width: 92vw;
    }
}
@media (max-width: 767px) {
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
}

/* 5.1 Guide
* ------------------------------*/
.guide-wrap {
    background: #fff url(../img/bg01.png) center center repeat;
    background-size: contain;
    margin: 0;
    padding: 3rem 0 6rem;
    color: #000;
}
@media (max-width: 767px) {
    .guide-wrap {
        padding: 1.5rem 0 2rem;
        background: #fff url(../img/bg01-sp.png) center center repeat;
        background-size: contain;
    }
}

.guide-wrap .guide-box .day {
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 0.5rem;
}
.guide-wrap .guide-box .day .txt-kikan {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.6rem;
    vertical-align: 60%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #2a4198;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.guide-wrap .guide-box .day .txt-kikan span {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    padding-bottom: 0.5rem;
}
.guide-wrap .guide-box .day .num {
    display: inline-block;
    font-family: ocr-b-std, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 5.2rem;
    vertical-align: -3%;
}
.guide-wrap .guide-box .day .circle {
    display: inline-block;
    margin: 0 0.5rem;
    width: 40px;
    height: 40px;
    background: #746a6f;
    border-radius: 50%;
    font-size: 2.4rem;
    vertical-align: 20%;
    line-height: 1.5;
    color: #fff;
    box-sizing: border-box;
}
@media (max-width: 960px) {
    .guide-wrap .guide-box .day .txt-kikan {
        margin-right: 0;
        font-size: 1.4rem;
        width: 70px;
        height: 70px;
        line-height: 1.5;
    }
    .guide-wrap .guide-box .day .txt-kikan span {
        width: 70px;
        height: 70px;
    }
    .guide-wrap .guide-box .day {
        font-size: 3.6rem;
    }
    .guide-wrap .guide-box .day .num {
        font-size: 4.8rem;
    }
    .guide-wrap .guide-box .day .circle {
        width: 32px;
        height: 32px;
        font-size: 1.8rem;
        vertical-align: 25%;
        line-height: 1.6;
    }
}
@media (max-width: 767px) {
    .guide-wrap .guide-box .day .txt-kikan {
        font-size: 1.3rem;
        width: 55px;
        height: 55px;
        line-height: 1.3;
        vertical-align: 80%;
    }
    .guide-wrap .guide-box .day .txt-kikan span {
        width: 55px;
        height: 55px;
        padding-bottom: 0.1rem;
    }
    .guide-wrap .guide-box .day {
        font-size: 3rem;
    }
    .guide-wrap .guide-box .day .num {
        font-size: 4rem;
    }
    .guide-wrap .guide-box .day .circle {
        width: 28px;
        height: 28px;
        font-size: 1.6rem;
    }
}
@media (max-width: 480px) {
    .guide-wrap .guide-box .day {
        font-size: 1.8rem;
    }
    .guide-wrap .guide-box .day .txt-kikan {
        font-size: 1.2rem;
        width: 44px;
        height: 44px;
        vertical-align: 80%;
    }
    .guide-wrap .guide-box .day .txt-kikan span {
        width: 44px;
        height: 44px;
        padding-bottom: 0.2rem;
    }
    .guide-wrap .guide-box .day .num {
        font-size: 2.8rem;
    }
    .guide-wrap .guide-box .day .circle {
        width: 19px;
        height: 19px;
        font-size: 1.2rem;
        line-height: 1.5;
        vertical-align: 12%;
        margin: 0 0.1rem;
    }
}
@media (max-width: 420px) {
    .guide-wrap .guide-box .day {
        font-size: 1.7rem;
    }
    .guide-wrap .guide-box .day .num {
        font-size: 2.5rem;
    }
}
@media (max-width: 380px) {
    .guide-wrap .guide-box .day {
        font-size: 1.6rem;
    }
    .guide-wrap .guide-box .day .num {
        font-size: 2.4rem;
    }
}
@media (max-width: 360px) {
    .guide-wrap .guide-box .day {
        font-size: 1.5rem;
    }
    .guide-wrap .guide-box .day .num {
        font-size: 2.3rem;
    }
}

.guide-wrap .guide-box .guide {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 60px;
    font-weight: 700;
    font-size: 2.4rem;
}
.guide-wrap .guide-box .guide span {
    display: inline-block;
    font-size: 2rem;
    margin-right: 2rem;
}
@media (max-width: 1024px) {
    .guide-wrap .guide-box .guide {
        font-size: calc(15px + 9 * (100vw - 320px) / 704);
    }
    .guide-wrap .guide-box .guide span {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
}
@media (max-width: 480px) {
    .guide-wrap .guide-box .guide {
        gap: 0 30px;
    }
    .guide-wrap .guide-box .guide span {
        margin-right: 1rem;
    }
}

/*----- entry-list -----*/
ul.entry-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 20px;
    margin: 3.5rem auto 0;
}
ul.entry-list li {
    width: calc(100% / 3 - 14px );
}
ul.entry-list li a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 767px) {
    ul.entry-list {
        margin-top: 2rem;
    }
}
@media (max-width: 480px) {
    ul.entry-list {
        gap: 12px 12px;
        margin-top: 1.5rem;
    }
    ul.entry-list li {
        width: calc(100% / 2 - 6px );
    }
}

 /* 5.2 About
* ------------------------------*/
.about-wrap {
    padding: 10rem 0 6rem;
}
.about-wrap .wrap {
    background: #fff;
    border-radius: 24px;
    padding: 10rem 4rem 15rem;
}
.about-wrap .logo {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -67px;
}
.about-wrap .sub {
    font-size: 3.2rem;
    text-align: center;
    margin: 0 0 2rem;
}
.about-wrap .txt {
    line-height: 2.1;
    text-align: center;
}
.about-wrap .pict {
    position: absolute;
    bottom: 35px;
    right: 35px;
}
@media (max-width: 1024px) {
    .about-wrap .sub {
        font-size: calc(16px + 16 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .about-wrap {
        padding: 5.5rem 0 3rem;
    }
    .about-wrap .wrap {
        padding: 15% 1rem 30%;
        border-radius: 14px;
    }
    .about-wrap .logo {
        top: -34px;
    }
    .about-wrap .sub {
        margin-bottom: 1.5rem;
    }
    .about-wrap .txt {
        line-height: 1.9;
    }
    .about-wrap .pict {
        width: 35%;
        bottom: 15px;
        right: 15px;
    }
}
 
/* 5.3 Book
* ------------------------------*/
.book-wrap {
    padding: 6rem 0;
    background: #fff;
}
.book-wrap .sub {
    margin: 0;
    position: absolute;
    top: -60px;
    left: 0;
}
@media (max-width: 767px) {
    .book-wrap {
        padding: 3rem 0;
    }
    .book-wrap .sub {
        width: 26px;
        top: -30px;
    }
}

.book-wrap .box {
    width: 82%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: stretch;
    align-content: stretch;
    gap: 0 30px;
    margin-left: 18%;
}
.book-wrap .box .col {
    width: calc(100% / 2 - 15px );
    background: #fffcd1;
    border-radius: 24px;
    box-sizing: border-box;
    padding: 3rem 2rem;
    position: relative;
}
@media (max-width: 1024px) {
    .book-wrap .box {
        width: 90%;
        margin-left: 10%;
    }
    .book-wrap .box .col {
        padding: 3rem 1rem;
    }
}
@media (max-width: 767px) {
    .book-wrap .box {
        width: 84%;
        margin-left: 15%;
        gap: 20px 0;
    }
    .book-wrap .box .col {
        width: 100%;
        border-radius: 14px;
        padding: 2rem 1.5rem;
    }
}

.book-wrap .img01 {
    max-width: 50%;
    margin: auto;
    margin-bottom: 1.5rem;
}
.book-wrap .img02 {
    margin-bottom: 3.5rem;
}
.book-wrap .circle {
    position: absolute;
    right: 7%;
    top: 38%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #9BD7FF;
    color: #fff;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1.3;
    width: 74px;
    height: 74px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 0.2rem;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .book-wrap .circle {
        right: 5%;
    }
}
@media (max-width: 960px) {
    .book-wrap .circle {
        width: 66px;
        height: 66px;
        right: 2%;
        top: 29%;
        padding-bottom: 0.1rem;
    }
}
@media (max-width: 767px) {
    .book-wrap .img02 {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 480px) {
    .book-wrap .circle {
        font-size: 1.3rem;
        width: 60px;
        height: 60px;
        right: 5%;
        top: 33.5%;
        padding-bottom: 0.1rem;
    }
}
@media (max-width: 380px) {
    .book-wrap .circle {
        right: 4%;
        top: 27%;
    }
}

.book-wrap .txt-box {
    height: 210px;
    padding: 0 1.5rem;
    position: relative;
    box-sizing: border-box;
}
.book-wrap .subsub {
    text-align: center;
    margin: 0 0 0.8rem;
    font-weight: 600;
}
.book-wrap .txt {
    margin: 0;
    font-size: 1.6rem;
}
.book-wrap .price {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
}
.book-wrap .price span {
    display: inline-block;
    font-size: 1.6rem;
}
@media (max-width: 1024px) {
    .book-wrap .subsub {
        font-size: calc(15px + 4 * (100vw - 320px) / 704);
    }
    .book-wrap .txt {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
    .book-wrap .price {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
    .book-wrap .price span {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .book-wrap .txt-box {
        height: auto;
        padding: 0;
    }
}
@media (max-width: 480px) {
    .book-wrap .txt {
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

.book-wrap .btn {
    display: block;
    background: #b19447;
    width: 55%;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 0.4rem 0.5rem 0.7rem;
}
.book-wrap .btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 1024px) {
    .book-wrap .btn {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .book-wrap .btn {
        padding: 0.3rem 0.5rem 0.5rem;
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0);
        margin: 1.5rem auto 0;
    }
}

/* 5.4 Outline
* ------------------------------*/
.outline-wrap {
    padding: 6rem 0;
}
.outline-wrap .wrap {
    background: #fff;
    border-radius: 24px;
    padding: 3rem 4rem 5rem;
    text-align: center;
}
@media (max-width: 767px) {
    .outline-wrap {
        padding: 3rem 0;
    }
    .outline-wrap .wrap {
        border-radius: 14px;
        padding: 2rem 1rem 2.5rem;
    }
}

.outline-wrap .sub {
    font-size: 3.4rem;
    margin: 0 0 4rem;
}
.outline-wrap .subsub {
    font-size: 2.2rem;
    margin: 0 0 1.2rem;
    font-weight: 600;
}
.outline-wrap .txt-box {
    font-weight: 600;
    line-height: 2;
    font-size: 1.9rem;
}
.outline-wrap .txt-box .txt {
    font-weight: 400;
}
.outline-wrap .txt-box .cap {
    font-weight: 400;
    font-size: 1.5rem;
}
.outline-wrap .pict {
    position: absolute;
    bottom: 45px;
    right: 90px;
}
@media (max-width: 1024px) {
    .outline-wrap .sub {
        font-size: calc(17px + 17 * (100vw - 320px) / 704);
    }
    .outline-wrap .subsub {
        font-size: calc(15px + 7 * (100vw - 320px) / 704);
    }
    .outline-wrap .txt-box {
        font-size: calc(14px + 5 * (100vw - 320px) / 704);
    }
    .outline-wrap .txt-box .cap {
        font-size: calc(13px + 2 * (100vw - 320px) / 447);
    }
    .outline-wrap .pict {
        bottom: 30px;
        right: 30px;
    }
}
@media (max-width: 960px) {
    .outline-wrap .pict {
        width: 120px;
    }
}
@media (max-width: 767px) {
    .outline-wrap .sub {
        margin-bottom: 1.7rem;
    }
    .outline-wrap .subsub {
        margin-bottom: 0.7rem;
    }
    .outline-wrap .txt-box {
        line-height: 1.9;
    }
    .outline-wrap .pict {
        width: 35%;
        position: relative;
        top: 0;
        left: 0;
        margin: 2.5rem auto 0;
    }
}

/* 5.5 Btn list
* ------------------------------*/
ul.bnr-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    width: 80%;
    margin: 0 auto;
    gap: 0 60px;
    font-weight: 500;
}
ul.bnr-list li {
    width: calc(100% / 2 - 30px );
    box-sizing: border-box;
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 20px;
}
ul.bnr-list li a {
    display: block;
    padding: 3rem 1rem 3.2rem 4rem;
}
ul.bnr-list li a:hover {
    text-decoration: none;
}
ul.bnr-list li:hover {
    opacity: 0.75;
    transition: 0.5s;
}
ul.bnr-list li i {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
@media (max-width: 960px) {
    ul.bnr-list {
        width: 90%;
    }
}
@media (max-width: 767px) {
    ul.bnr-list {
        width: 100%;
        gap: 0 15px;
    }
    ul.bnr-list li {
        width: calc(100% / 2 - 8px );
        border-radius: 10px;
    }
    ul.bnr-list li a {
        padding: 1rem 1rem 1.2rem 3.2rem;
    }
    ul.bnr-list li i {
        left: 20px;
    }
    ul.bnr-list li .icon-x {
        width: 20px;
    }
    ul.bnr-list li .icon-usamaru {
        width: 24px;
    }
}
@media (max-width: 480px) {
    ul.bnr-list {
        font-size: 1.4rem;
    }
    ul.bnr-list li a {
        padding-left: 3.5rem;
    }
    ul.bnr-list li i {
        left: 9px;
    }
}
@media (max-width: 380px) {
    ul.bnr-list {
        font-size: 1.3rem;
    }
}
@media (max-width: 360px) {
    ul.bnr-list li a {
        padding-left: 3rem;
    }
    ul.bnr-list li .icon-usamaru {
        width: 21px;
    }
}
@media (max-width: 320px) {
    ul.bnr-list {
        font-size: 1.1rem;
    }
}

/*-------------------------------
 * 6. FOOTER
 * ----------------------------*/
footer {
    margin: 0;
    padding: 6rem 0 1rem;
    text-align: center;
    font-size: 1.6rem;
}
footer ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 30px;
    font-weight: 500;
}
footer .copy-sakumaru {
    margin: 4rem 0;
}
@media (max-width: 1024px) {
    footer {
        font-size: calc(13px + 3 * (100vw - 320px) / 447);
    }
}
@media (max-width: 767px) {
    footer {
        padding: 3rem 0 1rem;
    }
    footer ul {
        gap: 0;
    }
    footer ul li {
        width: 100%;
    }
    footer .copy-sakumaru {
        margin: 2rem auto;
        width: 75px;
    }
}

/*-------------------------------
 * 7. INTERACTIONS
 * ----------------------------*/
/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
