/* =================================
------------------------------------
  Riddle - Portfolio
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {

    text-align: center;
    background-color: #FFFFFF;
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	
}
h1,
h2,
h3,
h4,
h5,
h6,

img {
	height: auto;
}

a {	
	color:#000000;
}
a:visited {	
	color:#000000;
}
a:hover{
	color:#D1D1D1;
}
a:focus {
	color:#D1D1D1;
}

.an_scl{ opacity: 0; }

/*------------------------
    下層 ベース
--------------------------*/
.second-section {
	width: 100%;
	padding-top: 100px;
	height: auto;
	background: rgba(242,247,248);
	display: block;
}
.second-midashi {
	font-size: 26px;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	letter-spacing: 0.2em;
	font-weight: 400;
	padding: 50px 0 50px 0;
}


/*------------------------
    下層 Profile
--------------------------*/

.prof-second {
	width: 1100px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:100px; 
	background-color: #FFFFFF;
}
.prof-photo {
	float: left;
	width: 500px;
}
.prof-photo img{
	height: 100%;
}
.prof-txt {
	float: right;
	width: 530px;
	padding: 40px 30px 0 40px;
}
.prof-txt img {
	width: 250px;
	margin: 10px;
}
.prof-txt p {
	text-align: left;
	padding: 30px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 13px;
	line-height: 2.2;
}


/*------------------------
    下層 News
--------------------------*/

.cat-midashi {
	font-size: 16px;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding: 0 0 70px 0;
	margin-left: auto;
    margin-right: auto;
	width: 430px;
	text-align: center;
}
.cat-midashi ul {	
}
.cat-midashi li {
	float:left;
	list-style-position: inside;
	background-position: bottom 12px;
	list-style-image : url("https://mindaryn.com/wp-mindaryn/wp-content/themes/mindaryn/assets/img/line.png");
	margin-left: 20px;
}

