@charset "UTF-8";
/*
基本セッティングはここに記述します。
*/
/*********************************************************************************
**********************************************************************************
 
   共通

**********************************************************************************
**********************************************************************************/
html {
  overflow-x: hidden;
}

body {
  font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 16px;
  color: #383b3a;
  line-height: 1;
  position: relative;
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}

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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.hidden {
  width: 0;
  height: 0;
  display: none !important;
  overflow: hidden;
}

p, ul, dl, dt, dd {
  margin: 0;
  padding: 0;
}

div#wrapper {
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
}

.margin-top_0 {
  margin-top: 0 !important;
}

.font-crimson {
  font-family: 'Crimson Text', serif;
}

a.underline {
  color: #383b3a;
  text-decoration: underline;
}

a.underline:hover {
  color: #383b3a;
  text-decoration: none;
}

.br_sp {
  display: none;
}

/*
共通項目はここに記述します。
*/
/* ==========================================================================

   グローバルメニュー ※左

   ========================================================================== */
header #nav-left {
  position: absolute;
  top: 50%;
  left: 33px;
  color: #ffffff;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Crimson Text', serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 6px;
}

header #nav-left li {
  display: inline-block;
  margin-top: 30px;
  margin-left: -180px;
}

header #nav-left li:first-child {
  margin-top: 0;
}

header #nav-left li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding-left: 6px;
  margin-right: -6px;
  padding-bottom: 8px;
}

header #nav-left li a span {
  position: absolute;
  width: 22px;
  height: 4px;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  background: url(/common/img/img-nav-left-back.svg) no-repeat 0 0;
  background-size: 100% 100%;
  opacity: 0;
}

header #nav-left li a:hover {
  color: #ac8a37;
}

header #nav-left #works {
  padding-left: 6px;
  margin-top: 22px;
  color: #757575;
}

header #nav-left #team {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 60px;
}

header #nav-left #btn-facebook-sp, header #nav-left #btn-instagram-sp {
  display: none;
}

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

   グローバルメニュー ※上

   ========================================================================== */
#wrapper-nav-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 48px;
}

#wrapper-nav-top ul {
  overflow: hidden;
  display: flex;
}

#wrapper-nav-top ul li {
  margin-top: 15px;
  margin-right: 0px;
}

#wrapper-nav-top ul li:first-child {
  margin-right: auto;
  margin-left: 30px;
}

#wrapper-nav-top ul li ~ li {
  margin-right: 10px;
}

#wrapper-nav-top ul li:last-child {
  margin-right: 30px;
}

#wrapper-nav-top ul li#btn-facebook {
  display: block;
  width: 16px;
}

#wrapper-nav-top ul li#btn-facebook svg {
  width: 16px;
  height: 16px;
  fill: #ac8a37;
}

#wrapper-nav-top ul li#btn-instagram {
  display: block;
  width: 16px;
}

#wrapper-nav-top ul li#btn-instagram svg {
  width: 16px;
  height: 16px;
}

#wrapper-nav-top ul .btn-instagram-01 svg {
  fill: #ac8a37;
}

#wrapper-nav-top ul .btn-instagram-02 svg {
  fill: #959595;
}

#wrapper-nav-top ul li#btn-menu {
  position: relative;
  width: 16px;
  height: 14px;
  /*
         a.hover span:first-child {
            -webkit-transform: translateY(-2px);
            -moz-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
            transform: translateY(-3px);
         }
         a.hover span:nth-child(2) {

         }
         a.hover span:last-child {
            -webkit-transform: translateY(2px);
            -moz-transform: translateY(2px);
            -ms-transform: translateY(2px);
            transform: translateY(2px);
         }
         */
}

#wrapper-nav-top ul li#btn-menu a {
  display: block;
  width: 100%;
  height: 100%;
}

#wrapper-nav-top ul li#btn-menu span {
  position: absolute;
  display: block;
  width: 16px;
  height: 1px;
  background: #ac8a37;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#wrapper-nav-top ul li#btn-menu span:first-child {
  top: 1px;
}

