@charset "UTF-8";
/*=== リセットcss ===*/
h1, h2, h3, h4, h5, h6, ul, ol, p {
  margin: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

table {
  border-spacing: 0;
}

table th {
  vertical-align: top;
}

button {
  line-height: inherit;
  border: hidden;
}

button:focus {
  outline: none;
}

iframe {
  border: hidden;
}

input, textarea {
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}

figure {
  margin: 0;
}

/*--- flex ---*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*--- リンク ---*/
a,
a:link {
  color: #FB8E08;
  text-decoration: none;
}

.hover a:hover {
  text-decoration: underline;
}

a.link i {
  margin-left: .3rem;
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  a img {
    -webkit-transition: none;
    transition: none;
  }
}
a,
a::before,
a::after,
a i,
.btBox .p_wrap h3,
.gallery_content li,
.gallery_content li img,
.gallery_content li .thumbnail,
.btBox.flex input,
.new .thumbnail .text,
.btBox a span,
textarea,
input {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 全体
------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16.5px;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(../images/shi_web.png) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  font: 100%/1.7 -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #383838;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  white-space: normal;
  overflow-x: hidden;
  overflow-y: scroll;
}

.inner {
  position: relative;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.soon {
  height: 30rem;
  line-height: 30rem;
  font-size: 1.25rem;
  text-align: center;
}

.menuList a,
.tab ul li a span,
.infoBox .p_wrap h3,
.btBox .p_wrap h3,
.profile_card .p_wrap h3 span {
  font-family: 'Montserrat', sans-serif;
}

/* header
------------------------------------------------------------*/
header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 500;
}

header#header .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* sitetitle */
h2#site_title {
  line-height: 1.2;
  font-family: 'Montserrat Subrayada', sans-serif;
}

h2#site_title a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #383838;
  text-decoration: none;
}

h2#site_title a span#sub {
  display: block;
  line-height: 1;
  margin-top: .3rem;
  color: #FB8E08;
  font-size: .8rem;
  font-weight: normal;
}

.hover h2#site_title a:hover {
  color: #383838;
}

/* menu */
.menuList a {
  position: relative;
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0 1rem;
  color: #383838;
  font-size: .9rem;
}

.menuList a.active {
  background: rgba(251, 142, 8, 0.1);
}

.hover .menuList a:hover {
  text-decoration: none;
}

.menuList a::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #FB8E08;
}

.hover .menuList a:hover::before,
.menuList a.active::before {
  height: 5px;
}

.menuList a i {
  margin-right: .5rem;
  color: #FB8E08;
}

.hover .menuList a:not(.active):hover i {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

/* sns */
.sns li + li {
  margin-left: 1rem;
}

.sns li a {
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  color: #383838;
}

.hover .sns li a:hover {
  opacity: .75;
}

.hover .sns li a:hover i {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

/* main content
------------------------------------------------------------*/
/*=== 全体 ===*/
#wrapper {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 55px);
}

h3 {
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

h4 {
  line-height: 1.3;
  font-size: 1.7rem;
}

h4 i {
  margin-right: 1rem;
}

h5 {
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

h5 span {
  margin-bottom: .5rem;
  display: block;
  color: #aaa;
  font-size: .85rem;
}

/*--- thumbnail ---*/
.thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.thumbnail::before {
  content: "";
  display: block;
  padding-top: 70%;
}

.thumbnailInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thumbnail img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 115%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.thumbnail img.yoko {
  max-width: none;
  max-height: 115%;
  width: auto;
}

/*=== contentHeder ===*/
#contentHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.7));
  background-size: 12px 12px;
}

#contentHeader .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: calc(3rem + 55px) 1rem 3rem;
}

/*--- title ---*/
#contentHeader h2 {
  line-height: 1;
  margin-bottom: 3rem;
  font-size: 3.25rem;
  font-family: 'Montserrat Subrayada', sans-serif;
  text-align: center;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
}

#contentHeader h2 span {
  display: block;
  margin-bottom: 1rem;
  color: #FB8E08;
  font-size: 1.2rem;
}

/*--- box ---*/
.box {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-height: calc(100% - 2rem - 55px);
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
}

.box > * {
  width: calc(calc(100% - 2rem) / 2);
}

.box h3 {
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
}

/* new */
.new > a {
  display: block;
}

