@charset "utf-8";

/*
Template: yswallow
Theme Name: swallow_custom
Theme URI:https://open-cage.com/swallow/
*/
#logo .h1 {
  margin: 0 auto 5px;
}

/*文字*/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif;
  letter-spacing: 1px !important;
  line-height: 1.75 !important;
}

#content dl, #content ol, #content p, #content ul {
  letter-spacing: 1px !important;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

/*display pc*/
.display-pc {
  display: none;
}

.display-sp {
  display: block;
}

/*ヘッダー*/
.header {
  position: fixed;
  width: 100%;
  height: 23.4375vw;
  top: 0;
  margin: 0;
  z-index: 999;
  padding: 0 !important;
}

#inner-header {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

#inner-header #logo {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#inner-header #logo p {
  font-size: 3.125vw;
  text-align: center;
  letter-spacing: 0;
  margin: 0;
}

#inner-header #logo .site_description {
  line-height: 1;
  padding-top: 3.125vw;
}

#inner-header #logo .img {
  padding-top: 0;
  margin-bottom: 0;
}

#inner-header #logo img {
  max-height: 8.75vw;
}

#inner-header #header_language_switcher_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  width: 62.5%;
  margin: 0 18.75%;
}

#inner-header .wpml-ls-legacy-list-horizontal ul li:first-child a::after {
  content: "/";
  font-size: 3.4375vw;
  margin: 0 1.5625vw;
}

#inner-header .wpml-ls-legacy-list-horizontal ul li:first-child a {
  padding-right: 2px;
}

#inner-header .wpml-ls-legacy-list-horizontal ul li:last-child a {
  padding-left: 2px;
  padding-right: 0;
}

#inner-header #header_language_switcher_sp .wpml-ls-legacy-list-horizontal {
  display: block;
  padding: 0;
}

#inner-header #header_language_switcher_sp .wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
}

#inner-header #header_language_switcher_sp .wpml-ls-legacy-list-horizontal ul li a span {
  font-size: 3.4375vw;
}

#sp-humberger-menu {
  position: absolute;
  width: 18.75%;
  top: 0;
  right: 0;
}

#sp-humberger-menu #sp-humberger-button {
  display: inline-block;
  cursor: pointer;
  padding-top: 3.125vw;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  text-align: center;
}

#sp-humberger-menu #sp-humberger-button i {
  font-size: 9.375vw;
}

#sp-humberger-menu #sp-humberger-button p {
  font-size: 3.125vw;
  margin-top: 0.3125vw;
}

#sp-humberger-menu #sp-humberger-button .fa-border {
  padding: 1.1vw 1.5625vw;
}

/*ハンバーガーメニュー 開閉*/
#sp-humberger-menu #sp-humberger-menu-list {
  background: rgba(0, 0, 0, .4);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  visibility: hidden;
  font-size: 4.375vw;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#sp-humberger-menu #sp-humberger-menu-list a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: color 0.6s ease;
}

#sp-humberger-menu #sp-humberger-menu-list #sp-humberger-menu-list-box {
  float: right;
  width: 86vw;
  height: 100vh;
  background-color: #264b67;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}

#sp-humberger-menu #sp-humberger-menu-list #sp-humberger-menu-list-box p {
  font-size: 6.25vw;
  text-align: center;
}

#sp-humberger-menu #sp-humberger-menu-list #sp-humberger-menu-list-box #humberger-menu-close {
  width: 37.5vw;
  height: 11.25vw;
  font-size: 3.75vw;
  text-align: center;
  color: #333;
  background-color: #fff;
  margin: 0 auto;
}

#sp-humberger-menu #sp-humberger-menu-list #sp-humberger-menu-list-box #humberger-menu-close p {
  line-height: 11.25vw;
}

#sp-humberger-menu #sp-humberger-menu-list nav {
  width: 86vw;
  max-width: 100%;
  height: 100%;
  overflow: visible;
}

#sp-humberger-menu #sp-humberger-menu-list ul {
  width: 100%;
  list-style: none;
  margin: 0;
  position: relative;
  display: block !important;
  overflow-x: visible !important;
  white-space: normal !important;
}

#sp-humberger-menu #sp-humberger-menu-list ul::after {
  content: "";
}

#sp-humberger-menu #sp-humberger-menu-list ul li {
  width: 86vw;
  font-size: 4.375vw;
  margin: 0 0 1.5625vw;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
  border-bottom: 0.625vw solid #fff;
}

#sp-humberger-menu #sp-humberger-menu-list ul li:first-child {
  border-top: 0.625vw solid #fff;
}

#sp-humberger-menu #sp-humberger-menu-list ul li a {
  text-align: left;
  padding: 2.1875vw 0;
  padding-left: 5vw;
}

