@charset "UTF-8";
/*
Theme Name: ""
Description:""
Theme URI: www/
Author: MS
Author URI: www/
Version: 1
*/
@import "reset.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap");
a {
  color: #1a0dab;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:link, a:visited {
  color: #660099;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a.non-hover:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.sp_only_inline {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

body {
  margin: 0;
  padding: 0px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  color: #eee;
  background-color: #ffffff;
  font-feature-settings: "pkna";
  letter-spacing: 0.1em;
  background-color: #000;
  position: relative;
}
body.lnag_cn {
  font-family: "Noto Sans SC", sans-serif;
}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
/*-------------------------------------------------
	++ NAV
-------------------------------------------------*/
/*-------------------------------------------------
	++ HOME
-------------------------------------------------*/
/*-------------------------------------------------
	++ CONTENT BASE
-------------------------------------------------*/
#logo {
  position: absolute;
  left: 20px;
  top: 20px;
}
#logo a.link_top {
  display: block;
  background: url(../img/logo_kageyama_wh.svg) no-repeat 0% 50%;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 240px;
  height: 46px;
  margin: 0 0 4px 0;
}

#lang {
  position: absolute;
  right: 20px;
  top: 20px;
}
#lang span.current {
  border: solid 1px #eee;
  display: inline-block;
  width: 50px;
  text-align: center;
  padding: 16px 0;
  float: left;
  position: relative;
  background-color: #eee;
  color: #000;
}
#lang span.current.lang_jp {
  margin-right: -1px;
}
#lang a {
  border: solid 1px #ddd;
  display: inline-block;
  width: 50px;
  text-align: center;
  color: #eee;
  padding: 16px 0;
  position: relative;
  float: left;
  z-index: 2;
}
#lang a:hover, #lang a:focus, #lang a:active {
  text-decoration: none;
  color: #5EA0C3;
}

#content {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 100px 0;
  width: 1000px;
}
#content .profile {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
#content .profile .profile_text {
  order: 1;
  width: 520px;
  text-align: left;
}
#content .profile .profile_text .post {
  display: block;
  text-align: center;
  margin-top: 12px;
}
#content .profile .profile_text .post strong {
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 1em;
  margin-bottom: 20px;
  display: inline-block;
  padding-left: 1em;
}
#content .profile .profile_text .name {
  display: block;
  text-align: center;
}
#content .profile .profile_text .name h1 {
  font-size: 40px;
  font-weight: 100;
  line-height: 100%;
  letter-spacing: 0.75em;
  margin-bottom: 20px;
  display: inline-block;
  padding-left: 0.75em;
}
#content .profile .profile_text h2 {
  display: block;
  text-align: center;
}
#content .profile .profile_text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 240%;
  letter-spacing: 0.1em;
  margin-top: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lnag_cn #content .profile .profile_text p {
  letter-spacing: 0.03em;
  line-height: 225%;
}

#content .profile .profile_pic {
  order: 2;
  width: 440px;
}
#content .work {
  margin-top: 80px;
}
#content .work .work01, #content .work .work02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#content .work .work01 img, #content .work .work02 img {
  margin-bottom: 12px;
}
#content .bnr {
  margin-top: 60px;
}
#content .bnr .btn_outer {
  position: relative;
}
#content .bnr .btn_outer p {
  margin-bottom: 20px;
  line-height: 160%;
}
#content .bnr .btn {
  display: inline-block;
  width: 480px;
  padding: 8px 0;
}

/*-------------------------------------------------
	++ COMMON
-------------------------------------------------*/
/*  Loading
--------------------------------------- */
#page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 100000;
}
#page-loader .loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgb(255, 255, 255);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn {
  border: 1px solid #ddd;
  padding: 0px;
  position: relative;
}

/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
  background-color: #3498db;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

/* 左上へ配置 */
.change-border01::after {
  width: 0px;
  height: 1px;
  top: -1px;
  left: -1px;
}

/* 右下へ配置 */
.change-border01::before {
  width: 0px;
  height: 1px;
  right: -1px;
  bottom: -1px;
}

/* 左下へ配置 */
.change-border01__inner::after {
  width: 1px;
  height: 0px;
  left: -1px;
  bottom: -1px;
}

/* 右上へ配置 */
.change-border01__inner::before {
  width: 1px;
  height: 0px;
  top: -1px;
  right: -1px;
}

/* hover */
.change-border01:hover::after,
.change-border01:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}

.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
  height: 100%;
  height: calc(100% + 1px);
}

/*-------------------------------------------------
	++ CONTENTS
-------------------------------------------------*/
/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
footer {
  position: fixed;
  left: 10px;
  top: 0;
  width: 1em;
  height: 100%;
  color: #eee;
  font-size: 13px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: 0.4em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  white-space: nowrap;
}

#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
  .pc_only_inline {
    display: none;
  }
  #lang {
    font-size: 12px;
  }
  #lang span.current,
  #lang a {
    width: 40px;
    padding: 11px 0;
  }
  #content {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 20px;
  }
  #content .profile {
    flex-direction: column;
    margin-top: 0;
  }
  #content .profile .profile_text {
    order: 2;
    width: 100%;
  }
  #content .profile .profile_text .post strong {
    font-size: 13px;
    font-weight: 300;
  }
  #content .profile .profile_text .name h1 {
    font-size: 24px;
    font-weight: 300;
  }
  #content .profile .profile_text h2 img {
    width: 80%;
    max-width: 224px;
  }
  #content .profile .profile_text p {
    width: 84%;
    margin: 40px auto 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 200%;
    letter-spacing: 0;
    letter-spacing: 0.07em;
  }
  .lnag_cn #content .profile .profile_text p {
    line-height: 200%;
  }
  #content .profile .profile_pic {
    order: 1;
    width: 84%;
    margin: 40px auto 20px;
  }
  #content .profile .profile_pic img {
    width: 100%;
    max-width: 220px;
  }
  #content .work {
    width: 84%;
    margin: 0px auto;
  }
  #content .work .work01 img {
    width: 24%;
    height: auto;
    margin-bottom: 1%;
  }
  #content .work .work02 img {
    width: 15%;
    height: auto;
    margin-bottom: 1%;
  }
  #content .bnr {
    width: 84%;
    margin: 40px auto 0;
  }
  #content .bnr .btn {
    width: 100%;
    padding: 4px 20px;
  }
  #content .bnr .btn img {
    width: 100%;
  }
  footer {
    position: static;
    writing-mode: inherit;
    width: 100%;
    left: 0;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 300;
  }
}
@media print {
  #pageTop {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
