@charset "utf-8";

@import url("reset.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap&subset=japanese");

html {
}

body{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  color: #333;
  margin: auto;
  background: #FFF;
}
@media screen and (max-width: 560px) {
  body {
    font-size: 0.9em;
    min-width: inherit;
    margin: 0;
    padding: 0;
  }
}

img {
  border: none;
}

.material-icons {
  vertical-align: middle;
  font-size: 1.5em !important;
}

table {
  border-collapse: collapse;
}

.tableWrapper {
  margin-bottom: 15px;
  padding: 0;
}
@media only screen and (max-width: 560px) {
  .tableWrapper {
    overflow: auto;
    width: 100%;
    font-size: 0.8em;
    -webkit-overflow-scrolling:touch;
  }
}

.overTableBg {
  padding-bottom:28px;
  background:url(../img/common/touch-slide.png) no-repeat center bottom;
  background-size:80px 25px;
}

table.default {
  border: 1px solid #C6C2BD;
  width: 100%;
  font-style: normal;
}
@media only screen and (max-width: 560px) {
  table.default  {
    border: none;
    border-top: 1px solid #C6C2BD;
    font-size: 0.9em;
  }
}

table.default th {
  border: 1px solid #C4C4C4;
  text-align: left;
  background: #F1F1F1;
  padding: 0.75em 1.5em;
  white-space: nowrap;
  font-weight: 500;
}
@media only screen and (max-width: 560px) {
  table.default th {
    display: block;
    border-top: none;
    border-bottom: none;
  }
}

table.default td {
  border: 1px solid #C4C4C4;
  padding: 0.75em 1.5em;
  background: #FFF;
}
@media only screen and (max-width: 560px) {
  table.default td {
    display: block;
    border-top: none;
  }
}


iframe {
  display: block;
}

a {
  color: #1B1B1B;
  transition: all .30s ease;
}

a:hover {
  text-decoration: none;
  transition: all .30s ease;
}
@media only screen and (max-width: 560px) {
  a:hover, img:hover {
    opacity: 1 !important;
    transition: unset;
  }
}

.small {
  font-size: 0.8em;
}

.big {
  font-size: 1.2em;
}

.fontRed {
  color: #FF0000;
}

.fontBlue {
  color: #3545c0;
}

.fontYellow {
  color: #ffcc00;
}

.fontGreen {
  color: #0A8A00;
}

.fontOrange {
  color: #ff7e00;
}

.fontGray {
  color: #555555;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

/*================================================
header
================================================*/


#headerWrapper {
  transition: all .30s ease;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0px;
  left: 0px;
  overflow: hidden;
  position: fixed;
  display: flex;
  z-index: 499;
  box-sizing: border-box;
  height: 100px;
  background: #FFF;
}
@media only screen and (max-width: 560px) {
  #headerWrapper {
    background: none;
  }
}

#headerText {
  font-size: 0.8rem !important;
  box-sizing: border-box;
  color: #C3C3C3;
  font-weight: normal;
  background: #000;
  text-align: left;
  margin: 0;
  height: 1.5rem;
  display: block;
  width: 100vw;
  padding-left: 3vw;
  line-height: 1.5rem;
}
@media only screen and (max-width: 560px) {
  #headerText {
    text-align: center;
    font-size: 0.5rem !important;
  }
}

#header {
  width: auto;
  margin: 0 auto 0 0;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #header {
    width: auto;
    position: static;
    margin: 0;
  }
}

#logo {
  margin: 0 !important;
  padding: 2vw 3vw !important;
  z-index: 100;
  line-height: 0;
  background: #FFF !important;
  position: fixed;
  top: 1.5rem;
  left: 4vw;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
@media only screen and (max-width: 1080px) {
  #logo {
  }
}
@media only screen and (max-width: 560px) {
  #logo {
    top: 1.5rem;
    left: 3vw;
    padding: 3vw 4vw !important;
  }
}

#logo img {
  width: 8vw;
  vertical-align: middle;
  transition: all .15s ease;
}
@media only screen and (max-width: 1080px) {
  #logo img {
    width: 10vw;
  }
}
@media only screen and (max-width: 560px) {
  #logo img {
    width: 18vw;
  }
}

#logo img:hover {
  transition: all .30s ease;
  opacity: 0.6;
}