#wrapper-nav-top ul li#btn-menu span:nth-child(2) {
  top: 50%;
}

#wrapper-nav-top ul li#btn-menu span:last-child {
  bottom: 0;
}

#wrapper-nav-top ul li#btn-menu a.click span:first-child {
  -webkit-transform: translateY(6px) rotate(30deg);
  transform: translateY(6px) rotate(30deg);
}

#wrapper-nav-top ul li#btn-menu a.click span:nth-child(2) {
  opacity: 0;
}

#wrapper-nav-top ul li#btn-menu a.click span:last-child {
  -webkit-transform: translateY(-6px) rotate(-30deg);
  transform: translateY(-6px) rotate(-30deg);
}

#wrapper-nav-top ul li#btn-menu a.hover span:first-child {
  -webkit-transform: translate(3px, 3px) rotate(30deg) scaleX(0.8);
  transform: translate(3px, 3px) rotate(30deg) scaleX(0.8);
}

#wrapper-nav-top ul li#btn-menu a.hover span:nth-child(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#wrapper-nav-top ul li#btn-menu a.hover span:last-child {
  -webkit-transform: translate(3px, -3px) rotate(-30deg) scaleX(0.8);
  transform: translate(3px, -3px) rotate(-30deg) scaleX(0.8);
}

#vertical-line {
  position: absolute;
  top: 0;
  left: 0px;
  width: 1px;
  height: 100%;
  background-color: #a57d1e;
  opacity: 0;
}

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

   footer

   ========================================================================== */
#wrapper-footer p {
  position: absolute;
  display: inline-block;
  width: 100%;
  bottom: 13px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
}

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

   2階層以降共通

   ========================================================================== */
body#second {
  /*

   sticky ヘッダー

   ====================================================== */
  /**/
}

body#second #side-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 10;
}

body#second #side-menu nav {
  height: 100%;
}

body#second #side-menu header {
  width: 100%;
  height: 100%;
}

body#second div#wrapper-contents {
  position: absolute;
  background-color: white;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

body#second div#wrapper-contents .width_960 {
  width: 960px;
  margin: 0 auto;
}

body#second div#wrapper-contents div#slide {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

body#second div#wrapper-contents h2 {
  display: block;
  text-align: center;
  position: relative;
  margin-top: 19px;
  padding-top: 8px;
  font-weight: normal;
  color: #ac8a37;
  letter-spacing: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

body#second div#wrapper-contents h2:after {
  content: "";
  background-color: #ac8a37;
  top: 0;
  left: 50%;
  width: 16px;
  height: 1px;
  position: absolute;
  z-index: 0;
  margin-left: -8px;
}

body#second #wrapper-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 5;
}

body#second #wrapper-nav-top-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  width: 100%;
  height: 48px;
  background-color: white;
  opacity: 0;
}

body#second #sticky-logo {
  position: fixed;
  top: 0;
  left: 50%;
  width: 52px;
  margin: 15px 0 0 -25px;
  z-index: 220;
  opacity: 0;
}

body#second #sticky-logo-back {
  position: fixed;
  top: 0;
  left: 50%;
  width: 109px;
  height: 33px;
  margin: 48px 0 0 -54px;
  z-index: 210;
  opacity: 0.0;
}

body#second #logo {
  width: 160px;
  height: 166px;
  margin: 0 auto 0 auto;
  padding-top: 22px;
}

body#second #wrapper-footer p {
  position: static;
  color: #898989;
  margin-top: 58px;
  margin-bottom: 15px;
}

html,
body,
#wrapper,
#wrapper-gallery {
  height: 100%;
  width: 100%;
}

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

   top

   ========================================================================== */
#top {
  background-color: #000000;
  /*

   トップスライドの枠

   ====================================================== */
}

#top #news-contents a {
  color: white !important;
  text-decoration: underline;
}

#top #news-contents a:hover {
  text-decoration: none;
}

#top #wrapper {
  background-color: #000000;
  overflow: hidden;
}

#top #wrapper-contents, #top #section-wrapper-contents {
  display: block;
  width: 100%;
  height: 100%;
}