.news-second {
	width: 1100px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:40px; 
	background-color: #FFFFFF;
	padding: 40px;
	text-align: left;
}
.news-date {
	font-size: 14px;
	color:#000000;
	letter-spacing: 0.2em;
}
.news-category {
	font-size: 13px;
	color:#000000;
	margin-left: 10px;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

.news-second p {
	font-size: 14px;
}
.news-title {
	letter-spacing: 0em;
	font-size: 26px;
	margin: 5px 0 30px 0;
	line-height: 1.4;
}
.news-second p img {
	margin: 10px 0 10px 0;
	widows: 100%;
}
.spacer {
	display: block;
	position: relative;
	clear: both;
	width: 10%;
	height: 50px;
	margin-left: auto;
    margin-right: auto;
}



/*------------------------
    下層 Discography
--------------------------*/
.cat-disco-midashi {
	font-size: 16px;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding: 0 0 70px 0;
	margin-left: auto;
    margin-right: auto;
	width: 330px;
	text-align: center;
}

.discography {
	width: 1100px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:40px; 
	text-align: left;
}
.disco-jkt {
	width: 420px;
	float: left;
}
.disco-jkt img {
	width: 100%;
	margin-bottom: 20px;
}
.disco-stream {
	width: 420px;
}
.disco-jkt img {
	width: 100%;
	margin-bottom: 20px;
}
.disco-txt {
	width: 580px;
	float: right;
	background-color: #FFFFFF;
	padding: 40px;
}
.disco-title {
	letter-spacing: 0.1em;
	font-size: 32px;
	font-weight: 600;
	margin: 2px 0 2px 0;
	line-height: 1.5;
}
.disco-subtitle {
	letter-spacing: 0.1em;
	font-size: 16px;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.disco-contents {
	margin: 30px 0 0 0;
	font-size: 14px;
}
.disco-contents .txt-title {
	font-size: 15px;
	line-height: 2;
	font-weight: 600;
}
.disco-contents p img {
	margin: 10px 0 10px 0;
	widows: 100%;
}


/*------------------------
    スマホ対応
--------------------------*/

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

.second-section {
	padding-top: 70px;
	height: auto;
}
.second-midashi {
	font-size: 20px;
	padding: 40px 0 30px 0;
}

.prof-second {
	width: 94%;
	margin-bottom:50px; 
}
.prof-photo {
	float: none;
	width: 80%;
	padding: 20px;
	margin-left: auto;
    margin-right: auto;
}
.prof-photo img{
	width: 100%;
}
.prof-txt {
	float: none;
	width: 100%;
	padding: 0 10px 10px 10px;
}
.prof-txt img {
	width: 170px;
	margin: 10px;
}
.prof-txt p {
	text-align: left;
	padding: 10px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	line-height: 1.7;
}
.news-second {
	width: 94%;
	margin-bottom:20px; 
	padding: 20px;
}
.cat-midashi {
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: 400;
	padding: 0 0 40px 0;
	margin-left: auto;
    margin-right: auto;
	width: 300px;
	text-align: center;
}
.cat-midashi li {
	float:left;
	list-style-position: inside;
	background-position: bottom 15px;
	list-style-image : url("https://mindaryn.com/wp-mindaryn/wp-content/themes/mindaryn/assets/img/line_sp.png");
	margin-left: 10px;
}	
.news-title {
	letter-spacing: 0.1em;
	font-size: 18px;
	margin: 5px 0 30px 0;
}
.news-second p {
	font-size: 12px;
}
.spacer {
	height: 30px;
}
.cat-disco-midashi {
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: 400;
	padding: 0 0 40px 0;
	margin-left: auto;
    margin-right: auto;
	width: 300px;
	text-align: center;
}

.discography {
	width: 96%;
	margin-bottom:20px; 
}
.disco-jkt {
	width: 100%;
	float: none;
}
.disco-jkt img {
	width: 100%;
	margin-bottom: 20px;
}
.disco-stream {
	width: 100%;
}
.disco-jkt img {
	width: 100%;
	margin-bottom: 20px;
}
.disco-txt {
	width: 100%;
	float: right;
	background-color: #FFFFFF;
	padding: 20px;
}
.disco-title {
	letter-spacing: 0.1em;
	font-size: 20px;
	font-weight: 600;
	margin: 2px 0 2px 0;
	line-height: 1.5;
}
.disco-subtitle {
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.disco-contents {
	margin: 14px 0 0 0;
	font-size: 14px;
}
.disco-contents .txt-title {
	font-size: 14px;
	line-height: 2;
	font-weight: 600;
}
.disco-contents p img {
	margin: 10px 0 10px 0;
	widows: 100%;
}
.yt{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.yt iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
}


	

/*------------------------
    Header Section
--------------------------*/
.header-section {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 10;
	background-color: #FFFFFF;
}
.logo {
	width: 180px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.logo img {
	width: 100%;
}

/*------------------------
    メインアー写
--------------------------*/
.photo-section {
	width: 100%;
	display:block;
	position:fixed !important;
	top:100px;
	height: calc(100vh - 100px);
	background:top center no-repeat;
	background-size:cover;
}

/*------------------------
    Scroll　Section
--------------------------*/
.scroll-section {
	top: 100vh;
	position: absolute;
	display:block;
	width: 100%;
	margin: 0;
}


/*------------------------
    リリースエリア
--------------------------*/
.release {
	width: 100%;
	background: rgba(255,255,255,.90);
	display: flex;
	justify-content:center;
	margin-left: auto;
    margin-right: auto;
}
.release-jkt {
	width: 600px;
	padding: 30px;
	display: block;
	align-self: center;
}
.release-jkt img {
	width: 95%;
}
.release-copy {
	width: 110px;
	display: block;
	align-self: center;
}
.release-copy img {
	width: 90%;
}

.release-title {
	padding: 40px;	
	width: 490px;
	display: block;
	align-self: center;
}
.release-title img {
		width: 90%;
}
.release-title .mv {
}
.release-title .title {
	margin: 10px 0;
}
.release-title .title img {
	width: 80%;
}
/*------------------------
    簡易プロフィールエリア
--------------------------*/
.prof-top {
	width: 100%;
	height: 480px;
	background:#f6e7d9;
	background:url("../img/bg_prof_250528.jpg")  center no-repeat;
	background-size:cover;
 }
.prof-top-box {
	width: 1140px;
	height:  480px;
	margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1100px) {
.prof-top-box {
		width: 100%;
}
}
.prof-top-left {
	float: left;
	width: 40%;
	position: relative;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%);
}
.prof-top-left img {
	width: 350px;
}
.prof-top-right {
	float: right;
	width: 40%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.7;
	position: relative;
	color: #E5E5E5;
	font-size: 13px;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%);
	text-align: left;
}



/*------------------------
    Youtubeエリア
--------------------------*/
.youtube-top {
	width: 100%;
	height:auto;
	background: rgba(255,255,255,.95);
	text-align: center;
	display: block;
	overflow:hidden;
	padding-bottom: 10px;
 }
.box-midashi {
	font-size: 24px;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	letter-spacing: 0.2em;
	font-weight: 400;
	padding: 50px 0 25px 0;
}

/*------------------------
    Newsエリア
--------------------------*/
.news-top {
	width: 100%;
	height: 450px;
	background: rgba(255,255,255,.95);
	display: block;
 }
.news-top .box-midashi {
	font-size: 24px;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	letter-spacing: 0.2em;
	font-weight: 400;
	padding: 50px 0 25px 0;
}
.news-top-box {
	width: 1070px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}

.news-top a:link {
	color:#000000;
	text-decoration: none;
	outline: none;
}	
.news-top a:visited {
	color:#000000;
	text-decoration: none;
	outline: none;
}
.news-top a:hover{
	color:#D1D1D1;
	text-decoration: none;
	outline: none;
}
.news-top a:focus {
	color:#D1D1D1;
	text-decoration: none;
	outline: none;
}
.entry-date {
	font-size: 14px;
	color:#000000;
	letter-spacing: 0.2em;
}
.entry-category {
	font-size: 13px;
	color:#000000;
	margin-left: 10px;
	text-decoration: underline;
	letter-spacing: 0.1em;
}
.news-top-box p {
	letter-spacing: 0.1em;
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  
  display: inline-flex;
  vertical-align:top;
	
}
.material-icons.md-21 { font-size: 21px; }

/*------------------------
    SNSエリア
--------------------------*/
.sns {
	width: 100%;
	background: rgba(242,247,248,.85);
 }
.sns-top {
	width: 1100px;
	height: 870px;
	text-align: center;
	display: block;
	margin-left: auto;
    margin-right: auto;
	padding-top: 50px;
 }
.twitter-top {
	width: 510px;
	height: 800px;
	float: left;
	background:#FFFFFF;
	text-align: center;
	display: block;
	padding: 0 20px;
 }
.insta-top {
	width: 510px;
	height: 800px;
	float: right;
	background:#FFFFFF;
	text-align: center;
	display: block;
 }
.sns .box-midashi {
	font-size: 20px;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	letter-spacing: 0.2em;
	font-weight: 400;
	padding: 40px 0;
}


/*------------------------
    Footer Section
--------------------------*/
.footer {
    position: relative;
	width: 100%;
	background-color: #ffffff;
	height: 70px;
	margin: 0;
}
.copy {
	width: 400px;
	text-align: right;
	float: right;
	position:relative;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%);
	margin-right: 40px;
	font-size: 12px;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	font-weight: 400;
}
.copy-logo {
	width: 400px;
	float: left;
	position:relative;
	text-align: left;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%);
	margin-left: 40px;
}
.copy-logo img {
	width: 150px;
	margin-right: 20px;
}



