@charset "UTF-8";

#index .section4__txt-2 a[target=_blank]:after, #index .article a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
.indent {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}
.hidden {
    visibility: hidden;
}
.flex {
    display: flex;
}
.flex-center {
    display: flex;
    max-width: max-content;
    margin: 0 auto;
}
.center {
    text-align: center;
}
#index .kv__logo {
    animation: none;
}
#index .kv__copy {
    width: auto;
}
#index .section4__inner {
    padding-top: 80px;
}
#index .section4__txt-2 {
    color: #332e20;
    background: initial;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
    position: relative;
    z-index: 2;
}
#index .section4__ttl-sub {
    font-size: 16px;
    letter-spacing: .15em;
    background-color: #332e20;
    display: inline-block;
    padding: 0.3em 0.5em;
    border-radius: 15px;
}
#index .section4__ttl {
    color: #322e21;
    width: auto;
    font-size: 28px;
    letter-spacing: .05em;
    line-height: 1.857;
    padding-top: 0.4em;
}
#index .section4__ttl-wrapper {
    font-family: "Maru Antique+ Bold","Noto Sans JP",sans-serif;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
#index .article h3 {
    font-family: "Maru Antique+ Bold","Noto Sans JP",sans-serif;
    font-size: 26px;
    letter-spacing: .075em;
    line-height: 1.34;
    color: #97caeb;
}
#index .section4__btn2 {
    width: max-content;
    margin: 0 auto;
    padding: 0.5em 2em;
    background: #fff;
    color: #97caeb;
    border-radius: 30px;
    letter-spacing: .05em;
    font-family: 'Maru Antique+ DemiBold', sans-serif;
}
#index .article__name {
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
}
#index .section4__txt-2 a, #index .article__txt a {
    color: #eb82af;
    transition: opacity .3s;
}
#index .article__img figcaption {
    text-align: left;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 2;
    font-family: "Shuei MaruGo L", sans-serif;
    text-indent: -1em;
    padding-left: 1em;
}
#index .section4__txt-2 a:hover, #index .article__txt a:hover {
    opacity: .4;
}
#index .section4 .continue {
    text-align: center;
    font-size: 15px;
}
#index .article__date {
    letter-spacing: .1em;
}
#index .section4 .article__img + .continu {
    margin-top: -25px;
}
#index .section9__ttl {
    width: auto;
    margin: 0;
    text-align: center;
    background: #97caeb;
    color: #fff;
    font-family: 'Maru Antique+ DemiBold', sans-serif;
}
#index .section9__ttl .section9__ttl-sub {
    color: #322e21;
    font-size: 14px;
    letter-spacing: .1em;
}
#index .section9__ttl h2 {
    font-family: 'Maru Antique+ Bold', sans-serif;
    font-size: 26px;
    line-height: 1.84;
    letter-spacing: .05em;
    padding: 60px 0 20px;
}
#index .section9__ttl h2.line_height-s {
    line-height: 1.44;
}
#index .section9__ttl h2.line_height-s span {
    font-size: 18px;
}
#index .section9__ttl .price {
    font-size: 17px;
    letter-spacing: .1em;
    display: inline-block;
}
#index .section9__ttl .price + span {
    font-size: 13px;
    letter-spacing: .1em;
    font-family: 'Maru Antique+ Regular', sans-serif;
    display: inline-block;
}
#index .section9__ttl .btn {
    display: inline-block;
    background-color: #fff;
    color: #97caeb;
    font-size: 15px;
    letter-spacing: .05em;
    border-radius: 15px;
    padding: 0.5em 1em;
    margin-top: 30px;
}
#index .section10 {
    margin-top: 30px;
    padding: 70px 0 0;
}
#index .section10__ttl {
    width: auto;
    color: #97caeb;
    font-size: 23px;
    letter-spacing: .15em;
    font-family: 'Maru Antique+ DemiBold', sans-serif;
    text-align: center;
    padding-bottom: 70px;
}
#index .section10__comment p {
    font-family: 'Shuei MaruGo L', sans-serif;
    font-size: 14px;
    line-height: 2.35;
    letter-spacing: .025em;
    color: #322e21;
}
#index .section10__comment p span.first-letter {
    font-family: 'Shuei NijimiMGo B JIS2004', sans-serif !important;
    font-size: 24px;
    line-height: 14px;
    color: #97caeb;
}
#index .section10__comment p span {
    font-family: 'Shuei MaruGo B', sans-serif;
}
#index .section10__comment p + p {
    padding-top: 2em;
}
.wrapper_thoughts .inner {
    max-width: 756px;
    width: 90vw;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative;
    line-height: 2;
}
.wrapper_thoughts .inner h2 {
    justify-content: center;
    padding-bottom: 30px;
}
.prof__btn {
    width: 230px;
    margin: 0 auto;
    cursor: pointer;
}
.prof__btn::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 32%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 10px;
}
.prof__btn.active::after {
    top: 45%;
    transform: rotate(-45deg);
}
.prof__body {
    display: none;
    background-color: #eeeeee;
}
.prof__body > div {
    width: 86.66667vw;
    margin: 0 auto;
    padding: 50px 0;
}
.prof__body h3 {
    font-family: "Shuei MaruGo B" , sans-serif;
    font-size: 18.75px;
}
.prof__body h3 span {
    font-size: 15px;
}
.prof__body p {
    font-family: "Shuei MaruGo L" , sans-serif;    
    font-size: 15px;
    line-height: 2;
    padding: 2em 0;
}
.prof__body a {
    font-family: "Shuei MaruGo B" , sans-serif;
    color: #d73728;
    line-height: 2;
}
.prof__body .book {
    text-align: center;
    padding-top: 0;
}
.prof__body .book img {
    max-width: 200px;
    margin: 0 auto;
}
.prof__body .book a {
    display: block;
    margin-top: .5em;
}
.open-in-new::after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: 90%;
    position: relative;
    top: -0.2em;
    text-decoration: none;
    display: inline-block;
}
@media screen and (min-width:768px) {
    #index .kv__ttl {
        width: auto;
    }
    #index .section4__txt-2 {
        width: max-content;
        padding: 0 0 30px 0;
        margin-top: 50px;
        letter-spacing: .15em;
        line-height: 2;
    }
    #index .section4__lefttxt {
        top: 180px;
    }
    #index .article {
        white-space: nowrap;
    }
    #index .article h3 {
        padding: 0 50px 34px;
    }
    #index .article_ttl {
        width: auto;
    }   
    #index .article__name {
        padding: 0 50px 8px;
    }
    #index .article__txt {
        padding: 0 50px 40px;
    }
    #index .article__img figcaption {
        padding-left: calc(50px + 1em);
    }
    #index .article__txt.article__txt-last {
        padding: 0 50px 75px;
    }
    #index .article__img {
        padding-bottom: 40px;
    }
    #index .article__img.article__img-last {
        padding: 0 0 75px;
    }
    #index .article__img + .article__img {
        margin-top: -15px;
    }
    #index .section4__btn {
        padding-top: 40px;
    }
    #index .section9 {
        display: flex;
    }
    #index .section9__ttl {
        width: 450px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #index .section10__lefttxt {
        top: 70px;
    }
    #index .section10__comment {
        width: 820px;
        margin: 0 auto;
        display: flex;
        gap: 15px;
    }
    .prof__body > div {
        width: max-content;
        padding: 75px 0;
    }    
}
@media screen and (max-width: 767px) {
    #index .section4__lefttxt {
        top: 10.666vw;
    }
    #index .section4__ttl {
        width: auto;
        font-size: 22.5px;
        line-height: 1.66;
        letter-spacing: 0;
        text-align: left;
        padding-top: .5em;
    }
    #index .section4__txt-2 {
        padding: 0 0 7.33333vw 0;
        font-feature-settings: "palt";
        letter-spacing: .15em;
    }
    #index .section4__inner {
        padding-top: 10.666vw;
    }
    
    #index .article_ttl {
        width: auto;
    }
    #index .article__name {
        font-size: 4.2666vw;
    }
    #index .article__img.article__img-last {
        padding: 0 0 20vw;
    }
    #index .article__img + .article__img {
        margin-top: -5vw;
    }
    #index .section4__btn2 {
        font-size: 14px;
    }
    #index .section9 {
        padding-top: 50px;
    }
    #index .section4 .continue {
        padding-bottom: 40px;   
    }
    #index .article__arrow {
        padding-top: 0;
    }
    #index .article__arrow-left, #index .article__arrow-right {
        width: 18.475vw;
    }
    #index .article__date {
        font-size: 2.8vw;
        padding-top: 3.8vw;
    }
    #index .section9__ttl {
        padding: 6.666vw 0 7.333vw;
    }
    #index .section9__ttl .section9__ttl-sub {
        font-size: 11px;
    }
    #index .section9__ttl h2 {
        padding: 7.3vw 0 4.6vw;
    }
    #index .section9__ttl .btn {
        margin-top: 8.666vw;
    }
    #index .section10 {
        padding-top: 50px;
        padding-bottom: 5.33333vw;
        margin-top: 10px;
        margin-bottom: -50px;
    }
    #index .section10__lefttxt {
        width: 9.54vw;
        top: 12.533vw;
    }
    .section10__inner {
        position: relative;
        z-index: 1;
    }
    #index .section10__ttl {
        padding-bottom: 30px;
        margin: 0;
    }
    #index .section10__comment {
        width: 86.666vw;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    #index .section10__comment li:first-of-type {
        margin-bottom: 2em;
    }
    .wrapper_thoughts .inner h2 {
        padding-bottom: 0;
    }
}
@media (max-width: 600px) {
    .wrapper_thoughts .inner {
        padding-top: 0;
    }
}