@charset "utf-8";

/* DEFAULT
---------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
  line-height: 1.5;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal !;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: lighter;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
object,
embed,
td,
th {
  vertical-align: top;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: lighter;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}
img {
  vertical-align: bottom;
}
p {
  line-height: 1.5;
  margin: 0 0 1em;
}
body {
  font-size: 1.4rem;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

div:after,
ul:after,
li:after,
dd:after,
section:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  width/***/: auto;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* ALL
---------------------------------------------------------------------------*/
body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
}

.pad {
  padding: 10px;
}
.clear {
  clear: both;
}
.clearfix {
  overflow: hidden;
  _zoom: 1;
}

/* LINK-STYLE
---------------------------------------------------------------------------*/
a:link {
  color: #0099ff;
  text-decoration: underline;
}
a:visited {
  color: #0099cc;
  text-decoration: underline;
}
a:hover {
  color: #663399;
  text-decoration: underline;
}
a:active {
  color: #663399;
  text-decoration: underline;
}

/* HEADER
---------------------------------------------------------------------------*/

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.logo {
  width: 400px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 200px;
    margin-bottom: 0;
  }
}

.ogt {
  margin-bottom: 20px;
}
.bicycle {
  margin-bottom: 20px;
}
.relationship {
  margin-bottom: 20px;
}

/* CONTENTS
---------------------------------------------------------------------------*/

/* SIDE
---------------------------------------------------------------------------*/

/* FOOTER
---------------------------------------------------------------------------*/ ;