#toggle {
  display: block;
  width: 40px;
  height: 30px;
  margin: 0;
  position: fixed;
  cursor: pointer;
  float: none;
  top: 50px;
  right: 3vw;
  z-index: 1000;
}
@media only screen and (max-width: 560px) {
  #toggle {
    top: 40px;
    width: 30px;
  }
}

#toggle .bar {
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 0;
	transition: .15s ease-in-out;
  border-radius: 1px;
}
.active .bar {
	background-color: #FFF !important;
}

#bar01 {
	top: 0;
}
#bar02 {
	top: 10px;
}
#barName {
	top: 15px;
  font-size: 11px;
  text-align: center;
  width: 100%;
  display: block;
	position: absolute;
	left: 0;
	transition: .15s ease-in-out;
  z-index: 999;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 560px) {
  #barName {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.active #bar01 {
	top: 7px;
	transform: rotate(35deg);
}
.active #bar02 {
	top: 7px;
	transform: rotate(-35deg);
}
.active #barName {
	opacity: 0;
}

#menuWrapper {
  position: fixed;
  right: calc(3vw + 70px);
  top: 30px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 560px) {
  #menuWrapper {
    display: none;
  }
}

#menuWrapper ul {
  margin: 20px 0 0 auto;
  padding: 0;
  list-style: none;
  display: table;
  box-sizing: border-box;
}

#menuWrapper ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
  white-space: nowrap;
  line-height: 1em;
  box-sizing: border-box;
  vertical-align: middle;
  border-right: 1px solid #222;
}

#menuWrapper ul li a {
  text-decoration: none;
  padding: 0 1em;
  position: relative;
}

#menuWrapper ul li a span {
  font-size: 0.7em;
  color: #999;
}
@media only screen and (max-width: 1280px) {
  #menuWrapper ul li a span {
    display: none;
  }
}

#menuWrapper ul li a span::before {
  content: "　/ ";
}

#menuWrapper li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #666;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .2s;
}

#menuWrapper li a:hover::after {
  transform: scale(1, 1);
}
@media only screen and (max-width: 560px) {
  #menuWrapper li a:hover::after {
    transform: none;
  }
}

#menuWrapperOpen {
  position: relative;
  display: none;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0,0,0,0.9);
  position: fixed !important;
  z-index: 500;
}


/*================================================
inview
================================================*/

.scrollView {
  opacity: 0;
  transform: translate(0,30px);
  -webkit-transform: translate(0,30px);
  transition: 1.5s;
}

.scrollViewAction {
  opacity: 1.0;
  -webkit-animation: scrollViewA 1s forwards ease-in-out;
  animation: scrollViewA 1s forwards ease-in-out;
}
@-webkit-keyframes scrollViewA {
  0% {
    opacity: 0;
    -webkit-transform: translate(0,30px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate(0,0);
  }
}
@keyframes scrollViewA {
  0% {
    opacity: 0;
    transform: translate(0,30px);
    -webkit-transform: translate(0,30px);
  }
  100% {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
}

.fadeIn {
  opacity: 0;
  transition: 1.5s;
}

.fadeInAction {
  opacity: 1.0;
  -webkit-animation: fadeInA 1s forwards ease-in-out;
  animation: fadeInA 1s forwards ease-in-out;
}
@-webkit-keyframes fadeInA {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes fadeInA {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}

.fadeInLtoR {
  opacity: 0;
  transform: translate(-100px,0); 
  -webkit-transform: translate(-100px,0); 
  transition: 1.0s;
}

.fadeInLtoRAction {
  opacity: 1.0;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
}

.fadeInRtoL {
  opacity: 0;
  transform: translate(100px,0); 
  -webkit-transform: translate(100px,0); 
  transition: 1.0s;
}

.fadeInRtoLAction {
  opacity: 1.0;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
}


/*================================================
glowAnime
================================================*/

.glowAnime span{opacity: 0;}
.glowAnime.glow span{ animation:glow_anime_on 1s ease-out forwards; }

@keyframes glow_anime_on{
  0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
  50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
  100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
}

.glowAnime::before {opacity: 0;}
.glowAnime.glow::before { animation:glow_anime_before_on 2s ease-out forwards; }

@keyframes glow_anime_before_on{
  0% { opacity:0; text-shadow: 0 0 0 rgba(177,145,86,0.2),0 0 0 rgba(177,145,86,0.2);}
  100% { opacity:0.8;text-shadow: 0 0 10px rgba(177,145,86,0.2),0 0 15px rgba(177,145,86,0.2); }
}


/*================================================
fadeInImage
================================================*/

.fadeInImage {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2s ease, opacity 2s ease;
}

img.fadeInImageShow {
    opacity: 1;
    clip-path: inset(0 0 0 0);
}

#contents h1 {
  margin: 0 3vw;
  padding: 10vw 0;
  text-align: center !important;
  color: #FFF;
  font-size: 3.2em;
  font-weight: 400;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  #contents h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 560px) {
  #contents h1 {
    font-size: 2em;
    padding: 25vw 3vw;
    background-size: 200vw;
  }
}

#contents h1 .h1SubTitle {
  font-size: 0.4em !important;
  display: block;
  padding-top: 1.5em;
  font-weight: 300;
}

