@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Rouge+Script&display=swap");
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  font-size: 10px;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

.italic {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}

small {
  font-size: 70%;
  color: grey;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    font-size: 100%;
    pointer-events: none;
    text-decoration: none;
    cursor: default;
    color: inherit;
  }
}
.opacity {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.opacity:hover {
  opacity: 0.8;
}

:root {
  --font-serif: "Noto Serif JP", serif;
  --color01: #AAABD3;
  --color02: #CBA6C3;
  --color03: #F8FAFF;
  --color04: #353866;
}

/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
html.base-large {
  font-size: 72.5%;
}

@media screen and (max-width: 1200px) {
  html, body {
    font-size: 0.625vw;
  }
  html.base-large {
    font-size: 0.725vw;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 2.5641025641vw;
  }
  html.base-large {
    font-size: 2.5641025641vw;
  }
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

p, td, label, div, ul, li, strong, input, a {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

p, label, div, strong, input {
  display: block;
}

main {
  position: relative;
}

.l_con {
  width: 100rem;
  padding: 0 2rem;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  display: none;
  overflow: hidden;
  padding-top: 9rem;
  background: var(--color03);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color03)), to(var(--color02)));
  background: linear-gradient(to bottom, var(--color03), var(--color02));
}

.rouge-script-regular {
  font-family: "Rouge Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.funnel-display {
  font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  body.is-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .l_con {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper {
    padding-top: 0;
  }
}
/*---------------------------header----------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  height: 15rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header.is-fixed {
  height: 9rem;
}
#header.is-fixed .logo {
  padding-top: 1rem;
  padding-bottom: 0;
}
#header.is-fixed .logo svg {
  width: 12rem;
}
#header.is-hide {
  translateY: -100%;
  opacity: 0;
}
#header .logo {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#header .logo svg {
  width: 20rem;
}
#header .logo svg path {
  fill: var(--color01);
}
#header .menu {
  text-align: center;
}
#header .menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0 3rem;
  position: relative;
}
#header .menu ul li a {
  font-size: 1.6rem;
  font-family: "Funnel Display", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
}
#header .menu ul li a:after {
  content: "";
  width: 100%;
  height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  opacity: 0;
  background: var(--color01);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
#header .menu ul li a.is-current:after, #header .menu ul li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#header .menu ul li:last-child:after {
  display: none;
}

@media screen and (max-width: 767px) {
  #header {
    height: 6rem;
  }
  #header.is-fixed {
    height: 6rem;
  }
  #header.is-fixed .logo {
    padding: 0 2rem;
  }
  #header.is-fixed .logo svg {
    width: 18rem;
  }
  #header .logo {
    padding: 0 2rem;
    text-align: left;
  }
  #header .logo svg {
    width: 18rem;
  }
  #header #menu_trigger {
    position: absolute;
    right: 0;
    top: 0;
    width: 6rem;
    height: 6rem;
    background-color: var(--color04);
    cursor: pointer;
  }
  #header #menu_trigger span {
    position: absolute;
    left: 1.6rem;
    top: 2.9rem;
    display: block;
    width: 2.7rem;
    height: 0.2rem;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header #menu_trigger span:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -0.8rem;
    background-color: #fff;
  }
  #header #menu_trigger span:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0.8rem;
    background-color: #fff;
  }
  #header #menu_trigger.is-open span {
    background-color: var(--color04);
  }
  #header #menu_trigger.is-open span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header #menu_trigger.is-open span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .menu {
    display: none;
    text-align: left;
    background-color: var(--color04);
  }
  #header .menu ul {
    padding: 1.5rem 0;
  }
  #header .menu ul li {
    list-style: none;
    display: block;
    padding: 1.5rem 2rem;
    position: relative;
  }
  #header .menu ul li a {
    color: #fff;
  }
}
#form {
  position: absolute;
  right: 10rem;
  bottom: 0;
}
#form #s {
  -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, -webkit-box-shadow 0.6s;
  transition: width 0.6s, border-radius 0.6s, background 0.6s, -webkit-box-shadow 0.6s;
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s, -webkit-box-shadow 0.6s;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  border: none;
  cursor: pointer;
  background: rgb(235, 235, 235);
}
#form #s + label .search-icon {
  color: black;
}
#form #s:hover {
  color: white;
  background: rgb(200, 200, 200);
  -webkit-box-shadow: 0 0 0 5px rgb(61, 71, 82);
          box-shadow: 0 0 0 5px rgb(61, 71, 82);
}
#form #s:hover + label .search-icon {
  color: white;
}
#form #s:focus {
  -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 1.5rem;
  cursor: text;
  width: 30rem;
  border-radius: auto;
  background: rgb(235, 235, 235);
  color: black;
}
#form #s:focus + label .search-icon path {
  fill: black;
}
#form #s:not(:focus) {
  text-indent: -5000px;
}
#form #s-btn-area {
  position: relative;
  left: -5000px;
}
#form .search-icon {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  cursor: pointer;
}
#form .search-icon svg {
  width: 2.4rem;
  height: auto;
}
#form .search-icon path {
  fill: var(--color04);
}

@media screen and (max-width: 767px) {
  #form {
    position: relative;
    right: 0;
    padding: 0 2rem;
  }
  #form #s {
    width: 100%;
    padding-left: 1.5rem;
  }
  #form #s:focus {
    width: 100%;
  }
  #form #s:focus + label .search-icon path {
    fill: black;
  }
  #form #s:not(:focus) {
    text-indent: 0;
  }
  #form .search-icon {
    right: 3.2rem;
  }
}
#footer {
  background: var(--color04);
  padding: 4rem 0;
  text-align: center;
}
#footer ul li {
  list-style: none;
  display: inline-block;
  padding: 0 3rem;
  position: relative;
}
#footer ul li a {
  font-size: 1.6rem;
  font-family: "Funnel Display", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  color: #fff;
}
#footer ul li a:after {
  content: "";
  width: 100%;
  height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  opacity: 0;
  background: var(--color01);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
#footer ul li a.is-current:after, #footer ul li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#footer ul li:last-child:after {
  display: none;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 4rem 2rem;
  }
  #footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer ul li {
    width: 50%;
    padding: 0 2rem 2rem;
  }
  #footer ul li a {
    font-size: 1.4rem;
  }
}
article {
  padding-bottom: 12rem;
}

.top {
  overflow: hidden;
}

.mv {
  height: 45rem;
  background-color: var(--color04);
  overflow: hidden;
  position: relative;
}
.mv svg {
  width: 60rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30rem;
  opacity: 0.2;
}
.mv svg path {
  fill: #fff;
}

p {
  font-size: 1.6rem;
  line-height: 2;
}

.intro {
  text-align: center;
  padding: 6rem 0 12rem;
}

.p_ttl {
  font-size: 2.6rem;
  margin-bottom: 3rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-family: "Funnel Display", sans-serif;
  letter-spacing: 0.05em;
}
.p_ttl:after {
  content: "";
  width: 6rem;
  height: 0.4rem;
  background-color: var(--color02);
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -3rem;
}

.subttl {
  font-size: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color04);
  border-bottom: 2px solid var(--color04);
}
.subttl.no {
  border: none;
}

.more {
  width: 24rem;
  height: 4rem;
  border-radius: 2rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  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-family: "Funnel Display", sans-serif;
  color: #fff;
  background: var(--color01);
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more:hover {
  background: var(--color02);
}

.new {
  padding-bottom: 12rem;
}
.new .swiper {
  margin: 4rem 0;
}
.new .swiper-slide {
  width: 30rem;
  margin-right: 2rem;
  border-radius: 0 0 2rem;
  background: #fff;
  border-left: 0.5rem solid var(--color04);
  padding: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new .swiper-slide:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.new .swiper-slide .date {
  font-family: "Funnel Display", sans-serif;
  font-size: 1rem;
  color: var(--color01);
}
.new .swiper-slide .cat {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new .swiper-slide .cat svg {
  width: 1.2rem;
  margin-right: 0.3rem;
}
.new .swiper-slide .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

.offline .swiper {
  margin: 4rem 0;
}
.offline .swiper-slide {
  width: 24rem;
  margin-right: 2rem;
  background: #fff;
  padding: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offline .swiper-slide:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.offline .swiper-slide .date {
  font-family: "Funnel Display", sans-serif;
  font-size: 1rem;
  color: var(--color01);
  padding-top: 1rem;
}
.offline .swiper-slide .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .mv {
    height: 24rem;
  }
  .mv svg {
    width: 20rem;
    margin-top: -10rem;
    right: -2rem;
  }
  p {
    font-size: 1.4rem;
  }
  .intro {
    text-align: center;
    padding: 6rem 4rem 12rem;
  }
  .p_ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .p_ttl:after {
    width: 6rem;
    margin-left: -3rem;
  }
  .new {
    padding: 0 2rem 12rem;
  }
  .new .swiper {
    margin: 4rem 0;
  }
  .new .swiper-slide {
    width: 24rem;
    margin-right: 1.5rem;
  }
  .new .swiper-slide .ttl {
    font-size: 1.4rem;
  }
  .offline {
    padding: 0 2rem;
  }
  .offline .swiper-slide .ttl {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
  }
}
.second {
  padding-top: 6rem;
}

/* detail */
.detail .detail_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 120rem;
  margin: 0 auto;
}
.detail .detail_left {
  width: 90rem;
  background: #fff;
  padding: 5rem;
}
.detail .detail_left .entry-content {
  position: relative;
  padding-bottom: 13rem;
}
.detail .detail_left .entry-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  margin-bottom: 4rem;
  position: relative;
}
.detail .detail_left .entry-title:after {
  content: "";
  width: 2em;
  height: 0.3rem;
  background-color: var(--color02);
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}
.detail .detail_left .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5rem;
}
.detail .detail_left .entry-meta * {
  font-size: 1.3rem;
  color: var(--color02);
}
.detail .detail_left .entry-meta > div,
.detail .detail_left .entry-meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3rem;
}
.detail .detail_left .entry-meta svg {
  width: 1.5rem;
  margin-right: 0.5rem;
}
.detail .detail_left .entry-meta svg path {
  fill: var(--color02);
}
.detail .detail_left .reaction_buttons {
  position: absolute;
  left: 0;
  bottom: 0;
}
.detail .detail_left .reaction_buttons .reaction_buttons_tagline {
  font-size: 1.2rem;
}
.detail .detail_left .post-nav-links {
  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;
  margin-top: 6rem;
}
.detail .detail_left .post-nav-links .post-page-numbers {
  font-family: "Funnel Display", sans-serif;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.4rem;
  margin: 0 1rem;
  color: var(--color01);
  background: #fff;
  border: 0.1rem solid var(--color01);
  border-radius: 50%;
  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;
}
.detail .detail_left .post-nav-links .post-page-numbers.current {
  color: #fff;
  background: var(--color01);
}
.detail .detail_left p {
  margin-bottom: 1.4em;
}
.detail .detail_right {
  width: 30rem;
  padding-left: 5rem;
}
.detail .detail_right h2 {
  font-family: "Funnel Display", sans-serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--color01);
  border-left: 0.5rem solid var(--color01);
  border-bottom: 0.2rem solid var(--color01);
  padding: 0.5rem;
}
.detail .detail_right ul {
  margin-bottom: 4rem;
}
.detail .detail_right ul li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem;
  position: relative;
}
.detail .detail_right ul li:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color01);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.3rem;
}

