@charset "UTF-8";
::selection {
  background-color: #ffea00;
  color: #1a1a1a;
}

/* Firefox */
::-moz-selection {
  background-color: #ffea00;
  color: #1a1a1a;
}

html {
  background: url(../images/common/body_bg_txt1.svg) no-repeat center center;
  background-attachment: fixed;
}
@media screen and (max-width: 520px) {
  html {
    background: url(../images/common/key_bg_txt_sp.svg) no-repeat 10% 10%;
    background-attachment: fixed;
    background-size: auto 300px;
  }
}

body {
  overflow-x: hidden;
  background-color: #2F3039;
  position: relative;
  left: 0;
  transition: all .5s ease-in-out;
}
body.js__on {
  left: -100vw;
}
body #global_header {
  transition: all .5s ease-in-out;
}
body #global_header.js__on {
  left: -100vw;
}
body.spz_top #bland_image {
  transition: all .5s ease-in-out;
}
body.spz_top #bland_image.js__on {
  left: -100vw;
}
body.spz_top .vanta-canvas {
  transition: all .5s ease-in-out;
}
body.spz_top .vanta-canvas.js__on {
  left: -110vw !important;
}
body .key_sub .video {
  transition: all .5s ease-in-out;
}
body .key_sub .video.js__on {
  left: -100vw;
}

.loader_wrap {
  width: 100%;
  height: 100%;
  background: #1F202B;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9500;
}
.loader_wrap .load_logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 50px;
  height: auto;
  vertical-align: bottom;
  animation: pekapeka .85s ease-in-out infinite alternate;
}
.loader_wrap .spz_loader {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.4), 0 0 25px rgba(255, 255, 255, 0.8);
}
.loader_wrap .spz_loader .spz__circle {
  display: inline-block;
  position: absolute;
  filter: brightness(120%) blur(1px);
  mix-blend-mode: screen;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: .8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  animation: spinCircle 2s linear infinite;
  animation-fill-mode: both;
}
.loader_wrap .spz_loader .spz__circle:nth-of-type(1) {
  box-shadow: inset 1px 0 0 1px #B2FF59, 4px 0 0 4px #B2FF59;
  transform-origin: 49.7% 49.7%;
}
.loader_wrap .spz_loader .spz__circle:nth-of-type(2) {
  box-shadow: inset 1px 0 0 1px #FF1744, 4px 0 0 4px #FF1744;
  transform-origin: 49.5% 49.8%;
  mix-blend-mode: overlay;
}
.loader_wrap .spz_loader .spz__circle:nth-of-type(3) {
  box-shadow: inset 1px 0 0 1px #FFFF8D, 4px 0 0 4px #FFFF8D;
  transform-origin: 49.8% 49.8%;
}
.loader_wrap .spz_loader .spz__circle:nth-of-type(4) {
  box-shadow: inset 1px 0 0 1px #2979FF, 4px 0 0 4px #2979FF;
  animation-direction: reverse;
  transform-origin: 49.6% 49.8%;
  mix-blend-mode: saturation;
}

@keyframes pekapeka {
  0% {
    opacity: .2;
  }
  100% {
    opacity: .6;
  }
}
@keyframes spinCircle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cta_wrap {
  text-align: center;
  padding: 40px 20px;
}
.cta_wrap .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 20px;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .cta_wrap .txt {
    font-size: 1.6rem;
  }
}
.cta_wrap .txt.graphic, .cta_wrap .txt.webdesign {
  color: #2F3039;
}
.cta_wrap .txt.cony {
  color: #2F3039;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65), -0.5px -0.5px 1px #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 520px) {
  .cta_wrap .txt.cony br {
    display: block;
  }
}
.cta_wrap a {
  display: inline-block;
  padding: 8px 40px 7px;
  background: #2F3039;
  border-radius: 4em;
  position: relative;
}
.cta_wrap a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4em;
  background: transparent;
  outline: 1px solid #2F3039;
  outline-offset: -1px;
}
.cta_wrap a span {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
}
.cta_wrap a span.en {
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: .4em;
}
.cta_wrap a:hover {
  transition: all .35s ease;
  background: #ffea00;
  outline: 1px solid #ffea00;
  outline-offset: 7px;
}
.cta_wrap a:hover::after {
  transition: all .25s ease;
  outline: 1px solid #ffea00;
  outline-offset: 3px;
}
.cta_wrap a:hover span {
  transition: all .35s ease;
  color: #2F3039;
}

::selection {
  background-color: #ffea00;
  color: #1a1a1a;
}

