@charset "UTF-8";
/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* マージン */
.margin02 {
  margin-bottom: 2px;
}

.margin05 {
  margin-bottom: 5px;
}

.margin06 {
  margin-bottom: 6px;
}

.margin08 {
  margin-bottom: 8px;
}

.margin10 {
  margin-bottom: 10px;
}

.margin15 {
  margin-bottom: 15px;
}

.margin20 {
  margin-bottom: 20px;
}

.margin30 {
  margin-bottom: 30px;
}

.margin40 {
  margin-bottom: 40px;
}

/* 文字装飾 */
strong {
  font-weight: bold;
}

ul li {
  list-style: none !important;
}

/* float解除 */
* html .cbox {
  zoom: 100%;
}

*:first-child + html .cbox {
  display: inline-block;
}

.cbox:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

* html ul {
  zoom: 100%;
}

*:first-child + html ul {
  display: inline-block;
}

ul:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
  color: #000;
}

a:hover {
  color: #000;
}

/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
  line-height: 1.5;
  font-size: 86%;
}

/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  font-family: "Lato", YuGothic, "Yu Gothic", 游ゴシック体, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #000;
  padding: 0;
  margin: 0;
  background: #f0f0f0;
}

#headerIntro .aboutLink a {
  color: #3e3e3e !important;
}

