@charset "UTF-8";
/*
Theme Name: tabekko
Author: EMIKO AMANO
Version: 1.0.0
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

*:focus {
  outline: none;
}

body {
  font-family: "M PLUS 2", sans-serif;
  font-feature-settings: "halt" on;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #333;
  font-optical-sizing: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  background-color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

/* Webkit系（Chrome, Edge, Safari） */
::-webkit-scrollbar {
  width: 4px; /* スクロールバーの幅 */
}

::-webkit-scrollbar-track {
  background: transparent; /* スクロールバーの背景（透明推奨） */
}

::-webkit-scrollbar-thumb {
  background: rgb(216, 216, 216); /* スクロールバーの色（白系で半透明） */
  border-radius: 2px; /* 丸みをつける */
}

/* Firefox対応 */
html {
  scrollbar-width: thin; /* 細めのスクロールバー */
  scrollbar-color: rgb(216, 216, 216);
}

main {
  flex: 1;
}

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

img, picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -moz-touch-callout: none;
  user-select: none;
  pointer-events: none;
}

h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 20px;
  }
}
h2 .h2_en {
  margin-bottom: 10px;
  font-size: 4.5em;
  text-transform: uppercase;
  background: linear-gradient(93deg, #fff89d 0%, #FFEA06 26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome/Safari */
  color: transparent; /* Fallback */
  display: inline-block; /* 必要に応じて */
  filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.25));
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  h2 .h2_en {
    font-size: 3.5em;
  }
}
h2 .h2_jp {
  font-size: 1.35em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h2 .h2_jp {
    font-size: 1.1em;
  }
}

.site_thumb {
  width: 0;
  height: 0;
}

.btn_normal {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 0;
}

.shil {
  background-color: #FFF5D7;
  text-align: center;
  z-index: 2;
}
.shil img {
  width: 96%;
  margin: -2px auto -1px;
  max-width: 800px;
}

.imgb {
  position: sticky;
  width: 100%;
  left: 0;
  top: 50px;
}
.imgb img {
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 768px) {
  .imgb img {
    -o-object-position: bottom center;
       object-position: bottom center;
    height: 100vw;
  }
}
.imgb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 -10px 20px rgba(0, 0, 0, 0.3); /* 下側の影 */
  pointer-events: none; /* 画像の操作を邪魔しない */
}

.imgs3 {
  display: flex;
  flex-wrap: wrap;
}
.imgs3 div {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .imgs3 div:first-of-type {
    order: 2;
    width: 50%;
  }
  .imgs3 div:nth-of-type(2) {
    order: 1;
    width: 100%;
  }
  .imgs3 div:last-of-type {
    width: 50%;
    order: 3;
  }
}

footer .footer {
  padding: 60px;
  background-color: #D7006F;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 20px 80px;
  }
}
footer .footer .title {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
footer .footer .release {
  max-width: 240px;
  width: 50%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  footer .footer .release {
    margin-bottom: 30px;
  }
}
footer .footer .billing_footer {
  margin: 0 auto 20px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  footer .footer .billing_footer {
    max-width: 400px;
  }
}
footer .footer .random_ani {
  max-width: 220px;
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  footer .footer .random_ani {
    max-width: 160px;
  }
}
footer .sns_btns {
  margin-bottom: 20px;
}
footer .sns_btns .sns_btns_title {
  color: #FFEA06;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
footer .sns_btns .sns_btns_inner {
  display: flex;
  justify-content: center;
}
footer .sns_btns .sns_btns_inner a {
  display: block;
  width: 50px;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.3s;
}
footer .sns_btns .sns_btns_inner a:hover {
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  footer .sns_btns .sns_btns_inner a:hover {
    transform: translateY(0px);
  }
}
footer .share_title {
  color: #FFEA06;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
footer .share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
footer .share_btns li {
  overflow: hidden;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0px 5px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .share_btns li img {
  height: 20px;
  width: auto;
}
footer .share_btns li.square_icon img {
  height: 30px;
  width: 30px;
}
footer .copyright {
  text-align: center;
  color: #FFEA06;
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
}

.sub-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 60px;
  background-color: #0077E1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 40px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .sub-nav {
    height: 50px;
    padding: 0 20px 0 10px;
  }
}
.sub-nav .title {
  width: 60%;
  max-width: 330px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .sub-nav .title {
    margin-top: 5px;
    max-width: 180px;
  }
}
.sub-nav .text_top {
  margin-left: auto; /* 余白を取って右寄せ */
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: 0.3s;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .sub-nav .text_top {
    line-height: 50px;
  }
}
.sub-nav .text_top:hover {
  transform: translateX(5px);
}

.mudan {
  text-align: center;
  font-size: 0.8em;
  font-weight: 700;
  color: #FFEA06;
  margin-bottom: 30px;
}

.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;
  }
}

.lion_dance2 {
  width: 100px;
  height: 139px;
  background: url(img/liondance.png) 0 0 no-repeat;
  background-size: 1000px 139px;
  animation: play2 1s steps(10) infinite;
  position: fixed;
  bottom: 40px;
  right: 80px;
  z-index: 1021;
  pointer-events: none;
  transition: 3s;
  transform: translateX(180px);
}
@keyframes play2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
@media screen and (max-width: 768px) {
  .lion_dance2 {
    transform: translateX(100px);
    bottom: 10px;
    right: 50px;
    width: 50px;
    height: 69.5px;
    background-size: 500px 69.5px;
  }
  @keyframes play2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -500px 0;
    }
  }
}
.lion_dance2.active {
  opacity: 1;
  transform: translateX(0px);
}
@media screen and (max-width: 768px) {
  .lion_dance2.active {
    transform: translateX(0px);
  }
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1110;
  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 {
  animation: loadingFlash 1s linear infinite;
  max-width: 360px;
  width: 80%;
}

/*-------------------------------*/
@keyframes loadingFlash {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeInUp-menu {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fuwa {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
}
@keyframes fuwaB {
  0%, 100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(5px) scale(1.01);
  }
}
/*-inview------------------------*/
.fadeInUp {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(5px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}
.fadeInUp.delay01 {
  animation-delay: 0.1s;
}
.fadeInUp.delay02 {
  animation-delay: 2s;
}

.h2_en-anime {
  overflow: hidden;
}
.h2_en-anime .h2_en {
  transition: 0.5s;
  transform: translateX(-10px);
  opacity: 0;
}
.h2_en-anime .h2_jp {
  transition: 0.5s;
  transform: translateX(-10px);
  transition-delay: 0.25s;
  opacity: 0;
}
.h2_en-anime.is-inview .h2_en {
  opacity: 1;
  transform: translateX(0px);
}
.h2_en-anime.is-inview .h2_jp {
  opacity: 1;
  transform: translateX(0px);
}

.poyoyo {
  opacity: 0; /* 初期状態: 透明 */
  transform: scale(0.5); /* 初期状態: 小さめ */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* 初期の遷移 */
}
.poyoyo.is-inview {
  opacity: 1; /* 表示 */
  animation: poyoyoJello 0.8s ease-out both; /* アニメーション実行 */
}

@keyframes poyoyoJello {
  0% {
    transform: scale(0.5) rotate(0deg);
  }
  30% {
    transform: scale(1.2) rotate(5deg);
  }
  50% {
    transform: scale(1) rotate(-3deg);
  }
  70% {
    transform: scale(1.1) rotate(2deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.slide_from_left {
  overflow: hidden;
}
.slide_from_left img {
  transition: 1s;
  transform: translateX(-20px);
}
.slide_from_left.is-inview img {
  transform: translateX(0px);
  opacity: 1;
}

.img_fadeIn {
  overflow: hidden;
  background-color: #FFD700;
}
.img_fadeIn img {
  transition: 1s;
  opacity: 0;
  transform: scale(1.2);
}
.img_fadeIn.is-inview img {
  opacity: 1;
  transform: scale(1);
}

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
#trailer {
  background-image: url(img/bg_trailer.jpg);
  background-size: cover;
  padding: 120px 50px;
}
@media screen and (max-width: 768px) {
  #trailer {
    padding: 80px 20px;
    background-position: 66% 50%;
  }
}
#trailer .youtube_outer {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  #trailer .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
  }
}
#trailer .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
#trailer .youtube_outer .youtube_embed iframe {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer_tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .trailer_tab {
    margin-top: 10px;
  }
}
.trailer_tab li {
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trailer_tab li a {
  padding: 0 0.5em;
  border-radius: 10px;
  height: 3em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #FFEA06;
  font-weight: 700;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    font-size: 10px;
    height: 3.5em;
    padding: 0 0.25em;
  }
}
.trailer_tab li a:hover {
  box-shadow: none;
  transform: translateY(2px);
}
@media screen and (max-width: 768px) {
  .trailer_tab li a:hover {
    transform: translateY(0px);
  }
}
.trailer_tab .tab.active a {
  box-shadow: none;
  pointer-events: none;
  background-color: #EC9A1D;
}

