
.inner {
	width: 1028px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

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

header PC

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

/* PC top-head */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo img {
	float: left;
	font-size: 36px;
	width:180px;
	height:auto;
	margin:0 0 -13px 0;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 0.9em;
	font-weight: 700;
}
#global-nav ul li {
	float: left;
	position: relative;
	letter-spacing: 0.06em;
	transform: skewX(-8deg);
}
#global-nav ul li a {
	padding: 0 20px;
	margin: 5px 0 0 0;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -5px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #009bdb;
	bottom: -15px;
}

/* PC Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(0,0,0,.6);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
}
#top-head.fixed .logo img {
	font-size: 24px;
	color: #333;
	width:170px;
	height:auto;
	margin:0 0 0 0;
}

#top-head.fixed #global-nav ul li {
	margin:0 0 12px 0 !important;
	}

#top-head.fixed #global-nav ul li a {
	color: #ffffff;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}

#top-head.fixed #global-nav ul li:hover {
	color: #009bdb;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #009bdb;
	bottom: -15px;
}


#global-nav ul li:last-child  {
  color: #ffffff;
		background-color: #009bdb;
		padding: 5px 0;
		margin: 0 0 0 0;
		top:-5px;
		transform: skewX(-8deg);
}

@media screen and (max-width:940px) {

#global-nav ul li:last-child  {
  color: #ffffff;
		padding: 5px 0;
		margin: 0 0 0 0;
		top:-5px;
		transform: skewX(-8deg);
}

}


/* PC 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;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-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: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}








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

動画 PC

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

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(img/sample.jpg) no-repeat center center/cover;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
	

h2 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 1000px;
  width: 100%;
  height: 500px;
  font-size:3.5em;
  letter-spacing:0.2;
  font-weight: bold;
}

.sub_copy {
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 205px;
  left: -250px;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 1000px;
  width: 100%;
  height: 20px;
  font-size:0.9em;

  	}
	
.puradan {
  position: absolute;
  bottom: 90px;
  right: 105px;
  z-index: 30;
	}
	
	
.goodprint {
  position: absolute;
  bottom:50px;
  left: -5px;
  right: 0;
  margin: auto;
  z-index: 200;
  width:120px;
  height:120px;
}

.goodprint:hover {
  position: absolute;
  bottom:45px;
  left: -5px;
  right: 0;
  margin: auto;
  opacity:0.8;
	}

#bg .arrow {
	position: absolute;
  bottom:15px;
  left: -10px;
  right: 0;
  margin: auto;
  z-index: 200;
  width:120px;
  height:120px;
  opacity: 0;
  transition: opacity, transform;
  transform: translateY(-10px) scaleY(1.05) translateX(-50%);
  transition-duration: .45s;
  transition-delay: .35s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.archive #bg .arrow, #bg.on .arrow {
  opacity: 1;
  transform: scale(1) translateX(-50%); }



.v_line_fix {
  margin-left: 100px;
  width: 1px;
  height: 25px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;

}


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

アニメーション矢印 PC

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

.scroll-text {
	font-family: 'Overpass', sans-serif;
	font-weight: 400;
	position: absolute;
	bottom: 120px;
	left: 13px;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 0.1em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index:1000;
}
.scroll-line {
	width: 1px;
	height: 80px;
	position: absolute;
	bottom: 25px;
	left: 22px;
	background-color: rgba(255,255,255,0.7);
	z-index:1001;
}
.scroll-line::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	background-color: #343434;
	animation-name: lineMove;
	animation-duration: 4s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
@keyframes lineMove {
	0% {
		bottom: 80px;
		height: 0;
	}
	20% {
		bottom: 0;
		height: 80px;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 0;
	}
}


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

ご注文ボタンへ PC

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

.bottom-fix-entry {
    position: fixed;
    z-index: 20;
    width: 260px;
    bottom: 0px;
    right: 0px;
    overflow: hidden; }

.bottom-fix-entry a.entry:hover:before {
      right: 40px; } 
	  
.btn-common {
  font-size: 0.9em;
  font-weight: 200;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
  display: block;
  text-align: center;
  border: none;
  background: #009bdb;
  padding: 15px 0;
  position: relative;
  transition: all 0.3s; }
  .btn-common:before {
    content: "";
    width: 77px !important;
    height: 1px;
    background: #b2d5fd;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -14px;
    left: auto !important;
    margin: auto; }
 .btn-common:hover {
    background: #047eff; }



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

３つの強み PC

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

.v_line_fix_wrap {
	position:relative;
	width:100%;
	height:100px;
	}

.v_line_fix2 {
  margin-left: 100px;
  width: 1px;
  height: 50px;
  background-color: #009bdb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;

}


.big_words {
	width:95%;
	height:auto;
	text-align:center;
	font-size:3.5em;
	letter-spacing:0.15em;
	font-weight:600;
	/*background: linear-gradient(transparent 60%, #009bdb 60%);*/
	margin:120px auto 20px auto;
	line-height:1.3;
	transform: skewX(-8deg);
	
	background: linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
 background: -webkit-linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
 background-size: 300% auto;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 animation: gradientEffect 4.5s infinite alternate;
}
 