#sp-humberger-menu #sp-humberger-menu-list ul li i {
  float: right;
  position: absolute;
  right: 6.25vw;
  top: 3vw;
  font-size: 5vw;
}

.humberger-open {
  overflow: hidden;
}

.humberger-open #sp-humberger-menu #sp-humberger-menu-list {
  visibility: visible;
  opacity: 1;
}

.humberger-open #sp-humberger-menu #sp-humberger-menu-list li,
.humberger-open #sp-humberger-menu #sp-humberger-menu-list #sp-humberger-menu-list-box {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

#masthead .menu-hidden {
  visibility: hidden;
}

/*トップページ*/
#content #top-page #top-image {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#content #top-page #top-original-works,
#content #top-page #top-news,
#content #top-page #top-pick-up,
#content #top-page #top-about-us,
#content #top-page #top-for-corporates {
  width: 100%;
  margin: 0 auto;
  padding: 0 6.25vw;
  text-align: center;
}

#content #top-page #top-original-works {
  margin-top: 9.6875vw;
}

#content #top-page #top-news {
  margin-top: 29.25vw;
}

#content #top-page #top-pick-up {
  margin-top: 11.71875vw;
  background-color: #ecf0f1;
}

#content #top-page #top-about-us {
  margin-top: 17.5vw;
}

#content #top-page #top-pick-up {
  padding-top: 8.75vw;
}

#content #top-page #top-for-corporates {
  margin-top: 7.8125vw;
  padding: 5vw 6.25vw 9.375vw;
  background-color: #ecf0f1;
}

#content #top-page #top-original-works h2,
#content #top-page #top-news h2,
#content #top-page #top-pick-up h2,
#content #top-page #top-about-us h2,
#content #top-page #top-for-corporates h2 {
  font-size: 6.25vw;
  margin: 0 auto;
}

/*トップページ 固定ページリンク*/
#content #top-page .top-page-link {
  text-align: right;
  font-size: 4.375vw;
}

#content #top-page .top-page-link a {
  color: #333;
  border-bottom: 0.3125vw solid #333;
  padding-bottom: 1.25vw;
}

#content #top-page .top-page-link a:visited {
  color: #333;
}

#content #top-page .top-page-link a:before {
  content: "\f101";
  font-family: "fontawesome";
}

#content #top-page #top-news .top-page-link {
  margin-top: 4.375vw;
}

#content #top-page #top-about-us .top-page-link {
  margin-top: 3.125vw;
}

/*トップページ 最初の画像*/
#content #top-page #top-image {
  width: 100%;
  position: relative;
}

#content #top-page #top-image img {
  width: 100%;
}

#content #top-page #top-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content #top-page #top-image .learn-more {
  position: absolute;
  width: 22vw;
  height: 6vw;
  bottom: 0.8vw;
  right: 3.3vw;
  border: 0.4vw solid #fff;
  border-radius: 30px;
  background-color: #d76d6d;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content #top-page #top-image .learn-more p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.40625vw;
  font-weight: normal;
}