/*NAV------------------------*/
.gnav {
  z-index: 1000;
  position: fixed;
  opacity: 0;
  top: -100px;
  left: 0;
  width: 100%;
  height: 90px;
  transition: 0.3s;
  background-color: #0077E1;
}
@media screen and (max-width: 768px) {
  .gnav {
    height: 60px;
  }
}
.gnav .gnav_title {
  max-width: 330px;
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
}
@media (max-width: 1000px) {
  .gnav .gnav_title {
    width: 200px;
    top: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .gnav .gnav_title {
    display: block;
    position: fixed;
    width: 100%;
    max-width: 220px;
    top: 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_inner {
    background-color: #0077E1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    overflow: auto;
    height: 100vh;
  }
  .gnav .gnav_inner.open {
    opacity: 1;
    visibility: visible;
  }
}
.gnav .gnav_inner ul {
  margin: 0 0 0 auto;
  width: calc(100% - 330px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 10px 25px;
  height: 90px;
  gap: 5px;
}
@media (max-width: 1250px) {
  .gnav .gnav_inner ul {
    padding: 20px 10px;
  }
}
@media (max-width: 1250px) and (max-width: 1000px) {
  .gnav .gnav_inner ul {
    width: 100%;
  }
}
@media screen and (max-width: 1250px) and (max-width: 1000px) and (max-width: 768px) {
  .gnav .gnav_inner ul {
    margin: 0;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 60px;
    right: 0;
    gap: 10px;
    padding: 20px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_inner ul li {
    transition: 0.3s;
    opacity: 0;
    transform: translateY(10px);
    width: calc(33.33% - 6.66px);
  }
}
.gnav .gnav_inner ul li.show-item {
  opacity: 1;
  transform: translateY(0);
}
.gnav .gnav_inner ul li a {
  display: block;
  transition: 0.3s;
}
.gnav .gnav_inner ul li a:hover {
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .gnav .gnav_inner ul li a {
    border: solid 5px #FFEA06;
    padding: 10px;
    border-radius: 10px;
  }
}
.gnav .gnav_inner ul li a img {
  width: 70px;
  height: 70px;
}
@media (max-width: 1250px) {
  .gnav .gnav_inner ul li a img {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 1250px) and (max-width: 768px) {
  .gnav .gnav_inner ul li a img {
    width: 100%;
    height: auto;
  }
}
.gnav .gnav_btn {
  background-image: url(img/menu_btn.svg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .gnav.show {
    height: 100%;
    top: 0%;
  }
  .gnav.show .gnav_inner {
    top: 0;
    position: relative;
  }
  .gnav.show .gnav_btn {
    background-image: url(img/menu_btn-close.svg);
  }
}
.gnav.active {
  top: 0;
  opacity: 1;
}

.to_top {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
  width: 60px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 40px;
  transition: 0.3s;
  transform: translateY(10px);
  opacity: 0;
  z-index: 1020;
}
@media screen and (max-width: 768px) {
  .to_top {
    bottom: 10px;
    right: 10px;
    width: 50px;
  }
}
.to_top:hover {
  display: block;
  transition: 0.3s;
}
.to_top:hover:hover {
  transform: translateY(-2px);
}
.to_top.active {
  opacity: 1;
  transform: translateY(0px);
}

.menu_sns {
  z-index: 1001;
  display: flex;
  position: fixed;
  right: -70px;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  top: 100px;
  transition: 0.3s;
  opacity: 0;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .menu_sns {
    flex-direction: row;
    bottom: -60px;
    top: unset;
    right: unset;
    left: 10px;
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.menu_sns.active {
  right: 10px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .menu_sns.active {
    bottom: 10px;
    top: unset;
  }
}
.menu_sns a {
  margin: 0;
  background-color: #0077E1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .menu_sns a {
    width: 40px;
    height: 40px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
  }
}
.menu_sns a img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .menu_sns a img {
    width: 32px;
    height: 32px;
  }
}
.menu_sns a:hover {
  transform: translateY(-2px);
}

/*----------------------------*/
#top {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 54.27vw;
}
@media screen and (max-width: 768px) {
  #top {
    height: 160vw;
  }
}
#top .main_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#top .main_img .main_img-base {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#top .main_img .main_img-base img {
  transition: 0.3s;
  transform: scale(1.2);
}
#top .main_img .main_img-base.inview img {
  transform: scale(1);
}
#top .main_img .main_img-catch1 {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
  transition: 0.2s;
  opacity: 0;
  transform: translateX(-10px);
  z-index: 2;
}
#top .main_img .main_img-catch1.inview {
  opacity: 1;
  transform: translateX(0px);
}
#top .main_img .main_img-catch2 {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
  transition: 0.2s;
  opacity: 0;
  transform: translateX(-10px);
  z-index: 3;
}
#top .main_img .main_img-catch2.inview {
  opacity: 1;
  transform: translateX(0px);
}
#top .main_img .main_img-over {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
  z-index: 4;
  overflow: hidden;
}
#top .main_img .main_img-over img {
  transform: scale(1.1);
  transition: 0.3s;
}
#top .main_img .main_img-over.inview img {
  transform: scale(1);
}
#top .title {
  position: absolute;
  width: 32.4%;
  top: 79.67%;
  left: 0%;
  filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.25));
  z-index: 5;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 80.32%;
    top: 78.5%;
    left: 9.97%;
  }
}
#top .title.inview {
  opacity: 1;
  transform: translateY(0px);
}
#top .badge {
  position: absolute;
  width: 10.78%;
  top: 19.03%;
  left: 89.6%;
  filter: drop-shadow(5.03px 5.03px 5.18px rgba(35, 24, 21, 0.55));
  z-index: 6;
  transform: translateY(10px) scale(1.2);
  opacity: 0;
  transition: 0.3s;
}
#top .badge img {
  transform: rotate(37.92deg);
}
@media screen and (max-width: 768px) {
  #top .badge {
    width: 21.03%;
    top: 68.15%;
    left: 80.28%;
  }
  #top .badge img {
    transform: rotate(0deg);
  }
}
#top .badge.inview {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
#top .copy {
  position: absolute;
  width: 47.14%;
  top: 88.99%;
  left: 31.98%;
  filter: drop-shadow(5.03px 5.03px 5.18px rgba(35, 24, 21, 0.55));
  z-index: 9;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #top .copy {
    width: 68.97%;
    top: 76.5%;
    left: 15.38%;
  }
}
#top .copy.inview {
  opacity: 1;
  transform: translateY(0px);
}
#top .mofu {
  position: absolute;
  width: 2.97%;
  top: 89.07%;
  left: 79.9%;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.85)) drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.25));
  z-index: 7;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #top .mofu {
    width: 8.72%;
    top: 86.13%;
    left: 2.05%;
    filter: none;
    opacity: 1;
    transform: translateY(0);
  }
}
#top .mofu.inview {
  opacity: 1;
  transform: translateY(0px);
}
#top .release {
  position: absolute;
  width: 17.81%;
  top: 75.46%;
  left: 79.79%;
  filter: drop-shadow(2px 2px 2px #000);
  z-index: 8;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 56.01%;
    top: 94%;
    left: 22.05%;
    filter: none;
  }
}
#top .release.inview {
  opacity: 1;
  transform: translateY(0px);
}

#info {
  padding: 20px 50px 60px;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 30px 30px 40px;
  }
}
#info .badges {
  width: 100%;
  padding-bottom: 30px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #info .badges {
    padding-bottom: 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
#info .badges a {
  max-width: 180px;
  min-width: 180px;
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #info .badges a {
    transform: rotate(0deg);
    width: calc(33.33% - 6.66px);
    min-width: unset;
  }
}
#info .badges a.link-kansoucp {
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  #info .badges a.link-kansoucp {
    width: calc(66.66% - 6.66px);
  }
}
#info .badges a:hover {
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  #info .badges a:hover {
    transform: translateY(0px);
  }
}
#info .sns_btns {
  margin-bottom: 20px;
}
#info .sns_btns .sns_btns_inner {
  display: flex;
  justify-content: center;
}
#info .sns_btns .sns_btns_inner a {
  display: block;
  width: 50px;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.3s;
}
#info .sns_btns .sns_btns_inner a:hover {
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  #info .sns_btns .sns_btns_inner a:hover {
    transform: translateY(0px);
  }
}
#info .bnrs {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #info .bnrs {
    padding: 0 10px;
  }
}
#info .bnrs a {
  max-width: 220px;
  width: calc(50% - 20px);
  margin: 0 10px 10px;
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #info .bnrs a {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
#info .bnrs a:hover {
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  #info .bnrs a:hover {
    transform: translateY(0px);
  }
}
#info .mvtk {
  width: 100%;
}
#info .mvtk #mvtk-widgets-container {
  margin: 0 auto;
}

#news-top {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #news-top {
    margin-top: 40px;
  }
}
#news-top .btn_normal {
  transition: 0.3s;
  margin: 0 0 0 auto;
}
#news-top .btn_normal:hover {
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
  #news-top .btn_normal:hover {
    transform: translateX(0px);
  }
}

.body_news {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .body_news {
    margin-top: 50px;
  }
}
.body_news .post_item {
  display: flex;
  background-color: #fff;
}

.archive_nav {
  justify-content: center;
  display: flex;
  margin-top: 80px;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .archive_nav {
    margin-top: 60px;
  }
}
.archive_nav .page-numbers {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background-color: #FFEA06;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .archive_nav .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.archive_nav .page-numbers:hover {
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  .archive_nav .page-numbers:hover {
    transform: translateY(0px);
  }
}
.archive_nav .page-numbers.current {
  opacity: 0.5;
  pointer-events: none;
}

.news_list {
  max-width: 1100px;
  margin: 0 auto;
}
.news_list li {
  border-top: dashed 1.5px #0091BC;
  font-weight: 700;
}
.news_list li:last-of-type {
  border-bottom: dashed 1.5px #0091BC;
}
.news_list li a {
  padding: 20px;
  display: flex;
  transition: 0.3s;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news_list li a {
    padding: 20px 0;
  }
}
.news_list li a:hover {
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
  .news_list li a:hover {
    transform: translateX(0px);
  }
}
.news_list li a .block {
  width: 100%;
  display: flex;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .news_list li a .block {
    flex-direction: column;
  }
}
.news_list li a .block .news_date {
  width: 10em;
  color: #D7006F;
  font-weight: 700;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .news_list li a .block .news_date {
    width: 100%;
  }
}
.news_list li a .block .news_title {
  width: calc(100% - 12em);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .news_list li a .block .news_title {
    width: 100%;
  }
}
.news_list li a .arrow {
  color: #D7006F;
  width: 2em;
  padding-left: 1em;
}

.single_nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .single_nav {
    margin-top: 60px;
  }
}
.single_nav div a, .single_nav div span {
  height: 50px;
  padding: 0 1em;
  align-items: center;
  justify-content: center;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 0.9em;
  background-color: #FFEA06;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .single_nav div a, .single_nav div span {
    height: 40px;
    line-height: 40px;
  }
}
.single_nav div a:hover, .single_nav div span:hover {
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  .single_nav div a:hover, .single_nav div span:hover {
    transform: translateY(0px);
  }
}

#archive-news .section_inner {
  padding: 120px 50px;
}
@media screen and (max-width: 768px) {
  #archive-news .section_inner {
    padding: 80px 30px;
  }
}
#archive-news .section_inner .section_main h2 {
  margin-bottom: 80px;
}

#single-news .section_inner {
  padding: 120px 50px;
}
@media screen and (max-width: 768px) {
  #single-news .section_inner {
    padding: 80px 30px;
  }
}
#single-news .section_inner .section_main .section_body .single_item {
  max-width: 1100px;
  margin: 0 auto;
  border-top: dashed 1.5px #0091BC;
  border-bottom: dashed 1.5px #0091BC;
}
#single-news .section_inner .section_main .section_body .single_item .single_date {
  padding: 30px 0 10px;
  display: block;
  color: #D7006F;
  font-weight: 700;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  #single-news .section_inner .section_main .section_body .single_item .single_date {
    padding: 30px 0 10px;
    font-size: 1.14em;
  }
}
#single-news .section_inner .section_main .section_body .single_item h3 {
  border-bottom: dashed 1.5px #0091BC;
  font-size: 1.5em;
  padding-bottom: 30px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #single-news .section_inner .section_main .section_body .single_item h3 {
    padding-bottom: 20px;
    font-size: 1.14em;
  }
}
#single-news .section_inner .section_main .section_body .single_item .single_content {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #single-news .section_inner .section_main .section_body .single_item .single_content {
    padding: 30px 0;
  }
}

.single_content * {
  all: unset; /* すべてのプロパティをリセット */
  all: initial; /* 初期値に戻す */
  all: revert; /* ブラウザのデフォルトに戻す */
}
.single_content * p, .single_content * h1, .single_content * h2, .single_content * h3, .single_content * h4, .single_content * h5, .single_content * h6, .single_content * a, .single_content * img, .single_content * ul, .single_content * ol, .single_content * li {
  all: revert; /* 必要な要素だけを戻す */
}