#contents h1 .bg-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  will-change: transform;
}

h2 {
  margin: 0 auto 50px auto;
  padding: 0 0 0.75em 0;
  line-height: 1em;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  color: #000;
  position: relative;
}
@media only screen and (max-width: 560px) {
  h2 {
    letter-spacing: 0;
  }
}

h2 .h2SubTitle {
  display: block;
  color: #626262;
  font-size: 0.5em;
  font-weight: normal;
  margin-bottom: 5px;
}

h2::after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: calc(50% - 22px);
  width: 45px;
  height: 3px;
  content: '';
  background: #535353;
}

h2::before {
	content: attr(data-en);
	position: absolute;
	top: 0.25em;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(0,0,0,0.15);
  filter: blur(3px);
	font-size: 2em;
  font-weight: normal;
  font-family: "Times New Roman", Times, "serif";
  z-index: 0;
  letter-spacing: 0.1em;
}

h2 + * {
  z-index: 2;
  position: relative;
}

.breadcrumbs {
  background: #EEE;
  padding: 0.4em 0;
  font-size: 0.7em;
}
@media only screen and (max-width: 560px) {
  .breadcrumbs {
    overflow: scroll;
  }
  .breadcrumbs::-webkit-scrollbar {
    display:none;
  }
}

.breadcrumbsInner {
  max-width: 1080px;
  margin: auto;
}
@media only screen and (max-width: 560px) {
  .breadcrumbsInner {
    max-width: none;
    white-space: nowrap;
    padding: 0.2em 1em;
  }
}


#contents {
  margin-top: 100px;
  position: relative;
  line-height: 1.75em;
}
@media only screen and (max-width: 1080px) {
  #contents {
  }
}
@media only screen and (max-width: 560px) {
  #contents {
    margin-top: calc( 60px + 1.5rem);
  }
}

.section {
  margin: 0 auto;
  padding: 80px 0 100px 0 !important;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 560px) {
  .section {
    padding: 60px 0 !important;
  }
}

.section .sectionInner {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 0 auto;
  padding: 0 3vw;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  .section .sectionInner {
    margin: 30px auto 0 auto !important;
  }
}

.section .sectionInner:first-child {
  margin: 0 auto !important;
}

.catchCopy {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.35em;
  padding-top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 560px) {
  .catchCopy {
    font-size: 1.7em;
  }
}


.left {
  width:47%;
  float:left;
}
@media only screen and (max-width: 560px) {
  .left { 
    width: auto;
    float: none;
    margin: auto;
  }
}

.right {
  width:47%;
  float:right;
}
@media only screen and (max-width: 560px) {
  .right { 
    width:auto;
    float:none;
    margin: auto;
  }
}

.moreInformation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}

.moreInformationLeft {
  display: flex;
  justify-content: flex-start;
  margin-top: 2em;
}

.moreInformationRight {
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
}

.moreInformation a, .moreInformationLeft a, .moreInformationRight a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  margin: auto;
  line-height: 1em;
  color: #969696;
  font-weight: 500;
}
.moreInformationLeft a {
  margin-left: 0;
}
.moreInformationRight a {
  margin-right: 0;
}
@media only screen and (max-width: 560px) {
  .moreInformation a, .moreInformationLeft a, .moreInformationRight a {
  }
}
.moreInformation a:hover, .moreInformationLeft a:hover, .moreInformation a:hover {
  opacity: 0.7;
}

.iconArrow {
  height: 1.1em;
  vertical-align: middle;
}



ul.default {
  margin: 0.25em 0;
  padding: 0;
  list-style: none;
}
td ul.default:first-of-type {
  margin: 0;
}

ul.default li {
  margin: 0;
  padding: 0;
}

ul.default li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  background-color: #838383;
  border-radius: 50%;
  position: relative;
  top: -0.1em; 
  margin-right: 0.5em;
}

ul.nowrapList li {
  display: inline-block;
  margin-right: 1em;
}

.move-list {
  margin: 30px auto 80px auto;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .move-list {
    margin: 0 auto 50px auto;
  }
}

.move-list a {
  display: inline-block;
  color: #000;
  background-color: #FFF;
  border: 1px solid #DEDEDE;
  padding: 1em 0;
  text-decoration: none;
  line-height: 1em;
  font-size: 1.2em;
  border-radius: 50%;
  box-sizing: border-box;
  width: 3em;
  height: 3em;
  vertical-align: middle;
}
@media only screen and (max-width: 560px) {
  .move-list a {
    font-size: 1em;
    padding: 0.5em 0;
    line-height: 1.25em;
    width: 2.5em;
    height: 2.5em;
  }
}


.move-list a:link, .move-list a:visited {
  background-color:#FFF;
}

.move-list .prevnext {
  background-color: #9b9b9b !important;
  border: none !important;
  color: #FFF;
}

.move-list a:hover {
  color:#363636;
  background-color: #E7E7E7;
}

.move-list .now {
  color: #FFF !important;
  background-color: #000 !important;
}



/*================================================
  #news
================================================*/

#newsWrapper {
}
@media only screen and (max-width: 1080px) {
  #newsWrapper {
  }
}


#newsWrapper #news {
}
@media only screen and (max-width: 1080px) {
  #newsWrapper #news {
  }
}

#newsWrapper #news dl {
  margin: 0;
  padding: 0.85em 0;
  overflow: hidden;
	border-top: 1px dashed #bfbfbf;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  #newsWrapper #news dl {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
  }
}


#newsWrapper #news dl:first-of-type {
	border-top: 1px dashed #bfbfbf;
}

#newsWrapper #news dt {
  margin: 0;
  width: 30%;
  padding: 0;
}
@media only screen and (max-width: 1080px) {
  #newsWrapper #news dt {
    width: 100%;
    font-weight: 500;
    white-space: nowrap;
  }
}

#newsWrapper #news .newsCategory {
  display: inline-block;
  margin: 2px 0 0 2em;
	width: 10em;
  padding: 5px 0;
  background: #002063;
  color: #FFF;
  text-align: center;
  font-size: 0.8em;
  line-height: 1em;
}
@media only screen and (max-width: 1080px) {
  #newsWrapper #news .newsCategory {
    margin : 0 0 0 2em;
    display: inline-block;
    width: 10em;
    font-weight: 500;
    white-space: nowrap;
  }
}


#newsWrapper #news dd {
  width: 65%;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  #newsWrapper #news dd {
    float:none;
    width:auto;
    clear: both;
    margin:0;
    padding:0;
    padding:5px 0 5px 0;
  }
}


/*================================================
  #pickupWorks
================================================*/


#pickupWorks {
  background: #f3f3f3;
  overflow: hidden;
}

#pickupWorks h2 {
  background: #f3f3f3;
  float: left;
  width: 120px;
  display: flex;
  font-size: 2.3rem;
  font-weight: 400;
}
@media only screen and (max-width: 560px) {
  #pickupWorks h2 {
    width: 80px;
    font-size: 2rem;
  }
}

#pickupWorks h2::after {
  content: none;
}

#pickupWorks h2 span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-left: 4px solid #000;
  display: block;
  text-align: left;
  margin-left: 1em;
  padding: 1em 0.5em;
}
@media only screen and (max-width: 560px) {
  #pickupWorks h2 span {
    text-align: left;
    margin-left: 0.5em;
  }
}