@media screen and (max-width: 767px) {
  /* detail */
  .detail {
    padding: 10rem 1rem;
  }
  .detail .detail_inner {
    width: 100%;
  }
  .detail .detail_left {
    width: 100%;
    padding: 3rem 2rem;
  }
  .detail .detail_left .entry-meta * {
    font-size: 1.2rem;
  }
  .detail .detail_left .entry-meta > div,
  .detail .detail_left .entry-meta a {
    margin-right: 1.5rem;
  }
  .detail .detail_left .entry-meta svg {
    width: 1.5rem;
    margin-right: 0.5rem;
  }
  .detail .detail_left .entry-meta svg path {
    fill: var(--color02);
  }
  .detail .detail_right {
    width: 100%;
    padding-top: 4rem;
    padding-left: 0;
  }
}
.novel {
  padding-top: 5rem;
}
.novel .l_con {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
}
.novel .l_con .cat_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 6rem;
  margin-left: -2rem;
}
.novel .l_con .cat_ul li {
  width: calc(33.333% - 2rem);
  margin-left: 2rem;
  margin-bottom: 1.5rem;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem;
  position: relative;
}
.novel .l_con .cat_ul li a {
  display: inline;
}
.novel .l_con .cat_ul li:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color01);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.5rem;
}
.novel .l_con .list li {
  list-style: none;
}
.novel .l_con .list li:nth-child(2n+1) a {
  background: var(--color03);
}
.novel .l_con .list li a {
  display: block;
  padding: 2rem;
}
.novel .l_con .join_list {
  padding-bottom: 6rem;
}
.novel .l_con .join_list li {
  width: 100%;
  margin-bottom: 1.5rem;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem;
  position: relative;
}
.novel .l_con .join_list li a {
  display: inline;
}
.novel .l_con .join_list li:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color01);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .novel {
    padding: 10rem 1rem 6rem;
  }
  .novel .l_con .cat_ul {
    margin: 0;
  }
  .novel .l_con .cat_ul li {
    width: 100%;
    margin-left: 0;
  }
}
.offline {
  padding-bottom: 10rem;
}
.offline .lead_txt {
  text-align: center;
  margin-bottom: 5rem;
}
.offline .offline_navi {
  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;
  margin-bottom: 5rem;
}
.offline .offline_navi .selectbox {
  margin: 0 1rem;
}
.offline .grid {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.offline .grid .item {
  display: block;
  position: absolute;
  width: 21rem;
  margin: 0.2rem;
  z-index: 1;
  font-size: 0;
}
.offline .grid .item .item-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.offline .grid .item img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .offline .lead_txt {
    text-align: left;
    margin-bottom: 5rem;
  }
  .offline .offline_navi {
    display: block;
    margin-bottom: 3rem;
  }
  .offline .offline_navi .selectbox {
    margin: 0 0 1rem;
  }
  .offline .grid {
    width: 100%;
  }
  .offline .grid .item {
    width: 11.5rem;
    margin: 0;
    padding: 0.3rem;
  }
}
.selectbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.selectbox::after {
  position: absolute;
  right: 1.5rem;
  width: 1rem;
  height: 0.7rem;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 23rem;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: none;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .selectbox select {
    width: 100%;
    font-size: 1.2rem;
  }
}
.offline_detail .l_con {
  background: #fff;
  border-radius: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.offline_detail .offline_detail_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}