/* Firefox */
::-moz-selection {
  background-color: #ffea00;
  color: #1a1a1a;
}

#global_header {
  width: auto;
  text-align: center;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 24px 0;
}
#global_header.sub {
  text-align: left;
  padding: 0;
  height: auto;
}
@media screen and (max-width: 1100px) {
  #global_header.sub {
    position: fixed;
    width: auto;
    top: 25px;
    left: 25px;
  }
}
#global_header.sub .logo {
  width: auto;
  height: auto;
  position: relative;
  top: 25px;
  left: 25px;
}
#global_header.sub .logo a {
  display: inline-block;
  width: 55px;
}
#global_header.sub .logo a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#global_header.illust h1 a img, #global_header.rebrand h1 a img {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1100px) {
  #global_header {
    display: block;
    height: 80px;
  }
}
#global_header .logo {
  display: inline-block;
  width: 55px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #global_header .logo {
    position: absolute;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
#global_header .logo a {
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  #global_header .logo a {
    display: flex;
    justify-content: center;
  }
}
#global_header .logo a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
}

.key_visual {
  width: 100%;
  height: 90vh;
}
.key_visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#bland_image {
  width: 100%;
  height: 100svh;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  background: #000;
}
#bland_image .vanta-canvas {
  position: fixed !important;
}
#bland_image h1 img {
  position: relative;
  top: 80px;
  transition: .75s;
}
#bland_image h1 img.js__on {
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  #bland_image h1 img {
    top: 0;
  }
}

.impact-box {
  width: 100%;
  position: fixed;
  overflow: hidden;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.impact-box .bland_impact {
  transition: .75s;
}
.impact-box .bland_impact img.js__on {
  filter: blur(10px);
}
@media screen and (max-width: 834px) {
  .impact-box .bland_impact img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

.key_sub {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.key_sub.cony {
  height: 95vh;
  background: url("../images/cony/key_page_cony.webp") no-repeat right bottom;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .key_sub.cony {
    height: 65vh;
    background-position: 30%;
  }
}
@media screen and (max-width: 520px) {
  .key_sub.cony {
    height: 45vh;
  }
}
.key_sub.ryugen {
  height: 80vh;
  background-color: transparent;
}
.key_sub.illust {
  height: 85vh;
  background-color: transparent;
}
.key_sub.webdesign {
  height: 85vh;
  background-color: transparent;
}
.key_sub.rebrand {
  height: 85vh;
  background-color: transparent;
}
.key_sub .big_title {
  color: #2F3039;
  font-size: 4rem;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 65px;
}
.key_sub .sub_title {
  color: #2F3039;
  font-size: 20px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#pankuzu {
  padding: 20px 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 50;
}
#pankuzu .inner {
  text-align: center;
}
#pankuzu .inner a, #pankuzu .inner span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#pankuzu .inner a, #pankuzu .inner .current {
  padding: 9px 20px 8px;
  border: 1px solid #fff;
  border-radius: 2em 0 0 2em;
  color: #fff;
}
#pankuzu .inner .circle {
  margin: 0 14px;
  font-weight: bold;
  color: #fff;
}
#pankuzu .inner a:hover {
  transition: all .35s ease;
  background: #2F3039;
  color: #fff;
}

#container {
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  background: #fff;
}

#container_sub {
  width: 100%;
  margin: 0 auto;
  min-height: 30vh;
  z-index: 100;
  position: relative;
  background: #fff;
}

#footer {
  position: relative;
  z-index: 20;
  width: 100%;
  background-color: #2f3039;
}
#footer .inner {
  padding: 60px;
  text-align: center;
}
#footer .inner .logo {
  width: 70px;
  margin: 0 auto 50px;
}
#footer .inner .navi {
  width: 60%;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  column-gap: 2.5%;
  row-gap: 30px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  #footer .inner .navi {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  #footer .inner .navi {
    display: none;
  }
}
#footer .inner .navi.cony li a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.35), -0.5px -0.5px 1px #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
#footer .inner .navi li {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#footer .inner .navi li::before {
  background: #ffea00;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
  border-radius: 20px 0 0 20px;
}
#footer .inner .navi li:hover a {
  color: #1b1d40;
}
#footer .inner .navi li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#footer .inner .navi li a {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  padding: 7px 10px 6px 14px;
  transition: .6s;
}
#footer .inner .copy small {
  font-size: 10px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  background: url("../images/cony/page_bg3.webp");
  position: relative;
}

.key_sub {
  position: relative;
}
.key_sub .cony_pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 520px) {
  .key_sub .cony_pic .key_txt .read {
    padding-top: 100px;
  }
}
.key_sub .cony_pic .key_txt .read span {
  display: inline-block;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  font-size: 6.4rem;
  margin-bottom: 20px;
  line-height: 1;
  color: #fff;
  padding: 8px 0 12px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 520px) {
  .key_sub .cony_pic .key_txt .read span {
    font-size: 3.4rem;
  }
}
.key_sub .cony_pic .key_txt .sub_read {
  width: 100%;
}
.key_sub .cony_pic .key_txt .sub_read span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .key_sub .cony_pic .key_txt .sub_read span {
    display: none;
  }
}
.key_sub .cony_pic img {
  width: auto;
  height: auto;
  vertical-align: bottom;
  mix-blend-mode: overlay;
}

#pankuzu {
  background: transparent;
}
@media screen and (max-width: 520px) {
  #pankuzu {
    margin-bottom: 30px;
  }
}
#pankuzu .inner a, #pankuzu .inner span.circle, #pankuzu .inner span.current {
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 9px 8px 8px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
#pankuzu .inner .circle {
  margin: 0 2px;
}

#container_sub {
  background: transparent;
  padding-top: 80px;
}

#about_pressman {
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  #about_pressman {
    margin-bottom: 50px;
  }
}
#about_pressman .about_pressman_inner {
  width: 750px;
  margin: 0 auto 140px;
}
#about_pressman .about_pressman_inner.about1 {
  display: grid;
  grid-template-columns: 35% 60%;
  align-items: center;
  column-gap: 5%;
}
@media screen and (max-width: 768px) {
  #about_pressman .about_pressman_inner.about1 {
    display: block;
  }
}
#about_pressman .about_pressman_inner.about2 {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 834px) {
  #about_pressman .about_pressman_inner {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #about_pressman .about_pressman_inner {
    margin-bottom: 80px;
  }
}
#about_pressman .about_pressman_inner.js__on .info p {
  transition: all .65s ease .15s;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65), -0.5px -0.5px 1px #000;
}
@media screen and (max-width: 768px) {
  #about_pressman .about_pressman_inner .pic {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #about_pressman .about_pressman_inner .pic img {
    width: 200px;
    height: auto;
    vertical-align: bottom;
  }
}
#about_pressman .about_pressman_inner .info p {
  line-height: 2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1.55rem;
  margin-bottom: 12px;
  letter-spacing: .12em;
}
#about_pressman .about_pressman_inner .info p:last-child {
  margin-bottom: 0;
}

#pressman_news {
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  #pressman_news {
    margin-bottom: 50px;
  }
}
#pressman_news .pressman_news_inner {
  width: 1000px;
  margin: 0 auto 140px;
  display: grid;
}
@media screen and (max-width: 834px) {
  #pressman_news .pressman_news_inner {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #pressman_news .pressman_news_inner {
    margin-bottom: 50px;
  }
}
#pressman_news .pressman_news_inner ul li {
  line-height: 1;
  padding: 25px 0 12px;
  border-bottom: 1px solid #6a6a6a;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#pressman_news .pressman_news_inner ul li.js__on .news_title_wrap .date {
  transition: all .65s ease .15s;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65), -0.5px -0.5px 1px #000;
}
#pressman_news .pressman_news_inner ul li.js__on .news_body_wrap .title {
  transition: all .65s ease .15s;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65), -0.5px -0.5px 1px #000;
}
#pressman_news .pressman_news_inner ul li.js__on .news_body_wrap a {
  transition: all .65s ease .15s;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65), -0.5px -0.5px 1px #000;
}
@media screen and (max-width: 520px) {
  #pressman_news .pressman_news_inner ul li {
    display: block;
  }
}
#pressman_news .pressman_news_inner ul li span {
  display: inline-block;
}
#pressman_news .pressman_news_inner ul li .news_title_wrap {
  line-height: 1;
  margin-right: 15px;
}
#pressman_news .pressman_news_inner ul li .news_title_wrap .date {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1.55rem;
  margin-right: 10px;
}
#pressman_news .pressman_news_inner ul li .news_body_wrap .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1.7rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 520px) {
  #pressman_news .pressman_news_inner ul li .news_body_wrap .title {
    font-size: 1.4rem;
  }
}
#pressman_news .pressman_news_inner ul li .news_body_wrap a {
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1.55rem;
  text-decoration: underline;
  letter-spacing: .12em;
  padding: 4px 0 3px;
  line-height: 1;
  border-radius: 3px;
  margin-bottom: 6px;
}
@media screen and (max-width: 520px) {
  #pressman_news .pressman_news_inner ul li .news_body_wrap a {
    font-size: 1.35rem;
  }
}

#cony_contents .contents_navi {
  width: 800px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #cony_contents .contents_navi {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #cony_contents .contents_navi {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 15px;
  }
}
#cony_contents .contents_navi.js__on a, #cony_contents .contents_navi.js__on span {
  transition: all .65s ease .15s;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65), -0.5px -0.5px 1px #000;
}
#cony_contents .contents_navi a, #cony_contents .contents_navi span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1.5rem;
}
#cony_contents .contents_navi a br {
  display: none;
}
@media screen and (max-width: 520px) {
  #cony_contents .contents_navi a {
    font-size: 1.3rem;
    text-align: center;
  }
  #cony_contents .contents_navi a br {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #cony_contents .contents_navi span {
    display: none;
  }
}
#cony_contents .content_header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  #cony_contents .content_header {
    margin-bottom: 30px;
  }
}
#cony_contents .content_header.js__on h2 {
  transition: all .65s ease .15s;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65), -0.5px -0.5px 1px #000;
}
#cony_contents .content_header h2 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
#cony_contents .content_sub_header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  #cony_contents .content_sub_header {
    margin-bottom: 30px;
  }
}
#cony_contents .content_sub_header.js__on h3 {
  transition: all .65s ease .15s;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65), -0.5px -0.5px 1px #000;
}
#cony_contents .content_sub_header.js__on p {
  transition: all .65s ease .15s;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65), -0.5px -0.5px 1px #000;
}
#cony_contents .content_sub_header h3 {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 8px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
#cony_contents .content_sub_header p {
  font-size: 1.8rem;
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
#cony_contents .pressman .content_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 8px;
  width: 1000px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1400px) {
  #cony_contents .pressman .content_list {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #cony_contents .pressman .content_list .content_box {
    margin-bottom: 30px;
  }
}
#cony_contents .pressman .content_list .content_box.js__on .info h4 {
  transition: all .65s ease .15s;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65), -0.5px -0.5px 1px #000;
}
#cony_contents .pressman .content_list .content_box.js__on .info .kako_title {
  transition: all .65s ease .15s;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65), -0.5px -0.5px 1px #000;
}
#cony_contents .pressman .content_list .content_box .thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
#cony_contents .pressman .content_list .content_box .thumb a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
#cony_contents .pressman .content_list .content_box .thumb a img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
#cony_contents .pressman .content_list .content_box .info {
  padding: 20px 10px;
}
@media screen and (max-width: 520px) {
  #cony_contents .pressman .content_list .content_box .info {
    padding: 10px;
  }
}
#cony_contents .pressman .content_list .content_box .info h4 {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #cony_contents .pressman .content_list .content_box .info h4 {
    font-size: 1.55rem;
  }
}
@media screen and (max-width: 450px) {
  #cony_contents .pressman .content_list .content_box .info h4 {
    font-size: 1.2rem;
  }
}
#cony_contents .pressman .content_list .content_box .info h4 br {
  display: none;
}
@media screen and (max-width: 520px) {
  #cony_contents .pressman .content_list .content_box .info h4 br {
    display: block;
  }
}
#cony_contents .pressman .content_list .content_box .info .kako_title {
  font-size: 1.4rem;
  text-align: center;
  color: #2F3039;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  padding: 6px 0 5px;
  margin-bottom: 14px;
}
@media screen and (max-width: 520px) {
  #cony_contents .pressman .content_list .content_box .info .kako_title {
    font-size: 1.55rem;
  }
}
@media screen and (max-width: 450px) {
  #cony_contents .pressman .content_list .content_box .info .kako_title {
    font-size: 1.2rem;
  }
}

#pressman_access {
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  #pressman_access {
    margin-bottom: 40px;
  }
}
#pressman_access .access_wrap {
  width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 38% 58%;
  column-gap: 4%;
  place-items: center;
}
@media screen and (max-width: 834px) {
  #pressman_access .access_wrap {
    width: 90%;
    display: block;
  }
}
#pressman_access .access_wrap .access_info .txt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#pressman_access .access_wrap .access_info.js__on .txt {
  transition: all .65s ease .15s;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65), -0.5px -0.5px 1px #000;
}
#pressman_access .access_wrap .access_map {
  position: relative;
  width: 100%;
  height: 380px;
}
#pressman_access .access_wrap .access_map::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #000;
}
#pressman_access .access_wrap .access_map iframe {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
}

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