.new .thumbnail {
  border-radius: 3px;
}

.new .thumbnailInner {
  background: #000;
}

.new .thumbnail .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-left: 2rem;
  color: transparent;
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  z-index: 5;
}

.hover a:hover .thumbnail .text {
  color: #fff;
  letter-spacing: .3rem;
}

.new .thumbnail .text i {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: none;
  transition: none;
}

.hover .new a:hover .thumbnail .text i {
  -webkit-animation: arrow3 .4s ease infinite;
          animation: arrow3 .4s ease infinite;
}

@-webkit-keyframes arrow3 {
  0% {
    left: 0;
  }
  50% {
    left: .3rem;
  }
  100% {
    left: 0;
  }
}

@keyframes arrow3 {
  0% {
    left: 0;
  }
  50% {
    left: .3rem;
  }
  100% {
    left: 0;
  }
}
.new a img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.hover .new a:hover .thumbnail img {
  -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
          transform: translate(-50%, -50%) scale(1.2, 1.2);
  opacity: .5;
}

.new > .text {
  margin-top: 1rem;
}

/* info */
.box .info ul li {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.box .info ul li + li {
  margin-top: 1rem;
}

.box .info ul li::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4px;
  height: 100%;
  background: #FB8E08;
  border-radius: 3px;
}

.box .info ul li span {
  display: block;
}

.box .info ul li span:not(.data) + span {
  margin-top: .5rem;
}

.pageWrap {
  position: relative;
  padding-left: 5.5rem;
}

.data {
  display: block;
  color: #aaa;
  font-size: .85rem;
}

a.page {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  line-height: 1.7rem;
  min-width: 6em;
  padding: 0 .5rem;
  margin-right: .5rem;
  background: #383838;
  color: #fff;
  font-size: .8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 7px;
}

a.page.nolink {
  pointer-events: none;
}

a.page:hover {
  text-decoration: none;
  opacity: .75;
}

/*--- arrow ---*/
#contentHeader .arrow {
  position: relative;
  margin-top: 3rem;
  line-height: 1;
  width: 60px;
  height: 60px;
  color: rgba(251, 142, 8, 0.8);
  text-align: center;
}

#contentHeader .arrow i {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  width: 60px;
  font-size: 5.5rem;
  text-align: center;
  -webkit-animation: arrow 1s ease infinite;
          animation: arrow 1s ease infinite;
}

@-webkit-keyframes arrow {
  0% {
    bottom: -.75rem;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: -.75rem;
  }
}

@keyframes arrow {
  0% {
    bottom: -.75rem;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: -.75rem;
  }
}
.hover #contentHeader .arrow:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/*=== content ===*/
.content:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.1);
}

/*
.sub .content:nth-of-type(odd){
background: rgba(254, 235, 209, .4);
}*/
.content:nth-of-type(even) {
  background: url(../images/background2.png) repeat;
}

.content .inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 1rem 4rem;
}

.h3,
.h4 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.h3 {
  position: relative;
  margin-bottom: 3rem;
}

.content:nth-of-type(odd) h3,
.content:nth-of-type(odd) h4 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.content .inner h3 {
  width: 100%;
  font-family: 'Montserrat Subrayada', sans-serif;
  font-size: 3rem;
  text-align: center;
}

.content .inner h3 span {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  margin-bottom: .5rem;
}

.h3 a,
.h4 a {
  display: block;
  padding: .3rem .75rem;
  font-weight: bold;
  background: #FB8E08;
  color: #fff;
  font-size: .85rem;
  border-radius: 3px;
}

.h3 a {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.hover .h3 a:hover,
.hover .h4 a:hover {
  opacity: .75;
  text-decoration: none;
  letter-spacing: .3rem;
}

.h3 a i,
.h4 a i {
  margin-right: .3rem;
  -webkit-transition: none;
  transition: none;
}

/*--- about ---*/
.content.about .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content.about .inner > *[class*="Cont"] {
  width: calc(calc(100% - 2rem) / 2);
}

.h4 {
  margin-bottom: 1rem;
}

/*- profile -*/
.card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
}

.card > i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin-bottom: 1.25rem;
  font-size: 1.8rem;
  text-align: center;
  background: #383838;
  color: #fff;
  border-radius: 100%;
}