.offline_detail .offline_detail_inner .main {
  width: 52%;
  overflow: hidden;
  position: relative;
}
.offline_detail .offline_detail_inner .txt {
  width: 44%;
  margin-left: auto;
}
.offline_detail .offline_detail_inner .txt p {
  font-size: 1.8rem;
  line-height: 1.7;
}
.offline_detail .offline_detail_inner .txt ul {
  max-width: 30rem;
}
.offline_detail .offline_detail_inner .txt ul li {
  list-style: none;
  margin-top: 2rem;
}
.offline_detail .offline_detail_inner .txt ul li a {
  width: 100%;
  height: 4rem;
  border-radius: 2rem;
  font-size: 1.8rem;
  color: #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;
  position: relative;
}
.offline_detail .offline_detail_inner .txt ul li a.btn_sample {
  background: var(--color01);
}
.offline_detail .offline_detail_inner .txt ul li a.btn_booth {
  background: #e73a3a;
}
.offline_detail .offline_detail_inner .txt ul li a.btn_tora {
  background: #e1731a;
}
.offline_detail .offline_detail_inner .txt ul li a.btn_fro {
  background: #1a98e1;
}
.offline_detail .offline_detail_inner .txt ul li a .dli-chevron-right {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) translateY(-50%) rotate(45deg);
          transform: translateX(-25%) translateY(-50%) rotate(45deg);
}
.offline_detail .offline_detail_inner .txt ul li a:hover .dli-chevron-right {
  right: 1.5rem;
}

