@charset "utf-8";

/* Basic Style
-------------------- */
html { font-size: 62.5%; }
body {
  position: relative;

  font-family: 'Oswald',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  color: #444;
  margin: 0;
  padding: 0;
}
html,body {
  height: 100%;
}
img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.def {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}
ol.def {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
#sidr-right {
  display: none;
}
section .far, section .fas {
  margin-right: 5px;
}

/* Link
-------------------- */
a,
a img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
a:link {
  text-decoration: none;
  color: #993333;
}
a:visited {
  text-decoration: none;
  color: #993333;
}
a:hover {
  text-decoration: none;
  color: #999;
}
a:hover img {
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.backnav a:link,
.backnav a:visited {
  color: #444;
}


#mobile-header a:link {
  text-decoration: none;
  color: #111;
}
#mobile-header a:visited {
  text-decoration: none;
  color: #111;
}
#mobile-header a:hover {
  text-decoration: none;
  color: #999;
}


/* common
-------------------- */
header {
  position: fixed;
  width: 100%;
  margin: auto;
  z-index: 9999;
  background: rgba(255,255,255,0.1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.scrollhead {
  background-color: rgba(255,255,255,0.9);
}
.section {
  text-align: left;
  margin: 0 auto;
}
.section.textcenter,
.textcenter {
  text-align: center;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-block {
  display: block;
}
.sp-block {
  display: none;
}
.btnblock .btn {
  display: inline-block;
  min-width: 240px;
  text-align: center;
  background-color: #df4646;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}


/* header
-------------------- */
#header {
  text-align: left;
  margin: 0 auto;
}
#logo {
  margin: 0 0 0 20px;
}
#logo img {
  width: 86px;
  height: auto;
}
#logo span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
#logo a:link,
#logo a:visited {
  color: #444;
}


/* nav
-------------------- */
nav>p {
  font-size: 1.2rem;
  margin-right: 50px;
}
nav ul>li {
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
nav a:link,
nav a:visited,
nav a:active {
  position: relative;
  text-decoration: none;
}
nav li.current a,
nav li a:hover {
  color: #fff;
}
.scrollhead nav a:link,
.scrollhead nav a:visited,
.scrollhead nav a:active {
  position: relative;
/*  color: #111;*/
  text-decoration: none;
}

/* mobile
-------------------- */
.smenu {
  font-size: 1.0rem;
  line-height: 1.0;
}
.smenu.icon-menu::before {
  font-family: "remixicon";
  content: "\EF3E";
  font-size: 2.4rem;
}
.sidr-open .smenu.icon-menu::before {
  font-family: "remixicon";
  content: "\EB99";
  font-size: 2.4rem;
}
.closebtn {
  display: block;
  font-size: 1.8rem;
  color: #fff !important;
  text-align: right;
  padding: 3%;
}
#mobile-header {
  margin: 0.75% 0;
}
#mobile-header {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 1000;
}


#logo img {
  width: 50px;
}
#logo span {
  font-size: 1.8rem;
  line-height: 1.0;
}




#sidr-right.sidr {
  background: #111;
  box-shadow: 0 0 5px 5px #000 inset;
}
#sidr-right.sidr ul li {
  border-top: 1px solid #333;
  border-bottom: 1px solid #000;
}
#sidr-right.sidr ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #333;
}

/* top
-------------------- */
#main {
  width: 1200px;
  margin: auto;
  padding-top: 60px;
  box-sizing: border-box;
}



/* contents
-------------------- */
.work.flex {
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 25%;
}
.work>.item {
  width: 33.3333%;
  line-height: 1.2;
  padding: 20px 20px 20px 1px;
  box-sizing: border-box;
}
.detail.flex {
  justify-content: start;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-left: 25%;
}
.detail>.item {
  width: 33.3333%;
  line-height: 1.2;
  padding: 20px 20px 20px 1px;
  box-sizing: border-box;
}
.detail>.item:nth-of-type(2) {
  width: 66.6666%;
  line-height: 1.2;
  padding: 20px 60px 20px 1px;
  box-sizing: border-box;
}
.profile.flex {
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 25%;
}
.profile>.item {
  width: 33.3333%;
  line-height: 1.2;
  padding: 20px 20px 20px 1px;
  box-sizing: border-box;
}
.profile .img {
  width: 180px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
}
.profile .name {
  font-weight: 600;
}
.profile .name>span {
  display: block;
  font-size: 2.4rem;
}
.profile p {
  font-size: 1.2rem;
}

.item>h2,
.item>span,
.item>.descript {
  padding: 0 10px;
}
.item>.title {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
}
.item>.date {
  display: block;
  font-size: 1.2rem;
}
.detail .item>.title {
  font-size: 2.4rem;
}
.detail .item>.date {
  font-size: 1.6rem;
}
.item>.name {
  display: block;
  font-size: 1.4rem;
}
.item>.descript {
  font-size: 1.2rem;
}

.backnav {
  position: absolute;
  left: 20px;
  bottom: 10%;
}
.backnav>a {
  display: inline-block;
  font-size: 1.4rem;
  background-color: #e4e4e4;
  padding: 5px 40px;
  border-radius: 5px;
}


/* backto
-------------------- */
#backto {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  background: #000;
  z-index: 1000;
}
#backto .top {
  display: block;
  font-size: 2.4rem;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#backto .top:hover {
  color: #fff;
  background-color: #111;
}


/* footer
-------------------- */
footer {
  padding: 20px 0;
}
#copyright {
  font-size: 1.2rem;
  text-align: right;
  color: #666;
  margin: 0;
  padding-right: 100px;
}
.line:nth-of-type(1),
.line:nth-of-type(1)::before,
.line:nth-of-type(1)::after,
.line:nth-of-type(2)::before,
.line:nth-of-type(2)::after  {
  position: fixed;
  content: '';
  top: 0;
  border-left: 1px solid #eee;
  height: 100%;
  z-index: -1;
}
footer .line:nth-of-type(1) {
  left: calc((100% / 2) - 300px);
}
footer .line:nth-of-type(1)::before {
  left: calc(100% / 2);
}
footer .line:nth-of-type(1)::after {
  left: calc((100% / 2) + 300px);
}
footer .line:nth-of-type(2)::before {
  left: calc((100% / 2) - 600px);
}
footer .line:nth-of-type(2)::after {
  left: calc((100% / 2) + 600px);
}


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


.frame {
  position: relative;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.3);
}
.workitem {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  border: solid 2px;
  border-color:rgba(0,0,0,.4) rgba(200,200,200,.8) rgba(200,200,200,.8) rgba(0,0,0,.4);
}
.workitem.big {
  border: solid 4px;
  border-color:rgba(0,0,0,.4) rgba(200,200,200,.8) rgba(200,200,200,.8) rgba(0,0,0,.4);
}