/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* --------------------------------------------------
	base
-------------------------------------------------- */
html {
  font-size: 62.5%;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  html.is-fixed {
    overflow: hidden;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.75;
  background: url(../img/kv_bg.jpg) no-repeat center top/100% 150vw;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 640px) {
  body {
    background-position: center top -23vw;
  }
}
body::before {
  position: absolute;
  content: "";
  left: 0;
  top: 127vw;
  width: 100%;
  height: calc(100% - 146vw);
  background: -webkit-gradient(linear, left bottom, left top, from(#bd62a1), color-stop(37%, #7959a2), color-stop(75%, #4d4397), to(#233d96));
  background: linear-gradient(to top, #bd62a1 0%, #7959a2 37%, #4d4397 75%, #233d96 100%);
  z-index: -1;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  outline: none;
  display: block;
}
@media print, screen and (min-width: 1024px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

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

section {
  position: relative;
}

sup {
  font-size: 1.1rem;
  vertical-align: text-top;
}

.sp, .tb, .pc {
  display: none;
}

@media screen and (max-width: 639px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 640px) {
  .tb {
    display: inherit;
  }
}
@media print, screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
/* ----------------------------------------
	common
---------------------------------------- */
.inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.txt {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
@media print, screen and (min-width: 1024px) {
  .txt {
    font-size: 1.6rem;
  }
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.secTtl {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#bd62a1), color-stop(78%, #7959a2), to(#4d4397));
  background: linear-gradient(to right, #bd62a1 0%, #7959a2 78%, #4d4397 100%);
  padding: 6px 8px 7px;
  margin: 0 0 10px;
}
@media screen and (max-width: 639px) {
  .secTtl {
    line-height: 1.35;
  }
}
@media screen and (min-width: 640px) {
  .secTtl {
    font-size: 2.4rem;
    padding: 8px 8px 9px;
    margin: 0 0 20px;
  }
}

.secTtl-b {
  background: #000;
}

.secLead {
  color: #4d4397;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .secLead {
    font-size: 2.4rem;
  }
}

.date {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .date {
    font-size: 3.6rem;
  }
}

.img {
  margin-bottom: 15px;
}
.img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.img-item {
  width: 49%;
}
@media print, screen and (min-width: 1024px) {
  .img-item {
    max-width: 300px;
  }
}
.img-item:nth-child(n+3) {
  margin-top: 10px;
}

.desc {
  background: #ccc;
  padding: 12px 20px;
}
@media screen and (min-width: 640px) {
  .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.desc li {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .desc li {
    width: 50%;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 640px) {
  .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 639px) {
  .cont-left {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 640px) {
  .cont-left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
  }
}
@media print, screen and (min-width: 1024px) {
  .cont-left {
    max-width: 300px;
  }
}
@media screen and (min-width: 640px) {
  .cont-right {
    width: 46%;
  }
}
@media print, screen and (min-width: 1024px) {
  .cont-right {
    max-width: 280px;
  }
}

.txtList li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.4rem;
  line-height: 2;
}

/* ----------------------------------------
	btn
---------------------------------------- */
.btn {
  background: #fff;
  border: 1px solid #000;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  max-width: 340px;
  width: 100%;
  padding: 16px 10px;
  margin: 12px auto 26px;
}
@media screen and (min-width: 640px) {
  .btn {
    font-size: 2rem;
    padding: 18px 10px;
    margin: 30px auto 60px;
  }
}
.btn span {
  padding-right: 28px;
  display: inline-block;
  position: relative;
}
.btn span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 28px;
  height: 9px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-50%) skewX(39deg);
          transform: translateY(-50%) skewX(39deg);
}

.btnImg {
  max-width: 180px;
  width: 100%;
  margin: 12px auto 26px;
}
@media screen and (min-width: 640px) {
  .btnImg {
    margin: 20px auto 50px;
  }
}

/* ----------------------------------------
	header
---------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 1000;
  height: 50px;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
@media print, screen and (min-width: 1024px) {
  .header {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header.is-scrolled {
    background: #bd62a1;
  }
}
.header-inner {
  padding: 0 15px;
}
.header-logo {
  max-width: 280px;
  width: 80%;
}
.header-hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  right: 15px;
  top: 16px;
  padding: 0;
}
.header-hamburger span {
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  border-radius: 2px;
}
.header-hamburger span:nth-child(1) {
  top: 0;
}
.header-hamburger span:nth-child(2) {
  margin: 6px 0;
}
.header-hamburger span:nth-child(3) {
  top: 0;
}
.header-hamburger.active span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header-hamburger.active span:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .header-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#bd62a1), color-stop(37%, #7959a2), color-stop(75%, #4d4397), to(#233d96));
    background: linear-gradient(to top, #bd62a1 0%, #7959a2 37%, #4d4397 75%, #233d96 100%);
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    z-index: 1000;
    padding: 50px 20px;
    visibility: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav.panelactive {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
}
.header-nav .side-item {
  padding: 0 0 15px;
}
.header-nav .side-item-subTtl {
  font-size: 1.4rem;
}
.header-nav .side-item-ttl {
  font-size: 3.8rem;
}
.header-nav .side-item-date {
  font-size: 1.6rem;
}
.header-nav .side-item-txt {
  font-size: 1.2rem;
}
.header-bg {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .header-bg {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.header-bg.show {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: initial;
}
@media screen and (max-width: 1023px) {
  .header-bg.show {
    opacity: 1;
  }
}

/* ----------------------------------------
	kv
---------------------------------------- */
.kv {
  padding: 48px 0 20px;
}
@media screen and (min-width: 640px) {
  .kv {
    padding: 60px 0 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kv {
    padding: 40px 0;
  }
}

.kv-ttl {
  max-width: 624px;
  width: 90%;
  margin: 0 auto;
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .kv-ttl {
    display: block;
  }
}

.kv-logo {
  max-width: 302px;
  width: 40%;
  margin: 35px auto 65px;
}
@media screen and (min-width: 640px) {
  .kv-logo {
    margin: 38px auto;
  }
}

.kv-date {
  max-width: 761px;
  width: 98%;
  margin: 0 auto;
}

/* ----------------------------------------
	container
---------------------------------------- */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 40px;
}
@media screen and (min-width: 640px) {
  .container {
    padding: 108px 0 60px;
  }
}

/* ----------------------------------------
  side
---------------------------------------- */
.side {
  max-width: 450px;
  width: 38%;
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .side {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  .side-content {
    position: sticky;
    top: 20px;
  }
}
.side-item {
  color: #fff;
  padding: 0 0 10px;
  margin-bottom: 20px;
  position: relative;
}
.side-item::after {
  position: absolute;
  content: "";
  left: -10px;
  bottom: 0;
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: skewX(48deg);
          transform: skewX(48deg);
}
.side-item-subTtl {
  font-size: 2rem;
  font-weight: 700;
}
.side-item-ttl {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 4.6rem;
  line-height: 1.2;
}
.side-item-date {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.side-item-txt {
  font-size: 1.4rem;
  font-weight: 700;
}

/* ----------------------------------------
  main
---------------------------------------- */
.main {
  background: #fff;
}
@media print, screen and (min-width: 1024px) {
  .main {
    max-width: 690px;
    width: 60%;
  }
}

/* ----------------------------------------
  about
---------------------------------------- */
.about {
  padding: 20px 20px 0;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 640px) {
  .about {
    padding: 35px 40px 0;
  }
}
@media screen and (min-width: 640px) {
  .about-list {
    margin-top: 30px;
  }
}
.about-row {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .about-row {
    margin-bottom: 20px;
  }
}
.about-row-ttl {
  color: #4d4397;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (min-width: 640px) {
  .about-row-ttl {
    font-size: 2.4rem;
  }
}
.about-row-ttl span {
  color: #bd62a1;
}
.about-btn {
  margin: 12px auto;
}
@media screen and (min-width: 640px) {
  .about-btn {
    margin: 30px auto 20px;
  }
}
.about-catch a {
  display: inline-block;
  text-decoration: underline;
}

/* ----------------------------------------
  info
---------------------------------------- */
.info {
  padding: 30px 20px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 640px) {
  .info {
    padding: 58px 40px;
  }
}
.info2 {
  border-bottom: 0;
}
.info-ttl {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 3.7rem;
  line-height: 1.083;
  margin-bottom: 5px;
}
@media screen and (min-width: 640px) {
  .info-ttl {
    font-size: 6rem;
  }
}
.info-subTtl {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .info-subTtl {
    font-size: 2.4rem;
  }
}

/* ----------------------------------------
  footer
---------------------------------------- */
.footer {
  background: #fff;
}
.footer .inner {
  max-width: 1360px;
}
.footer-inner {
  padding: 20px 0 10px;
}
@media screen and (min-width: 640px) {
  .footer-inner {
    padding: 35px 0 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-left {
  max-width: 290px;
  width: 60%;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 1024px) {
  .footer-left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 4.4% 0 0;
    width: 30%;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer-right {
    width: 70%;
  }
}
.footer-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (min-width: 640px) {
  .footer-ttl {
    font-size: 3rem;
  }
}
.footer-txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.625;
}
@media screen and (min-width: 640px) {
  .footer-txt {
    font-size: 1.6rem;
  }
}
.footer-list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  margin: 15px 0;
}
.footer-list2 {
  border: 0;
  padding: 0;
}
.footer-list li {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.923;
}
.footer-list li .cat {
  width: 70px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-list li .detail {
  display: inline-block;
}
.footer-list li .detail a {
  text-decoration: underline;
}
.footer-bottom {
  background: #bd62a1;
  padding: 0 15px;
}
@media screen and (min-width: 640px) {
  .footer-bottom {
    padding: 0 40px;
  }
}
.footer-copy {
  text-align: right;
  color: #fff;
  font-size: 1rem;
  line-height: 30px;
}
@media screen and (min-width: 640px) {
  .footer-copy {
    font-size: 1.3rem;
  }
}

/* ----------------------------------------

---------------------------------------- */
.mb16 {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .mb16 {
    margin-bottom: 16px;
  }
}

.mb24 {
  margin-bottom: 16px;
}
@media screen and (min-width: 640px) {
  .mb24 {
    margin-bottom: 24px;
  }
}

.mb45 {
  margin-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .mb45 {
    margin-bottom: 45px;
  }
}
/*# sourceMappingURL=style.css.map */