@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "UDP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  word-break: break-all;
  letter-spacing: 0.04em;
}

main {
  padding-top: 60px;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
  overflow: hidden;
  padding-bottom: 64px;
}

.outer-block {
  min-width: 1100px;
}

.inner-block {
  position: relative;
  width: auto;
  max-width: 1064px;
  padding: 0 20px;
}

.inner-block2 {
  position: relative;
  width: auto;
  max-width: 1110px;
  padding: 0 20px;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/BIZUDPGothic-Bold.woff) format("woff");
  font-family: "UDP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/BIZUDPGothic-Regular.woff) format("woff");
  font-family: "UDP";
  font-weight: 400;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 15px 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.c-header__logo {
  max-width: 814px;
}
.c-header__logo img {
  width: 100%;
}
.c-header__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  cursor: pointer;
}
.c-header__btn-txt {
  color: #f26133;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-header-btn {
  position: relative;
  width: 24px;
  height: 24px;
}
.c-header-btn span {
  width: 18px;
  height: 2px;
  background-color: #f26133;
  display: block;
  border-radius: 10px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header-btn span:nth-child(1) {
  top: 5px;
}
.c-header-btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-header-btn span:nth-child(3) {
  bottom: 5px;
}

.c-header-nav {
  padding: 24px 15px;
  padding-right: 18px;
  position: fixed;
  top: 50px;
  right: 0;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header-nav nav {
  overflow: auto;
  height: 100vh;
  padding-bottom: 120px;
}
.c-header-nav-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 15px;
  min-height: 80px;
}
.c-header-nav-list__link::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #f26133;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.c-header-nav-list__link:hover::before {
  opacity: 1;
}
.c-header-nav-list__txt .big {
  display: block;
  font-weight: bold;
}
.c-header-nav-list__txt .small {
  font-size: 12px;
}
.c-header-nav-cont01 {
  margin-top: 180px;
}
.c-header-nav-cont01 .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 16px;
  background-color: #fef8ef;
  border: 2px solid #f26133;
  border-radius: 10px;
}
.c-header-nav-cont01__txt {
  text-align: center;
}
.c-header-nav-cont01__txt .small {
  font-size: 12px;
}
.c-header-nav-cont01__txt .big {
  font-size: 16px;
  font-weight: bold;
}

.c-header-nav-cont02 {
  margin-top: 24px;
}

.c-header-nav-link {
  margin-top: 24px;
  text-align: right;
}
.c-header-nav-link a {
  text-decoration: underline;
}

.js-btn.active .c-header-btn span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-btn.active .c-header-btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.js-btn.active .c-header-btn span:nth-child(3) {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.js-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-footer {
  background-color: #F5F5F5;
  padding-top: 64px;
  padding-bottom: 64px;
  border-top: 1px solid #DDDDDD;
}
.c-footer__copy {
  margin-top: 32px;
  text-align: center;
}
.c-footer__banner a {
  display: inline-block;
}
.c-footer__banner.ptn02 {
  margin-top: 32px;
}

.c-footer-01-link > li:not(:first-child) {
  margin-top: 16px;
}

.c-footer-02__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 32px;
}
.c-footer-02__btn {
  width: 146px;
  margin-top: 24px;
}
.c-footer-02__btn-wrap {
  padding: 14px !important;
}
.c-footer-02__ico {
  margin-top: 123px;
}

.c-footer-ico-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-footer-02-list {
  margin-top: 24px;
}
.c-footer-02-list > li:not(:first-child) {
  margin-top: 16px;
}
.c-footer-02-list > li a {
  line-height: 1.5;
}

.c-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
.c-footer-bottom__txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}
.c-footer-bottom__txt .ttl {
  font-weight: bold;
}
.c-footer-bottom__txt .txt {
  margin-top: 10px;
}
.c-footer-bottom__tel {
  margin-top: 10px;
}
.c-footer-bottom__tel .ico {
  width: 24px;
  margin-right: 4px;
  display: inline-block;
}
.c-footer-bottom__tel .txt {
  width: calc(100% - 24px);
}
.c-footer-bottom__ico {
  width: 220px;
  margin-left: auto;
}

.c-section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.c-ttl01 {
  color: #0dac67;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-ttl02 {
  font-size: 36px;
  font-weight: bold;
  color: #0dac67;
  text-align: center;
}

.c-orange-ttl {
  background-color: #F4E8D7;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 4px;
}

.c-cap01 {
  font-size: 16px;
  margin-bottom: 28px;
}
.c-cap01--mb0 {
  margin-bottom: 0;
}
.c-cap01--pl0 {
  padding-left: 0;
}

/*------------------------------------------------------
btn
-----------------------------------------------------*/
.c-btn {
  padding: 14px 24px;
  background-color: #fff;
  border: 1px solid #333;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
}
.c-btn__txt {
  font-weight: bold;
}
.c-btn__txt .big {
  display: block;
}
.c-btn__txt .small {
  font-weight: bold;
  font-size: 12px;
}
.c-btn__txt.arrow {
  margin: 0 auto;
}
.c-btn__txt.center {
  margin: 0 auto;
}
.c-btn__ico path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn__ico.heart {
  width: 42px;
  padding-right: 16px;
  border-right: 1px solid #DDDDDD;
}
.c-btn__ico.arrow {
  width: 24px;
  height: 24px;
}
.c-btn__ico .gather {
  vertical-align: middle;
}
.c-btn.gather2 {
  border: 1px solid #fff;
  background-color: #4359D7;
  color: #fff;
}
.c-btn.gather2 .c-btn__ico path {
  fill: #fff;
  stroke: transparent;
}
.c-btn.gather2.col2 {
  color: #333;
}
.c-btn.gather-last {
  color: #fff;
  background-color: #0DAC67;
  border: none;
  display: block;
  text-align: center;
}

/*------------------------------------------------------
link
-----------------------------------------------------*/
.c-link {
  display: block;
}
.c-link a {
  display: inline-block;
  font-weight: bold;
  color: #f26133;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-link a:hover {
  opacity: 0.8;
}