/* 横幅による個数・列の調整 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 2055px ), print {
  #works .item {
    order: 8;
  }
  #works .item.item_free {
    order: 7;
  }
  #works .item:nth-child(2) {
    order: 1;
  }
  #works .item:nth-child(3) {
    order: 2;
  }
  #works .item:nth-child(4) {
    order: 3;
  }
  #works .item:nth-child(5) {
    order: 4;
  }
  #works .item:nth-child(6) {
    order: 5;
  }
  #works .item:nth-child(7) {
    order: 6;
  }
  #works:not(:has(.item:nth-child(7))) {
    grid-template-columns: repeat(auto-fit, minmax(265px, 14.2857142857%));
  }
}

@media screen and (min-width: 1790px ) and (max-width: 2055px ), print {
  #works .item {
    order: 7;
  }
  #works .item.item_free {
    order: 6;
  }
  #works .item:nth-child(2) {
    order: 1;
  }
  #works .item:nth-child(3) {
    order: 2;
  }
  #works .item:nth-child(4) {
    order: 3;
  }
  #works .item:nth-child(5) {
    order: 4;
  }
  #works .item:nth-child(6) {
    order: 5;
  }
  #works:not(:has(.item:nth-child(6))) {
    grid-template-columns: repeat(auto-fit, minmax(265px, 16.6666666667%));
  }
}

@media screen and (min-width: 1525px ) and (max-width: 1790px ), print {
  #works .item {
    order: 6;
  }
  #works .item.item_free {
    order: 5;
  }
  #works .item:nth-child(2) {
    order: 1;
  }
  #works .item:nth-child(3) {
    order: 2;
  }
  #works .item:nth-child(4) {
    order: 3;
  }
  #works .item:nth-child(5) {
    order: 4;
  }
  #works:not(:has(.item:nth-child(5))) {
    grid-template-columns: repeat(auto-fit, minmax(265px, 20%));
  }
}

@media screen and (min-width: 1260px ) and (max-width: 1525px ), print {
  #works .item {
    order: 5;
  }
  #works .item.item_free {
    order: 4;
  }
  #works .item:nth-child(2) {
    order: 1;
  }
  #works .item:nth-child(3) {
    order: 2;
  }
  #works .item:nth-child(4) {
    order: 3;
  }
  #works:not(:has(.item:nth-child(4))) {
    grid-template-columns: repeat(auto-fit, minmax(265px, 25%));
  }
}

@media screen and (min-width: 995px ) and (max-width: 1260px ), print {
  #works .item {
    order: 4;
  }
  #works .item.item_free {
    order: 3;
  }
  #works .item:nth-child(2) {
    order: 1;
  }
  #works .item:nth-child(3) {
    order: 2;
  }
  #works:not(:has(.item:nth-child(3))) {
    grid-template-columns: repeat(auto-fit, minmax(265px, 33.3333333333%));
  }
}

@media screen and (max-width: 995px ), print {
  #works .item {
    order: 5;
  }
  #works .item.item_free {
    order: 4;
  }
  #works .item:nth-child(2) {
    order: 1;
  }
  #works .item:nth-child(3) {
    order: 2;
  }
  #works .item:nth-child(4) {
    order: 3;
  }
  #works:not(:has(.item:nth-child(2))) {
    grid-template-columns: repeat(auto-fit, minmax(265px, 50%));
  }
}

#works {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
}

/* 1200px */
@media screen and (min-width: 1200px), print {
  .sp {
    display: none;
  }
  /*追記 採用*/
  #recruit a {
    display: block;
    font-size: 18px;
    color: #3e3e3e;
    background-color: #fff;
    padding: 30px;
    line-height: 1;
    text-align: center;
    width: 600px;
    margin: 0 auto 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  #recruit span {
    display: block;
    font-size: 10px;
    color: #3e3e3e;
    margin: 8px 0 0;
    letter-spacing: 0.01em;
  }
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* ヘッダー */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #header {
    width: 100%;
    min-width: 1200px;
    padding: 10px 0px 25px 0px;
  }
  #header .inner {
    padding: 0 100px;
  }
  #header .inner h1 {
    text-align: left;
    line-height: 1;
    float: left;
    margin-left: 1%;
  }
  #header .inner h1 a {
    position: relative;
    line-height: 1;
  }
  #header .inner h1 svg {
    width: 10% !important;
    height: auto !important;
  }
  #header .inner h1 span {
    font-size: 11px;
    font-weight: normal;
    padding-left: 15px;
    vertical-align: 2px;
  }
  #header .inner .site {
    position: absolute;
    top: 40px;
    right: 115px;
    font-size: 86%;
    color: #000;
  }
  #header .inner .site li {
    float: left;
  }
  #header .inner .site li a {
    text-decoration: underline;
  }
  #header .inner .site span {
    font-size: 60%;
    padding: 0 10px;
  }
  #header .inner h1 #logo-base02 {
    width: 81px;
    height: 23px;
  }
  #header .inner h1 #logo-base {
    width: 81px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #header .inner h1 #o-1 {
    width: 12px;
    height: auto;
    position: absolute;
    top: 0;
    left: 45px;
    z-index: 50;
  }
  #header .inner h1 #o-1.style00 {
    -webkit-animation: spin1-1 0.5s linear;
            animation: spin1-1 0.5s linear;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  #header .inner h1 #o-1.style00 #o-1-1 path {
    fill: #f0f0f0;
  }
  #header .inner h1 #o-1.style00 #o-1-2 path {
    fill: #000000;
  }
  #header .inner h1 #o-1.style01 {
    -webkit-animation: spin1-2 0.5s linear;
            animation: spin1-2 0.5s linear;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  #header .inner h1 #o-1.style01 #o-1-1 path {
    fill: #000000;
  }
  #header .inner h1 #o-1.style01 #o-1-2 path {
    fill: #ff0000;
  }
  #header .inner h1 #o-1.style02 {
    -webkit-animation: spin1-1 0.5s linear;
            animation: spin1-1 0.5s linear;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  #header .inner h1 #o-1.style02 #o-1-1 path {
    fill: #ff0000;
  }
  #header .inner h1 #o-1.style02 #o-1-2 path {
    fill: #36bdef;
  }
  #header .inner h1 #o-1.style03 {
    -webkit-animation: spin1-2 0.5s linear;
            animation: spin1-2 0.5s linear;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  #header .inner h1 #o-1.style03 #o-1-1 path {
    fill: #36bdef;
  }
  #header .inner h1 #o-1.style03 #o-1-2 path {
    fill: #ffce00;
  }
  #header .inner h1 #o-1.style04 {
    -webkit-animation: spin1-1 0.5s linear;
            animation: spin1-1 0.5s linear;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  #header .inner h1 #o-1.style04 #o-1-1 path {
    fill: #ffce00;
  }
  #header .inner h1 #o-1.style04 #o-1-2 path {
    fill: #3fbe00;
  }
  #header .inner h1 #o-1.style05 {
    -webkit-animation: spin1-2 0.5s linear;
            animation: spin1-2 0.5s linear;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  #header .inner h1 #o-1.style05 #o-1-1 path {
    fill: #3fbe00;
  }
  #header .inner h1 #o-1.style05 #o-1-2 path {
    fill: #ff0000;
  }
  * html #headerIntro {
    zoom: 100%;
  }
  *:first-child + html #headerIntro {
    display: inline-block;
  }
  #headerIntro:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  #headerIntro .aboutLink {
    float: right;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  #headerIntro .snsIcon {
    float: right;
    width: 16px;
    height: 16px;
    margin-left: 2%;
    margin-right: 1%;
  }
  #headerIntro .snsIcon svg {
    width: 100% !important;
    height: 100% !important;
  }
  #headerIntro .snsIcon.pintIcon {
    width: 18px;
    height: 18px;
  }
  #headerIntro .snsIcon.facebookIcon {
    margin-left: 1%;
  }
  #headerIntro .snsIcon a {
    display: block;
  }
  @-webkit-keyframes spin1-1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }
  @keyframes spin1-1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }
  @-webkit-keyframes spin1-2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }
  @keyframes spin1-2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }
  #header .inner h1 #o-2 {
    width: 12px;
    height: auto;
    position: absolute;
    top: 0;
    left: 69px;
    z-index: 50;
    -webkit-animation: spin2 0.5s linear;
            animation: spin2 0.5s linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  #header .inner h1 #o-2.style00 {
    -webkit-animation: spin2-1 0.5s linear;
            animation: spin2-1 0.5s linear;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  #header .inner h1 #o-2.style00 #o-2-1 path {
    fill: #f0f0f0;
  }
  #header .inner h1 #o-2.style00 #o-2-2 path {
    fill: #000000;
  }
  #header .inner h1 #o-2.style01 {
    -webkit-animation: spin2-2 0.5s linear;
            animation: spin2-2 0.5s linear;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  #header .inner h1 #o-2.style01 #o-2-1 path {
    fill: #000000;
  }
  #header .inner h1 #o-2.style01 #o-2-2 path {
    fill: #ff0000;
  }
  #header .inner h1 #o-2.style02 {
    -webkit-animation: spin2-1 0.5s linear;
            animation: spin2-1 0.5s linear;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  #header .inner h1 #o-2.style02 #o-2-1 path {
    fill: #ff0000;
  }
  #header .inner h1 #o-2.style02 #o-2-2 path {
    fill: #36bdef;
  }
  #header .inner h1 #o-2.style03 {
    -webkit-animation: spin2-2 0.5s linear;
            animation: spin2-2 0.5s linear;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  #header .inner h1 #o-2.style03 #o-2-1 path {
    fill: #36bdef;
  }
  #header .inner h1 #o-2.style03 #o-2-2 path {
    fill: #ffce00;
  }
  #header .inner h1 #o-2.style04 {
    -webkit-animation: spin2-1 0.5s linear;
            animation: spin2-1 0.5s linear;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  #header .inner h1 #o-2.style04 #o-2-1 path {
    fill: #ffce00;
  }
  #header .inner h1 #o-2.style04 #o-2-2 path {
    fill: #3fbe00;
  }
  #header .inner h1 #o-2.style05 {
    -webkit-animation: spin2-2 0.5s linear;
            animation: spin2-2 0.5s linear;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  #header .inner h1 #o-2.style05 #o-2-1 path {
    fill: #3fbe00;
  }
  #header .inner h1 #o-2.style05 #o-2-2 path {
    fill: #ff0000;
  }
  @-webkit-keyframes spin2-1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }
  @keyframes spin2-1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }
  @-webkit-keyframes spin2-2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }
  @keyframes spin2-2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }
  #switchBtnArea {
    background: #f0f0f0 !important;
    border-right: solid 1px #FFF !important;
  }
  #switchBtnArea02 {
    background: #f0f0f0 !important;
    border-left: solid 1px #FFF !important;
  }
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* ナビゲーション */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  nav {
    display: none;
  }
  #rwdMenuWrap .category,
#rwdMenuWrap02 .category {
    padding: 20px 20px 0 20px;
  }
  #rwdMenuWrap .category.last,
#rwdMenuWrap02 .category.last {
    padding: 20px 20px 20px 20px;
  }
  #rwdMenuWrap .category h3,
#rwdMenuWrap02 .category h3 {
    letter-spacing: 1px;
    color: #fff;
  }
  #rwdMenuWrap .category ul {
    margin-bottom: 10px;
  }
  #rwdMenuWrap .category ul li {
    padding-left: 5px;
  }
  #rwdMenuWrap .category ul .catTitle {
    padding-left: 0px;
    font-weight: bold;
  }
  #rwdMenuWrap .category ul li a,
#rwdMenuWrap02 .category ul li a {
    font-size: 79%;
    color: #fff;
    display: block;
  }
  #rwdMenuWrap .category ul li a:hover,
#rwdMenuWrap02 .category ul li a:hover {
    background: #666;
    padding: 0 0 0 3px;
    transition: 0.3s;
  }
  /* 左側のメニュー */
  #menuOverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    position: fixed;
    z-index: 9997;
  }
  #switchBtnArea {
    width: 50px;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 9998;
  }
  #switchBtnArea #switchBtn {
    top: 0;
    left: 7px;
    width: 40px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 1px;
    z-index: 9998;
  }
  #switchBtnArea #switchBtn img {
    width: 25px;
    height: auto;
    opacity: 0.5;
  }
  #switchBtnArea #switchBtn span {
    top: 50%;
    left: 15%;
    /*width: 60%;
    height: 1px;*/
    display: block;
    position: absolute;
    /*background: #000;
    border-radius: 1px;
    transition: all 0.2s linear;*/
  }
  /*#switchBtnArea #switchBtn span:nth-of-type(1) {
  	margin-top: -10px;
  	-webkit-transform: rotate(0);
  	transform: rotate(0);
  }
  #switchBtnArea #switchBtn span:nth-of-type(2) {
  	margin-top: -18px;
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
  #switchBtnArea #switchBtn span:nth-of-type(3) {
  	margin-top: -26px;
  	-webkit-transform: rotate(0);
  	transform: rotate(0);
  }*/
  #switchBtnArea #switchBtn.btnClose {
    background: transparent;
  }
  #switchBtnArea #switchBtn.btnClose span {
    display: none;
  }
  /*#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
  	margin-top: -18px;
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  }
  #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
  	-webkit-transform: scale(0);
  	transform: scale(0);
  }
  #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
  	margin-top: -18px;
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  }*/
  #rwdMenuWrap {
    top: 0;
    left: -200px;
    width: 250px;
    height: 100%;
    background: #3c3c3c;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    transition: 0.3s;
    opacity: 0;
  }
  #rwdMenuWrap.showUp {
    left: 0px;
    opacity: 1;
  }
  #rwdMenuWrap.showDown {
    left: -200px;
    opacity: 0;
  }
  /* 右側のメニュー */
  #menuOverlay02 {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    position: fixed;
    z-index: 9997;
  }
  #switchBtnArea02 {
    width: 50px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
  }
  #switchBtnArea02 #switchBtn02 {
    top: 0;
    right: 5px;
    width: 40px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 1px;
    z-index: 9998;
  }
  #switchBtnArea02 #switchBtn02 span {
    top: 50%;
    right: 20%;
    width: 60%;
    height: 1px;
    display: block;
    position: absolute;
    background: #000;
    border-radius: 1px;
    transition: all 0.2s linear;
  }
  #switchBtnArea02 #switchBtn02 span:nth-of-type(1) {
    margin-top: -10px;
    transform: rotate(0);
  }
  #switchBtnArea02 #switchBtn02 span:nth-of-type(2) {
    margin-top: -18px;
    transform: scale(1);
  }
  #switchBtnArea02 #switchBtn02 span:nth-of-type(3) {
    margin-top: -26px;
    transform: rotate(0);
  }
  #switchBtnArea02 #switchBtn02.btnClose02 {
    background: transparent;
  }
  #switchBtnArea02 #switchBtn02.btnClose02 span:nth-of-type(1) {
    margin-top: -18px;
    transform: rotate(-45deg);
  }
  #switchBtnArea02 #switchBtn02.btnClose02 span:nth-of-type(2) {
    transform: scale(0);
  }
  #switchBtnArea02 #switchBtn02.btnClose02 span:nth-of-type(3) {
    margin-top: -18px;
    transform: rotate(45deg);
  }
  #rwdMenuWrap02 {
    top: 0;
    right: -200px;
    width: 250px;
    height: 100%;
    background: #3c3c3c;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    transition: 0.3s;
    opacity: 0;
  }
  #rwdMenuWrap02.showUp {
    right: 0px;
    opacity: 1;
  }
  #rwdMenuWrap02.showDown {
    right: -200px;
    opacity: 0;
  }
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* 基本レイアウト */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #wrapper {
    width: 100%;
    min-width: 1200px;
  }
  /* main 
  ---------------------- */
  #main {
    width: 100%;
    min-width: 1200px;
  }
  /* works 
  ---------------------- */
  #works {
    padding: 1% 100px 0 100px;
    display: grid;
    min-height: calc(100vh - 55px);
  }
  #works .item {
    margin: 0 4% 8%;
    display: block;
  }
  #works .item a {
    display: block;
  }
  #works .item a video {
    width: 100%;
    display: block;
  }
  #works .item a .pht {
    overflow: hidden;
  }
  #works .item a .pht img {
    width: 100%;
    height: auto;
    transition: transform 0.2s linear;
  }
  #works .item a:hover .pht img {
    transform: scale(1.05);
  }
  #works .item a h3 {
    font-size: 72%;
    text-align: center;
    padding-top: 10px;
    color: #4f4f4f;
  }
  #works #infscr-loading {
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
  }
  .item {
    position: relative;
  }
  .item .mpht {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .item img.top {
    display: none !important;
    z-index: -1 !important;
  }
  .item.on .mpht {
    width: 100%;
    height: auto;
    opacity: 0;
  }
  .amazonArea {
    width: 940px !important;
    margin: 0 auto !important;
    float: none !important;
    clear: both !important;
    margin-bottom: 100px !important;
    padding-top: 100px !important;
    position: relative;
  }
  .amazonArea table {
    width: 100%;
  }
  .amazonArea table td {
    text-align: center;
    vertical-align: bottom !important;
  }
  #about {
    padding: 50px 120px;
  }
  #about dl {
    margin-top: 50px;
  }
  #about dl dt {
    margin-bottom: 10px;
    font-weight: bold;
  }
  #about dl dd a {
    text-decoration: underline;
  }
  #about dl dd span {
    padding-left: 3em;
  }
  #about dl dd span.m1 {
    padding-left: 1.8em;
  }
  #copy {
    position: fixed;
    background: #fff;
    width: 100%;
    text-align: center;
    bottom: 0;
  }
  #copy a {
    display: block;
    padding: 10px 0 0px 0;
  }
  #copy svg {
    width: 120px;
  }
}
/* 640px 〜 1199px */
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  /*追記 採用*/
  #recruit {
    display: block;
    font-size: 14px;
    color: #3e3e3e;
    background-color: #fff;
    padding: 10px;
    line-height: 1;
    text-align: center;
    margin: 0 110px 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    box-sizing: border-box;
  }
  #recruit span {
    display: block;
    font-size: 10px;
    color: #3e3e3e;
    margin: 5px 0 0;
    letter-spacing: 0.01em;
  }
  .sp {
    display: none;
  }
  .amazonArea {
    display: none;
  }
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* ヘッダー */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #header {
    width: 100%;
    min-width: 640px;
    padding: 30px 0 20px 0;
  }
  #header .inner {
    padding: 0 2%;
    position: relative;
  }
  #header .inner h1 {
    text-align: center;
  }
  #header .inner h1 span {
    display: none;
    /*
    			font-size: 12px;
    			letter-spacing: 0.2em;
    */
  }
  #header .inner .site {
    position: absolute;
    top: 40px;
    right: 114px;
    font-size: 86%;
    color: #000;
  }
  #header .inner .site li {
    float: left;
  }
  #header .inner .site li a {
    text-decoration: underline;
  }
  #header .inner .site span {
    font-size: 60%;
    padding: 0 10px;
  }
  #headerIntro .intro {
    display: none;
  }
  #header .aboutLink {
    position: absolute;
    top: 0;
    right: 150px;
    display: block;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 10px;
  }
  /*#header .facebookIcon {
  	position: absolute;
  	top: 0;
  	right: 150px;
  	width: 18px;
  	height: 18px;
  }
  #headerIntro .facebookIcon svg {
  	width: 100% !important;
  	height: 100% !important;
  }*/
  #header .snsIcon {
    position: absolute;
    top: 0;
    right: 114px;
    width: 18px;
    height: 18px;
  }
  #header .snsIcon svg {
    width: 100% !important;
    height: 100% !important;
  }
  #header .snsIcon.pintIcon {
    right: 142px;
  }
  #header .snsIcon a {
    display: block;
  }
  #header .inner h1 svg {
    width: 20% !important;
    height: auto !important;
  }
  #switchBtnArea {
    background: #f0f0f0 !important;
    border-right: solid 1px #FFF !important;
  }
  #switchBtnArea02 {
    background: #f0f0f0 !important;
    border-left: solid 1px #FFF !important;
  }
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* ナビゲーション */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  nav {
    display: none;
  }
  #rwdMenuWrap .category,