/*トップページ オリジナル作品*/
#content #top-page #top-original-works #top-original-works-wrap {
  width: 100%;
  display: block;
  margin-top: 3.125vw;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap {
  width: 87.5vw;
  height: auto;
  margin: 0 0 7.8125vw;
  padding-bottom: 5vw;
  background-color: #f5f5f5;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap-2 {
  margin-bottom: 2.8125vw;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left {
  position: relative;
  width: 100%;
  padding: 7.8125vw 12.5vw;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left .top-work-img {
  position: relative;
  width: 100%;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left .top-work-img img {
  width: 63vw;
  height: 70.9375vw;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left .top-work-border {
  position: absolute;
  width: auto;
  height: auto;
  text-align: left;
  padding: 1.328125vw 10.8vw 1.328125vw 3.75vw;
  bottom: 0;
  right: -9.375vw;
  font-size: 3.125vw;
  background-color: #fff;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left .top-work-border div {
  margin: 0 0 0.625vw 0;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left .top-work-border div:last-child {
  margin: 0;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left .top-work-border .player::before {
  font-family: FontAwesome;
  content: "\f0c0";
  margin-right: 5px;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left .top-work-border .time::before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 7px;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left .top-work-border .age::before {
  font-family: FontAwesome;
  content: "\f234";
  margin-right: 3px;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right {
  width: 100%;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-detail {
  width: 100%;
  height: auto;
  padding: 0 3.125vw;
  text-align: left;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-detail h3 {
  font-size: 6.25vw;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-detail p {
  margin: 1.75vw 0 0;
  font-size: 3.75vw;
  line-height: 1.6;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button {
  width: 100%;
  font-size: 3.75vw;
  margin-top: 4.375vw;
  padding: 0 2.8125vw;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button .top-button-detail {
  width: 100%;
  height: 12.5vw;
  background-color: #224762;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button .top-work-button-clearfix {
  margin-top: 3.125vw;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button .top-work-button-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button .top-button-instruction {
  width: 37.5vw;
  height: 12.5vw;
  background-color: #d8d8d8;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button .top-button-how-to-buy {
  width: 37.5vw;
  height: 12.5vw;
  background-color: #d76d6d;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button a,
#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button a:visited {
  color: #fff;
}

#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button a .top-button-instruction,
#content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button a:visited .top-button-instruction {
  color: #333;
}

/*トップページ news*/
#content #top-page #top-news .top-news-line {
  width: 87.5vw;
  margin: 0 auto;
  padding: 0;
}

#content #top-page #top-news .top-news-line .top-news-box {
  margin-top: 6.25vw;
}

#content #top-page #top-news .top-news-line .top-news-box .news-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 5.46875vw auto 0;
  position: relative;
  border-bottom: 1px solid #333;
}

#content #top-page #top-news .top-news-line .top-news-box .news-wrap p {
  margin: 0.9375vw 0 0;
}

#content #top-page #top-news .top-news-line .top-news-box .news-wrap .news-time p,
#content #top-page #top-news .top-news-line .top-news-box .news-wrap .news-category p {
  line-height: 6.25vw;
  margin: 0;
}

#content #top-page #top-news .top-news-line .top-news-box .news-wrap .news-time {
  text-align: left;
  width: 25vw;
  margin-right: 0.78125vw;
  font-size: 3.125vw;
  color: #333;
}

#content #top-page #top-news .top-news-line .top-news-box .news-wrap .news-category {
  width: 42vw;
  height: 6.25vw;
  font-size: 3.125vw;
  background-color: #224762;
  color: #fff;
}

#content #top-page #top-news .top-news-line .top-news-box .news-wrap .news-title {
  width: 87.5vw;
  font-size: 4.0625vw;
  margin: 2.03125vw 0 2.5vw;
  color: #333;
  text-align: left;
}

/*トップページ pick up*/
#content #top-page #top-pick-up .top-pick-up-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 8.25vw 0 0.625vw;
  display: block;
}

#content #top-page #top-pick-up .top-pick-up-wrap img {
  width: 75vw;
  margin-bottom: 40px;
}

/*トップページ About us*/
#content #top-page #top-about-us h3 {
  font-size: 5vw;
  letter-spacing: 0;
  margin: 3.125vw 0 0;
}

#content #top-page #top-about-us p {
  text-align: left;
  font-size: 4.375vw;
  margin: 0;
  padding: 4.375vw 0;
}

#content #top-page #top-about-us .top-about-us-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2.375vw 0 0;
}

#content #top-page #top-about-us .top-about-us-img .top-about-us-img-box {
  width: 42.1875vw;
}

#content #top-page #top-about-us .top-about-us-img .top-about-us-img-box .top-about-us-img-text {
  height: 4.6875vw;
  background-color: #224762;
}

#content #top-page #top-about-us .top-about-us-img .top-about-us-img-box .top-about-us-img-text p {
  width: 42.1875vw;
  height: 4.6875vw;
  color: #fff;
  font-size: 1.875vw;
  line-height: 4.9vw;
  text-align: center;
  margin: 0;
  padding: 0;
}

#content #top-page #top-about-us .top-about-us-img img {
  width: 42.1875vw;
  height: 31.25vw;
}

#content #top-page #top-about-us .top-report-box::after {
  content: "";
  display: block;
  clear: both;
}

#content #top-page #top-about-us .top-report-title {
  font-size: 3.75vw;
  margin: 7.8125vw 0 0;
  padding: 0;
}

#content #top-page #top-about-us .top-report {
  width: 100%;
  margin: 5.625vw auto 6.25vw;
}

#content #top-page #top-about-us .top-report p {
  font-size: 3.75vw;
  margin: 4vw 0 0;
  padding: 0;
}

#content #top-page #top-about-us .top-report-img {
  width: 59.375vw;
  margin: 6.875vw 0 0;
  padding: 0;
}

#content #top-page #top-about-us .top-report-img .top-report-img-box {
  width: 28.125vw;
  margin-bottom: 0;
}

#content #top-page #top-about-us .top-about-us-img .top-report-img-box .top-report-img-text {
  height: 4.6875vw;
  background-color: #224762;
}

#content #top-page #top-about-us .top-about-us-img .top-report-img-box .top-report-img-text p {
  width: 28.125vw;
  height: 4.6875vw;
  font-size: 1.5vw;
  letter-spacing: -.2vw;
  line-height: 4.8vw;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}

