body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
}



/*side-menu*/
.side-menu__ul{
    width: 90%!important;
    margin: 0 auto;
}
.side-menu__ul li{
    width: 100%;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.side-menu__ul li:last-child{
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}
.side-menu__ul li a .num{
    width: 20%;
    margin: 0% auto 0 auto;
    padding: 15% 0;
}

/*sid-nav*/
.side-nav{
    display: none;
}
.side-nav-in{
    display: none;
}
.side-nav-in a{
    opacity: 1;
    transition: .3s;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    line-height: 2em;
    margin: 0 0 20px 0;
}
.side-nav-in a:hover{
    opacity: .5;
    transition: .3s;
}

/*anime----------------------------------------------------*/
/*fade01*/
.fade01 {
    width: 100%;
    animation-name: fade-in1;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fade-in1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
.fade02 {
    animation-name: fade-in2;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fade-in2 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

/*ani*/
figure.snip1353 {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #000000;
    text-align: center;
}
figure.snip1353 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
figure.snip1353 img {
    opacity: 1;
    width: 100%;
}
figure.snip1353:after,
figure.snip1353:before {
    background: #000;
    width: 300%;
    height: 200%;
    position: absolute;
    content: '';
    opacity: 0.5;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
    z-index: 1;
}
figure.snip1353:after {
    top: 0;
    left: 0;
    -webkit-transform: skew(-40deg) translateX(-150%);
    transform: skew(-40deg) translateX(-150%);
}
figure.snip1353:before {
    right: 0;
    bottom: 0;
    -webkit-transform: skew(-40deg) translateX(150%);
    transform: skew(-40deg) translateX(150%);
}
figure.snip1353 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
figure.snip1353 h2,
figure.snip1353 p {
    margin: 0;
    width: 100%;
    opacity: 0;
}
figure.snip1353 h2 {
    padding: 0 30px;
    font-weight: 400;
    text-transform: uppercase;
}
figure.snip1353 p {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 21px;
    color: #FFFFFF;
    line-height: 1.8em;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-weight: normal;
}
figure.snip1353 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
figure.snip1353:hover:after,
figure.snip1353.hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}
figure.snip1353:hover:before,
figure.snip1353.hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
}
figure.snip1353:hover figcaption h2,
figure.snip1353.hover figcaption h2,
figure.snip1353:hover figcaption p,
figure.snip1353.hover figcaption p {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
figure.snip1353:hover figcaption h2,
figure.snip1353.hover figcaption h2 {
    opacity: 1;
}
figure.snip1353:hover figcaption p,
figure.snip1353.hover figcaption p {
    opacity: 0.7;
}

/*-----------------*/
figure.snip1354 {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #000000;
    text-align: center;
}
figure.snip1354 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
figure.snip1354 img {
    opacity: 1;
    width: 100%;
}
figure.snip1354:after,
figure.snip1354:before {
    background: #fff;
    width: 300%;
    height: 200%;
    position: absolute;
    content: '';
    opacity: 0.5;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
    z-index: 1;
}
figure.snip1354:after {
    top: 0;
    left: 0;
    -webkit-transform: skew(-40deg) translateX(-150%);
    transform: skew(-40deg) translateX(-150%);
}
figure.snip1354:before {
    right: 0;
    bottom: 0;
    -webkit-transform: skew(-40deg) translateX(150%);
    transform: skew(-40deg) translateX(150%);
}
figure.snip1354 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
figure.snip1354 h2,
figure.snip1354 p {
    margin: 0;
    width: 100%;
    opacity: 0;
}
figure.snip1354 h2 {
    padding: 0 30px;
    font-weight: 400;
    text-transform: uppercase;
}
figure.snip1354 p {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.8em;
}
figure.snip1354 p img{
    width: 100%;
    display: block;
}
figure.snip1354 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
figure.snip1354:hover:after,
figure.snip1354.hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}
figure.snip1354:hover:before,
figure.snip1354.hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
}
figure.snip1354:hover figcaption h2,
figure.snip1354.hover figcaption h2,
figure.snip1354:hover figcaption p,
figure.snip1354.hover figcaption p {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
figure.snip1354:hover figcaption h2,
figure.snip1354.hover figcaption h2 {
    opacity: 1;
}
figure.snip1354:hover figcaption p,
figure.snip1354.hover figcaption p {
    opacity: 0.7;
}

.fadein-l {
    opacity : 0;
    transform : translate(-100px, 0);
    transition : all 1s;
}

.fadein-l.active{
    opacity : 1;
    transform : translate(0, 0);
}
.fadein-r {
    opacity : 0;
    transform : translate(100px, 0);
    transition : all 1s;
}
.fadein-r.active{
    opacity : 1;
    transform : translate(0, 0);
}
.fadein-up {
    opacity : 0;
    transform : translate(0, 0);
    transition : all 1s;
}
.fadein-up.active{
    opacity : 1;
    transform : translate(0, 0);
}

/*cart-01*/
.cart-line{
    height: 1px;
    width: 100%;
    background: #ebebeb;
}
.cart-btm{
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    line-height: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3% 0;
}
.cart-title{
    font-size: 13px;
    letter-spacing: 3px;
    width: 70%;
    position: relative;
    line-height: 1.5em;
    white-space: nowrap;
}
.cart-title span{
    font-size: 12px;
    color: #fff;
    background: #99999a;
    padding: 1px 5px 1px 5px;
    margin: 0 0 0 10px;
    border-radius: 2px;
    display: inline-block;
}
.cart-yen{
    font-size: 13px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
}
.cart-yen span{
    font-size: 12px;
    margin: 0 0 0 5px;
}
.cart-yen span.more-btm{
    border: 1px solid #000;
    box-sizing: border-box!important;
    background: #fff;
    color: #000;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 2px 0%!important;
    display: inline-block;
    width: 100px;
    text-align: center;
}
.cart-btm:hover .cart-yen span.more-btm{
    border: 1px solid #000;
    box-sizing: border-box;
    color: #fff;	
    background: #000;
    transition: 0.3s;
}

.cart-yen span.more-btm01{
    border: 1px solid #9F8D7B;
    box-sizing: border-box!important;
    background: #9F8D7B;
    color: #fff;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 2px 0%!important;
    display: inline-block;
    width: 100px;
    text-align: center;
}
.cart-btm:hover .cart-yen span.more-btm01{
    border: 1px solid #9F8D7B;
    box-sizing: border-box;
    color: #9F8D7B;	
    background: #fff;
    transition: 0.3s;
}

.cart-yen span.more-btm02{
    border: 1px solid #8B929A;
    box-sizing: border-box!important;
    background: #8B929A;
    color: #fff;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 2px 0%!important;
    display: inline-block;
    width: 100px;
    text-align: center;
}
.cart-btm:hover .cart-yen span.more-btm02{
    border: 1px solid #8B929A;
    box-sizing: border-box;
    color: #8B929A;	
    background: #fff;
    transition: 0.3s;
}

.cart-yen span.more-btm03{
    border: 1px solid #A69F9F;
    box-sizing: border-box!important;
    background: #A69F9F;
    color: #fff;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 2px 0%!important;
    display: inline-block;
    width: 100px;
    text-align: center;
}
.cart-btm:hover .cart-yen span.more-btm03{
    border: 1px solid #A69F9F;
    box-sizing: border-box;
    color: #A69F9F;	
    background: #fff;
    transition: 0.3s;
}

/*footer*/
.footer {
    color: #000;
    letter-spacing: 0.3em;
    padding: 0% 0 15% 0;
    position: relative;
    text-align: center;
}
.footer .insta{
    display: block;
    width: 300px;
    border: 1px solid #eee;
    margin: 0 auto 3% auto;
    transition: .3s;
}
.footer .insta:hover{
    border: 1px solid #000;
    transition: .3s;
}
.footer_sns {
    margin: 26px 0 0;
}
.footer_snsNode {
    display: inline-block;
    margin: 0 10px;
    width: 30px;
}
.f-ow{
    width: 120px;
    margin: 25px auto 0 auto;
}
.footer_copyright {
    font-family: "Helvetica",serif;
    font-size: 10px;
    letter-spacing: 0.02em;
    margin: 34px 0 0;
}
#pagetop{
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 35px;
    display: block;
    z-index: 99;
}

.l-icon::after{
    content: url("../img/l-size.svg");
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 15px 15px;
    margin: 0 0 0 5px;
    position: relative;
    top: 2px;
}
.s-icon::after{
    content: url("../img/s-size.svg");
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 15px 15px;
    margin: 0 0 0 5px;
    position: relative;
    top: 2px;
}

/*nav-common----------------------------------------------------*/
#s-an-nav {
    position: fixed;
    top: 0;
    left: 7px;
    z-index: 200;
    text-align: center;
    background: #eee;
    height: 100vh;
}
#s-an-nav #gnav {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    margin: 0 auto;
}
#s-an-nav #gnav li:first-child {
    width: 10px;
    margin: 0 0 20px 0;
    border: none;
}
#s-an-nav #gnav li {
    width: 10px;
    display: block;
    margin: 0 0 10px 0;
}
#s-an-nav #gnav li a {
    width: 7px;
    height: 7px;
    border-radius: 7px 7px;
    color: #000;
    background: #eee;
    text-decoration: none;
    display: block;
    margin: 0 auto;
}
#s-an-nav #gnav li a.current {
    color: #fff;
    background: #000;
    display: block;
}
#contents {
    position: relative;
    z-index: 100;
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
}
#contents .inner .content-main {
    width: 100%;
    margin: 0 0 15% 0;
}