.card .text > * + * {
  margin-top: 1rem;
}

.card .text > * + h6 {
  margin-top: 2rem;
}

.card .text h6 {
  font-size: 1.2rem;
}

.card ul.check li {
  position: relative;
  padding-left: 1.75rem;
}

.card ul.check li::after {
  position: absolute;
  display: block;
  content: "\f00c";
  top: 0;
  left: 0;
  color: #aaa;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: bold;
  opacity: .7;
}

.card ul.check li + li {
  margin-top: .7rem;
}

/*- biography -*/
.table {
  width: 100%;
  height: auto;
  margin-top: 1.25rem;
  padding: 1rem 0;
  border: solid #dcdcdc;
  border-width: 1px 0;
}

.table_box {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}

.table_box + .table_box {
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dcdcdc;
}

.table_box .right_tb,
.table_box .left_tb {
  display: table-cell;
  vertical-align: middle;
}

.table_box .left_tb {
  width: 5rem;
  text-align: center;
  border-right: 1px solid #dcdcdc;
  border-left: 4px solid #aaa;
}

.table_box .left_tb span {
  font-weight: bold;
}

.table_box .right_tb {
  width: calc(100% - 5rem);
  padding-left: 1rem;
}

.table_box .right_tb ul li + li {
  margin-top: .5rem;
}

.table_box .right_tb ul li span {
  padding-left: .5rem;
}

/*--- gallery ---*/
.gallery_content {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.gallery_content li {
  width: calc(100% / 3);
  height: auto;
}

.gallery_content li .thumbnail {
  height: 100%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

.gallery_content li .thumbnail::before {
  padding-top: 100%;
}

.content.gallery .thumbnail img {
  opacity: .98;
}

.hover .gallery_content li .thumbnail:hover {
  -webkit-transform: translate(-0.75rem, -0.75rem);
          transform: translate(-0.75rem, -0.75rem);
  -webkit-box-shadow: 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.1);
}

.lightbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1 !important;
  background-size: 40px auto !important;
}

/*--- blog ---*/
a.blogBox {
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #383838;
}

.hover .blogBox:hover {
  text-decoration: none;
  opacity: .8;
}

.blogBox > * {
  width: 50%;
}

.blogBox .thumbnailInner {
  background: url(../images/img025.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.blogBox .text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  padding: 2rem;
}

.blogBox .text > * + * {
  margin-top: 1rem;
}

.blogBox .text h5 {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}

/*--- contact ---*/
.btBox,
.btBox a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 760px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.btBox a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(calc(100% - 1rem) / 2);
  background: #FB8E08;
  padding: 2rem;
  color: #fff;
  text-align: center;
  word-break: keep-all;
  border-radius: 3px;
}

.btBox a.twitter {
  background: #00acee;
}

.hover .btBox a:hover {
  opacity: .9;
}

.btBox a > * {
  display: block;
}

.btBox a:hover {
  text-decoration: none;
  border-radius: 30px;
}

.btBox a > i {
  width: auto;
  height: auto;
  margin-bottom: .75rem;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 100%;
}

.hover .btBox a:hover > i {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.btBox a span {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: .5rem;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.btBox a span i {
  margin-left: .5rem;
}

.btBox a p {
  font-size: .85rem;
}

/*=== footer ===*/
#footer {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 2rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

#footer p {
  text-align: center;
  font-size: .85rem;
}

/* ABOUT
------------------------------------------------------------*/
/*=== contentHeader ===*/
.about #contentHeader {
  height: auto;
  padding: calc(2rem + 55px) 0 2rem;
}

.about #contentHeader .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about #contentHeader .inner .btBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about #contentHeader .inner .button {
  width: calc(calc(100% - 4rem) / 3);
}

.about #contentHeader .inner .button + .button {
  margin-left: 2rem;
}

.about #contentHeader .inner .btBox a i:last-child {
  width: auto;
  height: auto;
  line-height: 1;
  margin-bottom: 0;
  background: none;
  color: #fff;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.about.hover #contentHeader .inner .btBox a:hover i:last-child {
  -webkit-animation: arrow2 .4s ease infinite;
          animation: arrow2 .4s ease infinite;
}

