@charset "UTF-8";
/* 
    html5doctor.com Reset Stylesheet
    v1.6.1
    Last Updated: 2010-09-17
    Author: Richard Clark - http://richclarkdesign.com 
    Twitter: @rich_clark
    */
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:300,700);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

input, select {
  vertical-align: middle;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Noto Sans Japanese", "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.cf:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button, input, select, textarea {
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

.layout-inline-wrap {
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.layout-inline {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

html {
  font-size: 62.5%;
}

body {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
  opacity: 0;
  background: #000;
  width: 100%;
  min-width: 980px;
  color: #cccccc;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  letter-spacing: 0.08em;
}

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

iframe {
  max-width: 100%;
}

a {
  color: #cccccc;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  position: relative;
  margin: 0 auto;
  width: 980px;
}

header h1 {
  margin: 0 auto;
  padding: 250px 0 150px;
  width: 550px;
}

.artist {
  margin: 0 auto;
  padding: 0px 0 150px;
  width: 880px;
}

.artist h2 {
  position: relative;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: .75em;
  text-align: center;
}

.artist ul {
  letter-spacing: -0.04em;
  text-align: center;
}

.artist ul li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 30px;
  margin-left: 33px;
  width: 305px;
  letter-spacing: normal;
}

.artist ul li .img {
  display: block;
  position: relative;
  margin-bottom: 15px;
  border: solid 1px #fff;
  overflow: hidden;
}

.artist ul li .img img {
  display: block;
  height: auto;
}

.artist ul li .img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.artist ul li .txtArea {
  position: relative;
  text-align: left;
}

.artist ul li .txtArea .artist_name {
  position: relative;
}

.artist ul li .txtArea .artist_name h3 a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .05em;
}

.artist ul li .txtArea ul.sns {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
  text-align: left;
}

.artist ul li .txtArea ul.sns li {
  margin-left: 10px;
  width: 20px;
}

.artist ul li .txtArea ul.sns li:nth-child(3n+1) {
  margin-left: 10px;
}

.artist ul li .txtArea ul.sns li:nth-child(4n+1) {
  margin-left: 0px;
}

footer {
  position: relative;
  padding: 30px 0;
  color: #fff;
}

footer .footer-inner {
  margin: 0 auto;
  width: 980px;
  height: 20px;
}

footer .footer-inner .footer-inner__sns,
footer .footer-inner .footer-inner__copy {
  display: inline-block;
  vertical-align: middle;
}

footer .footer-inner .footer-inner__sns {
  float: left;
  width: 50%;
  text-align: left;
}

footer .footer-inner .footer-inner__sns li {
  display: inline-block;
  margin-right: 20px;
  line-height: 0;
}

footer .footer-inner .footer-inner__sns li:last-child {
  margin-right: 0;
}

footer .footer-inner .footer-inner__sns li a {
  display: inherit;
}

footer .footer-inner .footer-inner__sns li a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 20px;
  height: auto;
}

footer .footer-inner .footer-inner__copy {
  float: right;
  width: 50%;
  text-align: right;
}

footer .footer-inner .footer-inner__copy small {
  font-size: 12px;
  font-size: 1.2rem;
}

footer .footer-totop {
  position: absolute;
  right: 40px;
  bottom: 50px;
}

footer .footer-totop:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  background: #db9f64;
  width: 100%;
  height: auto;
  color: #fff;
}

nav .nav-inner {
  margin: 0 auto;
  width: 980px;
}

nav .nav-inner .nav-inner__list {
  border-bottom: 1px dotted #fff;
  padding: 40px 0 0;
}

nav .nav-inner .nav-inner__list li {
  display: inline-block;
  margin-right: 47.5px;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 0.5em;
}

nav .nav-inner .nav-inner__list li:last-child {
  margin-right: 0;
}

nav .nav-inner .nav-inner__list li:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

nav .nav-inner .nav-inner__sns {
  padding: 30px 0;
}

nav .nav-inner .nav-inner__sns li {
  display: inline-block;
  margin-right: 20px;
  line-height: 0;
}

nav .nav-inner .nav-inner__sns li:last-child {
  margin-right: 0;
}

nav .nav-inner .nav-inner__sns li a {
  display: inherit;
}

nav .nav-inner .nav-inner__sns li a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 20px;
  height: auto;
}

.menu {
  position: fixed;
  top: 40px;
  right: 40px;
  cursor: pointer;
  height: auto;
  line-height: 0;
}

.menu .menu-trigger,
.menu .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu .menu-trigger {
  position: relative;
  width: 40px;
  height: 30px;
}

.menu .menu-trigger span {
  position: absolute;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu .menu-trigger span:nth-of-type(2) {
  top: 15px;
}

.menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu .menu-trigger:not(.open):hover span:nth-of-type(2) {
  width: 70%;
}

.menu .menu-trigger:not(.open):hover span:nth-of-type(3) {
  width: 35%;
}

.menu .menu-trigger.open span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-35deg);
  transform: translateY(15px) rotate(-35deg);
}

.menu .menu-trigger.open span:nth-of-type(2) {
  opacity: 0;
}

.menu .menu-trigger.open span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(35deg);
  transform: translateY(-15px) rotate(35deg);
}

.option {
  margin: 0 auto;
  padding: 120px 0 150px;
  width: 69%;
  max-width: 950px;
  height: auto;
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
  text-align: center;
}

.option .option__cap {
  overflow: hidden;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: 0.15em;
  text-align: center;
}

.option .option__cap .cap-adjust {
  position: relative;
  opacity: 0;
  background: #000;
  padding: 0 0.5em;
}

.option .option__cap .cap-adjust:before, .option .option__cap .cap-adjust:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  opacity: 0;
  background: #a0a0a0;
  width: 0;
  height: 1px;
  content: "";
}

.option .option__cap .cap-adjust:before {
  right: 100%;
}

.option .option__cap .cap-adjust:after {
  left: 100%;
}

.option .option__contents {
  padding: 50px 0;
}

.option .option__contents .option__contents-line {
  opacity: 0;
  margin: 0 auto 45px;
  width: 100%;
  max-width: 480px;
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
  text-align: center;
}

.option .option__contents .option__contents-line .line-btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
  width: 42%;
  max-width: 200px;
}

.option .option__contents .option__contents-line .line-qr {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  max-width: 122px;
}

.option .option__contents .option__contents-link {
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
  text-align: center;
}

.option .option__contents .option__contents-link .option__contents-link_suchmos,
.option .option__contents .option__contents-link .option__contents-link_fcls {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
}

.option .option__contents .option__contents-link .option__contents-link_suchmos dt,
.option .option__contents .option__contents-link .option__contents-link_fcls dt {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 60px;
}

.option .option__contents .option__contents-link .option__contents-link_suchmos dt:after,
.option .option__contents .option__contents-link .option__contents-link_fcls dt:after {
  position: absolute;
  right: -45px;
  right: -4.5rem;
  bottom: 0;
  background: #a0a0a0;
  width: 30px;
  height: 1px;
  content: "";
}