#top div#wrapper-contents {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#top div#wrapper-contents div#slide {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

#wrapper {
  position: relative;
}

/*

ロゴのアニメーション

====================================================== */
#wrapper-svg {
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 200px;
  height: 204px;
  overflow: hidden;
  z-index: 200;
}

#wrapper-svg #wrapper-svg-inner {
  position: relative;
}

#wrapper-svg #logo-container-1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}

#wrapper-svg #logo-container-2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}

#wrapper-svg svg#logo-layer-1 {
  width: 100%;
  height: 100%;
}

#wrapper-svg svg#logo-layer-1 .path {
  stroke: #a57d1e;
  fill: none;
  stroke-width: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: DASH 30s linear alternate forwards;
  -webkit-animation: DASH 10s linear 0s forwards;
  animation: DASH 10s linear 0s forwards;
}

#wrapper-svg svg#logo-layer-1 .path-2 {
  stroke: #a57d1e;
  fill: none;
  stroke-width: 1;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: DASH-2 5s linear alternate forwards;
  -webkit-animation: DASH-2 5s linear 0s forwards;
  animation: DASH-2 5s linear 0s forwards;
}

#wrapper-svg svg#logo-layer-2 {
  width: 100%;
  height: 100%;
}

#wrapper-svg svg#logo-layer-2 .path {
  fill: #ffffff;
}

#wrapper-svg svg#logo-layer-2 .path-2 {
  fill: #ffffff;
}

@keyframes DASH {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes DASH {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes DASH-2 {
  0% {
    stroke-dashoffset: 100;
    stroke-width: 1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 0;
  }
}

@-webkit-keyframes DASH-2 {
  0% {
    stroke-dashoffset: 100;
    stroke-width: 1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 0;
  }
}

/*

NEWS

====================================================== */
#wrapper-news {
  position: absolute;
  bottom: -346px;
  right: 30px;
  width: 305px;
  color: #ffffff;
  z-index: 500;
}

#wrapper-news h2 {
  position: relative;
  width: 81px;
  height: 33px;
  margin: 0 auto 4px auto;
  text-align: center;
  font-family: 'Crimson Text', serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ac8a37;
  background: url("/img/img-news-bg-off.svg") center 0px no-repeat;
  background-size: 81px 33px;
}

#wrapper-news h2 span {
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#wrapper-news h2 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ac8a37;
}

#wrapper-news h2 a:hover {
  color: #ffffff;
  position: relative;
}

#wrapper-news h2 a:hover:after {
  content: "";
  background: url("/img/img-news-bg-on.svg") 0 0 no-repeat;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

#wrapper-news #news-contents {
  border: 1px solid #ac8a37;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#wrapper-news #news-contents-inner {
  position: relative;
  margin: 4px;
  padding: 20px;
  padding-bottom: 100px;
}

#wrapper-news #news-contents-inner:after {
  content: "";
  background-color: #232323;
  opacity: 0.6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#wrapper-news dl {
  height: 212px;
  overflow-y: scroll;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.7;
}

#wrapper-news dt {
  color: #ac8a37;
}

#wrapper-news dd {
  margin: 0;
  margin-right: 10px;
}

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

   gallery

   ========================================================================== */
.gallery {
  position: relative;
  background-color: white;
  /*

   modal 設定

   ====================================================== */
}

.gallery #wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 20;
}

.gallery #wrapper-contents > div:first-child {
  width: 960px;
  margin: 0 auto;
}

