/* CSS Document */

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .8px;
  word-break: break-all;
  color: #333;
}
@media screen and (min-width:768px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
}

a {
  text-decoration: none;
  color: #1ca9e3;
}

img,
video,
object {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

ul,
li {
  list-style: none;
}

.text-bold {
  font-weight: bold;
}

.set-pc {
  display: none;
}
@media screen and (min-width:768px) {
  .set-pc {
    display: block;
  }
}

.set-sp {
  display: block;
}
@media screen and (min-width:768px) {
  .set-sp {
    display: none;
  }
}

#js-pageTop {
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #ccc;
}

#js-pageTop:hover {
  opacity: initial;
}
@media screen and (min-width:768px) {
  #js-pageTop:hover {
    opacity: 0.8;
  }
}

.hover-action-01 {
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}
@media screen and (min-width:768px) {
  .hover-action-01 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}

.hover-action-01:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
}
@media screen and (min-width:768px) {
  .hover-action-01:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
}

/*--------------------------------
 全体
---------------------------------*/
#wrapper {
  padding-top: 82px;
}
@media screen and (min-width:768px) {
  #wrapper {
    padding-top: 68px;
  }
}

.section {
  padding: 60px 0;
}
@media screen and (min-width:768px) {
  .section {
    padding: 100px 0;
  }
}

.section:nth-of-type(even) {
  background-color: #fafafa;
}

.section:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.section .inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width:768px) {
  .section .inner {
    padding: 0 40px;
  }
}

.section-title-area {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .section-title-area {
    margin-bottom: 38px;
  }
}

.section-title {
  font-family: "Open sans", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: .05em;
}
@media screen and (min-width:768px) {
  .section-title {
    font-size: 40px;
  }
}

.section-image a {
  display: block;
}

#about .inner,
#skill .inner {
  max-width: 1000px;
}

.js-slide-anime {
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.js-slide-anime.show {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.js-slide-anime-up {
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

/*--------------------------------
ヘッダー
---------------------------------*/
#header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78vh;
}
@media screen and (min-width:768px) {
  #header {
    height: 93vh;
  }
}

#header .logo {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

#header .logo-title {
  font-family: "Open sans", sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: .16em;

}
@media screen and (min-width:768px) {
  #header .logo-title {
    font-size: 64px;
    letter-spacing: .2em;
  }
}

#header .logo-desc {
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
  letter-spacing: .2em;
}
@media screen and (min-width:768px) {
  #header .logo-desc {
    font-size: 20px;
  }
}

#header .scroll-arrow {
  position: absolute;
  bottom: 70px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#header .scroll-arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrow-down 1.5s infinite;
  animation: arrow-down 1.5s infinite;
}

@-webkit-keyframes arrow-down {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes arrow-down {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/*--------------------------------
 グローバルナビ
---------------------------------*/
#gnav {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
}
@media screen and (min-width:768px) {
  #gnav {
    padding: 0;
  }
}
#gnav div:nth-child(2) {
  height:25px;
}

#gnav ul {
  display: inline-block;
}
@media screen and (min-width:768px) {
  #gnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#gnav li {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  padding: 2px 15px;
  letter-spacing: .05em;
}
@media screen and (min-width:768px) {
  #gnav li {
    font-size: 16px;
    padding: 0 24px;
  }
}

#gnav li a {
  position: relative;
  display: inline-block;
  padding: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #333;
}
@media screen and (min-width:768px) {
  #gnav li a {
    padding: 20px 0;
  }
}

#gnav li a:hover {
  opacity: initial;
}
@media screen and (min-width:768px) {
  #gnav li a:hover {
    opacity: 0.8;
  }
}

#gnav li a::after {
  display: none;
}
@media screen and (min-width:768px) {
  #gnav li a::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    content: "";
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
  }
}

#gnav li a:hover::after {
  width: 100%;
}

#gnav .gnav-logo {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width:768px) {
  #gnav .gnav-logo {
    left: 40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

#gnav .gnav-toggle {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

#gnav .gnav-toggle-icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #333;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
#gnav .gnav-toggle-icon:nth-child(1) {
  top: 0;
}
#gnav .gnav-toggle-icon:nth-child(2) {
  margin: 8px 0;
}
#gnav .gnav-toggle-icon:nth-child(3) {
  top: 0;
}

#gnav .gnav-toggle.open .gnav-toggle-icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gnav .gnav-toggle.open .gnav-toggle-icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
#gnav .gnav-toggle.open .gnav-toggle-icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#gnav .gnav-toggle-text {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 40px;
  font-size: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