@-webkit-keyframes arrow2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 0.3rem);
            transform: translate(0, 0.3rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes arrow2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 0.3rem);
            transform: translate(0, 0.3rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*=== content ===*/
.sub .content:first-of-type {
  padding-top: 55px;
}

/*--- about_content ---*/
.about_content {
  width: 100%;
}

#profile .about_content .card {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_content .card .textWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2rem;
  max-width: 65%;
}

.about_content .thumbnail {
  width: 150px;
  border-radius: 100%;
  margin-bottom: 1.25rem;
}

.about_content .thumbnail::before {
  padding-top: 100%;
}

.about_content .card .textWrap h6 i {
  margin-right: .5rem;
  color: #999;
}

.about_content .snsWrap {
  width: 35%;
  background: #fff;
  padding: .5rem;
  border-radius: 3px;
  overflow: hidden;
}

.about_content .snsWrap span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: .5rem;
  color: #fff;
  text-align: center;
}

.about_content .snsWrap span a {
  display: block;
  background: #FB8E08;
  color: #fff;
  border-radius: 3px;
}

.hover .about_content .snsWrap span a:hover {
  text-decoration: none;
  opacity: .75;
}

.about_content .card .text {
  width: 100%;
}

/* GALLERY
------------------------------------------------------------
body.gallery .content:nth-of-type(odd){
background: url(../images/background2.png) repeat;
}

body.gallery .content .inner h3{
color: #383838;
}*/
/* CONTACT
------------------------------------------------------------*/
.formWrap,
.contact_card {
  width: 100%;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
}

.formWrap table {
  width: 100%;
}

.formWrap th {
  width: 15rem;
  text-align: left;
}

.formWrap th,
.formWrap td {
  padding: 1rem 0;
  border-bottom: 1px solid #efefef;
}

.formWrap tr:first-child th,
.formWrap tr:first-child td {
  border-top: 1px solid #efefef;
}

.formWrap th span {
  display: inline-block;
  margin-right: .5rem;
  padding: 0 .3em;
  color: #fff;
  font-size: .9rem;
  font-weight: 500;
  border-radius: 3px;
}

.formWrap th span.required {
  background: #F8532A;
}

.formWrap th span.optional {
  background: #aaa;
}

/*--- form本体 ---*/
.formWrap table tr:not(:last-child) th {
  vertical-align: middle;
}

.formWrap table td input {
  width: 50%;
}

.formWrap table td input,
.formWrap table td textarea {
  padding: .5rem .75rem;
  background: rgba(255, 146, 5, 0.1);
  border: 2px solid #dcdcdc;
  vertical-align: bottom;
}

.formWrap table td input:focus,
.formWrap table td textarea:focus {
  background: transparent;
  border-color: #FF9205;
  outline: none;
}

.formWrap table td input::-webkit-input-placeholder,
.formWrap table td textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.formWrap table td input:-ms-input-placeholder,
.formWrap table td textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.formWrap table td input::-ms-input-placeholder,
.formWrap table td textarea::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.formWrap table td input::placeholder,
.formWrap table td textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.formWrap table td input:focus::-webkit-input-placeholder,
.formWrap table td textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.formWrap table td input:focus:-ms-input-placeholder,
.formWrap table td textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.formWrap table td input:focus::-ms-input-placeholder,
.formWrap table td textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.formWrap table td input:focus::placeholder,
.formWrap table td textarea:focus::placeholder {
  color: transparent;
}

.formWrap table td textarea {
  width: 100%;
}

/* button */
.formWrap .btBox.flex {
  width: 100%;
  margin-top: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.formWrap .btBox.flex input {
  width: 8rem;
  padding: .5em 0;
  background: #FF9205;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: hidden;
  border-radius: 3px;
  cursor: pointer;
}

.formWrap .btBox.flex input[type="reset"],
.formWrap .btBox.flex input[type="button"] {
  background: #999;
}

.formWrap .btBox.flex input + input {
  margin-left: 1rem;
}

.hover .formWrap .btBox.flex input:hover {
  opacity: .75;
}

/*--- 確認画面 ---*/
.formWrap .confirmationBox {
  margin-top: 2rem;
}

.formWrap .confirmationBox table th,
.formWrap .confirmationBox table td {
  padding: 1rem 0;
}

.formWrap .confirmationBox table th {
  word-break: keep-all;
  max-width: 10rem;
  width: 10rem;
}

.formWrap .confirmationBox table {
  border-collapse: collapse;
}

/*--- 注意事項 & THANKS ---*/
#thanks.content,
#contact_submit.content,
#blog.content {
  min-height: calc(100vh - 55px);
}

