@charset "utf-8";
@import url("style3.css");
/* CSS Document */
/****************************************
共通設定
*****************************************/
html {
	height: 100vw;
	font-family: "Meiryo", "ヒラギノ角ゴシック ProN";
	font-size: 15px;
	line-height: 160%;
	background : #fff;
	scroll-behavior: smooth;
}
body {
	height: auto;
	width: 100vw;
	margin: 0;
	display: block;
	overflow-x: hidden;
	background: #fef;
	color: #fff;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
/*****************************************
ナビゲーション
******************************************/
#main_header {
	margin: 0 auto;
	top: 0;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		 -ms-flex-pack: justify;
	justify-content: space-between;
}
hr {
  background: white;
  border: none;
  outline: none;
  position: fixed;
	z-index: 98;
}
#border {
  height: 10px;
	width: 100vw;
	top: 0;
	margin-top: 0;
  background-color: #6b1886;
}
#g-nav {
	z-index: 100;
}
/*****************************************
バーガーメニュー
*****************************************/

@media screen and (min-width:600px) {
	.container-fluid {
		display: none;
  }
 }
#ms-menu {
  display: none;
}
/*モーダル*/
.bg-change {
  position: absolute;
  bottom: -75px;
  right: -75px;
  width: 1px;
  height: 1px;
  border-radius: 100% 0% 0% 0%;
  background: #202;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
	opacity: .6;
}
.ms-nav .ms-menu-toggle:checked ~ .bg-change {
  width: 3000px;
  height: 3000px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}



/*******/

/*位置*/
.ms-nav {
  position: fixed;
  bottom: 30px;
  right: 40px;
}
/*文字*/
.ms-nav span {
	font-size: 12pt;
	border-bottom: solid 5px #6b1886;
	font-weight: 550;
}

/*メニューボタン*/
.ms-nav > .ms-main {
  position: relative;
}
.ms-nav > .ms-main a,
  .ms-nav > .ms-main > a > label {
    font-size: 30px;
    color: #FFFFFF;
    background: #6b1886;
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 100%;
    position: relative;
    text-align: center;
    z-index: 19;
  }
.ms-nav > .ms-main > a {
  -webkit-box-shadow: 0px 5px 10px #333333;
          box-shadow: 0px 5px 10px #333333;
}
/*******/

.ms-nav > li a {
  font-size: 30px;
  color: #FFFFFF;
  background: #6b1886;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 100%;
  position: relative;
  text-align: center;
	outline: none !important;
	text-decoration: none;
}
.ms-nav > .ms-li {
  position: absolute;
  bottom: 0;
  right: 8px;
  -webkit-transition: bottom .5s ease;
  transition: bottom .5s ease;
  z-index: 1;
}
.ms-nav .ms-menu-toggle:checked ~ .ms-li a {
  -webkit-box-shadow: 0px 5px 10px #333333;
          box-shadow: 0px 5px 10px #333333;
}
  .ms-nav .ms-menu-toggle:checked ~ .ms-li1 {
    bottom: 150%;
    -webkit-transition: bottom .5s ease;
    transition: bottom .5s ease;
  }
	.ms-li1 a span {
		opacity: 0;
		letter-spacing: .2em;
	}
  .ms-nav .ms-menu-toggle:checked ~ .ms-li1 a span {
		position: absolute;
		top: 21px;
 		right: 22px;
    opacity: 1;
    -webkit-transition: opacity .5s ease .1s;
    transition: opacity .5s ease .1s;
  }
    .ms-nav .ms-menu-toggle:checked ~ .ms-main:after {
      -webkit-animation: big-border-bottom-animation .5s ease .1s;
              animation: big-border-bottom-animation .5s ease .1s;
    }
    .ms-nav .ms-menu-toggle:checked ~ .ms-li1:before {
      -webkit-animation: border-top-animation .5s ease .2s;
              animation: border-top-animation .5s ease .2s;
    }
    .ms-nav .ms-menu-toggle:checked ~ .ms-li1:after {
      -webkit-animation: border-bottom-animation .5s ease .2s;
              animation: border-bottom-animation .5s ease .2s;
    }
  .ms-nav .ms-menu-toggle:checked ~ .ms-li2 {
    bottom: 265%;
    -webkit-transition: bottom .6s ease;
    transition: bottom .6s ease;
  }
	.ms-li2 a span {
		opacity: 0;
		letter-spacing: .2em;
	}
  .ms-nav .ms-menu-toggle:checked ~ .ms-li2 a span {
		position: absolute;
		top: 21px;
 		right: 22px;
    opacity: 1;
    -webkit-transition: opacity .6s ease .2s;
    transition: opacity .6s ease .2s;
  }
    .ms-nav .ms-menu-toggle:checked ~ .ms-li2:before {
      -webkit-animation: border-top-animation .5s ease .2s;
              animation: border-top-animation .5s ease .2s;
    }
    .ms-nav .ms-menu-toggle:checked ~ .ms-li2:after {
      -webkit-animation: border-bottom-animation .5s ease .3s;
              animation: border-bottom-animation .5s ease .3s;
    }
  .ms-nav .ms-menu-toggle:checked ~ .ms-li3 {
    bottom: 380%;
    -webkit-transition: bottom .7s ease;
    transition: bottom .7s ease;
  }
	.ms-li3 a span {
		opacity: 0;
		letter-spacing: .2em;
	}
  .ms-nav .ms-menu-toggle:checked ~ .ms-li3 a span {
		position: absolute;
		top: 21px;
 		right: 22px;
    opacity: 1;
    -webkit-transition: opacity .7s ease .3s;
    transition: opacity .7s ease .3s;
  }
    .ms-nav .ms-menu-toggle:checked ~ .ms-li3:before {
      -webkit-animation: border-top-animation .5s ease .3s;
              animation: border-top-animation .5s ease .3s;
    }
    .ms-nav .ms-menu-toggle:checked ~ .ms-li3:after {
      -webkit-animation: border-bottom-animation .5s ease .4s;
              animation: border-bottom-animation .5s ease .4s;
    }
  .ms-nav .ms-menu-toggle:checked ~ .ms-li4 {
    bottom: 495%;
    -webkit-transition: bottom .8s ease;
    transition: bottom .8s ease;
  }
  .ms-nav .ms-menu-toggle:checked ~ .ms-li4 a span {
    opacity: 1;
    -webkit-transition: opacity .8s ease .4s;
    transition: opacity .8s ease .4s;
  }
    .ms-nav .ms-menu-toggle:checked ~ .ms-li4:before {
      -webkit-animation: border-top-animation .5s ease .4s;
              animation: border-top-animation .5s ease .4s;
    }

.ms-nav .ms-menu-toggle:checked ~ .ms-main span {
  -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
}
.ms-nav .ms-menu-toggle ~ .ms-main span {
	position: absolute;
	top: 28px;
  right: 13px;
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  opacity: 1;
}

@-webkit-keyframes border-top-animation {
  0% {bottom: 0px;}
  50% {bottom: -14px;}
  100% {bottom: 0px;}
}
@keyframes border-top-animation {
  0% {bottom: 0px;}
  50% {bottom: -14px;}
  100% {bottom: 0px;}
}
@-webkit-keyframes border-bottom-animation {
  0% {top: 0px;}
  50% {top: -13px;}
  100% {top: 0px;}
}
@keyframes border-bottom-animation {
  0% {top: 0px;}
  50% {top: -13px;}
  100% {top: 0px;}
}
@-webkit-keyframes big-border-bottom-animation {
  0% {top: 0px;}
  50% {top: -30px;}
  100% {top: 0px;}
}
@keyframes big-border-bottom-animation {
  0% {top: 0px;}
  50% {top: -30px;}
  100% {top: 0px;}
}


/*****************************************
メニュー
*****************************************/
#box1 {
  width: 150px;
  height: 150px;
  background: #6b1886;
  border-radius: 10px 220px 10px 0;
	bottom: 0;
	position: fixed;
	-webkit-box-shadow: 1px 1px 20px 1px rgba(0,0,0,0.4);
	        box-shadow: 1px 1px 20px 1px rgba(0,0,0,0.4);
	opacity: .8;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 102;
}
@media screen and (max-width:600px) {
	#box1 {
		display: none;
		
  }
 }
#box1:hover #box1 {
	-webkit-transition: .5s;
	transition: .5s;
}
#menu {
	font-size: 12pt;
	letter-spacing: 0.2em;
	color: #eee;
	-webkit-transform: translate(-12px, 28%);
	    -ms-transform: translate(-12px, 28%);
	        transform: translate(-12px, 28%);
}
#menu ul {
	line-height: 3em;
	font-weight: 800;
	-webkit-transition: .1s;
	transition: .1s;
	opacity: 0;
}
#menu #menu_t {
	padding: 0px 0 0 40px;
	font-weight: 800;
	opacity: 1;
}
#box1:hover #menu_t {
	opacity: 0;
	-webkit-transition: .1s;
	transition: .1s;
}
#menu #menu_t hr {
	height: 3px;
	background: #eee;
}
#menu_line1 {
	width: 70px;
	margin: -13px 0 0 0;
}
#menu_line2 {
	width: 50px;
	margin: -1px 0 0 0;
}

#box1:hover #menu ul {
	-webkit-transform: translate( 30px, -20%);
	    -ms-transform: translate( 30px, -20%);
	        transform: translate( 30px, -20%);
	-webkit-transition: .1s;
	transition: .1s;
}
#box1:hover #menu ul {
	opacity: 1;
}
#menu li {
	
}
#menu a {
	width: 100%;
	
}


#menu span {
	display:inline-block;
	-webkit-transition: .5s;
	transition: .5s;
}

#menu a:hover span {
	font-size: 15pt;
	line-height: 1em;
/*  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);*/
	border-bottom: solid;
}


/*****************************************
メイン　
******************************************/
.wrapper {
	/*height: 860px;*/
	width: 100%;
}
.row2  {
	padding: 0 0 0vw 0 ;
	margin-bottom: 0vw;
}
@media screen and (max-width:850px) {
	.row2 {
		padding: 0 0 14vw 0 ;
  }
 }
.row2 .inner {
	padding-bottom: 20vw;
}

#logo img {
	position: fixed;
	float: left;
	width: 20vw;
	margin: 20px 0 0 5%;
	z-index: 99;

}
@media screen and (max-width:600px) {
	#logo img {
		width: 100px;
		top: 50px;
		left: -48px;
		-webkit-transform: rotate(0.25turn);
		    -ms-transform: rotate(0.25turn);
		        transform: rotate(0.25turn);
  }
 }

#mainvisual {
	color: #fff !important;
}

#top {
	color: #fff;
}

#top img {
	position: relative;
	height: 650px;
	width: 70vw;
	float: right;
	right: 0;
	margin: -10px 0 30px 0;
	/*background-image: url("../../M’z新規/img/top.jpg");*/
	object-fit: cover; 
	border-radius: 0 0 0 50px;
	-webkit-box-shadow: -3px 3px 20px 1px rgba(0,0,0,0.4);
	        box-shadow: -3px 3px 20px 1px rgba(0,0,0,0.4);
	z-index: 39;
}


@media screen and (max-width:1500px) {
	#top img {
		height: 650px;
  }
 }
@media screen and (max-width:1024px) {
	#top img {
		height: 600px;
		width: 66vw;
		
  }
 }
@media screen and (max-width:850px) {
	#top img {
		height: 500px;
		width: 72vw;
  }
 }
@media screen and (max-width:600px) {
	#top img {
		height: 400px;
		width: 90vw;
		background-size: 700px;
  }
 }
@media screen and (max-width:400px) {
	#top img {
		height: 300px;
		width: 88vw;
		background-size: 450px;
  }
 }

#title {
	position: absolute;
	width: 68vw;
	top: 330px;
	right: 0;
	color: #909;
	font-size: 80pt;
	line-height: 1.1em;
	font-weight: 1000;
	text-shadow: 1px 1px 2px #fff, 0 0 1em #a3c, 0 0 0.2em #fff;
	z-index: 40;
}
#title .text1 {
	margin: 0px 0 0 3vw;
}
#title .text2 {
	margin: 0px 0 0 3vw;
	word-spacing: -10px;
}
@media screen and (max-width:1500px) {
	#title  {
		line-height: 1em;
  }
 }
@media screen and (max-width:1024px) {
	#title  {
		width: 64vw;
		top: 350px;
		line-height: .7em;
  }
 }
@media screen and (max-width:850px) {
	#title {
		width: 69vw;
		top: 300px;
		line-height: .4em;
  }
 }
@media screen and (max-width:600px) {
	#title  {
		width: 86vw;
		top: 210px;
		
		line-height: .4em;
  }
 }
@media screen and (max-width:400px) {
	#title  {
		width: 83vw;
		top: 150px;
		line-height: .2em;
  }
 }





#box2 {
	position: relative;
  width: 100vw;
  height: 500px;
	top: 240px;
	background: #6b1886;
	background: -o-linear-gradient(280deg,#f3961a,20%, #000);
	background: linear-gradient(170deg,#6b1886,20%, #000);
	z-index: 38;
	/*border: solid 10px #def;*/
	border-left: none;
	-webkit-box-shadow: 3px 3px 20px 1px rgba(0,0,0,0.2);
	        box-shadow: 3px 3px 20px 1px rgba(0,0,0,0.2);
	/*box-shadow:0px 0px 8px 3px rgba(170,190,240,.4) inset;*/
}
.box_2 {
  -webkit-transition: 1.8s 1.1s;
  transition: 1.8s 1.1s;
  right: 2450px;
}
.slide_box2 {

	right: 0;
}

@media screen and (max-width:1500px) {
	#box2 {
		height: 500px;
  }
 }
@media screen and (max-width:1024px) {
	#box2 {
		height: 410px;
  }
 }
@media screen and (max-width:850px) {
	#box2 {
		top: 280px;
		height: 500px;
  }
 }
@media screen and (max-width:600px) {
	#box2 {
		height: 350px;
  }
 }
@media screen and (max-width:400px) {
	#box2 {
		top: 200px;
		height: 330px;
  }
 }

#text {
	position: absolute;
	width: 31vw;
	margin: 130px 0 0 0;
	font-size: 12pt;
	color: #FFF;
	line-height: 2.5em;
	letter-spacing: 0.3em;
	text-align: center;
}
.text_1 {
	opacity: 0;
  -webkit-transition: 3s 3s;
  transition: 3s 3s;
  left: 200px;
}
@media screen and (max-width:600px) {
	.text_1 {
		opacity: 0;
		-webkit-transition: 3s 3s;
		transition: 3s 3s;
		top: -40px;
		left: 0px;
  }
 }
#text strong{
	font-size: 14pt;
	letter-spacing: 0.15em;
}
.slide_1 {
	opacity: 1;
	left: 0;
}
@media screen and (max-width:600px) {
	.slide_1 {
		opacity: 1;
		top: 0;
  }
 }

@media screen and (max-width:1500px) {
	#text {
		margin: 110px 0 0 0;
		font-size: 10pt;
  }
 }
@media screen and (max-width:1024px) {
	#text {
		margin: 110px -5px 0 8px;
  }
 }
@media screen and (max-width:850px) {
	#text {
		width: 100vw;
		margin: 290px 20px 0 130px;
  }
 }
@media screen and (max-width:600px) {
	#text {
		margin: 150px 0 0 0;
		line-height: 2em;
  }
 }
@media screen and (max-width:600px) {
	#text strong {
		padding-bottom: 20px;
  }
 }
@media screen and (max-width:400px) {
	#text p{
		
  }
 }


.title-move {
  opacity: 0;
  display: inline-block;
  -webkit-transform: scale(.2) translate(-2px, -3px);
      -ms-transform: scale(.2) translate(-2px, -3px);
          transform: scale(.2) translate(-2px, -3px);
  font-size: 6vw;
  letter-spacing: 0.02em;
	color: #6b1886;
	/*text-shadow: 1px 1px 2px #000, 0 0 1em #0af, 0 0 0.2em #57f;*/
}
@media screen and (max-width:600px) {
	.title-move {
		font-size: 7.5vw;
  }
 }

.title-move:nth-child(1) {
  -webkit-transition: opacity 1.2s ease 0.1s, -webkit-transform 1.2s ease 0.2s;
  transition: opacity 1.2s ease 0.1s, -webkit-transform 1.2s ease 0.2s;
  transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
  transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s, -webkit-transform 1.2s ease 0.2s;
}
.title-move:nth-child(2) {
  -webkit-transition: opacity 1.2s ease 0.2s, -webkit-transform 1.2s ease 0.25s;
  transition: opacity 1.2s ease 0.2s, -webkit-transform 1.2s ease 0.25s;
  transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s;
  transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s, -webkit-transform 1.2s ease 0.25s;
}
.title-move:nth-child(3) {
  -webkit-transition: opacity 1.2s ease 0.25s, -webkit-transform 1.2s ease 0.3s;
  transition: opacity 1.2s ease 0.25s, -webkit-transform 1.2s ease 0.3s;
  transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s;
  transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s, -webkit-transform 1.2s ease 0.3s;
}
.title-move:nth-child(4) {
  -webkit-transition: opacity 1.2s ease 0.3s, -webkit-transform 1.2s ease 0.35s;
  transition: opacity 1.2s ease 0.3s, -webkit-transform 1.2s ease 0.35s;
  transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s;
  transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s, -webkit-transform 1.2s ease 0.35s;
}
.title-move:nth-child(5) {
  -webkit-transition: opacity 1.2s ease 0.35s, -webkit-transform 1.2s ease 0.4s;
  transition: opacity 1.2s ease 0.35s, -webkit-transform 1.2s ease 0.4s;
  transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s;
  transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s, -webkit-transform 1.2s ease 0.4s;
}
.title-move:nth-child(6) {
  -webkit-transition: opacity 1.2s ease 0.4s, -webkit-transform 1.2s ease 0.45s;
  transition: opacity 1.2s ease 0.4s, -webkit-transform 1.2s ease 0.45s;
  transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s;
  transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s, -webkit-transform 1.2s ease 0.45s;
}
.title-move:nth-child(7) {
  -webkit-transition: opacity 1.2s ease 0.45s, -webkit-transform 1.2s ease 0.5s;
  transition: opacity 1.2s ease 0.45s, -webkit-transform 1.2s ease 0.5s;
  transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s;
  transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s, -webkit-transform 1.2s ease 0.5s;
}
.title-move:nth-child(8) {
  -webkit-transition: opacity 1.2s ease 0.5s, -webkit-transform 1.2s ease 0.55s;
  transition: opacity 1.2s ease 0.5s, -webkit-transform 1.2s ease 0.55s;
  transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s;
  transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s, -webkit-transform 1.2s ease 0.55s;
}
.title-move:nth-child(9) {
  -webkit-transition: opacity 1.2s ease 0.55s, -webkit-transform 1.2s ease 0.6s;
  transition: opacity 1.2s ease 0.55s, -webkit-transform 1.2s ease 0.6s;
  transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s;
  transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s, -webkit-transform 1.2s ease 0.6s;
}
.title-move:nth-child(10) {
  -webkit-transition: opacity 1.2s ease 0.6s, -webkit-transform 1.2s ease 0.65s;
  transition: opacity 1.2s ease 0.6s, -webkit-transform 1.2s ease 0.65s;
  transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s;
  transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s, -webkit-transform 1.2s ease 0.65s;
}
.title-move:nth-child(11) {
  -webkit-transition: opacity 1.2s ease 0.65s, -webkit-transform 1.2s ease 0.7s;
  transition: opacity 1.2s ease 0.65s, -webkit-transform 1.2s ease 0.7s;
  transition: opacity 1.2s ease 0.65s, transform 1.2s ease 0.7s;
  transition: opacity 1.2s ease 0.65s, transform 1.2s ease 0.7s, -webkit-transform 1.2s ease 0.7s;
}
.title-move:nth-child(12) {
  -webkit-transition: opacity 1.2s ease 0.7s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.7s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.7s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.7s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s;
}
.title-move:nth-child(13) {
  -webkit-transition: opacity 1.2s ease 0.72s, -webkit-transform 1.2s ease 0.8s;
  transition: opacity 1.2s ease 0.72s, -webkit-transform 1.2s ease 0.8s;
  transition: opacity 1.2s ease 0.72s, transform 1.2s ease 0.8s;
  transition: opacity 1.2s ease 0.72s, transform 1.2s ease 0.8s, -webkit-transform 1.2s ease 0.8s;
}
.title-move:nth-child(14) {
  -webkit-transition: opacity 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.85s;
  transition: opacity 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.85s;
  transition: opacity 1.2s ease 0.75s, transform 1.2s ease 0.85s;
  transition: opacity 1.2s ease 0.75s, transform 1.2s ease 0.85s, -webkit-transform 1.2s ease 0.85s;
}
.title-move:nth-child(15) {
  -webkit-transition: opacity 1.2s ease 0.77s, -webkit-transform 1.2s ease 0.9s;
  transition: opacity 1.2s ease 0.77s, -webkit-transform 1.2s ease 0.9s;
  transition: opacity 1.2s ease 0.77s, transform 1.2s ease 0.9s;
  transition: opacity 1.2s ease 0.77s, transform 1.2s ease 0.9s, -webkit-transform 1.2s ease 0.9s;
}
.title-move:nth-child(16) {
  -webkit-transition: opacity 1.2s ease 0.82s, -webkit-transform 1.2s ease 0.95s;
  transition: opacity 1.2s ease 0.82s, -webkit-transform 1.2s ease 0.95s;
  transition: opacity 1.2s ease 0.82s, transform 1.2s ease 0.95s;
  transition: opacity 1.2s ease 0.82s, transform 1.2s ease 0.95s, -webkit-transform 1.2s ease 0.95s;
}

.title.active {
  opacity: 1;
	color: #6b1886;
}

.title.active .title-move {
  opacity: 1;
  -webkit-transform: scale(1) translate(0);
      -ms-transform: scale(1) translate(0);
          transform: scale(1) translate(0);
	color: #6b1886;
}


.line {
	position: fixed;
	top: 0;
	height: 500vh;
	background: #6b1886;
	
}

#line1 {
	width: 20px;
	z-index: 10;
}
@media screen and (max-width:600px) {
	#line1 {
		width: 2vw;
  }
 }
#line2 {
	width: 30vw;
	right: 6vw;
	z-index: 10;
}
.line_2 {
  -webkit-transition: 3s .2s;
  transition: 3s .2s;
	top: 1500px;
}
.slide_2 {
	top: 0;
}
@media screen and (max-width:600px) {
	#line2 {
		width: 40vw;
		right: 4vw;
  }
 }
#line3 {
	width: 15px;
	right: 40vw;
	z-index: 10;
}
.line_3 {
	-webkit-transition: 4s 1.2s;
  transition: 4s 1.2s;
	top: -4500px;
}
.slide_3 {
	top: 0;
}
@media screen and (max-width:600px) {
	#line3 {
		width: 13px;
		right: 48vw;
  }
 }
#line4 {
	width: 2vw;
	right: 14vw;
	background: #f3961a;
	z-index: 10;
}
.line_4 {
-webkit-transition: 4s .8s;
  transition: 4s .8s;
	top: -4500px;
}
.slide_4 {
	top: 0;
}
@media screen and (max-width:600px) {
	#line4 {
		width: 15px;
		right: 17vw;
  }
 }

#line11 {
	position: absolute;
	height: 200px;
	width: 100vw;
	background: #6b1886;
	margin: -120px 0 0 0;
	z-index: 9;
}
@media screen and (max-width:600px) {
	#line11 {
		height: 150px;
		margin: -100px 0 0 0;
  }
 }
#line12 {
	position: absolute;
	height: 2vw;
	width: 100vw;
	top: 800px;
	background: #f3961a;
	z-index: 11;
}
.line_12 {
  -webkit-transition: 2.8s .2s;
  transition: 2.8s .2s;
	right:2300px;
}
.slide_12 {
	right: 0;
}
@media screen and (max-width:1500px) {
	#line12 {
		top: 800px;
  }
 }
@media screen and (max-width:1024px) {
	#line12 {
		top: 700px;
  }
 }
@media screen and (max-width:850px) {
	#line12 {
		top: 800px;
  }
 }
@media screen and (max-width:600px) {
	#line12 {
		top: 650px;
  }
 }
@media screen and (max-width:400px) {
	#line12 {
		top: 550px;
  }
 }


/*****************************************
business
******************************************/
.row3 {
	
}
@media screen and (min-width:1024px) {
	.row3 {
		padding-top: 0px;
  }
 }
@media screen and (min-width:850px) {
	.row3 {
		padding-top: 5vw;
  }
 }

#business {
	
}

.con {
	height: 250px;
	width: 70vw;
	margin: 0;
	position: relative;
	z-index: 50;
}

@media screen and (max-width:600px) {
	.con {
		height: 170px;
  }
 }
@media screen and (max-width:400px) {
	.con {
		height: 100px;
		
  }
 }

.con2 {
	width: 90vw;
	background: #000;
	position: relative;
	margin-top: -80px;
	z-index: 49;
	/*background: linear-gradient(170deg,#000, #fff);*/
}
@media screen and (max-width:400px) {
	.con2 {
		margin-top: -40px;
		
  }
 }


#business .con {
	margin-left: auto;
	/*-webkit-box-shadow: -3px 3px 20px 0px rgba(200,200,200,0.6);
	        box-shadow: -3px 3px 20px 0px rgba(200,200,200,0.6);*/
}
#business .con2 {
	padding-bottom: 18vw;
	/*height: 790px;*/
	-webkit-box-shadow: 3px 3px 20px 1px rgba(0,0,0,0.2);
	        box-shadow: 3px 3px 20px 1px rgba(0,0,0,0.2);
}
@media screen and (max-width:1024px) {
	#business .con2 {
		padding-bottom: 28vw;
		
  }
 }
@media screen and (max-width:800px) {
	#business .con2 {
		padding-bottom: 40vw;
  }
 }
@media screen and (max-width:600px) {
	#business .con2 {
		height: 260vw;
  }
 }
@media screen and (max-width:500px) {
	#business .con2 {
		height: 290vw;
  }
 }
@media screen and (max-width:400px) {
	#business .con2 {
		height: 310vw;
  }
 }

#business h2 {
	font-size: 50pt;
	letter-spacing: 0.1em;
	text-align: right;
	text-shadow: 4px -3px #fff;
	padding: 140px 90px 0 0;
	color: #000;
}

@media screen and (max-width:850px) {
	#business h2 {
		font-size: 45pt;
		padding: 140px 50px 0 0;
  }
 }
@media screen and (max-width:600px) {
	#business h2 {
		font-size: 28pt;
		padding: 148px 50px 0 0;
		text-shadow: 1px -1px #fff;
  }
 }

@media screen and (max-width:400px) {
	#business h2 {
		font-size: 20pt;
		padding: 190px 40px 0 0;
  }
 }

#contents {
	position: relative;
	padding: 14vw 0 3vw 0;
}
@media screen and (max-width:1024px) {
	#contents {
		
  }
 }

#contents ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  justify-content: center;
 	width: 90%;
	
	
	font-size: 12pt;
	line-height: 2.2;
	text-align: center;
	z-index: 60;
}
@media screen and (max-width:1500px) {
	#contents ul {
		font-size: 11pt;
  }
 }
@media screen and (max-width:800px) {
	#contents ul {
		font-size: 10pt;
  }
 }


#contents li {
	
	width: calc(100%/3);/*←画像を横に3つ並べる場合*/
	padding:0 20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


#contents img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	margin: 0 0 15px 0;
	border-radius: 15px;
	-webkit-box-shadow: 1px 3px 5px 2px rgba(250,180,250,.3);
	        box-shadow: 1px 3px 5px 2px rgba(250,180,250,.3);
}

#contents .description {
	position: absolute;
	width: 24vw;
	margin: 40px 10px 0 5px;
	padding: 0 0 20px 0;
	border-radius: 0 20px 0 20px;
}

#contents li hr {
	position: absolute;
	height: 2px;
	width: 24vw;
	top: 23px;
  background-color: #f3961a;
}

#contents li span {
	position: absolute;
	left: 0;
	margin: 0px 0 0 2px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #f3961a;
}
#contents li p {
	
	text-align: left;
	margin: 50px 0 0 5px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	
}
/*****************************************/
/*
@media screen and (max-width:1024px) {
	.row3 {
		height: 1710px;
  }
 }
@media screen and (max-width:850px) {
	.row3 {
		height: 1620px;
  }
 }
@media screen and (max-width:800px) {
	.row3 {
		height: 1540px;
  }
 }
@media screen and (max-width:600px) {
	.row3 {
		height: 345vw;
  }
 }
@media screen and (max-width:500px) {
	.row3 {
		height: 384vw;
  }
 }
@media screen and (max-width:400px) {
	.row3 {
		height: 393vw;
  }
 }

@media screen and (max-width:1024px) {
	#business .con2 {
		height: 1420px;
  }
 }
@media screen and (max-width:850px) {
	#business .con2 {
		height: 1330px;
  }
 }
@media screen and (max-width:800px) {
	#business .con2 {
		height: 1250px;
  }
 }
@media screen and (max-width:600px) {
	#business .con2 {
		height: 315vw;
  }
 }
@media screen and (max-width:500px) {
	#business .con2 {
		height: 350vw;
  }
 }
@media screen and (max-width:400px) {
	#business .con2 {
		height: 360vw;
  }
 }

*/
@media screen and (max-width:1024px) {
	#contents ul {
		width: 90vw;
		height: 900px;
		font-size: 10pt;
		margin-bottom: 4vw;
  }
 }
@media screen and (max-width:800px) {
	#contents ul {
		height: 620px;
		font-size: 10pt;
		
		margin-bottom: 1vw;
  }
 }
@media screen and (max-width:400px) {
	#contents ul {
		height: 1100px;
		font-size: 10pt;
  }
 }

@media screen and (max-width:1024px) {
	#contents li {
		width: 90vw;
		height: 400px;
  }
 }
@media screen and (max-width:800px) {
	#contents li {
		width: 90vw;
		height: 290px;
  }
 }
@media screen and (max-width:600px) {
	#contents li {
		width: 90vw;
		height: 95vw;
  }
 }
@media screen and (max-width:500px) {
	#contents li {
		width: 90vw;
		height: 105vw;
  }
 }
@media screen and (max-width:400px) {
	#contents li {
		width: 90vw;
		height: 110vw;
  }
 }

@media screen and (max-width:1024px) {
	#contents img {
		width: 50vw;
		max-width: none;
		position: absolute;
  }
 }
@media screen and (max-width:600px) {
	#contents img {
		width: 80vw;
		max-width: none;
		position: absolute;
  }
 }

@media screen and (max-width:1024px) {
	#contents .description {
		width: 40vw;
		margin: 0;
		padding: 0;
		right: 0;
  }
 }
@media screen and (max-width:600px) {
	#contents .description {
		width: 80vw;
		margin: 56vw 0 0 0;
  }
 }


@media screen and (max-width:1024px) {
	#contents li span {
	left: 10px
	}
 }

@media screen and (max-width:1024px) {
	#contents li hr {
		width: 40vw;
  }
 }
@media screen and (max-width:600px) {
	#contents li hr {
		width: 80vw;
  }
 }

@media screen and (max-width:1024px) {
	#contents li p {
		margin: 70px 12px;
  }
 }
@media screen and (max-width:600px) {
	#contents li p {
		margin: 55px 12px;
  }
 }

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



@media screen and (max-width:1024px) {
	#consulting {
		left: 0;
		margin: 0 auto;
	}
 }
@media screen and (max-width:1024px) {
	#consulting img {
		max-width: none;
		left: 0;
		margin-left: 0 auto;
		border-radius: 0 0 20px 0;
	}
 }

@media screen and (max-width:1024px) {
	#planning {
		left: 0;
		margin: 0 auto;
	}
 }
@media screen and (max-width:1024px) {
	#planning img {
		max-width: none;
		right: 0;
		margin-left: 0 auto;
		border-radius: 0 0 0 20px;
		-webkit-box-shadow: -1px 3px 5px 2px rgba(250,180,250,.3);
		        box-shadow: -1px 3px 5px 2px rgba(250,180,250,.3);
	}
 }
@media screen and (max-width:1024px) {
	#planning .description {
		left: 0;
		
	}
 }


@media screen and (max-width:1024px) {
	#education {
		left: 0;
		margin: 0 auto;
	}
 }
@media screen and (max-width:1024px) {
	#education img {
		max-width: none;
		left: 0;
		margin-left: 0 auto;
		border-radius: 0 0 20px 0;
	}
 }
@media screen and (max-width:1024px) {
	#education .description {
		right: 0;
	}
 }

/*****************************************
company
******************************************/
.row4 {
	padding: 0 0 7vw 0;
}


.con {
	height: 250px;
	width: 70vw;
	position: relative;
	z-index: 50;
}

#company .con {
	/*-webkit-box-shadow: 3px 3px 20px 1px rgba(150,150,150.1);
	        box-shadow: 3px 3px 20px 1px rgba(150,150,150.1);*/

}

#company .con2 {
	height: 850px;
	margin-left: auto;
	margin-top: -85px;
	-webkit-box-shadow: -3px 3px 20px 0px rgba(0,0,0,0.1);
	        box-shadow: -3px 3px 20px 0px rgba(0,0,0,0.1);
}
@media screen and (max-width:850px) {
	#company .con2 {
		position: relative;
		height: 1300px;
		
  }
 }
@media screen and (max-width:400px) {
	#company .con2 {
		
		height: 1230px;
  }
 }
#company h2 {
	font-size: 50pt;
	letter-spacing: 0.1em;
	text-shadow: 4px -3px #6b1886;
	padding: 135px 0 0 80px;
	color: #000;
}

@media screen and (max-width:850px) {
	#company h2 {
		font-size: 45pt;
		
  }
 }
@media screen and (max-width:600px) {
	#company h2 {
		font-size: 28pt;
		padding: 145px 0 0 40px;
		text-shadow: 1px -1px #6b1886;
  }
 }

@media screen and (max-width:400px) {
	#company h2 {
		font-size: 20pt;
		padding: 146px 0 0 30px;
  }
 }

#profile {
	position: relative;
	height: 550px;
	width: 1100px;
	margin: 0 auto;
	top: 150px;
	
}
@media screen and (max-width:1500px) {
	#profile {
		width: 79vw;
		
  }
 }
@media screen and (max-width:1024px) {
	#profile {
		width: 80vw;
		font-size: 10.5pt;
  }
 }

@media screen and (max-width:850px) {
	#profile {
		height: 1060px;
		width: 80vw;
		position: absolute;
		right: 0;
		margin-right: 0 auto;

  }
 }
@media screen and (max-width:600px) {
	#profile {
		
  }
 }

@media screen and (max-width:400px) {
	#profile {
		width: 78vw;
		top: 100px;
		font-size: 8pt;
  }
 }
#company dl {
	
	
}

#company dt {
	width: 400px;
	font-weight: bold;
	border-bottom: solid 1pt #f3961a;
	color: #f3961a
}
@media screen and (max-width:1024px) {
	#company dt {
		width: 340px;
  }
 }
@media screen and (max-width:850px) {
	#company dt {
		width: 80vw;
  }
 }
@media screen and (max-width:600px) {
	#company dt {
		
  }
 }

@media screen and (max-width:400px) {
	#company dt {
		
  }
 }
#company dd {
	margin: 20px 0 50px 0;
}

#profile1 {
	position: absolute;
	float: left;
	
}
@media screen and (max-width:850px) {
	#profile1 {
		position: inherit;
		float: none;
  }
 }
#profile2{
	position: absolute;
	float: right;
	right: 0;
	
}
@media screen and (max-width:850px) {
	#profile2 {
		position: inherit;
		float: none;
	  right: none;
  }
 }

#profile a {
	color: #fff;
	background-color: #6b1886;
	border-radius: 10px;
	padding: 1px 2px 0 2px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.4);
	        box-shadow: 1px 1px 2px 1px rgba(0,0,0,.4);
	
}
/*****************************************
フッター
******************************************/
.row5 {
	position: relative;
	height: 160px;
	
}

#footer_box {
	position: absolute;
	height: 100px;
	width: 100%;
  background-color: #6b1886;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	justify-content: space-between;
	bottom: 0;
	z-index: 19;
}
@media (max-width: 600px) {
  #footer_box {
		margin:0;
		padding: 0;
		width: 100%;
  }
}

@media (max-width: 600px) {
  #footer_box {
		margin:0;
		padding: 0;
		width: 100%;
  }
}
/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/

/*ポップアップココまで*/

/*
/* ボタンスタイリング */

#modal__btn__save {
	position: absolute;
	width: 160px; 
	top: 90px;
	right: 10vw;
	cursor: pointer;
	z-index: 20;
}
#modal__btn {
	position: absolute;
	width: 160px; 
	top: 70px;
	right: 10vw;
	cursor: pointer;
	z-index: 20;
}
#modal__btn2 {
	position: absolute;
	width: 160px; 
	top: 90px;
	right: 10vw;
	cursor: pointer;
	z-index: 20;
}
@media (max-width: 600px) {
  #modal__btn {
		right: none;
		left: 10vw;
  }
}

#modal__btn:hover {
  opacity: .8;
}

#modal__btn2:hover {
  opacity: .8;
}

/* モーダル関係スタイリング */

#modal {
  background: #fff;
  display: none;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 60vh;
  width: 80%; 
	color: #000;
	z-index: 120;
}

#modal2 {
  background: #fff;
  display: none;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 60vh;
  width: 80%; 
	color: #000;
	z-index: 120;
}

#policy_title {
	font-size: 14pt;
	text-align: center;
	margin: 30px 0;
}
#margin_rate_title {
	font-size: 14pt;
	text-align: center;
	margin: 30px 0;
}
#policy_top {
	margin: 0 0 30px 0;
	text-align: center;
}
#margin_rate_top {
	margin: 0 0 30px 0;
	text-align: center;
}
#modal ui {
	text-align: left;
	margin: 0 ;
	font-size: 12pt;
}
#modal li {
	margin: 0 0 30px -20px;
}
#modal li p {
	margin: 0 0 0 16px;
}
#modal .policy2 li{
	list-style: square;
	margin:0 0 0 4px;
}
.modal__inner {
  height: 100%;
  overflow: scroll;
	z-index: 200;
}
#close__btn {
	position: absolute;
	height: 40px;
  width: 40px;
	bottom: -20px;
  left: 50%;
  background: #bdf;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  text-align: center;
  line-height: 40px;
	
}
#close__btn2 {
	position: absolute;
	height: 40px;
  width: 40px;
	bottom: -20px;
  left: 50%;
  background: #bdf;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  text-align: center;
  line-height: 40px;
	
}


#close__btn:hover {
  opacity: .8;
}

#close__btn2:hover {
  opacity: .8;
}

#overlay {
  background: rgba(5,40,70,.7);
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
	z-index: 110;
}

#policy {
	position: relative;
	width: 100vw;
	margin-top: 20pt;
	font-size: 10pt;
	letter-spacing: 1px;
	color: #fff;
	
}

#margin_rate {
	position: relative;
	width: 100vw;
	margin-top: 20pt;
	font-size: 10pt;
	letter-spacing: 1px;
	color: #fff;
	
}


footer #copy{
	color: #fff;
	position: absolute;
	bottom: 0; 
	left: 0; 
	right: 0;
	text-align: center;
	z-index: 100;
}
@media (max-width: 600px) {
  footer #copy {
		font-size: 8pt;
  }
}

