@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #333;
}

*:focus {
  outline: none;
}

body {
  font-size: 18px;
  color: #333;
  background-color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img, picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

.contents {
  overflow-x: hidden;
}

section {
  scroll-margin-top: 80px;
  padding: 100px 100px 140px;
  position: relative;
}
section .section_koma {
  position: absolute;
  z-index: -1;
}
section .section_koma img {
  animation: fuwa 60s linear infinite;
}
@media screen and (max-width: 768px) {
  section {
    padding: 30px 20px 120px;
  }
}
section:last-of-type {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  section:last-of-type {
    padding-bottom: 60px !important;
  }
}
section .section_inner {
  background-color: #fff;
  border: solid 3px #333;
}
section .section_inner .section_header h2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: -170px;
  transform: translateY(-170px);
  position: relative;
  z-index: 105;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_header h2 {
    margin-bottom: -90px;
    transform: translateY(-90px);
  }
}
section .section_inner .section_header h2 .title_img {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_header h2 .title_img {
    width: 300px;
  }
}
section .section_inner .section_header h2 .title_text {
  margin-top: 1em;
  overflow: hidden;
}
section .section_inner .section_header h2 .title_text img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_header h2 .title_text img {
    height: 20px;
  }
}
section .section_inner .section_main {
  padding: 80px 50px 120px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_main {
    padding: 60px 20px 80px;
    max-width: 500px;
  }
}

.text_body p {
  line-height: 2;
}