.formWrap + .contact_card {
  margin-top: 2rem;
}

.contact_card ul li {
  position: relative;
  display: block;
  padding-left: 1.5rem;
}

.contact_card ul li + li {
  margin-top: .5rem;
}

.contact_card ul li::after {
  position: absolute;
  content: "";
  display: block;
  top: .85rem;
  left: .2rem;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  background: #FB8E08;
  border-radius: 100%;
}

#content.thanks .thumbnail::before {
  padding-top: 100%;
}

#content.thanks .thumbnail .thumbnailInner {
  background: url(../images/img019.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.contact_card .btBox {
  display: block;
  max-width: 100%;
  margin: 2rem 0 0;
}

.contact_card .btBox a {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: inline-block;
  width: auto;
  padding: .3rem .75rem;
  padding-left: 2rem;
  font-weight: bold;
  background: #FB8E08;
  color: #fff;
  border-radius: 3px;
}

.contact_card .btBox a i {
  position: absolute;
  display: inline-block;
  left: .75rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: auto;
  height: auto;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 1rem;
  color: #fff;
  background: none;
}

.hover .contact_card .btBox a:hover i {
  -webkit-transform: translate(0, -50%) scale(1, 1);
          transform: translate(0, -50%) scale(1, 1);
  -webkit-animation: arrow4 .4s ease infinite;
          animation: arrow4 .4s ease infinite;
}

@-webkit-keyframes arrow4 {
  0% {
    left: .75rem;
  }
  50% {
    left: .55rem;
  }
  100% {
    left: .75rem;
  }
}

@keyframes arrow4 {
  0% {
    left: .75rem;
  }
  50% {
    left: .55rem;
  }
  100% {
    left: .75rem;
  }
}
/* BLOG
------------------------------------------------------------*/
.postWrap {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 3px;
}

.postWrap + .postWrap {
  margin-top: 3rem;
}

.postWrap > * + * {
  margin-top: 2rem;
}

.postWrap .postHeader span {
  margin-bottom: .5rem;
}

.postWrap h1 {
  line-height: 1.3;
  font-size: 2rem;
}

.post {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post > * {
  width: calc(calc(100% - 2rem) / 2);
}

.post .leftCont > * + * {
  margin-top: 1.7rem;
}

.post .leftCont .thumbnail,
.post .leftCont .thumbnailInner,
.post .leftCont .thumbnail img {
  position: static;
}

.post .leftCont .thumbnail::before {
  display: none;
}

.post .leftCont .thumbnail img {
  -webkit-transform: none;
          transform: none;
  border-radius: 3px;
}

.post .leftCont .thumbnail p {
  position: relative;
  font-size: .85rem;
  padding: .3rem 0 .3rem 1.25rem;
}

.post .leftCont .thumbnail p i {
  position: absolute;
  top: .6rem;
  left: .25rem;
  color: #aaa;
}

.postInner > * + * {
  margin-top: 1rem;
}

.postInner * + h2 {
  margin-top: 2.5rem;
}

.postInner h2 {
  position: relative;
  font-size: 1.2rem;
  padding-left: calc(1rem + 4px);
}

.postInner h2::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #aaa;
  border-radius: 3px;
}

.postInner .gallery_content li {
  border: 1px solid #dcdcdc;
}

.postInner .gallery_content li:not(:nth-child(3n)) + li {
  border-left: transparent;
}

.postInner .gallery_content li:nth-child(n + 4) {
  border-top: transparent;
}

.postInner .img {
  max-width: 50%;
  height: auto;
}

.postInner .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 1px solid #dcdcdc;
}

.postInner .img p {
  position: relative;
  font-size: .85rem;
  padding: .3rem 0 .3rem 1.25rem;
}

.postInner .img p i {
  position: absolute;
  top: .6rem;
  left: .25rem;
  color: #aaa;
}

.postFooter {
  background: #efefef;
  padding: 2rem;
  border-radius: 3px;
}

.postFooter > * + * {
  margin-top: 1rem;
}

.postFooter .h7 {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}

