@charset "UTF-8";
/*
   
   INDEX
   ----- 01. RESET リセット
   ----- 02. MODULE モジュール
   ----- 03. GLOBAL 全体共通
   ----- 04. TOP トップページ
   ----- 05. 下層共通
   
   */
/* ------------------------------------------------------------
   01. RESET リセット
   ------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap");
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,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1;
  vertical-align: bottom; }

body {
  line-height: 1; }

article,
aside,
dialog,
figure,
footer,
header,
nav,
section {
  display: block; }

ul,
ol,
dl {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  outline: none; }

img {
  vertical-align: bottom; }

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] {
  border-bottom: 1px dotted #000;
  cursor: help; }

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

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

input,
select {
  vertical-align: middle; }

/* ------------------------------------------------------------
   02. MODULE モジュール
   ------------------------------------------------------------ */
/* ------------------------------------------------------------
   03. GLOBAL 全体共通
   ------------------------------------------------------------ */
/* ------------------------------------------------------------
   04. TOP トップページ
   ------------------------------------------------------------ */
@keyframes scroll-bar {
  0% {
    height: 0;
    bottom: inherit;
    top: 0; }
  40% {
    height: 100%;
    bottom: inherit;
    top: 0; }
  41% {
    height: 100%;
    bottom: 0;
    top: inherit; }
  80% {
    height: 0;
    bottom: 0;
    top: inherit; }
  100% {
    height: 0;
    bottom: 0;
    top: inherit; } }
@media screen and (min-width: 769px) {
  body.top main {
    margin: 0 4.166666666666667vw 0 0; }
    body.top main header.main-header .mv {
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 56.25vw; }
      body.top main header.main-header .mv #slides {
        position: relative;
        width: 100%;
        height: 100%;
        background: #000;
        overflow: visible; }
        body.top main header.main-header .mv #slides .slide {
          position: absolute;
          display: flex;
          width: 100%;
          height: 100.2%;
          z-index: 0; }
          body.top main header.main-header .mv #slides .slide .slide-partial {
            position: absolute;
            width: 50%;
            height: 100%;
            overflow: hidden;
            transition: transform 1s ease-in-out; }
            body.top main header.main-header .mv #slides .slide .slide-partial img {
              position: absolute;
              z-index: 1;
              width: 100%;
              height: 100%;
              object-fit: cover;
              transition: transform 1s ease-in-out; }
          body.top main header.main-header .mv #slides .slide .slide-left {
            top: 0;
            left: 0;
            transform: translateX(-100%); }
            body.top main header.main-header .mv #slides .slide .slide-left img {
              top: 0;
              right: 0;
              object-position: 100% 50%;
              transform: translateX(50%); }
          body.top main header.main-header .mv #slides .slide .slide-right {
            top: 0;
            right: 0;
            transform: translateX(100%);
            transition-delay: 0.2s; }
            body.top main header.main-header .mv #slides .slide .slide-right img {
              top: 0;
              left: 0;
              object-position: 0% 50%;
              transition-delay: 0.2s;
              transform: translateX(-50%); }
          body.top main header.main-header .mv #slides .slide.active {
            z-index: 1; }
            body.top main header.main-header .mv #slides .slide.active .slide-partial,
            body.top main header.main-header .mv #slides .slide.active .slide-partial img {
              transform: translateX(0); }
      body.top main header.main-header .mv .text {
        font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
        font-size: 2.7083333333333335vw;
        color: #000000;
        letter-spacing: 0em;
        line-height: 1.1538461538461537;
        background: #fff;
        width: 33.4375vw;
        height: 6.458333333333334vw;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -0.5px;
        left: 0;
        z-index: 2; }
      body.top main header.main-header .mv .kv__scroll {
        position: absolute;
        right: 2.604166666666667vw;
        bottom: 0;
        letter-spacing: 0.1em;
        line-height: 1;
        transition: all .3s;
        height: 6vw;
        z-index: 2; }
        body.top main header.main-header .mv .kv__scroll:after {
          content: "";
          position: absolute;
          left: 50%;
          top: 0;
          display: block;
          width: 1px;
          height: 0;
          background: #1e1e1e;
          transition: all .3s;
          transform-origin: top;
          animation: scroll-bar 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite; }
    body.top main section.about-content {
      padding: 6.145833333333334vw 0 0 0; }
      body.top main section.about-content header {
        width: 78.125vw;
        margin: 0 auto; }
        body.top main section.about-content header h2 {
          position: relative;
          font-size: 0.625vw;
          display: inline;
          font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif; }
          body.top main section.about-content header h2:before {
            position: absolute;
            content: "";
            display: block;
            background: #404040;
            width: 2.0833333333333335vw;
            height: 0.052083333333333336vw;
            right: -65px;
            top: 50%;
            transform: translateY(-50%); }
          body.top main section.about-content header h2:after {
            margin: 0.625vw 0 0 0;
            content: "";
            display: block;
            background: url(../img/title_about.png) no-repeat;
            background-size: contain;
            width: 9.739583333333334vw;
            height: 3.072916666666667vw; }
      body.top main section.about-content .about-content-body {
        width: 78.125vw;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        body.top main section.about-content .about-content-body .about-content-title {
          margin: 0 0 0 0;
          width: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
          body.top main section.about-content .about-content-body .about-content-title h3 {
            font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
            font-size: 1.7708333333333335vw;
            color: #000000;
            letter-spacing: 0.3em;
            line-height: 2; }
        body.top main section.about-content .about-content-body .about-content-text {
          width: 50%;
          padding: 2.5520833333333335vw 0 0 7.083333333333334vw;
          box-sizing: border-box; }
          body.top main section.about-content .about-content-body .about-content-text p {
            font-size: 0.9375vw;
            color: #404040;
            letter-spacing: 0.2em;
            line-height: 2; }
        body.top main section.about-content .about-content-body .about-content-company {
          box-sizing: border-box;
          width: 50%;
          padding: 0 0 0 7.083333333333334vw; }
          body.top main section.about-content .about-content-body .about-content-company > img {
            margin: 4.375vw 0 2.8125vw;
            width: 17.5vw; }
          body.top main section.about-content .about-content-body .about-content-company div.contact a.button {
            font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
            position: relative;
            padding: 0 0 0 1.2em;
            font-size: 0.9375vw;
            color: #404040;
            letter-spacing: 0.1em; }
            body.top main section.about-content .about-content-body .about-content-company div.contact a.button:before {
              content: "";
              width: 0.8333333333333334vw;
              height: 0.6770833333333334vw;
              background: url(../img/icon_mail.png) no-repeat;
              background-size: contain;
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%); }
          body.top main section.about-content .about-content-body .about-content-company div.contact a.text {
            display: block;
            margin: 1.0416666666666667vw 0 0 0;
            font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
            font-size: 0.7291666666666667vw;
            color: #404040;
            letter-spacing: 0.2em;
            line-height: 1; }
    body.top main section.work-content {
      margin: 6.25vw 0 0 0; }
      body.top main section.work-content header {
        width: 78.125vw;
        margin: 0 auto; }
        body.top main section.work-content header h2 {
          position: relative;
          font-size: 0.625vw;
          display: inline;
          font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif; }
          body.top main section.work-content header h2:before {
            position: absolute;
            content: "";
            display: block;
            background: #404040;
            width: 2.0833333333333335vw;
            height: 0.052083333333333336vw;
            right: -65px;
            top: 50%;
            transform: translateY(-50%); }
          body.top main section.work-content header h2:after {
            margin: 0.625vw 0 0 0;
            content: "";
            display: block;
            background: url(../img/title_work.png) no-repeat;
            background-size: contain;
            width: 5.15625vw;
            height: 2.1875vw; }
      body.top main section.work-content ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0.625vw 0 0 0; }
        body.top main section.work-content ul li {
          width: calc(25% - 0.052083333333333336vw);
          position: relative;
          margin: 0 0.052083333333333336vw 0.052083333333333336vw 0; }
          body.top main section.work-content ul li:nth-of-type(4n) {
            margin: 0 0 0.052083333333333336vw 0; }
          body.top main section.work-content ul li:before {
            content: "";
            display: block;
            padding: 100% 0 0 0; }
          body.top main section.work-content ul li a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block; }
            body.top main section.work-content ul li a img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              transition: opacity 0.5s; }
              body.top main section.work-content ul li a img:hover {
                opacity: 0.6; }
    body.top main section.photographer-content {
      margin: 8.854166666666668vw 0 0 0; }
      body.top main section.photographer-content header {
        width: 78.125vw;
        margin: 0 auto; }
        body.top main section.photographer-content header h2 {
          position: relative;
          font-size: 0.625vw;
          display: inline;
          font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif; }
          body.top main section.photographer-content header h2:before {
            position: absolute;
            content: "";
            display: block;
            background: #404040;
            width: 2.0833333333333335vw;
            height: 0.052083333333333336vw;
            right: -65px;
            top: 50%;
            transform: translateY(-50%); }
          body.top main section.photographer-content header h2:after {
            margin: 0.625vw 0 0 0;
            content: "";
            display: block;
            background: url(../img/title_photographer.png) no-repeat;
            background-size: contain;
            width: 15.520833333333334vw;
            height: 3.1770833333333335vw; }
      body.top main section.photographer-content ul {
        display: flex;
        justify-content: center;
        padding: 4.479166666666667vw 0 0 0; }
        body.top main section.photographer-content ul li {
          width: 15.104166666666668vw;
          margin: 0 10.15625vw 0 0; }
          body.top main section.photographer-content ul li:last-of-type {
            margin: 0; }
          body.top main section.photographer-content ul li a {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
            font-size: 0.9375vw;
            color: #2f2f2f;
            letter-spacing: 0.1em; }
            body.top main section.photographer-content ul li a img {
              width: 100%;
              margin: 0 0 1.5104166666666667vw; }
    body.top main section.instagram-content {
      margin: 8.854166666666668vw 0 0 0; }
      body.top main section.instagram-content header {
        width: 78.125vw;
        margin: 0 auto;
        position: relative; }
        body.top main section.instagram-content header h2 {
          position: relative;
          font-size: 0.625vw;
          display: inline;
          font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif; }
          body.top main section.instagram-content header h2:before {
            position: absolute;
            content: "";
            display: block;
            background: #404040;
            width: 2.0833333333333335vw;
            height: 0.052083333333333336vw;
            right: -65px;
            top: 50%;
            transform: translateY(-50%); }
          body.top main section.instagram-content header h2:after {
            margin: 0.625vw 0 0 0;
            content: "";
            display: block;
            background: url(../img/title_instagram.png) no-repeat;
            background-size: contain;
            width: 12.760416666666668vw;
            height: 3.125vw; }
        body.top main section.instagram-content header p {
          font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
          font-size: 0.8333333333333334vw;
          color: #2f2f2f;
          letter-spacing: 0.2em;
          line-height: 1.3;
          position: absolute;
          top: 2.3958333333333335vw;
          left: 17.5vw; }
      body.top main section.instagram-content ul {
        width: 78.125vw;
        display: flex;
        flex-wrap: wrap;
        margin: 2.5520833333333335vw auto 0; }
        body.top main section.instagram-content ul li {
          width: calc(16.666666% - 0.052083333333333336vw);
          position: relative;
          margin: 0 0.052083333333333336vw 0 0; }
          body.top main section.instagram-content ul li:last-of-type {
            margin: 0; }
          body.top main section.instagram-content ul li:before {
            content: "";
            display: block;
            padding: 100% 0 0 0; }
          body.top main section.instagram-content ul li a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block; }
            body.top main section.instagram-content ul li a img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              transition: opacity 0.5s; }
              body.top main section.instagram-content ul li a img:hover {
                opacity: 0.6; }

  		/*
  		body.top {
  			main {
  				margin: 0 80px 0 0;
  				header.main-header {
  					.mv {
  						position: relative;
  						width: 100%;
  						height: 1080px;
  						ul {
  							width: 100%;
  							height: 100%;
  							li {
  								width: 100%;
  								height: 100%;
  								img {
  									width: 100%;
  									height: 100%;
  									object-fit: cover;
  								}
  							}
  						}
  						.text {
  							font-family: $font-family-serif;
  							font-size: 52px;
  							color: #000000;
  							letter-spacing: 0em;
  							line-height: 1.1538461538461537;
  							background: #fff;
  							width: 642px;
  							height: 124px;
  							display: flex;
  							justify-content: center;
  							align-items: center;
  							position: absolute;
  							bottom: 0;
  							left: 0;
  						}
  						.kv__scroll {
  							position: absolute;
  							right: 50px;
  							bottom: 0;
  							padding-bottom: 150px;
  							letter-spacing: 0.1em;
  							line-height: 1;
  							transition: all .3s;
  							height: 53px;
  							&:after {
  								content: "";
  								position: absolute;
  								left: 50%;
  								top: 73px;
  								display: block;
  								width: 1px;
  								height: 0;
  								background: #1e1e1e;
  								transition: all .3s;
  								transform-origin: top;
  								animation: scroll-bar 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  							}
  						}
  					}
  				}
  
  				section {
  					&.about-content {
  						padding: 118px 0 0 0;
  						header {
  							width: 1500px;
  							margin: 0 auto;
  							h2 {
  								position: relative;
  								font-size: 12px;
  								display: inline;
  								font-family: $font-family-serif;
  								&:before {
  									position: absolute;
  									content: "";
  									display: block;
  									background: #404040;
  									width: 40px;
  									height: 1px;
  									right: -65px;
  									top: 50%;
  									transform: translateY(-50%);
  								}
  								&:after {
  									margin: 12px 0 0 0;
  									content: "";
  									display: block;
  									background: url(../img/title_about.png) no-repeat;
  									background-size: contain;
  									width: 187px;
  									height: 59px;
  								}
  							}
  						}
  						.about-content-body {
  							width: 1500px;
  							margin: 0 auto;
  							display: flex;
  							flex-wrap: wrap;
  							justify-content: flex-end;
  							.about-content-title {
  								margin: 0 0 0 0;
  								width: 50%;
  								display: flex;
  								align-items: center;
  								justify-content: center;
  								h3 {
  
  									font-size: 34px;
  									color: #000000;
  									letter-spacing: 0.3em;
  									line-height: 2;
  
  								}
  							}
  							.about-content-text {
  								width: 50%;
  								padding: 49px 0 0 136px;
  								box-sizing: border-box;
  								p {
  									font-size: 18px;
  
  									color: #404040;
  									letter-spacing: 0.2em;
  									line-height: 2;
  								}
  							}
  							.about-content-company {
  								box-sizing: border-box;
  								width: 50%;
  								padding: 0 0 0 136px;
  								>img {
  									margin: 84px 0 54px;
  									width: 336px;
  								}
  								div.contact {
  									a {
  										&.button {
  											font-family: $font-family-serif;
  											position: relative;
  											padding: 0 0 0 1.2em;
  
  											font-size: 18px;
  											color: #404040;
  											letter-spacing: 0.1em;
  
  											&:before {
  												content: "";
  												width: 16px;
  												height: 13px;
  												background: url(../img/icon_mail.png) no-repeat;
  												background-size: contain;
  												position: absolute;
  												left: 0;
  												top: 50%;
  												transform: translateY(-50%);
  											}
  										}
  										&.text {
  											display: block;
  											margin: 20px 0 0 0;
  											font-family: $font-family-sans;
  
  											font-size: 14px;
  											color: #404040;
  											letter-spacing: 0.2em;
  											line-height: 1;
  
  										}
  									}
  								}
  							}
  						}
  					}
  
  					&.work-content {
  						margin: 120px 0 0 0;
  						header {
  							width: 1500px;
  							margin: 0 auto;
  							h2 {
  								position: relative;
  								font-size: 12px;
  								display: inline;
  								font-family: $font-family-serif;
  								&:before {
  									position: absolute;
  									content: "";
  									display: block;
  									background: #404040;
  									width: 40px;
  									height: 1px;
  									right: -65px;
  									top: 50%;
  									transform: translateY(-50%);
  								}
  								&:after {
  									margin: 12px 0 0 0;
  									content: "";
  									display: block;
  									background: url(../img/title_work.png) no-repeat;
  									background-size: contain;
  									width: 99px;
  									height: 42px;
  								}
  							}
  						}
  						ul {
  							display: flex;
  							flex-wrap: wrap;
  							margin: 12px 0 0 0;
  							li {
  								width: calc(25% - 1px);
  								position: relative;
  								margin: 0 1px 1px 0;
  								&:nth-of-type(4n) {
  									margin: 0 0 1px 0;
  								}
  								&:before {
  									content: "";
  									display: block;
  									padding: 100% 0 0 0;
  								}
  								a {
  									position: absolute;
  									top: 0;
  									left: 0;
  									width: 100%;
  									height: 100%;
  									display: block;
  									img {
  										width: 100%;
  										height: 100%;
  										object-fit: cover;
  									}
  								}
  							}
  						}
  					}
  					&.photographer-content {
  						margin: 170px 0 0 0;
  						header {
  							width: 1500px;
  							margin: 0 auto;
  							h2 {
  								position: relative;
  								font-size: 12px;
  								display: inline;
  								font-family: $font-family-serif;
  								&:before {
  									position: absolute;
  									content: "";
  									display: block;
  									background: #404040;
  									width: 40px;
  									height: 1px;
  									right: -65px;
  									top: 50%;
  									transform: translateY(-50%);
  								}
  								&:after {
  									margin: 12px 0 0 0;
  									content: "";
  									display: block;
  									background: url(../img/title_photographer.png) no-repeat;
  									background-size: contain;
  									width: 298px;
  									height: 61px;
  								}
  							}
  						}
  						ul {
  							display: flex;
  							justify-content: center;
  							padding: 86px 0 0 0;
  							li {
  								width: 290px;
  								margin: 0 195px 0 0;
  								&:last-of-type {
  									margin: 0;
  								}
  								a {
  									display: flex;
  									flex-wrap: wrap;
  									justify-content: center;
  									img {
  										width: 100%;
  										margin: 0 0 29px;
  									}
  									font-family: $font-family-sans;
  									font-size: 18px;
  									color: #2f2f2f;
  									letter-spacing: 0.1em;
  								}
  							}
  						}
  					}
  					&.instagram-content {
  						margin: 170px 0 0 0;
  						header {
  							width: 1500px;
  							margin: 0 auto;
  							position: relative;
  							h2 {
  								position: relative;
  								font-size: 12px;
  								display: inline;
  								font-family: $font-family-serif;
  								&:before {
  									position: absolute;
  									content: "";
  									display: block;
  									background: #404040;
  									width: 40px;
  									height: 1px;
  									right: -65px;
  									top: 50%;
  									transform: translateY(-50%);
  								}
  								&:after {
  									margin: 12px 0 0 0;
  									content: "";
  									display: block;
  									background: url(../img/title_instagram.png) no-repeat;
  									background-size: contain;
  									width: 245px;
  									height: 60px;
  								}
  							}
  							p {
  
  								font-family: $font-family-sans;
  								font-size: 16px;
  								color: #2f2f2f;
  								letter-spacing: 0.2em;
  								line-height: 1.3;
  								position: absolute;
  								top: 46px;
  								left: 336px;
  
  							}
  						}
  						ul {
  							width: 1500px;
  							display: flex;
  							flex-wrap: wrap;
  							margin: 49px auto 0;
  							li {
  								width: calc(16.666666% - 1px);
  								position: relative;
  								margin: 0 1px 0 0;
  								&:last-of-type {
  									margin: 0;
  								}
  								&:before {
  									content: "";
  									display: block;
  									padding: 100% 0 0 0;
  								}
  								a {
  									position: absolute;
  									top: 0;
  									left: 0;
  									width: 100%;
  									height: 100%;
  									display: block;
  									img {
  										width: 100%;
  										height: 100%;
  										object-fit: cover;
  									}
  								}
  							}
  						}
  					}
  				}
  			}
  		}
  		*/ }