#rwdMenuWrap02 .category {
    padding: 20px 20px 0 20px;
  }
  #rwdMenuWrap .category.last,
#rwdMenuWrap02 .category.last {
    padding: 20px 20px 20px 20px;
  }
  #rwdMenuWrap .category h3,
#rwdMenuWrap02 .category h3 {
    letter-spacing: 1px;
    color: #fff;
  }
  #rwdMenuWrap .category ul li a,
#rwdMenuWrap02 .category ul li a {
    font-size: 79%;
    color: #fff;
  }
  #rwdMenuWrap .category ul li {
    padding-left: 5px;
  }
  #rwdMenuWrap .category ul .catTitle {
    padding-left: 0px;
    font-weight: bold;
  }
  /* 左側のメニュー */
  #menuOverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    position: fixed;
    z-index: 9997;
  }
  #switchBtnArea {
    width: 50px;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 9998;
  }
  #switchBtnArea #switchBtn {
    top: 0;
    left: 5px;
    width: 40px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 1px;
    z-index: 9998;
  }
  #switchBtnArea #switchBtn img {
    width: 80%;
    height: auto;
    opacity: 0.5;
  }
  #switchBtnArea #switchBtn span {
    top: 48%;
    left: 15%;
    /*width: 60%;
    height: 1px;*/
    display: block;
    position: absolute;
    /*background: #000;
    border-radius: 1px;
    transition: all 0.2s linear;*/
  }
  /*#switchBtnArea #switchBtn span:nth-of-type(1) {
  	margin-top: -10px;
  	-webkit-transform: rotate(0);
  	transform: rotate(0);
  }
  #switchBtnArea #switchBtn span:nth-of-type(2) {
  	margin-top: -18px;
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
  #switchBtnArea #switchBtn span:nth-of-type(3) {
  	margin-top: -26px;
  	-webkit-transform: rotate(0);
  	transform: rotate(0);
  }*/
  #switchBtnArea #switchBtn.btnClose {
    background: transparent;
  }
  #switchBtnArea #switchBtn.btnClose span {
    display: none;
  }
  /*#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
  	margin-top: -18px;
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  }
  #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
  	-webkit-transform: scale(0);
  	transform: scale(0);
  }
  #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
  	margin-top: -18px;
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  }*/
  #rwdMenuWrap {
    top: 0;
    left: -200px;
    width: 250px;
    height: 100%;
    background: #3c3c3c;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    transition: 0.3s;
    opacity: 0;
  }
  #rwdMenuWrap.showUp {
    left: 0px;
    opacity: 1;
  }
  #rwdMenuWrap.showDown {
    left: -200px;
    opacity: 0;
  }
  /* 右側のメニュー */
  #menuOverlay02 {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    position: fixed;
    z-index: 9997;
  }
  #switchBtnArea02 {
    width: 50px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
  }
  #switchBtnArea02 #switchBtn02 {
    top: 0;
    right: 5px;
    width: 40px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 1px;
    z-index: 9998;
  }
  #switchBtnArea02 #switchBtn02 span {
    top: 50%;
    right: 20%;
    width: 60%;
    height: 1px;
    display: block;
    position: absolute;
    background: #000;
    border-radius: 1px;
    transition: all 0.2s linear;
  }
  #switchBtnArea02 #switchBtn02 span:nth-of-type(1) {
    margin-top: -10px;
    transform: rotate(0);
  }
  #switchBtnArea02 #switchBtn02 span:nth-of-type(2) {
    margin-top: -18px;
    transform: scale(1);
  }
  #switchBtnArea02 #switchBtn02 span:nth-of-type(3) {
    margin-top: -26px;
    transform: rotate(0);
  }
  #switchBtnArea02 #switchBtn02.btnClose02 {
    background: transparent;
  }
  #switchBtnArea02 #switchBtn02.btnClose02 span:nth-of-type(1) {
    margin-top: -18px;
    transform: rotate(-45deg);
  }
  #switchBtnArea02 #switchBtn02.btnClose02 span:nth-of-type(2) {
    transform: scale(0);
  }
  #switchBtnArea02 #switchBtn02.btnClose02 span:nth-of-type(3) {
    margin-top: -18px;
    transform: rotate(45deg);
  }
  #rwdMenuWrap02 {
    top: 0;
    right: -200px;
    width: 250px;
    height: 100%;
    background: #3c3c3c;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    transition: 0.3s;
    opacity: 0;
  }
  #rwdMenuWrap02.showUp {
    right: 0px;
    opacity: 1;
  }
  #rwdMenuWrap02.showDown {
    right: -200px;
    opacity: 0;
  }
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* 基本レイアウト */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #wrapper {
    padding: 1% 80px 20px 80px;
  }
  /* main 
  ---------------------- */
  #main {
    width: 100%;
    min-width: 640px;
  }
  /* works 
  ---------------------- */
  #works {
    padding: 0 100px;
    min-height: 100vh;
  }
  #works .item {
    margin: 3%;
    display: block;
  }
  #works .item a {
    display: block;
  }
  #works .item a video {
    width: 100%;
    display: block;
  }
  #works .item a .pht {
    overflow: hidden;
  }
  #works .item a .pht img {
    width: 100%;
    height: auto;
    transition: transform 0.2s linear;
  }
  #works .item a:hover .pht img {
    transform: scale(1.05);
  }
  #works .item a h3 {
    font-size: 72%;
    text-align: center;
    padding-top: 10px;
    color: #4f4f4f;
  }
  #works #infscr-loading {
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
  }
  .item {
    position: relative;
  }
  .item .mpht {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .item img.top {
    display: none !important;
    z-index: -1 !important;
  }
  .item.on .mpht {
    width: 100%;
    height: auto;
    opacity: 0;
  }
  #about {
    padding: 2% 15%;
  }
  #about dl {
    margin-top: 50px;
  }
  #about dl dt {
    margin-bottom: 10px;
    font-weight: bold;
  }
  #about dl dd a {
    text-decoration: underline;
  }
  #about dl dd span {
    padding-left: 3em;
  }
  #about dl dd span.m1 {
    padding-left: 1.8em;
  }
  #copy {
    position: fixed;
    background: #fff;
    width: 100%;
    text-align: center;
    bottom: 0;
  }
  #copy a {
    display: block;
    padding: 10px 0 0px 0;
  }
  #copy svg {
    width: 120px;
  }
}
/* 639px */
@media only screen and (max-width: 639px) {
  /*追記 採用*/
  #recruit {
    padding-top: 65px;
  }
  #recruit a {
    display: block;
    font-size: 14px;
    color: #3e3e3e;
    background-color: #fff;
    padding: 10px;
    line-height: 1;
    text-align: center;
    margin: 0 5%;
    font-weight: 600;
    letter-spacing: 0.05em;
    box-sizing: border-box;
  }
  #recruit span {
    display: block;
    font-size: 10px;
    color: #3e3e3e;
    margin: 5px 0 0;
    letter-spacing: 0.01em;
  }
  #main {
    padding-top: 0 !important;
  }
  .pc {
    display: none;
  }
  .amazonArea {
    display: none;
  }
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* ヘッダー */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #header {
    width: 100%;
    padding: 12px 0 8px 0;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 10;
    background: #f0f0f0;
  }
  #header .inner {
    position: relative;
  }
  #header .inner h1 {
    text-align: left;
    width: 22%;
    height: auto;
    margin: 0 auto;
    padding-top: 0%;
  }
  #header .inner h1 img {
    width: 100%;
    height: auto;
  }
  #header .inner h1 span {
    display: none;
  }
  #header .inner h1 a {
    color: #000;
  }
  #headerIntro .intro {
    display: none;
  }
  #header .aboutLink {
    position: absolute;
    top: 18%;
    left: 12%;
    font-size: 10px;
    border: solid 1px #919191;
    height: 13px;
    padding: 5px 6px 0px 6px;
    line-height: 1;
    border-radius: 1px;
  }
  /*#header .facebookIcon {
  	position: absolute;
  	top: 18%;
  	right: 24%;
  	width: 20px;

  }
  #headerIntro .facebookIcon svg {
  	width: 100% !important;
  	height: 100% !important;
  }*/
  #header .snsIcon {
    position: absolute;
    top: 18%;
    right: 15%;
    width: 20px;
  }
  #header .snsIcon svg {
    width: 100% !important;
    height: 100% !important;
  }
  #header .snsIcon.pintIcon {
    right: 23%;
  }
  #header .snsIcon a {
    display: block;
  }
  #header .inner .site {
    position: absolute;
    top: 45px;
    left: calc(1.5% + 5px);
    font-size: 60%;
    color: #000;
  }
  #header .inner .site li {
    float: left;
  }
  #header .inner .site li a {
    text-decoration: underline;
  }
  #header .inner .site span {
    font-size: 60%;
    padding: 0 10px;
  }
  #header .inner h1 svg {
    width: 100% !important;
    height: auto !important;
  }
  #headerIntro .intro {
    display: none;
  }
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* ナビゲーション */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  nav {
    display: none;
  }
  #rwdMenuWrap .category,