#pickupWorks ul.worksList {
  margin: 0;
  padding: 30px 0 0 50px;
  float: left;
  width: calc( 100% - 120px);
  box-sizing: border-box;
}
@media only screen and (max-width: 560px) {
  #pickupWorks ul.worksList {
    width: calc( 100% - 80px);
    padding: 30px 0 0 0;
  }
}

#pickupWorks ul.worksList .slick-slide li {
  margin: 0;
  padding: 0;
}

#pickupWorks ul.worksList .slick-slide li a {
  display: block;
  margin: 10px 1vw;
  padding: 0 0;
  box-sizing: border-box;
  transition: .30s ease-in-out;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  background: #FFF;
  text-decoration: none;
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  #pickupWorks ul.worksList .slick-slide li a {
    margin: 10px 3vw;
  }
}

.org-slick-prev, .org-slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 62px;
  height: 62px;
  z-index: 300;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media only screen and (max-width: 560px) {
  .org-slick-prev, .org-slick-next {
    width: 40px;
    height: 40px;
    background-size: 40px !important;
  }
}

.org-slick-prev {
  background: url("../img/common/buttonLeft.png") no-repeat;
  left: 5px;
  opacity: 0.7;
  transition: .30s ease-in-out;
}

.org-slick-next {
  background: url("../img/common/buttonRight.png") no-repeat;
  right: 5px;
  opacity: 0.7;
  transition: .30s ease-in-out;
}


.org-slick-prev:hover {
  opacity: 1;
  transition: .30s ease-in-out;
}

.org-slick-next:hover {
  opacity: 1;
  transition: .30s ease-in-out;
}

.slick-disabled {
  opacity: 0;
  transition: .30s ease-in-out;
}

.slick-disabled:hover {
  opacity: 0;
}

.slick-dots {
  position: static !important;
  padding: 10px 0 30px 0 !important;
}

.slick-dots li {
  background: none;
}

.slick-dots li button:before {
}

.slick-dots li.slick-active button:before {
  color: #000 !important;
}


ul.worksList li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
@media only screen and (max-width: 1080px) {
  ul.worksList li {
  }
}
@media only screen and (max-width: 560px) {
  ul.worksList li {
  }
}

ul.worksList li a {
  display: block;
  margin: 4vw 1vw;
  padding: 15px !important;
  box-sizing: border-box;
  transition: .30s ease-in-out;
  background: #FFF;
  text-decoration: none;
  box-shadow: 0px 3px 15px -6px rgba(0,0,0,0.6);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1080px) {
  ul.worksList li a {
    margin: 1vw 1.5vw 4vw 1.5vw;
  }
}
@media only screen and (max-width: 560px) {
  ul.worksList li a {
    margin: 10vw;
  }
}

ul.worksList li .worksListImg {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

ul.worksList li .worksListImg img {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  transition: 0.5s all;
}

ul.worksList li a:hover .worksListImg img {
  transform: scale(1.1,1.1);
  transition: 0.5s all;
}
@media only screen and (max-width: 560px) {
  ul.worksList li a:hover .worksListImg img {
    transform: none;
  }
}

ul.worksList li a dl {
  margin: 0;
  padding: 0;
}

ul.worksList li a dt.worksListTitle {
  margin: 0.75em 0;
  padding: 0;
  font-weight: 400;
  font-size: 1.2em;
}


ul.worksList li a dd {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

ul.worksList li a dd .worksListTags {
  
}

.worksListTags span {
  display: inline-block;
  margin: 0.2em 0.2em 0.2em 0;
  background: #000;
  border-radius: 1em;
  color: #FFF;
  font-size: 0.7em;
  line-height: 0;
  padding: 0.75em 1em;
  white-space: nowrap;
}

.worksListTags span a {
  color: #FFF;
  padding-bottom: 0.1em;
  display: inline-block;
}

ul.worksList li a dd .worksListMore {
  white-space: nowrap !important;
  color: #afafaf;
  font-weight: 500;
  font-size: 0.9em;
}

ul.worksList li a dd .worksListMore img {
  display: inline !important;
}


ul.worksList li .worksListTitle {
  font-weight: 400;
  font-size: 1.1em;
}


#pickupWorks .moreInformation {
  margin-top: 80px;
}
@media only screen and (max-width: 560px) {
  #pickupWorks .moreInformation {
    margin-top: 50px;
  }
}

/*================================================
  #contact
================================================*/