/*----------------------------------------------------*/
header {
    width: 100%;
    position: relative;
    background: #fff;
    margin: 0 0 5% 0;
}
header h1{
    width: 20%;
    position: absolute;
    top: 3%;
    right: 5%;
    z-index: 999;
}
.h-mv-box{
    width: 100%;
    padding: 30% 0 0 0;
}
.h-mv-box .left{
    width: 90%;
    background: #fff;
    position: relative;
	margin: 5% auto 5% auto;
}
.h-mv-box .right{
    width: 100%;
}
.h-mv-box .left .title{
    width: 100%;
    display: block;
    margin: 0 auto 5% auto;
}
.h-mv-box .left .txt{
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.8em;
    text-align: justify;
	display: block;
}

header .mv-title{
    width: 85%;
    position: absolute;
    top: 3%;
    left: 5%;
}
header a{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    top: 0;
    left: 0;
}

/*read*/
.read{
    width: 90%;
    margin: 0 auto 3% auto;
}
.read-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.read-list li{
    width: 48%;
	margin: 0 0 3% 0;
}

/*door*/
.door{
    width: 100%;
    position: relative;
    margin: 0 auto 10% auto;
}
.door-data{
    width: 90%;
	margin: 0 auto;
}
.door-data .txt{
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.8em;
	text-align: justify;
	margin: 5% 0 0 0;
}
.door-data .txt br{
    display: none;
}


/*item-title*/
.main-title{
    width: 85%;
    margin: 0 auto 5% auto;
}
.main-title li:first-child{
    width: 100%;
    margin: 0 0 7% 0;
}
.main-title li:last-child{
    width: 100%;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.8em;
	text-align: justify;
}
.main-title li:last-child br{
    display: none;
}

/*item*/
.item{
    width: 85%;
    margin: 0 auto 5% auto;
    position: relative;
}
.item .data .arrow{
    position: absolute;
    right: 0;
	top: 50px;
    width: 60px;
    z-index: 99;
}
.item .photo{
    width: 100%;
	margin: 0 0 10% 0;
	position: relative;
}
.item .data{
    width: 100%;
    box-sizing: border-box;
	position: relative;
}
.item .photo .link-list{
    width: 100%;
    margin: 3% auto 0 auto;
}
.item .photo .link-list li{
    margin: 0% auto 2% auto;
}
.item .photo .link-list li.name{
    margin: 5% auto 1% auto;
	font-size: 13px;
	letter-spacing: 2px;
}
.item .photo .link-list li a{
    font-size: 12px;
    letter-spacing: 1px;
    color: #000;
    line-height: 2.5em;
    transition: .3s;
    opacity: 1;
    text-decoration: none;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #B1B2B3;
	width: 100%;
}
.item .photo .link-list li a:hover{
    opacity: .5;
    transition: .3s;
}
.item .data .title{
    width: 170px;
    margin: 0 0 5% 0;
}
.item .data .txt{
    width: 100%;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1.8em;
    margin: 0 auto 10% auto;
}
.item .data .photo{
    width: 90%;
    position: relative;
    margin: 0 auto;
}
.item .data .photo .icon{
    width: 60px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}