@keyframes gradientEffect {
from {background-position: left}
to {background-position: right}
}



.reason {
	text-align:left;
	width:95%;
	height:auto;
	padding:1% 20% 1% 20%;
	margin:0 auto 10px auto;
	font-size:1.3em;
	letter-spacing:0.08em;
	font-weight:500;
	line-height:1.8;
	}



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

選ばれる理由へボタン　メイン PC

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

.btn_main_wrap {
	position:relative;
	width:100%;
	height:auto;
	margin:10% 0%;
	}

.btn_main a {
font-size:1.1em;
font-weight: 600;
letter-spacing: 0.3em;
background-color:#009bdb;
color:#fff;
border:3px solid #009bdb;
text-align:center;
/*border-radius:50px;*/
transform: skewX(-8deg);
padding:1.7% 0%;
text-decoration: none;
display: block;
position: absolute;
bottom: 33%;
left: 0;
right:0;
margin: auto;
/*background-color:#e6e4dd;*/
width:30%;
height: auto;
z-index: 3;
/*animation: flash 1.0s linear infinite;
animation-duration: 6.0s;*/
	}
	
	
.btn_main a:hover {
color:#009bdb;
border:3px solid #009bdb;
background-color:#fff;

	}
	

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

マーカー PC

************************************/
 
.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
    background-repeat: repeat-x;
    background-size: 200% .7em;
    background-position: 0 .6em ;
    transition: all 3.0s ease;
	transition-delay:0.5s;
    font-weight: bold;
	padding: 0 0.1%;
}

/* マーカー線・黄色 */
.marker1 {
background:linear-gradient(transparent 60%, #fff100 60%);
font-weight:bold; 
}

.marker-animation2 {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
    background-repeat: repeat-x;
    background-size: 200% .7em;
    background-position: 0 .6em ;
    transition: all 1.0s ease;
	transition-delay:0.5s;
    font-weight: bold;
	padding: 0 0.1%;
}


*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }



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

works PC

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

.works {
	position:relative;
	width:100%;
	height: auto;
	margin:150px 0 20px 0;
	}
.inner__works {
	margin: 80px auto 0px auto;
 width: 100%;
	height: auto;
	color:#009bdb;
	transform: skewX(-8deg);
	font-size:3.8em;
	letter-spacing:1.0em;
	font-weight:bold;
	text-align:center;
	}
	
	.works__p {
	text-align:center;
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto 3% auto;
	font-size:1.4em;
	letter-spacing:0.2;
	font-weight:500;
	line-height:2.0;
	}

.slideFrame {
 overflow: hidden;
	padding:  0;
	margin:0 0 0 0;
	width: 100%;
	height: auto;
	background-color: #e6e4dd;
}

.slideCell {
  display: block;
}

.slideGuide .slideCell {
  float: left;
  margin-right: 40px;
		margin-bottom: 80px;
}
.slideGuide.up .slideCell, .slideGuide.down .slideCell {
  float: none;
  margin-right: 0;
}

#slider-0.slideFrame .slideCell {
  width: 600px;
  height:auto;
  padding: 5px;
}

.slideGuide ul {
    list-style: none;
	margin: 0px 0 0px 0;
}

.slideGuide li a img {
	display: block;
	border-radius: 0;
	box-shadow:0px 0px 2px 0px #cccccc;
}

.new-btn a {
	width: 25%;
	height: 80px;
	font-size: 1.0em;
	font-weight: 500;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	text-decoration: none;
	border: 1px solid #999999;
	padding: 25px 0 0 0;
	margin: 80px auto 0 auto;
}

