@charset "utf-8";
/* CSS Document */
html {
  font-size:62.5%;
  font-feature-settings: "palt";
  letter-spacing: .3px;
  scroll-behavior: smooth;
}
body {
	background: #f0f0f0;
	font-size: 10px;
	margin: 0;
	padding: 0;
	position: relative;
}
section {
	width: 1100px;
	margin: 0 auto 8rem;
}
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start svg {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    display: none;
	z-index: 9999;
    width: 330px;
}
#logo_ {
	position: fixed;
	z-index: 99;
}
#logo_ img {
	width: 86px;
	margin: 1.5rem;
}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.f-d {
	font-family: "dico-typewriter-slab", mono;
    font-weight: 400;
    font-style: normal;
}
.m-0 {margin: 0;}
.lead {
	text-align: center;
    margin: 7rem 0 14rem;
    font-size: 1.3rem;
	position: relative;
}
.lead::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8rem;
    width: 1px;
    height: 55px;
    margin: auto;
    background-color: #111;
}
h3 {
	font-size: 2.0rem;
	line-height: 1.0;
}
.box_ {
	display: inline-block;
    width: 33.333333%;
    width: -webkit-calc(80% / 3);
    width: calc(80% / 3);
    margin: 0 3.5em 7em;
    vertical-align: top;
}
.bx-viewport {
    -webkit-transform: translatez(0);
    background: #f0f0f0;
}
.creditBox {
	background: #fff;
    margin: 1em 0em;
    padding: 2em 1.5em 1em;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    display: none;
}
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}
.bx-prev,.bx-next {display: none;}
.bx-wrapper {
    margin-bottom: 0px !important;
}
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
/*////*/
.crdit {
	width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}
.button_crdit {
	width: 70%;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.3;
    font-size: 1.2rem;
	margin: 0;
}
.button_ {
    width: 70px;
    height: 32px;
    border: solid 2px #222;
    background: #ffffff;
    text-align: center;
    transition: 1s;
    vertical-align: bottom;
    display: inline-block;
    color: #222;
    line-height: 2.7;
    text-decoration: none;
    font-family: "dico-typewriter-slab", mono;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
.button_:hover{
    background: #222;
	border: solid 2px #222;
	color: #fff !important; 
	transition : .3s;
}
.green_ {
	color: #00622e;
}
.sp {display: none;}
.pc {
	display: block;
	margin: 0 auto;
}
.otherArea {
	width: 700px;
	margin: 0 auto;
}
.other {
	display: inline-block;
    width: 33.333333%;
    width: -webkit-calc(97% / 3);
    width: calc(97% / 3);
    margin: 0px 0.2em 0.4em;
}
.all-items-btn {
	text-align: center;
    display: block;
    text-decoration: underline;
    font-size: 2.0rem;
    color: #111;
}
.linkArea-1 {
	width: 100%;
    padding: 3rem 0 10rem;
    border-bottom: solid 2px #111;
	margin: 0;
}
.linkArea-2 {
	width: 100%;
    padding: 7rem 0 9rem;
    border-bottom: solid 2px #111;
    background: #fff;
    text-align: center;
    font-size: 1.3rem;
    margin: 0;
}
footer p {
	text-align: center;
    font-size: 1.2rem;
    line-height: 3.0;
}
.center {text-align: center;}
.info-text {
    font-size: 1.1rem;
    display: block;
    margin: 3em 0 0 0;
}
@media screen and (max-width: 767px) {
	section {
	width: 100%;
	margin: 0 auto;
   }
	#logo_ img {
    width: 76px;
    margin: 1.5rem;
   }
	.start {
	width: 100%;
   }
   .start p {
	position: fixed;
	width: 100%;   
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
   }
	.start svg {
	width: 65%;
    margin: 0 auto;
    display: block;
   }
   .box_ {
	display: block!important;
    width: 95% !important;
    margin: 0em auto 7em;
    vertical-align: top;
   }
	.creditBox {
        width: 76%;
        margin: 2em auto 0em;
        padding: 2em 3em 1em;
   }
   .pc {display: none;}
   .sp {
	   display: block;
	   width: 100%;
	}
   .button_crdit {
    font-size: 1.2rem;
    }
	.otherArea {
	width: 80%;
	margin: 10em auto 18em;
    }
	.other {
	display: inline-block;
    width: 33.333333%;
    width: -webkit-calc(95.5% / 3);
    width: calc(95.5% / 3);
    margin: 0px 0.1em 0.2em;
    }
	.linkArea-1 {
    padding: 7rem 0 8rem;
    }
    .linkArea-2 {
    padding: 3rem 0 6rem;
    }
	footer p {
    font-size: 1.1rem;
    line-height: 2.4;
    }
}