/*------------------------
    Preloder
--------------------------*/
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}
.pre-logo {
	position: fixed;
	width: 300px;
	top: 45%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.pre-logo img {
  width: 100%;
}


.loader {
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  border-left-color: transparent;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/*------------------------
　ロールオーバー Flashing
--------------------------*/

.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/*------------------------
　ロールオーバー 透明化
--------------------------*/

.hover11 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

/*------------------------
    PCスマホ画像切り替え
--------------------------*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; margin-left: auto; margin-right: auto;}
.sp { display: none !important;  margin-left: auto; margin-right: auto;}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 850px) {
.pc { display: none !important; margin-left: auto; margin-right: auto; }
.sp { display: block !important; margin-left: auto; margin-right: auto; }
}

/*------------------------
    ハンバーガーメニュー
--------------------------*/
.menu{
    height: 12px;
    position: absolute;
    right: 30px;
    width: 40px;
    z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 4px;
    transform: rotate(45deg);
    background: #000000;
}
.menu__line--bottom.active{
    bottom: 6px;
    transform: rotate(135deg);
    background: #000000;
}

/*------------------------
    Gナビ
--------------------------*/
.gnav{
    background: #f2f7f8;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav .lang {
	margin-top: 30px;
	margin-left: 30px;
}
.gnav .lang img{
	max-width: 100px;
}
.gnav__wrap {
    width: 100%;
    height: 100%;
    margin: auto;
	margin-left: auto;
    margin-right: auto;
}
.gnav__wrap img{
    width: 250px;
	margin: 70px 0 5px 0;
}
.gnav__menu__item{
	margin: 0.35rem 0;
    color: #000000;
	font-size: 22px;
}
.gnav__menu__item a {
    text-decoration: none;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	font-weight: 400;
}
.gnav__menu__item a:hover{
	color: #D1D1D1;
    text-decoration: none;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	font-weight: 400;
}
.gnav__menu__item a:visited{
    text-decoration: none;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	font-weight: 400;
}
.gnav__menu__sns{
	margin: 0.07rem 0;
    color: #000000;
	font-size: 22px;
	display: inline-block;
}
.gnav__menu__sns li{
	display: inline-block;
	margin: 15px;
}
.gnav__menu__sns a {
    text-decoration: none;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	font-weight: 400;
}
.gnav__menu__sns a:hover{
	color: #D1D1D1;
    text-decoration: none;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	font-weight: 400;
}
.gnav__menu__sns a:visited{
    text-decoration: none;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	font-weight: 400;
}
.gnav__menu__contact a {

    text-decoration: none;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	font-weight: 400;
}
/*------------------------
    その他
--------------------------*/
#glt-translate-trigger{
	display:none;
}

/*------------------------
    スマホ対応
--------------------------*/

@media only screen and (max-width: 850px) {
* {
  box-sizing: border-box;
}
body {
	font-size: 13px;
	line-height: 1.6;
}
	
.menu{
    height: 12px;
    right: 20px;
    width: 35px;
}
.header-section {
	height: 80px;
}
.logo {
	width: 150px;
}
.photo-section {
	top:80px;
	width: 100%;
	display:block;
	position:fixed;
	background-attachment: fixed;
	height: 500px;
	/*-top:100px;*/
	/*-height: 100vh - 100px);*/
	background:top no-repeat;
	background-size:cover;
}
.scroll-section {
	top: 580px;
}
	
/* リリース */
.release {
	flex-wrap: wrap;
	padding: 30px;
	background: rgba(255,255,255);
}
.release-jkt {
	width: 100%;
	padding: 0px;
}
.release-jkt img {
	width: 100%;
}
.release-copy {
	display: none;
}
.release-title {
	padding: 0px;	
	width: 100%;
}
.release-title .mv {
	margin: 30px 0 0 0;
}
.release-title .mv img {
	width: 90%;
}
.release-title .title {
	margin: 10px 0 30px 0;
}
.release-title .title img {
	width: 95%;
}

/* 簡易プロフィール */
.prof-top {
	width: 100%;
	height: auto;
	background-size:none;
	background: rgba(255,255,255);
	display: flex;
 }
.prof-top-box {
	width: 100%;
	height: auto;
}
.prof-top-left {
	width: 100%;
	top: initial;
	transform: initial;
	-webkit- transform: initial;
	margin-bottom: 15px;
}
.prof-top-left img {
	width: 100%;
}
.prof-top-right {
	float: initial;
	width: 100%;
	position: relative;
	top: initial;
	transform: initial;
	-webkit- transform: initial;
	text-align: left;
	font-size: 12px;
	padding: 20px 20px 0px 20px;
	color: #000;
}

/* YouTube */
.youtube-top {
	width: 100%;
	background: rgba(255,255,255);
	text-align: center;
	display: block;
	height: auto;
	padding-bottom: 0px;
 }
.box-midashi {
	font-size: 20px;
	padding: 30px 0 15px 0;
}

/* News */
.news-top {
	width: 100%;
	height: auto;
	background: rgba(255,255,255);
	display: block;
 }
.news-top .box-midashi {
	font-size: 20px;
	padding: 0 0 0 0;
}
.news-top-box {
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	padding: 20px;
	display: block;
}

.entry-date {
	font-size: 12px;
	color:#000000;
	letter-spacing: 0.2em;
}
.entry-category {
	font-size: 11px;
	color:#000000;
	margin-left: 10px;
	text-decoration: underline;
	letter-spacing: 0.1em;
}
.news-top-box p {
	letter-spacing: 0em;
	font-size: 14px;
	margin-bottom: 30px;
}

/* SNS */	
.sns {
	width: 100%;
	background: rgba(242,247,248);
	display: flex;
 }
.sns-top {
	width: 100%;
	height: auto;
	text-align: center;
	display: block;
	margin-left: auto;
    margin-right: auto;
	padding: 30px 0;
 }
.twitter-top {
	width: 94%;
	height: auto;
	text-align: center;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;
	float: none;
	padding-bottom: 20px;
 }
.insta-top {
	width: 94%;
	height: auto;
	float: none;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;
	float: none;
 }
.sns .box-midashi {
	font-size: 20px;
	font-family: letter-gothic-std, monospace;
	font-style: normal;
	letter-spacing: 0.2em;
	font-weight: 400;
	padding: 20px 0 10px;
}
	
/* フッター */	
.footer {
    position: relative;
	width: 100%;
	background-color: #ffffff;
	height: auto;
	margin: 0;
	padding: 5px 0 5px;
}
.copy {
	width: 100%;
	margin: 0px;
	text-align: center;
	float: none;
	position:relative;
	top: initial;
	transform: initial;
	-webkit- transform: initial;
	margin-right:initial;
	font-size: 10px;
	margin-right: 0px;
}
.copy-logo {
	width: 100%;
	float: none;
	position:relative;
	text-align: center;
	top: initial;
	transform: initial;
	-webkit- transform: initial;
	margin-left: 0px;
}
.copy-logo img {
	width: 100px;
	margin: 10px;
}
	
/* その他 */	
.social {
	display: none;
}
.pre-logo {
	width: 200px;
	top: 42%;
}
.gnav__wrap img{
    width: 200px;
	margin: 30px 0 5px 0;
}
.gnav .lang {
	margin-top: 20px;
	margin-left: 20px;
}
#glt-translate-trigger{
	display:none;
}
}


/*------------------------
   social
--------------------------*/

a {
  color: #000;
  text-decoration: none;
}
.social {
	position: fixed;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%) ;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.0);
  width: 300px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background: #000;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