/*------------------------------------------------------
contents
-----------------------------------------------------*/
.c-movie {
  position: relative;
  z-index: 2;
}
.c-movie__ttl {
  font-size: 20px;
  font-weight: bold;
}
.c-movie__ttl-green {
  font-size: 28px;
  color: #0dac67;
  margin-top: 4px;
  font-weight: bold;
}
.c-movie__txt {
  margin-top: 16px;
  line-height: 1.7;
}
.c-movie__movie-wrap {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.c-movie__movie-wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.c-movie__link {
  margin-top: 16px;
}

/*------------------------------------------------------
slider
-----------------------------------------------------*/
.c-slide01__item {
  overflow: hidden;
  border-radius: 10px;
}
.c-slide01__txt {
  font-size: 12px;
  margin-top: 10px;
  letter-spacing: 0.02em;
}

.dot-orange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.dot-orange button {
  text-indent: -9999px;
}
.dot-orange li {
  width: 8px;
  height: 8px;
  background-color: rgba(242, 96, 51, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}
.dot-orange li:not(:last-child) {
  margin-right: 24px;
}
.dot-orange li.slick-active {
  background-color: #f26133;
}

.prev-arrow, .next-arrow {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #f26133;
  position: absolute;
  z-index: 2;
  background-image: url(../img/ico/arrow-right.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 300px;
  bottom: -15px;
}

.next-arrow {
  right: 300px;
  bottom: -15px;
}

.c-slide02__item {
  margin: 0 15px;
  overflow: hidden;
}
.c-slide02__item iframe {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/9;
  height: 100%;
}

.movie-arrows .prev-arrow {
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.movie-arrows .next-arrow {
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.manga-arrows .prev-arrow, .manga-arrows .next-arrow {
  width: 40px;
  height: 80px;
  display: inline-block;
  background-color: #f26133;
  border-radius: 10px 0 0 10px;
  border: 2px solid #f26133;
  position: absolute;
  z-index: 2;
}
.manga-arrows .next-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 0;
  top: 50%;
}
.manga-arrows .prev-arrow {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
}
.manga-arrows .slick-disabled {
  display: none !important;
}

.chat-neko {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.chat-neko__btn {
  width: 100px;
}
.chat-neko__neko {
  width: 100px;
  margin-left: auto;
}
.chat-neko__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 300px;
}
.chat-neko__txt {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.chat-neko__ico {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-chat .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 16px;
  background-color: #fef8ef;
  border: 2px solid #f26133;
  border-radius: 10px;
}
.c-chat__txt {
  text-align: center;
}
.c-chat__txt .small {
  font-size: 12px;
}
.c-chat__txt .big {
  font-size: 16px;
  font-weight: bold;
}
.c-chat__ico {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.c-slide03 img {
  width: 100%;
}

.c-sub-bread-section {
  background-color: #fff;
  padding: 16px 0;
  border-top: 2px solid #DDDDDD;
  border-bottom: 2px solid #DDDDDD;
}
.c-sub-bread-section-list li {
  font-size: 0;
}
.c-sub-bread-section-list__home {
  font-weight: bold;
  color: #f26133;
  position: relative;
  font-size: 12px;
}
.c-sub-bread-section-list__home:before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f26133;
}
.c-sub-bread-section-list__sub {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
}
.c-sub-bread-section-list__sub:before {
  width: 15px;
  height: 11px;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  background: url("../img/icon-arrow-gr.svg") no-repeat center;
  background-size: contain;
}

/*------------------------------------------------------
modal
-----------------------------------------------------*/
.c-list-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-list-cat .item:not(:last-child) {
  margin-right: 20px;
}
.c-list-cat .tag01 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #0dac67;
  background-color: #fff;
  border: 1px solid #0dac67;
  border-radius: 5px;
  padding: 1px 8px;
  min-width: 88px;
  line-height: 1.8;
}
.c-list-cat .tag02 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
  background-color: #F4E8D7;
  border-radius: 5px;
  padding: 1px 8px;
  min-width: 88px;
  line-height: 1.8;
}

.c-tag01 {
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  background-color: #F4E8D7;
  border-radius: 5px;
  display: inline-block;
  line-height: 1;
}
.c-tag01.green {
  background-color: #DFF7EC;
}

.c-aco-box {
  border: 2px solid #DDDDDD;
  border-radius: 20px;
  overflow: hidden;
}
.c-aco-box__ttl {
  background-color: #F5F5F5;
  padding: 17px;
  padding-right: 40px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.c-aco-box__ttl::after {
  content: "";
  background: url(../img/ico/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-aco-box__ttl.active::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.c-aco-box__ttl .txt {
  font-size: 20px;
  font-weight: bold;
}
.c-aco-box__cont {
  padding: 32px 48px;
}
.c-aco-box__link {
  margin-top: 32px;
  text-align: center;
}

.c-tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-tab-btn__btn {
  width: 50%;
  font-weight: bold;
  text-align: center;
  background-color: #DDDDDD;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  border-bottom: 2px solid #0dac67;
  cursor: pointer;
}
.c-tab-btn__btn.active {
  border: 2px solid #0dac67;
  border-bottom: transparent;
  background-color: #fff;
}

.c-tab-body {
  border: 2px solid #0dac67;
  border-top: none;
  padding: 40px 48px;
  border-radius: 0 0 20px 20px;
}

.c-aco-list__ttl {
  border-bottom: 2px solid #DDDDDD;
  padding: 16px;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
.c-aco-list__ttl .txt {
  font-size: 20px;
  font-weight: bold;
}
.c-aco-list__ttl::after {
  content: "";
  background: url(../img/ico/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-aco-list__ttl.active {
  background-color: #DDDDDD;
}
.c-aco-list__ttl.active::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.c-aco-list__cont {
  padding: 24px 16px;
  padding-bottom: 40px;
  border-bottom: 2px solid #DDDDDD;
  display: none;
}
.c-aco-list__cont .link {
  color: #F26133;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}
.c-aco-list__cont .img {
  width: 496px;
  margin: 0 auto;
  margin-top: 32px;
}

.paging-area {
  font-size: 0;
  padding: 50px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging-area > * {
  border: 1px solid blue;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: blue;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 0 5px 5px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.paging-area .back {
  padding: 0 32px;
}

.paging-area .page-numbers.current {
  background: blue;
  color: #fff;
}

.paging-area .page-numbers.dots {
  border-color: transparent;
  min-width: 1px;
  margin: 0;
}

.paging-area .next.page-numbers,
.paging-area .prev.page-numbers {
  position: relative;
}

.paging-area .next.page-numbers:before,
.paging-area .prev.page-numbers:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/common/ico-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.paging-area .next.page-numbers:hover:before,
.paging-area .prev.page-numbers:hover:before {
  background-image: url("../img/common/ico-arrow-wt.svg");
}

.paging-area .prev.page-numbers:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pagetop {
  z-index: 100;
}
#pagetop a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 62px;
  background-color: #e9a2af;
}
#pagetop img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 2px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
/*------------------------------------------------------
mv
-----------------------------------------------------*/
.mv {
  position: relative;
}
.mv__img {
  text-align: center;
}
.mv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv-list__btn {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #333;
}

/*------------------------------------------------------
pref
-----------------------------------------------------*/
.pref-section {
  background: url(../img/bg/pref_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 66px;
}
.pref-section:before {
  width: 100%;
  height: 80px;
  background: url("../img/home/pref-bg01.svg") no-repeat bottom center;
  background-size: cover;
}
.pref-section__ttl {
  margin-top: 40px;
}
.pref-section__cont {
  position: relative;
}
.pref-section__cont:before {
  content: "";
  width: 628px;
  height: 520px;
  display: block;
  background: url("../img/map.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}

.pref-list01 {
  width: 848px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pref-list01 li.pref-list01__max {
  width: 100%;
}
li.pref-list01__max .pref-list01__item {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pref-list01__item {
  display: block;
  border-radius: 20px;
  border: solid 1px #000;
  padding: 14px 24px;
  position: relative;
  background: #fff;
  cursor: pointer;
}
.pref-list01__item:before {
  width: 18px;
  height: 15px;
  content: "";
  display: block;
  background: url("../img/icon-arrow-or.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 20px;
}
.pref-list01__ttl {
  font-weight: bold;
  font-size: 20px;
}
.pref-list01__cap {
  margin-top: 10px;
  font-size: 14px;
}

/*------------------------------------------------------
cont
-----------------------------------------------------*/
.cont01 {
  padding-top: 32px;
  padding-bottom: 150px;
  position: relative;
}
.cont01::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/cont01_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cont01__ttl {
  margin-top: 64px;
}
.cont01__list-ttl {
  font-size: 20px;
  font-weight: bold;
}
.cont01__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #0dac67;
  padding: 14px 24px;
  background-color: #fff;
  width: 100%;
}
.cont01__ico.heart {
  width: 42px;
  padding-right: 16px;
  border-right: 1px solid #DDDDDD;
}
.cont01__btn-txt {
  margin: 0 auto;
  font-weight: bold;
}

.cont01-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 24px;
}

.cont01-modal {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.cont01-modal__box {
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px 56px;
  max-width: 496px;
  min-width: 420px;
  width: 38.75vw;
  border-radius: 20px;
}
.cont01-modal__ico {
  margin: 0 auto;
  width: 64px;
  height: 66px;
}
.cont01-modal__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-top: 32px;
}
.cont01-modal__txt {
  margin-top: 32px;
}
.cont01-modal__close {
  color: #f26133;
  margin-top: 32px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.cont01-modal.js-modal.active {
  display: block !important;
}

.cont02 {
  margin-top: 60px;
  position: relative;
}
.cont02__ttl {
  margin-top: 48px;
  font-size: 32px;
  font-weight: bold;
}
.cont02__movie {
  margin-top: 48px;
}
.cont02__slide {
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.cont02__link {
  margin-top: 16px;
}
.cont02::before {
  content: "";
  background-image: url(../img/bg/bg-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 422px;
  height: 351px;
  position: absolute;
  top: 278px;
  left: -40px;
}
.cont02::after {
  content: "";
  background-image: url(../img/bg/bg-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 410px;
  height: 359px;
  position: absolute;
  right: -80px;
  bottom: -180px;
}

.manga {
  margin-top: 66px;
  position: relative;
  z-index: 3;
}
.manga__ttl {
  font-size: 20px;
  font-weight: bold;
}
.manga__cont {
  margin-top: 40px;
}
.manga__slide {
  padding: 16px 56px;
  background-color: #333;
  border-radius: 20px;
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  max-height: 780px;
}

.cont03 {
  margin-top: 56px;
}
.cont03__cont-box {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}
.cont03__cont-box::before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  border-top: 4px dotted #0dac67;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.cont03__cont-box.last::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  border-bottom: 4px dotted #0dac67;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.cont03__slide {
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.cont03__movie-slide {
  position: relative;
}
.cont03__movie-ttl {
  font-size: 32px;
  font-weight: bold;
  margin-top: 56px;
}
.cont03__link {
  text-align: right;
  margin-top: 40px;
}

.cont04 {
  margin-top: 64px;
  padding-bottom: 64px;
}
.cont04__box {
  margin-top: 32px;
}
.cont04__btn-txt {
  margin: 0 auto;
}

.cont04-list {
  display: grid;
}
.cont04-list__btn-txt {
  margin: 0 auto;
}
.cont04-list__btn {
  max-width: 352px;
  margin: 0 auto;
}
.cont04-list__ico {
  width: 24px;
  height: 24px;
}
.cont04-list__ttl {
  font-size: 24px;
  color: #0dac67;
  font-weight: bold;
}
.cont04-list__ttl .small {
  font-size: 16px;
}
.cont04-list__item {
  background-color: #fef8ef;
  padding: 25px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #F4E8D7;
}
.cont04-list__img {
  max-width: 166px;
  margin: 0 auto;
}
.cont04-list__img.small {
  max-width: 133px;
}

.cont04-box {
  background-color: #DFF7EC;
  border-radius: 20px;
  border: 2px solid #ABDDC6;
  padding: 40px 48px;
}
.cont04-box__ttl {
  font-weight: bold;
  font-size: 36px;
  color: #0dac67;
}
.cont04-box__txt .bold {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  display: inline-block;
}
.cont04-box__txt .nomal {
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
}
.cont04-box__ico {
  width: 24px;
  height: 24px;
}

.cont05 {
  position: relative;
  padding: 54px 0 45px;
}
.cont05__ttl {
  font-size: 32px;
  font-weight: bold;
}
.cont05__neko {
  width: 80px;
  margin: 0 auto;
}
.cont05__img {
  margin-top: 65px;
  position: relative;
}
.cont05__cap {
  margin-top: 10px;
}
.cont05__small {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
  letter-spacing: 0.02em;
}

.cat {
  margin-top: 65px;
}
.cat__wrap {
  background-color: #fef8ef;
  padding: 40px 48px 0 0;
  border-radius: 20px;
  border: 2px solid #F4E8D7;
}
.cat__ttl {
  margin-top: 30px;
}
.cat__ttl .ttl01 {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.cat__ttl .ttl02 {
  font-size: 45px;
  font-weight: bold;
  display: block;
  color: #0dac67;
  border-bottom: 3px dotted #F4E8D7;
}
.cat__txt {
  margin-top: 24px;
}

/* -----------------------------------------------
*
*
-------------------------------------------------- */
.p-org-main {
  overflow: inherit;
}

.p-org-ttl-section {
  padding-top: 80px;
  padding-bottom: 40px;
}
.p-org-cont-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0;
}
.p-org-cont-section__inner {
  position: relative;
}
.p-org-cont-section__inner:before {
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  border-radius: 20px;
  background: #fef8ef;
  top: 0;
  right: 70%;
  position: absolute;
}
.p-org-cont-section__character-area {
  position: relative;
  z-index: 1;
}
.p-org-cont-section__character {
  padding-top: 100px;
  padding-bottom: 80px;
  z-index: 1;
}
.p-org-cont-section__list {
  position: relative;
  z-index: 1;
}
.p-org-cont-section__txt01 {
  font-weight: bold;
  font-size: 20px;
}

.org-list01 > li + li {
  margin-top: 40px;
}
.org-list01__item {
  border-radius: 20px;
  border: solid 1px #000;
  padding: 20px 24px;
  background: #fff;
}
.org-list01__ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 4px;
}
.org-list01__cap {
  font-size: 14px;
  background-image: linear-gradient(to right, #ccc 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  margin-top: 10px;
  padding-bottom: 14px;
}
.org-list01__cat-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.org-list01__cat-pref {
  margin-right: 10px;
  border: solid 2px #0dac67;
  font-weight: bold;
  font-size: 15px;
  padding: 2px 5px;
  border-radius: 4px;
  line-height: 1;
  display: inline-block;
}
.org-list01__cat-item {
  border-radius: 4px;
  display: inline-block;
  background: #F4E8D7;
  padding: 4px 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 15px;
  margin-right: 10px;
}
.org-list01__cat-date {
  font-size: 14px;
  font-weight: bold;
}
.org-list01__desc {
  margin-top: 20px;
  font-size: 16px;
}
.org-list01__link-box {
  margin-top: 10px;
}
.org-list01__img-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}
.org-list01__img-item {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
}
.org-list01__img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.org-link-list > li + li {
  margin-top: 10px;
}
.org-link-list__item {
  color: #f26133;
  font-weight: bold;
  display: inline-block;
}
.org-link-list__item:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/icon-external.svg") no-repeat center;
  background-size: contain;
  margin-left: 0;
  position: relative;
  top: 2px;
}

.c-modal01 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.c-modal01.active {
  opacity: 1;
  visibility: visible;
}
.c-modal01__inner {
  display: block;
  width: 800px;
  max-height: 600px;
  overflow-y: auto;
  background: #fff;
  padding: 40px 40px;
  position: relative;
  border-radius: 20px;
}
.c-modal01__close {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
}
.c-modal01__close span {
  width: 100%;
  height: 2px;
  background: #333;
  content: "";
  display: block;
  position: absolute;
}
.c-modal01__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 42%;
}
.c-modal01__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 42%;
}
.c-modal01__ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.c-modal01__ttl-close {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: url("../img/icon-arrow-gr.svg") no-repeat center;
  background-size: 20px 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-modal01__close-txt-area {
  text-align: center;
  margin-top: 40px;
}
.c-modal01__close-txt {
  cursor: pointer;
  color: #f26133;
  font-weight: bold;
  position: relative;
}
.c-modal01__close-txt:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f26133;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-pref-list {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.c-pref-list__item {
  display: block;
  border-radius: 10px;
  border: solid 1px #333;
  padding: 16px 20px 16px 20px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.c-pref-list__item:before {
  width: 20px;
  height: 16px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url("../img/icon-arrow-or.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-cont {
  padding: 32px 0 64px;
}
.link-cont__ttl {
  font-size: 32px;
  font-weight: bold;
}

.link-cont-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
}

.p_gather__btn {
  width: 352px;
  margin: 0 auto;
  margin-top: 40px;
}
.p_gather__btn .gather {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_gather .mv-list__item {
  width: 50%;
}

.p_gather-mv {
  position: relative;
}
.p_gather-mv__img img {
  width: 100%;
}
.p_gather-mv__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p_gather-mv__date {
  background-color: #F4E8D7;
  padding: 4px 16px;
  padding-bottom: 16px;
  border-radius: 10px;
  margin-top: 30px;
}
.p_gather-mv__date .txt {
  font-size: 20px;
  font-weight: bold;
  background-color: #0dac67;
  color: #fff;
  border-radius: 5px;
  width: 130px;
  margin-right: 70px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: -20px;
}
.p_gather-mv__date .date {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #0dac67;
  letter-spacing: 0.15em;
  margin-top: 10px;
}
.p_gather-mv__date .kome {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}
.p_gather-mv__btn {
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 352px;
}
.p_gather-mv__btn .c-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F26133;
  color: #fff;
  border: none;
  height: auto;
  padding: 15px 20px;
  text-align: center;
}
.p_gather-mv__btn .c-btn__ico {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 20px;
}

.neko-chan {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
.neko-chan__img {
  width: 96px;
}

.p_gather-cont01 {
  padding: 32px 0 110px;
  position: relative;
}
.p_gather-cont01__img {
  margin-top: 16px;
}
.p_gather-cont01__video {
  position: relative;
  margin-left: auto;
  width: 360px;
  height: 100%;
}
.p_gather-cont01__video video {
  border-radius: 20px;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center;
     object-position: center;
}
.p_gather-cont01__video::before {
  content: "";
  background: url(../img/manga_neko.png) no-repeat;
  width: 144px;
  height: 207px;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: calc(100% - 4px);
  z-index: 2;
}
.p_gather-cont01__btn {
  margin-top: 40px;
}
.p_gather-cont01__link {
  text-align: center;
  margin-top: 40px;
}

.p_gather-cont02 {
  margin-top: 80px;
}
.p_gather-cont02__kv {
  position: relative;
  margin-top: 48px;
}
.p_gather-cont02__kv img {
  position: relative;
  z-index: 2;
}
.p_gather-cont02__kv::before {
  content: "";
  background: url(../img/gather/neko1.png) no-repeat;
  width: 244px;
  height: 265px;
  background-size: contain;
  position: absolute;
  top: -160px;
  right: -40px;
}
.p_gather-cont02__list {
  position: relative;
  margin-top: 40px;
}
.p_gather-cont02__list .bg_1 {
  background: url(../img/bg/gather_small_1.png) no-repeat;
  background-size: contain;
  width: 422px;
  height: 350px;
  position: absolute;
  top: -44px;
  left: 0;
}
.p_gather-cont02__list .bg_2 {
  background: url(../img/bg/gather_small_2.png) no-repeat;
  background-size: contain;
  width: 400px;
  height: 350px;
  position: absolute;
  top: calc(50% - 30px);
  right: -90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p_gather-cont02__list .bg_3 {
  background: url(../img/bg/gather_small_3.png) no-repeat;
  background-size: contain;
  width: 422px;
  height: 350px;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.p_gather-cont02__ttl02 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 13px 0;
  border-top: 4px dotted #0dac67;
  border-bottom: 4px dotted #0dac67;
}
.p_gather-cont02__list02 {
  margin-top: 60px;
}
.p_gather-cont02__link {
  margin-top: 10px;
}
.p_gather-cont02__link img {
  vertical-align: middle;
}
.p_gather-cont02-list__ttl {
  background-color: #fff;
  border-top: 4px dotted #0dac67;
  border-bottom: 4px dotted #0dac67;
  padding: 13px 0;
}
.p_gather-cont02-list__ttl .ttl01 {
  display: block;
  font-size: 20px;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: bold;
}
.p_gather-cont02-list__ttl .ttl02 {
  display: block;
  font-size: 36px;
  letter-spacing: 0.14em;
  color: #0dac67;
  text-align: center;
  font-weight: bold;
}
.p_gather-cont02-list__cat {
  margin-top: 10px;
}
.p_gather-cont02-list__txt {
  margin-top: 10px;
}
.p_gather-cont02-list__txt-wrap {
  padding: 5px 15px;
}
.p_gather-cont02-list__kome {
  font-weight: 400;
  font-size: 12px;
  margin-top: 8px;
  letter-spacing: 0.02em;
}
.p_gather-cont02-list__item:not(:first-child) {
  margin-top: 32px;
}

.p_gather-cont02-list02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}
.p_gather-cont02-list02__item {
  border: 2px solid #0dac67;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.p_gather-cont02-list02__ttl {
  background-color: #FEF8EF;
  padding: 24px;
  min-height: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_gather-cont02-list02__ttl .ttl01 {
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
}
.p_gather-cont02-list02__ttl .ttl02 {
  font-size: 28px;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #0dac67;
}
.p_gather-cont02-list02__cont {
  padding: 24px;
}
.p_gather-cont02-list02__img img {
  aspect-ratio: 16/9;
}
.p_gather-cont02-list02__txt-box {
  margin-top: 10px;
}
.p_gather-cont02-list02__txt {
  margin-top: 10px;
  letter-spacing: 0.03em;
}
.p_gather-cont02-list02__cat {
  display: block;
}
.p_gather-cont02-list02__cat .item {
  display: inline-block;
  margin-right: 0;
}
.p_gather-cont02-list02__cat .item:not(:first-child) {
  margin-top: 10px;
}

.p_gather-cont03 {
  position: relative;
  padding: 120px 0;
  padding-bottom: 120px;
  margin-top: 60px;
}
.p_gather-cont03__box01 {
  margin-top: 30px;
}
.p_gather-cont03__box02 {
  margin-top: 32px;
}
.p_gather-cont03__arcive {
  font-size: 18px;
  margin-top: 16px;
}

.p_gather-cont03-cont {
  background-color: #fff;
  border: 2px solid #0dac67;
  border-radius: 20px;
  overflow: hidden;
}
.p_gather-cont03-cont__wrap {
  padding: 32px 64px;
}
.p_gather-cont03-cont__ttl {
  background-color: #DFF7EC;
  padding: 32px;
}
.p_gather-cont03-cont__ttl .ttl01 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.p_gather-cont03-cont__ttl .ttl02 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #0dac67;
}
.p_gather-cont03-cont__aco {
  margin-top: 32px;
}
.p_gather-cont03-cont__kome {
  font-size: 12px;
  margin-top: 15px;
}
.p_gather-cont03-cont__top-txt {
  margin-top: 8px;
}

.p_gather-cont03-list {
  margin-top: 32px;
}
.p_gather-cont03-list__ttl {
  font-size: 24px;
  font-weight: bold;
  background-color: #DFF7EC;
  border-radius: 50px;
  text-align: center;
  padding: 6px;
}
.p_gather-cont03-list__img {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 24px;
}
.p_gather-cont03-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p_gather-cont03-list__txt-box {
  margin-top: 25px;
}
.p_gather-cont03-list__date-box .txt {
  font-weight: bold;
  letter-spacing: 0.04em;
}
.p_gather-cont03-list__name {
  margin-top: 24px;
  font-weight: bold;
}
.p_gather-cont03-list__name .c-tag01 {
  vertical-align: top;
}
.p_gather-cont03-list__name .padding {
  display: inline-block;
}
.p_gather-cont03-list.ivent-list {
  display: block;
}

.p_gather-cont03__gray {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #D9D9D9;
  padding: 2px;
}

.p_gather-cont03__gray.ptn02 {
  margin-top: 15px;
}

.p_gather-cont03__archive {
  font-size: 22px;
  margin-top: 24px;
}

.p_gather-cont03__archive img {
  vertical-align: middle;
}

.p_gather-cont03__archive.ptn02 {
  margin-top: 15px;
}

.p_gather-cont04 {
  padding-top: 60px;
}
.p_gather-cont04__cont {
  margin-top: 40px;
}

.p_gather-cont04-list__item {
  position: relative;
  padding-bottom: 40px;
}
.p_gather-cont04-list__item:not(:last-child):before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #DFF7EC;
  position: absolute;
  top: 0;
  left: 60px;
}
.p_gather-cont04-list__wrap {
  padding-left: 170px;
  padding-top: 20px;
}
.p_gather-cont04-list__step {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #DFF7EC;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_gather-cont04-list__step .step {
  font-size: 20px;
  font-weight: bold;
  color: #0dac67;
  text-align: center;
}
.p_gather-cont04-list__step .num {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.p_gather-cont04-list__ttl {
  font-size: 24px;
  font-weight: bold;
}
.p_gather-cont04-list__txt {
  margin-top: 8px;
}
.p_gather-cont04-list__txt .link {
  display: inline-block;
}
.p_gather-cont04-list__img {
  margin-top: 24px;
}
.p_gather-cont04-list__attention {
  background-color: #FEF8EF;
  padding: 10px;
  padding-bottom: 20px;
  margin-top: 24px;
  border-radius: 10px;
}
.p_gather-cont04-list__attention .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_gather-cont04-list__attention .ico {
  display: inline-block;
  width: 20px;
  margin-right: 4px;
}
.p_gather-cont04-list__attention .txt {
  width: calc(100% - 24px);
  letter-spacing: 0.04em;
}
.p_gather-cont04-list__attention .img {
  display: block;
  margin-top: 16px;
  margin-left: 30px;
}

.p_gather-cont05 {
  padding: 100px 0;
  margin-top: 80px;
  position: relative;
}
.p_gather-cont05__wrap {
  margin-top: 40px;
}
.p_gather-cont05__box {
  background-color: #fff;
}
.p_gather-cont05__cont01 {
  padding-bottom: 20px;
  border-bottom: 4px dotted #0dac67;
}
.p_gather-cont05__txt-box .ttl {
  font-size: 28px;
  font-weight: bold;
  color: #0dac67;
}
.p_gather-cont05__txt-box .txt {
  margin-top: 16px;
}
.p_gather-cont05__ttl {
  font-size: 28px;
  font-weight: bold;
  padding-top: 20px;
  color: #0dac67;
}
.p_gather-cont05__info {
  color: #fff;
  background-color: #0dac67;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  padding: 8px;
  letter-spacing: 0.15em;
  margin-top: 20px;
}
.p_gather-cont05__info.bottom {
  margin-top: 32px;
}

.p_gather-cont05-list {
  margin-top: 24px;
}
.p_gather-cont05-list__item:not(:first-child) {
  margin-top: 24px;
}
.p_gather-cont05-list__txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_gather-cont05-list__txt-box .num {
  font-weight: bold;
  background-color: #DFF7EC;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.p_gather-cont05-list__txt-box .txt {
  width: calc(100% - 27px);
}
.p_gather-cont05-list__list {
  margin-top: 32px;
}
.p_gather-cont05-list__box {
  margin-top: 10px;
}
.p_gather-cont05-list__box .ttl {
  color: #0dac67;
  font-weight: bold;
  display: block;
}
.p_gather-cont05-list__box .txt {
  margin-top: 6px;
  display: block;
}

.p_gather-cont06 {
  padding: 80px 0;
  background-color: #DFF7EC;
}
.p_gather-cont06__box {
  background-color: #fff;
  border: 2px solid #0dac67;
  border-radius: 20px;
  overflow: hidden;
}
.p_gather-cont06__ttl {
  font-size: 36px;
  font-weight: bold;
  color: #0dac67;
  text-align: center;
  background-color: #FEF8EF;
  padding: 18px;
}
.p_gather-cont06__cont {
  padding: 32px 64px;
}
.p_gather-cont06__img {
  max-width: 660px;
  margin: 0 auto;
  margin-top: 32px;
  border-radius: 20px;
  overflow: hidden;
}
.p_gather-cont06__kome {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 32px;
}
.p_gather-cont06__link {
  text-align: center;
  margin-top: 16px;
}

.p_gather-cont06-list {
  background-color: #DFF7EC;
  padding: 16px 48px;
  border-radius: 20px;
}
.p_gather-cont06-list__item:not(:first-child) {
  margin-top: 8px;
}
.p_gather-cont06-list__item .ico {
  width: 27px;
}
.p_gather-cont06-list__item .txt {
  font-weight: bold;
}

.p_gather-cont06-attention {
  margin-top: 32px;
  border: 2px solid #F79E00;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FEF8EF;
}
.p_gather-cont06-attention__ttl {
  background-color: #F79E00;
  font-size: 16px;
  padding: 17px;
  text-align: center;
  font-weight: bold;
}
.p_gather-cont06-attention__ttl.small {
  font-size: 16px;
}
.p_gather-cont06-attention__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px;
}
.p_gather-cont06-attention__img {
  width: 43px;
  margin-right: 50px;
}
.p_gather-cont06-attention__list {
  max-width: 420px;
}
.p_gather-cont06-attention__list > li {
  list-style: decimal;
}

.p_gather-cont07 {
  padding-top: 40px;
}
.p_gather-ivent {
  margin-top: 48px;
}
.p_gather-ivent__wrap {
  background-color: #FEF8EF;
  border-radius: 20px;
  border: 2px solid #DDDDDD;
  padding: 32px;
}
.p_gather-ivent__ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.p_gather-ivent__tel {
  margin-top: 16px;
}
.p_gather-ivent__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_gather-ivent__link .ico {
  width: 40px;
}
.p_gather-ivent__link .tel {
  font-size: 36px;
  font-weight: bold;
  color: #0dac67;
}
.p_gather-ivent__txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p_gather-ivent__txt2 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 16px;
}
.p_gather-ivent__txt2.ptn2 {
  margin-top: 8px;
}

.p_gather-cont-sub {
  padding: 60px 0;
}
.p_gather-cont-sub__video {
  width: 232px;
}

.neko-chan-modal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.neko-chan-modal.active {
  display: block !important;
}
.neko-chan-modal__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 32px 0;
  background-color: #fff;
  width: 98%;
  height: 75vh;
  overflow-y: scroll;
}
.neko-chan-modal__cont::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.neko-chan-modal__cont::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.neko-chan-modal__cont::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
}
.neko-chan-modal__cont .batsu {
  background: url(../img/gather/close.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.neko-chan-modal__ttl {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #0dac67;
  padding-bottom: 24px;
  border-bottom: 4px dotted #0dac67;
  margin: 0 64px;
}
.neko-chan-modal__kome {
  padding: 0 64px;
  font-size: 14px;
  text-align: center;
}
.neko-chan-modal__check {
  margin: 0 auto;
  width: 333px;
}
.neko-chan-modal__check .check-txt {
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  padding: 16px 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.neko-chan-modal__check .check-txt::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #DDDDDD;
  margin-right: 15px;
  border-radius: 5px;
  background-color: #fff;
}
.neko-chan-modal__check .check-txt::after {
  content: "";
  background-color: #0dac67;
  background-image: url(../img/gather/checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  top: 17px;
  left: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.neko-chan-modal__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.neko-chan-modal__check input[type=checkbox]:checked + .check-txt::after {
  opacity: 1;
}
.neko-chan-modal__check input[type=checkbox]:checked + .check-txt {
  background-color: #DFF7EC;
}
.neko-chan-modal__btn {
  margin-top: 24px;
}
.neko-chan-modal__btn .btn-neko-chan {
  background-color: #DDDDDD;
}
.neko-chan-modal__btn .btn-neko-chan.active {
  background-color: #4359D7;
  color: #fff;
  border: none;
}
.neko-chan-modal__btn .btn-neko-ico svg {
  vertical-align: middle;
}
.neko-chan-modal__close {
  color: #F26133;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
  margin-top: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.neko-chan-modal__wrap {
  padding: 10px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 70%;
  max-width: 848px;
  border-radius: 20px;
  overflow: hidden;
  height: 80vh;
}
.neko-chan-modal .modal_head_sp {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
  margin-top: 20px;
}
.neko-chan-modal .modal_head_sp::before {
  content: "";
  background: url(../img/ico/arrow-right-gray.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.neko-chan-modal .modal_head_sp::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.neko-chan-modal__ttl02 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.neko-chan-modal__box {
  margin-top: 24px;
}
.neko-chan-modal__box:first-child {
  border-bottom: 4px dotted #0dac67;
  padding-bottom: 24px;
  margin-top: 0;
}
.neko-chan-modal__txt {
  margin-top: 24px;
}
.neko-chan-modal__img {
  margin-top: 24px;
}
.neko-chan-modal__list {
  margin-top: 24px;
}

.gather-banner {
  width: 740px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 32px 0;
}

.p_ivent-top {
  position: relative;
}
.p_ivent-top::before {
  content: "";
  width: 100%;
  background: url(../img/ivent/ivent_bg.png) no-repeat;
  background-size: 100% 100%;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
}
.p_ivent-top__neko {
  width: 232px;
}
.p_ivent-top__txt .ttl {
  color: #0dac67;
  font-weight: bold;
  font-size: 36px;
}
.p_ivent-top__txt .txt {
  margin-top: 16px;
}

.p_ivent-contents {
  margin-top: 80px;
  position: relative;
}
.p_ivent-contents__ttl {
  font-size: 45px;
  font-weight: bold;
  color: #0dac67;
  border-bottom: 4px dotted #0dac67;
}
.p_ivent-contents .bg1 {
  width: 380px;
  height: 350px;
  position: absolute;
  top: 90px;
  left: 0;
}
.p_ivent-contents .bg2 {
  width: 380px;
  height: 350px;
  position: absolute;
  top: 380px;
  right: -80px;
}
.p_ivent-contents .bg3 {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 740px;
  left: -30px;
}

.p_ivent-cont02 {
  margin-top: 64px;
  position: relative;
}
.p_ivent-cont02 .bg1 {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 80px;
  right: 0;
}
.p_ivent-cont02 .bg2 {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 1150px;
  left: 0;
}
.p_ivent-cont02 .bg3 {
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.p_ivent-list {
  margin-top: 40px;
}
.p_ivent-list__item:not(:first-child) {
  margin-top: 60px;
}
.p_ivent-list__txt-area .ttl {
  font-size: 28px;
  font-weight: bold;
  color: #0dac67;
}
.p_ivent-list__txt-area .txt {
  margin-top: 16px;
}
.p_ivent-list__txt-area .link {
  margin-top: 16px;
}

.p_ivent .ivent-list.mt {
  margin-top: 32px;
}
.p_ivent .ivent-list__img {
  border-radius: 0;
}
.p_ivent .ivent-list__img-txt {
  margin-top: 8px;
  font-weight: bold;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p_ivent .ivent-list__img-txt .img-txt.mt {
  margin-top: 5px;
  display: inline-block;
}
.p_ivent .ivent-list__item {
  width: 100%;
}
.p_ivent .ivent-list__item:first-child {
  border-right: none;
  padding-right: 0;
}
.p_ivent .ivent-list__item:last-child {
  padding-left: 0;
  margin-top: 32px;
}
.p_ivent .ivent-list .txt {
  padding-left: 30px;
}
.p_ivent .ivent-list__txt {
  font-size: 12px;
  margin-top: 5px;
}

.p_ivent-special__kome {
  font-size: 12px;
  margin-top: 32px;
}

.ivent-movie iframe {
  aspect-ratio: 16/9;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  main {
    padding-bottom: 35px;
  }
  body {
    font-size: 16px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 20px;
    width: auto;
  }
  .inner-block2 {
    padding: 0 20px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    padding: 10px 24px;
  }
  .c-header__logo {
    width: 151px;
  }
  .c-header-nav nav {
    padding-bottom: 200px;
    height: 100dvh;
  }
  .c-footer {
    padding-top: 32px;
    padding-bottom: 200px;
  }
  .c-footer__copy {
    font-size: 14px;
  }
  .c-footer-01__img {
    margin-top: 32px;
  }
  .c-footer-02__btn-wrap {
    padding: 10px !important;
  }
  .c-footer-02__img {
    margin-top: 32px;
  }
  .c-footer-bottom {
    display: block;
  }
  .c-footer-bottom__txt-wrap {
    display: block;
    width: 100%;
  }
  .c-footer-bottom__ico {
    margin-top: 24px;
  }
  .c-footer-bottom__link {
    margin-top: 24px;
  }
  .c-footer-bottom__link > li:not(:first-child) {
    margin-top: 16px;
  }
  .c-section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-ttl01 {
    font-size: 28px;
    letter-spacing: -0.03em;
  }
  .c-ttl01.fz2 {
    letter-spacing: 0.04em;
  }
  .c-ttl02 {
    font-size: 28px;
  }
  .c-btn.gather2 {
    padding: 18px 24px;
  }
  .c-btn.gather2.addjust {
    padding: 5px 24px;
    text-align: center;
  }
  .c-movie__ttl {
    font-size: 16px;
  }
  .c-movie__ttl-green {
    font-size: 24px;
  }
  .c-movie__movie-wrap {
    margin-top: 24px;
    padding-top: 56.25%;
    position: relative;
  }
  .c-movie__movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-slide01__item {
    margin: 0 8px;
  }
  .dot-orange {
    max-width: 260px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .prev-arrow {
    left: 30px;
  }
  .next-arrow {
    right: 30px;
  }
  .c-slide02__item iframe {
    height: 100%;
  }
  .manga-arrows .prev-arrow, .manga-arrows .next-arrow {
    width: 100px;
    height: 60px;
    border-radius: 10px;
  }
  .manga-arrows .prev-arrow::after, .manga-arrows .next-arrow::after {
    content: "";
    background-image: url(../img/ico/arrow-right-white.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
  }
  .manga-arrows .next-arrow {
    top: unset;
    bottom: -10px;
    left: 20px;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .manga-arrows .next-arrow::after {
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .manga-arrows .next-arrow {
    color: #fff;
  }
  .manga-arrows .prev-arrow {
    top: unset;
    bottom: -10px;
    right: 20px;
  }
  .manga-arrows .prev-arrow::after {
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .manga-arrows .prev-arrow {
    color: #fff;
  }
  .chat-neko {
    right: 10px;
    bottom: 50px;
  }
  .chat-neko__btn {
    width: 88px;
  }
  .c-sub-bread-section {
    padding: 14px 0;
  }
  .c-sub-bread-section-list li + li {
    margin-top: 2px;
  }
  .c-list-cat .item:not(:last-child) {
    margin-right: 0;
  }
  .c-list-cat .item:not(:first-child) {
    margin-top: 10px;
  }
  .c-list-cat .tag01 {
    line-height: 1.6;
  }
  .c-list-cat .tag02 {
    line-height: 1.6;
  }
  .c-aco-box {
    border-radius: 10px;
  }
  .c-aco-box__ttl {
    padding-right: 50px;
    text-align: left;
  }
  .c-aco-box__ttl .txt {
    font-size: 16px;
    text-align: left;
  }
  .c-aco-box__cont {
    padding: 16px;
  }
  .c-aco-box__link {
    margin-top: 16px;
    text-align: left;
  }
  .c-aco-box__link a {
    display: inline;
  }
  .c-tab-btn__btn {
    padding: 12px;
  }
  .c-tab-body {
    padding: 40px 16px;
  }
  .c-aco-list__ttl {
    padding: 10px;
    padding-right: 45px;
  }
  .c-aco-list__ttl .txt {
    font-size: 16px;
  }
  .c-aco-list__cont {
    padding: 24px 8px;
  }
  .c-aco-list__cont .img {
    margin-top: 24px;
    width: 100%;
    max-width: 370px;
  }
  #pagetop a {
    padding: 16px 21px;
  }
  #pagetop img {
    margin-top: 1px;
  }
  .mv-list {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #DDDDDD;
  }
  .mv-list__item:not(:last-child) {
    border-bottom: 2px solid #DDDDDD;
  }
  .mv-list__btn {
    padding: 14px 24px;
    background-color: #fff;
    border: none;
    height: 72px;
  }
  .pref-section {
    margin-top: 33px;
    background: url(../img/bg/pref_bg_sp.png) no-repeat;
    background-size: cover;
  }
  .pref-section__ttl {
    margin-top: 20px;
  }
  .pref-section__cont:before {
    width: 180px;
    height: 140px;
    position: relative;
    top: inherit;
    right: inherit;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 36px;
  }
  .pref-list01 {
    display: block;
    width: 100%;
  }
  .pref-list01 > li + li {
    margin-top: 20px;
  }
  li.pref-list01__max .pref-list01__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pref-list01__item {
    padding-right: 40px;
  }
  .pref-list01__item:before {
    right: 14px;
  }
  .pref-list01__ttl {
    font-size: 16px;
  }
  .pref-list01__cap {
    margin-top: 6px;
    font-size: 14px;
  }
  .cont01::before {
    background-image: url(../img/bg/cont01_bg_sp.png);
  }
  .cont01 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cont01__wrap {
    margin-top: 20px;
  }
  .cont01__img {
    width: 147px;
    margin: 0 auto;
  }
  .cont01__list-ttl {
    text-align: center;
    margin-top: 15px;
  }
  .cont01__neko {
    width: 123px;
    margin: 0 auto;
    padding-bottom: 32px;
  }
  .cont01-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .cont02 {
    margin-top: 10px;
  }
  .cont02__ttl {
    font-size: 20px;
    margin-top: 32px;
  }
  .cont02__movie {
    margin-top: 32px;
  }
  .cont02__slide {
    margin-top: 16px;
  }
  .cont02::before {
    background-image: url(../img/bg/bg-1_sp.png);
    width: 230px;
    height: 191px;
    left: -10px;
    top: 470px;
  }
  .cont02::after {
    background-image: url(../img/bg/bg-2_sp.png);
    width: 212px;
    height: 190px;
    bottom: -250px;
    right: -30px;
  }
  .manga__cont {
    margin-top: 20px;
  }
  .manga__slide {
    padding: 24px;
    padding-bottom: 100px;
    border-radius: 0;
    margin: 0 calc(50% - 50vw);
  }
  .cont03 {
    margin-top: 30px;
    position: relative;
  }
  .cont03::before {
    content: "";
    background-image: url(../img/bg/bg-3_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 190px;
    position: absolute;
    left: 0;
    top: -20px;
  }
  .cont03::after {
    content: "";
    background-image: url(../img/bg/bg-4_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 190px;
    position: absolute;
    right: -50px;
    top: 900px;
  }
  .cont03__cont-box {
    padding-top: 32px;
  }
  .cont03__cont-box .bg2::before {
    content: "";
    background-image: url(../img/bg/bg-5_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 190px;
    position: absolute;
    top: 0px;
    left: -20px;
  }
  .cont03__cont-box .bg2::after {
    content: "";
    background-image: url(../img/bg/bg-6_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 190px;
    position: absolute;
    top: 830px;
    right: -80px;
  }
  .cont03__slide {
    margin-top: 16px;
  }
  .cont03__movie-slide {
    margin-top: 30px;
  }
  .cont03__movie-ttl {
    font-size: 20px;
    position: relative;
    z-index: 3;
  }
  .cont03__link {
    margin-top: 50px;
    text-align: left;
  }
  .cont03__link .ico {
    vertical-align: bottom;
    display: inline-block;
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px);
  }
  .cont04 {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .cont04__box {
    margin-top: 16px;
  }
  .cont04__btn {
    margin-top: 32px;
  }
  .cont04-list__ttl {
    font-size: 20px;
  }
  .cont04-list__item {
    padding: 24px 16px;
  }
  .cont04-list__item:not(:first-child) {
    margin-top: 32px;
  }
  .cont04-list__img.small {
    width: 105px;
  }
  .cont04-list__img {
    width: 123px;
    margin-top: 16px;
  }
  .cont04-box {
    padding: 16px 24px;
  }
  .cont04-box__ttl {
    font-size: 24px;
    text-align: center;
  }
  .cont04-box__txt {
    text-align: center;
  }
  .cont05 {
    padding: 25px 0 20px;
  }
  .cont05__ttl {
    font-size: 24px;
  }
  .cont05__img {
    margin-top: 0;
  }
  .cont05__small {
    padding-left: 1.6em;
    text-indent: -1.1em;
    text-align: left;
  }
  .cat {
    margin-top: 30px;
  }
  .cat__wrap {
    padding: 20px;
  }
  .cat__ttl {
    text-align: center;
  }
  .cat__ttl .ttl01 {
    font-size: 14px;
  }
  .cat__ttl .ttl02 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .cat__txt {
    margin-top: 12px;
  }
  .p-org-cont-section {
    padding-bottom: 20px;
  }
  .p-org-cont-section__inner {
    padding-bottom: 40px;
  }
  .p-org-cont-section__inner:before {
    width: 100%;
    right: 0;
    border-radius: 0;
  }
  .p-org-cont-section__character {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    position: absolute;
    top: -80px;
    right: 0;
  }
  .p-org-cont-section__character img {
    height: 110px;
  }
  .p-org-cont-section__list {
    padding-top: 80px;
  }
  .p-org-cont-section__txt01 {
    font-size: 16px;
  }
  .org-list01__item {
    padding: 16px;
  }
  .org-list01__ttl {
    font-size: 20px;
  }
  .org-list01__cap {
    font-size: 14px;
  }
  .org-list01__cat-box {
    display: block;
  }
  .org-list01__cat-item {
    font-size: 14px;
  }
  .org-list01__cat-date {
    margin-top: 4px;
  }
  .org-list01__desc {
    font-size: 14px;
    margin-top: 14px;
  }
  .org-list01__img-list {
    grid-template-columns: 1fr 1fr;
  }
  .org-link-list__item {
    font-size: 14px;
  }
  .org-link-list__item:after {
    margin-left: 2px;
  }
  .c-modal01 {
    padding: 0;
    z-index: 1000;
  }
  .c-modal01__inner {
    width: 100%;
    height: 100%;
    padding: 20px 20px 40px;
    max-height: inherit;
    border-radius: 0;
  }
  .c-modal01__close {
    display: none;
    width: 20px;
    height: 20px;
  }
  .c-modal01__close span {
    display: none;
  }
  .c-modal01__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    text-align: left;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 14px;
  }
  .c-modal01__close-txt-area {
    margin-top: 20px;
  }
  .c-pref-list {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .c-pref-list__item {
    padding: 12px 20px 12px 20px;
    font-size: 16px;
  }
  .link-cont {
    padding: 32px 0;
  }
  .link-cont__ttl {
    font-size: 24px;
  }
  .link-cont-list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }
  .p_gather__btn {
    width: 100%;
  }
  .p_gather .mv-list__item {
    width: 100%;
  }
  .p_gather-mv__txt {
    width: 327px;
  }
  .p_gather-mv__date {
    width: 280px;
    margin: 0 auto;
    padding: 6px;
    margin-top: 24px;
    padding-bottom: 10px;
  }
  .p_gather-mv__date .txt {
    font-size: 14px;
    width: 74px;
  }
  .p_gather-mv__date .date {
    font-size: 14px;
    letter-spacing: 0.04em;
    margin-top: 8px;
  }
  .p_gather-mv__date .kome {
    font-size: 10px;
    margin-top: 2px;
  }
  .p_gather-mv__btn {
    width: 270px;
    top: 68%;
  }
  .p_gather-mv__btn .c-btn {
    padding: 6px;
  }
  .neko-chan__img {
    width: 88px;
  }
  .p_gather-cont01 {
    background-color: #FEF8EF;
    padding: 24px 0 32px;
  }
  .p_gather-cont01::after {
    content: "";
    background: url(../img/gather/cont01_bg.png) no-repeat;
    width: 100%;
    height: 28px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
  }
  .p_gather-cont01__wrap {
    margin-top: 32px;
  }
  .p_gather-cont01__video {
    margin-top: 32px;
    width: 280px;
  }
  .p_gather-cont01__video::before {
    width: 50px;
    top: 50px;
    right: 100%;
  }
  .p_gather-cont01__btn {
    margin-top: 32px;
  }
  .p_gather-cont01__link {
    margin-top: 32px;
  }
  .p_gather-cont02__kv {
    margin-top: 16px;
  }
  .p_gather-cont02__kv::before {
    width: 144px;
    top: -96px;
    right: -20px;
  }
  .p_gather-cont02__list .bg_1 {
    width: 220px;
    height: 200px;
    top: 65px;
    left: -30px;
  }
  .p_gather-cont02__list .bg_2 {
    width: 220px;
    height: 200px;
    top: 560px;
    right: -50px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .p_gather-cont02__list .bg_3 {
    width: 220px;
    height: 200px;
    bottom: 80px;
  }
  .p_gather-cont02__list {
    margin-top: 32px;
  }
  .p_gather-cont02__ttl02 {
    font-size: 16px;
    letter-spacing: 0.08em;
    padding: 16px 0;
  }
  .p_gather-cont02__list02 {
    margin-top: 32px;
  }
  .p_gather-cont02-list__ttl .ttl01 {
    font-size: 16px;
  }
  .p_gather-cont02-list__ttl .ttl02 {
    font-size: 24px;
  }
  .p_gather-cont02-list__cat .item:not(:first-child) {
    margin-top: 0;
  }
  .p_gather-cont02-list__cat .item:first-child {
    margin-right: 16px;
  }
  .p_gather-cont02-list__txt-wrap {
    padding: 5px 0;
  }
  .p_gather-cont02-list__kome {
    padding-left: 1em;
    text-indent: -1em;
  }
  .p_gather-cont02-list__video {
    margin-top: 16px;
  }
  .p_gather-cont02-list02 {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }
  .p_gather-cont02-list02__ttl {
    padding: 16px 24px;
    min-height: 0;
  }
  .p_gather-cont02-list02__ttl .ttl02 {
    font-size: 24px;
  }
  .p_gather-cont02-list02__txt {
    letter-spacing: 0.04em;
  }
  .p_gather-cont03 {
    background-color: #FEF8EF;
    padding: 40px 0;
  }
  .p_gather-cont03::before {
    content: "";
    width: 100%;
    height: 28px;
    background: url(../img/gather/cont03_bg01.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
  }
  .p_gather-cont03::after {
    content: "";
    width: 100%;
    height: 28px;
    background: url(../img/gather/cont03_bg02.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
  }
  .p_gather-cont03__cat {
    display: block;
  }
  .p_gather-cont03__cat .item {
    display: inline-block;
  }
  .p_gather-cont03-cont__wrap {
    padding: 24px;
  }
  .p_gather-cont03-cont__ttl {
    padding: 16px 24px;
  }
  .p_gather-cont03-cont__ttl .ttl01 {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
  }
  .p_gather-cont03-cont__ttl .ttl02 {
    font-size: 24px;
    text-align: left;
  }
  .p_gather-cont03-cont__aco.margin {
    margin-top: 0;
  }
  .p_gather-cont03-cont__kome {
    margin-top: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  .p_gather-cont03-cont__top2 .txt-box {
    margin-top: 16px;
  }
  .p_gather-cont03-cont__top2 .txt-box .txt {
    margin-top: 10px;
  }
  .p_gather-cont03-cont__top2 .img {
    overflow: hidden;
  }
  .p_gather-cont03-cont__top2 .img img {
    border-radius: 20px;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p_gather-cont03-list__item:not(:last-child) {
    border-bottom: 4px dotted #0dac67;
  }
  .p_gather-cont03-list__item:not(:first-child) {
    margin-top: 24px;
  }
  .p_gather-cont03-list__ttl {
    font-size: 20px;
  }
  .p_gather-cont03-list__img {
    margin-top: 16px;
    border-radius: 10px;
  }
  .p_gather-cont03-list__txt-box {
    padding-bottom: 24px;
  }
  .p_gather-cont03-list__date-box:not(:first-child) {
    margin-top: 10px;
  }
  .p_gather-cont03-list__name {
    margin-top: 4px;
  }
  .p_gather-cont03-list__name .padding {
    padding: 10px 0;
  }
  .p_gather-cont04__cont {
    margin-top: 24px;
  }
  .p_gather-cont04__box.count01 {
    display: none;
  }
  .p_gather-cont04-list__item:not(:last-child):before {
    left: 25px;
  }
  .p_gather-cont04-list__wrap {
    padding-top: 0;
    padding-left: 70px;
  }
  .p_gather-cont04-list__step {
    width: 56px;
    height: 56px;
  }
  .p_gather-cont04-list__step .step {
    font-size: 12px;
  }
  .p_gather-cont04-list__step .num {
    font-size: 20px;
  }
  .p_gather-cont04-list__ttl {
    font-size: 20px;
  }
  .p_gather-cont04-list__img {
    margin-top: 16px;
  }
  .p_gather-cont05 {
    background-color: #FEF8EF;
    padding: 40px 0;
  }
  .p_gather-cont05::before {
    content: "";
    width: 100%;
    height: 28px;
    background: url(../img/gather/cont03_bg01.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
  }
  .p_gather-cont05::after {
    content: "";
    width: 100%;
    height: 28px;
    background: url(../img/gather/cont03_bg02.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
  }
  .p_gather-cont05__box.count01 {
    display: none;
  }
  .p_gather-cont05__txt-box .ttl {
    font-size: 20px;
  }
  .p_gather-cont05__txt-box .txt {
    margin-top: 10px;
  }
  .p_gather-cont05__img {
    margin-top: 16px;
  }
  .p_gather-cont05__ttl {
    font-size: 20px;
  }
  .p_gather-cont05__info {
    text-align: left;
    padding: 8px 12px;
  }
  .p_gather-cont05-list__img {
    margin-top: 16px;
  }
  .p_gather-cont05-list__box .txt {
    letter-spacing: 0.02em;
  }
  .p_gather-cont06 {
    padding: 24px 0;
  }
  .p_gather-cont06__ttl {
    font-size: 24px;
    padding: 16px;
  }
  .p_gather-cont06__cont {
    padding: 0 24px;
  }
  .p_gather-cont06__cont.padding {
    padding: 24px;
  }
  .p_gather-cont06__kome {
    text-align: left;
    padding-left: 1em;
    text-indent: -1.2em;
  }
  .p_gather-cont06__link {
    text-align: left;
    line-height: 2;
  }
  .p_gather-cont06-list {
    padding: 16px;
  }
  .p_gather-cont06-list__item .ico {
    width: 24px;
  }
  .p_gather-cont06-list__item .txt {
    width: calc(100% - 24px);
    padding-left: 10px;
  }
  .p_gather-cont06-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_gather-cont06-attention__ttl {
    font-size: 16px;
  }
  .p_gather-cont06-attention__cont {
    display: block;
  }
  .p_gather-cont06-attention__img {
    margin-right: 0;
    margin: 0 auto;
  }
  .p_gather-cont06-attention__list {
    padding-left: 20px;
    margin-top: 16px;
  }
  .p_gather-cont07 {
    padding-top: 24px;
  }
  .p_gather-ivent__wrap {
    padding: 24px;
  }
  .p_gather-ivent__ttl {
    font-size: 16px;
  }
  .p_gather-ivent__link .ico {
    width: 36px;
  }
  .p_gather-ivent__link .tel {
    font-size: 24px;
  }
  .p_gather-ivent__txt {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
  }
  .p_gather-ivent__txt2 {
    margin-top: 5px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1.2em;
  }
  .p_gather-cont-sub__video {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    margin-top: 16px;
  }
  .neko-chan-modal {
    z-index: 1001;
    background-color: #fff;
  }
  .neko-chan-modal__cont {
    width: 98%;
    max-height: 80vh;
    padding: 20px 0;
  }
  .neko-chan-modal__check {
    width: 100%;
    padding: 0 20px;
    margin-top: 24px;
  }
  .neko-chan-modal__check .check-txt {
    font-size: 14px;
    padding: 10px 20px;
  }
  .neko-chan-modal__check .check-txt::before {
    width: 25px;
    height: 25px;
  }
  .neko-chan-modal__check .check-txt::after {
    width: 24px;
    height: 24px;
    top: 11px;
    left: 21px;
  }
  .neko-chan-modal__btn {
    padding: 0 20px;
  }
  .neko-chan-modal__wrap {
    width: 100%;
    height: 80vh;
    margin-top: 10px;
  }
  .neko-chan-modal__ttl02 {
    font-size: 16px;
    color: #0DAC67;
    text-align: left;
  }
  .gather-banner {
    padding: 0 0 24px;
    width: 100%;
  }
  .p_ivent {
    padding-top: 85px;
  }
  .p_ivent-top {
    padding-bottom: 30px;
  }
  .p_ivent-top::before {
    background: url(../img/ivent/ivent_bg_sp.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
  }
  .p_ivent-top__neko {
    width: 130px;
    margin: 0 auto;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .p_ivent-top__txt {
    margin-top: -20px;
  }
  .p_ivent-top__txt .ttl {
    font-size: 28px;
  }
  .p_ivent-contents__ttl {
    font-size: 28px;
  }
  .p_ivent-contents .bg1 {
    width: 180px;
    height: 180px;
    top: 340px;
    left: -60px;
  }
  .p_ivent-contents .bg2 {
    width: 180px;
    height: 180px;
    top: 900px;
    right: 0;
  }
  .p_ivent-contents .bg3 {
    width: 180px;
    height: 180px;
    top: 1660px;
  }
  .p_ivent-cont02 .bg1 {
    width: 180px;
    height: 180px;
    top: -90px;
    right: -30px;
  }
  .p_ivent-cont02 .bg2 {
    width: 180px;
    height: 180px;
    top: 1890px;
    left: -80px;
  }
  .p_ivent-cont02 .bg3 {
    display: none;
  }
  .p_ivent-list {
    margin-top: 30px;
  }
  .p_ivent-list__txt-area {
    margin-top: 24px;
  }
  .p_ivent-list__txt-area .ttl {
    font-size: 24px;
  }
  .p_ivent-list__txt-area .link a {
    display: inline;
  }
  .p_ivent .ivent-list__wrap .txt {
    padding-left: 0;
  }
  .p_ivent .ivent-list__txt {
    font-weight: bold;
    font-size: 16px;
  }
}

@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }
  .inner-block2 {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-header__logo .logo-link {
    margin-right: 20px;
    width: max(38.28125vw, 300px);
  }
  .c-header__logo .text {
    width: 23.046875vw;
  }
  .c-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-header-nav {
    width: 330px;
  }
  .c-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-footer__wrap > div {
    width: calc(50% - 16px);
  }
  .c-btn:not(.btn-neko-chan):hover {
    background-color: #f26133;
    color: #fff;
  }
  .c-btn:not(.btn-neko-chan):hover .c-btn__ico path {
    stroke: #fff;
  }
  .c-btn.gather:not(.btn-neko-chan):hover {
    border: 1px solid #fff;
  }
  .c-btn.gather:not(.btn-neko-chan):hover .c-btn__ico path {
    fill: #fff;
  }
  .c-btn.gather2:not(.btn-neko-chan):hover {
    border: 1px solid #fff;
    background-color: #4359D7;
    opacity: 0.8;
  }
  .c-btn.gather2:not(.btn-neko-chan):hover .c-btn__ico path {
    fill: #fff;
    stroke: transparent;
  }
  .c-btn .to_report {
    font-size: 20px;
  }
  .c-movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-movie__txt-wrap {
    width: calc(50% - 16px);
  }
  .c-movie__movie-wrap {
    width: calc(50% - 16px);
  }
  .c-slide01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-slide01__item:not(:last-child) {
    margin-right: 32px;
  }
  .manga-arrows .prev-arrow, .manga-arrows .next-arrow {
    background-image: url(../img/ico/arrow-right-white.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .manga-arrows .next-arrow::before {
    content: "次";
    -webkit-transform: translateX(-50%) rotate(-180deg);
            transform: translateX(-50%) rotate(-180deg);
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    color: #fff;
  }
  .manga-arrows .prev-arrow::before {
    content: "前";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    color: #fff;
  }
  .chat-neko__click:hover .chat-neko__link {
    background-color: transparent;
    border: none;
    background-image: url(../img/ico/click_btn.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 336px;
    height: 96px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .chat-neko__click:hover .chat-neko__txt {
    color: #fff;
  }
  .chat-neko__click:hover .chat-neko__ico path {
    fill: #fff;
  }
  .chat-neko__click:hover .chat-neko__ico {
    margin-right: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .c-sub-bread-section-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-sub-bread-section-list li + li {
    margin-left: 10px;
  }
  .c-aco-list__ttl:hover {
    background-color: #DDDDDD;
  }
  .c-aco-list__cont {
    padding-right: 45px;
  }
  .paging-area > * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .paging-area > *:not(.dots):hover {
    background: blue;
    color: #fff;
  }
  #pagetop a {
    padding: 14.5px 21px;
  }
  #pagetop:hover a {
    background-color: #e1647b;
  }
  .mv-list__item {
    width: 330px;
  }
  .mv-list__item:not(:last-child) {
    margin-right: 16px;
  }
  .mv-list__btn {
    height: 86px;
  }
  .pref-list01 {
    padding-top: 67px;
  }
  .pref-list01 > li {
    width: calc((100% - 40px) / 2);
  }
  .pref-list01 > li:nth-child(2n) {
    margin-left: 40px;
  }
  .pref-list01 > li:nth-child(n+3) {
    margin-top: 40px;
  }
  .pref-list01__item:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pref-list01__item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pref-list01__item:hover {
    background: #f26133;
    color: #fff;
  }
  .pref-list01__item:hover:before {
    background-image: url("../img/icon-arrow-wt.svg");
    background-size: contain;
  }
  .cont01__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
  .cont01__img {
    width: 320px;
  }
  .cont01__list {
    width: calc(100% - 320px);
    padding-left: 32px;
  }
  .cont01__neko {
    position: absolute;
    top: -180px;
    right: 30px;
    width: 232px;
  }
  .manga__cont {
    position: relative;
  }
  .manga__cont::before {
    content: "";
    background: url(../img/manga_neko.png);
    width: 160px;
    height: 207px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 2;
  }
  .cont03__cont-box .bg1::before {
    content: "";
    background-image: url(../img/bg/bg-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 383px;
    height: 370px;
    position: absolute;
    top: -280px;
    left: min(-10.9375vw, -140px);
    margin-left: calc(30% - 30vw);
  }
  .cont03__cont-box .bg1::after {
    content: "";
    background-image: url(../img/bg/bg-4.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 375px;
    height: 353px;
    position: absolute;
    right: min(-14.0625vw, -180px);
    bottom: -20px;
    margin-right: calc(30% - 30vw);
  }
  .cont03__cont-box .bg2::before {
    content: "";
    background-image: url(../img/bg/bg-5.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 422px;
    height: 351px;
    position: absolute;
    top: -210px;
    left: min(-10.1562vw, -130px);
    margin-left: calc(30% - 30vw);
  }
  .cont03__cont-box .bg2::after {
    content: "";
    background-image: url(../img/bg/bg-6.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 410px;
    height: 359px;
    position: absolute;
    right: min(-14.0625vw, -180px);
    bottom: -80px;
    margin-right: calc(30% - 30vw);
  }
  .cont03__movie-slide {
    max-width: 880px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .cont04__btn {
    width: 352px;
  }
  .cont04-list {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .cont04-list__ttl.mt {
    margin-top: 20px;
  }
  .cont04-list__img.mt {
    margin-top: 46px;
  }
  .cont04-list__img.small {
    margin-top: 20px;
  }
  .cont04-box__txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cont05__img::before {
    content: "";
    background: url(../img/cont05_neko.png) no-repeat;
    background-size: contain;
    width: 119px;
    height: 198px;
    position: absolute;
    bottom: 100%;
    right: 25px;
  }
  .cat__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cat__img {
    width: 337px;
    margin-right: 24px;
  }
  .cat__txt-wrap {
    width: calc(100% - 337px);
  }
  .p-org-cont-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
  .p-org-cont-section__character-area {
    width: 200px;
    text-align: right;
  }
  .p-org-cont-section__character {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  .p-org-cont-section__character img {
    width: 172px;
  }
  .p-org-cont-section__list {
    width: calc(100% - 200px);
    padding-left: 40px;
    padding-top: 40px;
  }
  .c-pref-list__item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-pref-list__item:hover {
    background: #f26133;
    color: #fff;
  }
  .c-pref-list__item:hover:before {
    background-image: url("../img/icon-arrow-wt.svg");
  }
  .p_gather-mv__date {
    min-width: 650px;
  }
  .neko-chan:hover {
    opacity: 0.8;
  }
  .p_gather-cont01::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/cont01_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_gather-cont01__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_gather-cont01__left {
    width: calc(50% - 16px);
  }
  .p_gather-cont01__img {
    margin-top: 28px;
  }
  .p_gather-cont01__right {
    width: calc(50% - 16px);
    height: 360px;
  }
  .p_gather-cont02-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_gather-cont02-list__item:not(:first-child) {
    margin-top: 60px;
  }
  .p_gather-cont02-list__item:nth-child(even) .p_gather-cont02-list__txt-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p_gather-cont02-list__item:nth-child(even) .p_gather-cont02-list__video {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_gather-cont02-list__txt-box {
    width: calc(50% - 16px);
  }
  .p_gather-cont02-list__video {
    width: calc(50% - 16px);
  }
  .p_gather-cont03::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/gather_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_gather-cont03-cont__top2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_gather-cont03-cont__top2 .img {
    width: 320px;
    margin-right: 32px;
    overflow: hidden;
  }
  .p_gather-cont03-cont__top2 .img img {
    border-radius: 20px;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p_gather-cont03-cont__top2 .txt-box {
    width: calc(100% - 350px);
  }
  .p_gather-cont03-cont__top2 .txt-box .txt {
    margin-top: 10px;
  }
  .p_gather-cont03-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_gather-cont03-list__item {
    width: 50%;
  }
  .p_gather-cont03-list__item:first-child {
    padding-right: 32px;
    border-right: 4px dotted #0dac67;
  }
  .p_gather-cont03-list__item:last-child {
    padding-left: 32px;
  }
  .p_gather-cont03-list__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_gather-cont03-list__date-box:nth-child(1) {
    width: 255px;
    margin-right: 18px;
  }
  .p_gather-cont03-list__date-box:nth-child(2) {
    width: 108px;
  }
  .p_gather-cont03-list__name .pc-margin-top {
    padding-top: 10px;
  }
  .p_gather-cont04__box.count02 {
    display: none;
  }
  .p_gather-cont04-list__txt .pointer {
    cursor: pointer;
  }
  .p_gather-cont04-list__img.img01 {
    width: 480px;
  }
  .p_gather-cont04-list__img.img02 {
    width: 596px;
  }
  .p_gather-cont04-list__img.img03 {
    width: 322px;
  }
  .p_gather-cont04-list__img.img04 {
    width: 598px;
  }
  .p_gather-cont04-list__img.img01_sp {
    width: 375px;
  }
  .p_gather-cont04-list__img.img02_sp {
    width: 599px;
  }
  .p_gather-cont04-list__img.img03_sp {
    width: 350px;
  }
  .p_gather-cont04-list__img.img04_sp {
    width: 620px;
  }
  .p_gather-cont04-list__attention .img.img_sp {
    width: 350px;
  }
  .p_gather-cont05::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/gather_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_gather-cont05__box.count02 {
    display: none;
  }
  .p_gather-cont05__cont01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_gather-cont05__txt-box {
    width: calc(100% - 352px);
    margin-right: 32px;
  }
  .p_gather-cont05__img {
    width: 352px;
  }
  .p_gather-cont05-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_gather-cont05-list__txt-box {
    width: 550px;
  }
  .p_gather-cont05-list__img {
    width: 352px;
  }
  .p_gather-cont06__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_gather-cont06__link .link_item {
    min-width: 190px;
  }
  .p_gather-cont06__link .link_item:not(:last-child) {
    margin-right: 40px;
  }
  .p_gather-cont-sub__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_gather-cont-sub__txt-box {
    width: calc(100% - 232px);
    padding-right: 30px;
  }
  .neko-chan-modal__close:hover {
    opacity: 0.8;
  }
  .gather-banner:hover {
    opacity: 0.8;
  }
  .p_ivent-top__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_ivent-top__neko {
    margin-top: -50px;
  }
  .p_ivent-top__txt {
    width: calc(100% - 232px);
    padding-left: 32px;
  }
  .p_ivent-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_ivent-list__item:nth-child(even) .p_ivent-list__img-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_ivent-list__item:nth-child(even) .p_ivent-list__txt-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 32px;
    padding-right: 0;
  }
  .p_ivent-list__img-area {
    width: 400px;
  }
  .p_ivent-list__txt-area {
    width: calc(100% - 400px);
    padding-right: 32px;
  }
  .p_ivent .ivent-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_ivent .ivent-list__wrap > div {
    width: 50%;
  }
  .p_ivent .p_gather-cont03-cont__top2 .img img {
    aspect-ratio: auto;
    border-radius: 20px 20px 0 0;
  }
}

@media only screen and (min-width: 1281px) {
  .cont01-list__item {
    max-width: none;
  }
}

@media only screen and (max-width: 360px) {
  .neko-chan-modal__check .check-txt {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */