@charset "UTF-8";
/*画像の保存禁止（右クリック、ドラッグ＆ドロップ、スマホ長押し禁止）*/
img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none; }

/* Base
------------------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  display: flex;
  color: #222222;
  font-size: 1rem;
  font-family: 'Rozha One', serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  min-height: 100vh; }

a {
  color: #000000;
  text-decoration: none; }
  a:visited {
    color: black; }
  a:hover {
    color: black; }
  a:active {
    color: #0d0d0d; }

/* Align
------------------------------------------------------------*/
.text-center {
  text-align: center; }

/* Layout
------------------------------------------------------------*/
.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.margin-bottom-10px {
  margin-bottom: 10px; }

.margin-bottom-15px {
  margin-bottom: 15px; }

.margin-bottom-20px {
  margin-bottom: 20px; }

.margin-bottom-50px {
  margin-bottom: 50px; }

/* Font
------------------------------------------------------------*/
.uppercase {
  text-transform: uppercase; }

/* Aside
------------------------------------------------------------*/
.aside {
  height: 100vh;
  display: flex;
  flex-direction: column;
  width: 33.3%;
  position: fixed; }

.aside_contents {
  margin: auto;
  padding-left: 15px; }

.aside_title {
  font-size: 175%;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px; }

.aside_list {
  list-style: none; }

.aside_menu {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 20px; }

.aside_footer {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-left: 15px;
  display: none; }

/* Main ------------------------------------------------------------*/
main {
  width: 66.6%;
  margin-left: 33.3%; }

.main_photos img {
  width: 100%;
  vertical-align: bottom; }

.main_title {
  font-size: 150%;
  margin-top: 20px;
  margin-bottom: 20px; }

.main_contents {
  margin-right: 10px;
  margin-left: 10px; }

.main_contents_box {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  margin-bottom: 10px; }

.main_contents_title {
  font-size: 150%; }

.main_contents_title .small_date {
  font-size: 75%; }

.btn_more {
  color: white;
  background-color: black;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center; }

#main_footer {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

/* ar  ------------------------------------------------------------*/
.ar_main {
  height: 100vh; }

.ar_objects model-viewer {
  width: 100%;
  margin-bottom: 20px; }

/* profile  ------------------------------------------------------------*/
.main_profile {
  height: 100vh;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center; }

.profile-sub-title {
  font-size: 125%;
  font-weight: bold; }

.profile_box {
  text-align: left;
  margin-right: 15px; }

/* vehicle  ------------------------------------------------------------*/
.carchvst_title {
  font-size: 125%;
  margin-bottom: 20px; }

@media (min-width: 769px) {
  body {
    font-size: 150%; }

  .aside {
    width: 50%; }

  .aside_title {
    font-size: 200%; }

  .aside_footer {
    font-size: 50%;
    display: block; }

  main {
    width: 50%;
    margin-left: 50%; }

  #main_footer {
    display: none; }

  /* profile  ------------------------------------------------------------*/
  /* motorcycle  ------------------------------------------------------------*/
  .btn_more {
    height: 30px; } }
@media screen and (max-width: 899px) {
  .instagram-media {
    width: 100% !important;
    max-width: 100% !important;
    min-width: initial !important; } }

/*# sourceMappingURL=style.css.map */
