/*
----------------------------------------------------*/
:root {
    --section-maxW:1200px;
    --ushikoi-red: #ba0000;
    --ushikoi-red2: #870303;
    --ushikoi-red3: #901b1b;
    --ushikoi-darkRed:#970002;
    --ushikoi-blk: #191b1d;
    --ushikoi-gry: #292b2d;
    --ushikoi-lightgry: #d9dada;
    --ushikoi-wht: #ffffff;
    --ushikoi-yel:#ca9b19;
    --ushikoi-yel2:#514717;
    --section-outLineW:18px;
    --titleEn:'Lalezar', cursive;
}

/* Animation
----------------------------------------------------*/
.fadeIn{
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    -webkit-transform: translate3d(0px, 100px, 0px);
    transform: translate3d(0px, 100px, 0px);
    opacity: 0;
}
.fadeIn.active,.fadeInDown.active,.slideUp.active,.fadeInRight.active
{opacity: 1;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

.zoomIn{
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    transform: scale(0);
    opacity: 1;
}
.zoomIn.active{transform: scale(1);	opacity: 1;}

.fadeInDown{
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
}
.fadeInRight{
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
}


/* Common
----------------------------------------------------*/
hr{max-width: var(--section-maxW);margin: 0 auto; width: 90%; height: 1px;}
img{width: 100%;vertical-align:middle;}
a.linkText{border-bottom: 1px solid;}
a.linkText:hover{opacity: 0.8;}
a:not(.headerLogo):hover img{filter: brightness(47%);-webkit-filter:brightness(47%);}
.mobileOnly{display: none;}
.pcOnly{display: inline-block;}
span.fontRed{color: var(--ushikoi-red);}
span.fontSmall{font-size: 1.1rem;
    letter-spacing: 0.05em;}
.vertical{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.roundIcon{
    width: 220px;
    margin: 0 auto;
}
.flexBox{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
}
.button{position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 0 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    letter-spacing: 0.1em;
    color: #212529;
    background: var(--ushikoi-wht);
    border: 4px solid var(--ushikoi-wht);
    border-radius: 100vh;
    width: 300px;
    min-width: 158px;
    line-height: 56px;
    font-weight: bold;
}
.button.btnSq{border-radius: 8px; max-width: 500px; text-align: center; border:none;}
.button.btnRound{border-radius: 50%; width: 170px; height: 170px; margin:0 auto;text-align: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    line-height: 2;
}
.button.btnArrow::after,.button.btnLogin::after,.button.btnSingUp::after,.button.btnLink::after{font-family:'ushikoi';position: absolute; font-weight: 700; content: '\e908'; right: 20px;}
.button.btnLink::after{content: '\e90d';}
.button.btnArrowPrev{text-align: center;}
.button.btnArrowPrev::after{
    font-family:'ushikoi';position: absolute; font-weight: 700; content: '\e90a'; left: 20px;
}
.button.btnRound::after{font-family:'ushikoi';position: absolute;content: '\e909';right: 50%; bottom: 43px; transform: translate(50%,50%); }
.button.btnRed{
    color: var(--ushikoi-wht);
    background: var(--ushikoi-red);
    border: 4px solid var(--ushikoi-darkRed);
}
.button.btnWht{border: 4px solid var(--ushikoi-lightgry);}
.button.btnGry{background: var(--ushikoi-gry); color: var(--ushikoi-wht);}
.button.btnYel{background: var(--ushikoi-yel); color: var(--ushikoi-wht);}
.button.btnSingUp{color: var(--ushikoi-red);background: var(--ushikoi-wht);
    border: 4px solid var(--ushikoi-darkRed); width:100%; min-width: 158px;}
.button.btnLogin{color: var(--ushikoi-wht);background: var(--ushikoi-red);
    border: 4px solid var(--ushikoi-wht);width:100%; min-width: 130px;}

.button:hover{color: var(--ushikoi-wht); background-color: var(--ushikoi-red);}
.button:not(.btnSq):hover::after{color: var(--ushikoi-wht);}
.button.btnRound:hover{background: var(--ushikoi-darkRed);}
.button.btnRed:hover{background: var(--ushikoi-darkRed); }
.button.btnGry{background: var(--ushikoi-gry); color: var(--ushikoi-wht);}
.button.btnYel:hover{background:#916a09; color: var(--ushikoi-wht);}
.button.btnLogin:hover{background: var(--ushikoi-wht); color: var(--ushikoi-red);}
.button.btnLink:hover{background: var(--ushikoi-darkRed);}
.button.btnFb,.button.btnGoogle,.button.btnTwitter,.button.btnInsta{
    border:none;
    color: var(--ushikoi-blk);
    background: var(--ushikoi-wht);
    display: flex;
    margin: 0 auto;
    box-shadow: 0 3px 0 #9a9a9b;
}
.button.btnFb{background: #1877f2;	color: var(--ushikoi-wht);}
.button.button.btnGoogle{border:2px solid #9a9a9b;}
.button.btnTwitter{background: #1DA1F2; color: var(--ushikoi-wht);}
.button.button.btnInsta{
    background: #d6249f;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    color: var(--ushikoi-wht);}
.button.btnFb:hover,.button.btnGoogle:hover,.button.btnTwitter:hover,.button.btnInsta:hover{
    top: 2px;
    box-shadow: none;
}
.socialLogin{background: var(--ushikoi-wht); margin-top: 30px; padding: 20px 0; border-radius: 5px;}
.socialLogin .button span{font-weight: 700; padding-left: 20px;}
.socialLogin .button .iconBox{width: 28px;
    display: flex;
    align-items: center;
    padding: 10px 0;}
.boxCopy{
    background:var(--ushikoi-red) ;
    border: 2px solid var(--ushikoi-wht);
    margin-top: 20px; padding: 20px 0; border-radius: 5px;
    position:relative;
    z-index: 999;
    box-shadow: 4px 4px 0 rgba(96,9,5,0.68);
}
.boxCopy h3{padding:0 10px; font-weight:bold;}

.table{width: 100%;}
.table td,.table th{font-size: 1.4rem; padding: 20px 10px; border: 1px solid var(--ushikoi-lightgry);}
.table th{width: 120px;}

.mt-5 {
  margin-top: 25px;
}

/* Loading
----------------------------------------------------*/
.loading{
    width: 100vw;
    height: 100vh;
    background-color: #820915;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loading .imgBox{
    width: 150px;
    text-align: center;
    position: relative;
}

.loading .imgBox img{
    max-width: 100%;
    height: auto;
}
.loading .imgBox .logoEffect{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    display: none;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.2s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    opacity: 1;
}
@keyframes fadeUpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}


/* Slider
----------------------------------------------------*/
.slick-arrow{
    display: inline-flex;
    padding:0;
    width: 54px;
    height: 38px;
    background: var(--ushikoi-wht);
    align-items: center;
    justify-content: center;
    border-radius: 50vh;
    border:2px solid #d9dada;
}
.slick-arrow:hover,.slick-arrow:active{background: var(--ushikoi-red);}
.slick-next{right: 0;}
.slick-prev{left: 0;}
.slickNext::before, .slick-next::before,.slickNext-slideRegular3::before{font-family:'ushikoi';font-weight: 700; content: '\e90a'; font-size: 0.75rem;
    color: var(--ushikoi-blk);}
.slickPrev::after,.slick-prev::before,.slickPrev-slideRegular3::after{font-family:'ushikoi';font-weight: 700; content: '\e908';font-size: 0.75rem;
    color: var(--ushikoi-blk);}
.slick-dots{
    bottom:-50px;
}
.slick-dots>li:only-child {
    display: none;
}
.slick-dots li {
    margin: 0;
    width: 25px;
}
.slick-dots li button::before{content:''; opacity: 1;}
.slick-dots li button:before {
    content:'';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid var(--ushikoi-red);
}
.slick-dots li.slick-active button:before,.slick-dots li button:hover:before {
    background:  var(--ushikoi-red);
}
.slideItem {padding: 20px;position: relative;}
.labelNew {
    background-color: var(--ushikoi-red);
    color: var(--ushikoi-wht);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.sliderWrapper {
    position: relative;
    width: 100%;
}
.sliderWrapper .inner {
    width: 100%;
}
.sliderWrapper .slideItem img {
    display: block;
    margin-bottom: 16px;
    width: 100%;
}
.sliderWrapper .slickNav-arrows {
    position: absolute;
    display: block;
}
.sliderWrapper .slickNext {
    right: 0;
}
.sliderWrapper .slickPrev {
    left: -85px;
}
.sliderWrapper .slickNext::before, .sliderWrapper .slickPrev::after,.sliderWrapper .slickNext-slideRegular3::before, .sliderWrapper .slickPrev-slideRegular3::after {
    color: #000;
}
.sliderWrapper .slickNext:hover,.sliderWrapper .slickPrev:hover,.sliderWrapper .slickNext-slideRegular3:hover,.sliderWrapper .slickPrev-slideRegular3:hover{
    background-color: var(--ushikoi-red);
}
.sliderWrapper .slickNext:hover::before, .sliderWrapper .slickPrev:hover::after,.sliderWrapper .slickNext-slideRegular3:hover::before, .sliderWrapper .slickPrev-slideRegular3:hover::after{
    color: #fff;
}

/* modal
----------------------------------------------------*/
.modal,
.js-modal {
    opacity: 0;
    z-index: 0;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    display: 0;
}
.modal.open {opacity: 1;z-index: 9999; display: block;}
.modalBg{
    position: absolute;
    background: rgba(0,0,0,0.85);
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    z-index: 9998;
}
.modalContent{
    width: 60%;
    height: 90vh;
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow-y: scroll;
}
.modalContent .inner{
    padding: 20px;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}
.modalContent .img{
    width: 80vh;
    height: auto;
}
.modalContent .closeBtn{
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -20px;
    right: -20px;
    transform: translate(-30%,50%);
}
.modalContent .closeBtn span::before,
.modalContent .closeBtn span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 16%;
    margin: -8% 0 0 -42%;
    background: #fff;
}
.modalContent .closeBtn span::before {
    transform: rotate(-45deg);
}
.modalContent .closeBtn span::after {
    transform: rotate(45deg);
}
.js-modal-content{
    cursor: pointer;
}
.js-modal-content .textBox{display: none;}
.modalContent .js-modal-content .textBox{display: block;}
.modalContent .textBox{text-align: left; padding: 40px 20px;}
.modalContent .js-modal-content .date{color: var(--ushikoi-darkRed);}
.modalContent .js-modal-content .title{padding: 20px 0; }
.modalContent .js-modal-content .labelNew{display: none;}

.modalInner{display: none;}
.js-modal.open .modalInner{display: block; overflow-y: scroll;}

/* Wrapper
----------------------------------------------------*/
.wrapper{
    width: 100%;
}
.wrap{
    width: 98%;
    width: calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    position: relative;
}

/* globalNav
----------------------------------------------------*/
.globalNav{	width: 96px;height: 100vh;position:fixed;z-index: 900;right: 0; display: flex;}
.globalNav .gnContents{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 900;
    background-color: var(--ushikoi-blk);
}
.globalNav.top .gnContents{background-color: var(--ushikoi-darkRed);}
.globalNav.top .gnContents .gnLogo .logo-svg,.globalNav.active .gnContents .gnLogo .logo-svg{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.globalNav .gnContents .gnLogo{
    align-items: center;
    position: absolute;
    width:35px;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}
.globalNav .gnContents .gnLogo span{line-height: 33px;display: none;font-size: 1.25rem;font-weight: bold;transition: 1.2s; padding-top: 20px;}
.globalNav .gnContents .gnLogo img{display: block;transition: 1.2s;}
.globalNav .gnContents .gnLogo .logo-svg{height: 78px;}
.globalNav .gnContents .gnLogo:hover .logo-svg,.globalNav .gnContents .gnLogo:hover .logo-svg{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: .2s;
}
.globalNav.top .gnContents .gnLogo span{display: inline-block;}
.globalNav.top .gnContents .gnLogo img{display:none;}
.globalNav.top .gnContents .gnLogo:not(.active) .logo-svg.vertical{display: none;}
.globalNav .gnContents .gnLogo .logo-svg.vertical{ display: inline-block;}
.globalNav .gnContents .gnLogo .logo-svg.horizontal{ display: none;}
.globalNav .gnContents .gnLogo.active span,.globalNav .gnContents .gnLogo.active .logo-svg.vertical{display: inline-block;}

/* Toggle Button */
.globalNav .gnNavButton{
    width: 96px;
    height: 82px;
    background:var(--ushikoi-yel);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.globalNav .gnNavButton.active{
    background:var(--ushikoi-blk);
}
.globalNav .gnNavButton .bar {
    display: block;
    height: 4px;
    width: 38px;
    background-color: #FFF;
    margin: 7px auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.globalNav .gnNavButton.active .top {
    width: 36px;
    -webkit-transform: translateY(11px) rotateZ(30deg);
    -moz-transform: translateY(11px) rotateZ(30deg);
    -ms-transform: translateY(11px) rotateZ(30deg);
    -o-transform: translateY(11px) rotateZ(30deg);
    transform: translateY(11px) rotateZ(30deg);
}

.globalNav .gnNavButton.active .bottom {
    width: 36px;
    -webkit-transform: translateY(-11px) rotateZ(-30deg);
    -moz-transform: translateY(-11px) rotateZ(-30deg);
    -ms-transform: translateY(-11px) rotateZ(-30deg);
    -o-transform: translateY(-11px) rotateZ(-30deg);
    transform: translateY(-11px) rotateZ(-30deg);
}

.globalNav .gnNavButton.active .middle {
    width: 0;
}

/*  SNS Link  */
.globalNav .gnSNSNav{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    padding: 20px;
}
.globalNav .gnSNSNav .inner{
    width: 100%;
    background-color: var(--ushikoi-wht);
    border-radius: 50vw;
    padding: 20px 10px;
}
.globalNav .gnSNSNav .inner h4{color:var(--ushikoi-red); width:100%; margin:0 auto;padding: 10px; font-size:1.2rem; font-weight: 500;}
.globalNav .gnSNSNav .inner .navItem{width: 100%; max-width: 20px;}
.globalNav .gnSNSNav .inner .navItem img{padding: 5px 0;}
.globalNav .gnSNSNav .inner .navItem:hover img{
    filter: brightness(90%);
    -webkit-filter:brightness(90%);
    opacity: 0.7;
    transition: 1.2s;
}
.globalNav .gnMenu {
    display: block;
    height: 100%;
    width: 445px;
    position: fixed;
    top: 0;
    z-index: 800;
    right: 96px;
    background-color: var(--ushikoi-red);
    -webkit-transform: translateX(531px);
    -moz-transform: translateX(531px);
    -ms-transform: translateX(531px);
    -o-transform: translateX(531px);
    transform: translateX(531px);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 0;
}
.gnMenu .innner{
    overflow-y: scroll;
    height: 100%;
    padding: 0 20px;
}

/* global MenuLinks */
.globalNav .gnMenu .gnMenuContent{padding: 27.5px 25px;}
.globalNav .gnMenu .gnMenuContent:last-child{padding: 10px;}
.globalNav .gnMenu.active {
    -webkit-transform: translateX(0);
    -moz-transform:  translateX(0);
    -ms-transform:  translateX(0);
    -o-transform:  translateX(0);
    transform:  translateX(0);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 1;
}

.globalNav .gnMenu hr{margin: 0 55px;color: #fff;}
.globalNav .gnMenu .navItem{display:block;padding: 17.5px 20px; }
.globalNav .gnMenu .navItem .label{ font-size:3rem; font-family: var(--titleEn);line-height:0.8; transition: 1.2s;}
.globalNav .gnMenu .navItem .caption{font-weight:900;display: flex;
    align-items: baseline;transition: 1.2s;}
.globalNav .gnMenu .navItem .caption::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: var(--ushikoi-wht);
    margin-left: 2rem;
    opacity: 0.3;
}
.globalNav .gnMenu .navItem:hover .label,.globalNav .gnMenu .navItem:hover .caption{
    transition: 1.2s;
    color: var(--ushikoi-red2);
}


.gnMenuContent .koiclubBox {
    border-radius: 5px;
    padding: 20px 0;
}
.gnMenuContent .koiclubBox .loginBlock{
    width: 100%;
    padding: 20px 5px;
}
.gnMenuContent .koiclubBox .boxHeader{
    padding-bottom:20px;
}

.gnMenuContent .koiclubBox .boxHeader img{
    width: 40%;
    margin: 0 auto;
}
.gnMenuContent .koiclubBox .boxHeader .title{
    font-size: 4.4rem;
    letter-spacing: 0.1em;
    position: relative;
}
.gnMenuContent .koiclubBox .boxHeader p{
    font-size: 1.4rem;
    position: relative;
}
.gnMenuContent .koiclubBox .button{
    line-height: 48px;
}

.gnMenuContent.gnMenuFooter{
    display: none;
}
.gnMenuContent.gnMenuFooter .gnSNSNav{	display: none}
.yoyakuBtn{
    position: absolute;
    right: 116px;
    top:117px;
    width: 210px;
    z-index: 800;
}
.yoyakuBtn .button{
    width:100%;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.4em;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    line-height: 40px;
}
.yoyakuBtn .button i{font-size: 2.4rem;letter-spacing: 0.4em;}
.yoyakuBtn .button:hover{
    background-color: var(--ushikoi-darkRed);
}

/* Header
----------------------------------------------------*/
.header {
    padding: 0 50px 10px;
    position: relative;
}
.header.borderHeader{
    border-bottom: 1px solid #c4c5c6;
}
.header .headerContents .headerTop{
    height: 115px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }

.header .headerLogo {
    width: 117px;
    display:block;
    position: absolute;
    left: 0;
}

.logoLight{position:relative;}
.logoLight .lightEffect,.logoLight .logoImg{position:absolute;top:0; left:0;}
.logoLight .lightEffect{opacity:0;transition: .2s;}
.logoLight:hover .lightEffect{opacity:1;transition: .2s;}

.header .headerNav ,.header .headerIconNav {
    padding: 15px 0;
    position: absolute;
    right: 150px;
    top: 50%;
    transform: translate(0,-50%);
}
.header .headerIconNav{right: 0; z-index: 800;}

.header .headerNav .navItem,.header .headerIconNav .navItem {
    display: inline-block;
    text-align: center;
    color: inherit;
    padding: 0 15px;
}
.header .headerNav .navItem:hover,
.header .headerIconNav .navItem:hover,
.header .headerIconNav .navItem:hover i::before{
    color: var(--ushikoi-red);
}
.header .headerNav .navItem .label {
    font-size: 1.6rem;
    line-height: 2.5;
    font-weight: 900;
    text-transform: uppercase;
}

.header .headerIconNav .navItem .label{font-size: 1.2rem;
    font-weight: bold;}
.header .headerIconNav .navItem:first-child
{
    border-right:1px solid #eee;
}
.header .headerIconNav .navItem .label i{
    font-size: 2rem;
}
.titleBlock{padding-bottom: 20px;}
.pageTitle{width: 100%; font-family: 'Noto Sans JP'; letter-spacing: 0.1em; text-align: center; text-transform: uppercase;}
.titleBlock .pageTitle{line-height: 0.5;}
.pageSubtitle {
    width: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}

.breadCrumbBox{
    position: absolute;
    bottom: 10px;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb li {
    display: inline;
    list-style: none;
    font-weight: bold;
    color: #9a9a9b;
}

.breadcrumb li:after {
    content: '-';
    padding: 0 0.2em;
    color: #9a9a9b;
}

.breadcrumb li a {
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: var(--ushikoi-red2);
}


/* Main
----------------------------------------------------*/
section{
    color: var(--ushikoi-wht);
    padding: 50px 10px;
    /*margin: 0px 20px;*/
}

.title{font-family: var(--titleEn);
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;}
.titleJp,.titleJp span{line-height: 1.2;font-family: 'Noto Serif JP', serif; font-weight: bold;}
.subtitle{font-weight: bold;text-transform: uppercase;}
.sectionHeader,.sectionContent{
    max-width: var(--section-maxW);
    padding:0 20px;
    margin: 0 auto;
}
.sectionHeader{padding-bottom: 20px;}
.sectionHeader .subtitle{font-size: 1.5rem;}
.hide {
    display: none;
}
.mt-1 {
    margin-top: 8px;
}
.smallbutton {
    padding: 8px;
    border-radius: 8px;
    width: 150px;
    background-color: white;
    border: 0px;
    color: black;
}
.black {
    color: black !important;
    font-weight: bold;
}
.f-20 {
    font-size: 20px;
}
.sectionBlk{
    background: var(--ushikoi-blk);
}
.sectionGry{
    background: var(--ushikoi-gry);
}
.sectionWht{
    color:#222;
    background:var(--ushikoi-wht);
}
.sectionWht .subtitle{
    color:var(--ushikoi-red);
}
.sectionRed{
    background-color: var(--ushikoi-red);
}
.sectionDarkRed{background-color: var(--ushikoi-darkRed);}
.logo-svg{
    width: 100%;
    height: 100%;
}
.st0{fill:currentColor;}
.st1{fill:#D41518;}
.st2{fill:#ba0000;}
#logo-main:hover .st0,#logo-main:hover .st1{
    opacity: 0.7;
    fill:currentColor;
}


/* koiclubBox
----------------------------------------------------*/
.koiclubBox{
    background-color: var(--ushikoi-darkRed);
    border-radius: 18px;
    position: relative;
    color: var(--ushikoi-wht);
    text-align: center;
    padding:40px 20px;
}

.koiclubBox .boxHeader{
    width: 100%;
    position: relative;
}
.koiclubBox .boxHeader .title{
    font-size: 7rem;
    position: relative;
    text-shadow: 0px 7px 0px rgba(96,9,5,0.68);
}
.koiclubBox .boxHeader p{ font-size: 1.8rem; }
.koiclubBox .imgBox{
    max-width: 410px;
    width: 40%;
    padding: 20px;
}
.koiclubBox .loginBlock{width: 60%; max-width: 410px; padding: 20px;}
.koiclubBox .boxFooter p{line-height: 2.3; padding: 3px 0;}
.koiclubBox .boxFooter .attention{line-height: 2; letter-spacing: 0; text-align: left;}
.koiclubBox .boxFooter .attention span.fontSmall{font-size: 1.2rem;}
.btnWrapper .btnBox{width: 50%;padding: 0 10px;}
.boxHeader{padding-bottom: 40px;}
.boxFooter{padding-top: 30px;}
.formContent .formElm{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px 0px;
}
#loginForm .formContent .formElm,#signupForm .formContent .formElm{
    flex-wrap: wrap;
}
.formContent .formElm .label{width: 250px; font-size: 1.2rem; letter-spacing: 0.1em; color: var(--ushikoi-gry); padding-right: 20px;}
.formContent .formElm input{padding-left: 20px; color: var(--ushikoi-gry);width: 100%;}
.formContent .submitBox{padding: 40px 20px;}
.submitBox .button{margin: 10px 20px;}
.formContent .formElm .inputBox{
    width: 100%;
}
.error{width: 100%;
    color: var(--ushikoi-red);
    font-size: 1.3rem;}
.error-red {
    background-color: #FFF;
    color: red !important;
    padding: 10px;
    border-radius: 10px;
    text-decoration: underline;
    font-size: 1.3rem;
}

#loginForm .error,#signupForm .error{
    color: var(--ushikoi-wht);
}
.hide{display: none;}

.margin-bottom-auto {
    margin-bottom: auto;
}
.mt-8 {
    margin-top: 8px;
}

.mb-8 {
    margin-bottom: 8px;
}

.fc-header-toolbar {
    background-color: transparent !important;
    z-index: 0 !important;
}

.grid-2 {
    display: grid;
    grid-template-columns: 2fr 5fr;
}

.font-20 {
    font-size: 20px;
}

/* NewsBoxList
----------------------------------------------------*/
.NewsList{align-items: flex-start;}
.newsItem{text-align: left;}
.NewsList .newsItem{width: 30%; min-width: 350px; padding: 20px; position: relative;}
.newsItem .newsImgBox{height:235px; overflow: hidden;}
.campaignList .imgBox{width: 100%; height: 425px;overflow: hidden;}
.newsItem .newsImgBox img{width:100%; height:100%; border-radius: 10px;  position: relative; object-fit: cover;}
.newsItem .date{color:var(--ushikoi-gry);}
.newsItem .newsTitle{font-size:1.6rem;font-weight: bold;}

.newsItem:hover .date{color:var(--ushikoi-gry);}
.newsItem:hover .newsTitle{color: var(--ushikoi-red);}

.qaContent *,
.qaContent *:after,
.qaContent *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.qaContent {
    border-top: 1px solidvar(--ushikoi-wht);
}

.qaContent .qaBlock {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1px;
    color:var(--ushikoi-wht);
}

.qaContent .qaBlock input {
    position: absolute;
    opacity: 0;
}

/* 質問 */
.qaContent .qaBlock label {
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 1em;
    cursor: pointer;
    border-bottom: 2px solid var(--ushikoi-wht);
    font-size: 1.6rem;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

.qaContent .qaBlock label:hover {
    color: var(--ushikoi-darkRed);
    background-color: var(--ushikoi-wht);
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}
/* 答え */
.qaContent .qaBlock .anserBlock {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    color: var(--ushikoi-wht);
    background: var(--ushikoi-darkRed);
}

.qaContent .qaBlock .anserBlock p {
    margin: 1em;
}

/* 質問を開いた時の仕様 */
/* --アイコン */
.qaContent .qaBlock input:checked~label {
    color: var(--ushikoi-darkRed);
    background-color: var(--ushikoi-wht);
}

/* --答えの高さ */
.qaContent .qaBlock input:checked~.anserBlock {
    max-height: 40em;
}

/* 質問をクリックした時のアイコンの動き */
.qaContent .qaBlock label::after {
    line-height: 1.6;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 3em;
    margin-top: -12.5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}

.qaContent .qaBlock input[type=checkbox]+label::after {
    content: '↓';
}

.qaContent .qaBlock input[type=checkbox]:checked+label::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}


/* Footer
----------------------------------------------------*/
.footer {border-bottom: var(--section-outLineW) solid var(--ushikoi-red2); text-align: center;}
.footer .footerContent{padding: 20px 0; max-width: var(--section-maxW);margin: 0 auto;}
.footer .footerContent hr{width:95%;max-width: var(--section-maxW); }
.bannerBox{padding: 120px 20px; text-align: center;}
.contactBox{padding: 60px 20px;}
.contactBox .btnSq{width:100%; max-width:500px; font-size: 2rem; font-family: var(--titleEn); line-height: 1;letter-spacing: 0.1em;}
.contactBox .btnSq p{font-size: 3rem; line-height: 120px;}
.contactBox .btnSq:hover{
    background: var(--ushikoi-darkRed);
}
.contactBox .caption{padding-top:1rem;font-size: 1.4rem; color: #b0b0b1; font-weight: bold;}
.footerIconList{padding: 50px 0;}
.footerIconList .imgBox{padding: 10px;}
.footerIconList img{width: 100px;}

.footer .logo{width: 120px; height:150px;margin: 20px auto; display: block;}
.footer .logo img{width: 100%; height: auto;}
.footer .copy{color:#717071;}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 980px){
    .header{padding: 0 20px;}
    .header .headerNav{display: none;}
    .header .headerIconNav{top: 0; transform: translate(0,0);}
    .yoyakuBtn{top:82px;}
    .yoyakuBtn:not(.sticky) .button{border-radius: 50vh 0 0 50vh;}
    .yoyakuBtn.sticky{
        z-index: 999;
        position: fixed;
        right: 70px;
        width: auto;
    }
    .yoyakuBtn.sticky .button{
        height: 36px;
        line-height: 36px;
        letter-spacing: 0.05em;
        width: 147px;
    }
    .yoyakuBtn.sticky .button i {
        font-size: 1.9rem;
        letter-spacing: 0.1em;
    }
    .koiclubBox .imgBox {order: 0;}
    .koiclubBox .boxHeader {order: 1;}
    .koiclubBox .loginBlock {order: 2;}
    .koiclubBox .imgBox,.koiclubBox .loginBlock{width: 100%;}
    .formContent .formElm{flex-wrap: wrap;}
    .formContent .formElm .label{width: 100%; padding: 0 0 10px;}
    .formContent .formElm .input{padding: 0 20px;}

    .button.btnRound{width:205px ;height: auto; border-radius:50vh;}
    .button.btnRound:after{bottom:auto;right: 20px; transform: none;}
    .titleBlock{padding: 20px 0 10px;}
}
@media screen and (max-height: 670px){
    .globalNav .gnMenu .navItem{padding-bottom: 20px;}
}
@media screen and (min-width: 768px) {
    .pc-ml1 {
        margin-left: 8px;
    }
    .error-border {
        border: 1px solid red;
        padding: 10px;
        border-radius: 5px;
    }
}
@media screen and (max-width: 768px){

    .sp-center {
        text-align: -webkit-center;
        /*text-align: center;*/
    }
    .sp-block {
        display: block;
    }
    .sp-mt1 {
        margin-top: 8px;
    }

    .mobileOnly{display: inline-block;}
    .pcOnly{display: none;}
    .roundIcon{width: 80px;height: 80px;}
    .roundIcon i{font-size: 3.2rem;}
    .wrap{width: 100%;}

    .globalNav{height: 58px; width: 58px;}
    .globalNav .gnContents .gnLogo,.globalNav .gnContents .gnSNSNav{display: none;}
    .globalNav.active .gnContents {
        background: var(--ushikoi-darkRed);
    }
    .globalNav .gnContents .gnLogo .logo-svg.vertical{ display: none;}
    .globalNav .gnContents .gnLogo .logo-svg.horizontal{ display: inline-block;}
    .globalNav .gnContents .gnLogo .logo-svg{
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .globalNav .gnNavButton{width: 58px; height: 58px;
        position: fixed; z-index: 991; top:0;right: 0; left: auto; transform: translate(0,0);}
    .globalNav .gnMenu{width: 100%; right: 0;}

    .globalNav.sticky .gnMenu {
        padding: 0 10px;
    }
    .globalNav.sticky {
        width: 100%;
    }
    .globalNav.sticky .gnContents .gnLogo{
        display: block;
        width: 64px;
        left: 30px;
        top: 50%;
        transform: translate(0,-50%);
    }
    .globalNav.sticky	.gnContents.active::after{
        top: 0;
        background-color:var(--ushikoi-darkRed);
    }
    .globalNav.sticky .gnContents .gnLogo img{
        width: 100%;height: auto;
    }
    .globalNav .gnNavButton .bar {
        width: 22px;
        height: 2px;
        margin: 4px auto;
    }

    .globalNav .gnNavButton.active .top{
        width: 22px;
        -webkit-transform: translateY(6px) rotateZ(30deg);
        -moz-transform: translateY(6px) rotateZ(30deg);
        -ms-transform: translateY(6px) rotateZ(30deg);
        -o-transform: translateY(6px) rotateZ(30deg);
        transform: translateY(6px) rotateZ(30deg);
    }
    .globalNav .gnNavButton.active .bottom{
        width: 22px;
        -webkit-transform: translateY(-6px) rotateZ(-30deg);
        -moz-transform: translateY(-6px) rotateZ(-30deg);
        -ms-transform: translateY(-6px) rotateZ(-30deg);
        -o-transform: translateY(-6px) rotateZ(-30deg);
        transform: translateY(-6px) rotateZ(-30deg);
    }
    .gnMenuContent.gnMenuFooter{
        display: block;
        padding: 0;
        text-align: center;
    }
    .gnMenuContent.gnMenuFooter .gnSNSNav{	display: block;}

    .globalNav .gnMenu .gnMenuContent .gnSNSNav{
        position: relative;
    }
    .globalNav .gnSNSNav .inner{
        border-radius: 50vh;
        flex-wrap: nowrap;
    }
    .globalNav .gnSNSNav .inner .navItem{
        padding: 5px 12px;
        max-width: 50px;
    }
    .globalNav .gnSNSNav .inner .navItem img {
        padding: 5px 0;
        width: 100%;
        height: auto;
    }

    .globalNav .gnMenu .gnMenuContent {
        padding: 27.5px 10px;
    }

    .globalNav .gnMenu .gnMenuContent .koiclubBox .boxHeader p{font-size: 1.2rem;}
    .gnMenuContent.gnMenuFooter > .logo-svg{
        width: 120px;
        height:150px;
        margin: 0 auto;
    }

    .globalNav .gnMenuContent.gnMenuFooter .gnSNSNav .inner h4{
        width: auto;
        margin: 0;
    }
    .gnMenuContent.gnMenuFooter .copy{
        letter-spacing: 0;
    }
    .globalNav.top .gnContents,.globalNav .gnContents{
        background:transparent;
        position: relative;
    }
    .globalNav.sticky .gnContents::after {
        position: absolute;
        display: block;
        content: '';
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .globalNav.sticky .gnNavButton{
        width: 58px;
        right: 0;
        left: auto;
        transform: translate(0,0);
    }
    .globalNav.sticky .gnMenu{
        top:58px;
        height: 100vh;
        height: calc(100vh - 58px);
        height: -webkit-calc(100vh - 58px);
    }
    .yoyakuBtn:not(.sticky){ right:0;}
    .yoyakuBtn.sticky{
        top: 29px;
        transform: translate(0,-50%);
    }

    .header .headerIconNav {
        right: 40px;
        display: block;
        position: absolute;
    }
    .koiclubBox .boxHeader .title{font-size: 6rem;}
    .koiclubBox .boxHeader p{font-size: 1.3rem;}
    .koiclubBox .loginBlock{padding: 0 0 40px;}
    .btnWrapper{max-width: 240px; margin: 0 auto;}
    .btnWrapper .btnBox{width: 100%; padding: 10px;}
    .NewsList .newsItem{width: 100%;}
    .bannerBox{padding:60px 10px}
    .contactBox .btnSq p{font-size: 2rem; line-height: 75px;}
    .footer .footerContent {padding: 20px;}
    .footerIconList img{width: 80px;}
    .modalContent{width:100%;padding: 40px 10px;}
    .memberModal .modalContent .flexBox.member {
        height: auto;}
    .memberModal .flexBox.member .imgBox,.flexBox.position .imgBox{height:75vw;}
    .memberModal .flexBox.member .imgBox img,.flexBox.position .imgBox img{height:100%;}
    .modalContent .closeBtn{
        top: -30px;
        right: 10px;
        transform: translate(0,50%);
    }
    .modalContent .textBox{padding: 20px 0;}
    .modalContent .js-modal-content .title {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 420px){
    .globalNav.sticky .gnContents .gnLogo {left:10px;}
    .header{padding: 0 10px;}
    .header .headerLogo{width: 105px; height: 105px;}
    .yoyakuBtn .button{letter-spacing: 0.1em;
        line-height: 35px;}
    .yoyakuBtn.button i ,.yoyakuBtn.sticky .button i {font-size: 1.7rem;}
    .mt-10 {
        margin-top: 10px;
    }

    #service dl .title {
        float: none;
        overflow: visible;
        width: 32%!important;
        border-top: 1px solid #dadada;
        height: 60px !important;
    }

    #service dl .txt {
        padding-bottom: 30px;
        padding-left: 10px;
        border-top: 1px solid #dadada;
    }
    #service dl dd p {
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #service dl dd p span {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    #service dl dt span {
        font-weight: 700;
        font-size: 12px !important;
    }

    .height-up1 {
        height: 60px !important;
    }

    .height-up2 {
        height: 80px !important;
    }
    .height-up3 {
        height: 180px !important;
    }

    .font-mobile-big {
        font-size: 20px;
    }
    .font-mobile-26 {
        font-size: 26px;
    }
}

.history-line {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    height: 3px;
    background: #281616;
    background-image: -webkit-linear-gradient(left, #604c4c, #070202, #443232);
}

#service dl .title {
    width: 16em;
    float: left;
    clear: both;
    padding: 10px;
    vertical-align: top;
    height: 40px;
    display: flex;
    align-items: center;
}

#service dl .txt {
    overflow: hidden;
    padding: 10px 10px 10px 15px;
    vertical-align: top;
    height: 40px;
    display: flex;
    align-items: center;
}
#service dl .height-up {
    height: 60px;
}
#service dl dd p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#service dl dd p span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#service dl dt span {
    font-weight: 700;
    font-size: 16px;
}
