@charset "utf-8";
/* CSS Document */

/********************************

 common

********************************/
/* 
html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	min-width: 100vw;
	border-top: none;
	font-size: 16px;
	color: #262626;
	line-height: 3rem;
	overflow-x: hidden;
	margin: 0;
	z-index: 0;
}

body.tablet{
}

body.tablet .bx-wrapper img{
} */

html {
    @media (max-width: 767px) {
        font-size: 16px;
    }

    @media (min-width: 768px) and (max-width: 1540px) {
        font-size: 1.038961039vw;
    }

    @media (min-width: 1541px) {
        font-size: 16px;
    }
}

header .entry-btn:hover {
    color: #fff;
}

.uk-link,
a {
    color: unset;
}

a:hover {
    color: unset;
    text-decoration: none;
}

ul {
    padding-left: 0;
    margin: 0;
}

p {
    margin: 0;
}

.uk-navbar-nav {
    gap: 0;
}

.uk-width-2-7\@s,
.uk-width-3-7\@s,
.uk-width-4-7\@s,
.uk-width-5-7\@s {
    width: 100%;
}

.uk-flex-right\@s {
    justify-content: center !important;
}

.uk-logo {
    min-height: 0;
}

@media (min-width: 640px) {
    .uk-width-2-7\@s {
        width: 28%;
    }

    .uk-width-3-7\@s {
        width: 43%;
    }

    .uk-width-4-7\@s {
        width: 57%;
    }

    .uk-width-5-7\@s {
        width: 72%;
    }

    .uk-flex-right\@s {
        justify-content: end !important;
    }

}

dd {
    margin: 0;
}

li {
    list-style: none;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: all .8s;
}

a:hover img {
    max-width: 100%;
    height: auto;
}

/* .pagetop {
	width: 12px;
	position: fixed;
	bottom: 60px;
	right: 60px;
}

.pagetop a {
	opacity: 1;
} */

.share {
    position: fixed;
    top: 250px;
    right: 60px;
    height: 100px;
}

.share li:nth-child(2) {
    position: fixed;
    top: 310px;
    right: 55px;
}

.share li:last-child {
    margin: 0;
    position: fixed;
    top: 350px;
    right: 60px;
    width: auto;
}

.share li:first-child img {
    width: auto;
    height: 48px;
}

.share li:nth-child(2) img,
.share li:last-child img {
    width: auto;
    height: 20px;
}

.share a {
    opacity: 1;
}

@media screen and (max-width:640px) {
    /* .pagetop {
		position: fixed;
		bottom: 3%;
		right: 3%;
	} */

    .share {
        position: fixed;
        top: 250px;
        right: 3%;
        height: 100px;
    }

    .share li:nth-child(2) {
        position: fixed;
        top: 310px;
        right: 2%;
    }

    .share li:last-child {
        margin: 0;
        position: fixed;
        top: 340px;
        right: 3.5%;
        width: auto;
    }

    .share li:first-child img {
        width: auto;
        height: 45px;
    }

    .share li:nth-child(2) img,
    .share li:last-child img {
        width: auto;
        height: 16px;
    }

    .share a {
        opacity: 1;
    }
}

.lower-scope {
    background-color: #fff;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: clamp(8.25rem, 7.874rem + 0.47vw, 8.438rem);

    .sp {
        display: none !important;
    }

    .pc {
        display: block !important;
    }

    .body_contents {
        margin: 0 auto;
    }

    .instxt {
        display: none;
    }

    .js-animation {
        opacity: 0;
        visibility: hidden;
        transform: translateY(40px);
        transition: all 1s;
    }

    .js-animation.is-show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    .wf-sawarabigothic,
    .wf-sawarabigothic a {
        font-family: "Sawarabi Gothic";
        transform: rotate(0.02deg);
    }

    dt {
        font-weight: 700;
        box-sizing: content-box;
    }




    /********************************

 breadcrumb

********************************/

    #kv {
        position: relative;
    }

    .breadcrumb {
        height: 45px;
        position: absolute;
        left: 30px;
        bottom: 30px;
        background-color: #ffffff;
        border-radius: 50px;
        padding: 0 8px;
    }

    .breadcrumb a {
        display: block;
        padding: 0px 15px 0 40px;
        margin: 7px auto;
        color: #222222;
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 30px;
    }

    .breadcrumb a:hover {
        color: #a0a0a0;
        text-decoration: none;
        transition: all .6s;
    }

    .breadcrumb span .icon {
        display: block;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;

        width: 40px;
        height: 40px;
        background: #333;
    }

    .breadcrumb .icon:before {
        content: '';
        height: 0px;
        width: 0px;
        display: block;
        position: absolute;
        top: 12px;
        left: 17px;
        border: 11px solid transparent;
        border-bottom-color: #115e2f;
        border-top: 0;
    }

    .breadcrumb .icon:after {
        content: '';
        height: 6px;
        width: 4px;
        display: block;
        position: absolute;
        top: 22px;
        left: 20px;
        border: 6px #115e2f solid;
        border-top-width: 4px;
        border-bottom: 0;
        box-sizing: content-box;
    }


}



@media (min-width: 640px) and (max-width: 1280px) {



    .c-header__nav-ttl,
    .footer-menu__list-wrap {
        font-size: 1vw;
    }

    .entry-btn.-pc {
        font-size: 0.7vw;
    }

    .c-header__nav-list {
        gap: 1.1rem;
    }

    .c-header__logo {
        padding: 2.5rem 1.13rem 1.875rem;
    }
}





@media screen and (max-width:1280px) {
    .lower-scope {
        margin-top: 120px;
    }
}

@media screen and (max-width:640px) {
    .lower-scope {
        font-size: 3.8vw;
        line-height: unset;
        margin-top: 80px;
        /* html {
			font-size: 3.2vw;
			overflow-x: hidden;
		}

		body {
			position: relative;
			font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
			min-width: 100%;
			width: 100%;
			margin: 0;
			padding: 0;
			font-size: 1.4rem;
			font-size: 3.8vw;
			overflow-x: hidden;
			text-align: center;
			line-height: 2rem;
		}

		html.android body {
			max-height: 999999px;
			-webkit-text-size-adjust: 100%;
			font-size: 1rem;
		} */

        .pc {
            display: none !important;
        }

        .sp {
            display: block !important;
        }

        *:focus {
            outline: none;
        }

        dd {
            margin: 0;
            line-height: 2rem;
            max-height: 999999px;
            -webkit-text-size-adjust: 100%;
        }

        ul {
            padding-left: 0;
        }

        li {
            list-style: none;
        }

        .body_contents {
            width: 100%;
            margin: 0 auto;
            font-size: 1.1rem;
        }

        img {
            width: 100%;
            max-width: 100%;
            height: auto;
            -ms-interpolation-mode: bicubic;
            display: inline-block;
            vertical-align: middle;
        }

        a:hover img {
            /*opacity: 0.8;
				filter: alpha(opacity=80);
					-ms-filter: "alpha(opacity=80)";
					-webkit-transition: opacity 0.5s ease-out;
					-moz-transition: opacity 0.5s ease-out;
					-ms-transition: opacity 0.5s ease-out;
				transition: opacity 0.5s ease-out;*/
        }

        .instxt {
            display: none;
        }

        .fs14 {
            font-size: 1.2rem;
        }
    }
}