.single_content {
  line-height: 1.7;
}
.single_content h2 {
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.3em;
}
.single_content a {
  color: #0077E1;
}
.single_content a:hover {
  text-decoration: none;
}
.single_content p {
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
}
.single_content p img {
  height: auto !important;
}
.single_content img {
  max-width: 100%;
  height: auto !important;
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.single_content .has-iframe {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  overflow: hidden;
  z-index: 2;
  display: block;
}
.single_content .has-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#chara {
  background-color: #FFD700;
  background-image: url(img/bgy.jpg);
  background-repeat: repeat;
  margin-top: -1px;
  padding: 0 0 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #chara {
    padding: 0 0 80px;
  }
}
#chara .section_inner .section_header {
  position: relative;
}
@media screen and (max-width: 768px) {
  #chara .section_inner .section_header {
    overflow: hidden;
  }
}
#chara .section_inner .section_header .chara_head {
  position: relative;
}
@media screen and (max-width: 768px) {
  #chara .section_inner .section_header .chara_head {
    width: 160%;
    margin-left: -26%;
  }
}
#chara .section_inner .section_header h2 {
  position: absolute;
  width: 11%;
  right: 9%;
  top: 45%;
}
@media screen and (max-width: 768px) {
  #chara .section_inner .section_header h2 {
    display: none;
  }
}
#chara .section_inner .section_main {
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #chara .section_inner .section_main {
    padding-top: 0px;
  }
}
#chara .section_inner .section_main .title_chara-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #chara .section_inner .section_main .title_chara-sp {
    display: block;
    max-width: 403px;
    margin: 0 auto 40px;
  }
}
#chara .section_inner .section_main .section_body {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #chara .section_inner .section_main .section_body {
    padding: 0 20px;
  }
}

.chara_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .chara_btns {
    max-width: 500px;
    display: block;
  }
}
.chara_btns:first-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .chara_btns:first-of-type {
    margin-bottom: 0px;
  }
}

.chara_btn {
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .chara_btn {
    margin-bottom: 10px;
  }
}
.chara_btn .chara_btn_base {
  padding-top: 70%;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.chara_btn .chara_btn_base .chara_btn_inner {
  border: solid 5px #EC9A1D;
  position: absolute;
  width: 88%;
  height: 84%;
  top: 8%;
  left: 6%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .chara_btn .chara_btn_base .chara_btn_inner {
    border: solid 3px #EC9A1D;
  }
}
.chara_btn .chara_btn_base .chara_name_en {
  position: absolute;
  top: 50%;
  left: -2%;
  width: 104%;
  transform: translateY(-50%);
  opacity: 0.2;
  transition: 0.4s;
}
.chara_btn .chara_btn_base .plus_btn {
  position: absolute;
  top: 4.5%;
  right: 3.5%;
  width: 15%;
  background-color: #EC9A1D;
  border-radius: 50%;
  padding: 3%;
  transition: 0.4s;
}
.chara_btn .chara_btn_over {
  pointer-events: none;
  position: absolute;
  left: -5%;
  bottom: 0;
  width: 81%;
  transition: 0.4s;
}
.chara_btn .chara_btn_name {
  position: absolute;
  bottom: 12%;
  right: 9%;
  height: 13%;
}
.chara_btn .chara_btn_name img {
  height: 100%;
  width: auto;
}
.chara_btn .chara_btn_name-cv {
  position: absolute;
  bottom: 29%;
  right: 9%;
  height: 7%;
}
.chara_btn .chara_btn_name-cv img {
  height: 100%;
  width: auto;
}
.chara_btn:hover .chara_name_en {
  transform: translateY(-50%) scale(1.3);
}
.chara_btn:hover .plus_btn {
  transform: scale(0.8);
}

.prof_window_bg {
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  transition: 0.4s;
  opacity: 0;
  display: none;
  z-index: 1998;
}
.prof_window_bg.on {
  display: block;
  opacity: 1;
}

.prof_window {
  overflow: auto;
  opacity: 0;
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: -10;
  max-width: 1100px;
  width: 80%;
  max-height: 660px;
  height: 90%;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgb(172, 172, 172);
  display: none;
}
@media screen and (max-width: 768px) {
  .prof_window {
    max-width: unset;
    max-height: 80vh;
    max-height: 80lvh;
    height: 80vh;
    height: 80lvh;
    border-radius: 20px;
    width: calc(100% - 40px);
    flex-wrap: wrap;
  }
}
.prof_window .close_btn_prof {
  z-index: 10;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  top: 20px;
  right: 20px;
  position: absolute;
  background-color: #EC9A1D;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .prof_window .close_btn_prof {
    width: 40px;
    height: 40px;
    top: calc(10vh + 10px);
    top: calc(10lvh + 10px);
    right: 30px;
    padding: 12px;
    position: fixed;
  }
}
.prof_window .prof_name_en {
  position: absolute;
  opacity: 0.7;
  left: 0;
  top: 40px;
  transition: 0.5s;
  opacity: 0;
  width: 13%;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_name_en {
    width: 33.33%;
    top: 20px;
  }
}
.prof_window .prof_img {
  position: relative;
  width: 55%;
  transition: 0.5s;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_img {
    position: relative;
    width: 100%;
    transform: unset;
    order: 1;
    max-width: 500px;
    margin: 0 auto;
  }
}
.prof_window .prof_img .img_body {
  position: relative;
  width: 100%;
  transform: translateY(-10px);
  transition: 0.5s;
  opacity: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_img .img_body {
    transform: unset;
    width: 100%;
  }
}
.prof_window .prof_img .img_line {
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_img .img_line {
    width: 100%;
  }
}
.prof_window .prof_img .cvi-sp {
  display: none;
}
.prof_window .prof_texts {
  pointer-events: none;
  position: absolute;
  width: 50%;
  right: 0;
  transition: 0.5s;
  top: 0px;
  padding: 80px 40px 80px 0;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .prof_window .prof_texts {
    z-index: 2;
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
    transform: translateY(10px);
    padding: 10px 20px 40px;
    order: 2;
    margin: -12% auto 0;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .prof_window .prof_texts .prof_names {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
}
.prof_window .prof_texts .prof_names .prof_name {
  margin-bottom: 15px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_texts .prof_names .prof_name {
    margin-bottom: 10px;
  }
}
.prof_window .prof_texts .prof_names .prof_name img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_texts .prof_names .prof_name img {
    height: 36px;
  }
}
.prof_window .prof_texts .prof_names .prof_cv {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_texts .prof_names .prof_cv {
    margin-bottom: 10px;
  }
}
.prof_window .prof_texts .prof_names .prof_cv img {
  height: 24px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_texts .prof_names .prof_cv img {
    height: 18px;
  }
}
.prof_window .prof_texts .prof_body p {
  font-weight: 700;
  line-height: 1.6;
}
.prof_window .prof_texts .prof_body .chara {
  width: 65%;
}
.prof_window .prof_texts .prof_body .chara span {
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_texts .prof_body .chara {
    width: 100%;
  }
}
.prof_window .prof_texts .prof_body .chara_add {
  margin-top: 10px;
  width: 100%;
}
.prof_window .prof_texts .prof_body .chara_add p {
  font-size: 0.9em;
}
.prof_window .prof_texts .prof_body .cv {
  margin-top: 30px;
  position: relative;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_texts .prof_body .cv {
    margin-top: 60px;
    padding: 0px 20px 40px;
  }
}
.prof_window .prof_texts .prof_body .cv .cv_name {
  width: 60%;
  order: 2;
  font-weight: 900;
  font-size: 1.5em;
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
}
.prof_window .prof_texts .prof_body .cv .cv_name span {
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_texts .prof_body .cv .cv_name {
    margin-bottom: 10px;
    width: 100%;
    z-index: 2;
    position: relative;
    display: block;
    text-align: center;
  }
  .prof_window .prof_texts .prof_body .cv .cv_name span {
    display: block;
    margin-top: 5px;
  }
}
.prof_window .prof_texts .prof_body .cv .cv_com {
  order: 3;
  font-size: 0.9em;
  text-align: justify;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_texts .prof_body .cv .cv_com {
    margin-top: 0px;
  }
}
.prof_window .prof_texts .prof_body .cv .cvi-pc {
  order: 1;
  overflow: hidden;
  border-radius: 50%;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_texts .prof_body .cv .cvi-pc {
    width: 160px;
    margin: -40px auto 20px;
  }
}
.prof_window .prof_texts .prof_body .cv .cv_prof {
  order: 4;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .prof_window .prof_texts .prof_body .cv .cv_prof span {
    text-align: center;
    display: block;
  }
}
.prof_window .window_nav {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transition: 0.5s;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .prof_window .window_nav {
    bottom: calc(10vh - 0px);
    bottom: calc(10lvh - 0px);
    right: 20px;
    left: inherit;
    padding: 12px;
    position: fixed;
    justify-content: flex-end;
  }
}
.prof_window .window_nav .window_nav_prev, .prof_window .window_nav .window_nav_next {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: #EC9A1D;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .prof_window .window_nav .window_nav_prev, .prof_window .window_nav .window_nav_next {
    margin-right: 0;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    padding: 12px;
  }
}
.prof_window .window_nav .invalid {
  opacity: 0.3;
  pointer-events: none;
}
.prof_window.on {
  opacity: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .prof_window.on {
    display: flex;
  }
}
.prof_window.on .close_btn_prof {
  opacity: 1;
}
.prof_window.on .prof_name_en {
  opacity: 0.1;
  left: 3%;
}
@media screen and (max-width: 768px) {
  .prof_window.on .prof_name_en {
    left: 5%;
  }
}
.prof_window.on .prof_name_en img {
  transform: translateX(0px);
}
@media screen and (max-width: 768px) {
  .prof_window.on .prof_img {
    transform: unset;
  }
}
.prof_window.on .prof_img .img_body {
  transform: translateY(0px);
  opacity: 1;
}
.prof_window.on .prof_img .img_line {
  top: 0;
}
.prof_window.on .window_nav {
  opacity: 1;
}

.chara_theme--color01 .chara_btn_base .chara_btn_inner {
  border-color: #EC9A1D;
}
.chara_theme--color01 .chara_btn_base .plus_btn {
  background-color: #EC9A1D;
}
.chara_theme--color01.prof_window .close_btn_prof {
  background-color: #EC9A1D;
}
.chara_theme--color01.prof_window .window_nav .window_nav_prev, .chara_theme--color01.prof_window .window_nav .window_nav_next {
  background-color: #EC9A1D;
}
.chara_theme--color01 .cv {
  background-color: rgb(254.05, 249.95, 243.7);
}
.chara_theme--color01 .cvi-pc, .chara_theme--color01 .cvi-sp {
  border: solid 5px rgb(254.05, 249.95, 243.7);
}
.chara_theme--color01 .chara {
  color: #EC9A1D;
}
.chara_theme--color01 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #EC9A1D;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color01 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color01 .cv_prof {
  border-top: dashed 3px #EC9A1D;
}
.chara_theme--color01 .cv_prof span {
  font-weight: 900;
  color: #EC9A1D;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color01 .cv_prof span {
    display: block;
  }
}

.chara_theme--color02 .chara_btn_base .chara_btn_inner {
  border-color: #0091BC;
}
.chara_theme--color02 .chara_btn_base .plus_btn {
  background-color: #0091BC;
}
.chara_theme--color02.prof_window .close_btn_prof {
  background-color: #0091BC;
}
.chara_theme--color02.prof_window .window_nav .window_nav_prev, .chara_theme--color02.prof_window .window_nav .window_nav_next {
  background-color: #0091BC;
}
.chara_theme--color02 .cv {
  background-color: rgb(242.25, 249.5, 251.65);
}
.chara_theme--color02 .cvi-pc, .chara_theme--color02 .cvi-sp {
  border: solid 5px rgb(242.25, 249.5, 251.65);
}
.chara_theme--color02 .chara {
  color: #0091BC;
}
.chara_theme--color02 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #0091BC;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color02 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color02 .cv_prof {
  border-top: dashed 3px #0091BC;
}
.chara_theme--color02 .cv_prof span {
  font-weight: 900;
  color: #0091BC;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color02 .cv_prof span {
    display: block;
  }
}