.new-btn a:hover {
	background-color:#009bdb;
	color:#ffffff;
	}




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

word PC

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

.word__wrap {
	position:relative;
	width:100%;
	height:200px;
	margin:50px 0 0 0;
	}

.word {
  width: 100%;
  height: auto;
  color: #d9eff8;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 100;
  opacity:0.1 !important;
  font-size:8em;
  font-weight:bold;
  display:block;
		
}

.word__title {
  text-align: center;
  color: #444444;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
  max-width: 1000px;
  width: 100%;
  height: 50px;
  font-size:2.5em;
  letter-spacing:0.2;
  font-weight: bold;
		transform: skewX(-8deg);
}

.word__p {
	text-align:center;
	width:100%;
	height:auto;
	padding:1% 5% 1% 5%;
	margin:0 auto;
	font-size:1.4em;
	letter-spacing:0.2;
	font-weight:500;
	line-height:2.0;
	}
	
.word__point {
	font-size:1.3em;
	font-weight:bold;
	color:343434;
	width:30%;
	height:auto;
	margin:0 auto 2% auto;
	}

.word__point a {
	display:block;
	padding:5% 0%;
	border-radius:50px;
	border:5px dashed #009bdb;
	text-align:center;
	text-decoration:none;
	color:#343434;
	}
	
.word__point a:hover {
	border:5px solid #009bdb;
	color:#009bdb;
	}
	

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

検索ワード PC

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

.ninki_word {
	/*background-color:#e6e4dd;*/
	width:100%;
	height: auto;
	padding:15px 0 12px 0px;
	margin:0px 0 0px 0;
	}
	
.ninki_word ul {
	margin:0 auto;
	width:50%;
	height: auto;
	}

.ninki_word ul li {
	list-style-type:none;
	float:left;
	margin:0px 8px 8px 0;
	}
	
.ninki_word ul li a {
	font-size:1.2em;
	color:#343434;
	border:3px solid #009bdb;
	text-align:center;
	/*border-radius:50px;*/
	transform: skewX(-8deg);
	padding:10px 15px 10px 15px;
	text-decoration: none;
	display: block;
	}
	
.ninki_word ul li a:hover {
	color:#fff;
	background-color:#009bdb;
	}


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

NEWS PC

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


.news__wrap {
	position:relative;
	width:100%;
	height:200px;
	margin:50px 0 0 0;
	}

.news {
  width: 100%;
  height: auto;
  color: #d9eff8;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 100;
  opacity:0.1 !important;
  font-size:8em;
  font-weight:bold;
  display:block;
}

.news_p {
  text-align: center;
  color: #444444;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
  max-width: 1000px;
  width: 100%;
  height: 50px;
  font-size:2.5em;
  letter-spacing:0.2;
  font-weight: bold;
		transform: skewX(-8deg);
}

.news__p {
	text-align:center;
	width:100%;
	height:auto;
	padding:1% 10% 1% 10%;
	margin:0 auto;
	font-size:1.5em;
	letter-spacing:0.1em;
	font-weight:700;
	line-height:2.0;
	}


.section2 {
	width:100%;
	height:auto;
	margin:20px 0 50px 0;
	}

.section2_inner {
	width:960px;
	height:auto;
	margin:0 auto;
	}

.news_list {
	margin:0 0 0px 10px;
	width:320px;
	height:22px;
	float:right;
	padding:3px 0 0 0;
	font-size:0.8em;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
	border-radius:4px 4px 0 0; 
	background-color:#000000; 
	text-align:center; 
	color:#ffffff;
	}



.news_box {
	margin:0 0 0px 0px;
	width:320px;
	height:350px;
	float:right;
	padding:2px 0 2px 0;
	font-size:0.95em;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
	border-radius:0 0 4px 4px;
	/*border:1px solid #333333;*/
	color:#333333;
	}
	
	


.plan { margin: 0 0 0 0; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius:0 0 4px 0; -o-border-radius:0 0 4px 0; border-radius:0 0 4px 0; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; 
-webkit-transition:1.0s all ease-in-out;
    -moz-transition:1.0s all ease-in-out;
    transition:1.0s all ease-in-out;}

.plan dl {
	padding:7px 0 6px 0;
	border-bottom:1px dotted #ccc;
	}