@media screen and (max-width: 767px) {
  .offline_detail {
    padding: 0 2rem 12rem;
  }
  .offline_detail .offline_detail_inner {
    margin-top: 5rem;
  }
  .offline_detail .offline_detail_inner .main {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 3rem;
  }
  .offline_detail .offline_detail_inner .txt {
    width: 85%;
    margin: 0 auto;
  }
  .offline_detail .offline_detail_inner .txt p {
    font-size: 1.6rem;
  }
  .offline_detail .offline_detail_inner .txt ul {
    width: 100%;
    margin-top: 3rem;
  }
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  z-index: 10;
  cursor: pointer;
  background: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: auto;
}
.swiper-button-next svg .st0,
.swiper-button-prev svg .st0 {
  fill: var(--color01);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
  }
}
.swiper-button-prev svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.swiper-pagination {
  position: relative;
  margin-top: 1.5rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.6rem;
  background: #fff;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.share {
  text-align: center;
  margin-top: 5rem;
}
.share h3 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-family: "Funnel Display", sans-serif;
  letter-spacing: 0.05em;
  color: var(--color01);
}
.share h3:after {
  content: "";
  width: 3rem;
  height: 0.4rem;
  background-color: var(--color01);
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -1.5rem;
}
.share ul {
  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;
}
.share ul li {
  list-style: none;
  width: 2.2rem;
  margin: 0 2rem;
}
.share ul li svg {
  width: 100%;
  height: auto;
}

