/**
 * default.css
 * updatedAt: 2018.03.02
 */

/*========================================

  Reset

========================================*/
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p {margin:0;}
header,footer,nav,main,aside,article,section{display:block}



/*========================================

  override .s5-returnToTop

========================================*/
.s5-returnToTop {
  margin: 0;
}


/*========================================

  html

========================================*/
@media(max-width: 960px) {
  html { font-size: 93.8%; }
}
@media(max-width: 768px) {
  html { font-size: 87.5%; }
}
@media(max-width: 480px) {
  html { font-size: 81.3%; }
}
@media(max-width: 360px) {
  html { font-size: 75%; }
}

/*========================================

  body

========================================*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: sans-serif;
  font-feature-settings : 'palt' 1;
  color: #333;
  background: #141414;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

.isIE body {
  font-family: '\30E1\30A4\30EA\30AA',Meiryo,sans-serif;
}



/*========================================

  Anchor Text

========================================*/
a {
  color: #5787f4;
  text-decoration: underline;
}
a:hover {
  color: #5787f4;
  text-decoration: none;
}
a.mod__arrow:before {
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin: 0 5px 0 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #5787f4;
  content: '';
}



/*========================================

  Break Set

========================================*/
.b36 { display: none; }
.b48 { display: none; }
.b64 { display: none; }
.b96 { display: none; }
.nb96 { display: block; }

@media(max-width:1080px) {
  .b96 { display: block; }
  .nb96 { display: none; }
}
@media(max-width:640px) {
  .b64 { display: block; }
  .nb64 { display: none; }
}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
}
@media(max-width:359px) {
  .b36 { display: block; }
  .nb36 { display: none; }
}



/*========================================

  .mod

========================================*/
/*----------------------------------------
  .mod__txt
----------------------------------------*/
.mod__txt {
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2.0;
  color: #fff;
}
.mod__txt + .mod__txt {
  margin-top: 25px;
}

@media(max-width: 640px) {
  .mod__txt {
    line-height: 1.8;
  }
}


/*----------------------------------------
  .mod__txt
----------------------------------------*/
.mod__serif {
  font-family: 'Yu Mincho',YuMincho,'\6E38\660E\671D',
    'HGS\660E\671DE','HGP\660E\671DE','HG\660E\671DE',serif;
}


/*----------------------------------------
  .mod__img
----------------------------------------*/
.mod__img {
  line-height: 0;
}
.mod__img img {
  vertical-align: top;
  width: 100%;
  height: auto;
}


/*----------------------------------------
  .mod__wrapper
----------------------------------------*/
.mod__wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.mod__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 950px;
  width: 93.75%;
}
.mod__wrapper:after,
.mod__inner:after,
.mod__clearfix:after {
  clear: both;
  display: block;
  content: '';
}

@media(max-width:640px) {
  .mod__wrapper,
  .mod__inner {
    width: 90.625%;
  }
}
#Gmaster .mod__inner:first-of-type {
  margin-bottom: 75px;
}
@media(max-width:640px) {
  #Gmaster .mod__inner:first-of-type {
	  margin-bottom: 50px;
	}
}

/*----------------------------------------
  .mod__hover
----------------------------------------*/
.mod__hover,
a.mod__hover {
  display: inline-block;
  transition: opacity 0.2s;
}
.mod__hover:hover,
a.mod__hover:hover {
  opacity: 0.8;
}


/*----------------------------------------
  .mod__btn
----------------------------------------*/
.mod__btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 13px 30px 12px 35px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background-color: #5788ef;
  transition: background-color 0.25s !important;
}
.mod__btn:hover {
  background-color: #3263c9;
}
.mod__btn--cafe {
  background-color: #666;
}
.mod__btn--cafe:hover {
  background-color: #444;
}
.mod__btn--detail {
  background-color: #0fc594;
}
.mod__btn--detail:hover {
  background-color: #0e9d76;
}
.mod__btn:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -3.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
  content: '';
}

@media(max-width:640px) {
  .mod__btn {
    padding: 13px 20px 12px 25px;
  }
  .mod__btn:before {
    left: 15px;
  }
}


/*========================================

  #Ques

========================================*/
#Ques {
  padding: 60px 0 47px;
  background: #fafafa;
}
.ques__ttl {
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #333333;
}
.ques__txt {
  margin: 20px 0 30px;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: center;
}
.ques__btn {
  display: block !important;
  text-align: center;
  padding: 18px 0;
  background: #5787e4;
  font-size: 175%;
  font-weight: 400;
  line-height: 1.0;
  color: #fff !important;
  text-decoration: none;
}

@media(max-width:640px) {
  #Ques {
    padding: 40px 0 40px;
    background-size: auto 100%;
  }
  .ques__ttl {
    font-size: 2.250rem;
  }
  .ques__txt {
    margin: 10px 0 20px;
    font-size: 1.0rem;
  }
  .ques__btn {
    font-size: 100%;
    font-weight: 700;
  }
}



/*========================================

  .footer

========================================*/
.footer {
  overflow: hidden;
  padding: 38px 0;
  background: #ffffff;
}
.footer small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.0;
  color: #b0b0b0;
}

@media(max-width:480px) {
  .footer {
    text-align: center;
  }
}


/*========================================

  .anybox__outer

========================================*/
.anybox__outer {
  overflow: hidden;
  position: fixed;
  text-align: center;
  z-index: 2010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-property: opacity;
  transition-timing-function: ease;
}
.anybox__outer:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}


/*========================================

  .anybox__wrap

========================================*/
.anybox__wrap {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  z-index: 2020;
  margin: 0px auto;
  max-width: 100%;
}


/*========================================

  .anybox__content

========================================*/
.anybox__content {
  position: relative;
}


/*========================================

  .anybox__loading

========================================*/
.anybox__loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-image: url(../img/anybox/loading@2x.gif);
  background-repeat: no-repeat;
  background-size: 100% auto;
}


/*========================================

  .anybox-backdrop

========================================*/
.anybox__backdrop {
  overflow: hidden;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: inherit;
  transition-property: opacity;
  transition-timing-function: ease;
}


/*========================================

  .anybox-image

========================================*/
.anybox__imageWrap {
  position: relative;
  -webkit-animation: anybox--direction_enter 0.4s;
  animation: anybox--direction_enter 0.4s;
}
.anybox--direction_next .anybox__imageWrap {
  -webkit-animation: anybox--direction_next 0.4s;
  animation: anybox--direction_next 0.4s;
}
.anybox--direction_prev .anybox__imageWrap {
  -webkit-animation: anybox--direction_prev 0.4s;
  animation: anybox--direction_prev 0.4s;
}
.anybox__imageInner {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  line-height: 0;
}
.anybox__imageInner:after {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 0;
  box-shadow: 0 0.2em 1em rgba(0,0,0,0.6);
  content: '';
}
.anybox__imageItem {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0 0;
  max-width: 100%;
  width: auto;
  height: auto;
}
.anybox__imageCaption {
  display: block;
  overflow: hidden;
  text-align: right;
  margin-top: 10px;
  max-width: 100%;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}
.anybox__imageBlank {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*========================================

  .anybox-close

========================================*/
.anybox__close {
  position: absolute;
  cursor: pointer;
  z-index: 2030;
  top: -20px;
  right: -10px;
  width: 40px;
  height: 40px;
  background-image: url(../img/anybox/icn_close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.anybox--state_loading .anybox__close {
  display: none;
}
.anybox__close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.anybox__close:hover {
  opacity: 0.5;
}
.anybox__close:active {
  opacity: 0.8;
}


/*========================================

  .anybox-arrows

========================================*/
.anybox__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.anybox--state_loading .anybox__arrows {
  display: none;
}
.anybox__arrow {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 50px;
  max-height: 50px;
  width: 5.2vw;
  height: 5.2vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.anybox__arrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.anybox__arrow:hover {
  opacity: 0.5;
}
.anybox__arrow:active {
  opacity: 0.8;
}
.anybox__arrowPrev {
  left: 0;
  background-image: url(../img/anybox/icn_prev.svg);
}
.anybox__arrowNext {
  right: 0;
  background-image: url(../img/anybox/icn_next.svg);
}

/*========================================

  .anybox-image PROFILE

========================================*/
.anybox__imageWrap.anybox__profile{
  top: 20px;
  max-width: 1030px;
  background-color: #000;
  box-shadow: 0 0 10px #000;
}
.anybox__imageWrap.anybox__profile .anybox__imageInner{
  display: inline-block;
  width: 47.57%;
}
@media (max-width: 640px){
  .anybox__imageWrap.anybox__profile .anybox__imageInner{
    width: 100%;
  }
}
.anybox__imageWrap.anybox__profile .anybox__imageInner__right{
  display: inline-block;
  width: 52.14%;
  padding-top: 5.44%;
  padding-bottom: 5.44%;
  vertical-align: top;
}
@media (max-width: 640px){
  .anybox__imageWrap.anybox__profile .anybox__imageInner__right{
    width: 100%;
    padding: 0 9.12% 5.44%;
  }
}
.anybox__imageWrap.anybox__profile .anybox__imageItem{
  width: 80%;
  padding-top: 11.43%;
  padding-bottom: 11.43%;
}
@media (max-width: 640px){
  .anybox__imageWrap.anybox__profile .anybox__imageItem{
    padding-top: 6.12%;
    padding-bottom: 6.12%;
  }
}
.anybox__imageWrap.anybox__profile .anybox__imageWorkName{
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: lighter;
}
.anybox__imageWrap.anybox__profile .anybox__imageWorker{
  margin-top: 1.49%;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: lighter;
}
.anybox__imageWrap.anybox__profile .anybox__imageCaption{
  margin-top: 5.59%;
  padding-right: 8.38%;
  font-size: 1.125rem;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 640px){
  .anybox__imageWrap.anybox__profile .anybox__imageCaption{
    padding-right: 0;
    line-height: 1.5;
  }
}


/*========================================

  animation

========================================*/
/*----------------------------------------
  anybox--direction_enter
----------------------------------------*/
@-webkit-keyframes anybox--direction_enter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anybox--direction_enter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2em, 0);
    transform: translate3d(0, -2em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*----------------------------------------
  anybox--direction_next
----------------------------------------*/
@-webkit-keyframes anybox--direction_next {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3em,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes anybox--direction_next {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3em,0,0);
    transform: translate3d(3em,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

/*----------------------------------------
  anybox--direction_prev
----------------------------------------*/
@-webkit-keyframes anybox--direction_prev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3em,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes anybox--direction_prev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3em,0,0);
    transform: translate3d(-3em,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