/*item-b*/
.item-b{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.item-b .data-box{
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5% 0 7% 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-b .data-box .title{
    width: 100%;
    margin: 0 0 5% 0;
}
.item-b .data-box .title img{
    height: 20px;
}

.item-b .data-box .link-box{
    width: 85%;
	display: flex;
	justify-content: space-between;
    margin: 0 auto 2% auto;
}
.item-b .data-box .link-box .left{
    width: 45%;
    margin: 0 5% 10% 0;
}
.item-b .data-box .link-box .right{
    width: 50%;
    box-sizing: border-box;
}
.item-b .data-box .link-box .right .logo{
    width: 80%;
    margin: 0 0 5% 0;
}
.item-b .data-box .link-box .right .txt01{
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 2px;
    margin: 0 auto 2% auto;
}
.item-b .data-box .link-box .right .txt02{
    width: 100%;
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin: 0 auto 5% auto;
}
.item-b .data-box .link-box .right .link-list li:first-child{
    width: 100%;
    margin: 0 0 5% 0;
}
.item-b .data-box .link-box .right .link-list li:first-child a{
    width: 100%;
    background: #000;
    display: block;
    opacity: 1;
    transition: .3s;
	padding: 3px 0;
	margin: 0;
}
.item-b .data-box .link-box .right .link-list li:first-child a:hover{
    width: 100%;
    background: #000;
    display: block;
    opacity: .7;
    transition: .3s;
}
.item-b .data-box .link-box .right .link-list li{
    width: 100%;
    margin: 0 0 2% 0;
}
.item-b .data-box .link-box .right .link-list li a{
    font-size: 12px;
    letter-spacing: 0px;
    color: #000;
    line-height: 2.5em;
    transition: .3s;
    opacity: 1;
    text-decoration: none;
    padding: 0 5px 5px 5px;
    border-bottom: 1px solid #B1B2B3;
	width: 100%;
}
.item-b .data-box .link-box .right .link-list li a:hover{
    opacity: .5;
    transition: .3s;
}


.check{
    width: 80%;
    margin: 0 auto;
}
.check li{
    width: 100%;
    font-size: 13px;
    letter-spacing: 0px;
    margin: 2% 0 0 0;
}
.check li::before{
    content: url("../img/check.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px 20px;
    margin: 0 5px 0 0;
    position: relative;
    top: 4px;
}


.item-b .data{
    width: 85%;
	margin: 0 auto 10% auto;
    box-sizing: border-box;
}
.item-b .data .link-list{
    width: 100%;
    margin: 3% auto 0 auto;
}
.item-b .data .link-list li{
	margin: 0 0 2% 0;
}
.item-b .data .link-list li a{
    font-size: 12px;
    letter-spacing: 1px;
    color: #000;
    line-height: 2.5em;
    transition: .3s;
    opacity: 1;
    text-decoration: none;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #B1B2B3;
	width: 100%;
}
.item-b .data .link-list li a:hover{
    opacity: .5;
    transition: .3s;
}

/*item-end*/
.item-end{
    width: 85%;
    border-bottom: 1px solid #eee;
    margin: 0 auto 15% auto;
    font-size: 11px;
    line-height: 1.8em;
    letter-spacing: 1px;
    padding: 0 0 15% 0;
}

/*banner-block*/
.banner-block{
    width: 85%;
    margin: 0 auto;
}

.banner-block .title01{
    width: 200px;
    margin: 0 auto 5% auto;
}
.banner-block .sub-title01 {
    width: 250px;
    margin: 0 auto 5% auto;
    display: flex;
    align-items: center;
    font-size: 13px;
    letter-spacing: 1px;
}

.banner-block .sub-title01:before,
.banner-block .sub-title01:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.banner-block .sub-title01:before {
    margin-right: 1rem;
}

.banner-block .sub-title01:after {
    margin-left: 1rem;
}
.youtube-out{
    width: 100%;
    margin: 0 auto 15% auto;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.btn01{
    width: 100%;
    margin: 0 auto 10% auto;
    border: 1px solid #eee;
    transition: .3s;
    display: block;
}
.btn01:hover{
    border: 1px solid #000;
    transition: .3s;
}

.camp-banner{
    width: 100%;
    margin: 0 auto 8% auto;
}
.camp-banner .txt{
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 2em;
    margin: 0 0 2% 0;
}
.camp-banner .btn{
    width: 100%;
    display: block;
    opacity: 1;
    transition: .3s;
}
.camp-banner .btn:hover{
    opacity: .5;
    transition: .3s;
}

.in-btn{
    width: 85px;
    margin: 0 auto 5% auto;
    display: block;
    opacity: 1;
    transition: .3s;
}
.in-btn:hover{
    opacity: .5;
    transition: .3s;
}


/*nav*/
.nav{
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: fixed;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(8px);
    z-index: 999;
	bottom: -1px;
}
.top-nav{
    width: 100%;
    display: flex;
}
.top-nav li:nth-child(1){
    width: 22.5%;
	box-sizing: border-box;
	border-right: 1px solid #eee;
}
.top-nav li:nth-child(2){
    width: 22.5%;
	box-sizing: border-box;
	border-right: 1px solid #eee;
}
.top-nav li:nth-child(3){
    width: 22.5%;
	box-sizing: border-box;
	border-right: 1px solid #eee;
}
.top-nav li:nth-child(4){
    width: 22.5%;
}
.top-nav li:nth-child(5){
    width: 10%;
}



