@charset "UTF-8";
/* CSS Document */
body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
#bl{
    padding: 0;
    font-family: yu-gothic-pr6n, sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #2b2b2b;
    -webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#bl a {
	text-decoration: none;
	color: #2b2b2b;
}
#bl p {
    margin: 0;
}
#bl　a:hover {
	opacity: 1;
}
#bl .clear{
	clear: both;
}
#bl img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#bl ul,#bl li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.f-en {font-family: aktiv-grotesk, sans-serif;}

@media only screen and (min-width: 769px)  {
	#bl {
		font-size: 12px;
		overflow: hidden;
	}
}
/*************************************
   header 
**************************************/
#bl #bl_header {
	width: 100%;
}
#bl #bl_header .ttl {
    width: 76%;
    margin: 16% auto 14%;
}
#bl #bl_header .ttl img {
    width: 100%;
}
#bl .read {
    text-align: center;
    font-size: 11px;
	margin: 0 0 10%;
}
#bl .read span {
	display: block;
	font-size: 86%;
	margin-top: 2%;
}

@media only screen and (min-width: 768px)  {
	#bl #bl_header {
		width: 1000px;
		margin: 0 auto 60px;
	}
	#bl #bl_header .ttl {
		width: 480px;
        margin: 100px auto 0px;
	}
	#bl .read {
		margin: 0 0 80px
	}
	#bl .read span {
		margin-top: 8px;
		font-size: 14px;
	}
}
/*************************************
    #contents 
**************************************/
#bl #contents {
	max-width: 100%;
	margin: 12% auto 0;
}
#bl .mainitem {
	background: #efefef; 
	padding: 8% 0 12%;
}
#bl .mainitem .item-ttl {
	text-align: center;
    font-size: 16px;
    margin-bottom: 5%;
}
#bl .mainitem .item-flex {
	
}
#bl .mainitem .item-flex .box {
	display: flex;
    justify-content: space-between;
    align-content: center;
    width: 84%;
    align-items: center;
	margin: 0 auto 6%;
}
#bl .mainitem .item-flex .box:nth-of-type(2) {
	margin-bottom: 0;
}
#bl .mainitem .item-flex .box .box-img {
	width: 32%;
}
#bl .mainitem .item-flex .box .box-text {
	 width: 60%;
}
#bl .mainitem .item-flex .box .box-text p span {
	 font-size: 88%;
}
#bl .mainitem .item-flex .box .box-text .sub {
	width: 54%;
    margin: 0 0 4%;
}
#bl .mainitem .item-flex .box .box-text a {
	width: 34%;
    display: block;
    margin: 6% 0px 0;
}
@media only screen and (min-width: 768px)  {
	#bl .mainitem {
    padding: 48px 0 40px;
	}
	#bl .mainitem .item-ttl {
    font-size: 18px;
    margin-bottom: 36px;
	}
	#bl .mainitem .item-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 82%;
    max-width: 840px;
    margin: 0 auto;
	}
}

#bl #contents section {
	width: 100%;
    margin: 0% auto 20%;
}

@media only screen and (min-width: 768px)  {
	#bl #contents {
		margin: 180px auto 0;
        width: 1300px;
	}
	#bl #contents .flex {
		display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
	}
	#bl #contents section {
		width: 44%;
        margin: 0 0 170px;
	}
}

/** main
**************************************/
#bl #contents section .scene {
	position: relative;
	margin-bottom: 28%;
}

#bl #contents section .day {
	width: 24%;
    display: block;
    margin: 0 auto 2%;
}
#bl #contents section .scene {
	font-size: 12px;
    letter-spacing: .5px;
    text-align: center;
    padding: 3%;
    width: 88%;
    margin: 0 auto 4%;
}
#bl #contents section .scene::before,
#bl #contents section .scene::after {
    position: absolute;
    width: 24px;
    height: 24px;
    content: '';
}
#bl #contents section .scene::before {
    border-left: solid 1px;
    border-top: solid 1px;
    top: 0;
    left: 0;
}
#bl #contents section .scene::after {
    border-right: solid 1px;
    border-bottom: solid 1px;
    bottom: 0;
    right: 0;
}
@media only screen and (min-width: 768px)  {
	#bl #contents section .scene {
		font-size: 15px;
	}
	#bl #contents section .day {
		width: 20%;
		margin: 0 auto 2%;
	}
}