#gnav .drawer-menu {
  position: absolute;
  top: 0;
  background: #fff;
  width: 100%;
  height: 200px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 10;
  box-shadow: -1px 1px 2px rgba(51, 51, 51, 0.6);
}
#gnav .drawer-menu.open {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}

#gnav .drawer-menu li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 165px;
  height: 1px;
  transition: .3s;
  background-color: #333;
}

/*--------------------------------
 Card
---------------------------------*/
.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-image img {
  width: 100%;
}

.card-caption {
  text-align: left;
}
@media screen and (min-width:768px) {
  .card-caption {
    text-align: center;
  }
}

.card-caption-title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (min-width:768px) {
  .card-caption-title {
    font-size: 14px;
  }
}

.card-caption-info {
  font-size: 10px;
  margin-bottom: 8px;
}
@media screen and (min-width:768px) {
  .card-caption-info {
    font-size: 12px;
  }
}

.card-caption-url {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .card-caption-url {
    font-size: 14px;
  }
}

.pswp__caption .card-caption-url {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
}

.url-link {
  color: #946500;
  background-color: #FFC039;
  padding: 2px 20px;
  border-radius: 30px;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
@media screen and (min-width:768px) {
  .url-link {
    padding: 6px 40px;
  }
}

.url-link:hover {
  opacity: 0.8;
}

.card img.fadein,
.cardbox img.fadein {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
}

.card img.fadein.lazyloaded,
.cardbox img.fadein.lazyloaded {
  opacity: 1;
}

/*--------------------------------
 WORKS
---------------------------------*/
#works .section-list {
  max-width: 768px;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media screen and (min-width:768px) {
  #works .section-list {
    max-width: none;
  }
}

#works .section-list ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  #works .section-list ul {
    flex-wrap: nowrap;
  }
}

#works .section-list ul li {
  position: relative;
  cursor: pointer;
  width: 46%;
  border: 1px solid rgb(51 51 51 / 40%);
  transition: all 0.6s ease;
  padding: 0.2em 0;
}
@media screen and (min-width:768px) {
  #works .section-list ul li {
    min-width: 170px;
    width: 14%;
    height: 30px;
    padding: 0;
  }
}

#works .section-list ul li.is-active {
  background-color: #FAE1AB;
  border: 2px solid rgb(51 51 51 / 40%);
  transition: all 0s ease;
}

#works .section-list ul li span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  user-select: none
}

#works .section-list ul li:before,
#works .section-list ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgb(51 51 51 / 90%);
  transition: all 0.6s ease;
}

#works .section-list ul li span:before,
#works .section-list ul li span:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgb(51 51 51 / 90%);
  transition: all 0.6s ease;
}

#works .section-list ul li.is-active:before,
#works .section-list ul li.is-active:after,
#works .section-list ul li.is-active span:before,
#works .section-list ul li.is-active span:after {
  transition: all 0s ease;
}

#works .section-list ul li:before,
#works .section-list ul li span:before {
  height: 0%;
  width: 1px;
}

#works .section-list ul li:after,
#works .section-list ul li span:after {
  width: 0%;
  height: 1px;
}

#works .section-list ul li:hover:before,
#works .section-list ul li span:hover:before {
  height: 100%;
}

#works .section-list ul li:hover:after,
#works .section-list ul li span:hover:after {
  width: 100%;
}

#works .section-list ul li.is-active:before,
#works .section-list ul li.is-active span:hover:before {
  height: 0%;
}

#works .section-list ul li.is-active:after,
#works .section-list ul li.is-active span:hover:after {
  width: 0%;
}

#works .card {
  flex-basis: 48%;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  #works .card {
    flex-basis: 31%;
    margin-bottom: 60px;
  }
}

#works .card-wrapper::after {
  display: block;
  flex-basis: 31%;
  content: "";
}

#works .card:nth-child(2n+1):nth-last-child(-n+2),
#works .card:nth-child(2n+1):nth-last-child(-n+2)~div {
    margin-bottom: 0;
}

@media screen and (min-width:768px) {
  #works .card:nth-child(3n+1):nth-last-child(-n+3),
  #works .card:nth-child(3n+1):nth-last-child(-n+3)~div {
    margin-bottom: 0;
  }
}

/*--------------------------------
 FEATURE
---------------------------------*/

#feature .section-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#feature .section-image {
  flex-basis: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  #feature .section-image {
    flex-basis: 58%;
    margin-bottom: 0;
  }
}

#feature .section-image img {
  width: 100%;
  margin: 0 auto;
}

