@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

.clear {
  clear: both;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 6.25%;
}

body {
  background-color: #fff;
  line-height: 1.6;
  color: #333;
  font-size: 14rem;
  font-family: "Nunito", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-text-size-adjust: none;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16rem;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

body {
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
}
body.ovs.cookies-not-set {
  padding-bottom: 126px;
}
body.show {
  opacity: 1;
  overflow: unset;
}
@media screen and (min-width: 768px) {
  body.ovs.cookies-not-set {
    padding-bottom: 61px;
  }
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: none;
}

.pcp {
  display: none;
}

#container {
  width: 100%;
  min-width: 320px;
  padding: 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}

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

#wck {
  display: none;
}

@media screen and (min-width: 768px) {
  .pcp {
    display: unset;
  }
  #container {
    overflow: hidden;
  }
  #wck {
    display: block;
    width: 100%;
    height: 0px;
    position: relative;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

.inner {
  position: relative;
  width: 92%;
  min-width: 294px;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1560px;
  }
  .inner.s {
    max-width: 1000px;
  }
}
/* scroll */
.ovs .ov {
  position: relative;
  opacity: 0;
  transition: all 1.1s;
  top: 20px;
}
.ovs .ov.show {
  opacity: 1;
  top: 0;
}

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  min-width: inherit;
  z-index: 999;
  width: 100%;
  height: 40px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
#header .inner {
  position: relative;
  z-index: 10;
  height: 40px;
  width: 100%;
}
#header div.logo {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 1%;
  background-color: transparent;
  display: block;
  transition: all 0.5s;
}
#header div.logo a {
  display: inline-block;
  transition: all 0.3s;
}
#header div.logo a:hover {
  opacity: 0.6;
}
#header div.logo a img {
  position: relative;
  top: 58%;
  left: 1%;
  width: auto;
  height: 32px;
  display: block;
}
#header div.w_logo {
  position: absolute;
  top: 0;
  left: 1%;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: block;
  transition: all 0.5s;
}
#header div.w_logo a {
  transition: all 0.3s;
}
#header div.w_logo a:hover {
  opacity: 0.6;
}
#header div.w_logo a img {
  position: relative;
  top: 50%;
  left: 0;
  width: 90%;
  height: auto;
  display: block;
  transform: translateY(-50%);
}
#header .menuOpen {
  display: block;
  position: absolute;
  z-index: 11;
  top: 13px;
  right: 30px;
  width: 17px;
  height: 17px;
}
#header .menuOpen span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #727171;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.5s;
}
#header .menuOpen:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #727171;
  transition: all 0.5s;
}
#header .menuOpen:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #727171;
  transition: all 0.5s;
}
#header .menuOpen.close span {
  top: 11px;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  background-color: #fff;
}
#header .menuOpen.close:before {
  opacity: 0;
}
#header .menuOpen.close:after {
  top: 11px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #header {
    height: 50px;
  }
  #header .inner {
    height: 0;
    z-index: 12;
  }
  #header div.logo {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
  }
  #header div.logo a {
    height: 45px;
  }
  #header div.logo a img {
    top: 23px;
    height: 38px;
    transform: translateY(-50%);
    padding-right: 5px;
  }
  #header div.w_logo {
    position: absolute;
    width: 10%;
    height: auto;
    aspect-ratio: 1/1.6;
  }
  #header div.w_logo img {
    opacity: 1;
  }
  #header .menuOpen {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #header div.logo {
    width: 250px;
    height: auto;
  }
}
#header .menu {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0px 0 50px 30vw;
}
#header .menu nav {
  position: relative;
  display: block;
  padding: 50px 0 50px;
  margin: 0 auto;
  background-color: rgba(70, 70, 70, 0.8);
}
#header .menu ul {
  position: relative;
  border: none;
  width: 100%;
  padding: 0;
  top: 0;
  margin: 20px auto 0;
  float: none;
}
#header .menu ul li {
  position: relative;
  width: 100%;
  height: auto;
  margin: 1em 0 2em 1em;
}
#header .menu ul li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  left: 0;
}
#header .menu ul li:last-child:after {
  display: block;
}
#header .menu ul li a {
  display: block;
  height: 100%;
  color: #fff;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.1em;
}
#header .menu div.closePanel {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  #header .menu {
    top: 0;
    left: 0;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 0;
    background-color: transparent;
  }
  #header .menu nav {
    width: 100%;
    height: auto;
    padding: 5px 0 5px;
    background-color: unset;
  }
  #header .menu ul {
    width: calc(96% - 170px);
    height: auto;
    margin: 0 2% 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all 0.3s;
  }
  #header .menu ul li {
    width: auto;
    padding: 0;
    height: 40px;
    padding-bottom: 10px;
    margin: 0;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
  }
  #header .menu ul li:last-child:after {
    display: none;
  }
  #header .menu ul li a {
    height: 1em;
    line-height: 1;
    color: #727171;
    padding: 0 3px;
    transition: all 0.3s;
  }
  #header .menu ul li a:hover {
    color: #b671c4;
  }
  #header .menu ul li.current a {
    color: #b671c4;
  }
  #header .menu ul li a:hover {
    opacity: 0.75;
  }
  #header .menu div.closePanel {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #header .menu ul {
    width: 96%;
    max-width: 700px;
  }
}

