@import url("/css/reset.css");

body {
    font-size: 1em;
    line-height: 1;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html {
  font-size: 62.5%;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}



/* ========== common ========== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: 100%;
  max-width: 100%;
}
video {
  max-width: 100%;
  height: auto;
}
body {
  color: #26292f;
}
a {
  color: #5cb1cd;
}
main {
  margin-top: 61px;
  display: block;
  padding: 0 40px 20px 40px;
  width: 100%;
  position: absolute;
  text-align: center;
}
main.photo, main.align_left {
  text-align: left;
}
div.align_center {
  text-align: center !important;
}
/* ========== typography ========== */
p.p_style01 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 1em 0;
}
p.p_style02 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 1em 0;
  font-weight: bold;
}
p.p_style03 {
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 1em 0;
}
/* p.underconstruction {
  font-size: 2.5rem;
  margin: 6.5em 0 1em 0;
} */
h2.hstyle01 {
  position: relative;
  text-align: center;
  font-weight: normal;
  margin: 0px auto 10px auto;
  font-size: 1.2rem;
  padding: 0 1px;
}
h2.hstyle01:before {
  content: "";
  display: block;
  border-top: solid 1px #000;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 1;
}
h2.hstyle01 span {
  background: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}
h2.hstyle02 {
  position: relative;
  text-align: center;
  font-weight: normal;
  margin: 3em auto 10px auto;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 0 1px;
  background-color: #1e4c7b;
}
h2.hstyle02 span {
  background-color: #1e4c7b;
  color: #FFF;
  padding: 0.5em;
  display: inline-block;
}
h3.hstyle01 {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  margin: 1.5em 0;
}
dl.style01 {
  font-size: 1.3rem;
  line-height: 1.4;
}
dl.style01 dt {
  display: block;
  width: 35%;
  clear: left;
  float: left;
  font-weight: bold;
  padding: 0.2em 0;
}
dl.style01 dd {
  display: block;
  width: 65%;
  float: left;
  padding: 0.2em 0;
}
ul.style01 {
  margin: 1em 0 0 0;
  font-size: 1.2rem;
  line-height: 1.2;
}
ul.style01 li {
  margin-left: 15px;
  padding: 0.2em 0;
}
/* ========== layout ========== */
div.wrap_medium {
  margin: 0 auto;
  max-width: 350px;
}
div.wrap_large {
  margin: 0 auto;
  max-width: 800px;
}
/* ========== header ========== */
header {
  position: fixed;
  width: 100%;
  text-align: center;
  padding: 25px 0;
  background-color: #FFF;
  z-index: 10;
}
h1 a {
  background-image: url(/img/logo.svg);
  background-repeat: no-repeat;
  width: 131px;
  height: 34px;
  background-size: contain;
  text-indent: -9999px;
  position: absolute;
  top: 15px;
  left: 40px;
}
nav li {
  display: inline;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
nav li a {
  padding: 0.85em;
  color: #26292f;
  text-decoration: none;
}
ul.nav_other {
  position: absolute;
  right: 40px;
  top: 17px;
}
nav li.instagram {
  font-size: 2rem;
}
nav li.instagram a {
  padding: 0 0 5px 5px;
}
nav li.instagram i {
  position: relative;
  top: 3px;
}

/* ========== footer ========== */
footer {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  position: fixed;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}

/* ========== top ========== */
figure#kv {
  display: block;
  max-width: 940px;
  height: 380px;
  margin: 0 auto;
  background-image: url(/img/kv.jpg);
  background-position: center center;
}
p.name {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.9rem;
  letter-spacing: 1em;
  color: #FFF;
  left: 50%;
  top: 32%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-left: -9px;
}
p.copy_top {
  font-size: 2.7rem;
  margin-top: 60px;
  margin-bottom: 20px;
}
p.copy_top span {
  background-color: #f8f076;
}
div.headline {
  background-color: #1e4c7b;
  max-width: 840px;
  margin: 3em auto;
  color: #FFF;
  font-family: sans-serif;
  font-style: italic;
  line-height: 1.4;
  padding: 3em 0.5em;
}
div.headline h2 {
  font-size: 3rem;
}
div.headline span {
  white-space: nowrap;
}
div.headline h3 {
  font-size: 4.5rem;
}

/* ========== Work / Snapshot / Puppet ========== */
main.photo img {
  width: 16.6666%;
  float: left;
  padding: 1px;
}
.featherlight .featherlight-content {
  background: transparent;
}
.featherlight .featherlight-close-icon {
  color: #FFF;
  background-color: #000;
}
html.with-featherlight main.photo/*, html.with-featherlight header, html.with-featherlight footer*/ {
  -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
.featherlight:last-of-type {
  background: rgba(109, 154, 170, .4);
  background:transparent;
}
html.with-featherlight header {
  background-color: transparent;
}

/* ========== Profile ========== */
div.wrap_profile {
  max-width: 300px;
  margin: 0 auto;
}

/* ========== Plan ========== */
div.torso {
  margin-top: 4em;
}
ul.torso_list li {
  float: left;
  width: 31.333%;
  margin: 1%;
  list-style-type: none;
  font-size: 1.3rem;
  line-height: 1.4;
}
ul.torso_list li.double {
  width: 64.666%
}
/* ul.torso_list span {
  position: relative;
  font-size: 15px;
  line-height: 1;
  padding: 3px 6px;
  display: inline-block;
  background-color: #000;
  color: #FFF;
  top: -21px;
} */
ul.torso_list span {
  position: absolute;
  z-index: 1;
  font-size: 15px;
  line-height: 1;
  padding: 3px 6px;
  display: inline-block;
  background-color: #000;
  color: #FFF;
}
ul.torso_list p {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
ul.sample_list {
  margin: 1.5em 0;
}
ul.sample_list li {
  float: left;
  width: 24%;
  margin: 0.5%;
  list-style-type: none;
}
a.btn_order {
  background-color: #5cb1cd;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: sans-serif;
  border-radius: 5px;
  padding: 1em;
  margin: 3em auto 2em auto;
  display: block;
  max-width: 300px;
  text-align: center;
  border: 1px solid #EFEFEF;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
a.btn_order:hover {
  background-color: #075faa;
}




/* ================================================================
   Helper classes
   ================================================================ */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
