@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url("https://fonts.googleapis.com/css2?family=Baskervville&display=swap");
@font-face {
  font-family: DINNLTP-B;
  src: url(../fonts/DINNLTP-B.otf);
}
@font-face {
  font-family: DINNLTP-B;
  src: url(../fonts/DINNLTP-B.woff);
}
@font-face {
  font-family: DINNLTP-B;
  src: url(../fonts/DINNLTP-B.woff2);
}
@font-face {
  font-family: DINNLTP-B-NUM;
  src: url(../fonts/DINNLTP-B.woff2);
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: "MKSD";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/071MKSD.otf") format("otf"), url("../fonts/071MKSD.woff2") format("woff2"), url("../fonts/071MKSD.woff") format("woff");
}
@font-face {
  font-family: "hyperSquare";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/HYPERSU.otf") format("otf"), url("../fonts/HYPERSU.woff2") format("woff2"), url("../fonts/HYPERSU.woff") format("woff");
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* mixinの定義 */
#load-area {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #f0f4f7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  width: 100px;
}

.loader {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.rotateNeko {
  display: block;
  width: 100px;
  height: 100px;
  background: url("../images/share/chara_neko_head.svg") no-repeat center center;
  background-size: contain;
  -webkit-animation: spCircRot 1s infinite linear;
  animation: spCircRot 1s infinite linear;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.allloaded {
  opacity: 0;
  visibility: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #E6E6E6;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bg {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
}
.bg:before {
  content: "";
  display: block;
  background: url("../images/share/bg_repeat.png") repeat;
  background-size: 100px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
  -webkit-transform: rotate(-45deg) scale(2.5);
          transform: rotate(-45deg) scale(2.5); /* 回転 */
}

header,
section,
footer {
  position: relative;
  z-index: 2;
}

header {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0;
    z-index: 12;
  }
}
header h1 {
  width: 320px;
  height: 45px;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url("../images/share/logo_neko.svg") no-repeat;
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 250px;
    height: 34px;
    margin: 15px 0 15px 10px;
  }
}
header p.oa_time {
  font-size: 1.756954612vw;
}
@media screen and (max-width: 1000px) {
  header p.oa_time {
    display: none;
  }
}
header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  header .hamburger-menu {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 11;
    margin: 20px;
    border-radius: 25px;
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    z-index: 1000;
    background: #043B77;
    cursor: pointer;
    border: none;
    border: 3px solid #222;
    position: fixed;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header .hamburger-menu {
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger-menu span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    right: 12px;
    height: 3px;
    border-radius: 2px;
    background: #FFF;
    width: 45%;
  }
  header .hamburger-menu span:nth-of-type(1) {
    top: 13px;
  }
  header .hamburger-menu span:nth-of-type(2) {
    top: 21px;
    width: 45%;
  }
  header .hamburger-menu span:nth-of-type(3) {
    top: 29px;
    width: 45%;
  }
  header .hamburger-menu.active {
    border: 3px solid #043B77;
  }
  header .hamburger-menu.active span:nth-of-type(1) {
    top: 17px;
    left: 13px;
    -webkit-transform: translateY(6px) rotate(-135deg);
            transform: translateY(6px) rotate(-135deg);
    width: 45%;
  }
  header .hamburger-menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .hamburger-menu.active span:nth-of-type(3) {
    top: 29px;
    left: 13px;
    -webkit-transform: translateY(-6px) rotate(135deg);
            transform: translateY(-6px) rotate(135deg);
    width: 45%;
  }
}
header .menu_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  header .menu_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap; /* Safari */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #043B77;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  header .menu_sp.active {
    opacity: 1;
    z-index: 10;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  header .menu_sp ul.nav li a {
    color: #FFF;
    padding: 10px 0;
    display: block;
    -webkit-transition: 0.3s all --easing;
    transition: 0.3s all --easing;
    text-decoration: none;
  }
  header .menu_sp ul.nav li a:hover {
    color: #29ABE2;
    text-shadow: 0 0 10px #FFF;
    -webkit-transition: 0.3s all --easing;
    transition: 0.3s all --easing;
  }
  header .menu_sp ul.nav li a span {
    display: block;
  }
  header .menu_sp ul.nav li a span.nav_en {
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header .menu_sp ul.nav li a span.nav_en {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  header .menu_sp ul.nav li a span.nav_jp {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    line-height: 1em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header .menu_sp ul.nav li a span.nav_jp {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  header .menu_sp ul.nav_sub {
    padding: 0 0 0 30px;
  }
  header .menu_sp ul.nav_sub li a span.nav_en {
    font-size: 2.1rem;
    letter-spacing: 0.15em;
    line-height: 1.3em;
    display: none;
  }
  header .menu_sp ul.nav_sub li a span.nav_jp {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-weight: 700;
    position: relative;
  }
  header .menu_sp ul.nav_sub li a span.nav_jp:before {
    width: 20px;
    height: 1px;
    background: #FFF;
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
  }
  header .menu_sp .en {
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-family: MKSD;
    margin: 0.25em 0;
  }
  header .menu_sp .jp {
    font-size: 1.5rem;
    margin: 0.25em 0;
  }
}

.tvk-logo {
  width: 80px;
  height: 37px;
  background: url("../images/share/logo_tvk.svg") no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  margin: 100px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .tvk-logo {
    width: 65px;
    height: 30px;
    margin: 50px auto;
  }
}

.firstView {
  aspect-ratio: 2/1;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .firstView {
    aspect-ratio: 41/53;
    padding: 0;
  }
}
.firstView .pr {
  border-radius: 20px;
  border: 4px solid #222;
  border: 4px solid #222;
  aspect-ratio: 65/29;
  background: url("../images/share/fv_bg.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .firstView .pr {
    aspect-ratio: 39/49;
    width: calc(100% - 20px);
    margin: auto;
  }
}
.common_menu {
  padding: 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .common_menu {
    display: none;
  }
}

.globalMenu {
  padding: 0 40px;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media screen and (max-width: 768px) {
  .globalMenu {
    padding: 0;
  }
}
.under .globalMenu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.globalMenu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 80px;
  background: url("../images/share/ribbon_repeat.png") repeat-x;
  background-size: auto 100%;
  position: relative;
  z-index: 3;
}
.globalMenu_logo {
  width: 270px;
  height: 200px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1000px) {
  .globalMenu_logo {
    width: 19.7657393851vw;
    height: 14.6412884334vw;
  }
}
.common_menu .globalMenu_logo {
  width: 180px;
}
@media screen and (max-width: 1000px) {
  .common_menu .globalMenu_logo {
    width: 19.7657393851vw;
    height: 14.6412884334vw;
  }
}
.globalMenu_logo img {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1000px) {
  .globalMenu_logo img {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
.common_menu .globalMenu_logo img {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.under .globalMenu_logo {
  width: 135px;
  height: 100px;
}
.under .globalMenu_logo img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .globalMenu_logo {
    width: 200px;
    height: 150px;
  }
  .globalMenu_logo img {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
.globalMenu_Lft {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.globalMenu_Rgt {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.globalMenu:before, .globalMenu:after {
  width: 85px;
  height: 80px;
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .globalMenu:before, .globalMenu:after {
    display: none;
  }
}
.globalMenu:before {
  background: url("../images/share/ribbon_Lft.svg") no-repeat;
  background-size: contain;
  left: -25px;
  top: 18px;
}
.globalMenu:after {
  background: url("../images/share/ribbon_Rgt.svg") no-repeat;
  background-size: contain;
  right: -25px;
  top: 18px;
}
.globalMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 80px;
  width: calc((100% - 270px) / 2);
}
@media screen and (max-width: 1000px) {
  .globalMenu ul {
    width: calc((100% - 19.7657393851vw) / 2);
  }
}
@media screen and (max-width: 768px) {
  .globalMenu ul {
    display: none;
  }
}
.globalMenu ul li {
  width: 33.3333333333%;
  text-align: center;
}
.globalMenu ul li a {
  display: block;
  line-height: 40px;
  height: 40px;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.1em;
  overflow: hidden;
  margin: 20px 0;
}
.globalMenu ul li a span {
  display: block;
}
.globalMenu ul li a span.en {
  font-family: MKSD;
  font-size: 2.5rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: ease 0.15s all;
  transition: ease 0.15s all;
}
@media screen and (max-width: 1000px) {
  .globalMenu ul li a span.en {
    font-size: 1.8301610542vw;
  }
}
.globalMenu ul li a span.jp {
  font-size: 1.6rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: ease 0.15s all;
  transition: ease 0.15s all;
}
@media screen and (max-width: 1000px) {
  .globalMenu ul li a span.jp {
    font-size: 1.1713030747vw;
  }
}
.globalMenu ul li a:hover span.en {
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
  -webkit-transition: ease 0.15s all;
  transition: ease 0.15s all;
}
.globalMenu ul li a:hover span.jp {
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
  -webkit-transition: ease 0.15s all;
  transition: ease 0.15s all;
}

.oa_time_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .oa_time_sp {
    display: block;
  }
  .oa_time_sp p.oa_time {
    margin: 1.5em 0 1em 0;
  }
  .oa_time_sp p.oa_time span {
    display: block;
    font-size: 2.1rem;
    text-align: center;
    font-weight: 700;
    margin: 0.25em;
  }
  .oa_time_sp p.oa_time span:nth-child(3) {
    font-size: 1.8rem;
  }
}

.week_program {
  padding: 100px 0 0;/* 画像の設定有りの場合：165px 0 0 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(49.3%, rgba(0, 0, 0, 0)), color-stop(49.3%, rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(50%, #FFF), to(#FFF));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49.3%, rgb(0, 0, 0) 49.3%, rgb(0, 0, 0) 50%, #FFF 50%, #FFF 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49.3%, rgb(0, 0, 0) 49.3%, rgb(0, 0, 0) 50%, #FFF 50%, #FFF 100%);
}
@media screen and (max-width: 768px) {
  .week_program {
    padding: 40px 0 0;/* 画像の設定有りの場合：100px 0 0 */
  }
}
.week_program_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.week_program_swiper_block {
  border: 4px solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 46.1200585652vw;
  height: 22.6939970717vw;
  border-radius: 20px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.week_program_swiper_block:before {
  width: 630px;
  aspect-ratio: 3/1;
  top: -145px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .week_program_swiper_block:before {
    width: 100%;
    aspect-ratio: 3/1;
    top: -10.4685212299vw;
  }
}
@media screen and (max-width: 768px) {
  .week_program_swiper_block:before {
    top: -78px;
    width: auto;
    height: 110px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.week_program_swiper_block a {
  display: block;
  color: #222;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.week_program_swiper_block a:hover {
  color: #043B77;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-decoration: underline;
}
.week_program_swiper_block.mon:before {
  /*background: url("../images/week_member_mon.png") no-repeat;*/
  background-size: contain;
}
.week_program_swiper_block.mon .week_program_date {
  background: #043B77;
}
.week_program_swiper_block.mon a {
  display: block;
  color: #222;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.week_program_swiper_block.mon a:hover {
  color: #043B77;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-decoration: underline;
}
.week_program_swiper_block.tue:before {
  /*background: url("../images/week_member_tue.png") no-repeat;*/
  background-size: contain;
}
.week_program_swiper_block.tue .week_program_date {
  background: #F15A24;
}
.week_program_swiper_block.tue a {
  display: block;
  color: #222;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.week_program_swiper_block.tue a:hover {
  color: #F15A24;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-decoration: underline;
}
.week_program_swiper_block.wed:before {
  /*background: url("../images/week_member_wed.png") no-repeat;*/
  background-size: contain;
}
.week_program_swiper_block.wed .week_program_date {
  background: #29ABE2;
}
.week_program_swiper_block.wed a {
  display: block;
  color: #222;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.week_program_swiper_block.wed a:hover {
  color: #29ABE2;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-decoration: underline;
}
.week_program_swiper_block.thu:before {
  /*background: url("../images/week_member_thu.png") no-repeat;*/
  background-size: contain;
}
.week_program_swiper_block.thu .week_program_date {
  background: #00A99D;
}
.week_program_swiper_block.thu a {
  display: block;
  color: #222;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.week_program_swiper_block.thu a:hover {
  color: #00A99D;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-decoration: underline;
}
.week_program_date {
  border-radius: 16px 16px 0 0;
  height: 60px;
  line-height: 60px;
}
.week_program_date h1, .week_program_date h2 {
  font-size: 3rem;
  color: #FFF;
  font-family: MKSD;
  font-weight: normal;
  padding: 0 0 0 30px;
  display: inline-block;
  letter-spacing: 0.1rem;
}
.week_program_date time {
  font-size: 3rem;
  color: #FFF;
  font-family: MKSD;
  font-weight: normal;
  padding: 0 0 0 30px;
  display: inline-block;
}
.week_program_date:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  right: 2.196193265vw;
  top: -10px;
  z-index: 3;
  border-radius: 40px;
  border: 1.5px solid #222;
}
.mon .week_program_date:after {
  background: #000 url("../images/share/ico_week_mon.svg") no-repeat;
  background-size: cover;
}
.tue .week_program_date:after {
  background: #000 url("../images/share/ico_week_tue.svg") no-repeat;
  background-size: cover;
}
.wed .week_program_date:after {
  background: #000 url("../images/share/ico_week_wed.svg") no-repeat;
  background-size: cover;
}
.thu .week_program_date:after {
  background: #000 url("../images/share/ico_week_thu.svg") no-repeat;
  background-size: cover;
}
.common .week_program_date:after {
  border: none;
}
.mon .week_program_date {
  background: #043B77;
}
.tue .week_program_date {
  background: #F15A24;
}
.wed .week_program_date {
  background: #29ABE2;
}
.thu .week_program_date {
  background: #00A99D;
}
.common .week_program_date {
  background: #043B77;
}
.week_program_cnt {
  background: #FFF;
  border-radius: 0 0 20px 20px;
  height: 100%;
  height: auto;
  padding: 20px 30px;
  font-size: 1.7rem;
  line-height: 1.6em;
}
.week_program_cnt h3 {
  padding: 0.5em 0;
  font-weight: bold;
  position: relative;
}
.week_program_cnt h3:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 49%;
  width: 20px;
  height: 3px;
  background: #222;
}
.mon .week_program_cnt h3:first-letter {
  color: #043B77;
}
.tue .week_program_cnt h3:first-letter {
  color: #F15A24;
}
.wed .week_program_cnt h3:first-letter {
  color: #29ABE2;
}
.thu .week_program_cnt h3:first-letter {
  color: #00A99D;
}
.week_program_cnt ol {
  counter-reset: my-counter;
  list-style-type: none !important;
}
.week_program_cnt ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.25em 0.5em 0.25em 30px;
}
.week_program_cnt ol li:before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 0.25em;
  color: #FFF;
  background: #043B77;
}
.mon .week_program_cnt ol {
  counter-reset: my-counter;
  list-style-type: none !important;
}
.mon .week_program_cnt ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.25em 0.5em 0.25em 30px;
}
.mon .week_program_cnt ol li:before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 0.25em;
  color: #FFF;
  background: #043B77;
}
.tue .week_program_cnt ol {
  counter-reset: my-counter;
  list-style-type: none !important;
}
.tue .week_program_cnt ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.25em 0.5em 0.25em 30px;
}
.tue .week_program_cnt ol li:before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 0.25em;
  color: #FFF;
  background: #F15A24;
}
.wed .week_program_cnt ol {
  counter-reset: my-counter;
  list-style-type: none !important;
}
.wed .week_program_cnt ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.25em 0.5em 0.25em 30px;
}
.wed .week_program_cnt ol li:before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 0.25em;
  color: #FFF;
  background: #29ABE2;
}
.thu .week_program_cnt ol {
  counter-reset: my-counter;
  list-style-type: none !important;
}
.thu .week_program_cnt ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.25em 0.5em 0.25em 30px;
}
.thu .week_program_cnt ol li:before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 0.25em;
  color: #FFF;
  background: #00A99D;
}
.week_program_cnt ol.start02 {
  counter-reset: my-counter 1;
}
.week_program_cnt ol.start03 {
  counter-reset: my-counter 2;
}
.sp-supporter {
  background: #FFF;
  padding: 50px 4.39238653vw;
}
.sp-supporter h2 {
  font-size: 4.8rem;
  font-family: MKSD;
  width: calc(100% - 8.78477306vw);
  font-weight: normal;
  color: #043B77;
  padding-left: 30px;
}
.sp-supporter h2:before {
  content: "";
  height: 4rem;
  width: 4.39238653vw;
  background: #043B77;
  left: 0;
  position: absolute;
}
.sp-supporter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 2.9282576867vw 0 2.9282576867vw 0;
  padding: 40px 0 40px 0;
}
.sp-supporter ul li {
  width: 10.2489019034vw;
  height: 3.2942898975vw;
  width: 140px;
  height: 45px;
  margin: 15px;
}
@media screen and (max-width: 768px) {
  .sp-supporter ul li {
    aspect-ratio: 28/9;
    width: auto;
    width: calc(50% - 10px);
    height: auto;
    margin: 20px auto;
  }
}
.sp-supporter ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.sp-supporter ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sp-supporter ul li a span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  background: #f1f3f3;
  color: #FFF;
}