.chara_theme--color03 .chara_btn_base .chara_btn_inner {
  border-color: #9070AF;
}
.chara_theme--color03 .chara_btn_base .plus_btn {
  background-color: #9070AF;
}
.chara_theme--color03.prof_window .close_btn_prof {
  background-color: #9070AF;
}
.chara_theme--color03.prof_window .window_nav .window_nav_prev, .chara_theme--color03.prof_window .window_nav .window_nav_next {
  background-color: #9070AF;
}
.chara_theme--color03 .cv {
  background-color: rgb(249.45, 247.85, 251);
}
.chara_theme--color03 .cvi-pc, .chara_theme--color03 .cvi-sp {
  border: solid 5px rgb(249.45, 247.85, 251);
}
.chara_theme--color03 .chara {
  color: #9070AF;
}
.chara_theme--color03 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #9070AF;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color03 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color03 .cv_prof {
  border-top: dashed 3px #9070AF;
}
.chara_theme--color03 .cv_prof span {
  font-weight: 900;
  color: #9070AF;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color03 .cv_prof span {
    display: block;
  }
}

.chara_theme--color04 .chara_btn_base .chara_btn_inner {
  border-color: #C66902;
}
.chara_theme--color04 .chara_btn_base .plus_btn {
  background-color: #C66902;
}
.chara_theme--color04.prof_window .close_btn_prof {
  background-color: #C66902;
}
.chara_theme--color04.prof_window .window_nav .window_nav_prev, .chara_theme--color04.prof_window .window_nav .window_nav_next {
  background-color: #C66902;
}
.chara_theme--color04 .cv {
  background-color: rgb(252.15, 247.5, 242.35);
}
.chara_theme--color04 .cvi-pc, .chara_theme--color04 .cvi-sp {
  border: solid 5px rgb(252.15, 247.5, 242.35);
}
.chara_theme--color04 .chara {
  color: #C66902;
}
.chara_theme--color04 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #C66902;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color04 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color04 .cv_prof {
  border-top: dashed 3px #C66902;
}
.chara_theme--color04 .cv_prof span {
  font-weight: 900;
  color: #C66902;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color04 .cv_prof span {
    display: block;
  }
}

.chara_theme--color05 .chara_btn_base .chara_btn_inner {
  border-color: #BF486C;
}
.chara_theme--color05 .chara_btn_base .plus_btn {
  background-color: #BF486C;
}
.chara_theme--color05.prof_window .close_btn_prof {
  background-color: #BF486C;
}
.chara_theme--color05.prof_window .window_nav .window_nav_prev, .chara_theme--color05.prof_window .window_nav .window_nav_next {
  background-color: #BF486C;
}
.chara_theme--color05 .cv {
  background-color: rgb(251.8, 245.85, 247.65);
}
.chara_theme--color05 .cvi-pc, .chara_theme--color05 .cvi-sp {
  border: solid 5px rgb(251.8, 245.85, 247.65);
}
.chara_theme--color05 .chara {
  color: #BF486C;
}
.chara_theme--color05 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #BF486C;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color05 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color05 .cv_prof {
  border-top: dashed 3px #BF486C;
}
.chara_theme--color05 .cv_prof span {
  font-weight: 900;
  color: #BF486C;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color05 .cv_prof span {
    display: block;
  }
}

.chara_theme--color06 .chara_btn_base .chara_btn_inner {
  border-color: #EE7294;
}
.chara_theme--color06 .chara_btn_base .plus_btn {
  background-color: #EE7294;
}
.chara_theme--color06.prof_window .close_btn_prof {
  background-color: #EE7294;
}
.chara_theme--color06.prof_window .window_nav .window_nav_prev, .chara_theme--color06.prof_window .window_nav .window_nav_next {
  background-color: #EE7294;
}
.chara_theme--color06 .cv {
  background-color: rgb(254.15, 247.95, 249.65);
}
.chara_theme--color06 .cvi-pc, .chara_theme--color06 .cvi-sp {
  border: solid 5px rgb(254.15, 247.95, 249.65);
}
.chara_theme--color06 .chara {
  color: #EE7294;
}
.chara_theme--color06 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #EE7294;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color06 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color06 .cv_prof {
  border-top: dashed 3px #EE7294;
}
.chara_theme--color06 .cv_prof span {
  font-weight: 900;
  color: #EE7294;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color06 .cv_prof span {
    display: block;
  }
}

.chara_theme--color07 .chara_btn_base .chara_btn_inner {
  border-color: #E52488;
}
.chara_theme--color07 .chara_btn_base .plus_btn {
  background-color: #E52488;
}
.chara_theme--color07.prof_window .close_btn_prof {
  background-color: #E52488;
}
.chara_theme--color07.prof_window .window_nav .window_nav_prev, .chara_theme--color07.prof_window .window_nav .window_nav_next {
  background-color: #E52488;
}
.chara_theme--color07 .cv {
  background-color: rgb(253.7, 244.05, 249.05);
}
.chara_theme--color07 .cvi-pc, .chara_theme--color07 .cvi-sp {
  border: solid 5px rgb(253.7, 244.05, 249.05);
}
.chara_theme--color07 .chara {
  color: #E52488;
}
.chara_theme--color07 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #E52488;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color07 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color07 .cv_prof {
  border-top: dashed 3px #E52488;
}
.chara_theme--color07 .cv_prof span {
  font-weight: 900;
  color: #E52488;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color07 .cv_prof span {
    display: block;
  }
}

.chara_theme--color08 .chara_btn_base .chara_btn_inner {
  border-color: #C6A700;
}
.chara_theme--color08 .chara_btn_base .plus_btn {
  background-color: #C6A700;
}
.chara_theme--color08.prof_window .close_btn_prof {
  background-color: #C6A700;
}
.chara_theme--color08.prof_window .window_nav .window_nav_prev, .chara_theme--color08.prof_window .window_nav .window_nav_next {
  background-color: #C6A700;
}
.chara_theme--color08 .cv {
  background-color: rgb(252.15, 250.6, 242.25);
}
.chara_theme--color08 .cvi-pc, .chara_theme--color08 .cvi-sp {
  border: solid 5px rgb(252.15, 250.6, 242.25);
}
.chara_theme--color08 .chara {
  color: #C6A700;
}
.chara_theme--color08 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #C6A700;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color08 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color08 .cv_prof {
  border-top: dashed 3px #C6A700;
}
.chara_theme--color08 .cv_prof span {
  font-weight: 900;
  color: #C6A700;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color08 .cv_prof span {
    display: block;
  }
}

.chara_theme--color09 .chara_btn_base .chara_btn_inner {
  border-color: #009B6D;
}
.chara_theme--color09 .chara_btn_base .plus_btn {
  background-color: #009B6D;
}
.chara_theme--color09.prof_window .close_btn_prof {
  background-color: #009B6D;
}
.chara_theme--color09.prof_window .window_nav .window_nav_prev, .chara_theme--color09.prof_window .window_nav .window_nav_next {
  background-color: #009B6D;
}
.chara_theme--color09 .cv {
  background-color: rgb(242.25, 250, 247.7);
}
.chara_theme--color09 .cvi-pc, .chara_theme--color09 .cvi-sp {
  border: solid 5px rgb(242.25, 250, 247.7);
}
.chara_theme--color09 .chara {
  color: #009B6D;
}
.chara_theme--color09 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #009B6D;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color09 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color09 .cv_prof {
  border-top: dashed 3px #009B6D;
}
.chara_theme--color09 .cv_prof span {
  font-weight: 900;
  color: #009B6D;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color09 .cv_prof span {
    display: block;
  }
}

.chara_theme--color10 .chara_btn_base .chara_btn_inner {
  border-color: #ebc803;
}
.chara_theme--color10 .chara_btn_base .plus_btn {
  background-color: #ebc803;
}
.chara_theme--color10.prof_window .close_btn_prof {
  background-color: #ebc803;
}
.chara_theme--color10.prof_window .window_nav .window_nav_prev, .chara_theme--color10.prof_window .window_nav .window_nav_next {
  background-color: #ebc803;
}
.chara_theme--color10 .cv {
  background-color: rgb(254, 252.25, 242.4);
}
.chara_theme--color10 .cvi-pc, .chara_theme--color10 .cvi-sp {
  border: solid 5px rgb(254, 252.25, 242.4);
}
.chara_theme--color10 .chara {
  color: #ebc803;
}
.chara_theme--color10 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #ebc803;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color10 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color10 .cv_prof {
  border-top: dashed 3px #ebc803;
}
.chara_theme--color10 .cv_prof span {
  font-weight: 900;
  color: #ebc803;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color10 .cv_prof span {
    display: block;
  }
}

.chara_theme--color11 .chara_btn_base .chara_btn_inner {
  border-color: #eb88b6;
}
.chara_theme--color11 .chara_btn_base .plus_btn {
  background-color: #eb88b6;
}
.chara_theme--color11.prof_window .close_btn_prof {
  background-color: #eb88b6;
}
.chara_theme--color11.prof_window .window_nav .window_nav_prev, .chara_theme--color11.prof_window .window_nav .window_nav_next {
  background-color: #eb88b6;
}
.chara_theme--color11 .cv {
  background-color: rgb(254, 249.05, 251.35);
}
.chara_theme--color11 .cvi-pc, .chara_theme--color11 .cvi-sp {
  border: solid 5px rgb(254, 249.05, 251.35);
}
.chara_theme--color11 .chara {
  color: #eb88b6;
}
.chara_theme--color11 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #eb88b6;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color11 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color11 .cv_prof {
  border-top: dashed 3px #eb88b6;
}
.chara_theme--color11 .cv_prof span {
  font-weight: 900;
  color: #eb88b6;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color11 .cv_prof span {
    display: block;
  }
}

.chara_theme--color12 .chara_btn_base .chara_btn_inner {
  border-color: #e00120;
}
.chara_theme--color12 .chara_btn_base .plus_btn {
  background-color: #e00120;
}
.chara_theme--color12.prof_window .close_btn_prof {
  background-color: #e00120;
}
.chara_theme--color12.prof_window .window_nav .window_nav_prev, .chara_theme--color12.prof_window .window_nav .window_nav_next {
  background-color: #e00120;
}
.chara_theme--color12 .cv {
  background-color: rgb(253.45, 242.3, 243.85);
}
.chara_theme--color12 .cvi-pc, .chara_theme--color12 .cvi-sp {
  border: solid 5px rgb(253.45, 242.3, 243.85);
}
.chara_theme--color12 .chara {
  color: #e00120;
}
.chara_theme--color12 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #e00120;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color12 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color12 .cv_prof {
  border-top: dashed 3px #e00120;
}
.chara_theme--color12 .cv_prof span {
  font-weight: 900;
  color: #e00120;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color12 .cv_prof span {
    display: block;
  }
}