#content #top-page #top-about-us .top-report-img img {
  width: 28.125vw;
  height: 23.4375vw;
}

/*トップページ for corporates*/
#content #top-page #top-for-corporates .top-corporates-wrap {
  width: 100%;
  margin: 0 auto;
}

#content #top-page #top-for-corporates .top-corporates-wrap h4 {
  font-size: 3.75vw;
  font-weight: bold;
  margin: 1.875vw auto 4.6875vw;
}

#content #top-page #top-for-corporates .top-corporates-wrap p {
  text-align: left;
  margin: 0 0 9.375vw;
  font-size: 4.375vw;
}

#content #top-page #top-for-corporates .top-corporates-wrap .top-corporates-box {
  width: 78.125vw;
  height: 24.21875vw;
  background-color: #d8d8d8;
  text-align: left;
  margin: 0 auto 6.25vw;
}

#content #top-page #top-for-corporates .top-corporates-wrap .top-corporates {
  width: 100%;
}

#content #top-page #top-for-corporates .top-corporates-wrap .top-corporates .top-corporates-box {
  padding: 3.75vw 2.5vw 4.6875vw;
}

#content #top-page #top-for-corporates .top-corporates-wrap .top-corporates .top-corporates-box p {
  font-size: 3.75vw;
  margin: 1.34375vw 0 0;
}

#content #top-page #top-for-corporates .top-corporates-wrap .top-corporates .top-corporates-box .top-corporates-box-title {
  font-size: 4.375vw;
  margin: 0;
  line-height: 1;
}

#content #top-page #top-for-corporates .top-corporates-wrap .top-corporates .top-corporates-box .top-corporates-box-title::before {
  content: "\f04d";
  font-family: "fontawesome";
  margin-right: 3px;
}

#content #top-page #top-for-corporates .top-corporates-wrap .more-information {
  width: 78.125vw;
  height: 12.5vw;
  margin: 0 auto;
  background-color: #d76d6d;
  color: #fff;
  border-radius: 90px;
}

#content #top-page #top-for-corporates .top-corporates-wrap .more-information p {
  line-height: 13vw;
  font-size: 4.375vw;
  text-align: center;
}

/*お問い合わせ SNSボタン消す*/
#post-1567 .share,
#post-1686 .share {
  display: none;
}

/*お問い合わせ 文字とboxの間*/
.contact-form-wrapper input,
.contact-form-wrapper textarea {
  margin-top: 8px;
}

/*お問い合わせ 必須・任意ボタン*/
.contact-form-wrapper .contact-heading .contact-icon {
  margin-left: 15px;
  color: #fff;
}

.contact-form-wrapper .contact-heading .contact-icon .contact-required {
  background: #d35d5e;
  padding: 3px 7px;
  border-radius: 3px;
}

.contact-form-wrapper .contact-heading .contact-icon .contact-option {
  background: #555;
  padding: 3px 7px;
  border-radius: 3px;
}

/*フッター*/
#inner-footer {
  width: 100%;
  margin: 0;
  background-color: #224762;
}

#inner-footer .footer-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 4.6875vw 0;
}

#inner-footer .footer-wrap .footer-company {
  width: 56.25vw;
  margin: 0 auto;
  text-align: left;
  order: 2;
}

#inner-footer .footer-wrap .footer-company .footer-company-logo {
  height: 7.8125vw;
  margin: 0;
  text-align: center;
}

#inner-footer .footer-wrap .footer-company .footer-company-logo img {
  height: 7.8125vw;
}

#inner-footer .footer-wrap .footer-company .footer-company-address {
  margin: 3.046875vw 0;
}

#inner-footer .footer-wrap .footer-company .footer-company-address p {
  margin: 0.78125vw 0 0;
  font-size: 1.875vw;
}

#inner-footer .footer-wrap .footer-company .footer-company-address p:first-child {
  margin: 0;
}

#inner-footer .footer-wrap .footer-company .footer-company-sns {
  width: 100%;
  margin: 0 auto;
}

#inner-footer .footer-wrap .footer-links-box {
  display: none;
}

#inner-footer .footer-wrap .footer-category-box .footer-category-title {
  font-size: 5vw;
  margin-bottom: 1.25vw;
  text-align: center;
}

#inner-footer .footer-wrap .footer-links-box .footer-links {
  margin: 0;
}

#inner-footer .footer-wrap .footer-category-box .footer-category ul li {
  display: block;
  margin-bottom: 0;
  height: 9.5vw;
  border-top: 0.3125vw solid #fff;
  position: relative;
}

#inner-footer .footer-wrap .footer-category-box .footer-category ul li:last-child {
  border-bottom: 0.3125vw solid #fff;
}

