@charset "UTF-8";

/* CSS Document */

/*====================================

	main

====================================*/

main {
}

/*====================================

    #fv

====================================*/

#fv {
    border-bottom: none;
    padding: 200px 40px 80px;
}
#fv .inner {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}
#fv .inner img {
    width: 400px;
}

/*====================================

	section

====================================*/

main section {
	scroll-margin-top: 20px;
	padding: 0 40px;
}
main section .inner {
}
main section .inner .sec_ttl {
}
main section .inner .sec_ttl h2 {
}
main section .inner .sec_ttl h2 span {
}

/*====================================

    #member

====================================*/

#wp_member {
}
#wp_member .inner {
}
#wp_member .inner .list {
    width: 100%;
}
#wp_member .inner .list .cell {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--main-color);
    align-items: center;
}
#wp_member .inner .list .cell:nth-child(odd) {
    flex-direction:row-reverse
}
#wp_member .inner .list .cell:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    background: var(--main-color);
    z-index: 1;
}
#wp_member .inner .list .cell:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 40px;
    height: 40px;
    background: url(/common/images/joint.svg);
}
#wp_member .inner .list .cell .ph {
    position: relative;
    z-index: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(/images/prof_bg.svg);
    background-size: 10px;
    padding: 40px 20px;
}
#wp_member .inner .list .cell .ph>img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
#wp_member .inner .list .cell .text {
    width: 50%;
    height: 100%;
    padding: 120px 0;
    position: relative;
    background-image:
        url(/images/member_star_01.svg),
        url(/images/member_star_02.svg),
        url(/images/member_star_02.svg),
        url(/images/member_star_01.svg);
    background-position:
        top 20px left 20px,      /* 左上 */
        top 20px right 20px,     /* 右上 */
        bottom 20px left 20px,   /* 左下 */
        bottom 20px right 20px;  /* 右下 */
    background-size:
        80px 80px,
        80px 80px,
        80px 80px,
        80px 80px;
    background-repeat:
        no-repeat, no-repeat, no-repeat, no-repeat;
    padding: 20px 20px;
}
#wp_member .inner .list .cell .text h2 {
    width: 100%;
    text-align: center;
    font-size: 350%;
    line-height: 1em;
    margin-bottom: 40px;
    font-family: "Zen Old Mincho", serif;
}
#wp_member .inner .list .cell .text h2 span {
    display: block;
    line-height: 1em;
    font-size: 30%;
    text-align: center;
    padding: 0 0 .5em 0;
    color: var(--main-color);
    letter-spacing: .1em;
}
#wp_member .inner .list .cell .text p {
    font-size: 90%;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
#wp_member .inner .list .cell .text .sns {
    margin-top: 20px;
}
#wp_member .inner .list .cell .text .sns ul {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 400px;
    margin: 0 auto;
}
#wp_member .inner .list .cell .text .sns ul li {
    width: 30px;
    margin-right: 10px;
}

/*====================================

    #wp_news_gallery

====================================*/

#wp_news_gallery {
    border-top: 1px solid var(--main-color);
}
#wp_news_gallery .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    background: url(/images/news_gallery_bg.svg);
    background-size: 50px;
    z-index: 1;
}
#wp_news_gallery .inner:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    background: var(--main-color);
    z-index: 1;
}
#wp_news_gallery .inner .cell {
    width: 50%;
    position: relative;
    padding: 80px 0;
}
#wp_news_gallery .inner .cell .box {
    border: 1px solid var(--main-color);
    border-radius: 300px 300px 0 0;
    padding: 160px 40px 100px 40px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    z-index: 1;
}
#wp_news_gallery .inner .cell .box h2 {
    width: 100%;
    text-align: center;
    font-size: 300%;
    color: var(--main-color);
    margin-bottom: 60px;
    font-family: "Zen Old Mincho", serif;
}
#wp_news_gallery .inner .cell .box h2 span {
    font-size: 30%;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 1em 0 0 0;
}
#wp_news_gallery .inner .cell .box p {
    width: 100%;
    text-align: center;
}
#wp_news_gallery .inner .cell .box .btn {
    margin-top: 40px;
    text-align: center;
}
#wp_news_gallery .inner .cell .box .btn a {
    display: inline-block;
    padding: .8em 6em;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    border-radius: 60px;
    background-size: 40px;
    position: relative;
    background: #4688BC;
}
#wp_news_gallery .inner .cell .box .btn a:after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -5px;
    right: 10px;
    background: url(/images/icon_nomal.svg) no-repeat;
    display: inline-block;
}
#wp_news_gallery .inner .cell .box .btn a:hover:after {
    background: url(/images/icon_hover.svg) no-repeat;
    display: inline-block;
}

/*====================================

    #wp_academy

====================================*/

#wp_academy {
    border-top: 1px solid var(--main-color);
}
#wp_academy .inner {
    padding: 60px 160px;
    background: url(../images/academy_bg.svg) center center;
    background-size: cover;
}
#wp_academy .inner .box {
    border: 1px solid var(--main-color);
    border-radius: 2000px 2000px 0 0;
    padding: 140px 40px 60px 40px;
    background: #fff;
}
#wp_academy .inner .text_ph {
    width: 100%;
}
#wp_academy .inner .text_ph .ph {
    width: 220px;
    margin: 0 auto;
}
#wp_academy .inner .text_ph .text {
    margin-top: 60px;
}
#wp_academy .inner .text_ph .text h2 {
    width: 100%;
    text-align: center;
    font-size: 300%;
    color: var(--main-color);
    margin-bottom: 20px;
    font-family: "Zen Old Mincho", serif;
}
#wp_academy .inner .text_ph .text h2 span {
    font-size: 30%;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 1em 0 0 0;
}
#wp_academy .inner .text_ph .text p {
    margin-top: 20px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

/*====================================

    #wp_contact

====================================*/

#wp_contact {
    padding: 60px 0;
}
#wp_contact h2 {
    width: 100%;
    text-align: center;
    font-size: 300%;
    color: var(--main-color);
    margin-bottom: 20px;
    font-family: "Zen Old Mincho", serif;
}
#wp_contact h2 span {
    font-size: 30%;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 1em 0 0 0;
}
#wp_contact p {
    width: 100%;
    text-align: center;
}
#wp_contact .btn {
    text-align: center;
}
#wp_contact .btn a {
    color: var(--main-color);
}
#wp_skating_rink {
    padding: 40px 100px 0 100px;
    margin-bottom: 100px;
}

/*====================================

    #bg2

====================================*/

#bg2 {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    perspective: 1200px;
    z-index: -1;
    opacity: .5;
}
.snow-item {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    will-change: transform;
}

/*====================================

    .blur

====================================*/

.blur {
    filter: blur(12px);
    opacity: 0;
    transition: filter 0.8s ease, opacity 0.8s ease;
}
.blur.is-visible {
    filter: blur(0);
    opacity: 1;
}











