/* WEB
------------------------------------------------------------*/
body.web {
  background: #fff;
}

body.web .menuList a.active {
  background: none;
}

body.web #other.content,
body.web #works2.content {
  background: url(../web/images/web-background.jpg) repeat;
  background-size: 128px 74px;
}

body.web .content .inner {
  padding: 4rem 1rem 5rem;
}

/*--- header ---*/
body.web header#header {
  position: static;
}

body.web header#header .inner {
  padding: 2rem 1rem;
}

body.web header#header .inner h2 a {
  font-size: 1.5rem;
}

body.web .menuList a::before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 5px;
  border-radius: 2.5px;
  background: rgba(48, 66, 201, 0.6);
}

body.web .menuList a:hover::before {
  width: 1rem;
}

/*--- about ---*/
body.web .content.about {
  position: relative;
  background: url(../web/images/background.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}

body.web .content.about::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 66, 201, 0.6);
  z-index: -1;
}

body.web .content.about .card {
  background: none;
  padding: 0;
}

body.web .content.about h5 {
  text-align: left;
  color: #fff;
}

body.web .content.about h5 span {
  color: inherit;
  opacity: .7;
}

body.web .content.about p {
  color: #fff;
}

body.web table {
  color: #fff;
  text-align: left;
  border-collapse: collapse;
}

body.web table th,
body.web table td {
  padding: .75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

body.web table th {
  padding-right: 1.5rem;
}

/*--- works ---*/
body.web .content.gallery {
  background: #fff;
}

body.web .gallery_content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.web .gallery_content li {
  width: calc(calc(100% - 2rem) / 3);
}

body.web #works2 .gallery_content li {
  width: calc(calc(100% - 1rem) / 2);
}

body.web .gallery_content li:not(:nth-child(3)) + li {
  margin-left: 1rem;
}

body.web #works2 .gallery_content li:not(:nth-child(3)) + li {
  margin-left: 0;
}

body.web #works2 .gallery_content li:not(:nth-child(2)) + li {
  margin-left: 1rem;
}

body.web .gallery_content li:nth-child(n + 4) {
  margin-top: 1rem;
}

body.web #works2 .gallery_content li:nth-child(n + 3) {
  margin-top: 1rem;
}

body.web .content.gallery .thumbnail {
  border: 1px solid #dcdcdc;
}

body.web.hover .gallery_content li .thumbnail:hover {
  -webkit-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px);
  -webkit-box-shadow: 15px 15px 0 rgba(48, 66, 201, 0.3);
          box-shadow: 15px 15px 0 rgba(48, 66, 201, 0.3);
}

body.web .content.gallery .thumbnail::before {
  padding-top: 80%;
}

body.web .content.gallery .thumbnail img {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: none;
  max-height: 100%;
  width: auto;
  opacity: 1;
}

/*--- other ---*/
body.web #other p {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  color: #fff;
  text-align: left;
}

body.web.hover #other .gallery_content li .thumbnail {
  pointer-events: none;
  border: 1px solid #dcdcdc;
}

/*--- worksページ ---*/
body.web #works1.content {
  background: #fff;
  border-top: 1px solid #dcdcdc;
}

body.web #works1.content h3 {
  color: #383838;
}

body.web #works2.content h3 {
  color: #fff;
}

body.web #works1 a:not(.noLink) {
  color: rgba(48, 66, 201, 0.7);
}

/*--- pankuzu ---*/
body.web .pankuzu {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}

body.web .pankuzu li a {
  font-size: .85rem;
}

body.web .pankuzu li a:hover {
  opacity: .7;
  text-decoration: underline;
}

body.web .pankuzu li:last-child a {
  position: relative;
  pointer-events: none;
  margin-left: 1.5rem;
}

body.web .pankuzu li:last-child a::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: -1.1rem;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border: 2px solid transparent;
  border-right-color: rgba(48, 66, 201, 0.7);
  border-bottom-color: rgba(48, 66, 201, 0.7);
  opacity: .5;
}

/*-- bxslider --*/
body.web .bx-wrapper,
body.web .bx-viewport {
  width: 100%;
}

body.web .bx-wrapper {
  margin-bottom: .5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dcdcdc;
}

body.web .bxslider img {
  max-width: none;
  max-height: 100%;
  width: auto;
}

/* pager */
body.web .thumb {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

body.web .thumb > * {
  width: calc(calc(100% - 3rem) / 7);
}

body.web .thumb > * + * {
  margin-left: .5rem;
}

body.web .thumb .thumbnail::before {
  padding-top: 40%;
}

body.web .thumb a {
  display: block;
  width: 100%;
  background: rgba(48, 66, 201, 0.8);
  border: 2px solid #fff;
}

body.web .thumb a.active {
  border-color: rgba(48, 66, 201, 0.8);
}

body.web .thumb a .thumbnail img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.web .thumb a:not(.active) .thumbnail img {
  -webkit-filter: grayscale(100%) blur(1px);
          filter: grayscale(100%) blur(1px);
  opacity: .7;
}

/* caption */
body.web .bx-wrapper .bx-caption {
  display: inline-block;
  width: auto;
  background: rgba(48, 66, 201, 0.7);
  border-radius: 0 15px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-left: hidden;
  border-bottom: hidden;
}

body.web .bx-wrapper .bx-caption span {
  font-family: inherit;
  padding: .5rem 1.2rem .5rem 1rem;
}

/* prev, next */
body.web .bx-wrapper .bx-controls-direction a {
  margin-top: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 2.5rem;
  height: 2.5rem;
}

body.web .bx-wrapper .bx-prev,
body.web .bx-wrapper .bx-next {
  background: none;
}

body.web .bx-wrapper .bx-prev::before,
body.web .bx-wrapper .bx-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -.25rem;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  opacity: .7;
}

body.web .bx-wrapper .bx-prev::before {
  content: "\f053";
}

body.web .bx-wrapper .bx-next::before {
  content: "\f054";
}

/* card */
body.web .content.works .card {
  display: block;
  padding: 0;
  margin-top: 3rem;
  background: none;
  text-align: left;
  width: 100%;
}

body.web .content.works .card h5 {
  text-align: left;
}

body.web .content.works .card h5 span {
  margin-bottom: 0;
  margin-top: .5rem;
}

body.web .content.works .card h5 span a {
  position: relative;
  color: rgba(48, 66, 201, 0.7);
}

body.web .content.works .card h5 span a.noLink {
  color: #383838;
  opacity: .6;
  pointer-events: none;
}

body.web .content.works .card h5 span a:not(.noLink)::after,
body.web table a::after {
  position: absolute;
  content: "\f360";
  padding: .05rem 0 0 .3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

/* table */
body.web .h7 {
  display: block;
  font-weight: bold;
  margin-top: 2rem;
}

body.web .h7 i {
  margin-right: .5rem;
  opacity: .5;
}

body.web table th,
body.web table td {
  border-top-color: #dcdcdc;
  border-bottom-color: #dcdcdc;
}

body.web #works1 table th {
  color: #383838;
  font-weight: normal;
  word-break: keep-all;
}

body.web #works1 table td a {
  word-break: break-all;
}

body.web table a {
  position: relative;
}

