@charset 'utf-8';

/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

/* ===============================
	base
 =============================== */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
  color: #707070;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  background: #e6e6ff;
}
b,
strong,
.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
}
a:focus {
  outline: none;
}
img {
  vertical-align: bottom;
}
.mo a img {
  background-color: rgba(255, 255, 255, 0.01); /* マウスオーバー要素のバグ対応 */
}

/* ===============================
	loading
 =============================== */
#pageLoad {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 999;
}
#pageLoad.loading {
  background-image: url(../images/pageloading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

/* ===============================
	utility
 =============================== */
ul.horizon:after {
  /* 水平並びリスト */
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  font-size: 0px;
}

ul.horizon {
  list-style: none;
  min-height: 1px;
  zoom: 1;
}

ul.horizon li {
  float: left;
}

ul.dot {
  /* リスト（・） */
  list-style: disc;
  padding-left: 1.5em;
}

ul.star {
  /* リスト（※） */
  list-style: none;
  padding-left: 1.5em;
}

ul.star li {
  text-indent: -1.5em;
}

ul.star li:before {
  content: "\203b";
  margin-right: 0.5em;
}

ul.disc {
  /* リスト（●） */
  list-style: none;
  padding-left: 1.5em;
}

ul.disc li {
  text-indent: -1.5em;
}

ul.disc li:before {
  content: "\25cf";
  margin-right: 0.5em;
}

ul.square {
  /* リスト（■） */
  list-style: none;
  padding-left: 1.5em;
}

ul.square li {
  text-indent: -1.5em;
}

ul.square li:before {
  content: "\25a0";
  margin-right: 0.5em;
}

.caption {
  /* テキストサイズ注釈 */
  font-size: 0.88em;
  line-height: 1.4em;
}

.fxs {
  font-size: 0.88em; /* テキストサイズ小 */
  line-height: 1.6em;
}

.fxl {
  font-size: 1.14em; /* テキストサイズ大 */
  line-height: 1.6em;
}

.mt05em {
  /* margin top 0.5行 */
  margin-top: 0.5em !important;
}

.mt1em {
  /* margin top 1行 */
  margin-top: 1em !important;
}

.mt2em {
  /* margin top 2行 */
  margin-top: 2em !important;
}

.rdus {
  /* 角丸 */
  border-radius: 4px;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1.12em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  font-size: 16px;
}
th,
td {
  vertical-align: top;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
}
caption {
  text-align: left;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/* header
================================================ */
header {
}

/* nav
================================================ */
nav {
}

/* contents
================================================ */
main {
}

/* footer
================================================ */
footer {
}
#main {
  width: 960px;
  margin: 0 auto;
}
#main h2 {
  color: #9999ef;
  font-size: 32px;
  border-bottom: 1px solid #9999ef;
  margin: 0 0 20px 0;
}
#main h2 span {
  font-size: 16px;
  color: #707070;
  margin-left: 12px;
  font-weight: normal;
}
#header {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/mainImg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#header a {
  display: block;
  text-decoration: none;
}
.header-title {
  width: 960px;
  margin: 0 auto;
  position: relative;
  top: 5%;
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
}
.header-title h1 {
  font-size: 84px;
  margin: 0;
  color: #9999ef;
  line-height: 1;
}

.header-title span {
  font-size: 32px;
  margin: 0;
  color: #707070;
}

.content {
  width: 100%;
  margin-bottom: 56px;
}
.content:after {
  content: "";
}
.content-left {
  width: 299px;
  float: left;
}

.content-right {
  width: 630px;
  float: right;
  height: 310px;
  position: relative;
}
.content-right p {
  margin: 0;
}
.content-right a.btn {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #9999ef;
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  border-radius: 6px;
  padding: 12px 0;
  height: 30px;
  font-size: 16px;
  box-shadow: 0 4px #6d6dc5;
}
.content-right a.btn:hover {
  background-color: #aaaaf7;
  box-shadow: 0 3px #6d6dc5;
  transform: translateY(1px);
}
#footer {
  background-color: #9999ef;
  color: #fff;
  height: auto;
  width: 100%;
}

#footer h3 {
  font-size: 14px;
  margin-top: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}

#footer p.profile-text {
  font-size: 12px;
  line-height: 1.6;
}
.footer-top {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
.footer-left {
  float: left;
  width: 70%;
}
.footer-right {
  float: right;
  width: 30%;
}
.selfie {
  float: left;
  width: 120px;
  height: auto;
  margin: 20px 20px 20px 0;
}
.profile {
  float: right;
  width: 490px;
  margin-right: 40px;
}
.footer-right ul {
  padding: 0;
  margin: 0;
}
.footer-right ul li {
  font-size: 12px;
  line-height: 2;
  padding-left: 0px;
  list-style: none;
}
.footer-right ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.footer-right ul li a::before {
  content: "> ";
  color: #ff0000;
}
.cp {
  height: 25px;
  width: 100%;
  background-color: #111111;
  padding: 17px 0;
}
.cp p {
  line-height: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
/*スクロールstert*/
#header .scroll {
  position: absolute;
  bottom: 8%;
  text-align: center;
  width: 100%;
}
#header .scroll a {
  display: inline;
  color: #777;
  font-size: 16px;
}
#header .scroll a span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  bottom: -15px;
  margin-left: -12px;
  border-left: 2px solid #777;
  border-bottom: 2px solid #777;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

/*スクロールend*/

/* ===============================
 	device setting
  =============================== */
@media screen and (min-width: 769px) {
  /* PC用CSS -------------- */
  p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  /* タブレット以下共通CSS -------------- */
  #header {
    height: 90vh;
    background-repeat: no-repeat;
    background-position: 80% center;
  }
  .header-title {
    margin-left: 5%;
    top: 6%;
  }
  .header-title h1 {
    font-size: 52px;
  }
  .header-title span {
    font-size: 25px;
  }
  section {
    padding: 0 20px;
  }
  #main {
    width: 100%;
    margin: 0;
  }
  .content {
    width: 100%;
  }
  .content-left {
    width: 299px;
    margin: 0 auto;
    float: none;
  }
  .content-right {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  .content-right a.btn {
    position: initial;
  }
  .content-right p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
  #footer {
    height: auto;
  }
  .footer-top {
    width: 100%;
  }
  .footer-left {
    width: 100%;
  }
  .selfie {
    width: 24%;
    margin: 5% 5% 0 5%;
  }
  .profile {
    width: 60%;
    margin-right: 5%;
  }
  #footer h3 {
    margin: 20px 0 8px 0;
  }
  #footer p.profile-text {
    margin: 0;
  }
  .footer-right {
    float: left;
    margin: 0 5% 5%;
    width: 90%;
  }
  .footer-right ul li {
    text-align: center;
    border-bottom: 1px solid #b6b6ef;
    padding: 5px 0;
  }
}