@media screen and (min-width: 768px) {
  .offset #header nav ul {
    width: calc(100% - 240px);
    margin: 0 2% 0 auto;
  }
}
/* header */
/* mainContent */
.mainContent {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100px;
  margin-top: 0;
  overflow: hidden;
}
.mainContent.sub {
  margin-top: 60px;
}
.mainContent.sub h1 {
  font-size: 2em;
  width: 92%;
  margin: 0 auto 1em;
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
}
.mainContent.sub .inner {
  margin: 40px auto;
}
.mainContent .cbox {
  margin: 4em 0;
}
.mainContent .cbox h2 {
  font-size: 1.4em;
  line-height: 2;
  border-bottom: 1px solid #ccc;
  text-align: left;
  margin-top: 2em;
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .mainContent {
    margin-top: 0;
  }
  .mainContent.sub {
    margin-top: 120px;
  }
  .mainContent.sub h1 {
    font-size: 3em;
    max-width: 1200px;
  }
  .mainContent.sub .inner {
    max-width: 1000px;
    margin: 60px auto;
  }
  .mainContent .cbox {
    margin: 4em 0;
  }
  .mainContent .cbox h2 {
    font-size: 2em;
    text-align: left;
  }
}
.mainContent .content {
  position: relative;
  z-index: 2; /*padding: 50px 0;*/
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateX(0%);
  transition: all 1.1s;
}
@media screen and (min-width: 768px) {
  .mainContent .content { /*padding: 10px 0;*/
    max-width: 1300px;
    margin: 0 auto;
  }
  .mainContent .content .inner {
    max-width: 1560px;
  }
  .mainContent .content .inner.s {
    max-width: 1000px;
    margin-right: 4%;
  }
}
@media screen and (min-width: 1100px) {
  .mainContent .content {
    max-width: 1200px;
  }
  .mainContent .content .inner {
    width: 96%; /*margin-right: 0;*/
  }
}
@media screen and (min-width: 1100px) {
  .mainContent .wide.offset .content {
    transform: translateX(8%);
  }
}
.mainContent .pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2em auto;
}
.mainContent .pager a, .mainContent .pager span {
  display: block;
  font-size: 1.2em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
  margin: 0 0.5em;
}
.mainContent .pager span {
  color: #b671c4;
}
.mainContent .pager a {
  color: #999;
}
.mainContent .pager .prev, .mainContent .pager .next {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .mainContent .pager {
    margin: 4em auto;
  }
  .mainContent .pager a {
    transition: all 0.3s;
    border-radius: 100vw;
  }
  .mainContent .pager a:hover {
    background-color: #cca9d3;
    color: #fff;
  }
}

/* mainContent */
.foot_banner {
  position: relative;
  z-index: 99;
  width: 100%;
  margin: 40px auto 50px;
}
.foot_banner ul {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
}
.foot_banner ul li {
  position: relative;
  width: 100%;
}
.foot_banner ul li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 7/2;
  background-image: linear-gradient(180deg, rgb(220, 190, 229), rgb(237, 218, 238) 83%, rgb(233, 209, 232) 96%);
}
.foot_banner ul li a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-family: "Murecho", sans-serif;
}
.foot_banner ul li:nth-child(5) img {
  transform: rotate(-180deg);
}
.foot_banner ul li:nth-child(6) img {
  transform: rotate(-180deg);
}
@media screen and (min-width: 374px) {
  .foot_banner ul {
    gap: 14px 4%;
  }
  .foot_banner ul li {
    width: 48%;
  }
}
@media screen and (min-width: 460px) {
  .foot_banner ul {
    gap: 14px 2%;
  }
  .foot_banner ul li {
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .foot_banner {
    margin: 60px auto 100px;
  }
  .foot_banner ul {
    gap: 15px 2%;
  }
  .foot_banner ul li {
    width: 15%;
  }
  .foot_banner ul li a {
    transition: all 0.3s;
    font-size: 0.8em;
  }
  .foot_banner ul li a img, .foot_banner ul li a div {
    transition: all 0.3s;
  }
  .foot_banner ul li a:hover img {
    transform: scale(1.05);
  }
  .foot_banner ul li a:hover div {
    background-color: rgba(255, 255, 255, 0.5);
    color: #c27ebe;
  }
  .foot_banner ul li:nth-child(5) a:hover img {
    transform: scale(1.05) rotate(-180deg);
  }
  .foot_banner ul li:nth-child(6) a:hover img {
    transform: scale(1.05) rotate(-180deg);
  }
}

/* footer */
footer#cf {
  position: relative;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: rgba(85, 85, 85, 0.1);
}
footer#cf #ftNav > ul {
  text-align: center;
  padding-bottom: 10px;
}
footer#cf #ftNav > ul li {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
}
footer#cf #ftNav > ul li + li {
  border-left: 1px solid #ccc;
}
footer#cf #ftNav > ul li a {
  display: inline-block;
  padding: 0 3px 0 8px;
  color: #333333;
  text-decoration: underline;
}
footer#cf #ftNav > ul li a:hover {
  text-decoration: none;
}
footer#cf #copyright {
  width: 100%;
  background-color: transparent;
  text-align: center;
  font-size: 14px;
}
footer#cf #copyright > p {
  height: 43px;
  line-height: 43px;
}
@media screen and (min-width: 768px) {
  footer#cf #copyright {
    font-size: 13px;
  }
}/*# sourceMappingURL=common.css.map */