#feature .section-desc {
  flex-basis: 100%;
}
@media screen and (min-width:768px) {
  #feature .section-desc {
    flex-basis: 37%;
  }
}

/*--------------------------------
 ABOUT
---------------------------------*/

#about .section-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#about .section-body:last-child {
  padding-top: 60px;
}

#about .section-image {
  flex-basis: 100%;
  margin: 0 auto 20px;
}
@media screen and (min-width:768px) {
  #about .section-image {
    flex-basis: 20%;
    margin: 0 auto;
  }
}

#about .section-image a {
  display: block;
  border-radius: 50%;
}

#about .section-image img {
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 25px 0 #d9d9d9;
}

#about .section-image p {
  margin-top: 5px;
  text-align: center;
}

#about .section-desc {
  flex-basis: 100%;
}
@media screen and (min-width:768px) {
  #about .section-desc {
    flex-basis: 62%;
  }
}

/*--------------------------------
 SKILL
---------------------------------*/
#skill .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width:768px) {
  #skill .card-wrapper {
    width: initial;
  }
}

#skill .cardbox {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  #skill .cardbox {
    flex-basis: 46%;
  }
}

#skill .skill-icon {
  flex-basis: 45px;
}
@media screen and (min-width:768px) {
  #skill .skill-icon {
    flex-basis: 60px;
  }
}

#skill .skill-icon img {
  width: 45px;
}
@media screen and (min-width:768px) {
  #skill .skill-icon img {
    width: 100%;
  }
}

#skill .skill-desc {
  flex-basis: calc(100% - 45px - 10px);
}
@media screen and (min-width:768px) {
  #skill .skill-desc {
    flex-basis: calc(100% - 60px - 30px);
  }
}

#skill .skill-desc-title {
  margin-bottom: 3px;
}

#skill .rate {
  font-size: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 15px;
  letter-spacing: .3em;
}
@media screen and (min-width:768px) {
  #skill .rate {
    font-size: 16px;
    height: 20px;
  }
}

#skill .rate:before,
#skill .rate:after {
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 15px;
  content: "★★★★★";
}
@media screen and (min-width:768px) {
  #skill .rate:before,
  #skill .rate:after {
    line-height: 20px;
    height: 20px;
  }
}

#skill .rate:before {
  color: #ddd;
}

#skill .rate:after {
  overflow: hidden;
  white-space: nowrap;
  color: #f181b4;
}

#skill .rate1:after {
  width: 15px;
}
@media screen and (min-width:768px) {
  #skill .rate1:after {
    width: 20px;
  }
}

#skill .rate2:after {
  width: 35px;
}
@media screen and (min-width:768px) {
  #skill .rate2:after {
    width: 40px;
  }
}

#skill .rate3:after {
  width: 55px;
}
@media screen and (min-width:768px) {
  #skill .rate3:after {
    width: 60px;
  }
}

#skill .rate4:after {
  width: 75px;
}
@media screen and (min-width:768px) {
  #skill .rate4:after {
    width: 80px;
  }
}

#skill .rate5:after {
  width: 95px;
}
@media screen and (min-width:768px) {
  #skill .rate5:after {
    width: 100px;
  }
}

/*--------------------------------
 CONTACT
---------------------------------*/

#contact .contact-list ul {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  width: 100px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  #contact .contact-list ul {
    width: 150px;
  }
}

#contact .contact-list li {
  display: flex;
  align-items: center;
  text-align: center;
}

#contact .contact-list li a {
  color: #333;
}

#contact .contact-list li img {
  width: 60px;
}
@media screen and (min-width:768px) {
  #contact .contact-list li img {
    width: 50px;
  }
}

#contact .contact-list-desc {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  #contact .contact-list-desc {
    font-size: initial;
  }
}

#contact .contact-other {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

/*--------------------------------
 Footer
---------------------------------*/

#footer {
  background-color: #1d1d1d;
}

#footer .inner {
  padding: 20px 0;
}
@media screen and (min-width:768px) {
  #footer .inner {
    padding: 30px;
  }
}

#footer .copyright {
  font-size: 10px;
  text-align: center;
  color: #8c8c8c;
}


/*--------------------------------
 page-Works
---------------------------------*/
#page-works  #gnav {
  height: 82px;
}
@media screen and (min-width: 768px) {
  #page-works #gnav {
    height: 68px;
  }
}

#page-works #gnav .set-pc a {
  display: none;
}
#page-works #gnav .set-sp a {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px){
  #page-works #gnav .set-pc a {
    display: flex;
    justify-content: center;
  }
  #page-works #gnav .set-sp a {
    display: none;
  }
}

