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

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

html,
body {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-feature-settings: "palt";
    text-align: center;
    background-color: #180000;
	font-size: 16px;
	line-height: 1.8;
	color: #FFFFFF;
}

h1 {
	color: #FFFFFF;
	margin: 0;
	font-size: 26px;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
}
h2 {
	color: #FFFFFF;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
}
h3,
h4,
h5,
h6 {
  color: #001418;
  margin: 0;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
}

img {
	height: auto;
}

.an_scl{ opacity: 0; }
/*------------------------
　ロールオーバー 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: 750px) {
.pc { display: none !important; margin-left: auto; margin-right: auto; }
.sp { display: block !important; margin-left: auto; margin-right: auto; }
}

/*------------------------
    Header Section
--------------------------*/



/*------------------------
    Lord Section
--------------------------*/
.lord-section {
  display:block;
  position:fixed;
  top:0;
  left:0;

  width:100%;
  background:url("../img/bg_main.jpg") bottom no-repeat;
  background-size:cover;
}

.lord-scroll {
	position:relative;
	margin-bottom: 50px;
	}

.lord-box {
	position:relative;
	margin-left: auto;
    margin-right: auto;
	width: 90%;
	max-width: 1100px;
	padding-bottom: 100px;
	padding-top: 145px;

	}

.cf {
	height: auto;
	width: 100%;
}

.logo {
	height: auto;
	width: 100%;
}

.sample {
	list-style:none;
}

.jam25th {
 	position:fixed;
	text-align: left;
	padding-top: 25px;
	padding-left: 40px;
	z-index: +1;
}
.jam25th img {
	width: 100px;
}

/*------------------------
    about
--------------------------*/
.about {
    padding: 30px;
	margin-top: 50px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	background: #000000;
	max-width: 1200px;
	width: 95%;
	text-align: left;
    position:relative; 
	display: inline-block;
}

.midashi {
	color: #b60005;
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	font-family: 'Josefin Sans', sans-serif;
	text-align: left;
	
}
.about p {
    padding: 10px;
}
.about .logo {
	float: left;
	width: 18%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.about .logo img  {
	width: 100%;
}

.btn--orange,
a.btn--orange {
  color: #8D8D8D;
  background-color: #444343;
	padding: 10px 20px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #9D9D9D;
  background: #313131;
}

a.btn--radius {
   border-radius: 100vh;
}
/*------------------------
   What's
--------------------------*/

.arigato-heading {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.line {
  flex: 1;
  height: 1px;
  background-color: #fff;
  margin: 0 10px;
}

.title-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1; /* 重要 */
  display: inline-block;
  white-space: nowrap;
}


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

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

body {
	font-size: 13px;
	line-height: 1.6;
}
.arigato-heading {
  margin-top: 10px;
  margin-bottom: 5px;
}
.btn--orange,
a.btn--orange {
  color: #8D8D8D;
  background-color: #444343;
	padding: 5px 10px;
	font-size: 12px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #9D9D9D;
  background: #313131;
}	
	
.logo {
	height: auto;
	width: 95%;
}
.scroll-section {
    padding-top:0px;
    top: 0px;
}
.scroll-section ul img {
    position:relative; 
	max-width: 95%;
}
.lord-scroll {
	position: relative;
	}
.lord-box {
	position: relative;
	padding-top: 130px;
	padding-bottom: 50px;
	}

 /* ヘッダー */	
	
.jam20th {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
.jam20th img {
    width: 15%;	
}
/* about */	
.about {
    padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 95%;
}
.midashi {
	font-size: 15px;
}
.about .logo {
	width: 22%;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.about .logo img  {
	width: 100%;
}	
	
}


@media screen and (min-width: 750px) { /* スマホとタブレット以外はこっちを適用 */
 .lord-section{
    height: 100vh !important; /* !importantを使用し、jQueryを打ち消し */
    }
    }


/*------------------------
    フッター
--------------------------*/

footer {
	margin: 130px auto 10px;
	text-align: center;
	position:relative;
	display: block;
}
.copy {
	margin: 0px;
	padding-bottom: 20px;
	font-size: 13px;
	color: #cccccc;
}
.copy-logo {
	position:relative;
	text-align: center;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%);
}
.copy-logo img {
	width: 200px;
	margin: 0 10px;
	vertical-align: middle;
}
footer a:hover{
	opacity: 0.5;
	transition: all 0.5s;
}
@media only screen and (max-width: 750px) {
footer {
	margin: 50px auto 10px;
}
.copy {
	padding-bottom: 10px;
	font-size: 12px;
}
.copy-logo img {
	width: 30%;
	margin: 0 10px;
}
}