.btn_texts {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 30px 0 40px;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.btn_texts::after {
  content: "";
  background-image: url(img/tri1.svg);
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  margin-left: 20px;
  transition: 0.4s;
}
.btn_texts:hover::after {
  margin-left: 30px;
}

.post_items li {
  margin-bottom: 20px;
  line-height: 2;
}
.post_items li a {
  display: flex;
  justify-content: space-between;
}
.post_items li a .post_texts {
  width: calc(100% - 90px);
  padding: 20px 20px 20px 40px;
}
@media screen and (max-width: 768px) {
  .post_items li a .post_texts {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.post_items li a .arrow {
  width: 60px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .post_items li a .arrow {
    width: 40px;
  }
}
.post_items li a .arrow .arrow_body {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.post_items li a .arrow .arrow_body img {
  width: 6px;
}
.post_items li a:hover .arrow {
  width: 90px;
}
@media screen and (max-width: 768px) {
  .post_items li a:hover .arrow {
    width: 40px;
  }
}

.body_page .contents .nav_btn {
  opacity: 1;
}
.body_page section {
  padding: 300px 100px 140px;
}
@media screen and (max-width: 768px) {
  .body_page section {
    padding: 160px 20px 120px;
  }
}
.body_page section .section_inner .section_header h2 {
  margin-bottom: -170px;
  transform: translateY(-170px);
}
@media screen and (max-width: 768px) {
  .body_page section .section_inner .section_header h2 {
    margin-bottom: -90px;
    transform: translateY(-90px);
  }
}
.body_page section .section_inner .section_main .post_items li {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .body_page section .section_inner .section_main .post_items li {
    margin-bottom: 20px;
  }
}
.body_page section .section_inner .section_main .post_items li .post_texts {
  display: block;
  width: 100%;
  padding: 80px 60px;
}
@media screen and (max-width: 768px) {
  .body_page section .section_inner .section_main .post_items li .post_texts {
    width: 100%;
    padding: 40px 20px;
  }
}
.body_page section .section_inner .section_main .post_items li .post_texts .date {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .body_page section .section_inner .section_main .post_items li .post_texts .date {
    margin-bottom: 10px;
  }
}
.body_page section .section_inner .section_main .post_items li .post_texts .title {
  font-size: 1.1em;
  line-height: 1.6;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body {
  margin-top: 20px;
  padding-top: 40px;
  border-top: solid 2px #333;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .body_page section .section_inner .section_main .post_items li .post_texts .post_body {
    padding-top: 20px;
  }
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body p {
  margin-bottom: 0.8em;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body p:last-of-type {
  margin-bottom: 0;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .block {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .body_page section .section_inner .section_main .post_items li .post_texts .post_body .block {
    margin-bottom: 30px;
  }
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .block:last-of-type {
  margin-bottom: 0;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .quote {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .body_page section .section_inner .section_main .post_items li .post_texts .post_body .quote {
    padding: 20px;
  }
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .f-20 {
  font-size: 2em;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .f-15 {
  font-size: 1.5em;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .f-12 {
  font-size: 1.2em;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .f-08 {
  font-size: 0.8em;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .f-10p {
  font-size: 10px;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .mb20 {
  margin-bottom: 20px;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .mb10 {
  margin-bottom: 10px;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .mt20 {
  margin-top: 20px;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .italic {
  font-style: italic;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .tac {
  text-align: center;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .tar {
  text-align: right;
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .p-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .body_page section .section_inner .section_main .post_items li .post_texts .post_body .sp-block {
    display: block;
    line-height: 1.4;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .body_page section .section_inner .section_main .post_items li .post_texts .post_body .sp-none {
    display: none;
  }
}
.body_page section .section_inner .section_main .post_items li .post_texts .post_body .usu {
  opacity: 0.5;
}

/* 基本のモーダルスタイル */
.openModal {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.modal .modal-content {
  position: relative;
  margin: 10% auto;
  padding: 60px;
  width: 90%;
  max-width: 900px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: solid 3px #333;
  display: flex;
  justify-content: space-between;
  max-height: calc(100vh - 40px);
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .modal .modal-content {
    padding: 60px 20px 40px;
    flex-direction: column;
  }
}
.modal .modal-content .modal-img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-img {
    width: 200px;
    margin: 0 auto 40px;
  }
}
.modal .modal-content .modal-img img {
  border: solid 3px #333;
  border-radius: 50%;
}
.modal .modal-content .modal-text {
  width: calc(100% - 290px);
  /* 閉じるボタン */
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-text {
    width: 100%;
  }
}
.modal .modal-content .modal-text .role {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-text .role {
    text-align: center;
  }
}
.modal .modal-content .modal-text .name {
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-text .name {
    text-align: center;
  }
}
.modal .modal-content .modal-text .name .cv {
  font-weight: 900;
  font-size: 0.6em;
  margin-right: 20px;
  letter-spacing: 0.2em;
  color: #EDF6B5;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 0px -2px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-text .name .cv {
    margin-right: 10px;
  }
}
.modal .modal-content .modal-text .comment_body {
  line-height: 2;
  text-align: justify;
}
.modal .modal-content.noimg .modal-text {
  width: 100%;
}
.modal .modal-content.noimg .modal-img {
  display: none;
}
.modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.5;
  cursor: pointer;
  color: #333;
  background-color: #fff;
  border-radius: 50%;
  border: solid 3px #333;
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .close {
    width: 40px;
    height: 40px;
  }
}
.modal .modal-content .close:hover {
  background: #FCFFE9;
}

.footer .copyright {
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/*fixed_bg------------------------*/
.fixed_bg {
  opacity: 0.7;
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(img/bg.jpg);
  background-size: 100%;
  background-position: center top;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .fixed_bg {
    background-size: 200%;
    background-position: center center;
  }
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loading_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loading_inner .loader {
  width: 60%;
  max-width: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loading .loading_inner .loader .payo1 {
  position: relative;
}
.loading .loading_inner .loader .payo2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: loadingFlash 1.5s infinite;
}
.loading .loading_inner .loader p {
  margin-top: 1em;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/*-------------------------------*/
/*nav----------------------------*/
.nav_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    opacity: 0;
    position: fixed;
    z-index: 104;
    display: unset;
    top: 10px;
    right: 10px;
    background-image: url(img/nav_menu.png);
    background-size: 100%;
    width: 70px;
    height: 78px;
    transition: 0.4s;
  }
  .nav_btn.active {
    opacity: 1;
  }
}
.nav_btn.show {
  background-image: url(img/nav_close.png);
  opacity: 0.8;
}

.gnav {
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  background-image: url(img/bg.jpg);
  background-size: 100%;
  background-position: center top;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.8s;
}
@media screen and (max-width: 768px) {
  .gnav {
    background-size: 200%;
    background-position: center center;
    z-index: 103;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    justify-content: center;
    padding: 0;
    flex-direction: column;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.active {
  opacity: 1;
}
.gnav .logo {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .gnav .logo {
    position: relative;
    margin-bottom: 30px;
  }
}
.gnav .logo img {
  height: 53px;
  width: auto;
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: solid 3px #333;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    border-bottom: 0;
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
  }
}
.gnav .gnav_list li {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li {
    height: 50px;
  }
}
.gnav .gnav_list li a {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    height: 50px;
  }
}
.gnav .gnav_list li a img {
  width: auto;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a img {
    height: 19px;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
}
.gnav .gnav_list li a.construction {
  opacity: 0.3;
  pointer-events: none;
}
.gnav .gnav_list li.current a {
  pointer-events: none;
  opacity: 0.3;
}

.to_top {
  z-index: 99;
  margin: 0 auto;
  position: fixed;
  bottom: 0px;
  right: -100%;
  width: 200px;
  opacity: 0;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .to_top {
    width: 110px;
  }
}
.to_top.active {
  opacity: 1;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .to_top.active {
    right: -10px;
  }
}
.to_top.active:hover {
  right: -10px;
}
@media screen and (max-width: 768px) {
  .to_top.active:hover {
    right: 0px;
  }
}

/*-------------------------------*/
/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .shares {
    flex-direction: column;
  }
}

.share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

/*-------------------------------*/
@keyframes flash {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes loadingFlash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/*-inview------------------------*/
.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-inview {
  opacity: 1;
}

.fadeIn01 {
  opacity: 0;
  transition: 1s;
}
.fadeIn01.is-inview {
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-inview {
  opacity: 1;
}
.fadeIn.delay1 {
  transition-delay: 0.1s;
}

.fadeIn {
  opacity: 0;
  transition: 0.5s;
  transform: translate(2px, 2px);
}
.fadeIn.is-inview {
  opacity: 1;
  transform: translate(0px, 0px);
}
.fadeIn.delay1 {
  transition-delay: 0s;
}
.fadeIn.delay2 {
  transition-delay: 0.2s;
}
.fadeIn.delay3 {
  transition-delay: 0.4s;
}
.fadeIn.delay4 {
  transition-delay: 0.6s;
}

.fadeInUp {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(10px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.koma_up-left {
  transition: 2s;
  opacity: 0;
  transform: translateY(40px) rotate(5deg) scale(0.9);
}
.koma_up-left.is-inview {
  opacity: 1;
  transform: translateY(0vh) rotate(0deg) scale(1);
}

.koma_up-right {
  transition: 2s;
  opacity: 0;
  transform: translateY(40px) rotate(-5deg) scale(0.9);
}
.koma_up-right.is-inview {
  opacity: 1;
  transform: translateY(0vh) rotate(0deg) scale(1);
}

.fadeFromLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translateX(-10px);
}
.fadeFromLeft.is-inview {
  transform: translateX(0);
  opacity: 1;
}

.fadeFromRight {
  opacity: 0;
  transition: 0.5s;
  transform: translateX(10px);
}
.fadeFromRight.is-inview {
  transform: translateX(0);
  opacity: 1;
}

@keyframes fuwa {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
}
@keyframes fuwa2 {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
#top {
  margin-top: -3px;
  padding: 70px 100px 0px;
}
@media screen and (max-width: 768px) {
  #top {
    padding: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
}
#top .top_inner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .top_inner {
    height: 143vw;
    background-color: #fff;
  }
}
#top .main_img {
  border: solid 3px #333;
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 0;
  transition: 1s;
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  #top .main_img {
    border: 0;
  }
}
#top .main_img img {
  transition: 1s;
}
#top .main_img.viewed {
  filter: grayscale(0%);
}
#top .title {
  position: absolute;
  width: 34%;
  left: 33%;
  top: 7%;
  transition: 0.4s;
  transform: scale(5);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 70%;
    left: 15%;
    top: 78%;
  }
}
#top .title.viewed {
  opacity: 1;
  transform: scale(1);
}
#top .release {
  position: absolute;
  width: 28.49%;
  right: 4%;
  bottom: 45%;
  opacity: 0;
  transition: 0.8s;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  #top .release {
    bottom: unset;
    top: 5%;
    right: 3%;
    width: 66%;
  }
}
#top .release.viewed {
  transform: translateY(0px);
  opacity: 1;
}
#top .release.re-fuwa {
  animation: fuwa2 20s infinite;
}
#top .main_overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  border: solid 3px transparent;
  transition: 1s;
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  #top .main_overlay {
    display: none;
  }
}
#top .main_overlay img {
  transition: 1s;
}
#top .main_overlay.viewed {
  filter: grayscale(0%);
}
#top .main_overlay.viewed img {
  opacity: 1;
}

#intro .section_koma {
  top: 10%;
  right: -10%;
  width: 32%;
}
@media screen and (max-width: 768px) {
  #intro .section_koma {
    width: 70%;
  }
}
#intro .section_inner .section_main .intro h2 {
  width: 100%;
  margin: 0 auto 40px;
  max-width: 664px;
}
#intro .section_inner .section_main .intro .text_body {
  text-align: center;
  margin-bottom: 40px;
}
#intro .section_inner .section_main .intro .text_body p {
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .intro .text_body p {
    margin-bottom: 10px;
  }
  #intro .section_inner .section_main .intro .text_body p:last-of-type {
    margin-bottom: 0;
  }
}
#intro .section_inner .section_main .intro .intro_img {
  width: 80%;
  margin: 0 auto 40px;
  max-width: 664pc;
  position: relative;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .intro .intro_img {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
#intro .section_inner .section_main .intro .intro_img .intro_img1 {
  position: relative;
}
#intro .section_inner .section_main .intro .intro_img .intro_img2, #intro .section_inner .section_main .intro .intro_img .intro_img3, #intro .section_inner .section_main .intro .intro_img .intro_img4 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#intro .section_inner .section_main h2 .title_text {
  margin-top: 1em;
  overflow: hidden;
}
#intro .section_inner .section_main h2 .title_text img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h2 .title_text img {
    height: 20px;
  }
}
#intro .section_inner .section_main .title_text {
  text-align: center;
  margin: 0 auto 40px;
}
#intro .section_inner .section_main .chara {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#intro .section_inner .section_main .chara .chara_item {
  width: 47.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .chara .chara_item {
    width: 100%;
  }
}
#intro .section_inner .section_main .chara .chara_item .chara_base {
  position: relative;
  width: 100%;
}
#intro .section_inner .section_main .chara .chara_item .chara_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#intro .section_inner .section_main .chara .chara_item .btn_comment {
  cursor: pointer;
  position: absolute;
  width: 43%;
  bottom: 0;
  right: 0;
}
#intro .section_inner .section_main .chara .chara_item .btn_comment .cv_img {
  border-radius: 50%;
  overflow: hidden;
  border: solid 2px #333;
  background-color: #fff;
}
#intro .section_inner .section_main .chara .chara_item .btn_comment .cv_img img {
  transition: 0.3s;
}
#intro .section_inner .section_main .chara .chara_item .btn_comment .btn_comment_body {
  position: absolute;
  width: 45%;
  bottom: -7%;
  right: -5%;
  transition: 0.3s;
}
#intro .section_inner .section_main .chara .chara_item .btn_comment:hover .cv_img img {
  transform: scale(1.1);
  opacity: 0.5;
}
#intro .section_inner .section_main .chara .chara_item .btn_comment:hover .btn_comment_body {
  transform: rotate(10deg);
}