.option .option__contents .option__contents-link .option__contents-link_suchmos dd,
.option .option__contents .option__contents-link .option__contents-link_fcls dd {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.option .option__contents .option__contents-link .option__contents-link_suchmos dd:last-child,
.option .option__contents .option__contents-link .option__contents-link_fcls dd:last-child {
  margin-right: 0;
}

.option .option__contents .option__contents-link .option__contents-link_suchmos {
  margin-right: 60px;
}

.option .option__contents .option__contents-link .option__contents-link_fcls dt:after {
  bottom: -2px;
}

.option .option__bottom .bottom-adjust {
  position: relative;
}

.option .option__bottom .bottom-adjust:before, .option .option__bottom .bottom-adjust:after {
  display: inline-block;
  top: 0;
  opacity: 0;
  background: #a0a0a0;
  width: 0;
  height: 1px;
  content: "";
}

.option .option__bottom .bottom-adjust:before {
  right: 100%;
}

.option .option__bottom .bottom-adjust:after {
  left: 100%;
}

.option.is-active .option__cap .cap-adjust {
  opacity: 1;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.option.is-active .option__cap .cap-adjust:before, .option.is-active .option__cap .cap-adjust:after {
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  width: 130%;
}

.option.is-active .option__contents .option__contents-line {
  opacity: 1;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.option.is-active .option__contents .option__contents-link .option__contents-link_suchmos {
  opacity: 1;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.option.is-active .option__contents .option__contents-link .option__contents-link_fcls {
  opacity: 1;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.option.is-active .option__bottom .bottom-adjust:before, .option.is-active .option__bottom .bottom-adjust:after {
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  width: 50%;
}

@media screen and (max-width: 768px){
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  body {
    width: 100%;
    min-width: 320px;
    max-width: 768px;
  }
  iframe {
    height: auto;
  }
  a:hover {
    opacity: 1;
  }
  header {
    width: 100%;
  }
  header h1 {
    padding: 100px 0 0;
    width: 55%;
  }
  header h1 span {
    font-size: 1.6rem;
  }
  header h1 span img {
    max-width: 30%;
  }
  .artist {
    margin: 0 auto;
    padding: 88px 0 200px;
    width: 60%;
  }
  .artist h2 {
    position: relative;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: .7em;
    text-align: center;
  }
  .artist ul {
    letter-spacing: -0.04em;
    text-align: center;
  }
  .artist ul li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 auto 50px;
    width: 100%;
    letter-spacing: normal;
  }
  .artist ul li:nth-child(3n+1) {
    margin: 0 auto 50px;
  }
  .artist ul li:last-child {
    margin-bottom: 0;
  }
  .artist ul li .img {
    margin-bottom: 15px;
    border: solid 1px #fff;
  }
  .artist ul li .img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .artist ul li .txtArea {
    position: relative;
    text-align: left;
  }
  .artist ul li .txtArea .artist_name {
    position: relative;
  }
  .artist ul li .txtArea .artist_name h3 a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .05em;
  }
  .artist ul li .txtArea ul.sns {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .artist ul li .txtArea ul.sns li {
    margin-left: 8px;
    width: 20px;
  }
  .artist ul li .txtArea ul.sns li:nth-child(3n+1) {
    margin-left: 10px;
  }
  .artist ul li .txtArea ul.sns li:nth-child(4n+1) {
    margin-left: 0px;
  }
  footer {
    padding: 0;
  }
  footer .footer-inner {
    width: 90%;
    height: 125px;
  }
  footer .footer-inner .footer-inner__sns,
  footer .footer-inner .footer-inner__copy {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer .footer-inner .footer-inner__sns {
    border-bottom: 1px dotted #fff;
    padding: 20px 0 10px;
  }
  footer .footer-inner .footer-inner__sns li {
    margin-right: 30px;
  }
  footer .footer-inner .footer-inner__sns li a img {
    width: 30px;
  }
  footer .footer-inner .footer-inner__copy {
    padding: 15px 0 0;
  }
  footer .footer-inner .footer-inner__copy small {
    font-size: 0.8rem;
  }
  footer .footer-totop {
    right: 20px;
    bottom: 80px;
    width: 7.5%;
  }
  nav {
    height: 100%;
  }
  nav .nav-inner {
    width: 90%;
  }
  nav .nav-inner .nav-inner__list {
    padding: 100px 0 37.5px;
    text-align: center;
  }
  nav .nav-inner .nav-inner__list li {
    display: block;
    margin-right: 0;
    margin-bottom: 35px;
    margin-left: 0 !important;
  }
  nav .nav-inner .nav-inner__sns {
    padding: 15px 0;
    text-align: center;
  }
  nav .nav-inner .nav-inner__sns li {
    margin-right: 30px;
  }
  nav .nav-inner .nav-inner__sns li a img {
    width: 30px;
  }
  .menu {
    top: 20px;
    right: 20px;
  }
  .menu-trigger:not(.open) span:nth-of-type(2) {
    width: 70%;
  }
  .menu-trigger:not(.open) span:nth-of-type(3) {
    width: 35%;
  }
  .option {
    margin: 0 auto;
    padding: 60px 0 75px;
    width: 86%;
    max-width: 100%;
  }
  .option .option__cap {
    font-size: 1.6rem;
  }
  .option .option__contents {
    padding: 30px 0;
  }
  .option .option__contents .option__contents-line {
    margin: 0 auto 30px;
    width: 57.5%;
    max-width: 100%;
  }
  .option .option__contents .option__contents-line .line-btn {
    display: block;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .option .option__contents .option__contents-line .line-qr {
    display: none;
  }
  .option .option__contents .option__contents-link .option__contents-link_suchmos {
    margin-right: 0;
  }
  .option.is-active .option__contents .option__contents-line {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .option.is-active .option__contents .option__contents-link .option__contents-link_suchmos {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .option.is-active .option__contents .option__contents-link .option__contents-link_fcls {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
}

@media all and (-ms-high-contrast: none){
  .option .option__cap {
    line-height: 1.4em;
  }
}

@media screen and (max-width: 980px){
  article .option .option__contents .option__contents-link .option__contents-link_suchmos,
  article .option .option__contents .option__contents-link .option__contents-link_fcls {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 480px;
  }
}