.plan dl dt {
	width:10%;
	height:5%;
	background-color:#efd025;/*f29c9f*/
	color:#fff;
	margin:0px 0 10px 10px;
	text-align:center;
	padding:2px 10px 3px 3px;
	border-radius:4px;
	font-weight:bold;
	font-size:0.9em;
	}

.plan dl dd {	
    margin:0 0 0 10px;
	font-weight: normal;
	font-size:0.9em;
	line-height:1.5;
	letter-spacing: 0.8;

}

.plan dl a:hover dd {
	text-decoration:underline;
}


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

access PC

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

.access__wrap {
	position:relative;
	width:100%;
	height:200px;
	margin:50px 0 0 0;
	}

.access {
  width: 100%;
  height: auto;
  color: #d9eff8;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 100;
  opacity:0.1 !important;
  font-size:8em;
  font-weight:bold;
  display:block;
}

.accessus {
  text-align: center;
  color: #444444;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
  max-width: 1000px;
  width: 100%;
  height: 50px;
  font-size:2.5em;
  letter-spacing:0.2;
  font-weight: bold;
		transform: skewX(-8deg);
}

.access__p {
	text-align:center;
	width:100%;
	height:auto;
	padding:1% 10% 1% 10%;
	margin:0 auto;
	font-size:1.4em;
	letter-spacing:0.1em;
	font-weight:500;
	line-height:2.0;
	}

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

flexbox2 PC

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



.flexbox2 {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*background-color:#f4f0e8;*/
	}

.ivent2 {
    width: 100%;
    height: 450px;
    /* border-radius: 4px;*/
    margin: 10px 0;
    text-align: center;
    position: relative;
    /*border: 2px double #ffffff;*/
}


.ivent2 img {
	}

.ivent2 a {
	text-decoration: none;
	font-size:3em;
	color:#444444;
	display:block;
}

.ivent2 a:hover {
	color:#009bdb;
	}


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

アクセス PC

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


.big_map {
	width:100%;
	height:80px;
	text-align:center;
	background-color:#333;
	font-weight:bold;
	font-size:1.3rem;
	box-sizing:border-box;
	color:#fff;
	border-bottom:1px solid #fff;
	margin: 0 0 0 0;
	}
	
.big_map p {
	font-family: 'Oswald', sans-serif;
	color:#ffffff;
	}

.big_map a {
	text-decoration:none;
	width:100%;
	height:80px;
	padding:25px 0 20px 0;
	margin:-15px 0 0 0;
	color:#ffffff;
	display:block;
	}
	
.big_map a:hover {
	background-color:#009bdb;
	text-decoration:underline;
	color:#ffffff;
	}



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

contact PC

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

.contact__wrap {
	position:relative;
	width:100%;
	height:200px;
	margin:50px 0 0 0;
	}

.contact {
  width: 100%;
  height: auto;
  color: #d9eff8;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 100;
  opacity:0.1 !important;
  font-size:8em;
  font-weight:bold;
  display:block;
		
}

.tel__mail {
  text-align: center;
  color: #444444;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
  max-width: 1000px;
  width: 100%;
  height: 50px;
  font-size:2.5em;
  letter-spacing:0.2;
  font-weight: bold;
		transform: skewX(-8deg);
}

.contact__p {
	text-align:center;
	width:100%;
	height:auto;
	padding:1% 10% 1% 10%;
	margin:0 auto;
	font-size:1.5em;
	letter-spacing:0.1em;
	font-weight:700;
	line-height:2.0;
	}


.flexbox {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
	/*background-color:#f4f0e8;*/
	}

.ivent {
    width: 50%;
    height: auto;
    /* border-radius: 4px;*/
    padding: 2% 0  3% 0;
    margin: 0 0;
    text-align: center;
    position: relative;
    /*border: 2px double #ffffff;*/
    box-shadow:0px 0px 1px 0 #999999;
}

.ivent:hover {
    width: 50%;
    height: auto;
    /* border-radius: 4px;*/
    padding: 2% 0  3% 0;
    margin: 0 0;
    text-align: center;
    position: relative;
    /*border: 2px double #eeeeee;*/
    box-shadow:0px 0px 1px 10px #009bdb inset;
	/*background-color:#88c8e2;*/
}


.ivent a {
	text-decoration: none;
	font-size:3em;
	color:#444444;
	display:block;
}