@media screen and (max-width: 768px) {
  body.top main {
    margin: 0; }
    body.top main header.main-header {
      					/*
      					.mv {
      						width: 100%;
      						height: 177.3936170212766vw;
      						position: relative;
      						overflow: hidden;
      						ul {
      							width: 100%;
      							height: 100%;
      							li {
      								width: 100%;
      								height: 100%;
      								img {
      									width: 100%;
      									height: 100%;
      									object-fit: cover;
      								}
      							}
      						}
      
      					}
      					*/ }
      body.top main header.main-header .mv {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 177.3936170212766vw;
        padding: 0 0 1px; }
        body.top main header.main-header .mv #slides {
          position: relative;
          width: 100%;
          height: 100%;
          background: #000; }
          body.top main header.main-header .mv #slides .slide {
            position: absolute;
            display: flex;
            width: 100%;
            height: 100%;
            z-index: -1;
            transform: translateX(100%);
            transition: transform 1s ease-in-out; }
            body.top main header.main-header .mv #slides .slide .slide-partial {
              position: absolute;
              width: calc(50% + 1px);
              height: 100%;
              overflow: visible;
              transition: transform 1s ease-in-out; }
              body.top main header.main-header .mv #slides .slide .slide-partial img {
                position: absolute;
                z-index: 1;
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 1s ease-in-out; }
            body.top main header.main-header .mv #slides .slide .slide-left {
              top: 0;
              left: 0; }
              body.top main header.main-header .mv #slides .slide .slide-left img {
                top: 0;
                right: 0;
                object-position: 100% 50%; }
            body.top main header.main-header .mv #slides .slide .slide-right {
              top: 0;
              right: 0;
              transition-delay: 0.2s; }
              body.top main header.main-header .mv #slides .slide .slide-right img {
                top: 0;
                left: 0;
                object-position: 0% 50%;
                transition-delay: 0.2s; }
            body.top main header.main-header .mv #slides .slide.pre-active {
              transform: translateX(0%);
              z-index: 0; }
            body.top main header.main-header .mv #slides .slide.active {
              z-index: 1;
              transform: translateX(0%); }
              body.top main header.main-header .mv #slides .slide.active .slide-partial,
              body.top main header.main-header .mv #slides .slide.active .slide-partial img {
                transform: translateX(0); }
        body.top main header.main-header .mv .text {
          font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
          font-size: 8.51063829787234vw;
          color: #2f2f2f;
          letter-spacing: 0em;
          line-height: 1.28125;
          z-index: 2;
          background: #fff;
          width: 83.24468085106383vw;
          height: 19.68085106382979vw;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          bottom: -1px;
          left: 0; }
        body.top main header.main-header .mv .kv__scroll {
          position: absolute;
          right: 8vw;
          bottom: 0;
          letter-spacing: 0.1em;
          line-height: 1;
          transition: all .3s;
          height: 9.760416666666667vw;
          z-index: 2; }
          body.top main header.main-header .mv .kv__scroll:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 0vw;
            display: block;
            width: 1px;
            height: 0;
            background: #1e1e1e;
            transition: all .3s;
            transform-origin: top;
            animation: scroll-bar 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite; }
    body.top main section.about-content header {
      width: 100%;
      margin: 14.627659574468085vw 0 0 0;
      padding: 0 0 0 6.6489361702127665vw;
      box-sizing: border-box; }
      body.top main section.about-content header h2 {
        position: relative;
        font-size: 3.191489361702128vw;
        display: inline;
        font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif; }
        body.top main section.about-content header h2:before {
          position: absolute;
          content: "";
          display: block;
          background: #404040;
          width: 10.638297872340425vw;
          height: 0.26595744680851063vw;
          right: -17.28723404255319vw;
          top: 50%;
          transform: translateY(-50%); }
        body.top main section.about-content header h2:after {
          margin: 2.127659574468085vw 0 0 0;
          content: "";
          display: block;
          background: url(../img/title_about.png) no-repeat;
          background-size: contain;
          width: 35.37234042553192vw;
          height: 11.170212765957448vw; }
    body.top main section.about-content .about-content-body {
      width: 100%;
      margin: 10.638297872340425vw 0 0 0;
      padding: 0 0 0 6.6489361702127665vw;
      box-sizing: border-box; }
      body.top main section.about-content .about-content-body .about-content-title {
        margin: 0 0 0 0;
        width: 100%; }
        body.top main section.about-content .about-content-body .about-content-title h3 {
          font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
          font-size: 6.117021276595745vw;
          color: #000000;
          letter-spacing: 0em;
          line-height: 2; }
      body.top main section.about-content .about-content-body .about-content-text {
        width: 100%;
        padding: 14.361702127659575vw 0 0 0.0vw;
        box-sizing: border-box; }
        body.top main section.about-content .about-content-body .about-content-text p {
          font-size: 3.2893617021276597vw;
          color: #404040;
          letter-spacing: 0em;
          line-height: 2.6666666666666665; }
      body.top main section.about-content .about-content-body .about-content-company {
        margin: 20.21276595744681vw 0 0 0;
        box-sizing: border-box;
        padding: 0; }
        body.top main section.about-content .about-content-body .about-content-company > img {
          margin: 0 auto 12.23404255319149vw;
          width: 67.02127659574468vw;
          display: block; }
        body.top main section.about-content .about-content-body .about-content-company div.contact a.button {
          font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
          position: relative;
          padding: 0 0 0 1.2em;
          font-size: 4.25531914893617vw;
          color: #404040;
          letter-spacing: 0.1em; }
          body.top main section.about-content .about-content-body .about-content-company div.contact a.button:before {
            content: "";
            width: 4.25531914893617vw;
            height: 3.4574468085106385vw;
            background: url(../img/icon_mail.png) no-repeat;
            background-size: contain;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
        body.top main section.about-content .about-content-body .about-content-company div.contact a.text {
          display: block;
          margin: 4.25531914893617vw 0 0 0;
          font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
          font-size: 3.0234042553191493vw;
          color: #404040;
          letter-spacing: 0.2em;
          line-height: 1; }
    body.top main section.work-content {
      margin: 20.47872340425532vw 0 0 0; }
      body.top main section.work-content header {
        width: 100%;
        margin: 14.627659574468085vw 0 0 0;
        padding: 0 0 0 6.6489361702127665vw;
        box-sizing: border-box; }
        body.top main section.work-content header h2 {
          position: relative;
          font-size: 3.191489361702128vw;
          display: inline;
          font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif; }
          body.top main section.work-content header h2:before {
            position: absolute;
            content: "";
            display: block;
            background: #404040;
            width: 10.638297872340425vw;
            height: 0.26595744680851063vw;
            right: -17.28723404255319vw;
            top: 50%;
            transform: translateY(-50%); }
          body.top main section.work-content header h2:after {
            margin: 2.127659574468085vw 0 0 0;
            content: "";
            display: block;
            background: url(../img/title_work.png) no-repeat;
            background-size: contain;
            width: 26.329787234042556vw;
            height: 11.170212765957448vw; }
      body.top main section.work-content ul {
        display: flex;
        flex-wrap: wrap;
        margin: 5.319148936170213vw 0 0 0; }
        body.top main section.work-content ul li {
          width: calc(50% - 0.26595744680851063vw);
          position: relative;
          margin: 0 0.26595744680851063vw 0.26595744680851063vw 0; }
          body.top main section.work-content ul li:nth-of-type(2n) {
            margin: 0 0 0.26595744680851063vw 0; }
          body.top main section.work-content ul li:before {
            content: "";
            display: block;
            padding: 100% 0 0 0; }
          body.top main section.work-content ul li a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block; }
            body.top main section.work-content ul li a img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
    body.top main section.photographer-content {
      margin: 20.74468085106383vw 0 0 0; }
      body.top main section.photographer-content header {
        width: 100%;
        margin: 14.627659574468085vw 0 0 0;
        padding: 0 0 0 6.6489361702127665vw;
        box-sizing: border-box; }
        body.top main section.photographer-content header h2 {
          position: relative;
          font-size: 3.191489361702128vw;
          display: inline;
          font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif; }
          body.top main section.photographer-content header h2:before {
            position: absolute;
            content: "";
            display: block;
            background: #404040;
            width: 10.638297872340425vw;
            height: 0.26595744680851063vw;
            right: -17.28723404255319vw;
            top: 50%;
            transform: translateY(-50%); }
          body.top main section.photographer-content header h2:after {
            margin: 2.127659574468085vw 0 0 0;
            content: "";
            display: block;
            background: url(../img/title_photographer.png) no-repeat;
            background-size: contain;
            width: 56.38297872340426vw;
            height: 11.436170212765958vw; }
      body.top main section.photographer-content ul {
        padding: 11.702127659574469vw 0 0 0; }
        body.top main section.photographer-content ul li {
          width: 63.829787234042556vw;
          margin: 0 auto 12.23404255319149vw; }
          body.top main section.photographer-content ul li a {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-start;
            font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
            font-size: 4.787234042553192vw;
            color: #2f2f2f;
            letter-spacing: 0.1em; }
            body.top main section.photographer-content ul li a img {
              width: 100%;
              margin: 0 0 5.851063829787234vw; }
    body.top main section.instagram-content {
      margin: 45.21276595744681vw 0 0 0; }
      body.top main section.instagram-content header {
        width: 100%;
        margin: 14.627659574468085vw 0 0 0;
        padding: 0 0 0 6.6489361702127665vw;
        box-sizing: border-box; }
        body.top main section.instagram-content header h2 {
          position: relative;
          font-size: 3.191489361702128vw;
          display: inline;
          font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif; }
          body.top main section.instagram-content header h2:before {
            position: absolute;
            content: "";
            display: block;
            background: #404040;
            width: 10.638297872340425vw;
            height: 0.26595744680851063vw;
            right: -17.28723404255319vw;
            top: 50%;
            transform: translateY(-50%); }
          body.top main section.instagram-content header h2:after {
            margin: 2.127659574468085vw 0 0 0;
            content: "";
            display: block;
            background: url(../img/title_instagram.png) no-repeat;
            background-size: contain;
            width: 46.54255319148936vw;
            height: 11.436170212765958vw; }
        body.top main section.instagram-content header p {
          padding: 5.319148936170213vw 0 0 0;
          font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
          font-size: 3.2893617021276597vw;
          color: #2f2f2f;
          letter-spacing: 0.2em;
          line-height: 1.3; }
      body.top main section.instagram-content ul {
        padding: 0 6.6489361702127665vw;
        display: flex;
        flex-wrap: wrap;
        margin: 10.638297872340425vw auto 0; }
        body.top main section.instagram-content ul li {
          width: 33.33333%;
          position: relative; }
          body.top main section.instagram-content ul li:last-of-type {
            margin: 0; }
          body.top main section.instagram-content ul li:before {
            content: "";
            display: block;
            padding: 100% 0 0 0; }
          body.top main section.instagram-content ul li a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block; }
            body.top main section.instagram-content ul li a img {
              width: 100%;
              height: 100%;
              object-fit: cover; }

  		/*
  				body.top {
  			main {
  				margin: 0;
  				header.main-header {
  					.mv {
  						width: 100%;
  						height: 667px;
  						img {
  							width: 100%;
  						}
  					}
  				}
  
  				section {
  					&.about-content {
  						//padding: 118px 0 0 195px;
  						header {
  							width: 100%;
  							margin: 55px 0 0 0;
  							padding: 0 0 0 25px;
  							box-sizing: border-box;
  							h2 {
  								position: relative;
  								font-size: 12px;
  								display: inline;
  								&:before {
  									position: absolute;
  									content: "";
  									display: block;
  									background: #404040;
  									width: 40px;
  									height: 1px;
  									right: -65px;
  									top: 50%;
  									transform: translateY(-50%);
  								}
  								&:after {
  									margin: 8px 0 0 0;
  									content: "";
  									display: block;
  									background: url(../img/title_about.png) no-repeat;
  									background-size: contain;
  									width: 133px;
  									height: 42px;
  								}
  							}
  						}
  						.about-content-body {
  							width: 100%;
  							margin: 40px 0 0 0;
  							padding: 0 0 0 25px;
  							box-sizing: border-box;
  							.about-content-title {
  								margin: 0 0 0 0;
  								width: 100%;
  								h3 {
  									font-size: 23px;
  									color: #000000;
  									letter-spacing: 0em;
  									line-height: 2;
  								}
  							}
  							.about-content-text {
  								width: 100%;
  								padding: 54px 0 0 0px;
  								box-sizing: border-box;
  								p {
  
  									font-size: 15px;
  									color: #404040;
  									letter-spacing: 0em;
  									line-height: 2.6666666666666665;
  
  								}
  							}
  							.about-content-company {
  								margin: 76px 0 0 0;
  								box-sizing: border-box;
  								padding: 0;
  								>img {
  									margin: 0 auto 46px;
  									width: 252px;
  									display: block;
  								}
  								div.contact {
  									a {
  										&.button {
  											font-family: $font-family-serif;
  											position: relative;
  											padding: 0 0 0 1.2em;
  
  											font-size: 16px;
  											color: #404040;
  											letter-spacing: 0.1em;
  
  											&:before {
  												content: "";
  												width: 16px;
  												height: 13px;
  												background: url(../img/icon_mail.png) no-repeat;
  												background-size: contain;
  												position: absolute;
  												left: 0;
  												top: 50%;
  												transform: translateY(-50%);
  											}
  										}
  										&.text {
  											display: block;
  											margin: 16px 0 0 0;
  											font-family: $font-family-sans;
  
  											font-size: 14px;
  											color: #404040;
  											letter-spacing: 0.2em;
  											line-height: 1;
  
  										}
  									}
  								}
  							}
  						}
  
  					}
  
  					&.work-content {
  						margin: 77px 0 0 0;
  						header {
  							width: 100%;
  							margin: 55px 0 0 0;
  							padding: 0 0 0 25px;
  							box-sizing: border-box;
  							h2 {
  								position: relative;
  								font-size: 12px;
  								display: inline;
  								&:before {
  									position: absolute;
  									content: "";
  									display: block;
  									background: #404040;
  									width: 40px;
  									height: 1px;
  									right: -65px;
  									top: 50%;
  									transform: translateY(-50%);
  								}
  								&:after {
  									margin: 8px 0 0 0;
  									content: "";
  									display: block;
  									background: url(../img/title_work.png) no-repeat;
  									background-size: contain;
  									width: 99px;
  									height: 42px;
  								}
  							}
  						}
  						ul {
  							display: flex;
  							flex-wrap: wrap;
  							margin: 20px 0 0 0;
  							li {
  								width: calc(50% - 1px);
  								position: relative;
  								margin: 0 1px 1px 0;
  								&:nth-of-type(2n) {
  									margin: 0 0 1px 0;
  								}
  								&:before {
  									content: "";
  									display: block;
  									padding: 100% 0 0 0;
  								}
  								a {
  									position: absolute;
  									top: 0;
  									left: 0;
  									width: 100%;
  									height: 100%;
  									display: block;
  									img {
  										width: 100%;
  										height: 100%;
  										object-fit: cover;
  									}
  								}
  							}
  						}
  					}
  					&.photographer-content {
  						margin: 78px 0 0 0;
  						header {
  							width: 100%;
  							margin: 55px 0 0 0;
  							padding: 0 0 0 25px;
  							box-sizing: border-box;
  							h2 {
  								position: relative;
  								font-size: 12px;
  								display: inline;
  								&:before {
  									position: absolute;
  									content: "";
  									display: block;
  									background: #404040;
  									width: 40px;
  									height: 1px;
  									right: -65px;
  									top: 50%;
  									transform: translateY(-50%);
  								}
  								&:after {
  									margin: 8px 0 0 0;
  									content: "";
  									display: block;
  									background: url(../img/title_photographer.png) no-repeat;
  									background-size: contain;
  									width: 212px;
  									height: 43px;
  								}
  							}
  						}
  						ul {
  							padding: 44px 0 0 0;
  							li {
  								width: 240px;
  								margin: 0 auto 46px;
  								a {
  									display: flex;
  									flex-wrap: wrap;
  									justify-content: center;
  									img {
  										width: 100%;
  										margin: 0 0 22px;
  									}
  
  									font-family: $font-family-sans;
  									font-size: 18px;
  									color: #2f2f2f;
  									letter-spacing: 0.1em;
  								}
  							}
  						}
  					}
  					&.instagram-content {
  						margin: 170px 0 0 0;
  						header {
  							width: 100%;
  							margin: 55px 0 0 0;
  							padding: 0 0 0 25px;
  							box-sizing: border-box;
  							h2 {
  								position: relative;
  								font-size: 12px;
  								display: inline;
  								&:before {
  									position: absolute;
  									content: "";
  									display: block;
  									background: #404040;
  									width: 40px;
  									height: 1px;
  									right: -65px;
  									top: 50%;
  									transform: translateY(-50%);
  								}
  								&:after {
  									margin: 8px 0 0 0;
  									content: "";
  									display: block;
  									background: url(../img/title_instagram.png) no-repeat;
  									background-size: contain;
  									width: 175px;
  									height: 43px;
  								}
  							}
  							p {
  
  								padding: 20px 0 0 0;
  								font-family: $font-family-sans;
  								font-size: 15px;
  								color: #2f2f2f;
  								letter-spacing: 0.2em;
  								line-height: 1.3;
  
  							}
  						}
  						ul {
  							padding: 0 25px;
  							display: flex;
  							flex-wrap: wrap;
  							margin: 40px auto 0;
  							li {
  								width: 33.33333%;
  								position: relative;
  								&:last-of-type {
  									margin: 0;
  								}
  								&:before {
  									content: "";
  									display: block;
  									padding: 100% 0 0 0;
  								}
  								a {
  									position: absolute;
  									top: 0;
  									left: 0;
  									width: 100%;
  									height: 100%;
  									display: block;
  									img {
  										width: 100%;
  										height: 100%;
  										object-fit: cover;
  									}
  								}
  							}
  						}
  					}
  				}
  			}
  		}
  */ }