#contact {
  background: url("../img/common/contactBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} 
@media only screen and (max-width: 1080px) {
  #contact {
    background-size: cover;
    background-position: left center;
  } 
}

#contact h2 {
  font-size: 2.5em;
}

#contact h2 .small {
  font-size: 0.5em;
  color: #505050
}

.contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media only screen and (max-width: 560px) {
  .contact {
    display: block;
  }
}

.contact li {
  margin: 0 10px;
  padding: 0;
  box-sizing: border-box;
  background: rgba(0,0,0,0.8);
  border-radius: 1em;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 560px) {
  .contact li {
    margin: 10px auto;
    border-radius: 1em;
    width: 90%;
  }
}

.contact li:hover {
  opacity: 0.8;
  transition: all .30s ease;
}


.contact li a {
  display: flex;
  flex-wrap: nowrap;
  padding: 2em;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
}
@media only screen and (max-width: 560px) {
  .contact li a {
    display: block;
    padding: 1em 5%;
  }
}

.contact dl {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 560px) {
  .contact dl {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

.contact dt {
  margin: 0 0 20px 0;
  padding: 0;
}
@media only screen and (max-width: 560px) {
  .contact dt {
    margin: 0 15px 0 0;
    padding: 0;
    width: 15vw;
  }
}

.contact dt img {
}
@media only screen and (max-width: 560px) {
  .contact dt img {
    width: 100%;
  }
}

.contact dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.8em;
  line-height: 0.75em;
}
@media only screen and (max-width: 560px) {
  .contact dl dd {
    text-align: left;
  }
}

.contact dl dd .small {
  font-size: 0.4em;
  display: block;
  line-height: 1.2em !important;
  margin-top: 0.75em;
}

.contact dl dd.toMailform {
  background: rgba(255,255,255,1);
  border-radius: 1.5em;
  color: #000;
  font-size: 1.1em;
  padding: 1em 2em;
  margin-top: 30px !important;
}
@media only screen and (max-width: 560px) {
  .contact dl dd.toMailform {
    margin-top: 0 !important;
  }
}

/*================================================
  #commonBannerList
================================================*/

#commonBannerList {
  margin: 0 auto;
  padding: 30px 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: url("../img/common/bg01.png") repeat;
  /**justify-content: space-between;**/
}
@media screen and (max-width: 640px) { /** forMobile **/
  #commonBannerList {
    padding: 25px 10%;
  }
}

#commonBannerList a {
  width: 45%;
  max-width: 600px;
  display: block;
  margin: 10px 2%;
}
@media screen and (max-width: 640px) { /** forMobile **/
  #commonBannerList a {
    width: 100%;
    margin: 10px auto;
  }
}

#commonBannerList a:hover {
  opacity: 0.8;
}


#commonBannerList a img {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #565656;
  border-radius: 8px;
}



/*================================================
  #footer
================================================*/

#footer {
  background: url("../img/common/footerBg.png") #222120;
  background-repeat: no-repeat;
  background-position: right -5vw bottom -5vw;
}
@media only screen and (max-width: 1080px) {
  #footer {
    background-size: 60vw;
  }
}

#footerMenu {
  max-width: 1200px;
  margin: auto;
  padding: 90px 3vw 60px 3vw;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 1.5vw 2vw;
  font-size: 1.1em;
  border-bottom: 1px solid #424242;
}
@media only screen and (max-width: 1080px) {
  #footerMenu {
    padding: 50px 5vw 40px 5vw;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 560px) {
  #footerMenu {
    grid-template-columns: repeat(2, 1fr); 
    padding: 30px 8vw;
  }
}

#footerMenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footerMenu li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

#footerMenu li a::before {
  content: "● ";
  color: #555555;
}

#footerMenu li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #666;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .2s;
}

#footerMenu li a:hover::after {
  transform: scale(1, 1);
}


#footer table#footerInner {
  margin: 80px auto;
  color: #FFF;
}
@media only screen and (max-width: 1080px) {
  #footer table#footerInner {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 560px) {
  #footer table#footerInner {
    width: 90%;
    margin: 50px auto 40px auto;
  }
}