.chara_theme--color13 .chara_btn_base .chara_btn_inner {
  border-color: #ffc000;
}
.chara_theme--color13 .chara_btn_base .plus_btn {
  background-color: #ffc000;
}
.chara_theme--color13.prof_window .close_btn_prof {
  background-color: #ffc000;
}
.chara_theme--color13.prof_window .window_nav .window_nav_prev, .chara_theme--color13.prof_window .window_nav .window_nav_next {
  background-color: #ffc000;
}
.chara_theme--color13 .cv {
  background-color: rgb(255, 251.85, 242.25);
}
.chara_theme--color13 .cvi-pc, .chara_theme--color13 .cvi-sp {
  border: solid 5px rgb(255, 251.85, 242.25);
}
.chara_theme--color13 .chara {
  color: #ffc000;
}
.chara_theme--color13 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #ffc000;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color13 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color13 .cv_prof {
  border-top: dashed 3px #ffc000;
}
.chara_theme--color13 .cv_prof span {
  font-weight: 900;
  color: #ffc000;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color13 .cv_prof span {
    display: block;
  }
}

.chara_theme--color14 .chara_btn_base .chara_btn_inner {
  border-color: #2c87f8;
}
.chara_theme--color14 .chara_btn_base .plus_btn {
  background-color: #2c87f8;
}
.chara_theme--color14.prof_window .close_btn_prof {
  background-color: #2c87f8;
}
.chara_theme--color14.prof_window .window_nav .window_nav_prev, .chara_theme--color14.prof_window .window_nav .window_nav_next {
  background-color: #2c87f8;
}
.chara_theme--color14 .cv {
  background-color: rgb(244.45, 249, 254.65);
}
.chara_theme--color14 .cvi-pc, .chara_theme--color14 .cvi-sp {
  border: solid 5px rgb(244.45, 249, 254.65);
}
.chara_theme--color14 .chara {
  color: #2c87f8;
}
.chara_theme--color14 .cv_name::after {
  content: "コメント";
  font-size: 0.6em;
  font-weight: 900;
  margin-right: 0.5em;
  color: #2c87f8;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara_theme--color14 .cv_name::after {
    margin-top: 20px;
  }
}
.chara_theme--color14 .cv_prof {
  border-top: dashed 3px #2c87f8;
}
.chara_theme--color14 .cv_prof span {
  font-weight: 900;
  color: #2c87f8;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chara_theme--color14 .cv_prof span {
    display: block;
  }
}

#about {
  overflow: hidden;
  background-color: #FFD700;
  position: relative;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.3) 7px, transparent 7px), radial-gradient(circle, rgba(255, 255, 255, 0.3) 7px, transparent 7px);
  background-position: 0 0, 42px 44px;
  background-size: 84px 88px;
}
#about .section_inner {
  position: relative;
}
#about .section_inner .section_header2 {
  position: relative;
}
#about .section_inner .section_header2 .about_bg {
  position: relative;
  width: 100%;
  transform-origin: 70% 0% !important;
  z-index: 1;
}
#about .section_inner .section_header2 .title_about {
  width: 36%;
  position: absolute;
  top: 4%;
  left: 32%;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_header2 .title_about {
    width: 80%;
    left: 10%;
  }
}
#about .section_inner .section_header2 .img_cut1 {
  position: absolute;
  transform: rotate(7.5deg);
  width: 33.54%;
  top: 0%;
  left: 0%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_header2 .img_cut1 {
    width: 43%;
    top: 5%;
  }
}
#about .section_inner .section_header2 .img_cut2 {
  position: absolute;
  transform: rotate(-9deg);
  width: 25%;
  top: 39%;
  left: 0%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_header2 .img_cut2 {
    width: 35%;
    top: 42%;
    transform-origin: 50% -150% !important;
  }
}
#about .section_inner .section_header2 .about_cut3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_header2 .about_cut3 {
    transform-origin: 50% -50% !important;
  }
}
#about .section_inner .section_main {
  margin-top: 10px;
  padding-bottom: 120px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_main {
    padding: 0px 30px 80px;
    margin-top: 91vw;
  }
}
#about .section_inner .section_main .section_body {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_main .section_body {
    margin-top: -20px;
    padding: 0px;
  }
}
#about .section_inner .section_main .section_body .block {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_main .section_body .block {
    margin-bottom: 40px;
  }
}
#about .section_inner .section_main .section_body .block:last-of-type {
  margin-bottom: 0;
}
#about .section_inner .section_main .section_body h3 {
  filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 0.25));
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_main .section_body h3 {
    margin-bottom: 10px;
  }
}
#about .section_inner .section_main .section_body p {
  font-weight: 900;
  line-height: 2;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_main .section_body p {
    font-size: 1em;
  }
}
#about .section_inner .section_main .section_body p:last-of-type {
  margin-bottom: 0;
}
#about .section_inner .section_main .section_body p rt {
  font-size: 0.4em;
  font-weight: 900;
  line-height: 1;
  vertical-align: text-bottom;
}
#about .section_inner .section_main .section_body p .okashi {
  font-weight: 900;
  position: relative;
}
#about .section_inner .section_main .section_body p .okashi::before {
  content: "●";
  font-weight: bold;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.4em;
  text-align: center;
}
#about .section_inner .section_main .section_body p .okashi-wrapper {
  display: inline-block;
}
#about .section_inner .section_main .section_body .kawaisa {
  margin-top: -30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_main .section_body .kawaisa {
    margin-top: 0;
  }
}
#about .section_inner .section_main .whatis {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 50px 50px;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_main .whatis {
    padding: 40px 20px;
  }
}
#about .section_inner .section_main .whatis .whatis_title {
  text-align: center;
  color: #EC9A1D;
  font-size: 2.22em;
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_main .whatis .whatis_title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}
#about .section_inner .section_main .whatis p {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_main .whatis p {
    font-size: 0.875em;
    text-align: justify;
  }
}
#about .section_inner .section_footer {
  position: relative;
}
#about .section_inner .section_footer .imgs3 {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#about .section_inner .section_footer .imgs3 div {
  width: 33.3%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #about .section_inner .section_footer .imgs3 div {
    width: 100%;
  }
  #about .section_inner .section_footer .imgs3 div:first-of-type {
    order: 3;
  }
  #about .section_inner .section_footer .imgs3 div:nth-of-type(2) {
    order: 1;
  }
  #about .section_inner .section_footer .imgs3 div:last-of-type {
    order: 2;
  }
}
#about .section_inner .section_footer .imgs3 div:hover img {
  transform: scale(1.1);
}

#goods {
  position: relative;
}
#goods .section_inner {
  background-color: #FFF5D7;
  padding: 120px 50px 80px;
}
@media screen and (max-width: 768px) {
  #goods .section_inner {
    padding: 80px 30px;
  }
}
#goods .section_inner .section_main {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #goods .section_inner .section_main {
    max-width: 500px;
  }
}
#goods .section_inner .section_main h2 {
  margin-bottom: 40px;
}
#goods .section_inner .section_main .section_body h3 {
  text-align: center;
  font-weight: 900;
  font-size: 1.3em;
  margin-bottom: 40px;
}
#goods .section_inner .section_main .section_body ul.tsuhan {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
#goods .section_inner .section_main .section_body ul.tsuhan li a {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: block;
  font-weight: 900;
  text-align: center;
  color: #fff;
  max-width: 100%;
  width: 280px;
  padding: 20px;
  background-color: #EC9A1D;
  border-radius: 20px;
  transition: 0.4s;
}
#goods .section_inner .section_main .section_body ul.tsuhan li a:hover {
  box-shadow: none;
}
#goods .section_inner .section_main .section_body ul.to_goods {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
#goods .section_inner .section_main .section_body ul.to_goods li a {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: block;
  font-weight: 900;
  text-align: center;
  color: #fff;
  max-width: 100%;
  width: 280px;
  padding: 20px;
  background-color: #EC9A1D;
  border-radius: 20px;
  transition: 0.4s;
}
#goods .section_inner .section_main .section_body ul.to_goods li a:hover {
  box-shadow: none;
}
#goods .section_inner .section_main .section_body .btn_normal {
  transition: 0.3s;
  margin: 0 0 0 auto;
}
#goods .section_inner .section_main .section_body .btn_normal:hover {
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
  #goods .section_inner .section_main .section_body .btn_normal:hover {
    transform: translateX(0px);
  }
}

ul.goods-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ul.goods-list {
    gap: 20px;
  }
}
ul.goods-list li {
  width: calc(25% - 23px);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  ul.goods-list li {
    width: calc(50% - 10px);
  }
}
ul.goods-list li a {
  display: block;
  transition: 0.4s;
}
ul.goods-list li a .goods-thumbnail {
  background-color: #fff;
  border-radius: 10px;
}
ul.goods-list li a .goods-thumbnail img {
  border-radius: 10px;
}
ul.goods-list li a .goods_name {
  margin-top: 1em;
  text-align: left;
  font-weight: 700;
  padding: 0 0.25em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  ul.goods-list li a .goods_name {
    font-size: 0.9em;
  }
}
ul.goods-list li a:hover {
  opacity: 0.8;
}

.body_goods {
  background-color: #FFF5D7;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .body_goods {
    margin-top: 50px;
  }
}
.body_goods .section_inner {
  padding: 120px 50px 80px;
}
@media screen and (max-width: 768px) {
  .body_goods .section_inner {
    padding: 80px 30px 40px;
  }
}
.body_goods .section_inner .section_main {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .body_goods .section_inner .section_main {
    max-width: 500px;
  }
}
.body_goods .section_inner .section_main h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .body_goods .section_inner .section_main h2 {
    margin-bottom: 40px;
  }
}
.body_goods .section_inner .section_main .single_item-goods .goods_img {
  max-width: 700px;
  margin: 0 auto;
}
.body_goods .archive_nav .page-numbers {
  background-color: #EC9A1D;
  color: #FFF;
}
.body_goods .single_nav div a, .body_goods .single_nav div span {
  background-color: #EC9A1D;
  color: #FFF;
  padding: 0 1.5em;
}

.body_goods-single .section_inner .section_main {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .body_goods-single .section_inner .section_main {
    max-width: 500px;
  }
}
.body_goods-single .section_inner .section_main .single_item-goods {
  font-size: 0.9em;
}
.body_goods-single .section_inner .section_main .single_item-goods .goods-image {
  max-width: 600px;
  margin: 0 auto 40px;
  background-color: #fff;
  border-radius: 10px;
}
.body_goods-single .section_inner .section_main .single_item-goods .goods-image img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .body_goods-single .section_inner .section_main .single_item-goods .goods-image {
    margin-bottom: 20px;
  }
}
.body_goods-single .section_inner .section_main .single_item-goods .goods-name {
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .body_goods-single .section_inner .section_main .single_item-goods .goods-name {
    font-size: 1.3em;
  }
}
.body_goods-single .section_inner .section_main .single_item-goods .goods-price {
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  font-size: 1.2em;
  color: #D7006F;
  margin-top: 0.5em;
}
.body_goods-single .section_inner .section_main .single_item-goods .goods-meta {
  margin: 30px auto 30px;
  border-top: dashed 1.5px #EC9A1D;
  border-bottom: dashed 1.5px #EC9A1D;
  padding: 30px 0;
  line-height: 1.6;
}
.body_goods-single .section_inner .section_main .single_item-goods .goods-meta p {
  margin-bottom: 5px;
}
.body_goods-single .section_inner .section_main .single_item-goods .goods-meta p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .body_goods-single .section_inner .section_main .single_item-goods .goods-meta {
    margin: 20px auto;
    padding: 20px 0;
  }
}
.body_goods-single .section_inner .section_main .single_item-goods .goods-meta .goods-date {
  font-weight: 700;
}
.body_goods-single .section_inner .section_main .single_item-goods .goods-meta .goods-sale {
  font-weight: 700;
}
.body_goods-single .section_inner .section_main .single_item-goods .goods-meta .goods-store {
  font-weight: 700;
}
.body_goods-single .section_inner .section_main .single_item-goods .goods-meta .goods-store a {
  font-weight: 700;
  color: #EC9A1D;
}
.body_goods-single .section_inner .section_main .single_item-goods .goods-meta .shop-link {
  font-weight: 700;
}
.body_goods-single .section_inner .section_main .single_item-goods .goods-meta .shop-link a {
  font-weight: 700;
  color: #EC9A1D;
}
.body_goods-single .section_inner .section_main .single_item-goods .single_content {
  font-weight: 700;
  border-bottom: dashed 1.5px #EC9A1D;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .body_goods-single .section_inner .section_main .single_item-goods .single_content {
    padding-bottom: 20px;
  }
}