#rwdMenuWrap02 .category {
    padding: 20px 20px 0 20px;
    -webkit-overflow-scrolling: touch !important;
  }
  #rwdMenuWrap .category.last,
#rwdMenuWrap02 .category.last {
    padding: 20px 20px 20px 20px;
  }
  #rwdMenuWrap .category h3,
#rwdMenuWrap02 .category h3 {
    letter-spacing: 1px;
    color: #fff;
  }
  #rwdMenuWrap .category ul li a,
#rwdMenuWrap02 .category ul li a {
    font-size: 79%;
    color: #fff;
  }
  #rwdMenuWrap .category ul li {
    padding-left: 5px;
  }
  #rwdMenuWrap .category ul .catTitle {
    padding-left: 0px;
    font-weight: bold;
  }
  /* 左側のメニュー */
  #menuOverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    position: fixed;
    z-index: 9997;
  }
  #switchBtnArea #switchBtn {
    top: 15px;
    left: 10px;
    display: block;
    z-index: 9998;
    position: fixed;
  }
  #switchBtnArea #switchBtn img {
    width: 25px;
    height: auto;
    opacity: 0.5;
  }
  #switchBtnArea #switchBtn span {
    left: 20%;
    width: 60%;
    height: 1px;
    display: block;
    position: absolute;
    background: #000;
    border-radius: 1px;
    transition: all 0.2s linear;
  }
  #switchBtnArea #switchBtn.btnClose {
    background: transparent;
  }
  #rwdMenuWrap {
    top: 0;
    left: -200px;
    width: 250px;
    height: 100%;
    background: #3c3c3c;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    transition: 0.3s;
    opacity: 0;
    -webkit-overflow-scrolling: touch !important;
  }
  #rwdMenuWrap.none {
    display: none;
  }
  #rwdMenuWrap.showUp {
    left: 0px;
    opacity: 1;
  }
  #rwdMenuWrap.showDown {
    left: -200px;
    opacity: 0;
  }
  /* 右側のメニュー */
  #menuOverlay02 {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    position: fixed;
    z-index: 9997;
  }
  #switchBtnArea02 #switchBtn02 {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 38px;
    display: block;
    position: absolute;
    border-radius: 1px;
    z-index: 9998;
    position: fixed;
  }
  #switchBtnArea02 #switchBtn02 span {
    right: 20%;
    width: 60%;
    height: 1px;
    display: block;
    position: absolute;
    background: #000;
    border-radius: 1px;
    transition: all 0.2s linear;
  }
  #switchBtnArea02 #switchBtn02 span:nth-of-type(1) {
    top: 10px;
    transform: rotate(0);
  }
  #switchBtnArea02 #switchBtn02 span:nth-of-type(2) {
    bottom: 18.5px;
    transform: scale(1);
  }
  #switchBtnArea02 #switchBtn02 span:nth-of-type(3) {
    bottom: 10px;
    transform: rotate(0);
  }
  #switchBtnArea02 #switchBtn02.btnClose02 {
    background: transparent;
  }
  #switchBtnArea02 #switchBtn02.btnClose02 span:nth-of-type(1) {
    top: 18px;
    transform: rotate(-45deg);
  }
  #switchBtnArea02 #switchBtn02.btnClose02 span:nth-of-type(2) {
    bottom: 18.5px;
    transform: scale(0);
  }
  #switchBtnArea02 #switchBtn02.btnClose02 span:nth-of-type(3) {
    bottom: 18px;
    transform: rotate(45deg);
  }
  #rwdMenuWrap02 {
    top: 0;
    right: -200px;
    width: 250px;
    height: 100%;
    background: #3c3c3c;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    transition: 0.3s;
    opacity: 0;
    -webkit-overflow-scrolling: touch !important;
  }
  #rwdMenuWrap02.none {
    display: none;
  }
  #rwdMenuWrap02.showUp {
    right: 0px;
    opacity: 1;
  }
  #rwdMenuWrap02.showDown {
    right: -200px;
    opacity: 0;
  }
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  /* 基本レイアウト */
  /* ++++++++++++++++++++++++++++++++++++++++++++++ */
  #wrapper {
    padding: 82px 20px 20px 20px;
  }
  /* main 
  ---------------------- */
  #main {
    width: 100%;
  }
  /* works 
  ---------------------- */
  #works {
    padding: 0 1.5% 0 1.5%;
    background: #f0f0f0;
    min-height: 100vh;
  }
  #works .item {
    margin: 0 3% 12%;
    display: block;
  }
  #works .item a {
    display: block;
  }
  #works .item a video {
    display: none !important;
  }
  #works .item a .pht {
    overflow: hidden;
  }
  #works .item a .pht img {
    width: 100%;
    height: auto;
    transition: transform 0.2s linear;
  }
  #works .item a:hover .pht img {
    transform: scale(1.05);
  }
  #works .item a h3 {
    font-size: 72%;
    text-align: center;
    padding-top: 10px;
    color: #4f4f4f;
  }
  #works #infscr-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -26px;
    margin-top: -26px;
    padding: 10px;
  }
  .item {
    position: relative;
  }
  .item .mpht {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .item .top {
    width: 100%;
    height: auto;
    position: static !important;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .item.on .mpht {
    width: 100%;
    height: auto;
    opacity: 0;
  }
  #about {
    padding: 10%;
  }
  #about dl {
    margin-top: 50px;
  }
  #about dl dt {
    margin-bottom: 10px;
    font-weight: bold;
  }
  #about dl dd a {
    text-decoration: underline;
  }
  #about dl dd span {
    display: block;
    margin-bottom: 10px;
  }
  #copy {
    position: fixed;
    background: #fff;
    width: 100%;
    text-align: center;
    bottom: 0;
  }
  #copy a {
    display: block;
    padding: 3px 0 10px 0;
  }
  #copy svg {
    width: 20%;
  }
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
  content: " ";
  display: table;
}

#menuList > ul:after {
  clear: both;
}

#menuList > ul {
  *zoom: 1;
}

#menuList02 > ul:before,
#menuList02 > ul:after {
  content: " ";
  display: table;
}

#menuList02 > ul:after {
  clear: both;
}

#menuList02 > ul {
  *zoom: 1;
}
/*# sourceMappingURL=base.css.map */