#footer table#footerInner th {
  width: 200px;
  vertical-align: middle;
}
@media only screen and (max-width: 1080px) {
  #footer table#footerInner th {
    width: 15vw;
  }
}
@media only screen and (max-width: 560px) {
  #footer table#footerInner th {
    width: 50vw;
    display: block;
    margin: auto !important;
    text-align: center;
  }
}

#footer table#footerInner th img {
  width: 100%;
}
@media only screen and (max-width: 560px) {
  #footer table#footerInner th img {
    padding-left: 0;
    width: 40vw;
  }
}

#footer table#footerInner td {
  vertical-align: middle;
  padding-left: 50px;
}
@media only screen and (max-width: 1080px) {
  #footer table#footerInner td {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 560px) {
  #footer table#footerInner td {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}

#footer table#footerInner dl {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  #footer table#footerInner dl {
    margin: auto;
    text-align: left;
    vertical-align: top;
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 560px) {
  #footer table#footerInner dl {
    text-align: center;
  }
}

#footer table#footerInner dl dt {
  margin: 30px 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 1.5em;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1080px) {
  #footer table#footerInner dl dt {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 560px) {
  #footer table#footerInner dl dt {
    font-size: 1.5em;
  }
}


#footer table#footerInner dl dd {
  margin: 1em 0;
  padding: 0;
  line-height: 1.5em;
}
@media only screen and (max-width: 560px) {
  #footer table#footerInner dl dd {
  }
}

#copyright {
  color: #BBBBBB;
  text-align: center;
  padding: 1.75em 0;
  font-size: 1em;
  background: rgba(0,0,0,0.5);
  font-weight: 200;
}
@media only screen and (max-width: 560px) {
  #copyright {
  }
}

#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 500;
}
@media only screen and (max-width: 560px) {
  #toTop {
    bottom: 10px;
    right: 10px;
  }
}

#toTop a {
  display: block;
}
@media only screen and (max-width: 560px) {
  #toTop a {
  }
}

#toTop a img {
  display: block;
  width: 100px;
}
@media only screen and (max-width: 560px) {
  #toTop a img {
    width: 70px;
  }
}

#toTop a:hover {
  top: -2px;
  position: relative;
}


/** fixContact **/
#fixContact {
  position: fixed;
  right: 2px;
  top: 50%;
  z-index: 50;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right top;
}
@media only screen and (max-width: 560px) {
  #fixContact {
    left: 0;
    transform: none;
    top: auto;
    bottom: 0;
    z-index: 50;
    transform-origin: left top;
  }
}

#fixContact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

#fixContact li {
  margin: 0 1px;
  padding: 0 20px;
  background: rgba(0,0,0,0.8);
  border: 2px solid rgba(255,255,255,0.3);
  line-height: 0;
}
@media only screen and (max-width: 560px) {
  #fixContact li {
   width: 50%;
    box-sizing: border-box;
  }
}

#fixContact li:hover {
  opacity: 0.7;
}

#fixContact li a {
  color: #FFF;
  text-decoration: none;
  font-size: 0.8em;
}

#fixContact li dl {
  margin: 0;
  padding: 0;
  display: table;
}
@media only screen and (max-width: 560px) {
  #fixContact li dl {
    width: 100%;
  }
}

#fixContact li dt {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

#fixContact li dt img {
  width: 40px;
  margin-right: 0.5em;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 560px) {
  #fixContact li dt img {
    transform: rotate(0);
  }
}

#fixContact li dd {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

#fixContact li dd .iconArrow {
  font-size: 0.8em;
}


/** OpenMenu **/

#openMenuWrapper {
  background: url("../img/common/bg01.png")  repeat;
  display: flex;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 500;
  display: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 560px) {
  #openMenuWrapper {
    align-items: center;
  }
}

#openMenuLogo {
  background: url("../img/common/openMenuLogoBg.jpg");
  background-position: center;
  background-size: cover;
  width: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1080px) {
  #openMenuLogo {
    width: 35vw;
  }
}
@media only screen and (max-width: 560px) {
  #openMenuLogo {
    display: none;
  }
}

#openMenuLogo img {
  width: 40%;
}
@media only screen and (max-width: 1080px) {
  #openMenuLogo img {
    width: 60%;
  }
}
@media only screen and (max-width: 560px) {
  #openMenuLogo img {
    width: auto;
    height: 10vh;
  }
}