.ivent a:hover {
	color:#009bdb;
	}

.icon {
color: #009bdb;
font-size:2em;
}

a .ivent_p {
	color: #343434;
	padding: 0 5px 10px 5px;
	margin: 0 0 0 15px;
	font-size: 0.9em;
	text-align: left;
	font-weight: 500;
	line-height: 1.5;
}

.telmail__p {
	text-align:center;
	width:100%;
	height:auto;
	padding:3% 0 8% 0;
	margin:0 auto;
	font-size:1.2em !important;
	letter-spacing:0.05em;
	font-weight:500;
	line-height:2.0;
	}



/* ==========================================================================
   return to top BASE
   ========================================================================== */



#page-top-base {
	/*position: fixed;
	bottom: 5%;
	left: 95%;
	display: none;
	font-size: 30px;*/
}
#page-top-base a {
	display: block;
	width: 110px;
	height: 36px;
	padding:0 0 0 0;
	margin: 0 auto 0 auto;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	opacity:1.0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
#page-top-base a:hover {
	/*padding-bottom: 8px;*/
	opacity:0.8;
	width: 110px;
	height: 36px;
	padding:0 0 0 0;
}




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

footer PC

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

footer {
width: 100%;
padding: 3.5em 0;
background: #009bdb;
color: #fff;
margin:0 auto;
text-align: center;
z-index: 1000;
position: relative;
/*border-top: solid 1px #bbb;*/
}
footer a {
	color: #666;
	text-decoration: none;
	display: block;
}

footer a:hover {
	color:#ffffff;
	opacity: 0.6;
	}

.footer_bg a {
  color: #fff;
}

.footer_logo a {
width: 50%;
height: auto;
  color: #fff;
  text-align:center;
		font-size:1.5em;
		font-weight: 700;
		margin: 0 auto 5px auto;
		letter-spacing: 0.1em;
		transform: skewX(-8deg);
}

.footer_p {
	text-align:center;
	font-size:1.0em;
	}

small a {
display: inline-block;
font-size: 12.16px;
font-size: 0.76rem;
color: #fff;
margin: 0 0 20px 0;
text-align: center;
}


/*footer nav*/

.nav-bottom {
margin: 30px 0 10px 0;
color: #ffffff;
}
 
.nav-bottom ul {
margin: 0 auto;
padding: 0 0 20px 0 ;
width: 60%;
}
 
.nav-bottom ul li{
display: inline-block;
width: 23%; /* ここで項目の幅を指定します */
font-weight: 700;
font-size: 1.0em;
letter-spacing: 0.06em;
color: #ffffff;
transform: skewX(-8deg);
}
 
 
.nav-bottom ul li a {
text-decoration: none;
color: #ffffff;
}
	
.nav-bottom ul li a:hover {
	color: #ffffff;
	}



/* ==========================================================================
   return to top 
   ========================================================================== */



/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:40px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}

/*画像の切り替えと動き*/
#page-top a {
    /*aタグの形状*/
	display: block;
	width: 80px;
	height: 80px;
	color: #333;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
    /*背景画像の指定*/
	background: url("../img/go_pagetop/go_pagetop.svg") no-repeat center;
	background-size: contain;
}

#page-top.floatAnime a{
	width: 80px;
	height: 80px;
    /*背景画像の指定*/
	background: url("../img/go_pagetop/go_pagetop_after.svg") no-repeat center;
	background-size: contain;
    /*アニメーションの指定*/
	animation: floatAnime 2s linear infinite;
	opacity: 0;
}

@keyframes floatAnime {
  0% { transform: translateY(0); opacity: 0; }
  25% { transform: translateY(-6px);opacity: 1; }
  50% { transform: translateY(0) }
  100% { transform: translateY(6px);opacity: 1; }
}

/*Page Topと書かれたテキストの位置*/
#page-top span{
    position: absolute;
    bottom: -11px;
    right: 20px;
	color: #333;
    font-weight: bold;
    line-height: 1.3;
}

#page-top.floatAnime span{
    bottom: -30px;
}



@media screen and (max-width:940px) {
    #page-top{
    position: relative;
    text-align: center;
    right: inherit;
    bottom: inherit;
    margin: 50px auto 30px auto;
    width: 80px;
    animation: none!important;
    transform:none!important;
    opacity: 1;
    }
    
}


	
	