.gallery #wrapper-work-img {
  position: relative;
  margin-top: 6px;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img {
  position: absolute;
  width: 984px;
  top: 0;
  left: -8px;
  z-index: 1;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img > div {
  position: relative;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img ul {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img ul.front {
  z-index: 10;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img li {
  position: static;
  width: 234px;
  height: 197px;
  display: inline-block;
  font-size: 10px;
  margin: 8px 0 0 8px;
  opacity: 1;
  overflow: hidden;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img li:nth-child(1) {
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img li:nth-child(2) {
  background-repeat: no-repeat;
  background-position: -242px 0;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img li:nth-child(3) {
  background-repeat: no-repeat;
  background-position: -484px 0;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img li:nth-child(4) {
  background-repeat: no-repeat;
  background-position: -726px 0;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img li:nth-child(5) {
  background-repeat: no-repeat;
  background-position: 0 -205px;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img li:nth-child(6) {
  background-repeat: no-repeat;
  background-position: -242px -205px;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img li:nth-child(7) {
  background-repeat: no-repeat;
  background-position: -484px -205px;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img li:nth-child(8) {
  background-repeat: no-repeat;
  background-position: -726px -205px;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img li:nth-child(9) {
  background-repeat: no-repeat;
  background-position: 0px -410px;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img li:nth-child(10) {
  background-repeat: no-repeat;
  background-position: -242px -410px;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img li:nth-child(11) {
  background-repeat: no-repeat;
  background-position: -484px -410px;
}

.gallery #wrapper-work-thumbnail-small-mosaic-img li:nth-child(12) {
  background-repeat: no-repeat;
  background-position: -726px -410px;
}

.gallery #wrapper-work-thumbnail-small-img {
  position: relative;
  width: 984px;
  top: 0;
  left: -8px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
}

.gallery #wrapper-work-thumbnail-small-img ul {
  font-size: 0;
  width: 984px;
}

.gallery #wrapper-work-thumbnail-small-img li {
  width: 234px;
  height: 197px;
  display: inline-block;
  font-size: 10px;
  margin: 8px 0 0 8px;
}

.gallery #wrapper-work-thumbnail-small-img .wrapper-work-text {
  display: none;
}

.gallery .background-mouse-hover-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.gallery #wrapper-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.gallery #wrapper-modal #wrapper-modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.gallery #wrapper-modal #wrapper-modal-inner > div {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 10;
}

.gallery #wrapper-modal #wrapper-modal-inner #modal-contents > div {
  position: relative;
}

.gallery #wrapper-modal #wrapper-modal-inner .modal-ui {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.gallery #wrapper-modal #wrapper-modal-inner .modal-ui a {
  padding: 20px;
}

.gallery #wrapper-modal #wrapper-modal-inner #modal-img, .gallery #wrapper-modal #wrapper-modal-inner #modal-title, .gallery #wrapper-modal #wrapper-modal-inner #modal-text {
  display: none;
}

.gallery #wrapper-modal #wrapper-modal-inner #modal-title {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ac8a37;
  margin-top: 13px;
}

.gallery #wrapper-modal #wrapper-modal-inner #modal-text {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ffffff;
  line-height: 2;
  margin-top: 5px;
  width: 100%;
}

.gallery #wrapper-modal #wrapper-modal-inner #modal-next, .gallery #wrapper-modal #wrapper-modal-inner #modal-prev {
  top: 50%;
  left: 50%;
  margin-left: -28px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -30px;
  width: 14px;
  height: 29px;
  display: none;
}

.gallery #wrapper-modal #wrapper-modal-inner #modal-prev {
  margin-left: -380px;
}

.gallery #wrapper-modal #wrapper-modal-inner #modal-next {
  margin-left: 324px;
}

.gallery #wrapper-modal #wrapper-modal-inner #modal-close {
  position: absolute;
  right: 0;
  bottom: -28px;
  width: 16px;
  height: 13px;
  display: none;
}

.gallery #wrapper-modal #modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
  display: none;
}

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

   profile

   ========================================================================== */
.profile #wrapper-profile {
  width: 740px;
  margin: 38px auto 0 auto;
}

.profile #wrapper-profile .wrapper-row-1 img {
  border: 1px solid #ac8a37;
  padding: 4px;
  vertical-align: bottom;
}

.profile #wrapper-profile .wrapper-row-1 ul {
  font-size: 0;
  width: 960px;
}

.profile #wrapper-profile .wrapper-row-1 ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-size: 0.6875rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 638px;
  padding-left: 37px;
}

.profile #wrapper-profile .wrapper-row-1 ul > li:first-child {
  width: 322px;
  padding-left: 0;
}

.profile #wrapper-profile .wrapper-row-1 dl dt {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ac8a37;
  font-weight: bold;
  letter-spacing: 0.5em;
  padding-bottom: 10px;
  background: url(/profile/img/img-background-1.svg) 0 bottom repeat-x;
  background-size: 80px 3px;
  padding-right: -10px;
}

.profile #wrapper-profile .wrapper-row-1 dl dd {
  margin-top: 16px;
  letter-spacing: 0.3em;
  line-height: 2.7;
}

.profile #wrapper-profile .wrapper-row-2 {
  margin-top: 20px;
}

.profile #wrapper-profile .wrapper-row-2 p {
  color: #ac8a37;
  font-size: 11px;
  font-size: 0.6875rem;
}

.profile #wrapper-profile .wrapper-row-2 p.name {
  display: inline-block;
  background: url(/profile/img/img-background-1.svg) 0 bottom repeat-x;
  background-size: 80px 3px;
  padding-bottom: 10px;
}

.profile #wrapper-profile .wrapper-row-2 p.name .katagaki_jpn {
  letter-spacing: 0.2em;
}

.profile #wrapper-profile .wrapper-row-2 p.name .katagaki_eng {
  letter-spacing: 0.2em;
  margin-left: 10px;
}

.profile #wrapper-profile .wrapper-row-2 p.katagaki {
  margin-top: 6px;
}

.profile #wrapper-profile .wrapper-row-2 p .katagaki_jpn {
  font-size: 11px;
  font-size: 0.6875rem;
}

.profile #wrapper-profile .wrapper-row-2 p .katagaki_eng {
  font-size: 12px;
  font-size: 0.75rem;
}

.profile #wrapper-profile .wrapper-row-2 .profile_text {
  margin-top: 20px;
  overflow: hidden;
  font-size: 11px;
  font-size: 0.6875rem;
  background: url(/profile/img/img-background-2.svg) 255px 0 repeat-y;
  background-size: 2px 6px;
  line-height: 2;
}

.profile #wrapper-profile .wrapper-row-2 .profile_text > ul {
  float: left;
}

.profile #wrapper-profile .wrapper-row-2 .profile_text > ul:nth-child(1) {
  width: 255px;
}

.profile #wrapper-profile .wrapper-row-2 .profile_text > ul:nth-child(1) dl {
  width: 100%;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

.profile #wrapper-profile .wrapper-row-2 .profile_text > ul:nth-child(1) dl dt {
  width: 60px;
  float: left;
  clear: both;
}

.profile #wrapper-profile .wrapper-row-2 .profile_text > ul:nth-child(1) dl dd {
  width: 195px;
  margin-left: 60px;
}

.profile #wrapper-profile .wrapper-row-2 .profile_text > ul:nth-child(2) {
  width: 450px;
  margin-left: 30px;
}

.profile #wrapper-profile .wrapper-row-2 .profile_text > ul:nth-child(2) dl {
  width: 100%;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

.profile #wrapper-profile .wrapper-row-2 .profile_text > ul:nth-child(2) dl dt {
  width: 60px;
  float: left;
  clear: both;
}

.profile #wrapper-profile .wrapper-row-2 .profile_text > ul:nth-child(2) dl dd {
  width: 390px;
  margin-left: 60px;
}

.profile #wrapper-lession {
  margin-top: 58px;
}

.profile #wrapper-lession > h2 {
  margin-top: 0 !important;
}

.profile #wrapper-lession .lession_intro_photo {
  margin-top: 16px;
}

.profile #wrapper-lession .lession_intro_photo img {
  width: 100%;
  height: auto;
}

.profile #wrapper-lession .lession-contents {
  width: 100%;
}

.profile #wrapper-lession .lession-contents h3 {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ac8a37;
  border-bottom: 1px solid #ac8a37;
  margin-top: 40px;
  margin-bottom: 18px;
  padding-bottom: 2px;
}