#openMenuInner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 50vw;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 15vh 8vw 25vh 8vw;
}
@media only screen and (max-width: 1080px) {
  #openMenuInner {
    width: 65vw;
  }
}
@media only screen and (max-width: 560px) {
  #openMenuInner {
    padding: 8vh 5% 0 5%;
    width: 100%;
    height: 80vh;
  }
}

.openMenu {
  margin: 0 0 5vh 0;
  padding: 0;
  width: 48%;
}
@media only screen and (max-width: 560px) {
  .openMenu {
    margin: 0;
  }
}

.openMenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.openMenu ul {
  margin: 0;
  padding: 0;
}

.openMenu > li {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 560px) {
  .openMenu > li {
    margin-bottom: 1em;
  }
}

.openMenu li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.openMenu li a::before {
  content: "● ";
  color: #000;
}

.openMenu ul li {
  margin: 0.3em 0 0 1em;
  font-size: 0.9em;
}

.openMenu ul li a::before {
  content: "─　";
  color: #FFF;
  font-size: 0.5em;
}

.openMenu li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #dedede;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .2s;
}

.openMenu li a:hover::after {
  transform: scale(1, 1);
}



#openMenuInner .contact {
  scale: 0.9;
}
@media only screen and (max-width: 560px) {
  #openMenuInner .contact {
    width: 90%;
  }
}

#openMenuInner .contact li a {
  padding: 2em;
}
@media only screen and (max-width: 560px) {
  #openMenuInner .contact li a {
    padding: 1em;
  }
}

#openMenuInner .contact dt {
}
@media only screen and (max-width: 560px) {
  #openMenuInner .contact dt {
    margin: 0 15px 0 0;
    padding: 0;
    width: 15vw !important;
  }
}



/** DeviceControl **/

.pcBlock {
  display: block;
}
@media only screen and (max-width: 1080px) {
  .pcBlock {
      display: inline;
  }
}

.mobileBlock {}
@media only screen and (max-width: 560px) {
  .mobileBlock {
      display: block;
  }
}

.underTabBlock {}
@media only screen and (max-width: 1080px) {
  .underTabBlock {
      display: block;
  }
}

.mobileInline {}
@media only screen and (max-width: 560px) {
  .mobileInline {
      display: inline;
  }
}

.underTabInline {}
@media only screen and (max-width: 1080px) {
  .underTabInline {
      display: inline;
  }
}

.mobileNone {}
@media only screen and (max-width: 560px) {
  .mobileNone {
      display: none;
  }
}

.forUnderTab {
  display: none !important;
}
@media only screen and (max-width: 1080px) {
  .forUnderTab {
      display: block !important;
  }
}

.forPcOnly {}
@media only screen and (max-width: 1080px) {
  .forPcOnly {
      display: none !important;
  }
}

.forPcTab {}
@media only screen and (max-width: 560px) {
  .forPcTab {
      display: none !important;
  }
}

.forTabOnly {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .forTabOnly {
      display: block;
  }
}
@media only screen and (max-width: 560px) {
  .forTabOnly {
      display: none;
  }
}

.forMobileOnly {
  display: none !important;
}
@media only screen and (max-width: 560px) {
  .forMobileOnly {
      display: block !important;
  }
}


/*================================================
loader
================================================*/
      
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh !important;
  top: 0px;
  left: 0px;
  background: linear-gradient(45deg, rgba(230,230,230,1) 0%, rgba(140,140,140,1) 100%);
  z-index: 1001;
}

#loading{
  position: absolute;
  left: calc(50vw - 60px);
  top: 45vh;
  height: 150px;
  animation: 1s linear infinite loadblink;
}
@keyframes loadblink {
  0%{ opacity: 0}
  50%{ opacity: 1}
  100%{ opacity: 0}
}
@media only screen and (max-width: 560px) {
  #loading{
    top: calc(45vh - 50px);
    left: calc(50vw - 50px);
  }
}

#loading img {
  width: 120px !important;
  height: 120px !important;
}
@media only screen and (max-width: 560px) {
  #loading img {
    width: 100px !important;
    height: 100px !important;
  }
}

#noContents {
  text-align: center;
  background: #fff;
  border: 5px solid #DEDEDE;
  padding: 15vh 0;
  width: 80%;
  margin: auto;
}