.cast_head {
  position: relative;
  background: #FFF;
  margin: 0 auto;
  padding: 50px 4.39238653vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.cast_head_lft {
  width: 13.17715959vw;
}
@media screen and (max-width: 768px) {
  .cast_head_lft {
    width: 100%;
  }
}
.cast_head_lft h2 {
  font-size: 4.8rem;
  font-family: MKSD;
  width: calc(100% - 8.78477306vw);
  font-weight: normal;
  color: #043B77;
  padding-left: 30px;
}
.cast_head_lft h2:before {
  content: "";
  height: 4rem;
  width: 4.39238653vw;
  background: #043B77;
  left: 0;
  position: absolute;
}
.cast_head_rgt {
  width: calc(100% - 13.17715959vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cast_head_rgt {
    width: 100%;
  }
}
.cast_head_rgt picture {
  width: 8.78477306vw;
  margin: 0 4.39238653vw 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .cast_head_rgt picture {
    width: 80px;
    margin: 0 20px 0 0;
  }
}
.cast_head_rgt picture img {
  width: 100%;
}
.cast_head_rgt .fukidashi {
  width: calc(100% - 13.17715959vw);
  background: #f1f3f3;
  border-radius: 20px;
  padding: 30px 30px 30px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cast_head_rgt .fukidashi {
    width: calc(100% - 100px);
    padding: 15px;
  }
}
.cast_head_rgt .fukidashi:after {
  font-family: icomoon;
  content: "\e911";
  color: #f1f3f3;
  font-size: 3.6603221083vw;
  position: absolute;
  left: -40px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .cast_head_rgt .fukidashi:after {
    left: -20px;
  }
}
.cast_head_rgt .fukidashi h3 {
  width: 18.3016105417vw;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .cast_head_rgt .fukidashi h3 {
    width: 100%;
  }
}
.cast_head_rgt .fukidashi h3 .en {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-family: MKSD;
  margin: 0.5em 0;
}
.cast_head_rgt .fukidashi h3 .jp {
  display: block;
  font-size: 2.4rem;
  margin: 0.5em 0;
}
.cast_head_rgt .fukidashi .txt {
  width: calc(100% - 18.3016105417vw);
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .cast_head_rgt .fukidashi .txt {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cast_head_rgt .fukidashi .txt p {
    display: none;
  }
}
.cast_cnt h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 25px 0;
}
.cast_cnt h3 .h3_tit {
  width: 380px;
  height: 60px;
  letter-spacing: 0.05em;
  line-height: 65px;
  border-radius: 60px;
  color: #FFF;
  font-family: MKSD;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .cast_cnt h3 .h3_tit {
    width: calc(100% - 110px);
    font-size: 30px;
  }
}
.cast_cnt h3 .h3_tit:after {
  font-family: icomoon;
  content: "\e917";
  font-size: 2.196193265vw;
  position: absolute;
  left: -25px;
  top: 10%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cast_cnt h3 .h3_tit:after {
    font-size: 30px;
  }
}
.cast_cnt h3 .neko_head {
  width: 73px;
  height: 66px;
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 30px 0 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (max-width: 768px) {
  .cast_cnt h3 .neko_head {
    width: 55px;
    height: 50px;
  }
}
.cast_cnt h3 .neko_head img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cast_cnt h3 .neko_head img.active {
  -webkit-animation: korokoro 2.5s linear 0s 1;
          animation: korokoro 2.5s linear 0s 1;
}
.cast_cnt .mon,
.cast_cnt .tue,
.cast_cnt .wed,
.cast_cnt .thu {
  padding: 25px 0 0;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
}
.cast_cnt .mon:after,
.cast_cnt .tue:after,
.cast_cnt .wed:after,
.cast_cnt .thu:after {
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
}
.cast_cnt .mon:after {
  background: #043B77;
}
.cast_cnt .mon h3 .h3_tit {
  background: #043B77;
}
.cast_cnt .mon h3 .h3_tit:after {
  color: #043B77;
}
.cast_cnt .tue:after {
  background: #F15A24;
}
.cast_cnt .tue h3 .h3_tit {
  background: #F15A24;
}
.cast_cnt .tue h3 .h3_tit:after {
  color: #F15A24;
}
.cast_cnt .wed:after {
  background: #29ABE2;
}
.cast_cnt .wed h3 .h3_tit {
  background: #29ABE2;
}
.cast_cnt .wed h3 .h3_tit:after {
  color: #29ABE2;
}
.cast_cnt .thu:after {
  background: #00A99D;
}
.cast_cnt .thu h3 .h3_tit {
  background: #00A99D;
}
.cast_cnt .thu h3 .h3_tit:after {
  color: #00A99D;
}

.members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .members {
    overflow: hidden;
    border-bottom: 2px solid #222;
    padding-top: 30px;
  }
}
.members_photo {
  width: 20%;
  width: 18.3016105417vw;
  aspect-ratio: 2/3.5;
  overflow-y: hidden;
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .members_photo {
    width: 50%;
    height: 27vh;
    padding-top: 0px;
    overflow-y: visible;
  }
  .members_photo:first-child {
    width: calc(50% + 10px);
  }
  .members_photo:nth-child(4), .members_photo:nth-child(5) {
    height: 28vh;
  }
}
.members_photo picture {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: block;
}
.members_photo picture.active_1, .members_photo picture.active_2, .members_photo picture.active_3, .members_photo picture.active_4, .members_photo picture.active_5 {
  -webkit-animation: jump 1s ease;
          animation: jump 1s ease;
}
.members_photo img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.members_photo img.active_1, .members_photo img.active_2, .members_photo img.active_3, .members_photo img.active_4, .members_photo img.active_5 {
  -webkit-animation: jump 1s ease;
          animation: jump 1s ease;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.members_photo .jumping-element {
  -webkit-animation: jump 0.2s ease;
          animation: jump 0.2s ease;
}
.members_photo .badge {
  width: 6.2225475842vw;
  height: 8.78477306vw;
  background: url("../images/share/bg_medal.svg") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 90px;
  right: 20px;
  z-index: 3;
  text-align: center;
  font-size: 3.513909224vw;
  line-height: 6.2225475842vw;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .members_photo .badge {
    width: 42.5px;
    height: 60px;
    font-size: 2.4rem;
    line-height: 4.5rem;
    bottom: auto;
    right: 10px;
    top: 10px;
  }
}
.members_info {
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.mon .members_info {
  background: #043B77;
}
.tue .members_info {
  background: #F15A24;
}
.wed .members_info {
  background: #29ABE2;
}
.thu .members_info {
  background: #00A99D;
}
@media screen and (max-width: 768px) {
  .mon .members_info, .tue .members_info, .wed .members_info, .thu .members_info {
    background: none;
  }
}
.members_info .role {
  font-family: MKSD;
  font-size: 2.4rem;
  padding: 10px 0 5px;
  color: #FFF;
  display: block;
  margin: auto;
  text-align: center;
}
.members_info a {
  color: #222;
  text-decoration: none;
}
.members_info a.name {
  display: block;
  background: #FFF;
  border: 2px solid #222;
  border-radius: 30px;
  width: 200px;
  height: 42px;
  line-height: 40px;
  padding: 0 1em;
  margin: auto;
  font-size: 2.1rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .members_info a.name {
    width: 16.8374816984vw;
    font-size: 1.5373352855vw;
  }
}
@media screen and (max-width: 768px) {
  .members_info a.name {
    width: calc(100% - 10px);
    font-size: 2.1rem;
  }
}
.members_info a.name .icon_p_m {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.members_info a.name .icon_p_m:before, .members_info a.name .icon_p_m:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  background: #FFF;
  top: calc(50% - 1px);
  right: 8px;
}
.members_info a.name .icon_p_m:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mon .members_info a.name .icon_p_m {
  background: #043B77;
}
.tue .members_info a.name .icon_p_m {
  background: #F15A24;
}
.wed .members_info a.name .icon_p_m {
  background: #29ABE2;
}
.thu .members_info a.name .icon_p_m {
  background: #00A99D;
}
.members_info a.name:hover .icon_p_m {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.segment {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .segment {
    padding: 90px 0 20px;
  }
}
.segment h2 {
  position: relative;
}
.segment h2 .h2_tit {
  width: 660px;
  height: 100px;
  display: block;
  line-height: 80px;
  margin: 0 auto;
  background: url("../images/share/ribbon_repeat.png") repeat-x top;
  background-size: auto 80px;
  font-family: hyperSquare;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-size: 3.8rem;
  text-align: center;
  color: #FFF;
  -webkit-text-stroke: 2px #e85f9d;
  text-stroke: 2px #e85f9d;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  text-shadow: 4px 4px 0 #222, -4px -4px 0 #222, -4px 4px 0 #222, 4px -4px 0 #222, 0px 4px 0 #222, 0 -4px 0 #222, -4px 0 0 #222, 4px 0 0 #222;
}
@media screen and (max-width: 768px) {
  .segment h2 .h2_tit {
    width: calc(100% - 40px);
    font-size: 2.8rem;
  }
}
.segment h2 .h2_tit:before, .segment h2 .h2_tit:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.segment h2 .h2_tit:before {
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
  right: 0px;
  top: 80px;
}
.segment h2 .h2_tit:after {
  border-width: 0 20px 20px 0;
  border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
  left: 0px;
  top: 80px;
}
.segment h2:before, .segment h2:after {
  width: calc((100% - 620px) / 2);
  height: 80px;
  background: url("../images/share/ribbon_repeat.png") repeat-x;
  background-size: auto 80px;
  content: "";
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .segment h2:before, .segment h2:after {
    width: 40px;
  }
}
.segment h2:before {
  left: 0;
  top: 20px;
}
.segment h2:after {
  right: 0;
  top: 20px;
}
.segment h2 .neko_head {
  width: 100px;
  height: 85px;
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: absolute;
  z-index: 3;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.segment h2 .neko_head img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.segment h2 .neko_head img.active {
  -webkit-animation: korokoro 2.5s linear 0s 1;
          animation: korokoro 2.5s linear 0s 1;
}

.information {
  padding: 90px 0;
  background: #F2F2F2;
}
.information h2 {
  position: relative;
}
.information h2 .h2_tit {
  width: 660px;
  height: 100px;
  display: block;
  line-height: 80px;
  margin: 0 auto;
  background: url("../images/share/ribbon_repeat.png") repeat-x top;
  background-size: auto 80px;
  font-family: hyperSquare;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-size: 3.8rem;
  text-align: center;
  color: #FFF;
  -webkit-text-stroke: 2px #e85f9d;
  text-stroke: 2px #e85f9d;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  text-shadow: 4px 4px 0 #222, -4px -4px 0 #222, -4px 4px 0 #222, 4px -4px 0 #222, 0px 4px 0 #222, 0 -4px 0 #222, -4px 0 0 #222, 4px 0 0 #222;
}
@media screen and (max-width: 768px) {
  .information h2 .h2_tit {
    width: calc(100% - 40px);
    font-size: 2.8rem;
  }
}
.information h2 .h2_tit:before, .information h2 .h2_tit:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.information h2 .h2_tit:before {
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
  right: 0px;
  top: 80px;
}
.information h2 .h2_tit:after {
  border-width: 0 20px 20px 0;
  border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
  left: 0px;
  top: 80px;
}
.information h2:before, .information h2:after {
  width: calc((100% - 620px) / 2);
  height: 80px;
  background: url("../images/share/ribbon_repeat.png") repeat-x;
  background-size: auto 80px;
  content: "";
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .information h2:before, .information h2:after {
    width: 40px;
  }
}
.information h2:before {
  left: 0;
  top: 20px;
}
.information h2:after {
  right: 0;
  top: 20px;
}
.information h2 .neko_head {
  width: 100px;
  height: 85px;
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: absolute;
  z-index: 3;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.information h2 .neko_head img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.information h2 .neko_head img.active {
  -webkit-animation: korokoro 2.5s linear 0s 1;
          animation: korokoro 2.5s linear 0s 1;
}
.information_cnt {
  width: 73.2064421669vw;
  margin: 90px auto 0;
  padding: 3.6603221083vw;
  background: #FFF;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .information_cnt {
    width: calc(100% - 20px);
    margin: 20px auto 0;
  }
}
.information_cnt ul {
  margin: 0 0 30px;
  font-size: 1.5em;
}
.information_cnt ul li {
  border-bottom: 1px dashed #222;
}
.information_cnt ul li:first-child {
  border-top: 1px dashed #222;
}
.information_cnt ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.information_cnt ul li a:hover {
  color: #F15A24;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: underline;
}
.information_cnt ul li a time {
  display: block;
  width: 100px;
  line-height: 1.5em;
}
.information_cnt ul li a span {
  display: block;
  width: calc(100% - 100px);
  line-height: 1.5em;
}
.information_list {
  padding: 30px;
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .information_list {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .information_list {
    font-size: 15px;
  }
}
.information_list li {
  border-bottom: 1px dashed #222;
}
.information_list li:first-child {
  border-top: 1px dashed #222;
}
.information_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.information_list li a:hover {
  color: #F15A24;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: underline;
}
.information_list li a time {
  display: block;
  width: 100px;
  line-height: 1.5em;
}
.information_list li a span {
  display: block;
  width: calc(100% - 100px);
  line-height: 1.5em;
}

.gotop {
  width: 100px;
  height: 150px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 3;
}
.gotop a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #222;
  font-weight: bold;
  text-decoration: none;
}
.gotop a:before {
  font-family: icomoon;
  content: "\e911";
  color: #FFF;
  font-size: 15px;
  position: absolute;
  left: -20px;
  top: 66px;
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.gotop a span {
  display: block;
  background: #FFF;
  width: 150px;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 30px;
  -webkit-transform: translate(-150px, 50px);
          transform: translate(-150px, 50px);
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.gotop a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(100px, 0) rotate(-75deg);
          transform: translate(100px, 0) rotate(-75deg);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.gotop a:hover:before {
  font-family: icomoon;
  content: "\e911";
  color: #FFF;
  font-size: 15px;
  position: absolute;
  left: -20px;
  top: 66px;
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
  opacity: 1;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.gotop a:hover span {
  display: block;
  background: #FFF;
  width: 150px;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 30px;
  -webkit-transform: translate(-150px, 50px);
          transform: translate(-150px, 50px);
  opacity: 1;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.gotop a:hover img {
  -webkit-transform: translate(0, 0) rotate(0deg);
          transform: translate(0, 0) rotate(0deg);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

footer {
  background: #043B77;
  padding: 50px 0 0;
  color: #FFF;
}
footer.footer_under {
  border-top: 4px solid #222;
}
footer h2 {
  font-family: hyperSquare;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-size: 3.8rem;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  footer h2 {
    font-size: 2.8rem;
  }
}
footer .footer_cnt {
  font-size: 1.5rem;
  line-height: 2em;
  width: 73.2064421669vw;
  margin: 0 auto 7.3206442167vw;
}
@media screen and (max-width: 768px) {
  footer .footer_cnt {
    width: calc(100% - 20px);
    margin: 0 auto 50px;
  }
}
footer .footer_cnt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_cnt_wrap .hlf {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_cnt_wrap .hlf {
    width: 100%;
  }
}
footer .footer_cnt_wrap .hlf ul {
  list-style-type: disc;
  padding: 10px 0 10px 1em;
}
footer .footer_cnt_wrap .hlf p {
  font-weight: 600;
}
footer .footer_cnt_wrap .hlf img {
  width: 100%;
  margin: 20px 0;
}
footer .footer_register {
  border: 1px dashed #FFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_register_cnt {
  padding: 30px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer_register_cnt {
    width: 100%;
  }
}
footer .footer_register_cnt_img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  footer .footer_register_cnt_img {
    width: 80px;
  }
}
footer .footer_register_cnt_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer_register_cnt_txt {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  footer .footer_register_cnt_txt {
    width: calc(100% - 100px);
  }
}
footer .footer_register_cnt h3 {
  font-size: 1.9rem;
}
footer .footer_register_cnt ul {
  list-style-type: disc;
  padding: 1em;
}
footer .footer_bottom {
  height: 280px;
  background: url("../images/share/bg_footer_mm.svg") no-repeat left bottom -10px;
  background-size: auto 100%;
  position: relative;
}
footer .footer_bottom .copyright {
  background: #FFF;
  padding: 1em 0;
  text-align: center;
  color: #043B77;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
footer .message {
  padding: 3.6603221083vw;
  background: #f1f3f3;
  border-radius: 20px;
  color: #222;
}
@media screen and (max-width: 768px) {
  footer .message {
    padding: 30px;
  }
}
footer .message_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 3.6603221083vw 0 0 0;
}
footer .message_wrap h3 {
  font-size: 1.8rem;
  padding: 0.5em 1em;
  margin: 0 0 1em;
  background: #FFF;
}
footer .message_line {
  width: calc(50% - 1.8301610542vw);
}
@media screen and (max-width: 768px) {
  footer .message_line {
    width: 100%;
    padding: 0 0 20px;
  }
}
footer .message_line h3 {
  border-left: 3px solid #55c035;
  color: #55c035;
}
footer .message_mail {
  width: calc(50% - 1.8301610542vw);
}
@media screen and (max-width: 768px) {
  footer .message_mail {
    width: 100%;
  }
}
footer .message_mail h3 {
  border-left: 3px solid #043B77;
  color: #043B77;
}

@media screen and (max-width: 768px) {
  header .sns {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menu_sp .sns {
    margin-top: 40px;
    display: block !important;
  }
}
.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.sns ul li {
  width: 50px;
  height: 50px;
  margin: 10px;
  position: relative;
}
header .sns ul li {
  margin: 0 10px;
}
.sns ul li .arrow_wrap {
  position: absolute;
  display: block;
  border-radius: 10px;
  color: #FFF;
  text-align: center;
  padding: 0.5em 1em;
  left: 0;
  top: -50px;
  left: -55px;
}
.sns ul li .arrow_box {
  position: relative;
  display: block;
  width: 140px;
  height: 40px;
  background: #000000;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.sns ul li .arrow_box:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #000000;
  top: 100%;
  left: 50%;
}
.sns ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  position: relative;
  color: #FFF;
}
header .sns ul li a {
  color: #222;
}
.menu_sp .sns ul li a {
  color: #FFF !important;
}
.sns ul li a span {
  display: none;
}
.sns ul li a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  font-family: icomoon;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sns ul li a.x:after {
  content: "\e97c";
  font-size: 30px;
}
.sns ul li a.x:hover {
  color: #222;
}
.sns ul li a.youtube:after {
  content: "\e924";
  font-size: 40px;
}
.sns ul li a.youtube:hover {
  color: #ec3323;
}
.sns ul li a.tiktok {
  text-shadow: 0 0 0 #75f0ed, 0 0 0 #e94758;
}
.sns ul li a.tiktok:after {
  content: "\e957";
  font-size: 40px;
}
.sns ul li a.tiktok:hover {
  text-shadow: -3px -3px 0 #75f0ed, 3px 3px 0 #e94758;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.sns ul li a.insta:after {
  content: "\e973";
  font-size: 40px;
}
.sns ul li a.insta:hover {
  color: radial-gradient(circle farthest-corner at 28% 100%, #FCDF8F 0%, #FBD377 10%, #FA8E37 22%, #F73344 35%, fade(#F73344, 0%) 65%);
}

a.button {
  text-decoration: none;
  display: block;
}
a.button_normal {
  text-decoration: none;
  display: block;
  color: #222;
  border-radius: 30px;
  padding: 0.5em 0;
  text-align: center;
  background: #FFF;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  width: 240px;
  margin: 1em auto 0;
  border: 2px solid #222;
  line-height: 1.6em;
}
.archive_list a.button_normal {
  width: calc(100% - 60px);
  margin: 0 30px 30px;
}
@media screen and (max-width: 1000px) {
  a.button_normal {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 768px) {
  a.button_normal {
    width: 100%;
    font-size: 15px;
  }
}
a.button_normal:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #043B77;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  position: absolute;
  right: 7px;
  top: 7px;
}
a.button_normal:after {
  content: "\e961";
  font-family: icomoon;
  font-size: 12px;
  line-height: 12px;
  display: block;
  width: 12px;
  height: 12px;
  color: #FFF;
  position: absolute;
  right: 12px;
  top: 13px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a.button_normal:hover:before {
  background: #F15A24;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a.button_normal:hover:after {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

@-webkit-keyframes korokoro {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  5% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    -webkit-transform: translate(20%, 0%) rotate(20deg);
            transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    -webkit-transform: translate(-10%, 0%) rotate(-10deg);
            transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    -webkit-transform: translate(-15%, 0%) rotate(-15deg);
            transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    -webkit-transform: translate(15%, 0%) rotate(15deg);
            transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    -webkit-transform: translate(-5%, 0%) rotate(-5deg);
            transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    -webkit-transform: translate(-7%, 0%) rotate(-7deg);
            transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
}

@keyframes korokoro {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  5% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    -webkit-transform: translate(20%, 0%) rotate(20deg);
            transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    -webkit-transform: translate(-10%, 0%) rotate(-10deg);
            transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    -webkit-transform: translate(-15%, 0%) rotate(-15deg);
            transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    -webkit-transform: translate(15%, 0%) rotate(15deg);
            transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    -webkit-transform: translate(-5%, 0%) rotate(-5deg);
            transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    -webkit-transform: translate(-7%, 0%) rotate(-7deg);
            transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
}
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 46.1200585652vw;
  margin: 0 auto;
  padding: 0 10rem;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: calc(100% - 20px);
    padding: 0 10px;
  }
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  height: auto;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.pr {
  /* コンテナ */
  /* フェードモード時 共通調整 */
  /* プログレスバー */
  /* スライド */
  /* スライド アクティブ時 */
}
.pr .l-inner {
  padding-bottom: 0;
}
.pr .swiper {
  aspect-ratio: 65/29;
}
@media screen and (max-width: 768px) {
  .pr .swiper {
    aspect-ratio: 39/49;
  }
}
.pr .swiper .slide {
  aspect-ratio: 65/29;
}
@media screen and (max-width: 768px) {
  .pr .swiper .slide {
    aspect-ratio: 39/49;
  }
}
.pr .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.pr .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.pr .progressbar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #E6E6E6;
}
.pr .progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: #F15A24;
}
.pr .swiper-slide {
  height: auto;
}
.pr .swiper-slide_mc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4.39238653vw 7.3206442167vw 0;
}
.pr .swiper-slide_mc_single {
  width: 25%;
  position: relative;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.pr .swiper-slide_mc_single:nth-child(3), .pr .swiper-slide_mc_single:nth-child(4) {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.pr .swiper-slide_mc_single img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pr .swiper-slide_normal {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .pr .swiper-slide_normal {
    padding: 0;
  }
}
.pr .swiper-slide_normal img {
  width: calc(100% - 20px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .pr .swiper-slide_normal img {
    width: 100%;
    height: calc(100% - 20px);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.pr .slide-media {
  aspect-ratio: 65/29;
}
@media screen and (max-width: 768px) {
  .pr .slide-media {
    aspect-ratio: 39/49;
  }
  .pr .slide-media:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    mix-blend-mode: soft-light;
  }
}
.pr .slide-content {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .pr .slide-content {
    padding: 6.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .pr .slide-content {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .pr .slide-content {
    position: relative;
  }
}
.pr .slide-title {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .pr .slide-title {
    font-weight: normal;
    padding: 3.2rem 4rem;
  }
}
.pr .slide-fraction {
  font-weight: bold;
  position: relative;
  text-align: center;
  --size: 64px;
}
@media screen and (max-width: 1000px) {
  .pr .slide-fraction {
    --size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .pr .slide-fraction {
    margin-right: 3.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .pr .slide-fraction {
    margin-right: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .pr .slide-fraction {
    position: absolute;
    bottom: calc(100% + 1rem);
    left: 4rem;
  }
}
.pr .slide-fraction .circle {
  display: block;
  width: var(--size);
  height: var(--size);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pr .slide-fraction .circle svg {
  width: 100%;
  height: 100%;
  fill: none;
}
.pr .slide-fraction .circle-01 {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 1px;
}
.pr .slide-fraction .circle-02 {
  stroke: #F15A24;
  stroke-width: 2px;
  stroke-dasharray: 201.056px;
  stroke-dashoffset: 201.056px;
}
.pr .slide-fraction .current {
  font-size: 2.4rem;
  line-height: var(--size);
  position: absolute;
  top: 0.05em;
  left: 0;
  width: var(--size);
  text-align: center;
  color: #F15A24;
}
.pr .slide-fraction .total {
  font-size: 1.6rem;
}
.pr .slide-fraction .total:before {
  position: relative;
  display: block;
  width: 3px;
  height: 1em;
  margin: -3px auto 0.5em;
  content: "";
  background-color: #F15A24;
}
@media screen and (max-width: 1000px) {
  .pr .slide-fraction .total:before {
    width: 2px;
    margin-top: -2px;
  }
}
.pr .swiper-slide {
  height: auto;
}
.pr .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pr .swiper-slide[class*=-active] .slide-fraction .circle-02 {
  -webkit-animation: mv04-circle linear both;
  animation: mv04-circle linear both;
}

@-webkit-keyframes mv04-circle {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes mv04-circle {
  100% {
    stroke-dashoffset: 0;
  }
}
.week_program {
  overflow-x: hidden;
}
.week_program .swiper {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .week_program .swiper {
    padding: 0;
  }
}
.week_program .swiper-button-prev, .week_program .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.week_program .swiper-button-prev:before, .week_program .swiper-button-next:before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
  box-shadow: var(--box-shadow-dark);
}
.week_program .swiper-button-prev:after, .week_program .swiper-button-next:after {
  border-color: #fff;
}
.week_program .swiper-button-prev {
  right: calc(100% - 1.6rem);
}
@media screen and (max-width: 1200px) {
  .week_program .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
}
.week_program .swiper-button-next {
  left: calc(100% - 1.6rem);
}
@media screen and (max-width: 1200px) {
  .week_program .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}
.week_program .slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.week_program .slide img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.week_program .slide:hover {
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  -webkit-box-shadow: var(--box-shadow-hover);
  box-shadow: var(--box-shadow-hover);
}
.week_program .slide:hover img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.week_program .slide-media {
  padding-top: 62.5%;
}
.week_program .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
.week_program .slide-content {
  padding: 3.2rem;
}
.week_program .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.week_program .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}
.week_program .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}

.segment_card {
  /* コンテナ */
  overflow: hidden;
  /* スライド */
  /* スライド ホバー時 */
}
@media screen and (max-width: 768px) {
  .segment_card {
    margin-top: 20px;
  }
}
.segment_card .swiper {
  overflow: visible;
}
.segment_card .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.segment_card .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.segment_card .slide {
  overflow: hidden;
  width: 50vw;
}
@media screen and (max-width: 768px) {
  .segment_card .slide {
    width: 80vw;
  }
}
@media screen and (max-width: 1000px) {
  .segment_card .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .segment_card .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .segment_card .slide:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
    box-shadow: var(--box-shadow-hover);
  }
  .segment_card .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.segment_card .slide-media {
  padding: 7.3206442167vw 0 0;
}
.segment_card .slide-media img {
  width: 100%;
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
.segment_card .slide-content {
  padding: 3.2rem;
}
.segment_card .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.segment_card .slide-date .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

@media only screen and (min-width: 1025px) {
  .card05 .swiper:hover .slide:not(:hover) {
    opacity: 0.3;
  }
}
.info-bar {
  margin: 0 0 1em;
}
.info-bar dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-bar dl dt {
  width: 11em;
  padding: 0.5em 1em;
  background-color: #f1f3f3;
  text-align: center;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-bar dl dd {
  width: calc(100% - 11em);
  padding: 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site-content {
  margin: 2em 0 0 0;
}

.archive {
  margin-bottom: 60px;
}
.archive h1 {
  font-family: hyperSquare;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-size: 3.8rem;
  line-height: 1.4em;
  text-align: center;
  color: #FFF;
  -webkit-text-stroke: 2px #e85f9d;
  text-stroke: 2px #e85f9d;
  margin: 30px auto;
  z-index: 2;
  position: relative;
  text-shadow: 4px 4px 0 #222, -4px -4px 0 #222, -4px 4px 0 #222, 4px -4px 0 #222, 0px 4px 0 #222, 0 -4px 0 #222, -4px 0 0 #222, 4px 0 0 #222;
}
@media screen and (max-width: 768px) {
  .archive h1 {
    width: calc(100% - 40px);
    font-size: 2.8rem;
  }
}
.archive_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.archive_wrap article {
  width: calc(100% - 14.6412884334vw);
  width: calc(100% - 290px);
  background: #FFF;
  border: 4px solid #222;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archive_wrap article {
    width: calc(100% - 20px);
    margin: 0 auto 10px;
  }
}
.archive_wrap_list {
  padding: 30px;
}
.archive_wrap_list li {
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 1.5em;
}
@media screen and (max-width: 1366px) {
  .archive_wrap_list li {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .archive_wrap_list li {
    font-size: 15px;
  }
}
.archive_wrap_list li a {
  text-decoration: none;
  color: #222;
}
.archive_wrap_list li a:hover {
  text-decoration: underline;
}
.archive_wrap_list li a span {
  display: inline-block;
  border-radius: 50px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin-right: 0.5em;
}
.archive_wrap_list li a .nekoarc_mon {
  background: #043B77;
  color: #FFF;
}
.archive_wrap_list li a .nekoarc_tue {
  background: #F15A24;
  color: #FFF;
}
.archive_wrap_list li a .nekoarc_wed {
  background: #29ABE2;
  color: #FFF;
}
.archive_wrap_list li a .nekoarc_thu {
  background: #00A99D;
  color: #FFF;
}
.archive_wrap aside {
  width: 12.4450951684vw;
  width: 260px;
}
@media screen and (max-width: 768px) {
  .archive_wrap aside {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.archive_list {
  position: -webkit-sticky;
  position: sticky;
  background: #FFF;
  border: 4px solid #222;
  border-radius: 20px;
  overflow: hidden;
  top: 20px;
}
.archive_list h2 {
  letter-spacing: 0.15rem;
  font-size: 3rem;
  color: #FFF;
  background: #043B77;
  font-family: MKSD;
  padding: 0 30px;
  line-height: 60px;
  height: 60px;
  text-align: center;
}
.archive_list ul {
  padding: 30px;
}
.archive_list ul li {
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 1.5em;
}
@media screen and (max-width: 1366px) {
  .archive_list ul li {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .archive_list ul li {
    font-size: 15px;
  }
}
.archive_list ul li a {
  text-decoration: none;
  color: #222;
}
.archive_list ul li a:hover {
  text-decoration: underline;
}
.archive_list ul li a span {
  display: inline-block;
  border-radius: 50px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin-right: 0.5em;
}
.archive_list ul li a .nekoarc_mon {
  background: #043B77;
  color: #FFF;
}
.archive_list ul li a .nekoarc_tue {
  background: #F15A24;
  color: #FFF;
}
.archive_list ul li a .nekoarc_wed {
  background: #29ABE2;
  color: #FFF;
}
.archive_list ul li a .nekoarc_thu {
  background: #00A99D;
  color: #FFF;
}
.archive_cnt {
  padding: 30px;
}
.archive_cnt h3 {
  padding: 0;
  margin: 30px 0;
  font-weight: bold;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .archive_cnt h3 {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  .archive_cnt h3 {
    font-size: 18px;
  }
}
.archive_cnt h3:first-child {
  margin: 0 0 30px;
}
.archive_cnt h3:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 49%;
  width: 20px;
  height: 3px;
  background: #222;
}
.mon .archive_cnt h3:first-letter {
  color: #043B77;
}
.tue .archive_cnt h3:first-letter {
  color: #F15A24;
}
.wed .archive_cnt h3:first-letter {
  color: #29ABE2;
}
.thu .archive_cnt h3:first-letter {
  color: #00A99D;
}
.archive_cnt h4, .archive_cnt h5, .archive_cnt p, .archive_cnt ol, .archive_cnt ul {
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 1.7em;
}
@media screen and (max-width: 1000px) {
  .archive_cnt h4, .archive_cnt h5, .archive_cnt p, .archive_cnt ol, .archive_cnt ul {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .archive_cnt h4, .archive_cnt h5, .archive_cnt p, .archive_cnt ol, .archive_cnt ul {
    font-size: 15px;
  }
}
.archive_cnt h4 {
  position: relative;
}
.archive_cnt h4:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 5px;
}
.mon .archive_cnt h4:before {
  background: #043B77;
}
.tue .archive_cnt h4:before {
  background: #F15A24;
}
.wed .archive_cnt h4:before {
  background: #29ABE2;
}
.thu .archive_cnt h4:before {
  background: #00A99D;
}
.mon .archive_cnt ol, .common .archive_cnt ol {
  counter-reset: my-counter;
  list-style-type: none !important;
}
.mon .archive_cnt ol li, .common .archive_cnt ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.25em 0.5em 0.25em 30px;
}
.mon .archive_cnt ol li:before, .common .archive_cnt ol li:before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 0.25em;
  color: #FFF;
  background: #043B77;
}
.tue .archive_cnt ol {
  counter-reset: my-counter;
  list-style-type: none !important;
}
.tue .archive_cnt ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.25em 0.5em 0.25em 30px;
}
.tue .archive_cnt ol li:before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 0.25em;
  color: #FFF;
  background: #F15A24;
}
.wed .archive_cnt ol {
  counter-reset: my-counter;
  list-style-type: none !important;
}
.wed .archive_cnt ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.25em 0.5em 0.25em 30px;
}
.wed .archive_cnt ol li:before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 0.25em;
  color: #FFF;
  background: #29ABE2;
}
.thu .archive_cnt ol {
  counter-reset: my-counter;
  list-style-type: none !important;
}
.thu .archive_cnt ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.25em 0.5em 0.25em 30px;
}
.thu .archive_cnt ol li:before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 0.25em;
  color: #FFF;
  background: #00A99D;
}

.report_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 1em 0;
}
.report_wrap picture {
  width: 170px;
  height: 170px;
  overflow: hidden;
}
.report_wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}
@media screen and (max-width: 768px) {
  .report_wrap picture {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    display: block;
    margin-bottom: 20px;
  }
}
.report_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .report_wrap dl {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 768px) {
  .report_wrap dl {
    font-size: 14px;
  }
}
.report_wrap dl dt {
  width: 6em;
  padding-right: 1em;
  padding: 0.75em 1em;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.mon .report_wrap dl dt {
  background: #043B77;
}
.tue .report_wrap dl dt {
  background: #F15A24;
}
.wed .report_wrap dl dt {
  background: #29ABE2;
}
.thu .report_wrap dl dt {
  background: #00A99D;
}
.report_wrap dl dt:last-child {
  border: none;
}
.report_wrap dl dd {
  width: calc(100% - 6em);
  padding: 0.75em 1em;
  background: #FAFAFA;
  border-bottom: 1px solid #FFF;
}
.report_wrap dl dd:last-child {
  border: none;
}
.report_cnt {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .report_cnt {
    width: 100%;
  }
}
.report .reporter_name span {
  display: inline-block;
  margin: 0 1em 0 0;
}

.etc_cnt {
  padding: 30px 0 0;
}

.about_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .about_wrap {
    display: block;
  }
}
.about_wrap picture {
  display: block;
  width: 14.6412884334vw;
}
@media screen and (max-width: 768px) {
  .about_wrap picture {
    width: 150px;
    margin: 0 auto 30px;
  }
}
.about_wrap article {
  display: block;
  width: 36.6032210835vw;
  padding: 2.196193265vw;
}
@media screen and (max-width: 768px) {
  .about_wrap article {
    width: calc(100% - 60px);
    padding: 0;
    margin: auto;
  }
}
.about_wrap h2 {
  font-size: 1.5373352855vw;
  margin: 0 0 2em;
}
@media screen and (max-width: 768px) {
  .about_wrap h2 {
    font-size: 2.1em;
    text-align: center;
  }
}
.about_wrap p {
  font-size: 1.0980966325vw;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .about_wrap p {
    font-size: 1.5em;
  }
}/*# sourceMappingURL=core.css.map */

/*PCでは無効（改行しない）*/
.forSP{
    display: none;
}
/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:1140px) {
    .forSP{
        display: block;
    }
}
/*PCではでは有効（改行する）*/
.forPC{
    display: block;
}
/*スマートフォンでは無効（改行しない）*/
@media screen and (max-width:1140px) {
    .forPC{
        display: none;
 	}
 }
 
.RecipePhotoImg{
	text-align: center;
	width: 100%;
}
.RecipePhotoImg img{
	width: 60%;
}
@media screen and (max-width:1140px) {
    .RecipePhotoImg img{
        width: 100%;
 	}
 }