/* ------------------------------------------------------------
   05. COMMON 下層共通
   ------------------------------------------------------------ */
.fadeIn {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s; }

.fadeIn_active {
  opacity: 1;
  transform: translateY(0); }

@media screen and (min-width: 769px) {
  body {
    font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
    font-size: 0.9375vw;
    background: #fff;
    color: #404040;
    min-width: 83.33333333333334vw; }
    body .loading {
      position: fixed;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 100;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      body .loading #lottie {
        width: 50.0vw;
        height: 20.572916666666668vw;
        margin: 0 auto; }
      body .loading div {
        width: 100%;
        text-align: center; }
        body .loading div span {
          width: 0.4166666666666667vw;
          height: 0.4166666666666667vw;
          background: url(../img/icon_dot.png);
          background-size: contain;
          display: inline-block;
          margin: 0 1.0416666666666667vw;
          visibility: hidden; }
          body .loading div span.on {
            visibility: visible; }
    body header#header {
      position: relative; }
      body header#header div.logo {
        position: absolute;
        width: 8.229166666666668vw;
        height: 1.0416666666666667vw;
        top: 2.0833333333333335vw;
        left: 2.0833333333333335vw;
        z-index: 10; }
        body header#header div.logo img {
          width: 100%; }
      body header#header nav.global {
        background: #fff;
        display: flex;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 4.166666666666667vw;
        flex-wrap: wrap;
        z-index: 10;
        cursor: pointer; }
        body header#header nav.global:hover {
          background: #464646; }
          body header#header nav.global:hover img {
            filter: brightness(10); }
        body header#header nav.global ul {
          width: 100%;
          margin: 3.4895833333333335vw 0 0; }
          body header#header nav.global ul li {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap; }
            body header#header nav.global ul li a {
              width: 100%; }
              body header#header nav.global ul li a img {
                object-fit: contain;
                width: 1.3020833333333335vw;
                height: 0.9895833333333334vw;
                margin: 0 auto;
                display: block;
                padding: 0.78125vw 0; }
        body header#header nav.global div.button {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 1.25vw;
          height: 0.5208333333333334vw; }
          body header#header nav.global div.button img {
            width: 100%; }
      body header#header nav.toggle {
        z-index: 20;
        width: 16.666666666666668vw;
        position: fixed;
        right: 0;
        background: #464646;
        height: 100%;
        transition: transform 0.5s;
        transform: translateX(100%); }
        body header#header nav.toggle.open {
          transform: translateX(0%); }
        body header#header nav.toggle ul.menu {
          margin: 12.708333333333334vw 0 8.59375vw 4.270833333333334vw; }
          body header#header nav.toggle ul.menu li {
            margin: 0 0 1.6145833333333335vw;
            font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
            font-size: 0.6770833333333334vw;
            color: #a7a7a7;
            letter-spacing: 0em; }
            body header#header nav.toggle ul.menu li a {
              color: #A7A7A7; }
              body header#header nav.toggle ul.menu li a:hover {
                color: #fff; }
            body header#header nav.toggle ul.menu li ul {
              margin: 0; }
              body header#header nav.toggle ul.menu li ul li {
                margin: 1.0416666666666667vw 0 0 0; }
                body header#header nav.toggle ul.menu li ul li:before {
                  content: "-"; }
        body header#header nav.toggle ul.icons {
          display: flex;
          margin: 8.59375vw 0 0 4.270833333333334vw; }
          body header#header nav.toggle ul.icons li {
            margin: 0 1.09375vw 0 0; }
            body header#header nav.toggle ul.icons li a img {
              object-fit: contain;
              width: 1.3020833333333335vw;
              height: 0.9895833333333334vw;
              margin: 0 auto;
              display: block;
              padding: 0.78125vw 0; }
        body header#header nav.toggle div.button-wrap {
          cursor: pointer;
          position: absolute;
          right: 0;
          width: 4.166666666666667vw;
          height: 100%;
          top: 0; }
          body header#header nav.toggle div.button-wrap div.button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 1.25vw;
            height: 0.5208333333333334vw; }
            body header#header nav.toggle div.button-wrap div.button img {
              width: 100%; }
    body main.photographer {
      width: 75.0vw;
      margin: 0 auto;
      padding: 4.166666666666667vw 4.166666666666667vw 0 0;
      position: relative; }
      body main.photographer nav.photographer-list {
        position: absolute;
        right: 4.166666666666667vw;
        top: 6.25vw; }
        body main.photographer nav.photographer-list:nth-of-type(2) {
          bottom: -90px;
          top: auto; }
        body main.photographer nav.photographer-list > ul > li {
          border: 0.052083333333333336vw solid #707070;
          width: 9.375vw;
          height: 1.875vw; }
          body main.photographer nav.photographer-list > ul > li > a {
            letter-spacing: 0.1em;
            width: 100%;
            height: 100%;
            font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
            font-size: 0.5208333333333334vw;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #2F2F2F;
            letter-spacing: 0.1em;
            position: relative; }
            body main.photographer nav.photographer-list > ul > li > a:after {
              content: "";
              position: absolute;
              width: 0.38385416666666666vw;
              height: 0.19947916666666668vw;
              right: 1.1979166666666667vw;
              top: 50%;
              transform: translateY(-50%);
              background: url(../img/icon_arrow.png) no-repeat;
              background-size: contain; }
            body main.photographer nav.photographer-list > ul > li > a.active, body main.photographer nav.photographer-list > ul > li > a:hover {
              background: #707070;
              color: #fff; }
              body main.photographer nav.photographer-list > ul > li > a.active:after, body main.photographer nav.photographer-list > ul > li > a:hover:after {
                background: url(../img/icon_arrow_white.png) no-repeat;
                background-size: contain; }
            body main.photographer nav.photographer-list > ul > li > a.active:after {
              transform: rotate(-180deg); }
          body main.photographer nav.photographer-list > ul > li ul {
            display: none;
            position: absolute;
            left: 0;
            top: 1.9270833333333335vw; }
            body main.photographer nav.photographer-list > ul > li ul li {
              width: 9.375vw;
              height: 1.875vw;
              border: 0.052083333333333336vw solid #707070; }
              body main.photographer nav.photographer-list > ul > li ul li:nth-of-type(n + 2) {
                margin: -1px 0 0 0; }
              body main.photographer nav.photographer-list > ul > li ul li a {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
                font-size: 0.625vw;
                color: #464646;
                letter-spacing: 0.1em; }
                body main.photographer nav.photographer-list > ul > li ul li a:hover {
                  background: #EBEBEB; }
      body main.photographer header {
        position: relative; }
        body main.photographer header h2 {
          position: relative;
          font-size: 0.625vw;
          display: inline; }
          body main.photographer header h2:before {
            position: absolute;
            content: "";
            display: block;
            background: #404040;
            width: 2.0833333333333335vw;
            height: 0.052083333333333336vw;
            right: -65px;
            top: 50%;
            transform: translateY(-50%); }
          body main.photographer header h2:after {
            margin: 0.625vw 0 0 0;
            content: "";
            display: block;
            background: url(../img/title_photographer.png) no-repeat;
            background-size: contain;
            width: 15.520833333333334vw;
            height: 3.1770833333333335vw; }
      body main.photographer .profile-content header {
        display: flex;
        margin: 3.125vw 0 0 0;
        height: auto; }
        body main.photographer .profile-content header .profile-content-image {
          width: 5.208333333333334vw;
          margin: 0 2.1875vw 0 0; }
          body main.photographer .profile-content header .profile-content-image img {
            width: 5.208333333333334vw;
            height: 5.208333333333334vw; }
        body main.photographer .profile-content header .profile-content-body .profile-content-body-name {
          display: flex;
          align-items: bottom;
          font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
          font-size: 0.7291666666666667vw;
          color: #2f2f2f;
          letter-spacing: 0.059em; }
          body main.photographer .profile-content header .profile-content-body .profile-content-body-name span {
            font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
            font-size: 0.9895833333333334vw;
            color: #2f2f2f;
            letter-spacing: 0.059em;
            margin: 0 1.0416666666666667vw 0 0; }
        body main.photographer .profile-content header .profile-content-body .profile-content-body-title {
          margin: 0.78125vw 0 0 0; }
          body main.photographer .profile-content header .profile-content-body .profile-content-body-title p {
            font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
            font-size: 0.625vw;
            color: #2f2f2f;
            letter-spacing: 0.1em;
            position: relative;
            display: inline; }
            body main.photographer .profile-content header .profile-content-body .profile-content-body-title p:after {
              content: "";
              position: absolute;
              right: -46px;
              width: 1.5625vw;
              height: 0.052083333333333336vw;
              background: #404040;
              top: 50%;
              transform: translateY(-50%); }
        body main.photographer .profile-content header .profile-content-body .profile-content-body-text {
          margin: 0.6770833333333334vw 0 0 0; }
          body main.photographer .profile-content header .profile-content-body .profile-content-body-text p {
            font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
            font-size: 0.625vw;
            color: #2f2f2f;
            letter-spacing: 0.08em;
            line-height: 1.6666666666666667; }
      body main.photographer .photo-content {
        position: relative;
        padding: 2.604166666666667vw 0 0 0; }
        body main.photographer .photo-content nav {
          position: absolute;
          right: 0;
          top: -25px; }
          body main.photographer .photo-content nav ul {
            display: flex; }
            body main.photographer .photo-content nav ul li {
              margin: 0 1.5625vw 0 0; }
              body main.photographer .photo-content nav ul li:last-of-type {
                margin: 0; }
              body main.photographer .photo-content nav ul li a {
                font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
                font-size: 0.625vw;
                color: #a7a7a7;
                letter-spacing: 0em;
                line-height: 2.5; }
                body main.photographer .photo-content nav ul li a:hover, body main.photographer .photo-content nav ul li a.current {
                  color: #404040; }
        body main.photographer .photo-content > ul {
          position: relative;
          margin: 0;
          height: 155.9375vw; }
          body main.photographer .photo-content > ul:nth-of-type(n + 2) {
            display: none; }
          body main.photographer .photo-content > ul li {
            position: absolute;
            margin: 0 0; }
            body main.photographer .photo-content > ul li a {
              width: 100%;
              height: 100%;
              display: block;
              overflow: hidden; }
              body main.photographer .photo-content > ul li a img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transform: translateY(20%);
                opacity: 0;
                transition: transform 1.0s, opacity 1.0s; }
                body main.photographer .photo-content > ul li a img.photo-fadein {
                  transform: translateY(0%);
                  opacity: 1; }
                  body main.photographer .photo-content > ul li a img.photo-fadein:hover {
                    transition: transform 0.3s;
                    transform: scale(1.1, 1.1); }
            body main.photographer .photo-content > ul li:nth-of-type(1) {
              top: 0;
              left: 0;
              width: 56.25vw;
              height: 37.65625vw; }
            body main.photographer .photo-content > ul li:nth-of-type(2) {
              top: 0;
              right: 0;
              width: 17.8125vw;
              height: 13.072916666666668vw; }
            body main.photographer .photo-content > ul li:nth-of-type(3) {
              top: 14.010416666666668vw;
              right: 0;
              width: 17.8125vw;
              height: 23.697916666666668vw; }
            body main.photographer .photo-content > ul li:nth-of-type(4) {
              top: 38.59375vw;
              left: 0;
              width: 38.54166666666667vw;
              height: 28.697916666666668vw; }
            body main.photographer .photo-content > ul li:nth-of-type(5) {
              top: 38.59375vw;
              right: 0;
              width: 35.520833333333336vw;
              height: 47.96875vw; }
            body main.photographer .photo-content > ul li:nth-of-type(6) {
              top: 68.22916666666667vw;
              left: 0;
              width: 18.802083333333336vw;
              height: 18.333333333333336vw; }
            body main.photographer .photo-content > ul li:nth-of-type(7) {
              top: 68.22916666666667vw;
              left: 19.635416666666668vw;
              width: 18.802083333333336vw;
              height: 18.333333333333336vw; }
            body main.photographer .photo-content > ul li:nth-of-type(8) {
              top: 87.5vw;
              left: 0;
              width: 56.25vw;
              height: 37.65625vw; }
            body main.photographer .photo-content > ul li:nth-of-type(9) {
              top: 87.5vw;
              right: 0;
              width: 17.8125vw;
              height: 13.072916666666668vw; }
            body main.photographer .photo-content > ul li:nth-of-type(10) {
              top: 101.51041666666667vw;
              right: 0;
              width: 17.8125vw;
              height: 23.697916666666668vw; }
            body main.photographer .photo-content > ul li:nth-of-type(11) {
              top: 126.09375vw;
              left: 0;
              width: 36.97916666666667vw;
              height: 28.697916666666668vw; }
            body main.photographer .photo-content > ul li:nth-of-type(12) {
              top: 126.09375vw;
              right: 0;
              width: 36.97916666666667vw;
              height: 28.697916666666668vw; }
        body main.photographer .photo-content .more {
          display: flex;
          justify-content: center;
          margin: 2.0833333333333335vw 0 0 0; }
          body main.photographer .photo-content .more a {
            width: 7.291666666666667vw;
            font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
            font-size: 0.9375vw;
            color: #2f2f2f;
            letter-spacing: 0.3em;
            line-height: 1.6666666666666667;
            text-align: center; }
    body main.common {
      width: 70vw;
      margin: 0 auto;
      padding: 6vw 4vw 0;
      position: relative; }
      body main.common > header {
        position: relative; }
        body main.common > header h2 {
          font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
          position: relative;
          font-size: 2.5vw;
          margin: 3vw 0 3vw;
          display: block; }
      body main.common .common-content h3 {
        font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
        font-size: 0.9895833333333334vw;
        font-weight: bold;
        line-height: 2; }
      body main.common .common-content p {
        font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
        font-size: 0.9375vw;
        color: #404040;
        letter-spacing: 0.2em;
        line-height: 2;
        margin: 0 0 2vw; }
        body main.common .common-content p a {
          font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
          text-decoration: underline; }
    body footer#footer {
      margin: 12.65625vw 0 0 0;
      border-top: 0.052083333333333336vw solid #A7A7A7;
      height: 8.020833333333334vw; }
      body footer#footer .footer-backtop {
        position: fixed;
        width: 3.4375vw;
        height: 2.34375vw;
        background: url(../img/icon_back_top.png) no-repeat;
        background-size: contain;
        cursor: pointer;
        bottom: 2.0833333333333335vw;
        right: 6.25vw;
        z-index: 1;
        display: none; }
        body footer#footer .footer-backtop:hover:before {
          height: 2.135416666666667vw; }
        body footer#footer .footer-backtop:before {
          transition: height 0.5s;
          content: "";
          width: 0.36458333333333337vw;
          height: 1.0416666666666667vw;
          position: absolute;
          left: 50%;
          bottom: 2.34375vw;
          background: url(../img/icon_back_top_arrow.png) no-repeat;
          background-size: 100% auto; }
      body footer#footer .footer-wrap {
        position: relative;
        width: 59.895833333333336vw;
        margin: 0 auto;
        height: 100%; }
        body footer#footer .footer-wrap .logo {
          position: absolute;
          width: 11.979166666666668vw;
          left: 50%;
          top: 1.40625vw;
          transform: translateX(-50%); }
          body footer#footer .footer-wrap .logo img {
            width: 100%; }
        body footer#footer .footer-wrap nav {
          position: absolute;
          top: 2.291666666666667vw; }
          body footer#footer .footer-wrap nav ul {
            display: inline; }
            body footer#footer .footer-wrap nav ul li {
              font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
              font-size: 0.625vw;
              color: #2f2f2f;
              letter-spacing: 0em;
              line-height: 2;
              display: inline;
              margin: 0 0.5em 0 0;
              padding: 0 0.5em 0 0;
              border-right: 0.052083333333333336vw solid #2f2f2f; }
              body footer#footer .footer-wrap nav ul li:last-of-type {
                border: none; }
              body footer#footer .footer-wrap nav ul li ul li {
                border: none;
                margin: 0;
                padding: 0; }
                body footer#footer .footer-wrap nav ul li ul li:before {
                  content: "-";
                  padding: 0 0 0 0.5em; }
          body footer#footer .footer-wrap nav > ul:nth-of-type(2) {
            display: block; }
        body footer#footer .footer-wrap .company {
          position: absolute;
          right: 0;
          top: 2.291666666666667vw; }
          body footer#footer .footer-wrap .company ul {
            display: flex;
            flex-wrap: wrap;
            width: 21vw; }
            body footer#footer .footer-wrap .company ul li {
              font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
              font-size: 0.625vw;
              color: #2f2f2f;
              letter-spacing: 0em;
              line-height: 2; }
        body footer#footer .footer-wrap .copyright {
          position: absolute;
          top: 5vw; }
          body footer#footer .footer-wrap .copyright p {
            font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
            font-size: 0.46875vw;
            color: #2f2f2f;
            letter-spacing: 0em;
            line-height: 1.5; }
    body #lightbox .lb-outerContainer {
      border-radius: 0;
      background-color: transparent;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      body #lightbox .lb-outerContainer .lb-rotate {
        display: none; }
      body #lightbox .lb-outerContainer .lb-closeContainer {
        position: absolute;
        top: -3vw;
        right: 0; }
        body #lightbox .lb-outerContainer .lb-closeContainer .lb-close {
          width: 24px;
          height: 24px;
          display: block;
          background: url(../img/icon_photo_close_pc.png) no-repeat;
          background-size: contain; }
      body #lightbox .lb-outerContainer .lb-container {
        display: flex;
        position: relative; }
        body #lightbox .lb-outerContainer .lb-container .lb-image {
          border-radius: 0;
          border: none; }
        body #lightbox .lb-outerContainer .lb-container .lb-nav .lb-next {
          width: 160px;
          position: absolute;
          right: -160px;
          background: url(../img/icon_photo_next.png) left 0px center no-repeat;
          background-size: 80px; }
          body #lightbox .lb-outerContainer .lb-container .lb-nav .lb-next:hover {
            opacity: 1; }
        body #lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev {
          width: 160px;
          position: absolute;
          left: -160px;
          background: url(../img/icon_photo_prev.png) right 0px center no-repeat;
          background-size: 80px; }
          body #lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev:hover {
            opacity: 1; }
    body #lightbox .lb-dataContainer {
      padding: 0.5vw 0 2vw; }
      body #lightbox .lb-dataContainer .lb-data .lb-details .lb-caption {
        font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
        font-weight: normal;
        font-size: 0.625vw;
        color: #ffffff;
        letter-spacing: 0em;
        line-height: 2; }
      body #lightbox .lb-dataContainer .lb-data .lb-details .lb-number {
        display: none !important; }

        /*
        body {
            font-family: $font-family-sans;
            font-size: 18px;
            background: #fff;
            color: #404040;
            min-width: 1600px;

            .loading {
                position: fixed;
                width: 100%;
                height: 100%;
                background: #fff;
                z-index: 100;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-wrap: wrap;
                img {
                    width: 960px;
                    height: 395px;
                }
                div {
                    width: 100%;
                    text-align: center;
                    span {
                        width: 8px;
                        height: 8px;
                        background: url(../img/icon_dot.png);
                        background-size: contain;
                        display: inline-block;
                        margin: 0 20px;
                        visibility: hidden;
                        &.on {
                            visibility: visible;

                        }
                    }
                }
            }

            header#header {
                position: relative;
                div.logo {
                    position: absolute;
                    width: 158px;
                    height: 20px;
                    top: 40px;
                    left: 40px;
                    z-index: 1;
                    img {
                        width: 100%;
                    }
                }
                nav.global {
                    background: #fff;
                    display: flex;
                    position: fixed;
                    right: 0;
                    top: 0;
                    height: 100%;
                    width: 80px;
                    //border-left: 1px solid #404040;
                    flex-wrap: wrap;
                    z-index: 1;
                    cursor: pointer;
                    &:hover {
                        background: #464646;
                        img {
                            filter: brightness(10);
                        }
                    }
                    ul {
                        width: 100%;
                        margin: 67px 0 0;
                        li {
                            width: 100%;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            flex-wrap: wrap;
                            a {
                                width: 100%;
                                img {
                                    object-fit: contain;
                                    width: 25px;
                                    height: 19px;
                                    margin: 0 auto;
                                    display: block;
                                    padding: 15px 0;
                                }
                            }
                        }
                    }
                    div.button {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        width: 24px;
                        height: 10px;
                        img {
                            width: 100%;
                        }
                    }
                }
                nav.toggle {
                    z-index: 2;
                    width: 320px;
                    position: fixed;
                    right: 0;
                    background: #464646;
                    height: 100%;
                    transition: transform 0.5s;
                    &.open {
                        transform: translateX(0%);
                    }
                    transform: translateX(100%);
                    ul.menu {
                        margin: 244px 0 165px 82px;
                        li {
                            margin: 0 0 31px;
                            font-family: $font-family-serif;
                            font-size: 13px;
                            color: #a7a7a7;
                            letter-spacing: 0em;

                            a {
                                color: #A7A7A7;
                                &:hover {
                                    color: #fff;
                                }
                            }

                            ul {
                                margin: 0;
                                li {
                                    margin: 20px 0 0 0;
                                    &:before {
                                        content: "-";
                                    }
                                }
                            }
                        }
                    }
                    ul.icons {
                        display: flex;
                        margin: 165px 0 0 82px;
                        li {
                            margin: 0 21px 0 0;
                            a {
                                img {
                                    object-fit: contain;
                                    width: 25px;
                                    height: 19px;
                                    margin: 0 auto;
                                    display: block;
                                    padding: 15px 0;
                                }
                            }
                        }
                    }
                    div.button-wrap {
                        cursor: pointer;
                        position: absolute;
                        right: 0;
                        width: 80px;
                        height: 100%;
                        top: 0;
                        div.button {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            width: 24px;
                            height: 10px;
                            img {
                                width: 100%;
                            }
                        }

                    }

                }
            }

            main {
                &.photographer {
                    width: 1440px;
                    margin: 0 auto;
                    padding: 80px 80px 0 0;
                    position: relative;
                    nav.photographer-list {
                        position: absolute;
                        right: 80px;
                        top: 120px;
                        &:nth-of-type(2) {
                            bottom: -90px;
                            top: auto;
                        }
                        >ul {

                            >li {
                                border: 1px solid #707070;
                                width: 180px;
                                height: 36px;
                                >a {
                                    letter-spacing: 0.1em;
                                    width: 100%;
                                    height: 100%;
                                    font-family: $font-family-serif;
                                    font-size: 10px;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    color: #2F2F2F;
                                    letter-spacing: 0.1em;
                                    position: relative;
                                    &:after {
                                        content: "";
                                        position: absolute;
                                        width: 7.37px;
                                        height: 3.83px;
                                        right: 23px;
                                        top: 50%;
                                        transform: translateY(-50%);
                                        background: url(../img/icon_arrow.png) no-repeat;
                                        background-size: contain;
                                    }
                                    &.active,
                                    &:hover {
                                        background: #707070;
                                        color: #fff;
                                        &:after {
                                            background: url(../img/icon_arrow_white.png) no-repeat;
                                            background-size: contain;
                                        }
                                    }
                                    &.active {
                                        &:after {
                                            transform: rotate(-180deg);
                                        }
                                    }
                                }


                                ul {
                                    display: none;
                                    position: absolute;
                                    left: 0;
                                    top: 37px;

                                    li {
                                        width: 180px;
                                        height: 36px;
                                        border: 1px solid #707070;
                                        &:nth-of-type(n + 2) {
                                            margin: -1px 0 0 0;

                                        }
                                        a {
                                            display: flex;
                                            justify-content: center;
                                            align-items: center;
                                            width: 100%;
                                            height: 100%;
                                            font-family: $font-family-serif;
                                            font-size: 12px;
                                            color: #464646;
                                            letter-spacing: 0.1em;
                                            &:hover {
                                                background: #EBEBEB;
                                            }

                                        }
                                    }
                                }
                            }
                        }
                    }
                    header {
                        position: relative;
                        h2 {
                            position: relative;
                            font-size: 12px;
                            display: inline;
                            &:before {
                                position: absolute;
                                content: "";
                                display: block;
                                background: #404040;
                                width: 40px;
                                height: 1px;
                                right: -65px;
                                top: 50%;
                                transform: translateY(-50%);
                            }
                            &:after {
                                margin: 12px 0 0 0;
                                content: "";
                                display: block;
                                background: url(../img/title_photographer.png) no-repeat;
                                background-size: contain;
                                width: 298px;
                                height: 61px;
                            }
                        }
                    }

                    .profile-content {
                        header {
                            display: flex;
                            margin: 60px 0 0 0;
                            height: 140px;
                            .profile-content-image {
                                width: 100px;
                                margin: 0 42px 0 0;
                                img {
                                    width: 100px;
                                    height: 100px;
                                }
                            }
                            .profile-content-body {
                                .profile-content-body-name {

                                    display: flex;
                                    align-items: bottom;
                                    font-family: $font-family-serif;
                                    font-size: 14px;
                                    color: #2f2f2f;
                                    letter-spacing: 0.059em;

                                    span {
                                        font-family: $font-family-serif;
                                        font-size: 19px;
                                        color: #2f2f2f;
                                        letter-spacing: 0.059em;
                                        margin: 0 20px 0 0;

                                    }
                                }
                                .profile-content-body-title {
                                    margin: 15px 0 0 0;
                                    p {
                                        font-family: $font-family-serif;
                                        font-size: 12px;
                                        color: #2f2f2f;
                                        letter-spacing: 0.1em;
                                        position: relative;
                                        display: inline;
                                        &:after {
                                            content: "";
                                            position: absolute;
                                            right: -46px;
                                            width: 30px;
                                            height: 1px;
                                            background: #404040;
                                            top: 50%;
                                            transform: translateY(-50%);
                                        }
                                    }

                                }
                                .profile-content-body-text {
                                    margin: 13px 0 0 0;
                                    p {
                                        font-family: $font-family-sans;
                                        font-size: 12px;
                                        color: #2f2f2f;
                                        letter-spacing: 0.08em;
                                        line-height: 1.6666666666666667;
                                    }
                                }
                            }
                        }
                    }

                    .photo-content {
                        position: relative;
                        padding: 50px 0 0 0;
                        nav {
                            position: absolute;
                            right: 0;
                            top: -25px;
                            ul {
                                display: flex;
                                li {
                                    margin: 0 30px 0 0;
                                    &:last-of-type {
                                        margin: 0;

                                    }
                                    a {
                                        font-style: Hiragino Kaku Gothic Pro;
                                        font-weight: W3;
                                        font-size: 12px;
                                        color: #a7a7a7;
                                        letter-spacing: 0em;
                                        line-height: 2.5;
                                        &:hover,
                                        &.current {
                                            color: #404040;
                                        }
                                    }
                                }
                            }
                        }
                        >ul {
                            position: relative;
                            margin: 0;
                            height: 2994px;
                            &:nth-of-type(n + 2) {
                                display: none;
                            }
                            li {
                                position: absolute;
                                margin: 0 0;
                                a {
                                    width: 100%;
                                    height: 100%;
                                    display: block;
                                    overflow: hidden;
                                    img {
                                        width: 100%;
                                        height: 100%;
                                        object-fit: cover;
                                        transition: transform 0.3s;
                                        &:hover {
                                            transform:scale(1.1,1.1);
                                        }
                                    }
                                }
                                &:nth-of-type(1) {
                                    top: 0;
                                    left: 0;
                                    width: 1080px;
                                    height: 723px;
                                }
                                &:nth-of-type(2) {
                                    top: 0;
                                    right: 0;
                                    width: 342px;
                                    height: 251px;
                                }
                                &:nth-of-type(3) {
                                    top: 269px;
                                    right: 0;
                                    width: 342px;
                                    height: 455px;
                                }
                                &:nth-of-type(4) {
                                    top: 741px;
                                    left: 0;
                                    width: 740px;
                                    height: 551px;
                                }
                                &:nth-of-type(5) {
                                    top: 741px;
                                    right: 0;
                                    width: 682px;
                                    height: 921px;
                                }
                                &:nth-of-type(6) {
                                    top: 1310px;
                                    left: 0;
                                    width: 361px;
                                    height: 352px;
                                }
                                &:nth-of-type(7) {
                                    top: 1310px;
                                    left: 377px;
                                    width: 361px;
                                    height: 352px;
                                }
                                &:nth-of-type(8) {
                                    top: 1680px;
                                    left: 0;
                                    width: 1080px;
                                    height: 723px;
                                }
                                &:nth-of-type(9) {
                                    top: 1680px;
                                    right: 0;
                                    width: 342px;
                                    height: 251px;
                                }
                                &:nth-of-type(10) {
                                    top: 1949px;
                                    right: 0;
                                    width: 342px;
                                    height: 455px;
                                }
                                &:nth-of-type(11) {
                                    top: 2421px;
                                    left: 0;
                                    width: 710px;
                                    height: 551px;
                                }
                                &:nth-of-type(12) {
                                    top: 2421px;
                                    right: 0;
                                    width: 710px;
                                    height: 551px;
                                }
                            }
                        }
                        .more {
                            display: flex;
                            justify-content: center;
                            margin: 40px 0 0 0;

                            a {
                                width: 140px;
                                font-style: YuMincho;
                                font-weight: Medium;
                                font-size: 18px;
                                color: #2f2f2f;
                                letter-spacing: 0.3em;
                                line-height: 1.6666666666666667;
                                text-align: center;

                            }

                        }
                    }
                }

            }

            footer#footer {
                margin: 243px 0 0 0;
                border-top: 1px solid #A7A7A7;
                height: 154px;
                .footer-backtop {
                    position: fixed;
                    width: 66px;
                    height: 45px;
                    background: url(../img/icon_back_top.png) no-repeat;
                    background-size: contain;
                    cursor: pointer;
                    bottom: 40px;
                    right: 120px;
                    z-index: 1;
                    &:hover {
                        &:before {
                            height: 41px;
                        }
                    }
                    
                    &:before {
                        transition: height 0.5s;
                        content: "";
                        width: 7px;
                        height: 20px;
                        position: absolute;
                        left: 50%;
                        bottom: 45px;
                        background: url(../img/icon_back_top_arrow.png) no-repeat;
                        background-size: 100% auto;
                    }
                }
                .footer-wrap {
                    position: relative;
                    width: 1150px;
                    margin: 0 auto;
                    height: 100%;
                    .logo {
                        position: absolute;
                        width: 230px;
                        left: 50%;
                        top: 27px;
                        transform: translateX(-50%);
                        img {
                            width: 100%;
                        }
                    }
                    nav {
                        position: absolute;
                        top: 44px;
                        ul {
                            display: inline;
                            li {

                                font-family: $font-family-sans;
                                font-size: 12px;
                                color: #2f2f2f;
                                letter-spacing: 0em;
                                line-height: 2;
                                display: inline;
                                margin: 0 0.5em 0 0;
                                padding: 0 0.5em 0 0;
                                border-right: 1px solid #2f2f2f;
                                &:last-of-type {
                                    border: none;
                                }
                                ul {
                                    li {
                                        border: none;
                                        margin: 0;
                                        padding: 0;
                                        &:before {
                                            content: "-";
                                            padding: 0 0 0 0.5em;
                                        }
                                    }
                                }

                            }
                        }
                    }
                    .company {
                        position: absolute;
                        right: 0;
                        top: 44px;
                        ul {
                            display: flex;
                            flex-wrap: wrap;
                            width: 315px;
                            li {

                                font-family: $font-family-sans;
                                font-size: 12px;
                                color: #2f2f2f;
                                letter-spacing: 0em;
                                line-height: 2;
                                &:last-of-type {
                                    margin: 0 0 0 22px;
                                }
                            }
                        }
                    }

                    .copyright {
                        position: absolute;
                        bottom: 44px;
                        p {

                            font-family: $font-family-sans;
                            font-size: 9px;
                            color: #2f2f2f;
                            letter-spacing: 0em;
                            line-height: 1.5;

                        }
                    }

                }
            }

            #lightbox {
                .lb-outerContainer {
                    border-radius: 0;
                    background-color: transparent;
                    .lb-image {
                        border-radius: 0;
                        border: none;
                    }
                    .lb-closeContainer {
                        position: absolute;
                        top: -10px;
                        .lb-close {
                            width: 100px;
                            height: 100px;
                            display: block;
                        }
                    }
                }
                .lb-dataContainer {
                    .lb-data {
                        .lb-details {
                            .lb-caption {
                                font-style: YuGothic;
                                font-weight: normal;
                                font-size: 12px;
                                color: #ffffff;
                                letter-spacing: 0em;
                                line-height: 2;

                            }
                            .lb-number {
                                display: none !important;
                            }
                        }
                    }
                }


            }
        }
        */ }
