.topinfo {
    display: none;
}

.home .topinfo {
    display: block;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap");
@import url("/css/bootstrap-icons/font/bootstrap-icons.css");
html {
    background-color: #fff;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    scroll-behavior: smooth
}

@media (max-width:991.98px) {
    html {
        padding-top: 70px
    }
}

body {
    font-family: 'Noto Serif JP', serif!important;
    overflow-x: hidden;
    background-color: #fff
}

header a {
    text-decoration: none!important;
    font-weight: 600!important;
    font-size: 1.3rem!important;
    color: #888!important
}

header a.active {
    color: #222!important
}

header a:hover {
    color: #222!important
}

footer {
    background-color: #444;
    height: auto;
    color: #fff;
    font-size: .9rem
}

footer a {
    text-decoration: none!important;
    font-weight: 400!important;
    color: #fff!important
}

h2.midashi-en {
    font-size: 3rem;
    font-family: 'Old Standard TT', serif;
    color: #009475;
    text-align: center
}

h2.midashi-en.text-white {
    color: #fff
}

h2.midashi-br {
    width: 40%;
    background-color: #8e7557;
    color: #fff;
    text-align: center;
    border-radius: .6rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem
}

@media screen and (min-width:416px) and (max-width:1200px) {
    h2.midashi-br {
        width: 60%
    }
}

@media screen and (min-width:300px) and (max-width:415px) {
    h2.midashi-br {
        width: 100%
    }
}

iframe.video-frame {
    width: 100%;
    height: 420px
}

@media screen and (max-width:800px) {
    iframe.video-frame {
        height: 220px
    }
}

@media screen and (max-width:414px) {
    iframe.video-frame {
        height: 220px
    }
}

@media screen and (max-width:320px) {
    iframe.video-frame {
        height: 160px
    }
}

iframe.mail-form {
    margin-top: 1rem;
    margin-bottom: 3rem;
    width: 100%;
    height: 350px
}

a.prof-link {
    text-align: left;
    display: block;
    text-decoration: none;
    color: #222
}

a.prof-link:hover {
    color: #666
}

a.prof-link:hover>img {
    opacity: .6
}

p.copy-text {
    font-size: .96rem
}

@media screen and (min-width:416px) and (max-width:1024px) {
    p.copy-text {
        font-size: .7rem;
        line-height: .9rem
    }
}

@media screen and (min-width:300px) and (max-width:415px) {
    p.copy-text {
        font-size: .8rem;
        margin-bottom: .2rem
    }
}

@media screen and (min-width:300px) and (min-width:415px) {
    h5.copy-text {
        font-size: 1rem;
        font-weight: 900
    }
}

.bg-green {
    background-color: #009475;
    color: #fff
}

.hr-white {
    border-bottom: solid #fff .8px;
    margin-bottom: 2rem
}

.hr-green {
    border-bottom: solid #009475 .8px;
    margin-bottom: 2rem
}

.hr-gray {
    background-color: #222!important;
    margin-top: .6rem;
    margin-bottom: .6rem
}

.text-green {
    color: #009475
}

.modal-header-green {
    background-color: #009475;
    color: #fff
}

.new-info {
    line-height: 2.4rem;
    font-size: 1.06rem
}

.li-new-info {
    line-height: 1.8rem;
    margin-bottom: 1rem
}

.li-new-info::before {
    content: '●';
    color: #fff;
    margin-right: .2rem
}

.number-indent {
    padding-left: -1em;
    text-indent: 2em
}

.member-panel {
    border-radius: 1rem;
    background-color: #f4f1ed;
    padding: 2.6rem;
    border: solid #8e7557 .5px
}

.copyright {
    font-size: .8rem;
    line-height: 1rem;
    text-align: center;
    color: #fff
}

.bottom-copy {
    margin-top: 3rem;
    font-size: .8rem;
    line-height: 1rem;
    text-align: center;
    color: #222
}

.h-video {
    position: relative;
    background-color: #000;
    height: 50vh;
    min-height: 25rem;
    width: 100vw;
    overflow: hidden
}

@media screen and (min-width:801px) and (max-width:1024px) {
    .h-video {
        height: 35vh;
        min-height: 35vh
    }
}

@media screen and (min-width:416px) and (max-width:800px) {
    .h-video {
        height: 42vh;
        min-height: 42vh
    }
}

@media screen and (min-width:300px) and (max-width:415px) {
    .h-video {
        height: 26vh;
        min-height: 26vh
    }
}

.h-video>video {
    position: absolute;
    top: 60%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.h-video .container {
    position: relative;
    z-index: 2
}

.h-img {
    position: relative;
    background-color: #000;
    height: 120px;
    min-height: 120px;
    width: 100vw;
    overflow: hidden;
    color: #fff
}

.h-img>img {
    position: absolute;
    top: -185%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0
}

@media screen and (min-width:300px) and (max-width:415px) {
    .h-img>img {
        top: -40%;
        left: 0;
        width: 300%
    }
}

.h-img .container {
    position: relative;
    z-index: 2
}

.h-img .container>h2 {
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 1rem!important;
    font-size: 3rem;
    font-weight: 700
}

@media screen and (min-width:300px) and (max-width:415px) {
    .h-img .container>h2 {
        letter-spacing: .4rem!important;
        font-size: 2.4rem
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .4;
    z-index: 1
}

.header-text {
    position: absolute;
    bottom: -.2rem;
    width: 50%;
    text-shadow: #000 1px 0 4px
}

@media screen and (min-width:300px) and (max-width:415px) {
    .header-text {
        width: 90%;
        bottom: .4rem
    }
}

.h-100 {
    height: 100%!important
}

.mincho {
    font-family: 'Noto Serif JP', serif
}

.gothic {
    font-family: 'Noto Sans JP', sans-serif
}

.menu-weight {
    font-size: 1.12rem!important;
    font-weight: 500!important
}

.footer-link {
    font-size: .9rem!important;
    line-height: 1.62rem!important
}

.card {
    border: 0!important
}

.card-heading {
    height: 1.4rem;
    padding-right: .2rem
}

.card-heading.member-heading {
    height: .4rem
}

.card-title {
    line-height: 1.4rem
}

.card-img-top {
    border-bottom: 1px solid #ccc;
    cursor: hand;
    cursor: pointer
}

.card-body {
    padding: 0!important
}

.card-text {
    font-size: .9rem
}

.card-text.size-normal {
    font-size: 1rem
}

.thumb-border {
    border: solid #ddd .5px
}

.content-text {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.small-pubdate {
    font-size: .8rem;
    margin-top: .4rem;
    margin-bottom: .2rem
}

.header-green,
.bg-green {
    background-color: #009475
}

.bg-free-video-green {
    background-color: free-video-green!important
}

.bg-white {
    background-color: #fff!important
}

.content-title {
    font-size: .92rem;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6rem
}

.about-img {
    width: 300px;
    float: left
}

@media screen and (min-width:300px) and (max-width:415px) {
    .about-img {
        width: 100%
    }
}

.member-label {
    font-family: 'Noto Sans JP', sans-serif;
    background: #fafafa;
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative
}

.member-label::before {
    content: "";
    top: -1.4rem;
    left: 0;
    border-bottom: 4.6em solid transparent;
    border-left: 4.6em solid #8e7557;
    position: absolute;
    z-index: 100
}

.member-label::after {
    content: "会員限定";
    display: block;
    top: -6px;
    font-weight: 700;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
    left: -4px;
    position: absolute;
    z-index: 101
}

.free-label {
    font-family: 'Noto Sans JP', sans-serif;
    background: #fafafa;
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative
}

.free-label::before {
    content: "";
    top: -1.4rem;
    left: 0;
    border-bottom: 4.6em solid transparent;
    border-left: 4.6em solid #007b6e;
    position: absolute;
    z-index: 100
}

.free-label::after {
    content: "無料動画";
    display: block;
    top: -6px;
    font-weight: 700;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
    left: -4px;
    position: absolute;
    z-index: 101
}

.member-btn {
    font-size: 1.8rem!important;
    font-weight: 700!important;
    border: solid 1px #009475!important;
    color: #222
}

.member-btn:hover {
    background-color: #ccc!important
}

.member-btn.color-brown {
    border: solid 1px #8e7557!important
}

@media screen and (min-width:300px) and (max-width:415px) {
    .member-btn {
        font-size: 1.4rem!important
    }
}

.member-item {
    font-size: 2.8rem!important;
    line-height: 1.8rem!important;
    color: #009475!important;
    vertical-align: middle!important
}

.member-item::before {
    vertical-align: 0;
    line-height: 0
}

.member-item.color-brown {
    color: #8e7557!important
}

@media screen and (min-width:300px) and (max-width:415px) {
    .member-item {
        font-size: 2rem!important
    }
}

.bc-link>li>a {
    color: #222;
    text-decoration: none!important
}

.nav-style {
    height: 3rem;
    font-size: 1.2rem
}

@media (max-width:991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 70px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        -webkit-transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.m-menu-item {
    border-bottom: solid .5px #009475
}

#go-top {
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    position: fixed;
    bottom: 5rem;
    right: 2rem;
    font-size: 3rem;
    background-color: #007b6e;
    color: #fff;
    z-index: 110;
    cursor: pointer
}

@media screen and (min-width:300px) and (max-width:415px) {
    #go-top {
        font-size: 3rem;
        bottom: 2rem;
        right: .8rem
    }
}

.go-top-icon {
    position: absolute;
    left: 8px;
    top: -8px
}

.set-fadein {
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}