#theme {
  position: relative;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.6) 7px, transparent 7px), radial-gradient(circle, rgba(255, 255, 255, 0.6) 7px, transparent 7px);
  background-position: 0 0, 42px 44px;
  background-size: 84px 88px;
  background-color: #FFF5D7;
}
#theme .section_inner {
  padding: 120px 50px 80px;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  #theme .section_inner {
    padding: 80px 30px 130px;
  }
}
#theme .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #theme .section_inner .section_main {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #theme .section_inner .section_main h2 {
    margin-bottom: 40px;
  }
}
#theme .section_inner .section_main .song_data {
  text-align: center;
  margin-bottom: 20px;
}
#theme .section_inner .section_main .song_data .artist_name {
  font-weight: 900;
  font-size: 1.1em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  #theme .section_inner .section_main .song_data .artist_name {
    margin-bottom: 0.5em;
  }
}
#theme .section_inner .section_main .song_data .song_title {
  font-weight: 900;
  color: #EF7E00;
  font-size: 2em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  #theme .section_inner .section_main .song_data .song_title {
    font-size: 1.6em;
    margin-bottom: 0.5em;
  }
}
#theme .section_inner .section_main .song_data .record_com {
  color: #EF7E00;
  font-weight: 900;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  #theme .section_inner .section_main .song_data .record_com {
    font-size: 0.8em;
  }
}
#theme .section_inner .section_main .artist_img {
  width: 100%;
  margin-bottom: 40px;
}
#theme .section_inner .section_main .artist_name2 {
  font-size: 1.3em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
}
#theme .section_inner .section_main .text_body {
  margin-bottom: 20px;
}
#theme .section_inner .section_main .text_body p {
  line-height: 1.8;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #theme .section_inner .section_main .text_body p {
    font-size: 0.85em;
  }
}
#theme .section_inner .section_main .comment_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #theme .section_inner .section_main .comment_box {
    padding: 30px 20px;
    border-radius: 10px;
  }
}
#theme .section_inner .section_main .comment_box .com_title {
  text-align: center;
  color: #EF7E00;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #theme .section_inner .section_main .comment_box .com_title {
    margin-bottom: 10px;
  }
}
#theme .section_inner .section_main .comment_box .com_body p {
  font-weight: 700;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #theme .section_inner .section_main .comment_box .com_body p {
    font-size: 0.85em;
  }
}
#theme .section_inner .section_main .comment_box .lion {
  width: 200px;
  margin: 0 auto;
  margin-bottom: -170px;
}

#staff {
  position: relative;
}
#staff .section_inner {
  background-color: #FFF;
  padding: 120px 50px 120px;
}
@media screen and (max-width: 768px) {
  #staff .section_inner {
    padding: 80px 30px;
  }
}
#staff .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main {
    max-width: 500px;
  }
}
#staff .section_inner .section_main .staff_item {
  margin-bottom: 40px;
}
#staff .section_inner .section_main .staff_item .role {
  color: #0077E1;
  font-weight: 900;
  font-size: 1.1em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .staff_item .role {
    font-size: 1em;
  }
}
#staff .section_inner .section_main .staff_item .name {
  font-weight: 900;
  color: #EF7E00;
  font-size: 2em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .staff_item .name {
    font-size: 1.8em;
  }
}
#staff .section_inner .section_main .staff_item .name span {
  font-weight: inherit;
  font-size: 0.7em;
}
#staff .section_inner .section_main .staff_item .staff_body p {
  line-height: 1.8;
  text-align: justify;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .staff_item .staff_body p {
    font-size: 0.85em;
  }
}
#staff .section_inner .section_main .staff_item:last-of-type {
  margin-bottom: 0;
}

.body_box-info img {
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  pointer-events: auto;
}

.fixed_bg-prono {
  position: fixed;
  z-index: -10;
  background-image: url(img/prono/wallg.jpg);
  background-size: 100% 100%;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100lvh;
  width: 100%;
}

#prono {
  position: relative;
  margin-top: 60px;
  /* === アコーディオン全体構造 === */
}
@media screen and (max-width: 768px) {
  #prono {
    margin-top: 50px;
  }
}
#prono .section_inner {
  padding: 120px 50px 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #prono .section_inner {
    padding: 80px 30px;
  }
}
#prono .section_inner .section_main {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #prono .section_inner .section_main {
    max-width: 400px;
  }
}
#prono .section_inner .section_main .h2_en-anime {
  margin-bottom: 60px;
}
#prono .section_inner .section_main .h2_en-anime .h2_en img {
  display: none;
}
@media screen and (max-width: 768px) {
  #prono .section_inner .section_main .h2_en-anime .h2_en {
    max-width: 383px;
    margin: 0 auto 12px;
  }
  #prono .section_inner .section_main .h2_en-anime .h2_en img {
    display: block;
  }
  #prono .section_inner .section_main .h2_en-anime .h2_en span {
    display: none;
  }
}
#prono .section_inner .section_main .h2_en-anime .h2_jp {
  color: #FFF;
}
#prono .note-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
}
#prono .note-list .note-item {
  font-size: 0.875em;
  width: 100%;
  max-width: 900px;
  margin-bottom: 50px;
  background: linear-gradient(90deg, #FFF 0%, #FFEEF7 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  /* 矢印ボックス */
  /* ▼矢印（CSSで生成） */
  /* 動物アニメーション */
}
@media screen and (max-width: 768px) {
  #prono .note-list .note-item {
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
}
#prono .note-list .note-item .accordion {
  cursor: pointer;
  padding: 0px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #prono .note-list .note-item .accordion {
    padding: 0 20px;
  }
}
#prono .note-list .note-item .accordion-text {
  flex: 1;
  width: calc(100% - 30px);
  display: block;
  padding: 35px 20px 35px 0;
}
@media screen and (max-width: 768px) {
  #prono .note-list .note-item .accordion-text {
    padding: 30px 0px 30px 0;
  }
}
#prono .note-list .note-item .arrow-box {
  width: 50px;
  color: #D7006F;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #prono .note-list .note-item .arrow-box {
    margin-right: -10px;
  }
}
#prono .note-list .note-item .arrow::before {
  content: "▼";
  display: inline-block;
  transform: scaleY(0.5);
  transition: transform 0.4s ease;
}
#prono .note-list .note-item hr {
  border: 0;
  height: 1px;
  border-radius: 2px;
  width: 100%;
  background-color: #D7006F;
  margin: 0;
  margin-bottom: 25px;
  margin-top: -4px;
}
#prono .note-list .note-item .panel {
  height: 0;
  overflow: hidden;
}
#prono .note-list .note-item .panel-inner {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: relative;
  padding: 0 50px 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #prono .note-list .note-item .panel-inner {
    padding: 0 20px 40px;
  }
}
#prono .note-list .note-item .panel-inner p {
  font-weight: 500;
  margin-bottom: 0.8em;
  text-align: justify;
}
#prono .note-list .note-item .panel-inner p:last-of-type {
  margin-bottom: 0;
}
#prono .note-list .note-item .animal {
  opacity: 0;
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
  transform: translateX(10px);
  text-align: center;
  position: absolute;
  bottom: -32px;
  left: calc(100% - 40px);
  width: 180px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #prono .note-list .note-item .animal {
    position: relative;
    margin: -50px 0 0 auto;
    left: unset;
  }
  #prono .note-list .note-item .animal img {
    transform: translateY(30px);
  }
}
#prono .note-list .note-item.open .arrow::before {
  transform: rotate(180deg) scaleY(0.5);
}
#prono .note-list .note-item.open .panel {
  height: auto;
  overflow: visible;
}
#prono .note-list .note-item.open .panel-inner {
  opacity: 1;
  transform: translateY(0);
}
#prono .note-list .note-item.open .animal {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0px);
}
#prono .note-list .note-item.blue {
  background: linear-gradient(90deg, #FFF 0%, #E2EFFF 100%);
  margin: 0 0 50px auto;
}
@media screen and (max-width: 768px) {
  #prono .note-list .note-item.blue {
    margin-bottom: 30px;
  }
}
#prono .note-list .note-item.blue hr {
  background-color: #0077E1;
}
#prono .note-list .note-item.blue .arrow::before {
  color: #0077E1;
}
#prono .note-list .note-item.blue .animal {
  left: unset;
  right: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  #prono .note-list .note-item.blue .animal {
    right: unset;
    margin: -50px auto 0 0;
  }
}
#prono .note-list .arts {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  #prono .note-list .arts {
    gap: 0;
    display: block;
    margin-bottom: 30px;
  }
}
#prono .note-list .arts.artsb01 div:first-of-type {
  width: 35%;
  margin: auto 0 0 0;
}
#prono .note-list .arts.artsb01 div:nth-of-type(2) {
  width: 47%;
}
#prono .note-list .arts.artsb01 div:last-of-type {
  width: 18%;
}
#prono .note-list .arts.artsb02 div:first-of-type {
  width: 40%;
}
#prono .note-list .arts.artsb02 div:nth-of-type(2) {
  width: 30%;
  margin: auto 0 0 0;
}
#prono .note-list .arts.artsb02 div:last-of-type {
  width: 30%;
}
#prono .note-list .arts.artsb03 div:first-of-type {
  width: 42%;
}
#prono .note-list .arts.artsb03 div:nth-of-type(2) {
  width: 27%;
}
#prono .note-list .arts.artsb03 div:last-of-type {
  width: 33%;
  margin: auto 0 auto 0;
}
#prono .note-list .arts.artsb04 div:first-of-type {
  width: 40%;
}
#prono .note-list .arts.artsb04 div:nth-of-type(2) {
  width: 35%;
  margin: auto 0 0 0;
}
#prono .note-list .arts.artsb04 div:last-of-type {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #prono .note-list .arts.artsb01 div:first-of-type {
    width: 80%;
    margin-bottom: 20px;
  }
  #prono .note-list .arts.artsb01 div:nth-of-type(2) {
    width: 100%;
    margin-bottom: 20px;
  }
  #prono .note-list .arts.artsb01 div:last-of-type {
    width: 45%;
    margin: 0 0 0 auto;
  }
  #prono .note-list .arts.artsb02 div:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }
  #prono .note-list .arts.artsb02 div:nth-of-type(2) {
    width: 80%;
    margin-bottom: 20px;
  }
  #prono .note-list .arts.artsb02 div:last-of-type {
    width: 70%;
    margin: 0 0 0 auto;
  }
  #prono .note-list .arts.artsb03 div:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }
  #prono .note-list .arts.artsb03 div:nth-of-type(2) {
    width: 70%;
    margin-bottom: 20px;
  }
  #prono .note-list .arts.artsb03 div:last-of-type {
    width: 70%;
    margin: 0 0 0 auto;
  }
  #prono .note-list .arts.artsb04 div:first-of-type {
    width: 80%;
    margin: 0 0 20px auto;
  }
  #prono .note-list .arts.artsb04 div:nth-of-type(2) {
    width: 60%;
    margin: 0 0 20px auto;
  }
  #prono .note-list .arts.artsb04 div:last-of-type {
    width: 80%;
  }
}