#inner-footer .footer-wrap .footer-category-box .footer-category ul li a {
  line-height: 10vw;
  padding-left: 5.625vw;
  font-size: 4.375vw;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 1 !important;
}

#inner-footer .footer-wrap .footer-category-box .footer-category ul li::after {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  font-size: 4vw;
  right: 8.75vw;
  top: 1.25vw;
}

#inner-footer .footer-wrap .footer-category-box {
  width: 100vw;
  padding: 0 0 7.8125vw;
  text-align: left;
  order: 1;
}

/*フッター sns*/
/* ボタン全体 */
.flowbtn {
  border-radius: 20%;
  position: relative;
  display: inline-block;
  width: 7.8125vw;
  height: 7.8125vw;
  color: #fff !important;
  transition: .5s;
  text-decoration: none;
}

/* アイコンをど真ん中に*/
.flowbtn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ulタグの内側余白を０にする */
ul.snsbtniti {
  padding: 0 !important;
  margin: 0;
}

/* アイコンボタン全体の位置 */
.snsbtniti {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

/* アイコンボタン同士の余白 */
.snsbtniti li {
  flex: 0 0 5%;
  text-align: center !important;
}

/* アイコンボタンにマウスを乗せた時 */
.flowbtn:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Twitter */
.fl_tw1 {
  background: #55acee;
  font-size: 5.625vw;
}

/* Instagramアイコン位置 */
.insta_btn1 .fa-instagram {
  font-size: 6.25vw;
}

/* Instagram紫グラデ背景 */
.insta_btn1 {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}

/* Instagramオレンジグラデ背景 */
.insta_btn1:before {
  content: '';
  position: absolute;
  top: 3.59375vw;
  left: -2.8125vw;
  width: 9.375vw;
  height: 9.375vw;
  background: -webkit-radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
}

/* Facebookアイコン位置 */
.fl_fb1 .fa-facebook {
  position: relative;
  top: 4.5vw;
  left: 3.125vw;
  font-size: 7.25vw;
}

/* Facebookアイコン背景*/
.fl_fb1 {
  background: -webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);
  background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}

/* LINE@ */
.fl_li1 {
  background: #00c300;
  font-size: 5.625vw;
}

/*フッター コピーライト*/
#inner-footer .copyright-wrap {
  padding: 1.5625vw 0;
  background-color: #040101;
}

#inner-footer .copyright-wrap p {
  font-size: 1.875vw;
  margin: 0;
}

@media screen and (min-width:860px) {

  /*display pc*/
  .display-pc {
    display: block;
  }

  .display-sp {
    display: none;
  }

  /*ヘッダー pc*/
  .header {
    position: static;
    height: 100px;
    padding: 0;
  }

  .header::after {
    content: "";
    display: block;
    clear: both;
  }

  #inner-header {
    width: 95vw;
    max-width: 1000px;
    height: 100px;
    margin: 0 auto;
  }

  #inner-header #logo {
    width: 400px;
    height: 100px;
    margin: 0;
    padding: 10px 0 0;
    float: left;
  }

  #inner-header #logo p {
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
  }

  #inner-header #logo .site_description {
    padding: 0 0 10px;
  }

  #inner-header #logo .img {
    text-align: left;
  }

  #inner-header #logo img {
    max-height: 55px;
  }

  #inner-header #header_links {
    width: 550px;
    height: 100px;
    float: right;
    text-align: right;
  }

  #inner-header #header_links .wpml-ls-legacy-list-horizontal {
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 1px;
    border-right: 0;
  }

  #inner-header .wpml-ls-legacy-list-horizontal ul li:first-child a::after {
    margin: 0 0 0 5px;
    font-size: 14px;
  }

  #inner-header .wpml-ls-legacy-list-horizontal ul li:first-child a {
    padding-right: 2px;
  }

  #inner-header .wpml-ls-legacy-list-horizontal ul li:last-child a {
    padding-left: 2px;
    padding-right: 0;
  }

  #inner-header #header_corporation_link {
    font-size: 16px;
  }

  #inner-header #header_links #g_nav .nav {
    margin: 0;
  }

  #inner-header #header_links #g_nav ul li {
    margin: 0 2px;
  }

  #inner-header #header_links #g_nav ul li a {
    padding: 4px 0;
    font-weight: normal;
    font-size: 16px;
  }

  #inner-header #header_links #g_nav ul li a::after {
    content: "/";
    margin-left: 4px;
  }

  #inner-header #header_links #g_nav ul li:last-child a::after {
    content: none;
    margin-left: 0;
  }

  #header_corporation_link a,
  #header_corporation_link a:visited {
    color: #ffffff;
  }

  /*トップページ pc*/
  #content #top-page #top-image {
    width: 100%;
    max-width: 1200px;
  }

  #content #top-page #top-original-works {
    width: 98%;
    max-width: 1000px;
    margin-top: 55px;
    padding: 0;
  }

  #content #top-page #top-news {
    width: 96%;
    max-width: 1000px;
    margin-top: 145px;
    padding: 0;
  }

  #content #top-page #top-pick-up {
    width: 100%;
    margin-top: 100px;
    padding: 0;
    padding-top: 45px;
  }

  #content #top-page #top-about-us {
    width: 640px;
    margin-top: 137px;
    padding: 0;
  }

  #content #top-page #top-for-corporates {
    width: 100%;
    margin-top: 85px;
    padding: 0;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  #content #top-page #top-original-works h2,
  #content #top-page #top-news h2,
  #content #top-page #top-pick-up h2,
  #content #top-page #top-about-us h2 {
    font-size: 26px;
  }

  #content #top-page #top-for-corporates h2 {
    font-size: 26px;
    margin-bottom: 2px;
  }

  /*トップページ 固定ページリンク pc*/
  #content #top-page .top-page-link {
    font-size: 16px;
  }

  #content #top-page .top-page-link a {
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
  }

  #content #top-page #top-original-works .top-page-link {
    margin-top: 15px;
  }

  #content #top-page #top-news .top-page-link {
    margin-top: 25px;
  }

  #content #top-page #top-about-us .top-page-link {
    margin-top: 20px;
  }

  /*トップページ 最初の画像 pc*/
  #content #top-page #top-image .learn-more {
    width: 21.42%;
    height: 14.6%;
    bottom: 6%;
    right: 8.3%;
    border: 4px solid #fff;
  }

  #content #top-page #top-image .learn-more p {
    font-size: 18px;
    font-weight: bold;
  }

  /*トップページ オリジナル作品*/
  #content #top-page #top-original-works #top-original-works-wrap {
    margin-top: 10px;
  }

  #content #top-page #top-original-works #top-original-works-wrap .display-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap {
    width: 48vw;
    height: 33.6vw;
    max-width: 480px;
    max-height: 336px;
    margin: 20px 0;
    padding: 0;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left {
    float: left;
    width: 45%;
    height: 100%;
    max-width: 216px;
    padding: 0;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left .top-work-img {
    width: 100%;
    max-width: 216px;
    max-height: 242px;
    padding: 18px 16px 12.75px 18px;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left .top-work-img img {
    width: 100%;
    height: 100%;
    max-width: 182px;
    max-height: 206px;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left .top-work-border {
    width: 100%;
    max-width: 216px;
    max-height: 93px;
    padding: 0 0 0 40px;
    background-color: transparent;
    bottom: 20px;
    right: auto;
    font-size: 14px;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left .top-work-border div {
    margin: 0;
    margin-bottom: 3.5px
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-left .top-work-border div:last-child {
    margin-bottom: 0;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right {
    position: relative;
    float: right;
    width: 55%;
    height: 100%;
    max-width: 264px;
    max-height: 336px;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-detail {
    width: 100%;
    max-width: 264px;
    max-height: 245px;
    padding: 24px 0 0;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-detail h3 {
    font-size: 20px;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-detail p {
    font-size: 16px;
    margin: 14px 22px 0 0;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button {
    position: absolute;
    width: 100%;
    max-width: 264px;
    height: 90px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    bottom: 20px;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button .top-button-detail {
    position: absolute;
    width: calc(100% - 24px);
    max-width: 242px;
    height: 30px;
    bottom: 42px;
    right: 24px;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button .top-work-button-clearfix {
    margin-top: 0;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button .top-button-instruction {
    position: absolute;
    width: calc((100% - 24px) * 0.45);
    max-width: 110px;
    height: 30px;
    bottom: 0;
  }

  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-button .top-button-how-to-buy {
    position: absolute;
    width: calc((100% - 24px) * 0.45);
    max-width: 110px;
    height: 30px;
    bottom: 0;
    right: 24px;
  }

  /*トップページ news pc*/
  #content #top-page #top-news::after {
    content: "";
    display: block;
    clear: both;
  }

  #content #top-page #top-news .top-news-line {
    float: left;
    width: 73%;
    padding-right: 25px;
    margin-top: 47px;
  }

  #content #top-page #top-news .top-news-line .top-news-box {
    margin-top: 0;
  }

  #content #top-page #top-news .top-news-line .top-news-box .news-wrap {
    margin: 0 auto 30px;
  }

  #content #top-page #top-news .top-news-line .top-news-box .news-wrap:last-child {
    margin: 0;
  }

  #content #top-page #top-news .top-news-line .top-news-box .news-wrap a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
  }

  #content #top-page #top-news .top-news-line .top-news-box .news-wrap p {
    margin: 5px 0 0;
  }

  #content #top-page #top-news .top-news-line .top-news-box .news-wrap .news-time p,
  #content #top-page #top-news .top-news-line .top-news-box .news-wrap .news-category p {
    line-height: 1.75;
  }

  #content #top-page #top-news .top-news-line .top-news-box .news-wrap .news-time {
    width: 110px;
    height: 30px;
    margin-right: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  #content #top-page #top-news .top-news-line .top-news-box .news-wrap .news-category {
    width: 145px;
    height: 30px;
    margin-right: 15px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #content #top-page #top-news .top-news-line .top-news-box .news-wrap .news-title {
    width: calc(100% - 270px);
    max-width: 405px;
    margin: 0 0 20px;
    font-size: 14px;
  }

  #content #top-page #top-news .top-news-twitter {
    float: right;
    width: 27%;
    margin-top: 45px;
  }

  #content #top-page #top-news .top-news-twitter .top-news-twitter-alart {
    width: 88.89%;
    height: 50px;
    background-color: #224762;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  #content #top-page #top-news .top-news-twitter .top-news-twitter-alart p {
    font-size: 14px;
    margin: 0;
    display: block;
    line-height: 1.4;
  }

  /*トップページ pick up pc*/
  #content #top-page #top-pick-up .top-pick-up-wrap {
    width: 96%;
    max-width: 1000px;
    padding: 45px 0 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #content #top-page #top-pick-up .top-pick-up-wrap a {
    width: 48%;
  }

  #content #top-page #top-pick-up .top-pick-up-wrap img {
    width: 100%;
    margin: 0;
  }

  /*トップページ About us pc*/
  #content #top-page #top-about-us h3 {
    font-size: 20px;
    letter-spacing: .5px;
    margin: 32.75px 0 0;
  }

  #content #top-page #top-about-us p {
    font-size: 16px;
    margin: 28.5px 0 0;
    padding: 0 0 7.5px;
  }

  #content #top-page #top-about-us .top-about-us-img {
    margin: 26.5px 0 0;
  }

  #content #top-page #top-about-us .top-about-us-img .top-about-us-img-box {
    width: 300px;
  }

  #content #top-page #top-about-us .top-about-us-img .top-about-us-img-box .top-about-us-img-text {
    height: 30px;
  }

  #content #top-page #top-about-us .top-about-us-img .top-about-us-img-box .top-about-us-img-text p {
    width: 300px;
    height: 30px;
    font-size: 14px;
    line-height: 32px;
  }

  #content #top-page #top-about-us .top-about-us-img img {
    width: 300px;
    height: 220px;
  }

  #content #top-page #top-about-us .top-report {
    float: left;
    width: 450px;
    margin: 36.75px auto 0;
  }

  #content #top-page #top-about-us .top-report p {
    font-size: 14px;
    margin: 4.5px 0 0;
  }

  #content #top-page #top-about-us .top-report-title {
    font-size: 14px;
    margin: 0px !important;
  }

  #content #top-page #top-about-us .top-report-img {
    position: static;
    float: right;
    width: 190px;
    margin-top: 42px;
    padding: 0 5px;
  }

  #content #top-page #top-about-us .top-report-img .top-report-img-box {
    width: 180px;
    margin-bottom: 20px;
  }

  #content #top-page #top-about-us .top-about-us-img .top-report-img-box .top-report-img-text {
    height: 30px;
  }

  #content #top-page #top-about-us .top-about-us-img .top-report-img-box .top-report-img-text p {
    width: 180px;
    height: 30px;
    font-size: 12px;
    line-height: 32px;
  }

  #content #top-page #top-about-us .top-report-img img {
    width: 180px;
    height: 150px;
  }

  /*トップページ for corporates pc*/
  #content #top-page #top-for-corporates .top-corporates-wrap {
    width: 640px;
  }

  #content #top-page #top-for-corporates .top-corporates-wrap h4 {
    font-size: 16px;
    margin: 0 auto 28px;
  }

  #content #top-page #top-for-corporates .top-corporates-wrap p {
    margin: 0 0 4px;
    font-size: 16px;
  }

  #content #top-page #top-for-corporates .top-corporates-wrap .top-corporates-box {
    width: 300px;
    height: 110px;
    margin: 38px 0 35px;
  }

  #content #top-page #top-for-corporates .top-corporates-wrap .top-corporates {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 640px;
  }

  #content #top-page #top-for-corporates .top-corporates-wrap .top-corporates .top-corporates-box {
    padding: 12px 10px 20px;
  }

  #content #top-page #top-for-corporates .top-corporates-wrap .top-corporates .top-corporates-box p {
    font-size: 14px;
    margin: 0;
  }

  #content #top-page #top-for-corporates .top-corporates-wrap .top-corporates .top-corporates-box .top-corporates-box-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  #content #top-page #top-for-corporates .top-corporates-wrap .more-information {
    width: 250px;
    height: 60px;
  }

  #content #top-page #top-for-corporates .top-corporates-wrap .more-information p {
    line-height: 64px;
    font-size: 16px;
  }

  /*フッター pc*/
  #inner-footer .footer-wrap {
    width: 800px;
    padding-top: 35px;
    padding-bottom: 20px;
  }

  #inner-footer .footer-wrap .footer-company {
    width: 400px;
    margin: 0;
    order: 1;
  }

  #inner-footer .footer-wrap .footer-company .footer-company-logo {
    height: 51.5px;
    text-align: start;
  }

  #inner-footer .footer-wrap .footer-company .footer-company-logo img {
    height: 51.5px;
  }

  #inner-footer .footer-wrap .footer-company .footer-company-address {
    margin: 16px 0 14px;
  }

  #inner-footer .footer-wrap .footer-company .footer-company-address p {
    margin: 4px 0;
    font-size: 14px;
  }

  #inner-footer .footer-wrap .footer-company .footer-company-sns {
    width: 180px;
    margin: 0;
  }

  #inner-footer .footer-wrap .footer-links-box {
    display: block;
    width: 200px;
    text-align: left;
    order: 2;
    padding: 0 0 0 20px;
  }

  #inner-footer .footer-wrap .footer-links-box .footer-links-title,
  #inner-footer .footer-wrap .footer-category-box .footer-category-title {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: start;
    line-height: 1;
  }

  #inner-footer .footer-wrap .footer-links-box .footer-links ul li,
  #inner-footer .footer-wrap .footer-category-box .footer-category ul li {
    display: block;
    margin-bottom: 3px;
  }

  #inner-footer .footer-wrap .footer-category-box .footer-category ul li {
    border: none;
    height: auto;
    white-space: nowrap;
  }

  #inner-footer .footer-wrap .footer-category-box .footer-category ul li:last-child {
    border: none;
  }

  #inner-footer .footer-wrap .footer-links-box .footer-links ul li::after {
    content: "";
  }

  #inner-footer .footer-wrap .footer-links-box .footer-links ul li a,
  #inner-footer .footer-wrap .footer-category-box .footer-category ul li a {
    position: relative;
    font-size: 14px;
    line-height: 1.75;
    color: #fff;
    opacity: 1;
  }

  #inner-footer .footer-wrap .footer-category-box .footer-category ul li::after {
    content: none;
  }

  #inner-footer .footer-wrap .footer-category-box .footer-category ul li a {
    padding: 0;
  }

  #inner-footer .footer-wrap .footer-category-box {
    width: 200px;
    text-align: left;
    padding: 0;
    order: 3;
    padding: 0 0 0 42px;
  }

  #inner-footer .footer-wrap .footer-category-box i {
    display: none;
  }

  /*フッター sns pc*/
  .flowbtn {
    border-radius: 10px;
    width: 35px;
    height: 35px;
    font-size: 23px;
  }

  .insta_btn1 .fa-instagram {
    font-size: 28px;
  }

  .insta_btn1:before {
    top: 19px;
    left: -8.5px;
    width: 42px;
    height: 28px;
  }

  .fl_fb1 .fa-facebook {
    top: 18px;
    left: 15px;
    font-size: 30px;
  }

  .flowbtn .fa-instagram {
    top: 52%;
    left: 52%;
  }

  /*フッター コピーライト pc*/
  #inner-footer .copyright-wrap {
    padding: 25px 0;
  }

  #inner-footer .copyright-wrap p {
    font-size: 18px;
  }
}

@media screen and (min-width:860px) and (max-width:999px) {

  /*ヘッダー pc 1000*/
  #inner-header {
    width: 96%;
  }

  #inner-header #logo {
    width: calc(100% - 550px);
  }

  #inner-header #logo p {
    font-size: 12px;
  }

  #inner-header #logo .site_description {
    padding: 0 0 5px;
  }

  #inner-header #logo img {
    max-height: 48px;
  }

  /*トップページ オリジナル作品 pc 1000*/
  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-detail p {
    font-size: 14px;
    margin: 14px 14px 0 0;
  }
}

@media screen and (min-width:940px) and (max-width:999px) {
  #content #top-page #top-original-works #top-original-works-wrap .top-work-wrap .top-work-right .top-work-detail p {
    font-size: 15px;
    margin: 14px 22px 0 0;
  }
}