#bl #contents section .main {
    position: relative;
}
#bl #contents section .main .main-pic {
    display: block;
	width: 80%;
	margin: 0 auto;
}
/** point1 **/
#bl #contents section .point1 {
    position: absolute;
    width: 37%;
    border-bottom: solid 1px #111;
	line-height: 1;
    padding-bottom: 2%;
}
#bl #contents section .point1 .mi {
    width: 55%;
    display: block;
    margin-bottom: 4%;
}
#bl #contents section .point1 .skk {
    width: 7%;
    margin-left: 8%;
}
#bl #contents section .point1 span {
    font-family: "ivypresto-display", serif;
    font-weight: 100;
    font-style: italic;
    font-size: 33px;
	display: flex;
}

/** point2 **/
#bl #contents section .point2 {
    position: absolute;
    width: 37%;
    border-bottom: solid 1px #111;
	line-height: 1;
    padding-bottom: 2%;
}
#bl #contents section .point2 .mi {
    width: 55%;
    display: block;
    margin: 0 14% 4% auto;
}
#bl #contents section .point2 .skk {
    width: 7%;
    margin-left: 8%;
}
#bl #contents section .point2 span {
    font-family: "ivypresto-display", serif;
    font-weight: 100;
    font-style: italic;
    font-size: 33px;
	display: flex;
	justify-content: flex-end;
}





#bl #contents section .text {
    width: 88%;
    margin: 8% auto;
}
#bl #contents section .picarea {
	position: relative;
}
#bl #contents section .picarea .pic {
	position: absolute;
}
#bl #contents section .picarea .hikki {
	position: absolute;
	font-family: liana, script;
	font-size: 32px;
	transform: rotate(348deg);
}
#bl #contents section .btn {
	width: 88%;
    margin: 8% auto 0;
	font-family: ivypresto-display, serif;
    border-bottom: solid 1px #111;
    
}
#bl #contents section .btn a {
	width: 94%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#bl #contents section .btn span:nth-of-type(1) {
	font-size: 20px;
}
#bl #contents section .btn img {
	width: 3%;
}
@media only screen and (min-width: 768px)  {
	#bl #contents section .text {
        margin: 10% auto 14%;
	}
	#bl #contents section .btn span:nth-of-type(1) {
		font-size: 28px;
	}
	#bl #contents section .picarea .hikki {
		font-size: 44px;
	}
}

/********01********/
#bl #contents section:nth-of-type(1) .point1 {
    top: 15%;
    left: 4%;
}
#bl #contents section:nth-of-type(1) .point2 {
    top: 62%;
    right: 4%;
}
#bl #contents section:nth-of-type(1) .picarea {
	height: 136vw;
}
#bl #contents section:nth-of-type(1) .pic:nth-of-type(1) {
	width: 60%;
}
#bl #contents section:nth-of-type(1) .pic:nth-of-type(2) {
	width: 25%;
    top: 1%;
    right: 6%;
}
#bl #contents section:nth-of-type(1) .pic:nth-of-type(3) {
	width: 49%;
    bottom: 1%;
    right: 0;
}
#bl #contents section:nth-of-type(1) .pic:nth-of-type(4) {
	width: 29%;
    bottom: 0;
    left: 10%;
}
#bl #contents section:nth-of-type(1) .picarea .hikki {
	top: 45%;
	right: 5%;
}
@media only screen and (min-width: 768px)  {
	#bl #contents section:nth-of-type(1) .picarea {
		height: 780px;
	}
	#bl #contents section:nth-of-type(1) .btn {
		margin: 114px auto 0;
	}
}


/********02********/
#bl #contents section:nth-of-type(2) .point1 {
    top: 36%;
    left: 4%;
}
#bl #contents section:nth-of-type(2) .picarea {
	height: 146vw;
}
#bl #contents section:nth-of-type(2) .pic:nth-of-type(1) {
	width: 66%;
}
#bl #contents section:nth-of-type(2) .pic:nth-of-type(2) {
	width: 43%;
    bottom: 18%;
    right: 4%;
}
#bl #contents section:nth-of-type(2) .pic:nth-of-type(3) {
	width: 48%;
    bottom: 0%;
    left: 0;
}

#bl #contents section:nth-of-type(2) .picarea .hikki {
	top: -2%;
    right: 0%;
    transform: rotate(349deg);
}
@media only screen and (min-width: 768px)  {
	#bl #contents section:nth-of-type(2) .picarea {
		height: 850px;
	}
}

/********03********/
#bl #contents section:nth-of-type(3) .point1 {
    top: 66%;
    left: 4%;
}
#bl #contents section:nth-of-type(3) .picarea {
	height: 124vw;
}
#bl #contents section:nth-of-type(3) .pic:nth-of-type(1) {
	width: 35%;
    z-index: 2;
    left: 5%;
    top: -4%;
}
#bl #contents section:nth-of-type(3) .pic:nth-of-type(2) {
	width: 62%;
    top: 0%;
    right: 0;
}
#bl #contents section:nth-of-type(3) .pic:nth-of-type(3) {
	width: 44%;
    bottom: 0%;
    left: 6%;
}

#bl #contents section:nth-of-type(3) .picarea .hikki {
	bottom: 10%;
    right: 4%;
    line-height: 1.0;
}

@media only screen and (min-width: 768px)  {
	#bl #contents section:nth-of-type(3) .picarea {
		height: 735px;
	}
	#bl #contents section:nth-of-type(3) .pic:nth-of-type(1) {
    width: 34%;
    left: 7%;
    top: -1%;
	}
}

/********04********/
#bl #contents section:nth-of-type(4) .point1 {
    top: 48%;
    left: 4%;
}
#bl #contents section:nth-of-type(4) .picarea {
	height: 118vw;
}
#bl #contents section:nth-of-type(4) .pic:nth-of-type(1) {
	width: 62%;
    z-index: 2;
    right: 0;
    top: 0;
}
#bl #contents section:nth-of-type(4) .pic:nth-of-type(2) {
	width: 56%;
    bottom: 0%;
    left: 0;
    z-index: 2;
}

#bl #contents section:nth-of-type(4) .picarea .hikki {
	top: -3%;
    left: 0%;
    line-height: 1.0;
    z-index: 2;
    transform: rotate(343deg);
}

@media only screen and (min-width: 768px)  {
	#bl #contents section:nth-of-type(4) .picarea {
		height: 710px;
	}
	#bl #contents section:nth-of-type(4) .btn {
		margin: 70px auto 0;
	}
}

/********05********/
#bl #contents section:nth-of-type(5) .point1 {
    top: 68%;
    left: 4%;
}
#bl #contents section:nth-of-type(5) .picarea {
	height: 120vw;
}
#bl #contents section:nth-of-type(5) .pic:nth-of-type(1) {
	width: 68%;
	left: 0;
    top: 0;
}
#bl #contents section:nth-of-type(5) .pic:nth-of-type(2) {
	width: 26%;
    bottom: 0%;
    left: 13%;
}
#bl #contents section:nth-of-type(5) .pic:nth-of-type(3) {
	width: 43%;
    bottom: 0%;
    right: 0;
}

#bl #contents section:nth-of-type(5) .picarea .hikki {
	top: 33%;
    right: 0%;
    line-height: 1.0;
    transform: rotate(342deg);
}

@media only screen and (min-width: 768px)  {
	#bl #contents section:nth-of-type(5) .picarea {
		height: 726px;
	}
	
}

/*************************************
   staff-profile
**************************************/
#bl #contents .staff-profile {
	background: #e8e8e680;
    padding: 12% 0;
    margin: 14% 0 0;
}
#bl #contents .staff-profile .midashi3 {
	display: block;
	width: 40%;
	margin: 0 auto 7%;
}
#bl #contents .staff-profile .profile {
	width: 68%;
	padding: 5%;
	margin: 0% auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: solid 1px #111;
	border-radius: 14px;
	background: #fff;
}
#bl #contents .staff-profile .profile div:nth-of-type(1)  {
	 width: 38%;
}
#bl #contents .staff-profile .profile div:nth-of-type(1) img {
	 border-radius: 50%;
}
#bl #contents .staff-profile .profile div:nth-of-type(2) {
	 width: 50%;
}
#bl #contents .staff-profile .profile div:nth-of-type(2) .staff {
	margin: 0 0 14%;
    padding: 0;
    font-size: 14px;
    line-height: .8;
}
#bl #contents .staff-profile .profile div:nth-of-type(2) .staff span {
	font-size: 75%;
	color: #5e5e5e;
}
#bl #contents .staff-profile .profile div:nth-of-type(2) .staff span:nth-of-type(1) {
	margin-left: 5%;
}
#bl #contents .staff-profile .profile div:nth-of-type(2) .staff span:nth-of-type(2) {
	display: block;
	margin-top: 8%;
}
#bl #contents .staff-profile .profile div:nth-of-type(2) .icon {
	height: 26px;
	width: auto;
}
#bl #contents .staff-profile .profile div:nth-of-type(2) a {
	margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
	#bl #contents .staff-profile {
		padding: 80px 0;
		margin: 0;
	}
	#bl #contents .staff-profile .midashi3 {
		width: 320px;
		padding: 0;
		margin: 0 auto 30px;
	}
	#bl #contents .staff-profile .profile {
		width: 400px;
		padding: 30px;
	}
	
}
/*************************************
     js
**************************************/
#bl .anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
#bl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
/*************************************
     view
**************************************/
#bl .spview {
	display: block;
}
#bl .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     #bl .spview {
		display: none;
	}	
	#bl .pcview {
		display: block;
	}
}