@media screen and (max-width: 768px) {
  body {
    font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
    font-size: 4.787234042553192vw;
    background: #fff;
    color: #404040; }
    body .loading {
      position: fixed;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 100;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      body .loading #lottie {
        width: 66.66666666666667vw;
        margin: 0 auto 11.73333333333333vw; }
      body .loading div {
        width: 100%;
        text-align: center; }
        body .loading div span {
          width: 2.133333333333333vw;
          height: 2.133333333333333vw;
          background: url(../img/icon_dot.png);
          background-size: contain;
          display: inline-block;
          margin: 0 3.98936170212766vw;
          visibility: hidden; }
          body .loading div span.on {
            visibility: visible; }
    body header#header {
      position: relative; }
      body header#header div.logo {
        position: absolute;
        width: 32.4468085106383vw;
        height: 3.9893617021276597vw;
        top: 5.053191489361702vw;
        left: 4.25531914893617vw;
        z-index: 10; }
        body header#header div.logo img {
          width: 100%; }
      body header#header nav.global {
        background: transparent;
        display: flex;
        position: fixed;
        right: 0;
        top: 0;
        width: 19.11458333333333vw;
        height: 12.765957446808512vw;
        flex-wrap: wrap;
        z-index: 2;
        cursor: pointer; }
        body header#header nav.global ul {
          display: none; }
        body header#header nav.global div.button {
          position: absolute;
          top: 50%;
          right: 5.053191489361702vw;
          transform: translate(-50%, -50%);
          width: 6.382978723404256vw;
          height: 2.6595744680851063vw; }
          body header#header nav.global div.button img {
            width: 100%; }
      body header#header nav.toggle {
        z-index: 20;
        width: 100%;
        position: fixed;
        right: 0;
        background: #464646;
        height: 100%;
        transition: transform 0.5s;
        overflow: hidden;
        transform: translateX(100%); }
        body header#header nav.toggle.open {
          transform: translateX(0%); }
        body header#header nav.toggle ul.menu {
          margin: 51.861702127659576vw 0 43.88297872340426vw 20.47872340425532vw; }
          body header#header nav.toggle ul.menu li {
            margin: 0 0 12.101063829787234vw;
            font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
            font-size: 4.25531914893617vw;
            color: #a7a7a7;
            letter-spacing: 0em; }
            body header#header nav.toggle ul.menu li a {
              color: #A7A7A7; }
              body header#header nav.toggle ul.menu li a:hover {
                color: #fff; }
            body header#header nav.toggle ul.menu li ul {
              margin: 0; }
              body header#header nav.toggle ul.menu li ul li {
                margin: 7.712765957446809vw 0 0 0; }
                body header#header nav.toggle ul.menu li ul li:before {
                  content: "-"; }
        body header#header nav.toggle ul.icons {
          display: flex;
          margin: 48.13829787234043vw 0 0 21.808510638297875vw; }
          body header#header nav.toggle ul.icons li {
            margin: 0 12.765957446808512vw 0 0; }
            body header#header nav.toggle ul.icons li a img {
              object-fit: contain;
              width: 7.093085106382979vw;
              height: 5.992021276595746vw;
              margin: 0 auto;
              display: block;
              padding: 0 0; }
        body header#header nav.toggle div.button-wrap {
          cursor: pointer;
          position: absolute;
          right: 5.053191489361702vw;
          width: 10.638297872340425vw;
          height: 10.638297872340425vw;
          top: 0; }
          body header#header nav.toggle div.button-wrap div.button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 6.382978723404256vw;
            height: 2.6595744680851063vw; }
            body header#header nav.toggle div.button-wrap div.button img {
              width: 100%; }
    body main.photographer {
      width: 100%;
      margin: 0 auto;
      padding: 20.21276595744681vw 0 0 0;
      position: relative; }
      body main.photographer nav.photographer-list {
        margin: 11.170212765957448vw auto 0; }
        body main.photographer nav.photographer-list > ul {
          position: relative;
          width: 51.59574468085107vw;
          height: 10.372340425531915vw;
          margin: 0 auto; }
          body main.photographer nav.photographer-list > ul > li {
            border: 0.26595744680851063vw solid #707070;
            width: 51.59574468085107vw;
            height: 10.372340425531915vw; }
            body main.photographer nav.photographer-list > ul > li > a {
              letter-spacing: 0.1em;
              width: 100%;
              height: 100%;
              font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
              font-size: 3.191489361702128vw;
              display: flex;
              align-items: center;
              justify-content: center;
              color: #2F2F2F;
              letter-spacing: 0.1em;
              position: relative; }
              body main.photographer nav.photographer-list > ul > li > a:after {
                content: "";
                position: absolute;
                width: 1.9601063829787235vw;
                height: 1.018617021276596vw;
                right: 6.117021276595745vw;
                top: 50%;
                transform: translateY(-50%);
                background: url(../img/icon_arrow.png) no-repeat;
                background-size: contain; }
              body main.photographer nav.photographer-list > ul > li > a.active, body main.photographer nav.photographer-list > ul > li > a:hover {
                background: #707070;
                color: #fff; }
                body main.photographer nav.photographer-list > ul > li > a.active:after, body main.photographer nav.photographer-list > ul > li > a:hover:after {
                  background: url(../img/icon_arrow_white.png) no-repeat;
                  background-size: contain; }
              body main.photographer nav.photographer-list > ul > li > a.active:after {
                transform: rotate(-180deg); }
            body main.photographer nav.photographer-list > ul > li ul {
              display: none;
              position: absolute;
              left: 0;
              top: 10.638297872340425vw;
              width: 100%;
              z-index: 1; }
              body main.photographer nav.photographer-list > ul > li ul li {
                width: 100%;
                height: 9.574468085106384vw;
                border: 0.26595744680851063vw solid #707070;
                background: #fff; }
                body main.photographer nav.photographer-list > ul > li ul li:nth-of-type(n + 2) {
                  margin: -1px 0 0 0; }
                body main.photographer nav.photographer-list > ul > li ul li a {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  width: 100%;
                  height: 100%;
                  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
                  font-size: 3.191489361702128vw;
                  color: #464646;
                  letter-spacing: 0.1em; }
                  body main.photographer nav.photographer-list > ul > li ul li a:hover {
                    background: #EBEBEB; }
      body main.photographer header {
        position: relative;
        padding: 0 6.6489361702127665vw 0 6.6489361702127665vw; }
        body main.photographer header h2 {
          position: relative;
          font-size: 3.191489361702128vw;
          display: inline; }
          body main.photographer header h2:before {
            position: absolute;
            content: "";
            display: block;
            background: #404040;
            width: 10.638297872340425vw;
            height: 0.26595744680851063vw;
            right: -17.28723404255319vw;
            top: 50%;
            transform: translateY(-50%); }
          body main.photographer header h2:after {
            margin: 1.595744680851064vw 0 0 0;
            content: "";
            display: block;
            background: url(../img/title_photographer.png) no-repeat;
            background-size: contain;
            width: 56.38297872340426vw;
            height: 11.436170212765958vw; }
      body main.photographer .profile-content header {
        margin: 13.031914893617023vw 0 0 0; }
        body main.photographer .profile-content header .profile-content-image {
          width: 26.595744680851066vw;
          margin: 0 auto; }
          body main.photographer .profile-content header .profile-content-image img {
            width: 26.595744680851066vw;
            height: 26.595744680851066vw; }
        body main.photographer .profile-content header .profile-content-body .profile-content-body-name {
          margin: 2.925531914893617vw 0 10.638297872340425vw 0;
          text-align: center;
          font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
          font-size: 4.521276595744681vw;
          color: #2f2f2f;
          letter-spacing: 0.059em; }
          body main.photographer .profile-content header .profile-content-body .profile-content-body-name span {
            display: none; }
        body main.photographer .profile-content header .profile-content-body .profile-content-body-title {
          margin: 0 0 0 0; }
          body main.photographer .profile-content header .profile-content-body .profile-content-body-title p {
            font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
            font-size: 2.6595744680851063vw;
            color: #2f2f2f;
            letter-spacing: 0.1em;
            position: relative;
            display: inline; }
            body main.photographer .profile-content header .profile-content-body .profile-content-body-title p:after {
              content: "";
              position: absolute;
              right: -12.23404255319149vw;
              width: 7.9787234042553195vw;
              height: 0.26595744680851063vw;
              background: #404040;
              top: 50%;
              transform: translateY(-50%); }
        body main.photographer .profile-content header .profile-content-body .profile-content-body-text {
          margin: 3.9893617021276597vw 0 0 0; }
          body main.photographer .profile-content header .profile-content-body .profile-content-body-text p {
            font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
            font-size: 3.7234042553191493vw;
            color: #2f2f2f;
            letter-spacing: 0.08em;
            line-height: 1.8571428571428572; }
      body main.photographer .photo-content {
        position: relative;
        padding: 13.297872340425533vw 0 0 0; }
        body main.photographer .photo-content nav {
          padding: 0 6.6489361702127665vw;
          margin: 0 0 13.297872340425533vw;
          box-sizing: border-box; }
          body main.photographer .photo-content nav ul {
            display: flex;
            justify-content: space-around; }
            body main.photographer .photo-content nav ul li {
              margin: 0 0 0 0; }
              body main.photographer .photo-content nav ul li:last-of-type {
                margin: 0; }
              body main.photographer .photo-content nav ul li a {
                font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
                font-size: 3.7234042553191493vw;
                color: #a7a7a7;
                letter-spacing: 0em;
                line-height: 2.5; }
                body main.photographer .photo-content nav ul li a:hover, body main.photographer .photo-content nav ul li a.current {
                  color: #404040; }
        body main.photographer .photo-content > ul {
          position: relative;
          margin: 0;
          height: 184.04255319148936vw;
          padding: 0 6.6489361702127665vw; }
          body main.photographer .photo-content > ul:nth-of-type(n + 2) {
            display: none; }
          body main.photographer .photo-content > ul li {
            position: absolute;
            margin: 0 0; }
            body main.photographer .photo-content > ul li a {
              width: 100%;
              height: 100%;
              display: block; }
              body main.photographer .photo-content > ul li a img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transform: translateY(20%);
                opacity: 0;
                transition: transform 1.0s, opacity 1.0s; }
                body main.photographer .photo-content > ul li a img.photo-fadein {
                  transform: translateY(0%);
                  opacity: 1; }
            body main.photographer .photo-content > ul li:nth-of-type(1) {
              top: 0;
              left: 6.6489361702127665vw;
              width: 63.05957446808511vw;
              height: 44.41489361702128vw; }
            body main.photographer .photo-content > ul li:nth-of-type(2) {
              top: 0;
              right: 6.6489361702127665vw;
              width: 22.606382978723406vw;
              height: 21.542553191489365vw; }
            body main.photographer .photo-content > ul li:nth-of-type(3) {
              top: 22.872340425531917vw;
              right: 6.6489361702127665vw;
              width: 22.606382978723406vw;
              height: 21.542553191489365vw; }
            body main.photographer .photo-content > ul li:nth-of-type(4) {
              top: 45.74468085106383vw;
              left: 6.6489361702127665vw;
              width: 44.68085106382979vw;
              height: 33.24468085106383vw; }
            body main.photographer .photo-content > ul li:nth-of-type(5) {
              top: 45.74468085106383vw;
              right: 6.6489361702127665vw;
              width: 40.95744680851064vw;
              height: 55.58510638297873vw; }
            body main.photographer .photo-content > ul li:nth-of-type(6) {
              top: 80.31914893617022vw;
              left: 6.6489361702127665vw;
              width: 21.542553191489365vw;
              height: 21.542553191489365vw; }
            body main.photographer .photo-content > ul li:nth-of-type(7) {
              top: 80.31914893617022vw;
              left: 29.521276595744684vw;
              width: 21.542553191489365vw;
              height: 21.542553191489365vw; }
            body main.photographer .photo-content > ul li:nth-of-type(8) {
              top: 103.19148936170214vw;
              left: 6.6489361702127665vw;
              width: 63.05957446808511vw;
              height: 44.41489361702128vw; }
            body main.photographer .photo-content > ul li:nth-of-type(9) {
              top: 103.19148936170214vw;
              right: 6.6489361702127665vw;
              width: 22.606382978723406vw;
              height: 21.542553191489365vw; }
            body main.photographer .photo-content > ul li:nth-of-type(10) {
              top: 126.06382978723406vw;
              right: 6.6489361702127665vw;
              width: 22.606382978723406vw;
              height: 21.542553191489365vw; }
            body main.photographer .photo-content > ul li:nth-of-type(11) {
              top: 148.93617021276597vw;
              left: 6.6489361702127665vw;
              width: 42.75vw;
              height: 33.24468085106383vw; }
            body main.photographer .photo-content > ul li:nth-of-type(12) {
              top: 148.93617021276597vw;
              right: 6.6489361702127665vw;
              width: 42.75vw;
              height: 33.24468085106383vw; }
        body main.photographer .photo-content .more {
          display: flex;
          justify-content: center;
          margin: 10.638297872340425vw 0 0 0; }
          body main.photographer .photo-content .more a {
            width: 37.23404255319149vw;
            font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
            font-size: 3.7234042553191493vw;
            color: #2f2f2f;
            letter-spacing: 0.3em;
            line-height: 1.6666666666666667;
            text-align: center; }
    body main.common {
      padding: 20.21276595744681vw 0 0 0;
      width: 100%;
      margin: 0 auto;
      padding: 20.21276595744681vw 6.6489361702127665vw 0 6.6489361702127665vw;
      position: relative;
      box-sizing: border-box; }
      body main.common > header {
        position: relative; }
        body main.common > header h2 {
          font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
          position: relative;
          font-size: 6.5vw;
          margin: 0 0 6vw;
          display: block; }
      body main.common .common-content h3 {
        font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
        font-size: 3.2893617021276597vw;
        font-weight: bold;
        line-height: 2; }
      body main.common .common-content p {
        font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
        font-size: 3.2893617021276597vw;
        color: #404040;
        letter-spacing: 0.2em;
        line-height: 2;
        margin: 0 0 6vw; }
        body main.common .common-content p a {
          font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
          text-decoration: underline; }
    body footer#footer {
      margin: 18.617021276595747vw 0 7.9787234042553195vw 0;
      border-top: 0.26595744680851063vw solid #A7A7A7;
      height: auto; }
      body footer#footer .footer-backtop {
        position: fixed;
        width: 10vw;
        height: 7vw;
        background: url(../img/icon_back_top.png) no-repeat;
        background-size: contain;
        cursor: pointer;
        bottom: 3vw;
        right: 6vw;
        z-index: 1;
        display: none; }
        body footer#footer .footer-backtop:hover:before {
          height: 5vw; }
        body footer#footer .footer-backtop:before {
          transition: height 0.5s;
          content: "";
          width: 1vw;
          height: 3vw;
          position: absolute;
          left: 50%;
          bottom: 6.5vw;
          background: url(../img/icon_back_top_arrow.png) no-repeat;
          background-size: 100% auto; }
      body footer#footer .footer-wrap {
        position: relative;
        width: 100%;
        margin: 0 auto; }
        body footer#footer .footer-wrap .logo {
          margin: 10.106382978723405vw auto 0;
          width: 61.17021276595745vw; }
          body footer#footer .footer-wrap .logo img {
            width: 100%; }
        body footer#footer .footer-wrap nav {
          margin: 15.957446808510639vw 0 11.702127659574469vw 0;
          display: flex;
          justify-content: center;
          flex-wrap: wrap; }
          body footer#footer .footer-wrap nav ul {
            display: inline; }
            body footer#footer .footer-wrap nav ul li {
              font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
              font-size: 3.191489361702128vw;
              color: #2f2f2f;
              letter-spacing: 0em;
              line-height: 2;
              display: inline;
              margin: 0 0.5em 0 0;
              padding: 0 0.5em 0 0;
              border-right: 0.26595744680851063vw solid #2f2f2f; }
              body footer#footer .footer-wrap nav ul li:last-of-type {
                border: none; }
              body footer#footer .footer-wrap nav ul li ul li {
                border: none;
                margin: 0;
                padding: 0; }
                body footer#footer .footer-wrap nav ul li ul li:before {
                  content: "-";
                  padding: 0 0 0 0.5em; }
        body footer#footer .footer-wrap .company {
          display: flex;
          justify-content: center; }
          body footer#footer .footer-wrap .company ul {
            width: 83.77659574468086vw; }
            body footer#footer .footer-wrap .company ul li {
              text-align: center;
              font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
              font-size: 3.191489361702128vw;
              color: #2f2f2f;
              letter-spacing: 0em;
              line-height: 2; }
              body footer#footer .footer-wrap .company ul li:last-of-type {
                margin: 3.9893617021276597vw 0 0 0; }
        body footer#footer .footer-wrap .copyright {
          margin: 14.361702127659575vw 0 0 0; }
          body footer#footer .footer-wrap .copyright p {
            text-align: center;
            font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
            font-size: 2.393617021276596vw;
            color: #2f2f2f;
            letter-spacing: 0em;
            line-height: 1.5; }
    body #lightbox {
      position: fixed;
      width: 100% !important;
      height: 100% !important;
      top: 0 !important;
      left: 0 !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      body #lightbox .lb-outerContainer {
        height: auto !important;
        border-radius: 0;
        background-color: transparent; }
        body #lightbox .lb-outerContainer .lb-image {
          border-radius: 0;
          border: none; }
        body #lightbox .lb-outerContainer .lb-rotateContainer {
          top: 0;
          left: 0;
          position: fixed;
          z-index: 10; }
          body #lightbox .lb-outerContainer .lb-rotateContainer .lb-rotate {
            width: 80px;
            height: 80px;
            display: block;
            background: url(../img/icon_photo_rotate.png) no-repeat;
            background-size: contain; }
        body #lightbox .lb-outerContainer .lb-closeContainer {
          top: 0;
          right: 0;
          position: fixed;
          z-index: 10; }
          body #lightbox .lb-outerContainer .lb-closeContainer .lb-close {
            width: 80px;
            height: 80px;
            display: block;
            background: url(../img/icon_photo_close.png) no-repeat;
            background-size: contain; }
        body #lightbox .lb-outerContainer .lb-nav {
          bottom: 0;
          height: 80px;
          top: auto; }
          body #lightbox .lb-outerContainer .lb-nav .lb-prev {
            top: 0;
            position: absolute;
            width: 80px;
            height: 100%;
            background: url(../img/icon_photo_prev.png) no-repeat;
            background-size: contain;
            opacity: 1; }
          body #lightbox .lb-outerContainer .lb-nav .lb-next {
            top: 0;
            position: absolute;
            width: 80px;
            height: 100%;
            background: url(../img/icon_photo_next.png) no-repeat;
            background-size: contain;
            opacity: 1; }
      body #lightbox .lb-dataContainer {
        padding: 0; }
        body #lightbox .lb-dataContainer .lb-data {
          width: 100%; }
          body #lightbox .lb-dataContainer .lb-data .lb-details {
            margin: 0 auto;
            float: none;
            width: auto;
            text-align: center;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center; }
            body #lightbox .lb-dataContainer .lb-data .lb-details .lb-caption {
              font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
              font-weight: normal;
              font-size: 3.191489361702128vw;
              color: #ffffff;
              letter-spacing: 0em;
              line-height: 2; }
            body #lightbox .lb-dataContainer .lb-data .lb-details .lb-number {
              display: none !important; } }
    /*
    body {
        font-family: $font-family-sans;
        font-size: 18px;
        background: #fff;
        color: #404040;

        header#header {
            position: relative;
            div.logo {
                position: absolute;
                width: 122px;
                height: 15px;
                top: 19px;
                left: 16px;
                img {
                    width: 100%;
                }
            }
            nav.global {
                background: transparent;
                display: flex;
                position: fixed;
                right: 0;
                top: 0;

                width: 100%;
                height: 48px;
                border-left: 1px solid #404040;
                flex-wrap: wrap;
                z-index: 1;
                cursor: pointer;
                ul {
                    display: none;
                }
                div.button {
                    position: absolute;
                    top: 50%;
                    right: 19px;
                    transform: translate(-50%, -50%);
                    width: 24px;
                    height: 10px;
                    img {
                        width: 100%;
                    }
                }
            }
            nav.toggle {
                z-index: 2;
                width: 100%;
                position: fixed;
                right: 0;
                background: #464646;
                height: 100%; //transition: transform 0.5s cubic-bezier(0.68,-0.55,0.27,1.55);
                transition: transform 0.5s;
                &.open {
                    transform: translateY(0%);
                }
                transform: translateY(-100%);
                ul.menu {
                    margin: 195px 0 165px 77px;
                    li {
                        margin: 0 0 45.5px;
                        font-family: $font-family-sans;
                        font-size: 16px;
                        color: #a7a7a7;
                        letter-spacing: 0em;

                        a {
                            color: #A7A7A7;
                        }

                        ul {
                            margin: 0;
                            li {
                                margin: 29px 0 0 0;
                                &:before {
                                    content: "-";
                                }
                            }
                        }
                    }
                }
                ul.icons {
                    display: flex;
                    margin: 181px 0 0 82px;
                    li {
                        margin: 0 48px 0 0;
                        a {
                            img {
                                object-fit: contain;
                                width: 26.67px;
                                height: 22.53px;
                                margin: 0 auto;
                                display: block;
                                padding: 0 0;
                            }
                        }
                    }
                }
                div.button-wrap {
                    cursor: pointer;
                    position: absolute;
                    right: 19px;
                    width: 40px;
                    height: 40px;
                    top: 0;
                    div.button {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        width: 24px;
                        height: 10px;
                        img {
                            width: 100%;
                        }
                    }

                }

            }
        }

        main {
            &.photographer {
                width: 100%;
                margin: 0 auto;
                padding: 76px 0 0 0;
                position: relative;
                nav.photographer-list {
                    margin: 42px auto 0;
                    >ul {
                        position: relative;
                        width: 194px;
                        height: 39px;
                        margin: 0 auto;

                        >li {
                            border: 1px solid #707070;
                            width: 194px;
                            height: 39px;
                            >a {
                                letter-spacing: 0.1em;
                                width: 100%;
                                height: 100%;
                                font-family: $font-family-sans;
                                font-size: 12px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: #2F2F2F;
                                letter-spacing: 0.1em;
                                position: relative;
                                &:after {
                                    content: "";
                                    position: absolute;
                                    width: 7.37px;
                                    height: 3.83px;
                                    right: 23px;
                                    top: 50%;
                                    transform: translateY(-50%);
                                    background: url(../img/icon_arrow.png) no-repeat;
                                    background-size: contain;
                                }
                                &.active,
                                &:hover {
                                    background: #707070;
                                    color: #fff;
                                    &:after {
                                        background: url(../img/icon_arrow_white.png) no-repeat;
                                        background-size: contain;
                                    }
                                }
                                &.active {
                                    &:after {
                                        transform: rotate(-180deg);
                                    }
                                }
                            }


                            ul {
                                display: none;
                                position: absolute;
                                left: 0;
                                top: 40px;
                                width: 100%;
                                    z-index: 1;

                                li {
                                    width: 100%;
                                    height: 36px;
                                    border: 1px solid #707070;
                                    background: #fff;
                                    &:nth-of-type(n + 2) {
                                        margin: -1px 0 0 0;

                                    }
                                    a {
                                        display: flex;
                                        justify-content: center;
                                        align-items: center;
                                        width: 100%;
                                        height: 100%;
                                        font-family: $font-family-sans;
                                        font-size: 12px;
                                        color: #464646;
                                        letter-spacing: 0.1em;
                                        &:hover {
                                            background: #EBEBEB;
                                        }

                                    }
                                }
                            }
                        }
                    }
                }
                header {
                    position: relative;
                    padding: 0 25px 0 25px;
                    h2 {
                        position: relative;
                        font-size: 12px;
                        display: inline;
                        &:before {
                            position: absolute;
                            content: "";
                            display: block;
                            background: #404040;
                            width: 40px;
                            height: 1px;
                            right: -65px;
                            top: 50%;
                            transform: translateY(-50%);
                        }
                        &:after {
                            margin: 6px 0 0 0;
                            content: "";
                            display: block;
                            background: url(../img/title_photographer.png) no-repeat;
                            background-size: contain;
                            width: 212px;
                            height: 43px;
                        }
                    }
                }

                .profile-content {
                    header {
                        margin: 49px 0 0 0;
                        .profile-content-image {
                            width: 100px;
                            margin: 0 auto;
                            img {
                                width: 100px;
                                height: 100px;
                            }
                        }
                        .profile-content-body {
                            .profile-content-body-name {
                                margin: 11px 0 40px 0;
                                text-align: center;

                                font-family: $font-family-sans;
                                font-size: 17px;
                                color: #2f2f2f;
                                letter-spacing: 0.059em;


                                span {
                                    display: none;
                                }
                            }
                            .profile-content-body-title {
                                margin: 0 0 0 0;
                                p {
                                    font-family: $font-family-sans;
                                    font-size: 10px;
                                    color: #2f2f2f;
                                    letter-spacing: 0.1em;
                                    position: relative;
                                    display: inline;
                                    &:after {
                                        content: "";
                                        position: absolute;
                                        right: -46px;
                                        width: 30px;
                                        height: 1px;
                                        background: #404040;
                                        top: 50%;
                                        transform: translateY(-50%);
                                    }
                                }

                            }
                            .profile-content-body-text {
                                margin: 15px 0 0 0;
                                p {
                                    font-family: $font-family-sans;
                                    font-size: 14px;
                                    color: #2f2f2f;
                                    letter-spacing: 0.08em;
                                    line-height: 1.8571428571428572;

                                }
                            }
                        }
                    }
                }

                .photo-content {
                    position: relative;
                    padding: 50px 0 0 0;
                    nav {
                        padding: 0 25px;
                        margin: 0 0 50px;
                        box-sizing: border-box;
                        ul {
                            display: flex;
                            justify-content: space-around;
                            li {
                                margin: 0 0 0 0;
                                &:last-of-type {
                                    margin: 0;

                                }
                                a {
                                    font-style: Hiragino Kaku Gothic Pro;
                                    font-weight: W3;
                                    font-size: 14px;
                                    color: #a7a7a7;
                                    letter-spacing: 0em;
                                    line-height: 2.5;
                                    &:hover,
                                    &.current {
                                        color: #404040;
                                    }
                                }
                            }
                        }
                    }
                    >ul {
                        position: relative;
                        margin: 0;
                        height: 692px;
                        padding: 0 25px;
                        &:nth-of-type(n + 2) {
                            display: none;
                        }
                        li {
                            position: absolute;
                            margin: 0 0;
                            a {
                                width: 100%;
                                height: 100%;
                                display: block;
                                img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                }
                            }
                            &:nth-of-type(1) {
                                top: 0;
                                left: 25px;
                                width: 245px;
                                height: 167px;
                            }
                            &:nth-of-type(2) {
                                top: 0;
                                right: 25px;
                                width: 85px;
                                height: 81px;
                            }
                            &:nth-of-type(3) {
                                top: 86px;
                                right: 25px;
                                width: 85px;
                                height: 81px;
                            }
                            &:nth-of-type(4) {
                                top: 172px;
                                left: 25px;
                                width: 168px;
                                height: 125px;
                            }
                            &:nth-of-type(5) {
                                top: 172px;
                                right: 25px;
                                width: 154px;
                                height: 209px;
                            }
                            &:nth-of-type(6) {
                                top: 302px;
                                left: 25px;
                                width: 81px;
                                height: 81px;
                            }
                            &:nth-of-type(7) {
                                top: 302px;
                                left: 111px;
                                width: 81px;
                                height: 81px;
                            }
                            &:nth-of-type(8) {
                                top: 388px;
                                left: 25px;
                                width: 245px;
                                height: 167px;
                            }
                            &:nth-of-type(9) {
                                top: 388px;
                                right: 25px;
                                width: 85px;
                                height: 81px;
                            }
                            &:nth-of-type(10) {
                                top: 474px;
                                right: 25px;
                                width: 85px;
                                height: 81px;
                            }
                            &:nth-of-type(11) {
                                top: 560px;
                                left: 25px;
                                width: 164.5px;
                                height: 125px;
                            }
                            &:nth-of-type(12) {
                                top: 560px;
                                right: 25px;
                                width: 164.5px;
                                height: 125px;
                            }
                        }
                    }
                    .more {
                        display: flex;
                        justify-content: center;
                        margin: 40px 0 0 0;

                        a {
                            width: 140px;
                            font-style: YuMincho;
                            font-weight: Medium;
                            font-size: 14px;
                            color: #2f2f2f;
                            letter-spacing: 0.3em;
                            line-height: 1.6666666666666667;
                            text-align: center;

                        }

                    }
                }
            }

        }

        footer#footer {
            margin: 70px 0 30px 0;
            border-top: 1px solid #A7A7A7;
            height: auto;
            .footer-wrap {
                position: relative;
                width: 100%;
                margin: 0 auto;
                .logo {
                    margin: 38px auto 0;
                    width: 230px;
                    img {
                        width: 100%;
                    }
                }
                nav {
                    margin: 60px 0 44px 0;
                    display: flex;
                    justify-content: center;
                    ul {
                        display: inline;
                        li {

                            font-family: $font-family-sans;
                            font-size: 12px;
                            color: #2f2f2f;
                            letter-spacing: 0em;
                            line-height: 2;
                            display: inline;
                            margin: 0 0.5em 0 0;
                            padding: 0 0.5em 0 0;
                            border-right: 1px solid #2f2f2f;
                            &:last-of-type {
                                border: none;
                            }
                            ul {
                                li {
                                    border: none;
                                    margin: 0;
                                    padding: 0;
                                    &:before {
                                        content: "-";
                                        padding: 0 0 0 0.5em;
                                    }
                                }
                            }

                        }
                    }
                }
                .company {
                    display: flex;
                    justify-content: center;
                    ul {
                        width: 315px;
                        li {
                            text-align: center;
                            font-family: $font-family-sans;
                            font-size: 12px;
                            color: #2f2f2f;
                            letter-spacing: 0em;
                            line-height: 2;
                            &:last-of-type {
                                margin: 15px 0 0 0;
                            }
                        }
                    }
                }

                .copyright {
                    margin: 54px 0 0 0;
                    p {
                        text-align: center;
                        font-family: $font-family-sans;
                        font-size: 9px;
                        color: #2f2f2f;
                        letter-spacing: 0em;
                        line-height: 1.5;

                    }
                }

            }
        }

        #lightbox {
            .lb-outerContainer {
                border-radius: 0;
                background-color: transparent;
                .lb-image {
                    border-radius: 0;
                    border: none;
                }
                .lb-closeContainer {
                    position: absolute;
                    top: -10px;
                    .lb-close {
                        width: 100px;
                        height: 100px;
                        display: block;
                    }
                }
            }
            .lb-dataContainer {
                .lb-data {
                    .lb-details {
                        .lb-caption {
                            font-style: YuGothic;
                            font-weight: normal;
                            font-size: 12px;
                            color: #ffffff;
                            letter-spacing: 0em;
                            line-height: 2;

                        }
                    }
                }
            }


        }
    }
*/
/* clearfix */
.cf {
  *zoom: 1; }
  .cf:after {
    content: '';
    display: block;
    clear: both; }

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