#comment {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
  background-color: #FFD700;
  position: relative;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.3) 7px, transparent 7px), radial-gradient(circle, rgba(255, 255, 255, 0.3) 7px, transparent 7px);
  background-position: 0 0, 42px 44px;
  background-size: 84px 88px;
}
@media screen and (max-width: 768px) {
  #comment {
    margin-top: 50px;
  }
}
#comment .section_inner {
  padding: 120px 50px 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #comment .section_inner {
    padding: 80px 30px;
  }
}
#comment .section_inner .section_main {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main {
    max-width: 400px;
  }
}
#comment .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: 40px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main h2 {
    margin-bottom: 20px;
  }
}
#comment .section_inner .section_main h2 .h2_en {
  margin-bottom: 10px;
  font-size: 4.5em;
  text-transform: uppercase;
  background: linear-gradient(93deg, #ffffff 0%, #fffded 26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome/Safari */
  color: transparent; /* Fallback */
  display: inline-block; /* 必要に応じて */
  filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.25));
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main h2 .h2_en {
    font-size: 3.5em;
  }
}
#comment .section_inner .section_main h2 .h2_jp {
  font-size: 1.35em;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main h2 .h2_jp {
    font-size: 1.1em;
  }
}
#comment .section_inner .section_main .header-box {
  position: relative;
  max-width: 1200px;
  margin: -80px auto 80px;
  z-index: 1;
  width: 80%;
  transition: 0.4s;
  opacity: 0;
  transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .header-box {
    margin: 40px auto 60px;
    width: 100%;
  }
}
#comment .section_inner .section_main .header-box.active {
  opacity: 1;
  transform: scale(1);
}
#comment .section_inner .section_main .header-box .comment-base {
  transform: rotate(3deg);
  position: relative;
}
#comment .section_inner .section_main .header-box .text_yatta {
  width: 40%;
  position: absolute;
  left: -40px;
  top: 0%;
  transition: 0.4s;
  transform: translateX(-20px);
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .header-box .text_yatta {
    left: -20px;
    top: 0%;
  }
}
#comment .section_inner .section_main .header-box .text_yatta.active {
  opacity: 1;
  transform: translateX(0);
}
#comment .section_inner .section_main .header-box .text_zessan {
  bottom: -40px;
  width: 100%;
  left: 0;
  position: absolute;
  transition: 0.4s;
  transform: translateX(20px);
}
#comment .section_inner .section_main .header-box .text_zessan.active {
  opacity: 1;
  transform: translateX(0);
}
#comment .section_inner .section_main .commentp_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .commentp_list {
    width: 100%;
  }
}
#comment .section_inner .section_main .commentp_list li {
  padding: 0.5em 0.8em;
  font-weight: 900;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .commentp_list li {
    padding: 0.5em;
    font-size: 1em;
  }
}
#comment .section_inner .section_main .commentp_list li a:hover {
  opacity: 0.8;
}
#comment .section_inner .section_main .cau {
  text-align: center;
  font-size: 0.9em;
  opacity: 0.8;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .cau {
    margin-bottom: 40px;
  }
}
#comment .section_inner .section_main .commentp_items li {
  padding: 50px 40px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 60px;
  width: calc(33.33% - 40px);
  position: relative;
}
@media (max-width: 1200px) {
  #comment .section_inner .section_main .commentp_items li {
    margin-bottom: 50px;
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  #comment .section_inner .section_main .commentp_items li {
    width: 100%;
    padding: 30px 28px;
  }
}
#comment .section_inner .section_main .commentp_items li .comment_body p {
  font-weight: 900;
  line-height: 1.6;
  text-align: justify;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .commentp_items li .comment_body p {
    font-size: 1em;
  }
}
#comment .section_inner .section_main .commentp_items li .comment_names {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 5px 15px;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .commentp_items li .comment_names {
    gap: 5px;
  }
}
#comment .section_inner .section_main .commentp_items li .comment_names .comment_name {
  font-size: 1.7em;
  line-height: 1.2;
  font-weight: 900;
  color: #EF7E00;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .commentp_items li .comment_names .comment_name {
    font-size: 1.6em;
  }
}
#comment .section_inner .section_main .commentp_items li .comment_names .comment_role {
  line-height: 1.2;
  font-weight: 900;
  font-size: 0.9em;
  color: #0077E1;
}
#comment .section_inner .section_main .commentp_items .grid-sizer {
  width: calc(33.33% - 40px);
}
@media (max-width: 1200px) {
  #comment .section_inner .section_main .commentp_items .grid-sizer {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  #comment .section_inner .section_main .commentp_items .grid-sizer {
    width: 100%;
  }
}

.commentp_item {
  position: relative;
}
.commentp_item.char-0::before {
  background-image: url("img/chara/com01.png");
  top: -97px;
  right: calc(50% - 50.45px);
  content: "";
  background-image: contain;
  background-repeat: no-repeat;
  width: 109px;
  height: 143px;
}
@media screen and (max-width: 768px) {
  .commentp_item.char-0::before {
    transform: scale(0.8);
    right: -37px;
    top: unset;
    bottom: -100px;
  }
}
.commentp_item.char-1::before {
  background-image: url("img/chara/com02.png");
  top: -80px;
  right: calc(50% - 60px);
  content: "";
  background-image: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 129px;
}
@media screen and (max-width: 768px) {
  .commentp_item.char-1::before {
    transform: scale(0.8);
    top: unset;
    bottom: -90px;
    right: -30px;
  }
}
.commentp_item.char-2::before {
  background-image: url("img/chara/com03.png");
  bottom: -10px;
  left: -90px;
  content: "";
  background-image: contain;
  background-repeat: no-repeat;
  width: 156px;
  height: 163px;
}
@media screen and (max-width: 768px) {
  .commentp_item.char-2::before {
    transform: scale(0.8);
    bottom: -70px;
  }
}
.commentp_item.char-3::before {
  background-image: url("img/chara/com04.png");
  bottom: -4px;
  left: -13px;
  content: "";
  background-image: contain;
  background-repeat: no-repeat;
  width: 68px;
  height: 107px;
}
@media screen and (max-width: 768px) {
  .commentp_item.char-3::before {
    transform: scale(0.8);
    bottom: -30px;
  }
}
.commentp_item.char-4::before {
  background-image: url("img/chara/com05.png");
  bottom: -10px;
  left: -30px;
  transform: translateX(-50%);
  content: "";
  background-image: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 143px;
}
@media screen and (max-width: 768px) {
  .commentp_item.char-4::before {
    transform: scale(0.8);
    bottom: -80px;
    left: -35px;
  }
}
.commentp_item.char-5::before {
  background-image: url("img/chara/com06.png");
  bottom: 0px;
  left: -24px;
  content: "";
  background-image: contain;
  background-repeat: no-repeat;
  width: 78px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .commentp_item.char-5::before {
    transform: scale(0.8);
    bottom: -30px;
  }
}
.commentp_item.char-6::before {
  background-image: url("img/chara/com07.png");
  bottom: 0px;
  left: -10px;
  content: "";
  background-image: contain;
  background-repeat: no-repeat;
  width: 95px;
  height: 89px;
}
@media screen and (max-width: 768px) {
  .commentp_item.char-6::before {
    transform: scale(0.8);
    left: -40px;
  }
}
.commentp_item.char-7::before {
  background-image: url("img/chara/com08.png");
  bottom: -47px;
  right: 0px;
  content: "";
  background-image: contain;
  background-repeat: no-repeat;
  width: 173px;
  height: 94px;
}
@media screen and (max-width: 768px) {
  .commentp_item.char-7::before {
    transform: scale(0.8);
    bottom: -55px;
  }
}
.commentp_item.char-8::before {
  background-image: url("img/chara/com09.png");
  bottom: -10px;
  left: -40px;
  content: "";
  background-image: contain;
  background-repeat: no-repeat;
  width: 144px;
  height: 102px;
}
@media screen and (max-width: 768px) {
  .commentp_item.char-8::before {
    transform: scale(0.8);
    bottom: -50px;
  }
}
.commentp_item.char-9::before {
  background-image: url("img/chara/com10.png");
  bottom: 0px;
  left: -5px;
  content: "";
  background-image: contain;
  background-repeat: no-repeat;
  width: 47.43px;
  height: 54.78px;
}
@media screen and (max-width: 768px) {
  .commentp_item.char-9::before {
    transform: scale(0.8);
    left: -10px;
  }
}
.commentp_item::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  80% {
    opacity: 1;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popInSP {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  60% {
    opacity: 1;
    transform: scale(0.9);
  }
  80% {
    opacity: 1;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(0.8);
  }
}
.commentp_item::before {
  opacity: 0;
  transform: scale(0.5);
  transition: none;
}
@media screen and (max-width: 768px) {
  .commentp_item::before {
    transform: scale(0.3);
  }
}

.commentp_item.visible-char::before {
  animation: popIn 0.5s ease forwards;
}
@media screen and (max-width: 768px) {
  .commentp_item.visible-char::before {
    animation: popInSP 0.5s ease forwards;
  }
}

.body_box-info img {
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  pointer-events: auto;
}

.body_present #present {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .body_present #present {
    margin-top: 50px;
  }
}
.body_present #present .section_inner {
  padding: 120px 50px 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .body_present #present .section_inner {
    padding: 80px 30px;
  }
}
.body_present #present .section_inner .section_main {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .body_present #present .section_inner .section_main {
    max-width: 400px;
  }
}
.body_present #present .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: 40px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .body_present #present .section_inner .section_main h2 {
    margin-bottom: 20px;
  }
}
.body_present #present .section_inner .section_main h2 .h2_en {
  margin-bottom: 10px;
  font-size: 4.5em;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome/Safari */
  color: transparent; /* Fallback */
  display: inline-block; /* 必要に応じて */
  filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.25));
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .body_present #present .section_inner .section_main h2 .h2_en {
    font-size: 3.5em;
  }
}
.body_present #present .section_inner .section_main h2 .h2_jp {
  font-size: 1.35em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .body_present #present .section_inner .section_main h2 .h2_jp {
    font-size: 1.1em;
  }
}
.body_present #present .section_inner .section_main .block {
  font-size: 0.9em;
  border: dashed 5px #FFEA06;
  margin: 0 auto 60px;
  max-width: 1000px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .body_present #present .section_inner .section_main .block {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.body_present #present .section_inner .section_main .tokuten_list {
  font-size: 0.9em;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}
.body_present #present .section_inner .section_main .tokuten_list a {
  margin-bottom: 10px;
  color: #0077E1;
  font-weight: 900;
  text-decoration: underline;
  display: block;
}
.body_present #present .section_inner .section_main .tokuten_list a:hover {
  text-decoration: none;
}
.body_present #present .section_inner .section_main h3 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #D7006F;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .body_present #present .section_inner .section_main h3 {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.body_present #present .section_inner .section_main .toku_img {
  margin: 0 auto 40px;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .body_present #present .section_inner .section_main .toku_img {
    margin-bottom: 20px;
  }
}
.body_present #present .section_inner .section_main p {
  font-weight: 700;
  line-height: 1.6;
}
.body_present #present .section_inner .section_main p a {
  color: #D7006F;
  text-decoration: underline;
}
.body_present #present .section_inner .section_main p a:hover {
  text-decoration: none;
}
.body_present #present .section_inner .section_main .toku_des {
  margin: 40px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .body_present #present .section_inner .section_main .toku_des {
    margin-top: 20px;
  }
}

.body_book {
  background-color: #FFF5D7;
}
.body_book #book {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .body_book #book {
    margin-top: 50px;
  }
}
.body_book #book .section_inner {
  padding: 120px 50px 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .body_book #book .section_inner {
    padding: 80px 30px;
  }
}
.body_book #book .section_inner .section_main {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .body_book #book .section_inner .section_main {
    max-width: 400px;
  }
}
.body_book #book .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: 40px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .body_book #book .section_inner .section_main h2 {
    margin-bottom: 20px;
  }
}
.body_book #book .section_inner .section_main h2 .h2_en {
  margin-bottom: 10px;
  font-size: 4.5em;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome/Safari */
  color: transparent; /* Fallback */
  display: inline-block; /* 必要に応じて */
  filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.25));
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .body_book #book .section_inner .section_main h2 .h2_en {
    font-size: 3.5em;
  }
}
.body_book #book .section_inner .section_main h2 .h2_jp {
  font-size: 1.35em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .body_book #book .section_inner .section_main h2 .h2_jp {
    font-size: 1.1em;
  }
}
.body_book #book .section_inner .section_main .book-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 600px);
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .body_book #book .section_inner .section_main .book-list {
    grid-template-columns: repeat(auto-fit, minmax(100%, 600px));
  }
}
.body_book #book .section_inner .section_main .book-item {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  font-size: 0.85em;
}
@media screen and (max-width: 768px) {
  .body_book #book .section_inner .section_main .book-item {
    padding: 20px 16px;
  }
}
.body_book #book .section_inner .section_main .book-item .book-img {
  width: 36%;
}
.body_book #book .section_inner .section_main .book-item .book-texts {
  width: 60%;
}
.body_book #book .section_inner .section_main .book-item .book-title {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .body_book #book .section_inner .section_main .book-item .book-title {
    margin-bottom: 0.5em;
  }
}
.body_book #book .section_inner .section_main .book-item .book-sale {
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .body_book #book .section_inner .section_main .book-item .book-sale {
    margin-bottom: 0.25em;
  }
}
.body_book #book .section_inner .section_main .book-item .book-date {
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .body_book #book .section_inner .section_main .book-item .book-date {
    margin-bottom: 0.25em;
  }
}
.body_book #book .section_inner .section_main .book-item .book-isbn {
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .body_book #book .section_inner .section_main .book-item .book-isbn {
    margin-bottom: 0.25em;
  }
}
.body_book #book .section_inner .section_main .book-item .book-price {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .body_book #book .section_inner .section_main .book-item .book-price {
    margin-bottom: 1em;
  }
}
.body_book #book .section_inner .section_main .book-item .book-link {
  line-height: 1.4;
}
.body_book #book .section_inner .section_main .book-item .book-link li {
  margin-bottom: 10px;
}
.body_book #book .section_inner .section_main .book-item .book-link li:last-of-type {
  margin-bottom: 0;
}
.body_book #book .section_inner .section_main .book-item .book-link li a {
  font-weight: 700;
  display: block;
  background-color: #FFEA06;
  border-radius: 10px;
  padding: 0.3em 1em;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.2s;
}
.body_book #book .section_inner .section_main .book-item .book-link li a:hover {
  transform: translateY(2px);
}

.body_bd {
  background-color: #52AEFF;
}
.body_bd .fixed_lion {
  position: fixed;
  top: 80px;
  left: 0;
  height: calc(100vh - 80px);
  height: calc(100lvh - 80px);
  width: 100%;
  background-image: url(img/lion_child3.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .body_bd .fixed_lion {
    top: 60px;
    height: calc(100vh - 60px);
    height: calc(100lvh - 60px);
    background-size: cover;
    background-position: top right 0;
  }
}
.body_bd #bd {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .body_bd #bd {
    margin-top: 50px;
  }
}
.body_bd #bd .section_inner {
  padding: 120px 50px 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner {
    padding: 80px 30px;
  }
}
.body_bd #bd .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: 40px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main h2 {
    margin-bottom: 20px;
  }
}
.body_bd #bd .section_inner .section_main h2 .h2_en {
  margin-bottom: 10px;
  font-size: 4.5em;
  text-transform: none;
  background: linear-gradient(93deg, #ffffff 0%, #fffded 26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome/Safari */
  color: transparent; /* Fallback */
  display: inline-block; /* 必要に応じて */
  filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.25));
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main h2 .h2_en {
    font-size: 3.5em;
  }
}
.body_bd #bd .section_inner .section_main h2 .h2_jp {
  font-size: 1.35em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main h2 .h2_jp {
    font-size: 1.1em;
  }
}
.body_bd #bd .section_inner .section_main .bd_frame {
  font-weight: 700;
  max-width: 900px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main .bd_frame {
    max-width: 400px;
    padding: 40px 20px;
  }
}
.body_bd #bd .section_inner .section_main .bd_frame .details {
  text-align: center;
}
.body_bd #bd .section_inner .section_main .bd_frame .details h3 {
  margin-bottom: 1em;
}
.body_bd #bd .section_inner .section_main .bd_frame .details h3 p {
  line-height: 1.4;
}
.body_bd #bd .section_inner .section_main .bd_frame .details h3 p span {
  display: inline-block;
  font-size: 2em;
  font-weight: 900;
  color: #0077E1;
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main .bd_frame .details h3 p span {
    font-size: 1.6em;
  }
}
.body_bd #bd .section_inner .section_main .bd_frame .details h4 {
  margin-bottom: 40px;
}
.body_bd #bd .section_inner .section_main .bd_frame .details h4 p span {
  color: #0077E1;
  font-size: 1.4em;
  font-weight: 700;
  display: inline-block;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main .bd_frame .details h4 p span {
    font-size: 1.2em;
  }
}
.body_bd #bd .section_inner .section_main .bd_frame .details .vd_list {
  margin-bottom: 40px;
}
.body_bd #bd .section_inner .section_main .bd_frame .details .vd_list li {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-bottom: 0.7em;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main .bd_frame .details .vd_list li {
    gap: 0;
    margin-bottom: 1.5em;
  }
}
.body_bd #bd .section_inner .section_main .bd_frame .details .vd_list li:last-of-type {
  margin-bottom: 0;
}
.body_bd #bd .section_inner .section_main .bd_frame .details .vd_list li .vname {
  font-weight: 700;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main .bd_frame .details .vd_list li .vname {
    width: 100%;
    margin-bottom: 0.25em;
  }
}
.body_bd #bd .section_inner .section_main .bd_frame .details .vd_list li .vname span {
  font-size: 0.8em;
  font-weight: inherit;
  display: inline-block;
}
.body_bd #bd .section_inner .section_main .bd_frame .details .vd_list li .price {
  font-weight: 700;
  color: #EF7E00;
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main .bd_frame .details .vd_list li .price {
    width: 100%;
  }
}
.body_bd #bd .section_inner .section_main .bd_frame .details .vd_list li .price span {
  font-weight: inherit;
  font-size: 0.7em;
}
.body_bd #bd .section_inner .section_main .bd_frame .details .naiyo {
  background: #CDF4FF;
  padding: 20px;
  text-align: left;
}
.body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .r-cau {
  font-size: 0.8em;
  color: #FF0000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .r-cau {
    display: inline-block;
  }
}
.body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .block {
  margin-bottom: 1.5em;
  line-height: 1.6;
  font-weight: 700;
}
.body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .block:last-of-type {
  margin-bottom: 0;
}
.body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .block ul {
  font-weight: 700;
}
.body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .block ul li {
  font-weight: 700;
  font-size: 0.8em;
}
.body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .block p {
  font-weight: 700;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .block p {
    font-size: 0.9em;
  }
}
.body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .block p.block-title {
  color: #D7006F;
  font-weight: 900;
  margin-bottom: 0;
}
.body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .block .wimg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .block .wimg .texts {
  width: calc(100% - 320px);
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .block .wimg .texts {
    width: 100%;
  }
}
.body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .block .wimg .img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main .bd_frame .details .naiyo .block .wimg .img {
    width: 100%;
    margin-top: 20px;
  }
}
.body_bd #bd .section_inner .section_main .bd_frame .tokuten {
  padding: 60px 0;
  margin-top: 60px;
  margin-bottom: 40px;
  border-top: dashed 5px #0077E1;
  border-bottom: dashed 5px #0077E1;
}
.body_bd #bd .section_inner .section_main .bd_frame .tokuten .tokuten-title {
  font-weight: 900;
  font-size: 1.5em;
  margin-bottom: 30px;
  text-align: center;
}
.body_bd #bd .section_inner .section_main .bd_frame .tokuten ul {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.body_bd #bd .section_inner .section_main .bd_frame .tokuten ul li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .body_bd #bd .section_inner .section_main .bd_frame .tokuten ul li {
    width: 100%;
  }
}
.body_bd #bd .section_inner .section_main .bd_frame .tokuten ul li .tokuten_detail a {
  display: block;
  background-color: #0077E1;
  color: #FFEA06;
  font-weight: 900;
  line-height: 1.1;
  padding: 1em 2em 1em 1em;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
}
.body_bd #bd .section_inner .section_main .bd_frame .tokuten ul li .tokuten_detail a::after {
  content: "≫";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.body_bd #bd .section_inner .section_main .bd_frame .tokuten ul li .tokuten_detail a:hover::after {
  right: 10px;
}
.body_bd #bd .section_inner .section_main .bd_frame .tokuten ul li .tokuten_detail a span {
  font-size: 0.8em;
  font-weight: 900;
  color: #FFEA06;
  display: inline-block;
}
.body_bd #bd .section_inner .section_main .bd_frame .tokuten ul li .tokuten_detail a.invalid {
  pointer-events: none;
  filter: grayscale(100%);
}
.body_bd #bd .section_inner .section_main .bd_frame .tokuten ul li .tokuten_detail .tokuten_name {
  margin-top: 10px;
}
.body_bd #bd .section_inner .section_main .bd_frame .tokuten ul li .tokuten_detail .tokuten_name p {
  line-height: 1.2;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.body_bd #bd .section_inner .section_main .bd_frame .tokuten ul li .tokuten_detail .tokuten_name p:last-of-type {
  margin-bottom: 0;
}
.body_bd #bd .section_inner .section_main .bd_frame .cau-b ul {
  font-size: 0.9em;
  line-height: 1.4;
}
.body_bd #bd .section_inner .section_main .bd_frame .cau-b ul li {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */