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

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
input {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

html {
	font-size: 62.5%;
	color: #555;
    overflow: auto;
}

container { width: 100%; }

/*---ho start ---*/
html, body { height: 100%; }
body {
	position:relative; 
	color: #555;
	font-family: 'HelveticaNeue', Helvetica, Arial,'AvenirNext-Regular', 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック','ＭＳ Ｐゴシック', 'Osaka', 'MS PGothic', 'Verdana', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	}



.cover { position: relative; width: 100%; margin: 0; padding: 0; color: #fff; }

.centerBoxFix { position: fixed; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; height: 20px; line-height: 160%; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,.3); }
.centerBoxLast { z-index: -1; }

.centerBox { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 80%; height: 200px; line-height: 160%; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,.3); }
.centerBox i { height: 120px; padding: 20px; font-size: 100px; transition: .8s; transition-delay: 0; } 
.centerBox div { margin: auto; transition: .8s; transition-delay: .8s; }




.flexbox {
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-justify-content:center;/*--- safari（PC）用 ---*/
    justify-content:center;
    width:100%;
    
}

	

.h-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}


/* glamove　グラデーション */
.holder,
    .first,
    .second,
    .third,
	.fourth {
      height: 100vh;
      width: 100vw;
      
    }
@media (max-width: 760px) {
	.holder,
    .first,
    .second,
    .third,
	.fourth {
      height: 140vh;

    }
}
    .first,
    .second,
	.third,
    .fourth {
      position: absolute;
		
    }
    .second,
    .third {
      opacity: 0;
    }
    .holder {
      height: 100vh;
      position: relative;
      z-index: -1000;
    }
@media (max-width: 760px) {
	.holder {
      height: 140vh;
      position: relative;
      z-index: -1000;
    }
}
    .first {
      animation: first 10s infinite;
      background: linear-gradient(#5ff8ca, #60e08c);
      z-index: 10;
    }
      @keyframes first {
        0% {opacity: 1.0;}
        10% {opacity: 0.8;}
        20% {opacity: 0.6;}
        30% {opacity: 0.4;}
        40% {opacity: 0.2;}
        50% {opacity: 0.1;}
        60% {opacity: 0.2;}
        70% {opacity: 0.4;}
        80% {opacity: 0.6;}
        90% {opacity: 0.8;}
        100% {opacity: 1.0;}
      }

    .second {
      animation: second 10s infinite; animation-delay: 2s;
      background: linear-gradient(#19eaa6, #00a1f0);
      z-index: 20;
    }
      @keyframes second {
        0% {opacity: 0;}
        10% {opacity: 0.2;}
        20% {opacity: 0.4;}
        30% {opacity: 0.6;}
        40% {opacity: 0.8;}
        50% {opacity: 1.0;}
        60% {opacity: 0.8;}
        70% {opacity: 0.6;}
        80% {opacity: 0.4;}
        90% {opacity: 0.2;}
        100% {opacity: 0;}
      }

    .third {
      animation: third 10s infinite;
      animation-delay: 8s;
      background: linear-gradient(#aab7f8, #ff75c6);
      z-index: 30;
    }
      @keyframes third {
        0% {opacity: 0;}
        10% {opacity: 0.2;}
        20% {opacity: 0.4;}
        30% {opacity: 0.6;}
        40% {opacity: 0.8;}
        50% {opacity: 1.0;}
        60% {opacity: 0.8;}
        70% {opacity: 0.6;}
        80% {opacity: 0.4;}
        90% {opacity: 0.2;}
        100% {opacity: 0;}
      }
	.fourth { 
      height: 100%;
      background: url(image_back/bc05.png) no-repeat; 
      background-size: cover;
      background-position: center center;
      z-index: 40;
}
@media (max-width: 760px) {
	.fourth { 
      height: 100%;
      background: url(image_back/bc05_sp.png) no-repeat; 
      background-size: cover;
      background-position: center center;
      z-index: 40;
}
}
	.txt {
      margin-top: calc(50vh - 43px);
      position: absolute;
      width: 100%;
      z-index: 1000;
		text-align: center;
    }
    

/* glamove　グラデーション end */


	.z-index {
  z-index: 200;
}
/*---ho end---*/


ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
	vertical-align: bottom;
}
img {
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
p {
	color: #555;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.2rem;
}
@media (max-width: 767px) {
	p {
	color: #555;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:visited { 
	text-decoration: none;
}

li {
	list-style-type: none;
}
.underline {
	text-decoration: underline;
	color: #000;
}

/* common */

ul {
	overflow: hidden;
}

/* common id */
#content {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}



.spacing10 {word-spacing: 10px;}

.mt1 {
	margin-top: 1px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb2 {
	margin-bottom: 2px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mt150 {
	margin-top: 150px;
}
@media (max-width: 414px) {
	.mt150 {
	margin-top: 50px;
}
}
.mt200 {
	margin-top: 200px;
}
@media (max-width: 414px) {
	.mt200 {
	margin-top: 50px;
}
}
.mb80 {
	margin-bottom: 80px;
}
.mb150 {
	margin-bottom: 150px;
}
.pb-none {
	padding-bottom: 0 !important;
}
.pt1 {
	padding-top: 1px;
}
.pt5 {
	padding-top: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
.p10 {
	padding: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pt-20 {
	padding-top: -20px;
}
.pl2 {
	padding-left: 2px;
}
.pr2 {
	padding-right: 2px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.p40 {
	padding: 40px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}

.pt80 {
	padding-top: 80px;
}
.pt100 {
	padding-top: 100px;
}
.pt120 {
	padding-top: 120px;
}
.pt200 {
	padding-top: 200px;
}
.pr40 {
	padding-right: 40px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb100 {
	padding-bottom: 100px;
}
.pb200 {
	padding-bottom: 200px;
}
.pl40 {
	padding-left: 40px;
}
.pt80 {
	padding-top: 80px;
}
.bt-single-gry {
	border-top: solid 1px #DCDBDB;
}
.bt-single {
	border-top: solid 1px #000;
}
.bb-single {
	border-bottom: solid 1px #000;
}
.bt-thick {
	border-top: solid 1px #000;
}
.bt-thick4 {
	border-top: solid 4px #000;
}
@media (max-width: 414px) {
	.bt-thick4 {
	border-top: solid 0px #000;
}
}
.bb-thick {
	border-bottom: solid 1px #000;
}
.bt-single-orange {
	border-top: solid 1px #EE7B02 !important;
}
.bb-single-orange {
	border-bottom: solid 1px #EE7B02 !important;
}
.ba-single-orange {
	border: solid 1px #EE7B02 !important;
}
.bt-thick-orange {
	border-top: solid 2px #EE7B02 !important;
}
.bt-thick-red {
	border-top: solid 2px #ff0000 !important;
}
.bb-thick-orange {
	border-bottom: solid 2px #EE7B02 !important;
}
.ba-thick-orange {
	border: solid 2px #EE7B02 !important;
}
.bt-single-green {
	border-top: solid 1px #187C27 !important;
}
.bb-single-green {
	border-bottom: solid 1px #187C27 !important;
}
.bt-none {
	border-top: none !important;
}
.bb-none {
	border-bottom: none !important;
}
.va-top {
	vertical-align: top;
}
.va-middle {
	vertical-align: middle;
}
.va-bottom {
	vertical-align: bottom;
}
.text-small {
	font-size: 12px;
	font-size: 1.2rem;
}
.text-default {
	font-size: 14px;
	font-size: 1.4rem;
}
.text14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.text16 {
	font-size: 16px;
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	.text16 {
	font-size: 14px;
	font-size: 1.4rem;
	}
}
@media (max-width: 414px) {
	.text16 {
	font-size: 12px;
	font-size: 1.2rem;
	}
}

.textAW {
	font-size: 16px;
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	.textAW {
	font-size: 14px;
	font-size: 1.4rem;
	}
}
@media (max-width: 414px) {
	.textAW {
	font-size: 12px;
	font-size: 1.2rem;
	}
}
.text18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.text-middle {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 3.6rem;
}
@media (max-width: 1120px) {
	.text-middle {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
}
@media (max-width: 1024px) {
	.text-middle {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
}
@media (max-width: 414px) {
	.text-middle {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.4rem;
	}
}
.text-mess {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 3.0rem;
}
@media (max-width: 1120px) {
	.text-mess {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
}
@media (max-width: 1024px) {
	.text-mess {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.4rem;
	}
}
@media (max-width: 414px) {
	.text-mess {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0rem;
	}
}
.text-larger {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 3.5rem;
}
@media (max-width: 1120px) {
	.text-larger {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
}

@media (max-width: 768px) {
	.text-larger {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
}
@media (max-width: 414px) {
	.text-larger {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	}
}
.text-largeL {
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 5.0rem;
	font: lighter;
}
@media (max-width: 1024px) {
	.text-largeL {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 3.5rem;
	}
}
@media (max-width: 414px) {
	.text-largeL {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2.4rem;
	}
}
.text-large {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 5.5rem;
}
@media (max-width: 1112px) {
	.text-large {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 2.9rem;
	}
}
@media (max-width: 1024px) {
	.text-large {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2.4rem;
	}
}
@media (max-width: 414px) {
	.text-large {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.4rem;
	}
}
.text-big {
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 6.0rem;
}
@media (max-width: 1112px) {
	.text-big {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 4.5rem;
	}
}
@media (max-width: 1024px) {
	.text-big {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 3.5rem;
	}
}
@media (max-width: 414px) {
	.text-big {
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 3.0rem;
	}
}
.text-big2 {
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 7.0rem;
}
@media (max-width: 1112px) {
	.text-big2 {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 4.5rem;
	}
}
@media (max-width: 1024px) {
	.text-big2 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 3.5rem;
	}
}
@media (max-width: 500px) {
	.text-big2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 3.0rem;
	}
}
.text-spec01 {
	font-size: 33px;
	font-size: 3.3rem;
	line-height: 3.3rem;
}
@media (max-width: 760px) {
	.text-spec01 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 3.0rem;
	}
}
@media (max-width: 414px) {
	.text-spec01 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2.8rem;
	}
}
.text-spec02 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2.4rem;
}
@media (max-width: 760px) {
	.text-spec02 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.4rem;
	}
}
@media (max-width: 414px) {
	.text-spec02 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	}
}
.text-title-ho {
	font-size: 20px;
	font-size: 2.0rem;
}
@media (max-width: 760px) {
	.text-title-ho {
	font-size: 16px;
	font-size: 1.6rem;
	}
}
@media (max-width: 414px) {
	.text-title-ho {
	font-size: 13px;
	font-size: 1.3rem;
	}
}
.text-copy {
	font-size: 40px;
	font-size: 4.0rem;
}
@media (max-width: 1200px) {
	.text-copy {
	font-size: 30px;
	font-size: 3.0rem;
	}
}
@media (max-width: 760px) {
	.text-copy {
	font-size: 18px;
	font-size: 1.8rem;
	}
}
.text-lec {
	font-size: 20px;
	font-size: 2.0rem;
}
@media (max-width: 1366px) {
	.text-lec {
	font-size: 18px;
	font-size: 1.8rem;
	}
}
@media (max-width: 1024px) {
	.text-lec {
	font-size: 16px;
	font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	.text-lec {
	font-size: 14px;
	font-size: 1.4rem;
	}
}

.text-center {
	text-align: center;
}
.text-bottom {
	text-align: bottom;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.color-red {
	color: #ff0000;
}
.color-gry {
	color: #888;
}
.color-lightgry {
	color: #E8E8E8;
}
.color-coad {
	color: #B53302;
}
.color-black {
	color: #000;
}
.color-yellow {
	color: #F9B600;
}
.color-greenk {
	color: #697C68;
}
.color-white {
	color: #fff;
}
.color-orange {
	color: #EE7B02;
}
.color-blue {
	color: #0026DC;
}
.backcolor-orange {
	background-color: #EE7B02;
}
.backcolor-white {
	background-color: #fff;
}
.backcolor-gry {
	background-color: #F1F1F1;
}
.backcolor-lightblue {
	background-color: #DCF5F9;
}
.color-black {
	color: #555;
}
.color-lightgrey {
	color: e9e9e9;
}
.color-green {
	color: #187C27;
}
.color-borwn {
    color00: #988A82;
}
.font-bold {
	font-weight: bolder;
}
.font-normal { 
	font-weight: normal; 
}
.font-lighter { 
	font-weight: lighter; 
}

.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.word-break {
	word-break: break-all;
}
.width100 {
	width: 100%;
}
.width30 {
	width: 30%;
}
.width20 {
	width: 20%;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	clear: both;
}

/* display-toggle最上段の画像 */
.display-toggle {
	display: block;
}
.display-toggle-reverse {
	display: none;
}


@media (max-width: 750px) {
	.display-toggle {
		display: none;
	}
	.display-toggle-reverse {
		display: block;
	}
}












/* footer */
#footer {
	background-color: #E6E5E5;
	padding-bottom: 20px;
}
#footer02 {
	background-color: #fff;
	padding-top: 50px;
    padding-bottom: 50px;
}
#footer-inner {
	margin: 0 auto;
	padding: 0px;
	
}




#footer-inner img {
	width: 25%;
}
@media (max-width: 700px) {
	#footer-inner img {
		width: 80%;
	}
}
.footer-nav {
	overflow: hidden;
	display: inline-block;
	padding: 5px 5px;
}
.footer-nav li {
	display: inline-block;
	padding: 0 5px;
}
.footer-nav li a {
	color: #555;
	text-decoration: none;
}
.footer-nav li a:hover {
	color: #888;
	text-decoration: none;
}
/* footerend */
.link-nav {
	overflow: hidden;
	display: inline-block;
	padding: 20px 10px;
}
.link-nav li {
	display: inline-block;
	padding: 0 15px;
}
.link-nav li a {
	color: #000;
	text-decoration: none;
}
.link-nav li a:hover {
	color: #333;
	text-decoration: none;

}








/* ser123 */
#home-123-wrap {
	overflow: hidden;
	width: 100%;
	background-color: #FEEF21
}
#home-123-wrap02 {
	overflow: hidden;
	width: 100%;
	background-color: #7DE0E6
}
.home-1-wrap, .home-2-wrap, .home-3-wrap {
	overflow: hidden;
	width: 33%;
}
.home-1-wrap {
	float: left;
	overflow: hidden;
	width: 33%;
	margin-left: auto;
	margin-right: 0.5%;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.home-2-wrap {
	float: left;
	overflow: hidden;
	width: 33%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.home-3-wrap {
	float: right;
	overflow: hidden;
	width: 33%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.home-1-bg, .home-2-bg, .home-3-bg {
	overflow: hidden;
	
}
.home-1-post-area {
	overflow: hidden;
	margin: 0px 0px;
}
@media (max-width: 760px) {
	.home-1-post-area {
		overflow: hidden;
		margin: 0px 0px;
	}
}
.home-2-post-area {
	overflow: hidden;
	margin: 20px 20px 20px 20px;
}
@media (max-width: 735px) {
	.home-2-post-area {
		overflow: hidden;
		margin: 10px 10px 10px 10px;
	}
}

.1-wrap {
	float: left;
}
.post-area li {
	text-align: left;
}
.home-1-im, .home-2-im, .home-3-im {
	overflow: hidden;
	width: 100%;
}
@media (max-width: 735px) {
	.home-1-im, .home-2-im, .home-3-im {
		overflow: hidden;
		width: 100%;
	}
}
.home-net-im {
	overflow: hidden;
	width: 20%;
	margin: 10px
		
}
@media (max-width: 735px) {
	.home-net-im {
		overflow: hidden;
		width: 25%;
		margin: 10px
	}
}

















/* contact-area */
#contact-area {
	background: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 760px) {
	#contact-area {
	background: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}
/* about */
#page-area {
	background: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 760px) {
	#page-area {
	background: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}



.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 80px;
	padding-bottom: 30px;
		
}
@media (max-width: 1366px) {
	.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 80px;
	padding-bottom: 30px;
}
}
@media (max-width: 1112px) {
	.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-top: 80px;
	padding-bottom: 30px;
}
}
@media (max-width: 1024px) {
	.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 30px;
}
}

@media (max-width: 768px) {
	.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 0px;
}
}
@media (max-width: 736px) {
	.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
}
}
@media (max-width: 414px) {
	.pg-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
}
}




.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 64%;
	padding-top: 80px;
	padding-bottom: 30px;
		
}
@media (max-width: 1366px) {
	.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 80px;
	padding-bottom: 30px;
}
}
@media (max-width: 1112px) {
	.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-top: 80px;
	padding-bottom: 30px;
}
}
@media (max-width: 1024px) {
	.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 30px;
}
}

@media (max-width: 768px) {
	.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 0px;
}
}
@media (max-width: 736px) {
	.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
}
}
@media (max-width: 414px) {
	.ho-text-box-center-top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
}
}

.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 64%;
	padding-top: 300px;
	padding-bottom: 30px;
		
}
@media (max-width: 1366px) {
	.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 250px;
	padding-bottom: 30px;
}
}
@media (max-width: 1112px) {
	.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-top: 250px;
	padding-bottom: 30px;
}
}
@media (max-width: 1024px) {
	.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 250px;
	padding-bottom: 30px;
}
}
@media (max-width: 768px) {
	.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 30px;
}
}
@media (max-width: 736px) {
	.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 30px;
}
}
@media (max-width: 414px) {
	.ho-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 30px;
}
}

.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-top: 50px;
	padding-bottom: 10px;
		
}
@media (max-width: 1366px) {
	.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 1112px) {
	.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 1024px) {
	.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 768px) {
	.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 736px) {
	.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}
}
@media (max-width: 414px) {
	.pg-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
}
}
.pg-text-box-center-coadexnavi {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	padding-top: 0px;
	padding-bottom: 50px;
	
	
}
@media (max-width: 768px) {
	.pg-text-box-center-coadexnavi {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	padding-top: 0px;
	padding-bottom: 50px;
}
}
.pg-text-box-center-im {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
		
}
@media (max-width: 1366px) {
	.pg-text-box-center-im {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 50px;
		
}
}
@media (max-width: 1024px) {
	.pg-text-box-center-im {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 50px;
		
}
}
.pg-text-box-right {
	position: relative;
	text-align: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
		
}

.pg-insta {
	position:absolute; 
	bottom: 30px; 
	right: 30px;
	
}
.pg-insta00 img {
	width: 360px;
	height: 360px;
}
@media (max-width: 768px) {
	.pg-insta {
	position:absolute; 
	bottom: 10px; 
	right: 10px;
}
	.pg-insta00 img {
	width: 180px
}
}

.ho-top-title {
	text-align: center;
	
	padding-top: 10px;
	padding-bottom: 50px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2.2rem;
		
}
@media (max-width: 768px) {
	.ho-top-title {
	text-align: center;
	
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.0rem;
		
}
}
@media (max-width: 736px) {
	.ho-top-title {
	text-align: center;
	
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3rem;
		
}
}
@media (max-width: 414px) {
	.ho-top-title {
	text-align: center;
	
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5rem;
		
}
}
.ho-cont-title {
	text-align: center;
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2.2rem;
		
}
@media (max-width: 768px) {
	.ho-cont-title {
	text-align: center;
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.0rem;
		
}
}
@media (max-width: 414px) {
	.ho-cont-title {
	text-align: center;
	color: #000;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3rem;
		
}
}


.pg-cont-title {
	text-align: center;
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 3.0rem;
		
}
@media (max-width: 768px) {
	.pg-cont-title {
	text-align: center;
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.0rem;
		
}
}
@media (max-width: 414px) {
	.pg-cont-title {
	text-align: center;
	color: #000;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5rem;
		
}
}
.pg-cont-title-im {
	text-align: center;
	
}

.ho-search {
	width: 30%;
	float: right;
	position: relative;
	overflow: hidden;
	margin-top: -58px;


}
@media screen and (max-width: 414px) {
	.ho-search {
	width: 100%;
	float: center;
	position: relative;
	overflow: hidden;
	margin-top: -90px;
	
}
}



.newsP-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 0px;
		
}
@media (max-width: 960px) {
	.newsP-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 30px;
}
}
@media (max-width: 760px) {
	.newsP-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
}
}

.news-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 0px;
		
}
@media (max-width: 960px) {
	.news-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 30px;
}
}
@media (max-width: 760px) {
	.news-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 0px;
	padding-bottom: 0px;
}
}


/



/* /lec-list */
.lec-list {
	overflow: hidden;
}
.lec-list li {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.lec-list li:first-child {
	
}
.lec-list li div {
	display: table-cell;
}
@media (max-width: 700px) {
	.lec-list li div {
		display: block;
	}
}
.lec-list-left {
	width: 50%;
	padding-right: 50px;
}

@media (max-width: 1366px) {
	.lec-list-left {
		width: 50%;
		padding-right: 30px;
	}
}
@media (max-width: 1024px) {
	.lec-list-left {
		width: 50%;
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.lec-list-left {
		width: 50%;
		padding-right: 30px;
	}
}
@media (max-width: 414px) {
	.lec-list-left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 10px;
	}
}
.lec-list-text {
	overflow: hidden;
}
/* /news-list-ho */
.news-list-ho {
	overflow: hidden;
}
.news-list-ho li {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.news-list-ho li:first-child {
	
}
.news-list-ho li div {
	display: table-cell;
}
@media (max-width: 700px) {
	.news-list-ho li div {
		display: block;
	}
}
.news-list-ho-left {
	width: 50%;
	padding-right: 50px;
}

@media (max-width: 1366px) {
	.news-list-ho-left {
		width: 50%;
		padding-right: 30px;
	}
}
@media (max-width: 1024px) {
	.news-list-ho-left {
		width: 50%;
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.news-list-ho-left {
		width: 50%;
		padding-right: 30px;
	}
}
@media (max-width: 414px) {
	.news-list-ho-left {
		width: 50%;
		padding-right: 0;
		padding-bottom: 20px;
	}
}

.news-list-ho-text {
	overflow: hidden;
}
/
/* /voice-text-box-center */
.voice-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	margin-top: 100px;
	
		
}
@media (max-width: 960px) {
	.voice-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 100px;
	
}
}
@media (max-width: 760px) {
	.voice-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 70px;
	
}
}








/* web font */
.sebastian {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
}
.sebastian600{
	font-family: 'Crimson Text', serif;
	font-weight: 600;
}
.sebastian700 {
	font-family: 'Crimson Text', serif;
	font-weight: 700;
}
.Rajdhani {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400;
}
.Pragati {
	font-family: 'Pragati Narrow', sans-serif;
	font-weight: 600;
}
.Roboto {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
}
.Six {
	font-family: 'Six Caps', sans-serif;
	font-weight: 600;
}
.Poppins {
	font-family: 'Poppins', sans-serif;
}

@media (min-width: 945px) {
}

@media (max-width: 705px) {
}







/* ----- ----- ----- ----- ----- --- * 4カラム */
.inner-block {
	overflow: hidden;
}
.columns {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
}
.columns div {
	font-size: 14px;
	font-size: 1.4rem;
	
}
@media screen and (max-width:480px) {
	.columns div {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.ta-left {
	text-align: left;
}
.ta-center {
	text-align: center;
}
.four-column-pt {
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
	.four-column-pt {
		padding-top: 80px;
	}
}
.four-column-pb {
	padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.four-column-pb {
		padding-bottom: 80px;
	}
}

/* ----- ----- ----- ----- ----- --- * 4カラム */
.four-column-child {
	display: inline-block;
	padding-top: 50px;
	padding-left: 1px;
	padding-right: 1px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 50px;
	
}
@media screen and (max-width: 767px) {
	.four-column-child {
	display: inline-block;
	padding-top: 10px;
	
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 10px;
}
}
/* ----- ----- ----- ----- ----- --- * 2カラム */
.two-column-child-ho {
	display: inline-block;
	padding-top: 16px;
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 567px) {
	.two-column-child-ho {
	display: inline-block;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 4カラム */
.four-column-child-ho {
	display: inline-block;
	padding-top: 16px;
	padding-left: 8px;
	padding-right: 8px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 567px) {
	.four-column-child-ho {
	display: inline-block;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 4カラム */
.four-column-child-pg {
	display: inline-block;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 567px) {
	.four-column-child-pg {
	display: inline-block;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	.w50per {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.w50per {
		width: 50%;
	}
}
.four-column-child h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.four-column-child h1 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* ----- ----- ----- ----- ----- --- * 4カラムfr */
.four-column-child-fr {
	display: inline-block;
	padding: 0px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}

@media screen and (max-width: 767px) {
	.four-column-child-fr {
	display: inline-block;
	padding: 0px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 6カラムho */
.six-column-child-ho {
	display: inline-block;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	width: 16.66%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;	
}
@media screen and (max-width: 1366px) {
	.six-column-child-ho {
	display: inline-block;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	width: 16.66%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 3px;
}
}
@media screen and (max-width: 1024px) {
	.six-column-child-ho {
	display: inline-block;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 16.66%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 2px;
}
}
@media screen and (max-width: 768px) {
	.six-column-child-ho {
	display: inline-block;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 2px;
}
}
@media screen and (max-width: 414px) {
	.six-column-child-ho {
	display: inline-block;
	padding: 1px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 6カラムfr */
.six-column-child-coadex {
	display: inline-block;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 16.66%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 20px;
	
	
}

@media screen and (max-width: 767px) {
	.six-column-child-coadex {
	display: inline-block;
	padding: 1px;
	width: 33.33%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 6カラムfr */
.six-column-child-fr {
	display: inline-block;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 16.66%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 20px;
	
	
}

@media screen and (max-width: 767px) {
	.six-column-child-fr {
	display: inline-block;
	padding: 1px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 5カラムlec */
.five-column-child {
	display: inline-block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 20%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 10px;
	
}
@media screen and (max-width: 767px) {
	.fiver-column-child {
	display: inline-block;
	padding-top: 10px;
	
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 10px;
}
}
/* ----- ----- ----- ----- ----- --- * 3カラムlec */
.three-column-child-lec {
	display: inline-block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 33%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 10px;
	
}
@media screen and (max-width: 767px) {
	.three-column-child-lec {
	display: inline-block;
	padding-top: 10px;
	
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 10px;
}
}

/* ----- ----- ----- ----- ----- --- * 3カラム */
.three-column-pt {
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
	.three-column-pt {
		padding-top: 80px;
	}
}
.three-column-pb {
	padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.three-column-pb {
		padding-bottom: 80px;
	}
}
.three-column-child-oymm {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	width: 33%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 767px) {
	.three-column-child-oymm {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}




/* ----- ----- ----- ----- ----- --- * 2カラム */
.two-column-child-pg {
	display: inline-block;
	padding: 0px;
	width: 45%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
@media screen and (max-width: 1800px) {
	.two-column-child-pg {
	display: inline-block;
	padding: 0px;
	width: 45%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 2%;
	margin-right: 2%;
}
}
@media screen and (max-width: 1366px) {
	.two-column-child-pg {
	display: inline-block;
	padding: 0px;
	width: 45%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 2%;
	margin-right: 2%;
}
}
@media screen and (max-width: 767px) {
	.two-column-child-pg {
	display: inline-block;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
}

/* ----- ----- ----- ----- ----- --- * link-im-pg */
.link-im-pg {
	
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 40px;
}
@media screen and (max-width: 1800px) {
	.link-im-pg {
	
	margin-bottom: 30px;
	margin-left: 2%;
	margin-right: 2%;
}
}
@media screen and (max-width: 1366px) {
	.link-im-pg {
	
	margin-bottom: 30px;
	margin-left: 2%;
	margin-right: 2%;
}
}
@media screen and (max-width: 767px) {
	.link-im-pg {
	
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
}

.two-column-child-time {
	display: inline-block;
	padding: 0px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 767px) {
	.two-column-child-time {
	display: inline-block;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}

.two-column-child-time h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.two-column-child-time h1 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	.w100per {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.w100per {
		width: 100%;
	}
}






.two-column-child {
	display: inline-block;
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.two-column-child {
		width: 100%;
	}
}



/* ----- ----- ----- ----- ----- --- * rgbaBlack */
.rgbaBlack {
	background: rgba(0, 0, 0, 0.50);
}
.rgbaWhite {
	background: rgba(255, 255, 255, 0.50);
	border: solid 1px #fff;
	width: 100%;
	box-sizing: border-box;
}
.rgbaBlack-p {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}


/* ----- ----- ----- ----- ----- -----  * txt */


.txtcenter {
	text-align: center;
}
.txtleft {
	text-align: left;	
}
.txtright {
	text-align: right;	
}
.txtBlack {
	color: #000;
}
.txtWhite {
	color: #FFF;
}
.txtWhite02 {
	color: #DBDBDB;
}
.blandL {
	font-size: 80px;
	padding-top: 50px;
	padding-bottom: 30px;
}







 
}
.allNone {
    display: none;
  }
@media screen and (max-width: 750px){
.spNone { display: none;}
}

@media screen and (min-width: 568px){
.pcNone { display: none;}
}

@media screen and (max-width: 768px){
.btNone { display: none;}
}

.spSmall {
    width: 20%;
  }
@media screen and (max-width: 767px){
.spSmall { 
	width: 30%;
	}
}

.spIMG01 {
    width: 30%;
  }
@media screen and (max-width: 767px){
.spIMG01 { 
	width: 100%;
	}
}
.spIMGchan01 {
    width: 40%;
    float: right;
  }
@media screen and (max-width: 767px){
.spIMGchan01 { 
	width: 60%;
    text-align: center;
	}
}
.spIMGchan02 {
    width: 100%;
  }
@media screen and (max-width: 767px){
.spIMGchan02 { 
	width: 100%;
	}
}
.spIMGchan03 {
    width: 45%;
  }
@media screen and (max-width: 767px){
.spIMGchan03 { 
	width: 90%;
	}
}
.spIMGchan05 {
    width: 90%;
  }
@media screen and (max-width: 767px){
.spIMGchan05 { 
	width: 90%;
	}
}
.spIMGpg01 {
    width: 25%;
  }
@media screen and (max-width: 767px){
.spIMGpg01 { 
	width: 60%;
	}
}
.spIMGpgfooter {
    width: 30%;
  }
@media screen and (max-width: 767px){
.spIMGpgfooter { 
	width: 100%;
	}
}
.spIMGpg02 {
    width: 15%;
  }
@media screen and (max-width: 767px){
.spIMGpg02 { 
	width: 45%;
	}
}
.spIMGpg03 {
    width: 50%;
  }
@media screen and (max-width: 767px){
.spIMGpg03 { 
	width: 50%;
	}
}
.spIMGpg05 {
    width: 70%;
	text-align: center;
  }
@media screen and (max-width: 767px){
.spIMGpg05 { 
	width: 80%;
	text-align: center;
	}
}

.spIMGmagazine {
    width: 30%;
  }
@media screen and (max-width: 1112px){
.spIMGmagazine {
    width: 20%;
  }
}
@media screen and (max-width: 414px){
.spIMGmagazine {
    width: 18%;
  }
}


.spIMGpginsta01 {
	height: 120px;
  }
@media screen and (max-width: 767px){
.spIMGpginsta01 { 
	height: 80px;
	}
}

.spIMGpginsta02 {
	height: 80px;
  }
@media screen and (max-width: 767px){
.spIMGpginsta02 { 
	height: 80px;
	}
}
.spIMGpginsta03 {
	width: 25%;
  }
@media screen and (max-width: 414px){
.spIMGpginsta03 { 
	width: 100%;
	}
}
.spIMGpginsta04 {
	width: 10%;
  }
@media screen and (max-width: 414px){
.spIMGpginsta04 { 
	width: 25%;
	}
}

.spIMGrice01 {
    width: 35%;
  }
@media screen and (max-width: 767px){
.spIMGrice01 { 
	width: 60%;
	}
}












/* アニメーション */
.anim-wrap{
	display: flex;
	justify-content: center;
	border:none!important;
	padding: 0px 0px!important;
}
.anim01,.anim02,.anim03,.anim04{
	
}
 
/*実際に必要な記述はここから*/
.fadeInUp01,.fadeInUp02,.fadeInUp03,.fadeInUp04{
    animation-fill-mode:both;
    animation-duration:1s;
    animation-name: fadeInUp;
    visibility: visible !important;}
 
/*animation-delayでタイミングをずらしている*/
.fadeInUp02{
    animation-delay: 0.3s;
}
.fadeInUp03{
    animation-delay: 0.6s;
}
.fadeInUp04{
    animation-delay: 0.9s;
}
 
/*@translateYで縦の動き・translateXで横の動きを指定できる*/
@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(50px);}
    100% { opacity: 1; transform: translateY(0);}
}
/* アニメーション end*/
.upim {
	overflow: hidden;
	width: 100%;
	z-index: 510;
    position: absolute;
	
}
/* すまほdisplay: none;*/
.pc-only {
	display: none;
}

@media screen and (min-width: 641px) {
	.pc-only {
		display: block;
	}
}

.pc-only02 {
	display: none;
}

@media screen and (min-width: 834px) {
	.pc-only02 {
		display: block;
	}
}


.sp-only {
	display: block;
}
@media screen and (min-width: 641px) {
	.sp-only {
		display: none;
	}
}



/* contact entry*/

.entry-inner-box {
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		padding-left: 0;
		width: 900px;
	}
@media (max-width: 834px) {
.entry-inner-box {
    padding-right: 0px;
    padding-left: 0px;
    width: 99%;
	}
}
@media (max-width: 500px) {
.entry-inner-box {
    padding-right: 0px;
    padding-left: 0px;
    width: 99%;
	}
}



/* class - table form */
.entry-form {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.entry-form textarea {
	resize: vertical;
	width: 100%;
    border: 1px solid #888;
}
.entry-form dl {
	overflow: hidden;
	display:table;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
}
.entry-form dt {
	display:table-cell;
	padding: 0 20px;
	width: 28%;
	text-align: right;
    color: #555;
}
.entry-form dd {
	display:table-cell;
	padding: 0 20px;
	text-align: left;
}

@media (max-width: 735px) {
	entry-form dl {
		display: block;
	}
	.entry-form dd {
		display: block;
		text-align: left;
	}
	.entry-form dt {
		display: block;
		width: 100%;
		border-bottom: dotted 0px #dcdcdc;
		border-right: none;
		text-align: left;
	}
}
.to-block {
	display: inline-block;
}
.pl20-disappear {
	padding-left: 20px;
}
@media (max-width: 735px) {
	.pl20-disappear {
		padding-left: 0;
	}
}
input[type="text"] {
	border: solid 1px #888;
	padding: 3px 5px;
	max-width: 100%;
}
@media (max-width: 735px) {
	input[type="text"] {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
}

.quadrant input[type="text"] {
	margin-right: 5px;
	width: 100px;
}
@media (max-width: 735px) {
	.quadrant input[type="text"] {
		max-width: 22%;
	}
}

input[type="submit"] {
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
}
@media (max-width: 735px) {
	input[type="submit"] {
		max-width: 100%;
		padding: 10px 5% !important;
	}
}


/*　ho 
input[type="submit"] {
	box-sizing: border-box;
	padding:  3px;
	color: #333;
}
@media (max-width: 735px) {
	input[type="submit"] {
		max-width: 100%;
		padding: 8px 5% !important;
		margin-top: 8px
	}
}
ho */


input[type="reset"] {
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
}
@media (max-width: 735px) {
	input[type="reset"] {
		max-width: 100%;
		padding: 10px 5% !important;
	}
}
@media (max-width: 480px) {
	input[type="reset"], input[type="submit"] {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		margin-left: 0;
	}
}
.pr20-toggle {
	padding-right: 20px;
}
@media (max-width: 735px) {
	.to-block {
		display: block;
	}
	.pr20-toggle {
		padding-right: 0;
	}
}
.input-text-short {
	width: 100px;
	max-width: 25% !important;
}
@media (max-width: 735px) {
	.input-text-short {
		max-width: 25% !important;
	}
}
.input-text-wide {
	width: 500px;
	max-width: 100% !important;
}
.input-text-tel {
	width: 350px;
	max-width: 100% !important;
}
.input-text-middle {
	width: 350px;
	max-width: 100% !important;
}
@media (max-width: 735px) {
	.entry-display-ltob {
		display: block;
	}
}

.send-bottun input.red-bg {
	padding: 10px 60px;
	background: #ff0000;
	border: solid 1px #ff0000;
	color: #fff;
}
.send-bottun02 input.red-bg {
	padding: 10px 60px;
	background: #fff;
	border: solid 1px #ff0000;
	color: #ff0000;
}
.check-the-input {
	padding-bottom: 3px;
}
.check-ok {
	color: #2CA635;
}
.check-error {
	color: #ff0000;
}
.re-input {
	padding-right: 6px;
	padding-bottom: 6px;
}
.re-input input {
	text-align: center;
}
.re-input input.orange {
	font-weight: bold;
	padding: 10px !important;
	width: 50px !important;
}


















/* ----- ----- ----- ----- -top * section */
#slideshow {
   height: 100%;
   background-attachment: fixed; 
   
}
@media screen and (max-width: 567px){
#slideshow {
   height: 100%;
   background-attachment: fixed; 
   
}
}
/* ----- ----- ----- ----- -top * section */
#slideshow-asp {
   height: 100%;
   background-attachment: fixed; 
   
}
@media screen and (max-width: 567px){
#slideshow-asp {
   height: 100%;
   background-attachment: fixed; 
   
}
}

/* ----- ----- ----- ----- -top * section */
#slideshow-kal {
   height: 100%;
   background-attachment: fixed; 
   
}
@media screen and (max-width: 567px){
#slideshow-kal {
   height: 100%;
   background-attachment: fixed; 
   
}
}

/* --
@media only screen and (min-width: 1023px) {
.section1, .section3, .section5 { background-attachment: fixed; }
}
- * section */
.section000 { 
	height: 100%; 
	background: url("image_slid/here_img0100000.png") no-repeat; 
	background-size: cover;
}
.section1 { 
	height: 100%; 
	background: url("image_slid/here_img01.png") no-repeat; 
	background-size: cover;
}
@media only screen and (min-width: 834px) {
.section1 { 
	height: 100%; 
	background: url("image_slid/here_img06sp.jpg") no-repeat; 
	background-size: cover;
}
}

@media only screen and (min-width: 567px) {
.section00 { background-attachment: fixed; }
}


.section-frame { 
	height: 100%; 
	background: url("image_cont01/project-frame/he_frame00.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
@media screen and (max-width: 834px){
.section-frame { 
	height: 100%; 
	background: url("image_cont01/project-frame/he_frame00sp.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
}
.section-xyz { 
	height: 100%; 
	background: url("image_cont01/project-xyz/he_xyz00.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
@media screen and (max-width: 834px){
.section-xyz { 
	height: 100%; 
	background: url("image_cont01/project-xyz/he_xyz00sp.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
}
.section-stage { 
	height: 100%; 
	background: url("image_cont01/project-stage/he_stage00.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
@media screen and (max-width: 834px){
.section-stage { 
	height: 100%; 
	background: url("image_cont01/project-stage/he_stage00sp.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
}
.section-chairs { 
	height: 100%; 
	background: url("image_cont01/project-chairs/he_chairs00.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
@media screen and (max-width: 834px){
.section-chairs { 
	height: 100%; 
	background: url("image_cont01/project-chairs/he_chairs00sp.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
}
.section-box { 
	height: 100%; 
	background: url("image_cont01/project-box/he_box00.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
@media screen and (max-width: 834px){
.section-box { 
	height: 100%; 
	background: url("image_cont01/project-box/he_box00sp.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
}
.section-shadow { 
	height: 100%; 
	background: url("image_cont01/project-shadow/he_shadow00.jpg") no-repeat; 
	background-size: cover;
}
@media screen and (max-width: 834px){
.section-shadow { 
	height: 100%; 
	background: url("image_cont01/project-shadow/he_shadow00sp.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
}
.section-kcolle { 
	height: 100%; 
	background: url("image_cont01/project-kcolle/he_kcolle00.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
@media screen and (max-width: 834px){
.section-kcolle { 
	height: 100%; 
	background: url("image_cont01/project-kcolle/he_kcolle00sp.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
}
.section-tablew { 
	height: 100%; 
	background: url("image_cont01/project-tablew/he_tablew00.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
@media screen and (max-width: 834px){
.section-tablew { 
	height: 100%; 
	background: url("image_cont01/project-tablew/he_tablew00sp.jpg") no-repeat; 
	background-size: cover;
    background-position: center center;
}
}




.section-state01 { 
	background: url("image_cont01/statements02/he_state00.jpg") no-repeat; 
	width: 100%;
}

@media screen and (max-width: 567px){
.section-state01 { 
	height: 160%; 
	background: url(image_back/bc03_sp.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
}
}

.section-state01 img {
	width:100%;

}

.section2 { 
	height: 100%;
	background: url(image_back/bc02.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
	
}

@media screen and (max-width: 567px){
.section2 { 
	height: 112%; 
	background: url(image_back/bc02_sp.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;

}
}

.section3 { 
	height: 100%;
	background: url(image_back/bc03.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

@media screen and (max-width: 567px){
.section3 { 
	height: 140%; 
	background: url(image_back/bc03_sp.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
}
}




.section4 { 
	height: 100%;
	background: url(image_back/bc04.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 567px){
.section4 { 
	height: 100%; 
	background: url(image_back/bc04_sp.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
}
}


.section5 { 
	
	z-index: -300;
}

@media screen and (max-width: 567px){
.section5 { 
	
	z-index: -300;
}
}



.section6 { 
	height: 100%;
	background: url(image_back/bc06.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 567px){
.section6 { 
	height: 120%; 
	background: url(image_back/bc06_sp.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
}
}


.section7 { 
	height: 100%;
	background: url(image_back/bc07.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

@media screen and (max-width: 567px){
.section7 { 
	height: 100%; 
	background: url(image_back/bc07_sp.jpg) no-repeat; 
	background-size: cover;
	background-position: center center;
}
}






/* Font */
.times-new {
	font-family: "Times New Roman", Times, serif;
}
.italic {
	font-style: italic;
}
/* Web Font */
.sacramento {
	font-family: 'Sacramento', cursive;
}
.muli {
	font-family: 'Muli', sans-serif;
}
.Poppins {
	font-family: 'Poppins', sans-serif;
}



/* post-archives　商品下アーカイブ */
.post-archives {
	padding-top:  30px;
	padding-bottom:  50px;
}
@media screen and (max-width: 480px) {
	.post-archives {
		padding-top:  20px;
	}
}
.post-archives ul {
	overflow: hidden;
	font-size: 0;
	text-align: left;
}
.post-archives ul li {
	display: inline-block;
	padding: 10px;
	width: 10%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.post-archives ul li {
		width: 16.66666%;
		width : calc(100% / 6) ;
	}
}
@media screen and (max-width: 414px) {
	.post-archives ul li {
		width: 25%;
		width : calc(100% / 4) ;
	}
}
.post-archives ul li img {
	width: 100%;
}


.crop-image-block {
	position: relative;
	overflow: hidden;
	display: block;
    padding-top: 100%;
	width: 100%;
}
.crop-image-block img {
	position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



/* Smartphone*/
.pc_hidden{display:none;}
.smp_hidden{display:block;}


/* ----- ----- ----- ----- ----- --- * 4カラムマスク */
.four-column-child-ho-mask {
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 22%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 0px;
	
}

@media screen and (max-width: 1024px) {
	.four-column-child-ho-mask {
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 22%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 0px;
}
}
@media screen and (max-width: 567px) {
	.four-column-child-ho-mask {
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 46%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 0px;
}
}

/* mask　insta*/
.insta4 {
	
	overflow:		hidden;
	margin:			8px 8px 8px 8px;
	position:		relative;
}
@media screen and (max-width: 567px) {
	.insta4 {
	
	overflow:		hidden;
	margin:			5px 5px 5px 5px;
	position:		relative;
}
}
.insta4 .caption {
	font-size:		130%;
	text-align: 		center;
	color:			#fff;
	padding-top:		40%;
}
.insta4 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.5);
	-webkit-transition:	all 0.4s ease-out;
	transition:		all 0.4s ease-out;
}
.insta4:hover .mask {
	opacity:		1;	/* マスクを表示する */
	-webkit-transform:	scale(1.08);	/* 1.?倍に拡大 */
	transform:		scale(1.08);
}

/* coadex gnavi-------------------------------------------------- */
.cnav {
	
	float: left;
	width: 100%;
	margin-left: 0px;
	text-align: center;
	
}
.cnav li {
	float: left;
	padding-top: 10px;
	padding-left: 36px;
	position: relative;
	
}
.cnav li a {
	color: #000;
	text-decoration: none;	
}
.cnav li a.current {
	
}
/* loader-bg-------------------------------------------------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* chan-------------------------------------------------- */
.chan-text-box-center {
	position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.chan02-text-box-center {
	position: relative;
    padding-left: 300px;
    padding-right: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 1280px) {
	.chan02-text-box-center {
	position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
}


.news-style {
	display: table;
	table-layout: fixed;
	padding: 10px;
	
	width: 100%;
	
}
@media screen and (max-width: 480px) {
	.news-style {
		display: block;
		padding: 0px;
		margin-bottom: 20px;
	}
}
.news-dt {
	display: table-cell;
	padding-right: 15px;
	padding-left: 0px;
	border-right: solid 1px #B8B8B8;
	width: 15%;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	
}
@media screen and (min-width: 481px) and (max-width: 1366px) {
	.news-dt {
		width: 20%;
		
	}
}
@media screen and (max-width: 480px) {
	.news-dt {
		display: block;
		border-top: solid 1px #B8B8B8;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border-right: none;
		border-bottom: 0px;
		width: 100%;
		text-align: left;
		
	}
}
.news-dd {
	display: table-cell;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.news-dd {
		padding-top: 5px;
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
	}
}
.newstop-style {
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	
	width: 100%;
	
}
@media screen and (max-width: 480px) {
	.newstop-style {
		display: block;
		padding: 10px;
		margin-bottom: 20px;
	}
}
.newstop-dt {
	display: table-cell;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0.5px;
	border-right: solid 1px #ff0000;
	width: 12%;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	
}
@media screen and (min-width: 481px) and (max-width: 1366px) {
	.newstop-dt {
		width: 22%;
		
	}
}
@media screen and (max-width: 480px) {
	.newstop-dt {
		display: block;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border-right: none;
		border-bottom: solid 1px #ff0000;
		width: 100%;
		text-align: left;
		
	}
}
.newstop-dd {
	display: table-cell;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.newstop-dd {
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
	}
}

/* /ido */
.ido p {
  -webkit-transition: all 2s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.ido p.move {
  -webkit-transform: translate(-100px, 0);
  opacity: 0;
}
.ido p.from_right {
  text-align00: left;
}
.ido p.from_right02 {
  text-align: center;
}
.ido p.from_right.move {
  -webkit-transform: translate(50px, 0px);
}
.ido p.from_under {
  text-align00: left;
}
.ido p.from_under02 {
  text-align: center;
}
.ido p.from_nomove.move {
  -webkit-transform: translate(0px, 0px);
}
.ido p.from_under.move {
  -webkit-transform: translate(0px, 50px);
}
.ido p.from_under2.move {
  -webkit-transform: translate(0px, 80px);
}
.ido p.from_under3.move {
  -webkit-transform: translate(0px, 100px);
}
.ido p.from_under4.move {
  -webkit-transform: translate(0px, 120px);
}
.ido p.from_top {
  text-align: right;
}
.ido p.from_top.move {
  -webkit-transform: translate(0px, -50px);
}



.letter-spacing1{ 
	letter-spacing: 1px; 
}
@media (max-width: 1112px) {
	.letter-spacing1{ 
	letter-spacing: 0px; 
}
}
.letter-spacing2{ 
	letter-spacing: 2px; 
}
@media (max-width: 1024px) {
	.letter-spacing2{ 
	letter-spacing: 0px; 
}
}
.letter-spacing3{ 
	letter-spacing: 3px; 
}
@media (max-width: 414px) {
	.letter-spacing3{ 
	letter-spacing: 2px; 
}
}
.letter-spacing5{ 
	letter-spacing: 5px; 
}
@media (max-width: 414px) {
	.letter-spacing5{ 
	letter-spacing: 0px; 
}
}
.letter-spacing10{ 
	letter-spacing: 10px; 
}
@media (max-width: 414px) {
	.letter-spacing10{ 
	letter-spacing: 5px; 
}
}
.letter-spacing20{ 
	letter-spacing: 20px; 
}
@media (max-width: 414px) {
	.letter-spacing20{ 
	letter-spacing: 10px; 
}
}
.letter-spacing30{ 
	letter-spacing: 30px; 
}
@media (max-width: 414px) {
	.letter-spacing30{ 
	letter-spacing: 20px; 
}
}

.bc_image_menu {
	background-image: url(image_back/bc_chan01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	
}
@media (max-width: 500px) {
	.bc_image_menu {
	background-image: url(image_back/bc_chan0100000.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
}
/* ----- ----- ----- ----- ----- --- *１個 700px.600px.500px */
.bc_image_menu02 {
	background-image: url(image_back/bc_chan03.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_menu02 {
	background-image: url(image_back/bc_chan03.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 600px;
}
}
@media (max-width: 500px) {
	.bc_image_menu02 {
	background-image: url(image_back/bc_chan03_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 800px;
} 
}
/* ----- ----- ----- ----- ----- --- *２個950px.850px.750px. */
.bc_image_menu02niko {
	background-image: url(image_back/bc_chan03.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 950px;
}
@media (max-width: 843px) {
	.bc_image_menu02niko {
	background-image: url(image_back/bc_chan03.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 850px;
}
}
@media (max-width: 500px) {
	.bc_image_menu02niko {
	background-image: url(image_back/bc_chan03_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 1350px;
} 
}




.bc_image_deli {
	background-image: url("image_back/bc_chan02.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 700px;
}
@media (max-width: 843px) {
	.bc_image_deli {
	background-image: url("image_back/bc_chan02.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 600px;
}
}
@media (max-width: 500px) {
	.bc_image_deli {
	background-image: url("image_back/bc_chan02_sp.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 800px;
} 
}
.bc_image_deli02 {
	background-image: url("image_back/bc_chan04.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	
}
@media (max-width: 500px) {
	.bc_image_deli02 {
	background-image: url("image_back/bc_chan04_sp.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	
}
}

/* ----- ----- ----- ----- ----- --- * 2カラム */
.two-column-child-pg02 {
	display: inline-block;
	padding: 0px;
	width: 46%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 0%;
	margin-right: 3%;
}
@media screen and (max-width: 767px) {
	.two-column-child-pg02 {
	display: inline-block;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 2カラム */
.two-column-child-deli02 {
	display: inline-block;
	padding: 0px;
	width: 46%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 0%;
	margin-right: 3%;
}
@media screen and (max-width: 767px) {
	.two-column-child-deli02 {
	display: inline-block;
	padding: 0px;
	width: 45%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
}
/* ----- ----- ----- ----- ----- --- * 3カラム */
.three-column-child-deli02 {
	display: inline-block;
	padding: 0px;
	width: 20%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 0%;
	margin-right: 2%;
}
@media screen and (max-width: 767px) {
	.three-column-child-deli02 {
	display: inline-block;
	padding: 0px;
	width: 32%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
}

/* /add-text-box-add-text-box-left */
.add-text-box-left {
	float: left;
	padding-top: 150px;
	padding-left: 50px;
	width: 100%;
}
@media (max-width: 760px) {
	.add-text-box-left {
	float: left;
	padding-top: 100px;
	padding-left: 30px;
	width:100%;
	
}
}

.add-area {
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 500px;
}
@media (max-width: 760px) {
	.add-area {
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}

.four-column-child-rk01 {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: .2% .02% .2% .02%;
	width: 24.5%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 768px) {
	.four-column-child-rk01 {
	display: inline-block;
	padding: 0px;
	width: 48%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
}
}

.four-column-child-menu01 {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: .1% .08% .1% .08%;
	width: 24.5%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media screen and (max-width: 768px) {
	.four-column-child-menu01 {
	display: inline-block;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
    margin: .1% .01% .1% .01%;    
}
}

.menuimg {
    float: right;
    width: 50%;
  }
@media screen and (max-width: 767px){
.menuimg { 
	float: left;
    width: 100%;
	}
}
/*home-top-topim*/
.home-top-topim {
	overflow: hidden;
	width: 100%;
	z-index: 500;
}

@media (min-width: 1024px) {
	.home-top-topim {
	overflow: hidden;
	width: 100%;
	z-index: 500;
}
}


.about_title {
    float: right;
  }
@media screen and (max-width: 767px){
.about_title { 
	float: left;
	}
}

.rk-box {
	margin-left: auto;
	margin-right: auto;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	
}
@media (min-width: 1366px) {
.rk-box {
		margin-left: auto;
		margin-right: auto;
		padding-right: 0px;
		padding-left: 0px;
		width: 1366px;
	}
}
@media (max-width: 480px) {
.rk-box {
		padding-right: 10px;
		padding-left: 10px;
	}
}


.bc_image_frame {
	background-image: url("image_cont01/here/here-fr-bc01.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
    
}
@media (max-width: 500px) {
	.bc_bc_image_frame {
	background-image: url("image_back/bc__sp.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	
}
}
.bc_image_xyz {
	background-image: url("image_cont01/here/here-xyz01bc.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
    
}
@media (max-width: 500px) {
	.bc_bc_image_xyz {
	background-image: url("image_back/bc__sp.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	
}
}
.bc_image_stage {
	background-image: url("image_cont01/here/here-stage01bc.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
   
}
@media (max-width: 500px) {
	.bc_bc_image_xyz {
	background-image: url("image_back/bc__sp.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	
}
}
.bc_image_shadow {
	background-image: url("image_cont01/here/here-shadow01bc.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
   
}
@media (max-width: 500px) {
	.bc_bc_image_shadow {
	background-image: url("image_back/bc__sp.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	
}
}
.price-text-box-center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 20px;
	padding-bottom: 20px;
		
}
@media (max-width: 835px) {
	.price-text-box-center  {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 50px;
	padding-bottom: 50px;
}
}
@media (max-width: 500px) {
	.price-text-box-center  {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
}


/*画像を出現させるアニメーションCSS不要*/

.flipLeft{
animation-name: flipLeft;
animation-duration:0.5s;
animation-fill-mode:forwards;
perspective-origin: left center;
opacity: 0;
}

@keyframes flipLeft{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
 	opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn2{
animation-name:fadeInAnime;
animation-duration:26.0s;
animation-fill-mode:forwards;
opacity:0;
}




.fadeIn{
animation-name:fadeInAnime;
animation-duration:3.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fadeUp2{
animation-name:fadeUpAnime;
animation-duration:2.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(80px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:3.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-150px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.fadeDownTrigger{
    opacity: 0;
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:3.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-250px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:3.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(250px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}


/*==================================================
じわっ
===================================*/

.blur{
	animation-name:blurAnime;
	animation-duration: 3.8s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(100px);
	transform: scale(0.99);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}

/* 拡大 */
.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:3.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.8);
	opacity: 0;
  }

  to {
    transform: scale(1);
	opacity: 1;
  }
}

/* 縮小 */
.zoomOut{
	animation-name:zoomOutAnime;
	animation-duration:3.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomOutAnime{
  from {
	transform: scale(1.2);
	opacity: 0;
  }

  to {
    transform:scale(1);
	opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.zoomOutTrigger{
    opacity: 0;
    
}

.zoomInTrigger{
    opacity: 0;
}



/*== 波紋がふわっと広がる */

.btnripple3{
    /*波紋の基点とするためrelativeを指定*/
	position: relative;
    /*リンクの形状*/
	display:inline-block;
    text-decoration: none;
    color: #FFF;
    outline: none;
    padding: 15px 0px 0px 0px;
}
@media (max-width: 500px) {
	.btnripple3{
    padding: 10px 0px 0px 0px;
}
}


/* fade btn　*/
.fade {
	opacity:1;
    -webkit-transition: 0.5s ease-in-out;
       -moz-transition: 0.5s ease-in-out;
         -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
}
.fade:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
} 
/* fade btn　*/
.fade-btn {
	opacity:1;
    
    transition: 0.5s;
}
.fade-btn:hover {
    transform: scale(1.01,1.01);
    opacity: 0.6;
    filter: alpha(opacity=60);
} 

.button {
  display: block;
  transition: 0.8s;
}

.button:hover {
  transform: scale(1.05,1.05);
}


.j-text-box-center {
	z-index: 100;
	margin: 0 auto;
	width: 100%;
    height00: 100%;
}
.j-text-box-center-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    text-align: center;
    z-index: 200;
}
.j-text-box-center-inner img {
	
	width:100%;

}
@media (max-width: 1024px) {
	.j-text-box-center-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	
	width:70%;
}
}
@media (max-width: 414px) {
	.j-text-box-center-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	
	width:80%;
}
}

.j-text-box-center-pro {
	z-index: 100;
	margin: 0 auto;
	width: 100%;
    height00: 100%;
}
.j-text-box-center-inner-pro {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    text-align: center;
    z-index: 200;
}
.j-text-box-center-inner-pro img {
	
	width:100%;

}
@media (max-width: 1024px) {
	.j-text-box-center-inner-pro {
	position: absolute;
	top: 50%;
	left: 50%;
	
	width:70%;
}
}
@media (max-width: 414px) {
	.j-text-box-center-inner-pro {
	position: absolute;
	top: 50%;
	left: 50%;
	
	width:80%;
}
}



.rgbaBlack {
	background: rgba(0, 0, 0, 0.50);
}
.rgbaRed {
	background: rgba(255, 0, 0, 0.80);
}
.rgbaRed2 {
	background-color: #DA2323;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
}
.rgbaWhite {
	background: rgba(255, 255, 255, 0.70);
	border: solid 0px #fff;
	width: 100%;
	box-sizing: border-box;
    
}
.rgbaTitleback {
	background: rgba(255, 0, 0, 0.50);
    background-image: url(image_back/titleback01.png);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	box-sizing: border-box;
    
}



.heretop-box01 {
	z-index: 100;
	margin: 0 auto;
	width: 100%;
    position: relative;
    
}
.heretop-box01-inner {
	position: absolute;
    top: 30%;
    left: 50%;
    transform: translateY(-0%) translateX(-50%);
    -webkit- transform: translateY(-0%) translateX(-50%);
    width: 35%;
}
@media (max-width: 1112px) {
.heretop-box01-inner {
    top: 30%;
    left: 50%;
    width: 50%;
}
}
@media (max-width: 768px) {
.heretop-box01-inner {
    top: 30%;
    left: 50%;
    width: 70%;
}
}


.herecont-box01 {
	z-index: 100;
	left: 0;
	width: 100%;
    position: relative;
    
}
.herecont-box01-left {
	position: absolute;
    top: 20%;
    left: 5%;
    width: 90%;
}
@media (max-width: 500px) {
.herecont-box01-left {
	position: absolute;
    top: 18%;
    left: 5%;
    width: 90%;
}
}
.herecont-box01-right {
	position: absolute;
    top: 33%;
    right: 1%;
    width: 55%;
    text-align: left;
}
@media (max-width: 1280px) {
.herecont-box01-right {
	position: absolute;
    top: 30%;
    right: 2%;
    width: 60%;
    text-align: left;
}
}
@media (max-width: 1112px) {
.herecont-box01-right {
	position: absolute;
    top: 35%;
    right: 2%;
    width: 70%;
    text-align: left;
}
}
@media (max-width: 1024px) {
.herecont-box01-right {
	position: absolute;
    top: 33%;
    right: 2%;
    width: 80%;
    text-align: left;
}
}
@media (max-width: 834px) {
.herecont-box01-right {
	position: absolute;
    top: 30%;
    right: 2%;
    width: 88%;
    text-align: left;
}
}
@media (max-width: 768px) {
.herecont-box01-right {
	position: absolute;
    top: 20%;
    right: 0%;
    width: 90%;
    text-align: left;
}
}
@media (max-width: 500px) {
.herecont-box01-right {
	position: absolute;
    top: 18%;
    right: 0%;
    width: 90%;
    text-align: left;
}
}


.caption-here-navi01 { 
    position: absolute; 
    bottom: 50px; 
    left: 0;
    position: fixed;
    z-index: 800;
    font-size: 12px;
	font-size: 1.2rem;
    width: 120px
}
@media (max-width: 834px) {
.caption-here-navi01 { 
    bottom: 120; 
    position: fixed;
}
}

.caption-here-navi01 img { 
    width: 100%;
}
@media (max-width: 834px) {
.caption-here-navi01 img { 
    width: 20%;
}
}


.caption-abezo-navi01 { 
    position: absolute; 
    bottom: 50px; 
    left: 0px;
    position: fixed;
    z-index: 800;
    font-size: 12px;
	font-size: 1.2rem;
    width: 120px
}
.caption-abezo-navi01 img { 
    width: 100%;
}
.caption-abezo-navi02 { 
    position: absolute; 
    bottom: 0px; 
    left: 0px;
    position: fixed;
    z-index: 800;
    font-size: 12px;
	font-size: 1.2rem;
}
.caption-abezo-navi03 { 
    position: absolute; 
    bottom: 0px; 
    left: 0px;
    position: fixed;
    z-index: 800;
    font-size: 12px;
	font-size: 1.2rem;
}
.caption-abezo-navi03 img { 
    width:73%;
}

.home-top { 
    position:relative; 
}

.top-title-center {
	z-index: 100;
	margin: 0 auto;
	width: 100%;
    position: relative;
}
.top-title-center-inner {
	position: absolute;
    -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:70%;
}




.top-navi-right { 
    position:absolute; 
	bottom: 0; 
    right: 0;
    text-align: right;
}

.top-navi-right img {
    width: 40%;
    
  }

@media screen and (max-width: 1024px){
.top-navi-right img {
    width: 30%;
  }
}
@media screen and (max-width: 834px){
.top-navi-right img { 
   width: 40%;
    margin-bottom: 10%;
}
}
@media screen and (max-width: 500px){
.top-navi-right img { 
   width: 50%;
    margin-bottom: 20%;
}
}


.top-navi-left { 
    position:absolute; 
	top: 0; 
    left: 0;
}

.top-navi-left img {
    width: 40%;
    margin-top: 5%;
  }

@media screen and (max-width: 1024px){
.top-navi-left img {
    width: 30%;
    
  }
}
@media screen and (max-width: 834px){
.top-navi-left { 
    width: 120%;
    top: 5%;
}
}
@media screen and (max-width: 500px){
.top-navi-left { 
    width: 150%;
    top: 10%;
}
}

.top-navi-center {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateY(-0%) translateX(-50%);
    -webkit- transform: translateY(-0%) translateX(-50%);
    text-align: center;
    
}
.top-navi-center img {
	width: 50%;
}
@media screen and (max-width: 1280px){
.top-navi-center img {
	width: 65%;
}
}
@media screen and (max-width: 1024px){
.top-navi-center img {
	width: 60%;
}
}
@media screen and (max-width: 834px){
.top-navi-center img {
	width: 100%;
    margin-left: -50%;
}
}
@media screen and (max-width: 500px){
.top-navi-center img {
	width: 120%;
    margin-left: -50%;
}
}

.state-navi-right { 
    position:absolute; 
	top: 600px; 
    right: 100px;
    text-align: left;
}

.state-navi-right img {
    width: 50%;
    
  }

/* ----- ----- ----- ----- ----- --- * 2カラムimabari */
.here-box {
    position: relative;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 0px;
	padding-bottom: 80px;
	text-align: left;
    
}

@media (min-width: 2000px) {
.here-box {
	margin-left: 17%;
	margin-right: 11%;
	padding-top: 0px;
	padding-bottom: 30px;
	text-align: left;
}
}
@media (max-width: 1280px) {
.here-box {
	margin-left: 6%;
	margin-right: 2%;
	padding-top: 0px;
	padding-bottom: 30px;
	text-align: left;
}
}
@media (max-width: 834px) {
.here-box {
	margin-left: 8%;
	margin-right: 5%;
	padding-top: 0px;
	padding-bottom: 30px;
	text-align: left;
}
}
@media (max-width: 768px) {
.here-box {
	margin-left: 5%;
	margin-right: 2%;
	padding-top: 0px;
	padding-bottom: 30px;
	text-align: left;
}
}
@media (max-width: 500px) {
.here-box {
	margin-left: 5%;
	margin-right: 3%;
    padding-bottom: 30px;
	}
}
/* ----- ----- ----- ----- ----- --- * 1カラムimabari */
.one-column-child-here {
	display: inline-block;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media (min-width: 2000px) {
.one-column-child-here {
	display: inline-block;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 25px;

}
}

@media (max-width: 768px) {
.one-column-child-here {
	display: inline-block;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;

}
}
@media (max-width: 500px) {
.one-column-child-here {
	display: inline-block;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;

}
}

/* ----- ----- ----- ----- ----- --- * 1カラムimabari */
.one-column-child-here02 {
	display: inline-block;
	padding-top: 2px;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	
}
@media (min-width: 2000px) {
.one-column-child-here02 {
	display: inline-block;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 25px;

}
}

@media (max-width: 768px) {
.one-column-child-here02 {
	display: inline-block;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;

}
}
@media (max-width: 500px) {
.one-column-child-here02 {
	display: inline-block;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;

}
}



/* ----- ----- ----- ----- ----- --- * 2カラム */
.two-column-child-here {
	display: inline-block;
	padding: 0px;
	width: 45%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 2.2%;
	margin-right: 2.2%;
}
@media screen and (max-width: 1800px) {
	.two-column-child-here {
	display: inline-block;
	padding: 0px;
	width: 45%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 2.2%;
	margin-right: 2.2%;
}
}
@media screen and (max-width: 1366px) {
	.two-column-child-here {
	display: inline-block;
	padding: 0px;
	width: 45%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 2.2%;
	margin-right: 2.2%;
}
}
@media screen and (max-width: 1280px) {
	.two-column-child-here {
	display: inline-block;
	padding: 0px;
	width: 45%;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 1.8%;
	margin-right: 1.8%;
}
}
@media screen and (max-width: 834px) {
	.two-column-child-here {
	display: inline-block;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
}
@media screen and (max-width: 767px) {
	.two-column-child-here {
	display: inline-block;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_image { display: block !important; }
.tb_image { display: none !important; }
.sp_image { display: none !important; }
 

/* tbで見たときは"tb"のclassがついた画像が表示される */
@media only screen and (min-width: 701px) and (max-width: 1024px) {
    .pc_image { display: none !important; }
    .tb_image { display: block !important; }
    .sp_image { display: none !important; }
}


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 700px) {
    .pc_image { display: none !important; }
    .tb_image { display: none !important; }
    .sp_image { display: block !important; }
}



.micro-btn00 {
    background-color: #000;
	width: 100px;
	text-align: center;
	position: relative;
    padding-top: 5px;
    padding-bottom: 5px; 
    border-radius: 5px;/*角の丸み*/
}
.micro-btn {
	font-size: 14px;
	font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0rem;
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    
    padding-top: 5px;
    padding-bottom: 5px; 
    padding-left: 15px;
    padding-right: 15px; 
    border-radius: 15px;/*角の丸み*/
    background-color: #000;
    color: #fff;
}
.micro-btn02 {
	font-size: 14px;
	font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 2px;
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    
    padding-top: 5px;
    padding-bottom: 5px; 
    padding-left: 15px;
    padding-right: 15px; 
    border-radius: 15px;/*角の丸み*/
    background-color: #fff;
    color: #333;
}

.black-top{
    background-color: #000;
	width: 100px;
	text-align: center;
	position: relative;
    padding-top: 5px;
    padding-bottom: 5px; 
    border-radius: 5px;/*角の丸み*/
}
@media (max-width: 500px) {
	.black-top{
    background-color: #000;
	width: 100px;
	text-align: center;
	position: relative;
    border-radius: 5px;/*角の丸み*/
}
}
.micro-navi-tx-contact {
    letter-spacing: 0.11rem;
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.micro-navi-tx {
	font-size: 14px;
	font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.11rem;
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media only screen and (max-width: 500px) {
    .micro-navi-tx {
	font-size: 12px;
	font-size: 1.2rem;
    line-height: 1.2rem;
}
}
.micro-navi-tx-collage {
	font-size: 17px;
	font-size: 1.7rem;
    line-height: 1.7rem;
    letter-spacing: 0.22rem;
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media only screen and (max-width: 500px) {
    .micro-navi-tx-collage {
	font-size: 14px;
	font-size: 1.4rem;
    line-height: 1.4rem;
}
}
.micro-suv-title01 {
	font-size: 28px;
	font-size: 2.8rem;
    line-height: 28px;
    line-height: 3.0rem;
    letter-spacing: 1px;
    font-family00: "acumin-pro-semi-condensed", sans-serif;
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 100;
    font-style: normal;
    text-align: center;
}
@media only screen and (max-width: 500px) {
    .micro-suv-title01 {
	font-size: 16px;
	font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 1px;
    font-weight: 100;
    font-style: normal;
}
}

.micro-suv-title01-pro {
	font-size: 28px;
	font-size: 2.8rem;
    line-height: 28px;
    line-height: 3.0rem;
    letter-spacing: 1px;
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 100;
    font-style: normal;
    text-align: center;
}
@media only screen and (max-width: 500px) {
    .micro-suv-title01-pro {
	font-size: 16px;
	font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 1px;
    font-weight: 100;
    font-style: normal;
}
}

.micro-title {
	font-size: 70px;
	font-size: 7.0rem;
    line-height: 7.0rem;
    letter-spacing: 0.1rem;
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 100;
    font-style: normal;
    text-align: center;
}
@media screen and (max-width: 1280px) {
	.micro-title {
	font-size: 60px;
	font-size: 6.0rem;
    line-height: 6.0rem;
    letter-spacing: 0.0rem;
 
}
}
@media screen and (max-width: 1024px) {
	.micro-title {
	font-size: 38px;
	font-size: 3.8rem;
    line-height: 3.8rem;
    letter-spacing: 0.0rem;
 
}
}
@media screen and (max-width: 834px) {
	.micro-title {
	font-size: 38px;
	font-size: 3.8rem;
    line-height: 3.8rem;
    letter-spacing: 0.0rem;
 
}
}
@media screen and (max-width: 768px) {
	.micro-title {
	font-size: 32px;
	font-size: 3.2rem;
    line-height: 1.2rem;
    letter-spacing: 0.0rem;
 
}
}

.micro-title-logo-tx {
	font-size: 88px;
	font-size: 8.8rm;
    line-height: 0rm;
    letter-spacing: 0.2rem;
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 100;
    font-style: normal;
    text-align: center;
}
@media screen and (max-width: 1112px) {
	.micro-title-logo-tx {
	font-size: 70px;
	font-size: 7.0rem;
    line-height: 0rem;
    letter-spacing: 0rem;
}
}
@media screen and (max-width: 834px) {
	.micro-title-logo-tx {
	font-size: 70px;
	font-size: 7.0rem;
    line-height: 0rem;
    letter-spacing: 0rem;
}
}
@media screen and (max-width: 767px) {
	.micro-title-logo-tx {
	font-size: 50px;
	font-size: 5.0rem;
    line-height: 5.2rem;
    letter-spacing: 0rem;
}
}
@media screen and (max-width: 500px) {
	.micro-title-logo-tx {
	font-size: 44px;
	font-size: 4.4rem;
    line-height: 4.4rem;
    letter-spacing: 0rem;
}
}
.micro-suv-title01-logo {
	font-size: 28px;
	font-size: 2.8rem;
    line-height: 28px;
    line-height: 3.0rem;
    letter-spacing: 0.1rem;
    font-weight: 200;
    font-style: normal;
    text-align: center;
}
@media only screen and (max-width: 500px) {
    .micro-suv-title01-logo {
	font-size: 16px;
	font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 0.1rem;
    font-weight: 200;
    font-style: normal;
}
}

.micro-title-frame-tx {
	font-size: 80px;
	font-size: 8.8rm;
    line-height: 0rm;
    letter-spacing: 0.1rem;
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 100;
    font-style: normal;
    text-align: center;
}
@media screen and (max-width: 1112px) {
	.micro-title-frame-tx {
	font-size: 70px;
	font-size: 7.0rem;
    line-height: 0rem;
    letter-spacing: 0rem;
}
}
@media screen and (max-width: 834px) {
	.micro-title-frame-tx {
	font-size: 70px;
	font-size: 7.0rem;
    line-height: 0rem;
    letter-spacing: 0rem;
}
}
@media screen and (max-width: 767px) {
	.micro-title-frame-tx {
	font-size: 50px;
	font-size: 5.0rem;
    line-height: 5.2rem;
    letter-spacing: 0rem;
}
}
@media screen and (max-width: 500px) {
	.micro-title-frame-tx {
	font-size: 44px;
	font-size: 4.4rem;
    line-height: 4.4rem;
    letter-spacing: 0rem;
}
}

.micro-title-cont-tx {
	font-size: 118px;
	font-size: 11.8rm;
    line-height: 10rm;
    letter-spacing: 0.5rem;
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 100;
    font-style: normal;
    text-align: left;
}
@media screen and (max-width: 1024px) {
	.micro-title-cont-tx {
	font-size: 90px;
	font-size: 9.0rem;
    line-height: 0rem;
    letter-spacing: 0rem;
}
}
@media screen and (max-width: 834px) {
	.micro-title-cont-tx {
	font-size: 80px;
	font-size: 8.0rem;
    line-height: 0rem;
    letter-spacing: 0rem;
}
}
@media screen and (max-width: 767px) {
	.micro-title-cont-tx {
	font-size: 50px;
	font-size: 5.0rem;
    line-height: 5.2rem;
    letter-spacing: 0rem;
}
}
.cont-index01-tx {
	font-size: 20px;
	font-size: 2.0rem;
    line-height: 3.8rem;
    letter-spacing: 0rem;
    font-weight: 500;
    text-align: left;
    color00: #555;
}
@media screen and (max-width: 768px) {
	.cont-index01-tx {
	font-size: 18px;
	font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0rem;
    font-weight: 600;

}
}
@media screen and (max-width: 500px) {
	.cont-index01-tx {
	font-size: 12px;
	font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0rem;
    font-weight: 600;

}
}

.cont-index01-tx-en {
	font-size: 20px;
	font-size: 2.0rem;
    line-height: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
    text-align: left;
    font-family: "forma-djr-micro", sans-serif;
}
@media screen and (max-width: 768px) {
	.cont-index01-tx-en {
	font-size: 18px;
	font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0.1rem;
    font-weight: 500;

}
}
@media screen and (max-width: 500px) {
	.cont-index01-tx-en {
	font-size: 14px;
	font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: 0.05rem;
    font-weight: 500;

}
}


.cont-index02-tx {
	font-size: 50px;
	font-size: 5.0rem;
    line-height: 5.8rem;
    letter-spacing: 0rem;
    font-weight: 400;
    text-align: left;
    color00: #988A82;
}
@media screen and (max-width: 767px) {
	.cont-index02-tx {
	font-size: 30px;
	font-size: 3.0rem;
    line-height: 3.8rem;
    letter-spacing: 0rem;
    font-weight: 400;  
}
}
.cont-index03-tx {
	font-size: 50px;
	font-size: 5.0rem;
    line-height: 5.8rem;
    letter-spacing: 0rem;
    font-weight: 400;
    text-align: left;
    
}
@media screen and (max-width: 767px) {
	.cont-index03-tx {
	font-size: 30px;
	font-size: 3.0rem;
    line-height: 3.8rem;
    letter-spacing: 0rem;
    font-weight: 400;  
}
}


.cont-title01-tx {
	font-size: 30px;
	font-size: 3.0rem;
    line-height: 3.8rem;
    letter-spacing: 0rem;
    font-weight: 600;
    text-align: left;
    color: #333;
}
@media screen and (max-width: 767px) {
	.cont-title01-tx {
	font-size: 18px;
	font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0rem;
    
}
}
.cont-title01-tx-en {
	font-size: 38px;
	font-size: 3.8rem;
    line-height: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: 400;
    text-align: left;
    font-family: "forma-djr-micro", sans-serif;
    
}
@media screen and (max-width: 767px) {
	.cont-title01-tx-en {
	font-size: 18px;
	font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0rem;
    
}
}
/* ふれると */
.my-parts {
	display: inline-block;
	transition: all .3s ease 0s;
	text-decoration: none;
}
.my-parts:hover {
	cursor: pointer;
	transform: scale(1.1);
}
/* ふれると */
.space-here100 {
	padding-top: 100px;
}
@media (max-width: 800px) {
	.space-here100 {
	padding-top: 10px;
}
}
.space-here100a {
	padding-top: 100px;
}
@media (max-width: 800px) {
	.space-here100a {
	padding-top: 100px;
}
}
.space-here100b {
	padding-top: 100px;
}
@media (max-width: 1112px) {
	.space-here100b {
	padding-top: 40px;
}
}
.space-here100c {
	padding-top: 100px;
}
@media (max-width: 1112px) {
	.space-here100c {
	padding-top: 40px;
}
}
@media (max-width: 500px) {
	.space-here100c {
	padding-top: 0px;
}
}
.space-here50 {
	padding-top: 50px;
}
@media (max-width: 800px) {
	.space-here50 {
	padding-top: 10px;
}
}
.space-here35 {
	padding-top: 35px;
}
@media (max-width: 800px) {
	.space-here35 {
	padding-top: 35px;
}
}
@media (max-width: 500px) {
	.space-here35 {
	padding-top: 10px;
}
}
.space-here50a {
	padding-top: 50px;
}
@media (max-width: 800px) {
	.space-here50a {
	padding-top: 50px;
}
}
.space-here50b {
	padding-top: 50px;
}
@media (max-width: 1112px) {
	.space-here50b {
	padding-top: 10px;
}
}

.sp-jp-en {
  position: fixed;
  float: left;
  top: 25px;
  left: 30px;
    z-index: 999;
    color: #888;
}
@media screen and (max-width: 1112px) {
	.sp-jp-en {
  top: 27px;
  left: 10px;
}
}
@media screen and (max-width: 768px) {
	.sp-jp-en {
  top: 24px;
  left: 10px;
}
}
@media screen and (max-width: 500px) {
	.sp-jp-en {
  top: 20px;
  left: 10px;
}
}
.sp-only835 {
	display: block;
}
@media screen and (min-width: 835px) {
	.sp-only835 {
		display: none;
	}
}

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:1%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
}
@media (max-width: 834px) {
	.scrolldown4{
	right:62%;
}
}
@media (max-width: 500px) {
	.scrolldown4{
	right:62%;
}
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}


/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 50px;
	background:#eee;
}



/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 80px auto 0;
  padding: 10px 0 0;
  line-height: 1;
  z-index: 999;
  background: rgba(255, 255, 255, 0.0);
}
@media (min-width: 1800px) {
  #head_wrap {
  top: -100px;
  margin: 60px auto 0;
  padding: 10px 0 0;
}
}
#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  position: relative;
    width: 100%;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  width: 100%;
    position: relative;
    font-size: 24px;
    text-align: center;
    top: -25px;
}

#head_wrap .logo img {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1112px) {
  #head_wrap .logo img {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}
}
@media (max-width: 834px) {
  #head_wrap .logo img {
    width: 38%;
    margin-left: auto;
    margin-right: auto;
}
}

.nav-box {
  position: relative;
  text-align: center;
    top: -10px;
}
@media (max-width: 1112px) {/* 加えた */
  .nav-box {
    top: -12px;
}
}
#global-nav {
  position: relative;
  top: 0;
  margin-left: auto;
margin-right: auto;
    /* right: 0; */
}

#global-nav ul {
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
  display: inline-flex;
    
}

@media (max-width: 640px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

#global-nav ul li {
  padding: 10px 20px;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  #global-nav ul li {
    border-right: none;
  }
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  
    color0000000000000000000000000000: #888;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 80px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 888;
    background: rgba(255, 255, 255, 0.95);
}

@media (min-width: 1800px) {
  #head_wrap.fixed {
  height: 100px;
}
}

#head_wrap.fixed .logo {
  font-size: 36px;
  color: #333;
    top: 0;
    
}



@media (max-width: 1112px) {/* 加えた */
  #head_wrap.fixed .logo {
    top: -2px; 
}
}

#head_wrap.fixed #global-nav ul {
  margin-top: 10px; 
}


@media (max-width: 1112px) {　/* 加えた */
  #head_wrap.fixed #global-nav ul {
  margin-top: 10px; 
}
}



#head_wrap.fixed #global-nav ul li a {
  color: #555;
  padding: 10px 5px; 
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 640px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 0px;
}
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #head_wrap .logo img {
    width: 55%; 
   }   
  #mobile-head {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 50px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 0px;
    top: 10px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -548px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 20px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 20px 0;
      color: #fff;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 80%;
    background: #000;
    left: 0;
   margin-top: 3px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}
/* #
#menu1, #menu2, #menu3, #menu4, #menu5 {
  margin-top: 500px;
  padding-top: 130px;
}

#menu5 {
  padding-bottom: 100vh;
}
ht */



/* page-top------------------------arrow-------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
	
}
#page-top a {
	display: block;
    text-decoration: none;
}
#page-top a:hover {
    text-decoration: none;
}
.ya {
	color: #777;
}

.arrow {
  width: 50%;
  
}
@media (max-width: 700px) {
  .arrow {
    width: 20%;
	
  }
}

.to-contact-btn {
  width: 35%;
  
}
@media (max-width: 700px) {
  .to-contact-btn {
    width: 20%;
	
  }
}

.footer-totop {
	text-align: right;
}
.footer-tocontact {
	text-align: left;
}

#to-contact {
    position: fixed;
    bottom: 100px;
    left: 0px;
    z-index: 100;
	
}
#to-contact a {
	display: block;
    text-decoration: none;
}
#to-contact a:hover {
    text-decoration: none;
}



/* page-top------------------------arrow--end------------to-statements------------ */
#slideshow-chan {

   height: 100vh;
   background-attachment: fixed; 
    background-size: cover;
    background-position: center center;
    background-color: #fff;
  top: -0px;
    z-index: 1;
    
}

#slideshow-frm01 {
   height: 100vh;
   background-attachment: fixed; 
    background-size: cover;
    background-position: center center;
    background: url("image_slid/here_img0100000.png") no-repeat; 
   background-color: #fff;
    z-index: 100;
}
@media (max-width: 700px) {
  #slideshow-frm01 {
      height: 90vh;
   }
}

#slideshow-xyz01 {
height: 100vh;
   background-attachment: fixed; 
    background-size: cover;
    background-position: center center;
    background: url("image_slid/here_img0100000.png") no-repeat; 
   background-color: #fff;
    z-index: 100;
    top: -0px;
}
@media (max-width: 700px) {
  #slideshow-xyz01 {
      height: 90vh;
   }
}

#slideshow-xyz02 {
   height: 100vh;
   background-attachment: fixed; 
    background-size: cover;
    background-position: center center;
    background: rgba(255,255,255,1.0);
padding-top: 55px;
    
    overflow-x00: hidden;
    overflow-y00: auto;
    min-width00: auto;

}
@media (max-width: 700px) {
  #slideshow-xyz02 {
   padding-top: 155px;
      height: 90vh;
   }
}

.cabinet-a{
    padding-top: 155px;
    margin: 0 auto;

}
@media (max-width: 700px) {
  .cabinet-a{
      padding-top: 255px;
}
}

.cabinet-a img{
    width: 14%;
}
@media (max-width: 700px) {
  .cabinet-a img{
      width: 19%; 
}
}

.cabinet-b{
    padding-top: 50px;
    margin: 0 auto;

}
@media (max-width: 700px) {
  .cabinet-b{
      padding-top: 100px;
}
}

.cabinet-b img{
    width: 14%;
}
@media (max-width: 700px) {
  .cabinet-b img{
      width: 19%; 
}
}




.layer-container{
  position: relative;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.5);
     
    
}
.layer{
  
  position: absolute;
    
    

    
}
.layer img{
  width: 100%;
    
    
    
}
.layer1{
  
  
  z-index: 1;
}
.layer2{
  
  z-index: 2;
}
.layer3{
  
  z-index: 3;
}
.layer4{
  
  z-index: 4;
}
.layer5{
  
  z-index: 5;
}
.layer6{
  
  z-index: 6;
}
.layer7{
  
  z-index: 7;
    
   
}

.spec{
  position: relative;
    z-index: 100;

}

/* page-top------------------------modal---------------------- */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    padding: 0px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8888;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}



 

/* tbで見たときは"tb"のclassがついた画像が表示される */
@media only screen and (min-width: 701px) and (max-width: 1024px) {
    .modal__content{
    
    width: 58%;
}
}


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 700px) {
     .modal__content{
    
    width: 75%;
}
}



.js-modal-close{
    color: #888;
}


/* 送信ボタン */
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

  /* ボタン有効時のスタイル */
    font-size: 16px;
  color: #fff;
  padding: 18px 34px;
  background-color: #115B98;
  cursor: pointer; /* ポインターカーソルを表示 */
}

/* ボタン無効時のスタイル */
.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}