#onair {
  font-weight: 900;
}
#onair .section_koma {
  top: -100px;
  left: 0;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #onair .section_koma {
    top: -10%;
    left: -20%;
    width: 80%;
  }
}
#onair .section_inner .section_main {
  width: 100%;
  max-width: 780px;
}
#onair .section_inner .section_main .block {
  margin-bottom: 80px;
}
#onair .section_inner .section_main .block:last-of-type {
  margin-bottom: 0;
}
#onair .section_inner .section_main .block .discr {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
}
#onair .section_inner .section_main .block .discr .logo_tiktok {
  display: flex;
  align-items: center;
}
#onair .section_inner .section_main .block .discr .logo_tiktok .logo_tiktok_body {
  width: 80px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #onair .section_inner .section_main .block .discr .logo_tiktok .logo_tiktok_body {
    width: 60px;
    margin-right: 30px;
  }
}
#onair .section_inner .section_main .block .discr .fit {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 0 40px 0 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #onair .section_inner .section_main .block .discr .fit {
    padding: 0 30px 0 0;
  }
}
#onair .section_inner .section_main .block .discr div.line {
  background-color: #424242;
  height: 2px;
  width: 100%;
}
#onair .section_inner .section_main .block .sns_icons {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap;
}
#onair .section_inner .section_main .block .sns_icons .sns_icon {
  width: 32%;
  letter-spacing: 0.1em;
}
#onair .section_inner .section_main .block .sns_icons .sns_icon .sns_icon_body {
  display: block;
  border: solid 1px #e7e7e7;
  border-radius: 7px;
  background-color: #fff;
  transition: 0.5s;
}
#onair .section_inner .section_main .block .sns_icons .sns_icon .sns_icon_body:hover {
  background: #FCFFE9;
}
#onair .section_inner .section_main .block .sns_icons .sns_icon p {
  margin-top: 10px;
}
#onair .section_inner .section_main .block p.vcau {
  text-align: center;
  margin-top: 14px;
  font-size: 0.8em;
}
#onair .section_inner .section_main .block p.vision {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #onair .section_inner .section_main .block p.vision {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
  }
}
#onair .section_inner .section_main .block .st_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #onair .section_inner .section_main .block .st_items {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
#onair .section_inner .section_main .block .st_items .st_item {
  text-align: center;
  background-color: #000;
  transition: 0.2s;
}
#onair .section_inner .section_main .block .st_items .st_item a {
  padding: 1em;
  display: block;
  color: #FFF;
}
#onair .section_inner .section_main .block .st_items .st_item a::after {
  content: "";
  background-image: url(img/external.svg);
  width: 16px;
  height: 16px;
  margin-left: 0.25em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #onair .section_inner .section_main .block .st_items .st_item a::after {
    width: 14px;
    height: 14px;
  }
}
#onair .section_inner .section_main .block .st_items .st_item:hover {
  background-color: #6e6e6e;
}
#onair .section_inner .section_main .block .caus p {
  font-size: 0.85em;
  margin-bottom: 0.5em;
}

#news .section_koma {
  top: -280px;
  right: 0;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #news .section_koma {
    top: -300px;
    width: 60%;
  }
}
#news .post_items li {
  background-color: #FCFFE9;
}
#news .post_items li .arrow {
  background-color: #EDF6B5;
}
#news .btn_texts {
  background-color: #EDF6B5;
  margin: 0 0 0 auto;
}
#news .bold {
  font-weight: 900;
}

#stacas .section_koma {
  top: -300px;
  left: 0;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #stacas .section_koma {
    top: -240px;
    left: -20%;
    width: 50%;
  }
}
#stacas .section_inner {
  font-weight: 900;
}
#stacas .section_inner .section_main {
  text-align: center;
}
#stacas .section_inner .section_main .block {
  margin-bottom: 60px;
}
#stacas .section_inner .section_main .block:last-of-type {
  margin-bottom: 0;
}
#stacas .section_inner .section_main .block h4 {
  font-size: 1.2em;
  margin-bottom: 30px;
}
#stacas .section_inner .section_main .block ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main .block ul {
    margin-bottom: 40px;
  }
}
#stacas .section_inner .section_main .block ul:last-of-type {
  margin-bottom: 0;
}
#stacas .section_inner .section_main .block ul li {
  line-height: 2;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main .block ul li {
    padding: 0 10px;
  }
  #stacas .section_inner .section_main .block ul li.w50 {
    width: 50%;
  }
}
#stacas .section_inner .section_main .block ul li .name {
  font-size: 1.3em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main .block ul li .name {
    font-size: 1.4em;
  }
  #stacas .section_inner .section_main .block ul li .name.small {
    font-size: 1.2em;
  }
}
#stacas .section_inner .section_main .block ul .btn_comment-staff {
  border: solid 1px #CCC;
  padding: 5px 15px 5px 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  background-color: #fff;
  transition: 0.5s;
}
#stacas .section_inner .section_main .block ul .btn_comment-staff::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(img/btn_plus.svg);
  background-size: 24px 24px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
#stacas .section_inner .section_main .block ul .btn_comment-staff:hover {
  background: #FCFFE9;
}

#special {
  display: none;
}
#special .section_koma {
  width: 27%;
  top: -300px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #special .section_koma {
    width: 60%;
    top: -180px;
  }
}
#special .post_items li {
  background-color: #FFFAFA;
}
#special .post_items li .arrow {
  background-color: #FFDBDB;
}
#special .btn_texts {
  background-color: #FFDBDB;
  margin: 0 0 0 auto;
}

#contact .section_koma {
  top: -200px;
  left: 0;
  width: 34%;
}
@media screen and (max-width: 768px) {
  #contact .section_koma {
    width: 60%;
    left: -20%;
  }
}
#contact .section_inner .section_main {
  text-align: center;
  line-height: 2;
}
#contact .section_inner .btn_texts {
  background-color: #C9FAFF;
  margin: 40px auto 0;
}/*# sourceMappingURL=style.css.map */