.wm {
  position: relative;
  pointer-events: none;
}
.wm:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/wm.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  z-index: 2;
  opacity: 0.2;
}
.wm:after {
  content: "";
  font-size: 1rem;
  color: #fff;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 3;
}
.wm img {
  position: relative;
  z-index: 1;
}

.detail_menu {
  background-image: linear-gradient(45deg, rgba(131, 177, 213, 0.7), rgba(170, 218, 187, 0.8));
  padding: 6rem 0;
}
.detail_menu .detail_menu_inner {
  margin: 0 auto;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 7rem 5rem;
}
.detail_menu .detail_menu_inner h1 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 4rem;
  font-weight: 500;
}
.detail_menu .detail_menu_inner h1:before, .detail_menu .detail_menu_inner h1:after {
  content: "";
  display: inline-block;
  width: 15rem;
  height: 1px;
  margin: 0 10px;
  background-color: #DDD;
  vertical-align: middle;
}
.detail_menu .booth {
  padding-bottom: 6rem;
}
.detail_menu .booth .booth_block {
  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;
  padding-bottom: 3rem;
}
.detail_menu .booth .booth_block:last-of-type {
  padding-bottom: 0em;
}
.detail_menu .booth .booth_block .pic {
  width: 30%;
}
.detail_menu .booth .booth_block .txt {
  width: 70%;
  padding-left: 5%;
}
.detail_menu .booth .booth_block .txt h2 {
  padding-bottom: 1em;
  font-weight: 500;
  color: #4c63b6;
  font-size: 2rem;
  line-height: 1.5;
}
.detail_menu .booth .booth_block .txt p {
  font-size: 1.6rem;
  line-height: 2;
}
.detail_menu .btns {
  max-width: 30rem;
}
.detail_menu .btns li {
  list-style: none;
  margin-top: 2rem;
}
.detail_menu .btns li a {
  width: 100%;
  height: 4rem;
  border-radius: 2rem;
  font-size: 1.8rem;
  color: #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;
  position: relative;
}
.detail_menu .btns li a.btn_sample {
  background: var(--color01);
}
.detail_menu .btns li a.btn_booth {
  background: #e73a3a;
}
.detail_menu .btns li a.btn_tora {
  background: #e1731a;
}
.detail_menu .btns li a.btn_fro {
  background: #1a98e1;
}
.detail_menu .btns li a .dli-chevron-right {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) translateY(-50%) rotate(45deg);
          transform: translateX(-25%) translateY(-50%) rotate(45deg);
}
.detail_menu .btns li a:hover .dli-chevron-right {
  right: 1.5rem;
}
.detail_menu .exhibition {
  padding-bottom: 6rem;
}
.detail_menu .exhibition:last-of-type {
  padding-bottom: 0;
}
.detail_menu .exhibition ul {
  width: 50rem;
  margin: 0 auto;
}
.detail_menu .exhibition ul li {
  list-style: none;
  padding-bottom: 1.5rem;
}
.detail_menu .exhibition ul li a {
  display: block;
  color: #6b6f72;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 0.9rem;
  padding: 1.4rem 1rem;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail_menu .exhibition ul li a:hover {
  opacity: 0.7;
}
.detail_menu .old .old_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3rem;
}
.detail_menu .old .old_ul > li {
  list-style: none;
  width: calc(33% - 3rem);
  margin-left: 3rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.detail_menu .old .old_ul > li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail_menu .old .old_ul > li a:hover {
  opacity: 0.7;
}
.detail_menu .old .old_ul > li .pic {
  padding-bottom: 1.5rem;
}
.detail_menu .old .old_ul > li h2 {
  padding-bottom: 1em;
  font-weight: 500;
  color: #4c63b6;
  font-size: 1.6rem;
  line-height: 1.5;
}
.detail_menu .old .old_ul > li p {
  font-size: 1.3rem;
  line-height: 2;
}
.detail_menu .old .other_link a {
  display: block;
  color: #6b6f72;
  color: #fff;
  background-color: #000;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 0.9rem;
  padding: 1.4rem 1rem;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail_menu .old .other_link a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .detail_menu .detail_menu_inner {
    width: 100%;
    border-radius: 2rem;
    padding: 4rem 2rem;
  }
  .detail_menu .detail_menu_inner h1 {
    font-size: 2.2rem;
  }
  .detail_menu .detail_menu_inner h1:before, .detail_menu .detail_menu_inner h1:after {
    width: 5rem;
  }
  .detail_menu .booth {
    padding-bottom: 4rem;
  }
  .detail_menu .booth .booth_block .pic {
    width: 100%;
  }
  .detail_menu .booth .booth_block .txt {
    width: 100%;
    padding-left: 0;
    padding-top: 3rem;
  }
  .detail_menu .booth .booth_block .txt h2 {
    font-size: 1.6rem;
  }
  .detail_menu .booth .booth_block .txt p {
    font-size: 1.4rem;
  }
  .detail_menu .btns {
    width: 100%;
    margin-top: 3rem;
  }
  .detail_menu .exhibition ul {
    width: 100%;
  }
  .detail_menu .exhibition ul li {
    padding-bottom: 1.5rem;
  }
  .detail_menu .old .old_ul {
    margin-left: -3rem;
  }
  .detail_menu .old .old_ul > li {
    width: calc(50% - 3rem);
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
  .detail_menu .old .old_ul > li h2 {
    font-size: 1.4rem;
  }
  .detail_menu .old .old_ul > li p {
    font-size: 1.2rem;
  }
  .detail_menu .old .other_link a {
    font-size: 1.4rem;
  }
}
.tbl {
  width: 100%;
  margin-bottom: 5rem;
}

.tbl th {
  padding: 0.6em;
  background: #c4f2f7;
  width: 30%;
}

.tbl td {
  width: 70%;
  padding: 0.6em;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .tbl th {
    width: 100%;
    display: block;
    font-size: 14px;
  }
  .tbl td {
    width: 100%;
    display: block;
    font-size: 14px;
  }
  .tbl td a {
    font-size: 100%;
  }
}
dl.acdn {
  margin-bottom: 2rem;
}
dl.acdn dt {
  background: var(--color03);
  padding: 1.6rem;
  color: var(--color01);
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
}
dl.acdn dt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  border-top: 1rem solid var(--color01);
  border-bottom: 0;
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
dl.acdn dt.is-open:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
dl.acdn dd {
  padding: 2rem;
  display: none;
}
dl.acdn dd ul,
dl.acdn dd ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
dl.acdn dd li {
  margin-left: 2rem;
  width: calc(48% - 2rem);
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
dl.acdn dd ol li {
  list-style: decimal;
}
dl.acdn dd ul li {
  position: relative;
  margin-left: 0;
  padding-left: 1.5em;
  list-style: none;
}
dl.acdn dd ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 750px) {
  dl.acdn {
    margin-bottom: 2rem;
  }
  dl.acdn dt {
    padding: 1.4rem;
    font-size: 1.4rem;
  }
  dl.acdn dd li {
    margin-left: 2rem;
    width: calc(100% - 2rem);
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
dl.detail_dl {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
dl.detail_dl dt {
  border-left: 0.3rem solid var(--color01);
  color: var(--color01);
  padding-left: 0.6rem;
  margin-bottom: 1rem;
}
dl.detail_dl dd a {
  color: var(--color02);
  text-decoration: underline;
}

.js-move {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.js-move.is-active {
  opacity: 1;
}

.profile {
  padding: 2rem;
}
.profile .l_con {
  max-width: 768px;
}
.profile .icon {
  width: 20rem;
  margin: 0 auto;
}
.profile .icon img {
  border-radius: 50%;
}
.profile .name {
  text-align: center;
  font-size: 1.6rem;
  padding: 1.6rem 0;
}
.profile .name span {
  font-size: 80%;
}
.profile .profile_link {
  margin-left: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile .profile_link li {
  list-style: none;
  width: calc(20% - 1rem);
  margin-left: 1rem;
  margin-top: 2rem;
}
.profile .profile_link li a {
  border-radius: 2rem;
  padding: 1.6rem;
  color: white;
  background: #6D9CDC;
  font-size: 1.6rem;
  display: block;
}

@media screen and (max-width: 750px) {
	.profile .profile_link {
	  margin-left: 0rem;
	}
	.profile .profile_link li {
	  width: 100%;
	  margin-left: 0;
	}
}

.profile .profile_item {
  margin-top: 2rem;
  border-radius: 2rem;
  padding: 2rem;
  background: #fff;
}
.profile .profile_item h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
}
.profile .profile_item p {
  font-size: 1.4rem;
}
.profile .profile_item p + p {
  margin-top: 1em;
}
.profile .profile_item a {
  text-decoration: underline;
  font-size: 100%;
}