/* レスポンシブ
------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  /*=== 共通部分 ===*/
  body.open {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  header#header,
  header#header .inner {
    height: 55px;
  }

  header#header .inner {
    padding-right: calc(60px + 1rem);
  }

  .sns li + li {
    margin-left: .75rem;
  }

  button.menuBt {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 60px;
    height: 55px;
    line-height: 55px;
    padding-top: 10px;
    background: none;
    color: #FB8E08;
    font-size: .85rem;
    font-weight: bold;
    text-align: center;
    z-index: 502;
  }

  button.menuBt.open {
    color: #fff;
  }

  button.menuBt span {
    position: relative;
    display: block;
    bottom: 0;
  }

  .menuBt span::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right-color: #FB8E08;
    border-bottom-color: #FB8E08;
  }

  button.menuBt.open span::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }

  nav.menu {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #FB8E08;
    overflow: hidden;
    z-index: 501;
  }

  .menuList {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menuList li + li {
    margin-top: 1.25rem;
  }

  .menuList a {
    height: 1.7em;
    line-height: 1.7em;
    padding: 0;
    font-size: 1.5rem;
    color: #fff;
  }

  .menuList a i {
    width: 1.5rem;
    color: rgba(255, 255, 255, 0.6);
    padding-right: .5rem;
    text-align: center;
  }

  .box,
  .card,
  .btBox a,
  .blogBox .text,
  .formWrap,
  .contact_card,
  .postWrap {
    padding: 1.5rem;
  }

  .box > *,
  .content.about .inner > *[class*="Cont"],
  .btBox a,
  .post > * {
    width: calc(calc(100% - 1.5rem) / 2);
  }

  .postWrap > * + * {
    margin-top: 1.5rem;
  }

  .content .inner {
    padding: 2.5rem 1rem;
  }

  /*=== about ===*/
  .about_content .card .textWrap {
    padding-right: 1.5rem;
  }

  /*=== web portfolio ===*/
  body.web header#header,
  body.web header#header .inner {
    height: auto;
  }

  body.web nav.menu {
    position: static;
    display: block;
    width: auto;
    height: auto;
    background: transparent;
  }

  body.web .menuList {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  body.web .menuList li + li {
    margin-top: 0;
    margin-left: 1.5rem;
  }

  body.web .menuList a {
    color: #383838;
    height: auto;
    line-height: 1.7;
    padding-bottom: .5rem;
    font-size: .8rem;
  }

  body.web .menuList a::before {
    width: 1rem;
  }

  body.web button.menuBt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html {
    height: 100%;
    font-size: 16px;
  }

  #footer {
    height: auto;
    line-height: 1.7;
    padding: 0;
  }

  #footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .5rem;
  }

  #footer .inner .sns a {
    color: #fff;
  }

  .box {
    max-height: none;
  }

  .rightCont,
  .post > * + * {
    margin-top: 2rem;
  }

  .new h3 {
    width: 100%;
  }

  .box > *,
  .content.about .inner > *[class*="Cont"],
  .post > * {
    width: 100%;
  }

  .box,
  .content .inner,
  .top .content.contact .btBox,
  .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .top .content.contact .btBox > a.twitter,
  .snsWrap {
    display: none;
  }

  .top .content.contact .btBox > a {
    width: auto;
  }

  .top .content.contact .btBox > a {
    padding: 1.25rem 2.5rem;
  }

  .box .new {
    display: none;
  }

  /*=== about ===*/
  .about_content .card .textWrap {
    padding-right: 0;
    max-width: 100%;
  }

  /*=== contact ===*/
  .formWrap table tr th,
  .formWrap table tr td {
    display: block;
    width: 100%;
  }

  .formWrap .confirmationBox table th {
    max-width: none;
    width: 100%;
    padding-bottom: 0;
  }

  .formWrap table tr th {
    border-bottom: hidden;
    padding-bottom: 0;
  }

  .formWrap table tr td,
  .formWrap tr:first-child td {
    border-top: hidden;
  }

  .formWrap table tr td input {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .box, .card,
  .btBox a,
  .blogBox .text,
  .formWrap,
  .contact_card,
  .postWrap {
    padding: 1.25rem;
  }

  .inner {
    padding: 0 .5rem;
  }

  header#header .inner {
    padding-right: calc(60px + .5rem);
  }

  .content .inner {
    padding: 2rem .5rem;
  }

  .content .inner h3 {
    font-size: 2.5rem;
  }

  .blogBox .thumbnail {
    width: 25%;
  }

  .blogBox .text {
    width: 75%;
  }

  .postWrap h1 {
    line-height: 1.5;
    font-size: 1.7rem;
  }

  .contact_card h5 {
    font-size: 1.2rem;
    text-align: left;
  }

  /*=== web portfolio ===*/
  body.web header#header .inner {
    padding: 2rem .75rem;
  }

  body.web header#header .inner h2 a {
    font-size: 1.2rem;
  }

  body.web .content .inner {
    padding: 2rem .75rem 2.5rem;
  }

  body.web .h3 {
    margin-bottom: 2.5rem;
  }

  body.web .gallery_content li {
    width: calc(calc(100% - 1rem) / 3);
  }

  body.web .gallery_content li:not(:nth-child(3)) + li {
    margin-left: .5rem;
  }

  body.web .gallery_content li:nth-child(n + 4) {
    margin-top: .5rem;
  }

  body.web .thumb .thumbnail::before {
    padding-top: 70%;
  }

  body.web .pankuzu {
    margin-bottom: 2rem;
  }

  body.web .content.works .card {
    margin-top: 2rem;
  }
}

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