@charset "UTF-8";

/* CSS Document */

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

	main

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

main {
}

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

	#fv

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

#fv {
	width: 100%;
	height: 100vh;
}

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

    section

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

.logo_link {
    position: fixed;   /* HTML上の配置に応じて absolute でもOK */
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: url(/images/logo_link.png) center center no-repeat;
    background-size: 400px;
}

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

	section

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

main section {
	scroll-margin-top: 80px;
	padding: 100px 80px;
    position: relative;
    z-index: 3;
}
main section .inner {
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 6px;
    padding: 40px 60px;
}
main section .inner .sec_ttl {
}
main section .inner .sec_ttl h2 {
    color: #fff;
}
main section .inner .sec_ttl h2 span {
}

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

    #wp_concept

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

#wp_concept {
}
#wp_concept .inner {
    background: none;
    backdrop-filter: blur(0px);
    border: none;
}
#wp_concept .inner p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 200%;
    line-height: 2em;
}

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

    #wp_member

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

#wp_member {
}
#wp_member .inner {
}
#wp_member .inner .list {
}
#wp_member .inner .list .cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
#wp_member .inner .list .cell .ph {
    width: 300px;
}
#wp_member .inner .list .cell .ph img {
    border-radius: 6px;
    overflow: hidden;
}
#wp_member .inner .list .cell .text {
    flex: 1;
    padding: 0 0 0 40px;
}
#wp_member .inner .list .cell .text h2 {
    color: #fff;
}
#wp_member .inner .list .cell .text p {
    color: #fff;
}

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

	#skating rink

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


canvas {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
#particles {
    pointer-events: none;
}
#zamboni {
    position: fixed;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.92);
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    color: #0a4a78;
    font-weight: 500;
    z-index: 10;
    font-family: inherit;
    transition: background 0.2s;
}
#zamboni:hover {
    background: rgba(255, 255, 255, 1);
}


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

    .scroll1

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

.loopSlider {
    height: 360px;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
    position: relative;
    z-index: 10;
}
.loopSlider .loopslider_wrap {
    height: 360px;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.loopSlider .loopslider_wrap ul {
    display: -webkit-flex;
    display: flex;
}
.loopSlider .loopslider_wrap ul li{
    width: 500px;
}



