#page-works #gnav .gnav-logo {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#page-works #header {
  height: 22vh;
}
@media screen and (min-width: 768px){
  #page-works #header {
    height: 50vh;
  }
}

#page-works #header .logo {
  margin-bottom: 0;
}

#page-works #header .logo-desc {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  letter-spacing: .1em;
}
@media screen and (min-width: 768px){
  #page-works #header .logo-desc {
    font-size: 40px;
  }
}

#page-works #production.section {
  height: 900px;
}
@media screen and (min-width: 768px){
  #page-works #production.section {
    height: 1520px;
  }
}
@media screen and (min-width: 1380px){
#page-works #production.section {
  height: 1200px;
}
}

#page-works .section-tab ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px;
}

#page-works .section-tab ul li {
  font-family: "Open sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
  padding: 0 20px;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.6s ease;
}

#page-works .section-tab ul li.is-active {
  opacity: 1;
}

#page-works .section-tab ul span {
  display: inline-block;
  background-color: #e8bc81;
  width: 2px;
  height: 22px;
  position: relative;
  top: 10px;
  margin-left: 2px;
  margin-right: 2px;
  transform: rotate(30deg);
}

#page-works .area-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1380px){
  #page-works .area-flex {
    flex-direction: row;
  }
}

#page-works .swiper-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: rgb(171 157 149 / 20%) 0px 2px 8px 0px;
  visibility: hidden;
}
@media screen and (min-width: 768px){
  #page-works .swiper-container {
    width: 800px;
  }
}
@media screen and (min-width: 1380px){
  #page-works .swiper-container {
    width: 960px;
    margin-right: 20px;
  }
}
#page-works .swiper-container.is-active {
  visibility: visible;
  -webkit-animation: imgFlipIn 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: imgFlipIn 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#page-works .swiper-slide {
  user-select: none;
}

#page-works .swiper-button-next:after,
#page-works .swiper-button-prev:after {
  color: #37474F;
  transition: color 0.4s ease;
}

#page-works .swiper-button-next:hover:after,
#page-works .swiper-button-prev:hover:after {
  color: #FF6F00;
}

#page-works .swiper-desc {
  background-color: #FFF0E6;
  width: 100%;
  height: auto;
  padding: 16px;
  margin: 20px auto;
  box-shadow: rgb(171 157 149 / 20%) 0px 2px 8px 0px;
  z-index: 10;
  visibility: hidden;
}
@media screen and (min-width: 768px){
  #page-works .swiper-desc {
    width: 800px;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1380px){
  #page-works .swiper-desc {
    width: 420px;
    margin: 0;
  }
}

#page-works .swiper-desc.is-active {
  visibility: visible;
  -webkit-animation: imgFlipIn 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: imgFlipIn 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#page-works .swiper-desc .desc-title {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 768px){
  #page-works .swiper-desc .desc-title {
    font-size: 26px;
  }
}

#page-works .swiper-desc .desc-skill {
  margin-bottom: 20px;
}

#page-works .swiper-desc .desc-sub {
  font-weight: bold;
}

#page-works .swiper-desc .desc-text {
  margin-bottom: 10px;
}

#page-works .swiper-desc .desc-link {
  display: inline-block;
  margin-top: 10px;
}

#page-works .swiper-thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  visibility: hidden;
}
@media screen and (min-width: 768px){
  #page-works .swiper-thumbnail {
    width: 800px;
    margin: 10px auto;
  }
}
@media screen and (min-width: 1380px){
  #page-works .swiper-thumbnail {
    width: 1300px;
    margin: 20px auto;
  }
}

#page-works .swiper-thumbnail.is-active {
  visibility: visible;
  -webkit-animation: imgFlipIn 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: imgFlipIn 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#page-works .swiper-thumbnail .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  border: 1px solid #c4c4c4;
  transition: opacity 0.6s ease;
}

#page-works .swiper-thumbnail .swiper-slide:hover {
  opacity: 0.8;
}

#page-works .swiper-thumbnail .swiper-slide.swiper-slide-active {
  opacity: 1;
}

#page-works #graphic.swiper-container,
#page-works .swiper-desc.js-graphicDesc,
#page-works  #graphic-thumb.swiper-thumbnail {
  position: relative;
  top: -646px;

}
@media screen and (min-width: 768px){
  #page-works #graphic.swiper-container,
  #page-works .swiper-desc.js-graphicDesc,
  #page-works  #graphic-thumb.swiper-thumbnail {
    top: -900px;
  }
}

@-webkit-keyframes imgFlipIn {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes imgFlipIn {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}