.profile #wrapper-lession .lession-contents h3 span {
  display: block;
  width: 960px;
  margin: 0 auto;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner {
  width: 960px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 11px;
  font-size: 0.6875rem;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner p {
  margin-top: 18px;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner p:first-child {
  margin-top: 0px;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner dl.lesson-info {
  width: 100%;
  margin: 3px auto 0 auto;
  overflow: hidden;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner dl.lesson-info dt {
  width: 4em;
  float: left;
  clear: both;
  color: #ac8a37;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner dl.lesson-info dd {
  width: 100%;
  margin-left: 4em;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner dl.lesson-info .tel-link {
  color: #383b3a;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner .google-map {
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
  margin-top: 4px;
  vertical-align: top;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner .google-map a {
  color: #ac8a37;
  display: block;
  margin-top: -5px;
  padding: 2px 6px 4px 6px;
  text-decoration: none;
  border: 1px solid #ac8a37;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner .google-map a:hover {
  background-color: #ac8a37;
  color: white;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner .wrapper-photo {
  font-size: 0;
  margin-top: 15px;
  overflow: hidden;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner .wrapper-photo li {
  width: 320px;
  height: 210px;
  float: left;
  overflow: hidden;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner .wrapper-photo .movie {
  position: relative;
  width: 320px;
  height: 210px;
  overflow: hidden;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner .wrapper-photo .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner .wrapper-photo .movie video {
  position: absolute;
  top: 0;
  right: -10px;
  width: 120%;
  height: 100%;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner table {
  width: 100%;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner table th {
  width: 30%;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner table td {
  width: 11%;
  text-align: center;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner table tr {
  background-color: #dbcba5;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner table tr td {
  background-color: #ede5d2;
  border-left: 1px solid white;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner table tr:nth-child(odd) {
  background-color: #ede5d2;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner table tr:nth-child(odd) td {
  background-color: white;
  border-left: 1px solid white;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner table tr.background_main_color {
  background-color: #ac8a37;
  color: white;
}

.profile #wrapper-lession .lession-contents .lession-contents-inner table tr.background_main_color td {
  background-color: #ac8a37;
  border-left: 1px solid white;
}

.profile #wrapper-team {
  margin-top: 58px;
  text-align: center;
}

.profile #wrapper-team ul {
  margin-top: 16px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: 'Crimson Text', serif;
  line-height: 1.7;
}

.profile #wrapper-team ul span {
  padding: 0 5px;
}

.profile #wrapper-team ul li:nth-child(2), .profile #wrapper-team ul li:nth-child(4) {
  margin-top: 15px;
}

.profile #wrapper-team ul li:last-child {
  position: relative;
  margin-top: 15px;
}

.profile #wrapper-team ul li:last-child:before {
  content: '--';
  position: absolute;
  top: -17px;
  left: 50%;
  display: block;
}

.profile #wrapper-team ul a {
  color: #383b3a;
  text-decoration: underline;
}

.profile #wrapper-team ul a:hover {
  text-decoration: none;
}

.profile p.margin_pc_12 {
  margin-top: 10px !important;
}

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

   works

   ========================================================================== */
.works #wrapper-works {
  width: 960px;
  margin: 14px auto 0 auto;
  font-size: 0;
  overflow: hidden;
}

.works #wrapper-works-inner {
  width: 969px;
  margin: -18px 0 0 -9px;
}

.works .works-contens {
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  width: 314px;
  margin: 18px 0 0 9px;
}

.works .works-contens h3 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-variant: normal;
  color: #ac8a37;
}

.works .works-contens > span {
  display: block;
  overflow: hidden;
  width: 0;
}

.works .works-contens > span > div {
  width: 314px;
}

.works .works-contens img {
  width: 314px;
  text-align: center;
}

.works .works-contens p {
  line-height: 1.5;
}

.works .works-contens p.img {
  background-color: #f7f8f6;
}

.works .works-contens p.title {
  margin-top: 18px;
}

.works .works-contens p.text {
  margin-top: 5px;
}

/*
高さが決まってない要素を上下センタリングする例文
*/
#wraper-center-test {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #bbd280;
}

#wraper-center-test #center-test-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: 30%;
  background-color: #d2a180;
}

/*# sourceMappingURL=maps/style.css.map */
